html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.popup {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #F4F4F4;
  width: 282px;
  padding: 25px; }

.options-box-selected {
  width: 65px;
  margin-top: 3px;
  margin-right: 15px;
  background: #ffffff;
  cursor: pointer; }

.custom-select #lang {
  visibility: hidden;
  position: absolute; }

.options-box {
  cursor: pointer;
  display: none; }
  .options-box.opened {
    display: block; }
  .options-box .select-option {
    margin: 14px 0; }

.RUS {
  font-family: "Raleway", sans-serif;
  margin-top: 5px;
  width: 72px;
  color: white;
  background: url("../img/ukraine.svg") no-repeat;
  background-size: 16px;
  padding-left: 26px;
  padding-top: 2px;
  font-size: 14px; }

.UKR {
  font-family: "Raleway", sans-serif;
  margin-top: 5px;
  background-size: 16px;
  font-size: 14px;
  width: 72px;
  color: white;
  background: url("../img/ukraine.svg") no-repeat;
  padding-left: 26px;
  padding-top: 2px; }

.ENG {
  font-family: "Raleway", sans-serif;
  margin-top: 5px;
  background-size: 16px;
  font-size: 14px;
  width: 72px;
  color: white;
  background: url("../img/united-kingdom.svg") no-repeat;
  padding-left: 26px;
  padding-top: 2px; }

.mobile-nav-box.active {
  -webkit-transition: all .4ms ease-in-out;
  transition: all .4ms ease-in-out;
  position: fixed;
  background: #feb645;
  background: #000000;
  z-index: 99;
  width: 100%;
  left: 0;
  padding: 0 28px; }
  .mobile-nav-box.active .lang-box {
    visibility: hidden; }
    .mobile-nav-box.active .lang-box .select-option {
      margin: 5px 0; }

.mobile-nav-box.active .mobile-nav {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  display: block;
  z-index: 99;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.box-for-popup {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  z-index: 99999; }

/*.hero {
  #webmenu_msdd {
    width: 100px !important;
  }

  .ddcommon .shadow {
    box-shadow: none;
  }*/
/*.dd {
    border: none;
    outline: none;

    .ddArrow {
      right: 29px;
      background: url("../img/arrow-lng.png");
      background-position: center;
      background-repeat: no-repeat;

    }

    .ddArrow:hover {
      background-position: center;
    }

    .divider {
      display: none;
    }

    .ddTitle {
      color: #ffffff;
      background: transparent;
      outline: none;

      .ddlabel {
        font-family: "Raleway", sans-serif;
        font-weight: 600;
        font-size: 14px;
        line-height: 18px;
      }

      img {
        width: 19px;
      }

      .ddTitleText {
        padding-left: 4px;
      }
    }

    .borderRadiusTp {
      border-radius: unset;
      outline: none;
    }

    .ddChild {
      background: transparent;
      color: #ffffff;
      border: none;
      outline: none;

      li {
        background: transparent;
        color: #f1f1f1;
        border: none;
        outline: none;

        img {
          width: 19px;
        }

        .ddlabel {
          color: unset;
          font-family: "Raleway", sans-serif;
          font-weight: 600;
          font-size: 14px;
          line-height: 18px;
        }
      }

      li.hover, li.selected {
        outline: none;
        color: #FF9D27;
        background: transparent;
        border: none;
      }

      li.selected {
        !*z-index: 0;
        top: 50px;
        position: absolute;*!
      }
    }
  }

  .ddcommon {

  }

  .borderRadius {
    border-radius: unset;
  }
}*/
.header-slider {
  height: 424px; }

.header-slider.slick-dotted.slick-slider {
  margin-bottom: 0 !important; }

.hero {
  background-image: url(/app/img/hero.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: auto;
  position: relative;
  padding: 0 23px; }
  .hero .mobile-nav .lang-box {
    background: url("../img/arrow-lng.png") no-repeat 64px 11px;
    z-index: 98;
    position: relative;
    right: 41px;
    top: 38px; }
  .hero button#menu-btn {
    z-index: 99;
    position: absolute;
    top: 25px;
    left: 18px;
    color: #ffffff;
    font-size: 23px;
    background: none;
    border: none; }
  .hero .main-link {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 54px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    color: #ffffff;
    font-size: 26px; }
    .hero .main-link a {
      text-decoration: none; }
      .hero .main-link a:hover, .hero .main-link a:active, .hero .main-link a:link, .hero .main-link a:visited {
        text-decoration: none;
        color: #ffffff; }
      .hero .main-link a img {
        width: 90px; }
  .hero nav {
    z-index: 888;
    display: none;
    top: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 100vh;
    background: rgba(30, 30, 46, 0.995);
    color: #f1f1f1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .hero nav div {
      width: 100%;
      position: relative; }
      .hero nav div #close-menu {
        display: block;
        background: url("../img/x.svg");
        background-position: center;
        background-size: cover;
        height: 18px;
        width: 18px;
        position: absolute;
        top: 67px;
        left: 25px;
        font-size: 25px; }
      .hero nav div li {
        font-family: SF UI Display, sans-serif;
        line-height: 22px;
        font-size: 20px;
        letter-spacing: 1px;
        padding-bottom: 55px;
        text-align: center; }
        .hero nav div li a:hover {
          text-decoration: none;
          color: #ffffff; }
        .hero nav div li a:link {
          text-decoration: none;
          color: #ffffff; }
        .hero nav div li a:visited {
          text-decoration: none;
          color: #ffffff; }
        .hero nav div li a:active {
          text-decoration: none;
          color: #ffffff; }
        .hero nav div li a.sing-in {
          visibility: hidden;
          color: #FF9D27; }
        .hero nav div li:first-child {
          padding-top: 118px; }
        .hero nav div li:last-child {
          padding-bottom: 118px; }
  .hero header {
    width: 100%; }
    .hero header .header-slider .slide-1, .hero header .header-slider .slide-2, .hero header .header-slider .slide-3 {
      padding: 0 3px;
      outline: none;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .hero header .header-slider .slide-1 h1, .hero header .header-slider .slide-2 h1, .hero header .header-slider .slide-3 h1 {
        font-family: "Raleway", sans-serif;
        color: #FF9D27;
        font-size: 25px;
        font-weight: 700;
        padding: 66px 0px 0px 0px;
        letter-spacing: -1px; }
      .hero header .header-slider .slide-1 h2, .hero header .header-slider .slide-2 h2, .hero header .header-slider .slide-3 h2 {
        font-family: "Raleway", sans-serif;
        color: #FFFFFF;
        font-size: 24px;
        font-weight: 700;
        padding: 14px 0px 0px 0px;
        letter-spacing: -1px;
        word-spacing: 3px; }
      .hero header .header-slider .slide-1 .slider-dots, .hero header .header-slider .slide-2 .slider-dots, .hero header .header-slider .slide-3 .slider-dots {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .hero header .header-slider .slide-1 .slider-dots .dot, .hero header .header-slider .slide-2 .slider-dots .dot, .hero header .header-slider .slide-3 .slider-dots .dot {
          margin: 6px 9px 30px;
          position: relative;
          height: 13px;
          width: 13px;
          -webkit-border-radius: 15px;
                  border-radius: 15px;
          background-color: rgba(255, 179, 37, 0.6); }
          .hero header .header-slider .slide-1 .slider-dots .dot span, .hero header .header-slider .slide-2 .slider-dots .dot span, .hero header .header-slider .slide-3 .slider-dots .dot span {
            position: absolute;
            top: 4px;
            left: 4px;
            background-color: #FF9D27;
            display: block;
            height: 5px;
            width: 5px;
            -webkit-border-radius: 5px;
                    border-radius: 5px; }

@media (max-width: 3000px) and (min-width: 501px) {
  .hero {
    padding: 0;
    height: 753px; }
    .hero #menu-btn {
      display: none; }
    .hero .main-link {
      display: block;
      -webkit-box-pack: unset;
      -webkit-justify-content: unset;
          -ms-flex-pack: unset;
              justify-content: unset;
      height: auto;
      -webkit-box-align: unset;
      -webkit-align-items: unset;
          -ms-flex-align: unset;
              align-items: unset;
      font-size: 27px;
      padding: 32px 70px 0 0; }
      .hero .main-link a {
        text-decoration: none; }
        .hero .main-link a:hover, .hero .main-link a:active, .hero .main-link a:link, .hero .main-link a:visited {
          text-decoration: none;
          color: #ffffff; }
    .hero .mobile-nav {
      width: 100%;
      max-width: 1140px;
      margin: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
      .hero .mobile-nav .lang-box {
        visibility: visible;
        position: relative;
        top: 32px;
        right: -2%; }
    .hero .sing-in-desctop a.sing-in {
      visibility: hidden;
      font-family: "Raleway", sans-serif;
      font-weight: 600;
      display: block;
      width: 110px;
      text-align: center;
      margin: 30px 0 0 87px;
      border: 2px solid white;
      padding: 13px 28px;
      -webkit-border-radius: 35px;
              border-radius: 35px;
      color: white;
      font-size: 14px; }
      .hero .sing-in-desctop a.sing-in:hover {
        text-decoration: none;
        color: #ffffff; }
      .hero .sing-in-desctop a.sing-in:link {
        text-decoration: none;
        color: #ffffff; }
      .hero .sing-in-desctop a.sing-in:visited {
        text-decoration: none;
        color: #ffffff; }
      .hero .sing-in-desctop a.sing-in:active {
        text-decoration: none;
        color: #ffffff; }
    .hero nav {
      display: block;
      top: 0px;
      left: 75px;
      position: relative;
      width: 100%;
      /*min-height: 582px;*/
      height: auto;
      background: none;
      color: #f1f1f1;
      /*display: flex;*/
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
    @media screen and (max-width: 3000px) and (min-width: 501px) and (min-width: 800px) {
      .hero nav {
        left: 11% !important; } }
    @media screen and (max-width: 3000px) and (min-width: 501px) and (min-width: 950px) {
      .hero nav {
        left: 13% !important; } }
    @media screen and (max-width: 3000px) and (min-width: 501px) and (min-width: 1000px) {
      .hero nav {
        left: 8% !important; } }
    @media screen and (max-width: 3000px) and (min-width: 501px) and (min-width: 1150px) {
      .hero nav {
        left: 9% !important; } }
    @media screen and (max-width: 3000px) and (min-width: 501px) and (min-width: 1200px) {
      .hero nav {
        left: 5% !important; } }

@media (max-width: 3000px) and (min-width: 501px) {
      .hero nav ul.nav {
        width: 365px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        margin: 20px 0 0 124px; }
      .hero nav div {
        width: 100%;
        position: relative; }
        .hero nav div #close-menu {
          display: none; }
        .hero nav div li:first-child {
          padding-top: 15px; }
        .hero nav div li:last-child {
          display: none;
          padding-bottom: unset;
          margin-left: 28%; }
        .hero nav div li {
          font-family: "Raleway", sans-serif;
          line-height: 21px;
          /*font-weight: 600;*/
          font-size: 14px;
          letter-spacing: 1px;
          padding-bottom: 35px;
          text-align: center;
          padding-top: 16px;
          margin-right: 26px; }
          .hero nav div li a {
            font-family: "Raleway", sans-serif; }
            .hero nav div li a:hover {
              text-decoration: none;
              color: #ffffff; }
            .hero nav div li a:link {
              text-decoration: none;
              color: #ffffff; }
            .hero nav div li a:visited {
              text-decoration: none;
              color: #ffffff; }
            .hero nav div li a:active {
              text-decoration: none;
              color: #ffffff; }
            .hero nav div li a.sing-in {
              color: #FF9D27; }
    .hero header {
      max-width: 1440px;
      margin: auto;
      width: 100%; }
      .hero header .slick-slider {
        width: 100%; }
        .hero header .slick-slider .slick-prev.slick-arrow {
          top: 64%;
          left: 74px;
          width: 0px;
          height: 0px;
          border-top: 15px solid transparent;
          border-bottom: 15px solid transparent;
          border-right: 15px solid #FF9D27; }
        .hero header .slick-slider .slick-next.slick-arrow {
          top: 64%;
          right: 74px;
          width: 0px;
          height: 0px;
          border-top: 15px solid transparent;
          border-bottom: 15px solid transparent;
          border-left: 15px solid #FF9D27; }
        .hero header .slick-slider .slick-prev:before, .hero header .slick-slider .slick-next:before {
          display: none; }
        .hero header .slick-slider .slick-dots {
          bottom: -118px;
          left: -20.8%; }
        .hero header .slick-slider .slick-list.draggable {
          width: 79%;
          margin: auto; }
          .hero header .slick-slider .slick-list.draggable .slide-1 {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
                -ms-flex-direction: row;
                    flex-direction: row; }
            .hero header .slick-slider .slick-list.draggable .slide-1 .left-header-block {
              width: 50%; }
              .hero header .slick-slider .slick-list.draggable .slide-1 .left-header-block .header-slide-icons {
                display: none; }
            .hero header .slick-slider .slick-list.draggable .slide-1 .right-header-block {
              padding: 169px 0 0 136px;
              width: 50%; }
              .hero header .slick-slider .slick-list.draggable .slide-1 .right-header-block li {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -webkit-flex-direction: row;
                    -ms-flex-direction: row;
                        flex-direction: row;
                -webkit-box-align: center;
                -webkit-align-items: center;
                    -ms-flex-align: center;
                        align-items: center; }
                .hero header .slick-slider .slick-list.draggable .slide-1 .right-header-block li p {
                  width: 90%;
                  padding: 12px 10px 4px;
                  font-family: "Raleway", sans-serif;
                  font-size: 17px;
                  line-height: 24px;
                  font-weight: 400; }
                .hero header .slick-slider .slick-list.draggable .slide-1 .right-header-block li .dot {
                  top: 1px;
                  display: inline-block;
                  margin: 9px 11px 0px 0px;
                  position: relative;
                  height: 13px;
                  width: 13px;
                  -webkit-border-radius: 15px;
                          border-radius: 15px;
                  background-color: rgba(255, 179, 37, 0.6); }
                  .hero header .slick-slider .slick-list.draggable .slide-1 .right-header-block li .dot span {
                    position: absolute;
                    top: 4px;
                    left: 4px;
                    background-color: #FF9D27;
                    display: block;
                    height: 5px;
                    width: 5px;
                    -webkit-border-radius: 5px;
                            border-radius: 5px; }
              .hero header .slick-slider .slick-list.draggable .slide-1 .right-header-block .header-slide-icons {
                padding: 85px 0 0 38px; }
            .hero header .slick-slider .slick-list.draggable .slide-1 h1 {
              font-family: "Raleway", sans-serif;
              color: #FF9D27;
              font-size: 44px;
              font-weight: 700;
              padding: 123px 0px 0px 0px;
              letter-spacing: 2px; }
            .hero header .slick-slider .slick-list.draggable .slide-1 h2 {
              color: #FFFFFF;
              font-size: 42px;
              padding: 7px 0px 0px 0px;
              letter-spacing: 1px;
              word-spacing: 3px;
              line-height: 59px; }
            .hero header .slick-slider .slick-list.draggable .slide-1 p {
              padding: 20px 4px 43px 4px;
              color: white;
              font-family: "Raleway", sans-serif;
              font-size: 17px;
              line-height: 24px;
              font-weight: 400;
              letter-spacing: 1px; }
            .hero header .slick-slider .slick-list.draggable .slide-1 .slider-dots {
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              -webkit-flex-direction: row;
                  -ms-flex-direction: row;
                      flex-direction: row;
              -webkit-flex-wrap: nowrap;
                  -ms-flex-wrap: nowrap;
                      flex-wrap: nowrap;
              -webkit-box-pack: center;
              -webkit-justify-content: center;
                  -ms-flex-pack: center;
                      justify-content: center; }
              .hero header .slick-slider .slick-list.draggable .slide-1 .slider-dots .dot {
                margin: 6px 9px 30px;
                position: relative;
                height: 13px;
                width: 13px;
                -webkit-border-radius: 15px;
                        border-radius: 15px;
                background-color: rgba(255, 179, 37, 0.6); }
                .hero header .slick-slider .slick-list.draggable .slide-1 .slider-dots .dot span {
                  position: absolute;
                  top: 4px;
                  left: 4px;
                  background-color: #FF9D27;
                  display: block;
                  height: 5px;
                  width: 5px;
                  -webkit-border-radius: 5px;
                          border-radius: 5px; }
          .hero header .slick-slider .slick-list.draggable .slide-2 {
            position: relative; }
            .hero header .slick-slider .slick-list.draggable .slide-2 h1 {
              font-family: "Raleway", sans-serif;
              text-align: center;
              color: #FF9D27;
              font-size: 44px;
              font-weight: 700;
              padding: 123px 0px 0px 0px;
              letter-spacing: 2px; }
            .hero header .slick-slider .slick-list.draggable .slide-2 h2 {
              text-align: center;
              color: #FFFFFF;
              font-size: 42px;
              padding: 7px 0px 0px 0px;
              letter-spacing: 1px;
              word-spacing: 3px;
              line-height: 59px; }
            .hero header .slick-slider .slick-list.draggable .slide-2 p {
              text-align: center;
              padding: 53px 4px 57px;
              color: white;
              font-family: "Raleway", sans-serif;
              font-size: 17px;
              line-height: 24px;
              font-weight: 400;
              letter-spacing: 1px; }
            .hero header .slick-slider .slick-list.draggable .slide-2 .header-btn-box {
              padding: 25px 0;
              height: unset;
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: start;
              -webkit-justify-content: flex-start;
                  -ms-flex-pack: start;
                      justify-content: flex-start; }
              .hero header .slick-slider .slick-list.draggable .slide-2 .header-btn-box a.detail-bnt {
                height: auto;
                display: block;
                text-decoration: none;
                background-color: #FF9D27;
                font-size: 17px;
                padding: 21px 55px;
                -webkit-border-radius: 40px;
                        border-radius: 40px;
                margin: 1px; }
                .hero header .slick-slider .slick-list.draggable .slide-2 .header-btn-box a.detail-bnt:hover, .hero header .slick-slider .slick-list.draggable .slide-2 .header-btn-box a.detail-bnt:active, .hero header .slick-slider .slick-list.draggable .slide-2 .header-btn-box a.detail-bnt:link, .hero header .slick-slider .slick-list.draggable .slide-2 .header-btn-box a.detail-bnt:visited {
                  text-decoration: none;
                  color: #ffffff; }
            .hero header .slick-slider .slick-list.draggable .slide-2 .slider-dots {
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              -webkit-flex-direction: row;
                  -ms-flex-direction: row;
                      flex-direction: row;
              -webkit-flex-wrap: nowrap;
                  -ms-flex-wrap: nowrap;
                      flex-wrap: nowrap;
              -webkit-box-pack: center;
              -webkit-justify-content: center;
                  -ms-flex-pack: center;
                      justify-content: center; }
              .hero header .slick-slider .slick-list.draggable .slide-2 .slider-dots .dot {
                margin: 6px 9px 30px;
                position: relative;
                height: 13px;
                width: 13px;
                -webkit-border-radius: 15px;
                        border-radius: 15px;
                background-color: rgba(255, 179, 37, 0.6); }
                .hero header .slick-slider .slick-list.draggable .slide-2 .slider-dots .dot span {
                  position: absolute;
                  top: 4px;
                  left: 4px;
                  background-color: #FF9D27;
                  display: block;
                  height: 5px;
                  width: 5px;
                  -webkit-border-radius: 5px;
                          border-radius: 5px; }
            .hero header .slick-slider .slick-list.draggable .slide-2 .header-slide-icons {
              position: absolute;
              bottom: 15px;
              right: 135px; }
          .hero header .slick-slider .slick-list.draggable .slide-3 {
            position: relative; }
            .hero header .slick-slider .slick-list.draggable .slide-3 h1 {
              text-align: center;
              color: #FF9D27;
              font-family: "Raleway", sans-serif;
              font-size: 44px;
              font-weight: 700;
              padding: 123px 0px 0px 0px;
              letter-spacing: 2px; }
            .hero header .slick-slider .slick-list.draggable .slide-3 h2 {
              text-align: center;
              color: #FFFFFF;
              font-size: 42px;
              padding: 7px 0px 75px 0px;
              letter-spacing: 1px;
              word-spacing: 3px;
              line-height: 59px; }
            .hero header .slick-slider .slick-list.draggable .slide-3 p {
              font-family: "Raleway", sans-serif;
              font-size: 17px;
              line-height: 24px;
              font-weight: 400;
              text-align: center;
              padding: 53px 4px 57px;
              color: white;
              letter-spacing: 1px; }
            .hero header .slick-slider .slick-list.draggable .slide-3 .header-btn-box {
              padding: 25px 0;
              height: unset;
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: start;
              -webkit-justify-content: flex-start;
                  -ms-flex-pack: start;
                      justify-content: flex-start; }
              .hero header .slick-slider .slick-list.draggable .slide-3 .header-btn-box a.detail-bnt {
                height: auto;
                display: block;
                text-decoration: none;
                background-color: #FF9D27;
                font-size: 17px;
                padding: 21px 55px;
                -webkit-border-radius: 40px;
                        border-radius: 40px;
                margin: 1px; }
                .hero header .slick-slider .slick-list.draggable .slide-3 .header-btn-box a.detail-bnt:hover, .hero header .slick-slider .slick-list.draggable .slide-3 .header-btn-box a.detail-bnt:active, .hero header .slick-slider .slick-list.draggable .slide-3 .header-btn-box a.detail-bnt:link, .hero header .slick-slider .slick-list.draggable .slide-3 .header-btn-box a.detail-bnt:visited {
                  text-decoration: none;
                  color: #ffffff; }
            .hero header .slick-slider .slick-list.draggable .slide-3 .slider-dots {
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              -webkit-flex-direction: row;
                  -ms-flex-direction: row;
                      flex-direction: row;
              -webkit-flex-wrap: nowrap;
                  -ms-flex-wrap: nowrap;
                      flex-wrap: nowrap;
              -webkit-box-pack: center;
              -webkit-justify-content: center;
                  -ms-flex-pack: center;
                      justify-content: center; }
              .hero header .slick-slider .slick-list.draggable .slide-3 .slider-dots .dot {
                margin: 6px 9px 30px;
                position: relative;
                height: 13px;
                width: 13px;
                -webkit-border-radius: 15px;
                        border-radius: 15px;
                background-color: rgba(255, 179, 37, 0.6); }
                .hero header .slick-slider .slick-list.draggable .slide-3 .slider-dots .dot span {
                  position: absolute;
                  top: 4px;
                  left: 4px;
                  background-color: #FF9D27;
                  display: block;
                  height: 5px;
                  width: 5px;
                  -webkit-border-radius: 5px;
                          border-radius: 5px; }
            .hero header .slick-slider .slick-list.draggable .slide-3 .header-slide-icons {
              position: absolute;
              bottom: 15px;
              right: 135px; }
      .hero header .bottom-header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 85%;
        padding: 0 33px 33px;
        margin: auto; }
        .hero header .bottom-header .header-slide-icons {
          margin: 0 101px 0 0;
          padding-top: 25px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row; }
          .hero header .bottom-header .header-slide-icons .letters {
            margin-top: -10px; }
          .hero header .bottom-header .header-slide-icons div > span:first-of-type {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            margin-left: 29px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column;
            color: #ffffff;
            font-family: "Raleway", sans-serif;
            font-size: 17px;
            /*line-height: 24px;*/
            font-weight: 400;
            padding-bottom: 11px;
            word-spacing: -2px; }
          .hero header .bottom-header .header-slide-icons .cloud-pbx {
            margin: 29px 26px;
            background: url("../img/odoo.png");
            height: 19px;
            width: 58px;
            padding: 0; }
          .hero header .bottom-header .header-slide-icons .asterisk {
            margin: 16px 23px 16px 0;
            background: url("../img/s3.png");
            height: 37px;
            width: 57px;
            padding: 0; }
          .hero header .bottom-header .header-slide-icons .header-icon {
            display: block;
            background-size: cover;
            background-position: center; }
          .hero header .bottom-header .header-slide-icons .odoo {
            margin: 0px 23px 29px 29px;
            background: url("../img/s1.png");
            background-position: 0 -0px;
            background-size: cover;
            height: 38px;
            width: 57px; }
        .hero header .bottom-header .header-btn-box {
          padding: 25px 0;
          height: unset;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          color: white;
          text-decoration: none; }
          .hero header .bottom-header .header-btn-box .detail-bnt {
            height: auto;
            display: block;
            text-decoration: none;
            background-color: #FF9D27;
            font-size: 14px;
            font-family: "Raleway", sans-serif;
            font-weight: 600;
            line-height: 21px;
            padding: 19px 65px;
            -webkit-border-radius: 40px;
                    border-radius: 40px;
            margin: 1px;
            z-index: 1; }
            .hero header .bottom-header .header-btn-box .detail-bnt:hover, .hero header .bottom-header .header-btn-box .detail-bnt:active, .hero header .bottom-header .header-btn-box .detail-bnt:link, .hero header .bottom-header .header-btn-box .detail-bnt:visited {
              text-decoration: none;
              color: #ffffff; } }

@media (max-width: 1300px) and (min-width: 1201px) {
  .hero header .slick-slider .slick-dots {
    left: -19.8%; }
  header .slick-slider .slick-list.draggable .slide-1, header .slick-slider .slick-list.draggable .slide-2, header .slick-slider .slick-list.draggable .slide-3 {
    position: relative;
    height: 448px; } }

@media (max-width: 1200px) and (min-width: 1000px) {
  .header-slider {
    height: 347px; }
  .hero {
    padding: 0 23px;
    height: 608px; }
    .hero .right-header-block {
      display: none; }
    .hero .mobile-nav {
      position: relative; }
      .hero .mobile-nav .lang-box {
        visibility: hidden;
        position: absolute;
        top: 37px;
        right: 20%; }
      .hero .mobile-nav nav {
        width: 200px; }
        .hero .mobile-nav nav ul.nav {
          margin: 19px 0 0 48px; }
      .hero .mobile-nav .sing-in-desctop {
        position: absolute;
        right: 0px; }
        .hero .mobile-nav .sing-in-desctop a.sing-in {
          margin: 30px 0 0 30px; }
    .hero header .slick-slider .slick-list.draggable .slide-1, .hero header .slick-slider .slick-list.draggable .slide-2, .hero header .slick-slider .slick-list.draggable .slide-3 {
      position: relative;
      height: 300px; }
      .hero header .slick-slider .slick-list.draggable .slide-1 h1, .hero header .slick-slider .slick-list.draggable .slide-2 h1, .hero header .slick-slider .slick-list.draggable .slide-3 h1 {
        text-align: center;
        font-size: 35px; }
      .hero header .slick-slider .slick-list.draggable .slide-1 h2, .hero header .slick-slider .slick-list.draggable .slide-2 h2, .hero header .slick-slider .slick-list.draggable .slide-3 h2 {
        text-align: center;
        font-size: 28px;
        line-height: 33px;
        padding-bottom: 30px; }
    .hero header .slick-slider .slick-list.draggable .slide-2 p {
      display: none; }
    .hero header .slick-slider .slick-list.draggable .slide-1 p {
      display: none; }
    .hero header .slick-slider .slick-list.draggable .slide-1 .left-header-block {
      width: 100%; }
      .hero header .slick-slider .slick-list.draggable .slide-1 .left-header-block .header-slide-icons {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
    .hero header .slick-slider .slick-list.draggable .slide-1 .right-header-block {
      display: none; }
  .hero header .slick-slider .slick-dots {
    left: -12%; } }

@media (max-width: 999px) and (min-width: 800px) {
  .header-slider {
    height: 337px; }
  .hero header .bottom-header .header-slide-icons {
    margin-right: 60px; }
  .hero header .slick-slider .slick-prev.slick-arrow {
    left: 30px; }
  .hero header .slick-slider .slick-next.slick-arrow {
    right: 30px; }
  .hero {
    height: 680px;
    padding: 0 23px; }
    .hero .main-link {
      padding: 35px 0 0 0; }
    .hero .right-header-block {
      display: none; }
    .hero .mobile-nav {
      position: relative; }
      .hero .mobile-nav .lang-box {
        position: absolute;
        top: 31px;
        right: 14.5%; }
      .hero .mobile-nav nav {
        width: 200px; }
        .hero .mobile-nav nav ul.nav {
          margin: 19px 0 0 10%; }
      .hero .mobile-nav .sing-in-desctop {
        position: absolute;
        right: 0px; }
        .hero .mobile-nav .sing-in-desctop a.sing-in {
          margin: 30px 0 0 30px; }
    .hero header .slick-slider .slick-list.draggable .slide-1, .hero header .slick-slider .slick-list.draggable .slide-2, .hero header .slick-slider .slick-list.draggable .slide-3 {
      position: relative;
      height: 350px; }
      .hero header .slick-slider .slick-list.draggable .slide-1 h1, .hero header .slick-slider .slick-list.draggable .slide-2 h1, .hero header .slick-slider .slick-list.draggable .slide-3 h1 {
        text-align: center;
        font-size: 35px; }
      .hero header .slick-slider .slick-list.draggable .slide-1 h2, .hero header .slick-slider .slick-list.draggable .slide-2 h2, .hero header .slick-slider .slick-list.draggable .slide-3 h2 {
        text-align: center;
        font-size: 28px;
        line-height: 33px;
        padding-bottom: 30px; }
      .hero header .slick-slider .slick-list.draggable .slide-1 .header-slide-icons, .hero header .slick-slider .slick-list.draggable .slide-2 .header-slide-icons, .hero header .slick-slider .slick-list.draggable .slide-3 .header-slide-icons {
        position: absolute;
        bottom: 15px;
        left: 0; }
      .hero header .slick-slider .slick-list.draggable .slide-1 .left-header-block .header-slide-icons, .hero header .slick-slider .slick-list.draggable .slide-2 .left-header-block .header-slide-icons, .hero header .slick-slider .slick-list.draggable .slide-3 .left-header-block .header-slide-icons {
        position: absolute;
        bottom: 15px;
        left: 0; }
    .hero header .slick-slider .slick-list.draggable .slide-2 p {
      display: none; }
    .hero header .slick-slider .slick-list.draggable .slide-1 p {
      display: none; }
    .hero header .slick-slider .slick-list.draggable .slide-1 .left-header-block {
      width: 100%; }
      .hero header .slick-slider .slick-list.draggable .slide-1 .left-header-block .header-slide-icons {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
    .hero header .slick-slider .slick-list.draggable .slide-1 .right-header-block {
      display: none; }
  .hero header .slick-slider .slick-dots {
    left: -70px; } }

@media (max-width: 900px) and (min-width: 800px) {
  .hero nav div li {
    margin-right: 17px; }
  .hero header .slick-slider .slick-list.draggable .slide-1, .hero header .slick-slider .slick-list.draggable .slide-2, .hero header .slick-slider .slick-list.draggable .slide-3 {
    height: 290px; }
    .hero header .slick-slider .slick-list.draggable .slide-1 h1, .hero header .slick-slider .slick-list.draggable .slide-1 h2, .hero header .slick-slider .slick-list.draggable .slide-2 h1, .hero header .slick-slider .slick-list.draggable .slide-2 h2, .hero header .slick-slider .slick-list.draggable .slide-3 h1, .hero header .slick-slider .slick-list.draggable .slide-3 h2 {
      text-align: center; }
  .hero header .slick-slider .slick-dots {
    left: unset;
    bottom: -148px; }
  .hero header .bottom-header {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .hero header .bottom-header .header-btn-box, .hero header .bottom-header .header-btn-box {
      width: 100%; } }

@media (max-width: 799px) and (min-width: 501px) {
  .header-slider {
    height: 287px; }
  .mobile-nav-box.active {
    height: 104px; }
  .hero header .slick-slider .slick-prev.slick-arrow {
    left: 20px; }
  .hero header .slick-slider .slick-next.slick-arrow {
    right: 20px; }
  .hero {
    padding: 0 23px;
    height: 619px; }
    .hero .mobile-nav {
      position: relative; }
      .hero .mobile-nav .lang-box {
        position: absolute;
        top: 37px;
        right: 13%; }
    .hero nav {
      z-index: 888;
      display: none;
      top: 0px;
      left: -24px;
      position: absolute;
      width: 100%;
      width: 100vh;
      /*min-height: 582px;*/
      height: 100vh;
      background: rgba(30, 30, 46, 0.995);
      color: #f1f1f1;
      /*display: flex;*/
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .hero nav ul.nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
      .hero nav div {
        width: 100%;
        position: relative; }
        .hero nav div #close-menu {
          display: block;
          background: url("../img/x.svg");
          background-position: center;
          background-size: cover;
          height: 18px;
          width: 18px;
          position: absolute;
          top: 67px;
          left: 25px;
          font-size: 25px; }
        .hero nav div li {
          font-family: SF UI Display, sans-serif;
          line-height: 22px;
          font-size: 20px;
          letter-spacing: 1px;
          padding-bottom: 55px;
          text-align: center; }
          .hero nav div li a:hover {
            text-decoration: none;
            color: #ffffff; }
          .hero nav div li a:link {
            text-decoration: none;
            color: #ffffff; }
          .hero nav div li a:visited {
            text-decoration: none;
            color: #ffffff; }
          .hero nav div li a:active {
            text-decoration: none;
            color: #ffffff; }
          .hero nav div li a.sing-in {
            color: #FF9D27; }
          .hero nav div li:first-child {
            padding-top: 118px; }
          .hero nav div li:last-child {
            padding-bottom: 118px; }
    .hero .sing-in-desctop {
      display: none; }
    .hero button#menu-btn {
      display: block;
      top: 36px;
      right: 28px;
      left: unset; }
    .hero header .slick-slider .slick-list.draggable .slide-1, .hero header .slick-slider .slick-list.draggable .slide-2, .hero header .slick-slider .slick-list.draggable .slide-3 {
      position: relative;
      height: 300px; }
      .hero header .slick-slider .slick-list.draggable .slide-1 h1, .hero header .slick-slider .slick-list.draggable .slide-2 h1, .hero header .slick-slider .slick-list.draggable .slide-3 h1 {
        text-align: center;
        font-size: 35px; }
      .hero header .slick-slider .slick-list.draggable .slide-1 h2, .hero header .slick-slider .slick-list.draggable .slide-2 h2, .hero header .slick-slider .slick-list.draggable .slide-3 h2 {
        text-align: center;
        font-size: 23px;
        line-height: 33px;
        padding-bottom: 30px; }
      .hero header .slick-slider .slick-list.draggable .slide-1 .header-slide-icons, .hero header .slick-slider .slick-list.draggable .slide-2 .header-slide-icons, .hero header .slick-slider .slick-list.draggable .slide-3 .header-slide-icons {
        position: absolute;
        bottom: 15px;
        left: 0; }
      .hero header .slick-slider .slick-list.draggable .slide-1 .left-header-block .header-slide-icons, .hero header .slick-slider .slick-list.draggable .slide-2 .left-header-block .header-slide-icons, .hero header .slick-slider .slick-list.draggable .slide-3 .left-header-block .header-slide-icons {
        position: absolute;
        bottom: 15px;
        left: 0; }
    .hero header .slick-slider .slick-list.draggable .slide-2 p {
      display: none; }
    .hero header .slick-slider .slick-list.draggable .slide-1 p {
      display: none; }
    .hero header .slick-slider .slick-list.draggable .slide-1 .left-header-block {
      width: 100%; }
      .hero header .slick-slider .slick-list.draggable .slide-1 .left-header-block .header-slide-icons {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
    .hero header .slick-slider .slick-list.draggable .slide-1 .right-header-block {
      display: none; }
  .hero header .slick-slider .slick-dots {
    left: 0;
    bottom: -50px; }
  .hero header .bottom-header {
    padding: 33px 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .hero header .bottom-header .header-btn-box, .hero header .bottom-header .header-btn-box {
      width: 100%; } }

@media (max-width: 500px) {
  .header-slider {
    height: 187px; }
  .mobile-nav-box.active {
    height: 75px; }
    .mobile-nav-box.active .mobile-nav .main-link {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
  .hero header .slick-slider .slick-next.slick-arrow,
  .hero header .slick-slider .slick-prev.slick-arrow {
    display: none !important; }
  .hero {
    min-height: 430px;
    padding: 0 23px; }
    .hero .sing-in-desctop {
      display: none; }
    .hero .mobile-nav .lang-box {
      width: 90px;
      /*display: none !important;*/ }
    .hero header .slick-slider .slick-list.draggable .slide-3 h2 {
      padding-top: 12px;
      font-size: 16px; }
    .hero header .slick-slider .slick-list.draggable .slide-2 p {
      display: none; }
    .hero header .slick-slider .slick-list.draggable .slide-1 p {
      display: none; }
    .hero header .slick-slider .slick-list.draggable .slide-1 .right-header-block {
      display: none; }
    .hero header .slick-slider .slick-list.draggable .slide-1, .hero header .slick-slider .slick-list.draggable .slide-2, .hero header .slick-slider .slick-list.draggable .slide-3 {
      height: 150px; }
      .hero header .slick-slider .slick-list.draggable .slide-1 h1, .hero header .slick-slider .slick-list.draggable .slide-2 h1, .hero header .slick-slider .slick-list.draggable .slide-3 h1 {
        font-size: 23px; }
  .hero header .slick-slider .slick-dots {
    left: unset;
    bottom: -195px; }
  .hero header .bottom-header {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .hero header .bottom-header .header-btn-box, .hero header .bottom-header .header-btn-box {
      width: 100%; }
  .header-slide-icons {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .header-slide-icons div > span:first-of-type {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      color: #ffffff;
      font-weight: 100;
      padding-bottom: 11px;
      word-spacing: -2px; }
    .header-slide-icons .cloud-pbx {
      margin: 19px 26px;
      background: url("../img/s3.png");
      height: 33px;
      width: 54px;
      padding: 0; }
    .header-slide-icons .asterisk {
      margin: 16px 26px;
      background: url("../img/s1.png");
      height: 37px;
      width: 57px;
      padding: 0; }
    .header-slide-icons .header-icon {
      display: block;
      background-size: cover;
      background-position: center; }
    .header-slide-icons .odoo {
      margin-right: 21px;
      background: url("../img/odoo.png");
      height: 19px;
      width: 58px; }
  .header-btn-box {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding: 15px;
    height: 75px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .header-btn-box a.detail-bnt {
      height: auto;
      display: block;
      text-decoration: none;
      background-color: #FF9D27;
      font-size: 13px;
      padding: 16px 37px;
      -webkit-border-radius: 40px;
              border-radius: 40px; }
      .header-btn-box a.detail-bnt:hover, .header-btn-box a.detail-bnt:active, .header-btn-box a.detail-bnt:link, .header-btn-box a.detail-bnt:visited {
        text-decoration: none;
        color: #ffffff; }
  .hero .mobile-nav .lang-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: absolute;
    right: 10px;
    top: 23px; }
  .header-slider.slick-slider {
    width: 100%; }
  .header-slider.slick-slider .slick-list {
    height: 172px !important; }
  .hero header .header-slider .slide-1 h1, .hero header .header-slider .slide-2 h1, .hero header .header-slider .slide-3 h1,
  .hero header .header-slider .slide-1 h2, .hero header .header-slider .slide-2 h2, .hero header .header-slider .slide-3 h2 {
    font-family: "Raleway", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 25px; }
  .hero header .header-slider .slide-1 h2, .hero header .header-slider .slide-2 h2, .hero header .header-slider .slide-3 h2 {
    overflow: visible; } }

@media (max-width: 374px) {
  .header-slider.slick-slider .slick-list {
    height: 188px !important; }
  #menu-btn {
    z-index: 99; }
  header .header-slider.slick-dotted.slick-slider {
    margin-bottom: 0 !important; }
  header .slick-slider.header-slider {
    width: 100%; }
  .hero {
    min-height: 430px; } }

.advantages {
  background: #F4F4F4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 57px 0; }

.advantage {
  color: #b4b4b4;
  text-align: center;
  font-family: 'Raleway';
  width: 250px; }
  .advantage:not(:last-child) {
    border-right: 1px solid #b4b4b4; }
  .advantage p:first-child {
    line-height: 56px;
    font-size: 56px;
    font-family: 'Raleway'; }
  .advantage p:last-child {
    line-height: 24px;
    font-size: 14px;
    font-family: 'Raleway'; }

/*@media (min-width: 501px) {
  .advantages{

    background: $gb;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 19px 18px 25px;

  }
}*/
@media (max-width: 1400px) and (min-width: 800px) {
  .advantages .advantage {
    color: #b4b4b4;
    text-align: center;
    font-family: 'Raleway';
    width: 20%; }
  .advantages {
    padding: 55px 40px; } }

@media (max-width: 799px) and (min-width: 501px) {
  .advantages {
    background: #F4F4F4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 19px 18px 25px; }
    .advantages .advantage {
      margin-bottom: 17px;
      color: #b4b4b4;
      text-align: center;
      font-family: 'Raleway';
      width: 50%; }
      .advantages .advantage:nth-child(even) {
        border: none; }
      .advantages .advantage p:first-child {
        line-height: 48px;
        font-size: 56px;
        font-family: 'Raleway';
        padding-bottom: 0px; }
      .advantages .advantage p:last-child {
        line-height: 24px;
        font-size: 14px;
        font-weight: 400;
        font-family: 'Raleway'; }
      .advantages .advantage p.bottom-numbers {
        padding-bottom: 0; } }

@media (max-width: 600px) {
  .advantages {
    background: #F4F4F4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 19px 18px 15px; }
    .advantages .advantage {
      margin-bottom: 17px;
      color: #b4b4b4;
      text-align: center;
      font-family: 'Raleway', sans-serif;
      width: 50%; }
      .advantages .advantage:nth-last-of-type(2) .bottom-numbers {
        width: 80%;
        margin: 0 auto; }
      .advantages .advantage:nth-child(even) {
        border: none; }
      .advantages .advantage p:first-child {
        line-height: 56px;
        font-size: 56px;
        font-family: 'Raleway', sans-serif;
        font-weight: 700;
        padding-bottom: 0px; }
      .advantages .advantage p:last-child {
        line-height: 24px;
        font-size: 14px;
        font-weight: 400;
        font-family: 'Raleway', sans-serif; }
      .advantages .advantage p.bottom-numbers {
        padding-bottom: 0; } }

.services {
  padding: 61px 23px 51px; }
  .services hr {
    border: none;
    height: 4px;
    background: black; }

.services-h {
  margin: 0 auto;
  max-width: 660px;
  text-align: center;
  margin-bottom: 10px; }
  .services-h h2 {
    font-family: 'Raleway';
    line-height: 27px;
    font-size: 24px;
    padding-top: 20px; }
  .services-h hr {
    max-width: 450px;
    margin: 16px auto 25px; }
  .services-h p {
    line-height: 21px;
    font-size: 14px;
    padding-bottom: 30px; }

.services-list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }
  .services-list .service-item {
    width: 50%;
    text-align: center; }
    .services-list .service-item .icon-service {
      margin: 0 auto;
      background-size: cover;
      background-position: center;
      display: block; }
    .services-list .service-item .asrerisk {
      margin-top: 3px;
      margin-bottom: 13px;
      background-image: url("../img/s1.png");
      width: 54px;
      height: 36px; }
    .services-list .service-item .odoo {
      margin-top: 15px;
      margin-bottom: 16px;
      background-image: url("../img/s2.png");
      width: 70px;
      height: 21px; }
    .services-list .service-item .cloud-pbx {
      margin-top: 24px;
      margin-bottom: 16px;
      background-image: url(../img/s3.png);
      width: 82px;
      height: 46px; }
    .services-list .service-item .cloud {
      margin-top: 26px;
      margin-bottom: 14px;
      background-image: url(../img/s4.png);
      width: 70px;
      height: 46px; }
    .services-list .service-item .arrows {
      margin-top: 20px;
      margin-bottom: 9px;
      background-image: url(../img/s5.png);
      width: 65px;
      height: 44px; }
    .services-list .service-item img {
      width: 55px; }
    .services-list .service-item p {
      padding: 0 5px;
      margin-top: 14px;
      font-size: 14px;
      line-height: 17px; }
    .services-list .service-item hr {
      width: 50px;
      margin: 10px auto; }

@media (min-width: 501px) {
  .services-h {
    margin: 0 auto;
    max-width: 660px;
    text-align: center;
    margin-bottom: 10px; }
    .services-h h2 {
      font-family: 'Raleway';
      line-height: 57px;
      font-weight: 700;
      font-size: 44px;
      padding-top: 38px; }
    .services-h hr {
      max-width: 450px;
      margin: 22px auto 44px; }
    .services-h p {
      font-family: "Raleway", sans-serif;
      line-height: 24px;
      font-weight: 400;
      font-size: 14px;
      width: 90%;
      display: block;
      margin: auto; }
  .services-list {
    width: 100%;
    max-width: 1225px;
    margin: 54px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .services-list .service-item {
      width: 14%;
      text-align: center;
      margin: 0 3%; }
      .services-list .service-item .icon-service {
        margin: 0 auto;
        background-size: cover;
        background-position: center;
        display: block; }
      .services-list .service-item .asrerisk {
        margin-top: 1px;
        margin-bottom: 20px;
        background-image: url(../img/s1.png);
        width: 85px;
        height: 57px; }
      .services-list .service-item .odoo {
        margin-top: 25px;
        margin-bottom: 21px;
        background-image: url(../img/s2.png);
        width: 104px;
        height: 32px; }
      .services-list .service-item .cloud-pbx {
        margin-top: 0px;
        margin-bottom: 16px;
        background-image: url(../img/s3.png);
        width: 113px;
        height: 62px; }
      .services-list .service-item .cloud {
        margin-top: -5px;
        margin-bottom: 19px;
        background-image: url(../img/s4.png);
        width: 96px;
        height: 64px; }
      .services-list .service-item .arrows {
        margin-top: 2px;
        margin-bottom: 23px;
        background-image: url(../img/s5.png);
        width: 79px;
        height: 53px; }
      .services-list .service-item img {
        width: 55px; }
      .services-list .service-item p {
        padding: 0 5px;
        margin-top: 14px;
        font-weight: 300;
        font-family: "Raleway", sans-serif;
        font-size: 14px;
        line-height: 17px; }
      .services-list .service-item hr {
        width: 50px;
        margin: 10px auto 19px; } }

@media (max-width: 799px) and (min-width: 501px) {
  .services-list {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .services-list .service-item {
      width: 40%;
      padding-bottom: 25px; } }

@media (max-width: 600px) {
  .services {
    padding: 11px 23px 51px; }
  .services-list .service-item p {
    font-family: 'Raleway', sans-serif;
    line-height: 17px;
    font-size: 14px;
    font-weight: 300; }
  .services-list .service-item p {
    padding: 0 10px; }
  .services-h h2 {
    font-family: 'Raleway', sans-serif;
    line-height: 30px;
    font-size: 24px;
    padding-top: 20px;
    font-weight: 700; }
  .services-h p {
    font-family: 'Raleway', sans-serif;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400; } }

@media (max-width: 374px) {
  .services-list .service-item p {
    padding: 0 10px; } }

.clients {
  background: #F4F4F4;
  padding: 0px 23px;
  text-align: center; }
  .clients h2 {
    padding-top: 20px; }
  .clients .clients-list {
    /*display: flex;
    justify-content: center;*/ }
    .clients .clients-list .slick-next.slick-arrow {
      right: -25px;
      top: 38%;
      width: 23px;
      height: 42px;
      background: url("../img/arr-right.png");
      background-position: center;
      background-repeat: no-repeat; }
    .clients .clients-list .slick-prev:before, .clients .clients-list .slick-next:before {
      content: none; }
    .clients .clients-list .slick-prev.slick-arrow {
      left: -25px;
      top: 38%;
      width: 23px;
      height: 42px;
      background: url("../img/arr-left.png");
      background-position: center;
      background-repeat: no-repeat; }
    .clients .clients-list .slick-track {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .clients .clients-list div.img-box {
      -webkit-align-content: center;
          -ms-flex-line-pack: center;
              align-content: center;
      padding: 30px 30px 67px; }
      .clients .clients-list div.img-box img {
        top: 50%;
        height: auto; }
    .clients .clients-list .icon-client {
      display: block;
      margin: 0 auto;
      background-size: cover;
      background-position: center; }
    .clients .clients-list .usaid {
      /*margin-top: 17px;*/
      /*margin-bottom: 22px;*/
      width: 289px;
      height: auto;
      /*background-image: url("../img/usaid.png");*/ }
    .clients .clients-list .disia {
      /*margin: 22px 11px 11px 17px;*/
      width: 163px;
      height: auto;
      /*background-image: url("../img/disla-logo.png");*/ }
    .clients .clients-list .eldo {
      /*margin: 22px 10px 15px 0px;*/
      width: 293px;
      height: auto;
      /*background-image: url("../img/eldor.png");*/ }
    .clients .clients-list .chicco {
      /*margin: 20px 0px 0px 0px;*/
      width: 137px;
      height: auto;
      /*background-image: url("../img/chicco_logo.png");*/ }

@media (min-width: 501px) {
  .clients {
    background: #F4F4F4;
    padding: 0px 23px;
    text-align: center; }
    .clients h2 {
      font-family: "Raleway", sans-serif;
      font-weight: 300;
      font-size: 24px;
      padding-top: 29px; }
    .clients .clients-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      width: 100%;
      max-width: 1140px;
      margin: auto;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      /*.usaid {
        margin-top: 32px;
        margin-bottom: 22px;
        width: 251px;
        height: 77px;
        background-image: url("../img/usaid.png");
      }
      .disia {
        margin: 45px 11px 11px 52px;
        width: 156px;
        height: 59px;
        background-image: url("../img/disla-logo.png");
      }
      .eldo {
        margin: 42px 10px 15px 22px;
        width: 293px;
        height: 56px;
        background-image: url("../img/eldor.png");
      }
      .chicco {
        margin: 40px 0px 85px 22px;
        width: 123px;
        height: 68px;

        background-image: url("../img/chicco_logo.png");
      }*/ }
      .clients .clients-list .icon-client {
        display: block;
        margin: 0 auto;
        background-size: cover;
        background-position: center; } }

@media (max-width: 1200px) and (min-width: 800px) {
  .clients-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    max-width: 1140px;
    margin: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .clients-list .icon-client {
      /*display: block;*/
      margin: 0 auto;
      background-size: cover;
      background-position: center; } }

@media (max-width: 799px) and (min-width: 501px) {
  .clients-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    max-width: 1140px;
    margin: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .clients-list .icon-client {
      display: block;
      margin: 0 auto;
      background-size: cover;
      background-position: center; } }

@media (max-width: 500px) {
  .clients h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 300; } }

@media (max-width: 1200px) {
  .clients .clients-list .slick-prev.slick-arrow, .clients .clients-list .slick-next.slick-arrow {
    display: none !important; }
  .clients .slick-slider {
    width: 100%;
    max-width: 1000px; }
    .clients .slick-slider .slick-next, .clients .slick-slider .slick-prev {
      display: none; }
  .clients .clients-list .slick-track {
    -webkit-transform: scale(0.2);
        -ms-transform: scale(0.2);
            transform: scale(0.2); }
  .clients .img-box img {
    width: 200px; }
  .clients .clients-list div.img-box {
    padding: 25px 25px; } }

@media (max-width: 1000px) {
  .clients .clients-list .slick-prev.slick-arrow, .clients .clients-list .slick-next.slick-arrow {
    display: none !important; }
  .clients .slick-slider {
    width: 100%;
    max-width: 730px; }
    .clients .slick-slider .slick-next, .clients .slick-slider .slick-prev {
      display: none; }
  .clients .clients-list .slick-track {
    -webkit-transform: scale(0.2);
        -ms-transform: scale(0.2);
            transform: scale(0.2); }
  .clients .img-box img {
    width: 160px; }
  .clients .clients-list div.img-box {
    padding: 25px 10px; } }

@media (max-width: 800px) {
  .clients .clients-list .slick-prev.slick-arrow, .clients .clients-list .slick-next.slick-arrow {
    display: none !important; }
  .clients .slick-slider {
    width: 100%;
    max-width: 530px; }
    .clients .slick-slider .slick-next, .clients .slick-slider .slick-prev {
      display: none; }
  .clients .clients-list .slick-track {
    -webkit-transform: scale(0.2);
        -ms-transform: scale(0.2);
            transform: scale(0.2); }
  .clients .img-box img {
    width: 110px; }
  .clients .clients-list div.img-box {
    padding: 25px 10px; } }

@media (max-width: 600px) {
  .clients .clients-list .slick-prev.slick-arrow, .clients .clients-list .slick-next.slick-arrow {
    display: none !important; }
  .clients .slick-slider {
    width: 100%;
    max-width: 400px; }
    .clients .slick-slider .slick-next, .clients .slick-slider .slick-prev {
      display: none; }
  .clients .clients-list .slick-track {
    -webkit-transform: scale(0.2);
        -ms-transform: scale(0.2);
            transform: scale(0.2); }
  .clients .img-box img {
    width: 80px; }
  .clients .clients-list div.img-box {
    padding: 25px 10px; } }

@media (max-width: 450px) {
  .clients .clients-list .slick-prev.slick-arrow, .clients .clients-list .slick-next.slick-arrow {
    display: none !important; }
  .clients .slick-slider {
    width: 100%;
    max-width: 290px; }
    .clients .slick-slider .slick-next, .clients .slick-slider .slick-prev {
      display: none; }
  .clients .clients-list .slick-track {
    -webkit-transform: scale(0.2);
        -ms-transform: scale(0.2);
            transform: scale(0.2); }
  .clients .img-box img {
    width: 50px; }
  .clients .clients-list div.img-box {
    padding: 15px 10px; } }

.list {
  padding: 50px 23px 0px; }
  .list .list-btn-box {
    display: none; }

.list-item {
  display: -ms-grid;
  display: grid; }

#list-1-bnt .open, #list-2-bnt .open, #list-3-bnt .open {
  top: -2px;
  position: relative;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.list-item-h h3 {
  font-size: 27px;
  padding: 23px 0 0px;
  color: black;
  font-family: "Raleway", sans-serif;
  font-weight: 400; }

.list-item-h p {
  padding-top: 11px;
  padding-bottom: 20px;
  line-height: 18px;
  font-size: 18px; }

.list-item-m label {
  cursor: pointer; }

.list-item-m p {
  padding-top: 9px;
  line-height: 19px;
  font-size: 15px; }
  .list-item-m p:first-of-type {
    padding-top: 0;
    line-height: 23px;
    font-size: 15px;
    font-weight: 400; }
  .list-item-m p:last-of-type {
    padding-top: 0px; }
    .list-item-m p:last-of-type span {
      color: black; }

.list-item-m label {
  display: block;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 1px;
  padding-top: 22px;
  position: relative; }
  .list-item-m label span {
    position: relative;
    display: inline-block;
    top: 1px;
    right: -2px; }

.try-box {
  padding: 15px 15px 0;
  height: 60px;
  padding-top: 38px;
  height: 82px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .try-box .try {
    height: auto;
    display: block;
    text-decoration: none;
    background-color: #FF9D27;
    font-size: 13px;
    padding: 16px 37px;
    -webkit-border-radius: 40px;
            border-radius: 40px; }
    .try-box .try:hover, .try-box .try:active, .try-box .try:link, .try-box .try:visited {
      text-decoration: none;
      color: #ffffff; }

#list-1-block {
  display: none; }

.opportunities-list {
  padding-top: 31px; }
  .opportunities-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 11px; }
    .opportunities-list li div {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: baseline;
      -webkit-align-items: baseline;
          -ms-flex-align: baseline;
              align-items: baseline; }
      .opportunities-list li div p {
        font-family: 'Raleway', sans-serif;
        display: block;
        font-size: 15px !important;
        padding-top: 5px;
        padding-bottom: 2px;
        /*line-height: 21px !important;*/ }
      .opportunities-list li div .ask-box {
        display: inline-block;
        position: relative;
        /*width: 30px;*/
        height: 12px; }
      .opportunities-list li div .ring-ask {
        color: black;
        position: absolute;
        top: -4px;
        background: url("../img/ask.png");
        display: inline-block;
        width: 26px;
        height: 25px; }
      .opportunities-list li div .dot {
        top: 1px;
        display: inline-block;
        margin: 9px 11px 0px 0px;
        position: relative;
        height: 13px;
        width: 13px;
        -webkit-border-radius: 15px;
                border-radius: 15px;
        background-color: rgba(255, 179, 37, 0.6); }
        .opportunities-list li div .dot span {
          position: absolute;
          top: 4px;
          left: 4px;
          background-color: #FF9D27;
          display: block;
          height: 5px;
          width: 5px;
          -webkit-border-radius: 5px;
                  border-radius: 5px; }

.c-orange {
  color: #FF9D27; }

.list .list-item-m .flex-for-list ul li div p,
.list-2 .list-item-m .flex-for-list ul li div p,
.list-3 .list-item-m .flex-for-list ul li div p {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 23px;
  font-size: 15px; }

@media (min-width: 951px) {
  .list .list-item-m .flex-for-list ul li div p,
  .list-2 .list-item-m .flex-for-list ul li div p,
  .list-3 .list-item-m .flex-for-list ul li div p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400; }
  .list-item-h h3 {
    font-weight: 400; }
  .list {
    width: 100%;
    margin: auto;
    padding: 0;
    position: relative; }
    .list .list-btn-box {
      display: block; }
    .list .list-item {
      max-width: 1140px;
      width: 100%;
      margin: auto; }
    .list .list-item-h h3 {
      margin-top: 151px;
      font-size: 40px;
      padding: 23px 0 0;
      color: #FF9D27;
      font-weight: 400;
      font-family: "Raleway", sans-serif;
      line-height: 57px; }
    .list .list-item-h p {
      font-family: "Raleway", sans-serif;
      font-weight: 400;
      line-height: 39px;
      font-size: 30px;
      padding-top: 0px;
      padding-bottom: 44px;
      width: 40%; }
    .list .list-item-m {
      width: 100%; }
      .list .list-item-m label {
        font-family: "Raleway", sans-serif;
        font-weight: 400;
        line-height: 24px;
        font-size: 14px;
        display: block;
        padding-top: 22px;
        position: relative;
        left: 38.7%;
        top: 25px; }
      .list .list-item-m .flex-for-list {
        margin: auto;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
        .list .list-item-m .flex-for-list p.list-item-sh {
          width: 50%;
          display: block;
          position: relative;
          z-index: 9;
          padding-top: 31px;
          font-family: "Raleway", sans-serif;
          line-height: 24px;
          font-size: 17px;
          font-weight: 400; }
        .list .list-item-m .flex-for-list .left-p {
          font-family: "Raleway", sans-serif;
          font-weight: 300;
          padding: 0 68px 0;
          margin-top: -210px;
          z-index: 10;
          line-height: 23px;
          font-size: 15px; }
          .list .list-item-m .flex-for-list .left-p:last-of-type {
            margin-top: -120px; }
        .list .list-item-m .flex-for-list > p {
          width: 50%;
          display: block;
          position: relative;
          z-index: 9; }
          .list .list-item-m .flex-for-list > p:last-of-type {
            margin-left: 50%; }
        .list .list-item-m .flex-for-list .bg {
          top: 82px;
          background: #F4F4F4;
          z-index: 0;
          width: 50%;
          margin-left: 560px;
          position: absolute;
          height: 515px;
          right: 0; }
        .list .list-item-m .flex-for-list ul {
          width: 85%;
          margin: 75px auto;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start; }
          .list .list-item-m .flex-for-list ul li {
            width: 50%;
            padding-left: 40px; }
            .list .list-item-m .flex-for-list ul li div p {
              font-size: 15px;
              letter-spacing: 1px;
              font-weight: 400;
              display: inline-block;
              padding-bottom: 5px;
              line-height: 24px; }
    .list .list-btn-box {
      padding: 25px 0;
      height: unset;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .list .list-btn-box a.detail-bnt {
        height: auto;
        display: block;
        text-decoration: none;
        background-color: #FF9D27;
        font-family: "Raleway", sans-serif;
        line-height: 21px;
        font-size: 14px;
        font-weight: 600;
        padding: 21px 55px;
        -webkit-border-radius: 40px;
                border-radius: 40px;
        margin: 1px; }
        .list .list-btn-box a.detail-bnt:hover, .list .list-btn-box a.detail-bnt:active, .list .list-btn-box a.detail-bnt:link, .list .list-btn-box a.detail-bnt:visited {
          text-decoration: none;
          color: #ffffff; }
    .list .try-box {
      display: none; } }

@media (max-width: 1200px) and (min-width: 1000px) {
  .list {
    padding: 0 23px; }
  .list .list-item-m .flex-for-list .bg {
    /*height: 523px;*/ }
  .list .list-item-m .flex-for-list .left-p {
    font-size: 13px; } }

@media (min-width: 951px) and (max-width: 1150px) {
  .list .list-item-m .flex-for-list .bg {
    top: 115px;
    background: #F4F4F4;
    z-index: 0;
    width: 50%;
    margin-left: 560px;
    position: absolute;
    height: 514px;
    right: 0; }
  .list-3 .list-item-m label {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    line-height: 24px;
    font-size: 14px;
    display: block;
    padding-top: 25px;
    position: relative;
    left: 38.7%;
    top: 15px; }
  .list-3 .list-item-m .flex-for-list .left-p {
    margin-top: -260px; } }

@media (max-width: 999px) and (min-width: 800px) {
  .list {
    padding: 0 23px; }
  .list .list-item-m .flex-for-list .bg {
    /*height: 523px;*/ }
  .list .list-item-m .flex-for-list .left-p {
    font-size: 13px; } }

@media (max-width: 600px) {
  .list-item-h h3 {
    color: #FF9D27;
    font-family: "Raleway", sans-serif;
    font-weight: 600; }
  .list-item-h p, .list-2 .list-item .list-item-h p {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    line-height: 20px;
    font-size: 18px; }
  .list-item-m p:first-of-type {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    line-height: 19px;
    font-size: 16px; }
  .list-item-m, .list-item-m .left-p, .list-2 .list-item .list-item-m p:first-of-type, .list-3 .list-item-m p:first-of-type {
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    line-height: 23px;
    font-size: 15px; }
  .list-item-m label {
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 25px; }
  .try-box .try {
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    line-height: 21px;
    padding: 12px 37px; } }

@media (max-width: 374px) {
  .list-item-m label {
    cursor: pointer; } }

.list-2 {
  padding: 30px 23px 0px; }
  .list-2 .list-btn-box {
    display: none; }
  .list-2 .list-item-h p {
    padding-bottom: 30px;
    line-height: 20px; }
  .list-2 .list-item-m p:first-of-type {
    line-height: 23px;
    font-weight: 100; }
  .list-2 .opportunities-list {
    padding-top: 39px; }
    .list-2 .opportunities-list li div p {
      letter-spacing: 1px;
      font-size: 15px !important;
      font-weight: 400 !important;
      display: inline-block;
      padding-bottom: 5px;
      line-height: 24px !important; }
  .list-2 .try-box {
    padding-top: 38px;
    height: 82px; }

#list-2-block {
  display: none; }

@media (min-width: 951px) {
  .list-2 {
    width: 100%;
    margin: auto;
    padding: 0;
    position: relative; }
    .list-2 .list-btn-box {
      display: block; }
    .list-2 .list-item {
      max-width: 1140px;
      width: 100%;
      margin: auto; }
    .list-2 .list-item-h h3 {
      margin-top: 59px;
      font-size: 40px;
      font-family: "Raleway", sans-serif;
      font-weight: 400;
      line-height: 56px;
      padding: 23px 0 0;
      color: #FF9D27; }
    .list-2 .list-item-h p {
      font-family: "Raleway", sans-serif;
      font-weight: 400;
      padding-top: 0px;
      padding-bottom: 44px;
      line-height: 39px;
      font-size: 30px;
      width: 50%;
      padding-right: 30px; }
    .list-2 .list-item-m {
      width: 100%; }
      .list-2 .list-item-m label {
        font-family: "Raleway", sans-serif;
        font-weight: 400;
        line-height: 24px;
        font-size: 14px;
        display: block;
        padding-top: 9px;
        position: relative;
        left: 38.7%;
        top: 68px; }
      .list-2 .list-item-m .flex-for-list {
        margin: auto;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
        .list-2 .list-item-m .flex-for-list .list-item-sh {
          width: 50%;
          display: block;
          position: relative;
          z-index: 9;
          line-height: 24px;
          padding-top: 31px;
          font-size: 17px; }
        .list-2 .list-item-m .flex-for-list .left-p {
          padding: 0 68px 0;
          font-weight: 300;
          font-family: "Raleway", sans-serif;
          line-height: 23px;
          font-size: 15px;
          margin-top: -210px;
          z-index: 10; }
        .list-2 .list-item-m .flex-for-list > p {
          width: 50%;
          display: block;
          position: relative;
          z-index: 9; }
          .list-2 .list-item-m .flex-for-list > p:last-of-type {
            margin-left: 50%; }
        .list-2 .list-item-m .flex-for-list .bg {
          top: 8px;
          background: #F4F4F4;
          z-index: 0;
          width: 50%;
          margin-left: 560px;
          position: absolute;
          height: 426px;
          right: 0; }
        .list-2 .list-item-m .flex-for-list ul {
          width: 85%;
          margin: 50px auto 130px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start; }
          .list-2 .list-item-m .flex-for-list ul li {
            width: 50%;
            padding-left: 70px; }
            .list-2 .list-item-m .flex-for-list ul li div p {
              font-size: 15px; }
    .list-2 .list-btn-box {
      padding: 57px 0 25px;
      height: unset;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .list-2 .list-btn-box a.detail-bnt {
        height: auto;
        display: block;
        text-decoration: none;
        background-color: #FF9D27;
        font-family: "Raleway", sans-serif;
        line-height: 21px;
        font-size: 14px;
        font-weight: 600;
        padding: 21px 55px;
        -webkit-border-radius: 40px;
                border-radius: 40px;
        margin: 1px; }
        .list-2 .list-btn-box a.detail-bnt:hover, .list-2 .list-btn-box a.detail-bnt:active, .list-2 .list-btn-box a.detail-bnt:link, .list-2 .list-btn-box a.detail-bnt:visited {
          text-decoration: none;
          color: #ffffff; }
    .list-2 .try-box {
      display: none; } }

@media (max-width: 1200px) and (min-width: 1000px) {
  .list-2 {
    padding: 0 23px; }
  .list-2 .list-item-m .flex-for-list .bg {
    /* height: 523px;*/ }
  .list-2 .list-item-m .flex-for-list .left-p {
    font-size: 13px; } }

@media (min-width: 951px) and (max-width: 1150px) {
  .list-2 .list-item-m .flex-for-list .bg {
    height: 524px; }
  .list-2 .list-item-m label {
    top: 65px; }
  .list-3 .list-item-m .flex-for-list .left-p {
    margin-top: -260px; }
  .list-2 .list-item-m .flex-for-list ul {
    margin: 50px auto; } }

@media (max-width: 999px) and (min-width: 800px) {
  .list-2 {
    padding: 0 23px; }
  .list-2 .list-item-m .flex-for-list .bg {
    /* height: 523px;*/ }
  .list-2 .list-item-m .flex-for-list .left-p {
    font-size: 13px; } }

.list-3 {
  padding: 30px 23px 0px; }
  .list-3 .list-btn-box {
    display: none; }
  .list-3 .list-item-h h3 {
    padding-top: 31px; }
  .list-3 .list-item-h p {
    padding-top: 9px;
    padding-bottom: 32px; }
  .list-3 .list-item-m p:first-of-type {
    line-height: 23px;
    font-weight: 100; }
  .list-3 .list-item-m label {
    padding-top: 16px; }
  .list-3 .opportunities-list {
    padding-top: 48px; }
    .list-3 .opportunities-list li div p {
      letter-spacing: 1px;
      font-size: 15px !important;
      font-weight: 400 !important;
      display: inline-block;
      padding-bottom: 5px;
      line-height: 23px !important; }
  .list-3 .try-box {
    padding-top: 38px;
    height: 82px; }

#list-3-block {
  display: none; }

@media (min-width: 951px) {
  .list-3 {
    width: 100%;
    margin: auto;
    padding: 0;
    position: relative; }
    .list-3 .list-btn-box {
      display: block; }
    .list-3 .list-item {
      max-width: 1140px;
      width: 100%;
      margin: auto; }
    .list-3 .list-item-h h3 {
      margin-top: 59px;
      font-size: 40px;
      padding: 23px 0 0px;
      color: #FF9D27;
      line-height: 57px; }
    .list-3 .list-item-h p {
      padding-top: 0px;
      padding-bottom: 44px;
      font-weight: 400;
      font-family: "Raleway", sans-serif;
      line-height: 39px;
      font-size: 30px;
      width: 50%;
      padding-right: 30px; }
    .list-3 .list-item-m {
      width: 100%; }
      .list-3 .list-item-m label {
        font-family: "Raleway", sans-serif;
        font-weight: 400;
        line-height: 24px;
        font-size: 14px;
        display: block;
        padding-top: 35px;
        position: relative;
        left: 38.7%;
        top: 8px; }
      .list-3 .list-item-m .flex-for-list {
        margin: auto;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
        .list-3 .list-item-m .flex-for-list .list-item-sh {
          width: 50%;
          display: block;
          position: relative;
          z-index: 9;
          line-height: 24px;
          padding-top: 31px;
          font-size: 17px; }
        .list-3 .list-item-m .flex-for-list .left-p {
          font-family: "Raleway", sans-serif;
          font-weight: 300;
          font-size: 15px;
          padding: 0 68px 0;
          margin-top: -240px;
          z-index: 10;
          line-height: 23px; }
        .list-3 .list-item-m .flex-for-list > p {
          width: 50%;
          display: block;
          position: relative;
          z-index: 9; }
          .list-3 .list-item-m .flex-for-list > p:last-of-type {
            margin-left: 50%; }
        .list-3 .list-item-m .flex-for-list .bg {
          top: -29px;
          background: #F4F4F4;
          z-index: 0;
          width: 50%;
          margin-left: 560px;
          position: absolute;
          height: 543px;
          right: 0; }
        .list-3 .list-item-m .flex-for-list ul {
          width: 85%;
          margin: 38px auto;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start; }
          .list-3 .list-item-m .flex-for-list ul li {
            width: 50%;
            padding-left: 70px; }
            .list-3 .list-item-m .flex-for-list ul li div p {
              font-size: 15px;
              width: 80%; }
    .list-3 .list-btn-box {
      margin-top: -34px;
      padding: 55px 0 25px;
      height: unset;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .list-3 .list-btn-box a.detail-bnt {
        height: auto;
        display: block;
        text-decoration: none;
        background-color: #FF9D27;
        font-family: "Raleway", sans-serif;
        line-height: 21px;
        font-size: 14px;
        font-weight: 600;
        padding: 21px 55px;
        -webkit-border-radius: 40px;
                border-radius: 40px;
        margin: 1px; }
        .list-3 .list-btn-box a.detail-bnt:hover, .list-3 .list-btn-box a.detail-bnt:active, .list-3 .list-btn-box a.detail-bnt:link, .list-3 .list-btn-box a.detail-bnt:visited {
          text-decoration: none;
          color: #ffffff; }
    .list-3 .try-box {
      display: none; } }

@media (max-width: 1200px) and (min-width: 1000px) {
  .list-3 {
    padding: 0 23px; }
  .list-3 .list-item-m .flex-for-list .bg {
    height: 483px; }
  .list-3 .list-item-m .flex-for-list .left-p {
    font-size: 13px;
    line-height: 20px; } }

@media (min-width: 951px) and (max-width: 1150px) {
  .list-3 .list-item-m .flex-for-list .bg {
    top: 15px;
    background: #F4F4F4;
    z-index: 0;
    width: 50%;
    margin-left: 560px;
    position: absolute;
    height: 434px;
    right: 0; }
  .list-3 .list-item-m label {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    line-height: 24px;
    font-size: 14px;
    display: block;
    padding-top: 25px;
    position: relative;
    left: 38.7%;
    top: 15px; }
  .list-3 .list-item-m .flex-for-list .left-p {
    margin-top: -260px; } }

@media (max-width: 999px) and (min-width: 800px) {
  .list-3 {
    padding: 0 23px; }
  .list-3 .list-item-m .flex-for-list .bg {
    height: 528px; }
  .list-3 .list-item-m .flex-for-list .left-p {
    font-size: 13px;
    line-height: 20px; } }

.our-clients-h {
  padding: 0 23px;
  margin: 0 auto;
  max-width: 660px;
  text-align: center;
  margin-bottom: 42px; }
  .our-clients-h h2 {
    font-family: 'Raleway', sans-serif;
    line-height: 27px;
    font-size: 24px;
    padding-top: 72px; }
  .our-clients-h hr {
    max-width: 450px;
    margin: 16px auto 25px;
    border: none;
    height: 3px;
    background: black; }
  .our-clients-h p {
    line-height: 21px;
    font-size: 14px; }
  .our-clients-h .clients-slider-box {
    width: 100px; }

.our-clients .slick-slide {
  outline: none; }

@media (min-width: 501px) {
  .our-clients {
    padding-bottom: 62px; }
    .our-clients .our-clients-h {
      padding: 0 23px;
      margin: 0 auto;
      max-width: 660px;
      text-align: center;
      margin-bottom: 42px; }
      .our-clients .our-clients-h h2 {
        font-family: 'Raleway', sans-serif;
        line-height: 57px;
        font-size: 44px;
        font-weight: 700;
        padding-top: 134px; }
      .our-clients .our-clients-h hr {
        max-width: 450px;
        margin: 23px auto 25px;
        border: none;
        height: 3px;
        background: black; }
      .our-clients .our-clients-h p {
        line-height: 21px;
        font-size: 14px; }
    .our-clients .clients-slider-box {
      width: 100%;
      max-width: 1140px;
      margin: auto; }
      .our-clients .clients-slider-box .clients-slider.slick-slider {
        width: 100%; }
        .our-clients .clients-slider-box .clients-slider.slick-slider .slick-next {
          top: 51%;
          right: 00px;
          width: 0px;
          height: 0px;
          border-top: 15px solid transparent;
          border-bottom: 15px solid transparent;
          border-left: 15px solid #FF9D27; }
        .our-clients .clients-slider-box .clients-slider.slick-slider .slick-prev::before {
          color: transparent; }
        .our-clients .clients-slider-box .clients-slider.slick-slider .slick-prev {
          top: 51%;
          left: 0px;
          width: 0px;
          height: 0px;
          border-top: 15px solid transparent;
          border-bottom: 15px solid transparent;
          border-right: 15px solid #FF9D27; }
        .our-clients .clients-slider-box .clients-slider.slick-slider hr {
          max-width: 450px;
          margin: 18px auto 21px;
          border: none;
          width: 45px;
          height: 3px;
          background: #FF9D27; }
        .our-clients .clients-slider-box .clients-slider.slick-slider .client-name {
          padding-top: 8px;
          padding-bottom: 7px; }
          .our-clients .clients-slider-box .clients-slider.slick-slider .client-name h4 {
            font-size: 20px;
            line-height: 20px;
            font-weight: 700;
            font-family: "Raleway", sans-serif; }
          .our-clients .clients-slider-box .clients-slider.slick-slider .client-name p {
            font-family: "Raleway", sans-serif;
            font-weight: 400;
            color: #6F6F6F;
            line-height: 24px;
            font-size: 17px; }
        .our-clients .clients-slider-box .clients-slider.slick-slider .client-p p {
          padding: 6px 10px 78px;
          font-family: "Raleway", sans-serif;
          font-weight: 300;
          line-height: 23px;
          font-size: 15px; }
        .our-clients .clients-slider-box .clients-slider.slick-slider .slick-dots {
          display: none; } }

@media (max-width: 900px) and (min-width: 501px) {
  .our-clients .clients-slider-box {
    width: 90%; } }

@media (max-width: 600px) {
  .our-clients .clients-slider-box .tariffs .slick-slider {
    width: 80%; }
  .our-clients .clients-slider-box .slick-next {
    top: 51%;
    right: 0px;
    width: 0px;
    height: 0px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #FF9D27; }
  .our-clients .clients-slider-box .slick-prev::before {
    color: transparent; }
  .our-clients .clients-slider-box .slick-prev {
    z-index: 9;
    top: 51%;
    left: 0px;
    width: 0px;
    height: 0px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #FF9D27; }
  .list-item-h p, .list-2 .list-item .list-item-h p {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    line-height: 20px;
    font-size: 18px; }
  .our-clients-h {
    padding: 0 18px; }
    .our-clients-h h2 {
      font-family: 'Raleway', sans-serif;
      line-height: 57px;
      font-size: 24px;
      font-weight: 700; }
    .our-clients-h hr {
      margin: 0px auto 25px; }
  .slick-slider .client-name h4 {
    font-family: 'Raleway', sans-serif;
    line-height: 20px;
    font-size: 20px;
    font-weight: 700; }
  .slick-slider .client-name p {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    color: #6F6F6F;
    font-weight: 400;
    line-height: 24px; }
  .slick-slider .client-p p {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 23px; } }

.tariffs {
  padding: 61px 23px 51px; }
  .tariffs hr {
    border: none;
    height: 3px;
    background: black; }
  .tariffs .table-box {
    display: none; }
  .tariffs .order-btn-box.out {
    display: none; }

.tariffs-h {
  margin: 5px auto 0px;
  max-width: 660px;
  text-align: center;
  margin-bottom: 10px; }
  .tariffs-h h2 {
    font-family: 'Raleway', sans-serif;
    line-height: 27px;
    font-size: 24px;
    padding-top: 20px;
    padding-bottom: 3px; }
  .tariffs-h hr {
    max-width: 450px;
    margin: 9px auto 25px; }
  .tariffs-h p {
    line-height: 21px;
    font-size: 14px; }

.start-p {
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 14px; }

.slider-price .slide-table-wrap {
  margin: 15px;
  -webkit-box-shadow: 0px 0px 32px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 0px 32px 4px rgba(0, 0, 0, 0.04); }

.table-1 tr:last-of-type {
  font-family: 'Raleway', sans-serif; }

.table-1 tr:nth-child(even) {
  background-color: #F4F4F4; }

.table-1 td {
  padding: 18px 28px;
  font-size: 14px; }

.table-1 tr.light {
  background: #FDE7CE; }
  .table-1 tr.light td {
    font-size: 12px;
    font-weight: 900; }

.table-1 .order-btn-box {
  width: 100%; }
  .table-1 .order-btn-box .order-btn {
    background-color: #FF9D27;
    -webkit-border-radius: 35px;
            border-radius: 35px;
    padding: 15px 23px;
    font-weight: 900;
    margin: 0px auto;
    letter-spacing: 1px;
    text-align: center;
    display: block;
    width: 145px; }
    .table-1 .order-btn-box .order-btn:hover, .table-1 .order-btn-box .order-btn:active, .table-1 .order-btn-box .order-btn:link, .table-1 .order-btn-box .order-btn:visited {
      text-decoration: none;
      color: #ffffff; }

.table-1 .td-btn {
  padding: 15px 0px; }

@media (min-width: 701px) {
  .tariffs {
    background: #F4F4F4; }
    .tariffs .tariffs-h h2 {
      font-family: 'Raleway', sans-serif;
      font-weight: 700;
      line-height: 57px;
      font-size: 44px;
      padding-top: 25px;
      padding-bottom: 3px; }
    .tariffs .tariffs-h p {
      font-family: "Raleway", sans-serif;
      line-height: 24px;
      font-size: 14px;
      font-weight: 400;
      position: relative;
      top: 72px; }
    .tariffs .start-p {
      display: none; }
    .tariffs .slider-price {
      display: none;
      background: white; }
    .tariffs .table-box {
      display: block;
      background: white;
      padding: 30px 20px 190px;
      margin: 120px auto;
      max-width: 1140px;
      text-align: center; }
    .tariffs .table-2 {
      -webkit-box-shadow: 0px 0px 32px 4px rgba(0, 0, 0, 0.04);
              box-shadow: 0px 0px 32px 4px rgba(0, 0, 0, 0.04);
      margin: auto;
      width: 100%; }
      .tariffs .table-2 tr:nth-child(odd) {
        background-color: #F4F4F4; }
      .tariffs .table-2 tr td, .tariffs .table-2 tr th {
        padding: 9px 28px;
        font-size: 12px; }
        .tariffs .table-2 tr td:first-of-type, .tariffs .table-2 tr th:first-of-type {
          width: 320px;
          text-align: left;
          font-size: 13px; }
      .tariffs .table-2 tr td {
        font-family: "Raleway", sans-serif;
        line-height: 18px;
        font-size: 12px;
        font-weight: 400; }
        .tariffs .table-2 tr td:first-of-type {
          font-family: "Raleway", sans-serif;
          line-height: 17px;
          font-size: 14px;
          font-weight: 300; }
      .tariffs .table-2 tr th {
        background: #FFFFFF;
        font-family: "Raleway", sans-serif;
        line-height: 21px;
        font-weight: 600;
        font-size: 14px; }
      .tariffs .table-2 tr:nth-child(even) {
        background: #FFFFFF; }
      .tariffs .table-2 tr:first-of-type {
        background-color: #F4F4F4; }
      .tariffs .table-2 tr.light td {
        font-family: "Raleway", sans-serif;
        line-height: 18px;
        font-size: 12px;
        font-weight: 600;
        background: #FDE7CE; }
      .tariffs .table-2 tr:last-of-type td {
        font-family: "Raleway", sans-serif;
        line-height: 18px;
        font-size: 12px;
        font-weight: 600; }
      .tariffs .table-2 .td-btn {
        padding: 15px 0px; }
    .tariffs .order-btn-box.out {
      display: block; }
    .tariffs .order-btn-box {
      margin-top: -250px;
      width: 100%;
      margin-bottom: 200px; }
      .tariffs .order-btn-box .order-btn {
        font-family: "Raleway", sans-serif;
        font-weight: 600;
        font-size: 14px;
        line-height: 21px;
        background-color: #FF9D27;
        -webkit-border-radius: 35px;
                border-radius: 35px;
        padding: 19px 29px;
        margin: 0px auto;
        letter-spacing: 1px;
        text-align: center;
        display: block;
        width: 188px; }
        .tariffs .order-btn-box .order-btn:hover, .tariffs .order-btn-box .order-btn:active, .tariffs .order-btn-box .order-btn:link, .tariffs .order-btn-box .order-btn:visited {
          text-decoration: none;
          color: #ffffff; } }

@media (max-width: 700px) and (min-width: 501px) {
  .tariffs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .tariffs .table-box {
      display: none; }
    .tariffs .slick-slide {
      outline: none; } }

@media (max-width: 700px) {
  table tr:nth-child(odd) {
    background: #ffffff; }
  .tr-serv {
    font-family: "Raleway", sans-serif; }
  .tariffs .slick-slider {
    width: 90%;
    -webkit-box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.14);
            box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.14); }
  .tariffs .slick-next {
    top: 51%;
    right: -18px;
    width: 0px;
    height: 0px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #FF9D27; }
  .slick-prev::before {
    color: transparent; }
  .tariffs .slick-prev {
    z-index: 9;
    top: 51%;
    left: -18px;
    width: 0px;
    height: 0px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #FF9D27; }
  .tariffs-h h2 {
    font-family: 'Raleway', sans-serif;
    line-height: 20px;
    font-size: 24px;
    font-weight: 700; }
  .tariffs-h p {
    padding-top: 10px;
    font-family: 'Raleway', sans-serif;
    line-height: 19px;
    font-size: 14px;
    font-weight: 300; }
  .start-p {
    font-family: 'Raleway', sans-serif;
    line-height: 21px;
    font-size: 14px;
    font-weight: 600; }
  .slider-price .slide-table-wrap {
    margin: 0; }
  .table-1 td {
    font-family: 'Raleway', sans-serif;
    line-height: 14px;
    font-size: 17px;
    font-weight: 300; }
  .table-1 td:last-of-type {
    vertical-align: middle;
    padding: 0 15px 0 0; }
  .table-1 tr.light td {
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px; }
  tr.tr-serv td {
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px; }
  .table-1 td.td-btn {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    background: #ffffff;
    padding: 15px 0; } }

@media (max-width: 400px) {
  .tariffs .slick-next {
    top: 51%;
    right: -18px;
    width: 0px;
    height: 0px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #FF9D27; }
  .slick-prev::before {
    color: transparent; }
  .tariffs .slick-prev {
    z-index: 9;
    top: 51%;
    left: -18px;
    width: 0px;
    height: 0px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #FF9D27; } }

.tariffs-2 {
  padding: 0 23px; }
  .tariffs-2 table {
    display: none; }

.tariffs-2-h {
  margin: 5px auto 0px;
  max-width: 660px;
  text-align: center;
  margin-bottom: 10px; }
  .tariffs-2-h h2 {
    font-family: 'Raleway';
    line-height: 27px;
    font-size: 24px;
    padding-top: 39px;
    padding-bottom: 11px;
    color: #FF9D27; }
  .tariffs-2-h p {
    padding-top: 21px;
    padding-bottom: 3px;
    line-height: 18px;
    font-size: 14px; }

.search-box {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .search-box input {
    -webkit-border-radius: 0;
            border-radius: 0;
    -webkit-appearance: none !important;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 15px;
    border: 1px solid gainsboro;
    border-right: none;
    height: 44px;
    width: 78%; }
  .search-box button {
    height: 44px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    background-color: #FF9D27;
    color: white;
    border: none;
    width: 22%; }

.example-p {
  font-size: 13px;
  padding: 12px 0 6px; }

.table-box {
  display: none; }

.currency {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  cursor: pointer; }

.wrapper table {
  margin-top: 120px;
  width: 100%; }
  .wrapper table td {
    padding: 11px 15px; }
    .wrapper table td:first-of-type {
      font-family: "Raleway", sans-serif;
      font-size: 15px;
      line-height: 23px;
      font-weight: 300; }
    .wrapper table td:last-of-type {
      font-family: "Raleway", sans-serif;
      font-size: 16px;
      line-height: 18px;
      font-weight: 600; }
  .wrapper table tr:nth-child(odd) {
    background-color: #F4F4F4; }
    .wrapper table tr:nth-child(odd) td {
      padding: 13px 15px; }

.active-currency {
  color: #FF9D27; }

@media (min-width: 501px) {
  .tariffs-2 table {
    display: table; }
  .tariffs-2 .tariffs-2-h {
    padding-top: 63px;
    padding-bottom: 66px;
    max-width: 1140px;
    width: 100%;
    margin: auto;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .tariffs-2 .tariffs-2-h h2 {
      font-family: 'Raleway', sans-serif;
      line-height: 57px;
      font-size: 44px;
      font-weight: 700;
      padding-top: 30px;
      padding-bottom: 3px;
      color: #FF9D27; }
    .tariffs-2 .tariffs-2-h p {
      padding-top: 54px;
      padding-bottom: 3px;
      line-height: 18px;
      font-size: 16px; }
  .tariffs-2 .search-box {
    max-width: 1140px;
    width: 100%;
    margin: auto; }
    .tariffs-2 .search-box input {
      -webkit-appearance: none !important;
      -moz-appearance: none;
      appearance: none;
      font-family: "Raleway", sans-serif;
      font-weight: 300;
      line-height: 23px;
      font-size: 15px;
      border: 1px solid gainsboro;
      border-right: none;
      height: 55px;
      -webkit-border-radius: 0;
              border-radius: 0;
      padding: 15px;
      width: 90%; }
      .tariffs-2 .search-box input::-webkit-input-placeholder {
        font-family: "Raleway", sans-serif;
        font-weight: 300;
        line-height: 23px;
        font-size: 15px; }
      .tariffs-2 .search-box input:-ms-input-placeholder {
        font-family: "Raleway", sans-serif;
        font-weight: 300;
        line-height: 23px;
        font-size: 15px; }
      .tariffs-2 .search-box input::placeholder {
        font-family: "Raleway", sans-serif;
        font-weight: 300;
        line-height: 23px;
        font-size: 15px; }
    .tariffs-2 .search-box button {
      outline: none;
      height: 55px;
      width: 10%; }
  .tariffs-2 .wrapper {
    max-width: 1140px;
    width: 100%;
    margin: auto; }
    .tariffs-2 .wrapper .example-p {
      font-family: "Raleway", sans-serif;
      font-size: 14px;
      line-height: 17px;
      font-weight: 300;
      padding: 19px 0 9px 17px; }
    .tariffs-2 .wrapper table {
      margin-top: 120px;
      width: 100%; }
      .tariffs-2 .wrapper table td {
        padding: 11px 15px; }
        .tariffs-2 .wrapper table td:first-of-type {
          font-family: "Raleway", sans-serif;
          font-size: 15px;
          line-height: 23px;
          font-weight: 300; }
        .tariffs-2 .wrapper table td:last-of-type {
          font-family: "Raleway", sans-serif;
          font-size: 16px;
          line-height: 18px;
          font-weight: 600; }
      .tariffs-2 .wrapper table tr:nth-child(odd) {
        background-color: #F4F4F4; }
        .tariffs-2 .wrapper table tr:nth-child(odd) td {
          padding: 13px 15px; }
    .tariffs-2 .wrapper .opportunities-list {
      margin-top: 52px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .tariffs-2 .wrapper .opportunities-list li {
        width: 33%; }
        .tariffs-2 .wrapper .opportunities-list li p {
          /*width: 80%;*/
          font-family: 'Raleway', sans-serif;
          line-height: 24px;
          font-size: 15px;
          font-weight: 400;
          padding-right: 10px;
          /*padding-left: 30px;*/ }
        .tariffs-2 .wrapper .opportunities-list li .ring-ask {
          display: none; } }

@media (max-width: 999px) and (min-width: 501px) {
  .tariffs-2 .tariffs-2-h {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media (max-width: 800px) and (min-width: 501px) {
  .tariffs-2 .tariffs-2-h {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .tariffs-2 .wrapper .opportunities-list li {
    width: 100%; } }

@media (max-width: 600px) {
  .tariffs-2-h h2 {
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px; }
  .tariffs-2 button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  table {
    margin-top: 20px;
    width: 100%; }
  .example-p {
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    font-weight: 100;
    line-height: 18px; }
  .opportunities-list li div p {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 15px !important;
    line-height: 24px;
    /* line-height: 21px !important; */ } }

.tariffs-2 table {
  display: table; }

.contacts {
  padding: 0 23px; }
  .contacts h2 {
    text-align: center;
    font-size: 25px;
    font-weight: 900;
    padding: 62px 0 19px; }
  .contacts p {
    padding-bottom: 23px;
    font-size: 15px;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    line-height: 23px; }
  .contacts .marker {
    background-image: url("../img/maps-and-flags.png");
    background-size: cover;
    background-position: center;
    display: inline-block;
    height: 22px;
    width: 16px;
    margin-right: 12px;
    position: relative;
    top: 4px; }
  .contacts .mail {
    background-image: url("../img/close-envelope.png");
    background-size: cover;
    background-position: center;
    display: inline-block;
    height: 15px;
    width: 19px;
    margin-right: 12px;
    position: relative;
    top: 2px; }
  .contacts .phone {
    background-image: url("../img/call-answer.png");
    background-size: cover;
    background-position: center;
    display: inline-block;
    height: 19px;
    width: 19px;
    margin-right: 12px;
    position: relative;
    top: 2px; }
  .contacts .address {
    font-family: "Raleway", sans-serif;
    padding: 34px 0 22px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px; }
  .contacts .mail-address {
    font-family: "Raleway", sans-serif;
    padding: 0px 0 17px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px; }
  .contacts .contact-phone {
    font-family: "Raleway", sans-serif;
    padding: 0px 0 13px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px; }

.map {
  width: 100%; }
  .map iframe {
    margin-top: 12px;
    width: 100%;
    height: 210px; }

@media (min-width: 501px) {
  .contacts {
    margin-top: 33px;
    padding: 0;
    position: relative;
    background-color: #F4F4F4; }
    .contacts > div {
      width: 50%; }
    .contacts .left-side {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      width: 100%;
      max-width: 1140px;
      margin: auto;
      height: 655px; }
      .contacts .left-side div {
        width: 50%; }
        .contacts .left-side div p {
          width: 60%; }
    .contacts h2 {
      text-align: left;
      font-family: "Raleway", sans-serif;
      line-height: 57px;
      font-size: 44px;
      font-weight: 900;
      padding: 95px 0 40px; }
    .contacts .map {
      position: absolute;
      width: 50%;
      top: 0;
      left: 50%; }
      .contacts .map iframe {
        margin-top: 0px;
        width: 100%;
        height: 655px; }
    .contacts .address {
      padding-top: 50px; } }

@media (max-width: 1200px) and (min-width: 1001px) {
  .contacts {
    padding: 0 23px; }
  .contacts .left-side, .contacts .map iframe {
    height: 705px; } }

@media (max-width: 1000px) and (min-width: 901px) {
  .contacts {
    padding: 0 23px; }
  .contacts div {
    width: 100%; }
  .contacts .left-side, .contacts .map iframe {
    height: 730px; } }

@media (max-width: 900px) and (min-width: 501px) {
  .contacts .left-side {
    padding: 0 23px; }
  .contacts > div, .contacts .left-side div, .contacts .left-side div p {
    width: 100%; }
  .contacts .left-side {
    display: block;
    height: 570px; }
  .contacts .map {
    position: relative;
    left: 0px;
    width: 100%; } }

@media (max-width: 600px) {
  .contacts {
    padding: 0; }
  .left-side {
    padding: 0 23px; }
  .contacts h2 {
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 57px; }
  .contacts p {
    font-size: 15px;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    line-height: 23px; }
  .contacts .address {
    font-family: "Raleway", sans-serif;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400; } }

.message {
  padding: 0 23px; }
  .message textarea {
    display: block;
    width: 100%;
    margin-bottom: 16px;
    border: 2px solid gainsboro;
    height: 220px;
    resize: none;
    padding: 12px 15px;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 23px;
    outline: none; }
  .message h2 {
    font-family: "Raleway", sans-serif;
    line-height: 22px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    padding-top: 64px;
    padding-bottom: 27px;
    width: 80%;
    display: block;
    margin: auto;
    letter-spacing: 2.2px; }
  
  .message .form .row-1 select {
    -webkit-border-radius: 0;
            border-radius: 0;
    -webkit-appearance: none !important;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 34px;
    margin-bottom: 16px;
    border: 2px solid gainsboro;
    
    font-size: 15px;
    font-weight: 300;
    font-family: "Raleway", sans-serif;
    line-height: 23px;
    outline: none;
  }
  
  .message .form .row-2 select {

    width: 100%;
    height: 34px;

    border: 2px solid gainsboro;
    padding: 15px 12px;
    font-size: 15px;
    font-weight: 300;
    font-family: "Raleway", sans-serif;
    line-height: 23px;
 
  }
  
  .message .form .row-1 input {
    -webkit-border-radius: 0;
            border-radius: 0;
    -webkit-appearance: none !important;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 34px;
    margin-bottom: 16px;
    border: 2px solid gainsboro;
    padding: 15px 12px;
    font-size: 15px;
    font-weight: 300;
    font-family: "Raleway", sans-serif;
    line-height: 23px;
    outline: none; }
  
    .message .form .row-1 input::-webkit-input-placeholder {
      font-size: 15px;
      font-weight: 300;
      font-family: "Raleway", sans-serif;
      line-height: 23px; }
    .message .form .row-1 input:-ms-input-placeholder {
      font-size: 15px;
      font-weight: 300;
      font-family: "Raleway", sans-serif;
      line-height: 23px; }
    .message .form .row-1 input::placeholder {
      font-size: 15px;
      font-weight: 300;
      font-family: "Raleway", sans-serif;
      line-height: 23px; }
  .message .form .row-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
    .message .form .row-2 input:first-of-type {
      -webkit-border-radius: 0;
              border-radius: 0;
      -webkit-appearance: none !important;
      -moz-appearance: none;
      appearance: none;
      width: 33%;
      height: 34px;
      border: 2px solid gainsboro;
      padding: 15px 12px;
      font-size: 15px;
      font-weight: 300;
      font-family: "Raleway", sans-serif;
      line-height: 23px;
      outline: none; }
      .message .form .row-2 input:first-of-type::-webkit-input-placeholder {
        font-size: 15px;
        font-weight: 300;
        font-family: "Raleway", sans-serif;
        line-height: 23px; }
      .message .form .row-2 input:first-of-type:-ms-input-placeholder {
        font-size: 15px;
        font-weight: 300;
        font-family: "Raleway", sans-serif;
        line-height: 23px; }
      .message .form .row-2 input:first-of-type::placeholder {
        font-size: 15px;
        font-weight: 300;
        font-family: "Raleway", sans-serif;
        line-height: 23px; }
    .message .form .row-2 span {
      margin-right: 4px;
      padding-top: 7px; }
    .message .form .row-2 input:last-of-type {
      -webkit-border-radius: 0;
              border-radius: 0;
      -webkit-appearance: none !important;
      -moz-appearance: none;
      appearance: none;
      width: 100%;
      height: 34px;
      margin-bottom: 16px;
      border: 2px solid gainsboro;
      padding: 15px 12px;
      font-size: 15px;
      font-weight: 300;
      font-family: "Raleway", sans-serif;
      line-height: 23px;
      outline: none; }
      .message .form .row-2 input:last-of-type::-webkit-input-placeholder {
        font-size: 15px;
        font-weight: 300;
        font-family: "Raleway", sans-serif;
        line-height: 23px; }
      .message .form .row-2 input:last-of-type:-ms-input-placeholder {
        font-size: 15px;
        font-weight: 300;
        font-family: "Raleway", sans-serif;
        line-height: 23px; }
      .message .form .row-2 input:last-of-type::placeholder {
        font-size: 15px;
        font-weight: 300;
        font-family: "Raleway", sans-serif;
        line-height: 23px; }
  .message .form .row-3 input {
    -webkit-border-radius: 0;
            border-radius: 0;
    -webkit-appearance: none !important;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 34px;
    margin-bottom: 28px;
    border: 2px solid gainsboro;
    padding: 15px 12px;
    font-size: 15px;
    font-weight: 300;
    font-family: "Raleway", sans-serif;
    line-height: 23px;
    outline: none; }
    .message .form .row-3 input::-webkit-input-placeholder {
      font-size: 15px;
      font-weight: 300;
      font-family: "Raleway", sans-serif;
      line-height: 23px; }
    .message .form .row-3 input:-ms-input-placeholder {
      font-size: 15px;
      font-weight: 300;
      font-family: "Raleway", sans-serif;
      line-height: 23px; }
    .message .form .row-3 input::placeholder {
      font-size: 15px;
      font-weight: 300;
      font-family: "Raleway", sans-serif;
      line-height: 23px; }
  .message .try-box {
    width: 100%;
    margin-bottom: 52px; }
    .message .try-box .try2 {
      -webkit-appearance: none !important;
      -moz-appearance: none;
      appearance: none;
      cursor: pointer;
      outline: none;
      border: none;
      font-family: "Raleway", sans-serif;
      font-weight: 600;
      font-size: 14px;
      line-height: 21px;
      height: auto;
      display: block;
      text-decoration: none;
      background-color: #FF9D27;
      padding: 12px 37px;
      -webkit-border-radius: 40px;
              border-radius: 40px;
      color: #ffffff; }
      .message .try-box .try2:hover, .message .try-box .try2:active, .message .try-box .try2:link, .message .try-box .try2:visited {
        text-decoration: none;
        color: #fffff1; }

@media (min-width: 501px) {
  .message {
    padding: 0;
    max-width: 1140px;
    margin: auto;
    height: 640px; }
    .message h2 {
      font-size: 22px;
      font-weight: 600;
      padding-top: 87px; }
    .message .form-wrapper {
      margin-top: 46px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .message .form-wrapper .form {
        width: 50%;
        padding: 0 10px 0 0; }
        .message .form-wrapper .form input {
          height: 56px !important;
          margin-bottom: 26px !important; }
        .message .form-wrapper .form select {
          height: 56px !important;
          margin-bottom: 26px !important; } 
      .message .form-wrapper .form-desktop {
        width: 50%;
        padding: 0 0 0 10px; }
        .message .form-wrapper .form-desktop textarea {
          display: block;
          width: 100%;
          margin-bottom: 16px;
          border: 2px solid gainsboro;
          height: 220px;
          resize: none;
          padding: 12px 15px;
          font-family: "Raleway", sans-serif;
          font-weight: 300;
          font-size: 15px;
          line-height: 23px;
          outline: none; }
          .message .form-wrapper .form-desktop textarea::-webkit-input-placeholder {
            font-family: "Raleway", sans-serif;
            font-weight: 300;
            font-size: 15px;
            line-height: 23px; }
          .message .form-wrapper .form-desktop textarea:-ms-input-placeholder {
            font-family: "Raleway", sans-serif;
            font-weight: 300;
            font-size: 15px;
            line-height: 23px; }
          .message .form-wrapper .form-desktop textarea::placeholder {
            font-family: "Raleway", sans-serif;
            font-weight: 300;
            font-size: 15px;
            line-height: 23px; }
    .message .try-box {
      margin-top: 30px; }
  .message .form .row-2 span {
    margin-right: 4px;
    padding-top: 20px; } }

@media (max-width: 1200px) and (min-width: 1000px) {
  .message {
    padding: 0 23px; } }

@media (max-width: 1200px) and (min-width: 501px) {
  .message {
    padding: 0 23px; } }

@media (max-width: 600px) {
	
  .message .form .row-2 select {

    width: 100%;
    height: 34px;

    border: 2px solid gainsboro;
    padding: 0px 0px;
    font-size: 15px;
    font-weight: 300;
    font-family: "Raleway", sans-serif;
    line-height: 23px;
 
  }
  
  .message h2 {
    font-family: "Raleway", sans-serif;
    line-height: 22px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 2.2px; }
  .message .form .row-1 input,
  .message .form .row-2 input,
  .message .form .row-3 input {
    -webkit-border-radius: 0;
            border-radius: 0;
    -webkit-appearance: none !important;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 34px;
    margin-bottom: 16px;
    border: 2px solid gainsboro;
    padding: 15px 12px;
    font-size: 14px;
    font-weight: 300;
    font-family: "Raleway", sans-serif;
    line-height: 23px;
    outline: none; }
    .message .form .row-1 input:first-of-type,
    .message .form .row-2 input:first-of-type,
    .message .form .row-3 input:first-of-type {
      font-size: 14px;
      font-weight: 300;
      font-family: "Raleway", sans-serif;
      line-height: 23px; }
    .message .form .row-1 input:last-of-type,
    .message .form .row-2 input:last-of-type,
    .message .form .row-3 input:last-of-type {
      font-size: 14px;
      font-weight: 300;
      font-family: "Raleway", sans-serif;
      line-height: 23px; }
    .message .form .row-1 input::-webkit-input-placeholder,
    .message .form .row-2 input::-webkit-input-placeholder,
    .message .form .row-3 input::-webkit-input-placeholder {
      font-size: 14px;
      font-weight: 300;
      font-family: "Raleway", sans-serif;
      line-height: 23px; }
    .message .form .row-1 input:-ms-input-placeholder,
    .message .form .row-2 input:-ms-input-placeholder,
    .message .form .row-3 input:-ms-input-placeholder {
      font-size: 14px;
      font-weight: 300;
      font-family: "Raleway", sans-serif;
      line-height: 23px; }
    .message .form .row-1 input::placeholder,
    .message .form .row-2 input::placeholder,
    .message .form .row-3 input::placeholder {
      font-size: 14px;
      font-weight: 300;
      font-family: "Raleway", sans-serif;
      line-height: 23px; }
    .message .form .row-1 input .message .form .row-2 input::-webkit-input-placeholder,
    .message .form .row-2 input .message .form .row-2 input::-webkit-input-placeholder,
    .message .form .row-3 input .message .form .row-2 input::-webkit-input-placeholder {
      font-size: 14px;
      font-weight: 300;
      font-family: "Raleway", sans-serif;
      line-height: 23px; }
    .message .form .row-1 input .message .form .row-2 input:-ms-input-placeholder,
    .message .form .row-2 input .message .form .row-2 input:-ms-input-placeholder,
    .message .form .row-3 input .message .form .row-2 input:-ms-input-placeholder {
      font-size: 14px;
      font-weight: 300;
      font-family: "Raleway", sans-serif;
      line-height: 23px; }
    .message .form .row-1 input .message .form .row-2 input::placeholder,
    .message .form .row-2 input .message .form .row-2 input::placeholder,
    .message .form .row-3 input .message .form .row-2 input::placeholder {
      font-size: 14px;
      font-weight: 300;
      font-family: "Raleway", sans-serif;
      line-height: 23px; }
    .message .form .row-1 input .message .try-box .try,
    .message .form .row-2 input .message .try-box .try,
    .message .form .row-3 input .message .try-box .try {
      font-size: 14px;
      font-weight: 600;
      font-family: "Raleway", sans-serif;
      line-height: 21px; } }

.try, .try2, .order-btn, .detail-bnt {
  -webkit-box-shadow: 2px 10px 21px -12px rgba(0, 0, 0, 0.89);
          box-shadow: 2px 10px 21px -12px rgba(0, 0, 0, 0.89); }

*, body, html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Raleway', sans-serif; }

.container {
  width: 1140px; }
