@charset "UTF-8";
html, body {
  height: 100%;
  font-family: "sofia-pro"; }

.container [class*='col-'] {
  float: left;
  min-height: 1px;
  width: 8.33%;
  /*padding: 0 2.5%;*/ }

.container .col-1 {
  width: 8.33%; }

.container .col-2 {
  width: 16.66%; }

.container .col-3 {
  width: 25%; }

.container .col-4 {
  width: 33.33%; }

.container .col-5 {
  width: 41.66%; }

.container .col-6 {
  width: 50%; }

.container .col-7 {
  width: 58.33%; }

.container .col-8 {
  width: 66.66%; }

.container .col-9 {
  width: 75%; }

.container .col-10 {
  width: 83.33%; }

.container .col-11 {
  width: 91.66%; }

.container .col-12 {
  width: 100%;
  padding: 0; }

.outline, .outline * {
  outline: 1px solid #F6A1A1; }

.uppercase {
  text-transform: uppercase; }

.form-alert {
  text-align: left;
  width: 100%; }

.msg-error {
  color: #e82d45 !important; }

.msg-success {
  color: #8ec640 !important; }

.msg-error-input {
  outline: 1 !important;
  color: #e82d45 !important; }

.msg-success-input {
  outline: 1 !important;
  color: #87878B !important; }

.msg-error-input-border {
  border-bottom-color: #e82d45 !important; }

.msg-success-input-border {
  border-bottom-color: #87878B !important; }

.error input {
  border: 2px solid #e82d45 !important; }

.error.container-checkbox, .error.container-checkbox a {
  color: #e82d45 !important; }

@keyframes scrollMenu {
  from {
    top: -480px; }
  to {
    top: 0px; } }

@-webkit-keyframes scrollMenu {
  from {
    top: -480px; }
  to {
    top: 0px; } }

@-moz-keyframes scrollMenu {
  from {
    top: -480px; }
  to {
    top: 0px; } }

@-o-keyframes scrollMenu {
  from {
    top: -480px; }
  to {
    top: 0px; } }

@keyframes hideMenu {
  from {
    top: 0px; }
  to {
    top: -480px; } }

@-webkit-keyframes hideMenu {
  from {
    top: 0px; }
  to {
    top: -480px; } }

@-moz-keyframes hideMenu {
  from {
    top: 0px; }
  to {
    top: -480px; } }

@-o-keyframes hideMenu {
  from {
    top: 0px; }
  to {
    top: -480px; } }

.active {
  display: block !important;
  animation: scrollMenu 0.6s !important;
  -webkit-animation: scrollMenu 0.6s !important;
  -moz-animation: scrollMenu 0.6s !important;
  -o-animation: scrollMenu 0.6s !important;
  animation-fill-mode: forwards !important;
  -webkit-animation-fill-mode: forwards !important;
  -moz-animation-fill-mode: forwards !important;
  -o-animation-fill-mode: forwards !important; }

.deactive {
  display: none !important;
  animation: hideMenu 0.3s !important;
  -webkit-animation: hideMenu 0.3s !important;
  -moz-animation: hideMenu 0.3s !important;
  -o-animation: hideMenu 0.3s !important;
  animation-fill-mode: forwards !important;
  -webkit-animation-fill-mode: forwards !important;
  -moz-animation-fill-mode: forwards !important;
  -o-animation-fill-mode: forwards !important; }

.bold {
  font-family: "sofia-pro", sans-serif;
  font-size: 18px;
  color: #4D4D4F;
  font-weight: 700;
  font-style: normal;
  letter-spacing: ""; }

.semi-bold {
  font-family: "sofia-pro", sans-serif;
  font-size: 15px;
  color: #4D4D4F;
  font-weight: 600;
  font-style: normal;
  letter-spacing: ""; }

.regular {
  font-family: "sofia-pro", sans-serif;
  font-size: 14px;
  color: #4D4D4F;
  font-weight: 400;
  font-style: normal;
  letter-spacing: "";
  line-height: 2; }

.header {
  font-family: "sofia-pro", sans-serif;
  font-size: 30px;
  color: #4D4D4F;
  font-weight: 700;
  font-style: normal;
  letter-spacing: "";
  margin-bottom: 43px; }

.header.decoration {
  text-align: center;
  position: relative;
  margin-bottom: 10px; }

.header.decoration::before, .header.decoration::after {
  position: absolute;
  left: none;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: '';
  height: 2px;
  background: #D8D8D8;
  width: calc(50% - 100px);
  display: block; }

.header.decoration::before {
  left: 0; }

.header.decoration::after {
  right: 0; }

.btn {
  width: 260px;
  height: 40px;
  border: none solid none;
  border-radius: 7px;
  background: #ED213B;
  color: #FFFFFF;
  line-height: 38px;
  font-size: 15px;
  text-align: center;
  display: block;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-appearance: none;
  position: relative; }

.btn:hover, .btn-bottom.bottom:hover {
  color: "";
  background: #7A2121;
  border-color: "";
  cursor: pointer; }

.btn-bottom:hover {
  cursor: pointer; }

.btn.icon {
  margin: 0 auto;
  margin-top: 60px; }
  .btn.icon::before {
    content: "";
    width: 40px;
    height: 40px;
    font-family: "Trustalio";
    font-size: 700;
    font-weight: "";
    color: "";
    background: "";
    border: "" solid "";
    border-radius: "";
    display: block;
    position: absolute;
    left: calc(100% - 40px);
    top: 0;
    transform: translate(0, -50%);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }

.btn-bottom {
  width: 40px;
  height: 40px;
  border: 2px solid #ED213B;
  border-radius: 50%;
  background: "transparent";
  color: #FFFFFF;
  line-height: 40px;
  font-size: "";
  text-align: center;
  display: block;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-appearance: none; }
  .btn-bottom::before {
    content: "";
    width: 100%;
    height: 100%;
    font-family: "Trustalio";
    font-size: 15px;
    font-weight: "";
    color: #FFFFFF;
    background: "";
    border: "" solid "";
    border-radius: "";
    display: block; }

.btn-bottom.bottom {
  width: 40px;
  height: 40px;
  border: "" solid "";
  border-radius: 50%;
  background: #ED213B;
  color: #FFFFFF;
  line-height: 40px;
  font-size: "";
  text-align: center;
  display: block;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-appearance: none;
  border: 0; }

[class^='btn-']:hover {
  cursor: pointer; }

.container section[id$='-section']:not(:first-child) {
  padding: 55px 0; }

.container [id$='-internal'] {
  padding: 27px 0 40px 0; }

.container .padding-container {
  max-width: 1160px;
  height: 100%;
  margin: 0 auto; }

.container .container-checkbox {
  position: relative;
  font-size: 14px;
  display: block;
  margin-bottom: 15px; }

.container .container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

.container .container-checkbox .text {
  text-indent: 25px;
  display: block; }

.container .container-checkbox .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
  -webkit-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in; }

.container .container-checkbox:hover input ~ .checkmark {
  background-color: #ccc; }

.container .container-checkbox input:checked ~ .checkmark {
  background-color: #2196F3; }

.container .container-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.container .container-checkbox input:checked ~ .checkmark:after {
  display: block; }

.container .container-checkbox .checkmark:after {
  left: 5px;
  top: 1px;
  width: 3px;
  height: 8px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.container .about-rodo {
  z-index: 100000;
  position: relative;
  color: #48B3E5 !important; }

.container #banner-section {
  background-image: url(../png/bg_white.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 100vh; }
  .container #banner-section #banner-section-internal {
    background-image: url(../png/bg_red@2x.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 100vh;
    background-position-x: 83px; }
    .container #banner-section #banner-section-internal .logo {
      width: 110px;
      height: auto; }
    .container #banner-section #banner-section-internal .about-project {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: -webkit-flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      -webkit-box-align: "";
      -ms-flex-align: "";
      align-items: "";
      -webkit-align-items: "";
      position: relative;
      padding-top: 10%; }
      .container #banner-section #banner-section-internal .about-project .box {
        width: 380px; }
        .container #banner-section #banner-section-internal .about-project .box header {
          font-size: 42px;
          position: relative;
          color: #404040; }
          .container #banner-section #banner-section-internal .about-project .box header:after {
            content: '';
            width: 60px;
            height: 6px;
            border-radius: 5px;
            background: #FBB040;
            position: absolute;
            bottom: -35px;
            left: 0; }
        .container #banner-section #banner-section-internal .about-project .box p {
          padding: 30px 0 55px 0;
          font-size: 15px;
          float: none;
          width: 75%; }
        .container #banner-section #banner-section-internal .about-project .box .btn {
          width: 200px; }
      .container #banner-section #banner-section-internal .about-project figure img {
        height: 443px;
        width: auto;
        margin-left: -100px; }
      .container #banner-section #banner-section-internal .about-project .contact-top {
        width: 260px; }
        .container #banner-section #banner-section-internal .about-project .contact-top form {
          position: relative;
          clear: both; }
          .container #banner-section #banner-section-internal .about-project .contact-top form .form-alert {
            position: absolute;
            top: -30px; }
          .container #banner-section #banner-section-internal .about-project .contact-top form .container-checkbox, .container #banner-section #banner-section-internal .about-project .contact-top form .container-checkbox a {
            color: white; }
        .container #banner-section #banner-section-internal .about-project .contact-top .bold, .container #banner-section #banner-section-internal .about-project .contact-top .regular {
          color: #FFFFFF; }
        .container #banner-section #banner-section-internal .about-project .contact-top p.regular {
          padding: 30px 0; }
        .container #banner-section #banner-section-internal .about-project .contact-top input.regular {
          width: 100%;
          display: block;
          border: 0;
          height: 40px;
          border-radius: 7px;
          color: #A8A8A8;
          padding: 0 15px;
          margin-bottom: 15px; }
          .container #banner-section #banner-section-internal .about-project .contact-top input.regular::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            font-size: 14px;
            color: #A8A8A8;
            font-weight: ""; }
          .container #banner-section #banner-section-internal .about-project .contact-top input.regular::-moz-placeholder {
            /* Firefox 19+ */
            font-size: 14px;
            color: #A8A8A8;
            font-weight: ""; }
          .container #banner-section #banner-section-internal .about-project .contact-top input.regular:-ms-input-placeholder {
            /* IE 10+ */
            font-size: 14px;
            color: #A8A8A8;
            font-weight: ""; }
          .container #banner-section #banner-section-internal .about-project .contact-top input.regular:-moz-placeholder {
            /* Firefox 18- */
            font-size: 14px;
            color: #A8A8A8;
            font-weight: ""; }
        .container #banner-section #banner-section-internal .about-project .contact-top .btn.yellow {
          width: 100%;
          border: 0;
          background: #E9B344; }
        .container #banner-section #banner-section-internal .about-project .contact-top .btn.yellow:hover {
          color: "";
          background: #FBB040;
          border-color: ""; }
    .container #banner-section #banner-section-internal .btn-bottom {
      position: absolute;
      left: 50%;
      top: calc(100% - 70px);
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      margin: 0 auto;
      /* width: 40px; height: 40px; background-image: url(../svg/arrow_down.svg); background-position: left; background-repeat: no-repeat; background-size: 100%;*/ }

.container #for-whom-section p.regular {
  text-align: center;
  margin-bottom: 55px; }

.container #for-whom-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center; }
  .container #for-whom-section ul li {
    position: relative;
    width: 23%;
    height: 260px;
    border: 2px solid #EFEFEF;
    border-radius: 15px; }
    .container #for-whom-section ul li figure {
      text-align: center; }
      .container #for-whom-section ul li figure img {
        width: 80px;
        height: auto;
        margin: 36px 0 40px 0; }
      .container #for-whom-section ul li figure figcaption {
        width: 80%;
        margin: 0 auto; }
    .container #for-whom-section ul li::before {
      content: "";
      width: 14px;
      height: 14px;
      font-family: "";
      font-size: "";
      font-weight: "";
      color: "";
      background: #FBB040;
      border: "" solid "";
      border-radius: 50%;
      display: block;
      position: absolute;
      left: 50%;
      top: 100%;
      -webkit-transform: translate(-50%, -45%);
      -ms-transform: translate(-50%, -45%);
      transform: translate(-50%, -45%); }

.container #advantages-section {
  background: #85161C;
  background-image: url(../png/bg_partners.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  background-position: right; }
  .container #advantages-section .padding-container .header, .container #advantages-section .padding-container .parent-lists {
    color: #FFFFFF; }
  .container #advantages-section .padding-container .parent-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-align: "";
    -ms-flex-align: "";
    align-items: "";
    -webkit-align-items: ""; }
    .container #advantages-section .padding-container .parent-lists ul {
      list-style: none;
      counter-reset: item;
      font-size: 14px; }
      .container #advantages-section .padding-container .parent-lists ul.middle-list {
        counter-reset: item 3; }
      .container #advantages-section .padding-container .parent-lists ul.right-list {
        counter-reset: item 6; }
      .container #advantages-section .padding-container .parent-lists ul li {
        counter-increment: item;
        padding-bottom: 15px;
        ine-height: 2; }
        .container #advantages-section .padding-container .parent-lists ul li span {
          display: block;
          margin-left: 40px; }
        .container #advantages-section .padding-container .parent-lists ul li::before {
          content: counter(item);
          width: 24px;
          height: 24px;
          font-family: "sofia-pro";
          font-size: 15px;
          font-weight: "";
          color: #FFFFFF;
          background: #ED213B;
          border: "" solid "";
          border-radius: 50%;
          display: block;
          text-align: center;
          line-height: 24px;
          float: left; }

.container #modern-solutions-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: "";
  -ms-flex-align: "";
  align-items: "";
  -webkit-align-items: ""; }
  .container #modern-solutions-section ul li {
    width: 23%;
    position: relative;
    margin: 50px 0; }
    .container #modern-solutions-section ul li header, .container #modern-solutions-section ul li p {
      position: relative; }
    .container #modern-solutions-section ul li header {
      margin-bottom: 20px; }
    .container #modern-solutions-section ul li::before {
      content: "";
      width: 100px;
      height: 70px;
      font-family: "sofia-pro";
      font-size: 90px;
      font-weight: 700;
      color: #D8D8D8;
      background: "";
      border: "" solid "";
      border-radius: "";
      display: block;
      position: absolute;
      top: -100px;
      overflow: hidden; }
    .container #modern-solutions-section ul li:nth-child(1)::before {
      content: '01'; }
    .container #modern-solutions-section ul li:nth-child(2)::before {
      content: '02'; }
    .container #modern-solutions-section ul li:nth-child(3)::before {
      content: '03'; }
    .container #modern-solutions-section ul li:nth-child(4)::before {
      content: '04'; }

.container #perfect-adjustment-section {
  background: #F0F0F0; }
  .container #perfect-adjustment-section .padding-container {
    position: relative; }
    .container #perfect-adjustment-section .padding-container header, .container #perfect-adjustment-section .padding-container p {
      position: relative; }
    .container #perfect-adjustment-section .padding-container::before {
      content: "Dostosowanie";
      width: "";
      height: "";
      font-family: "sofia-pro";
      font-size: 180px;
      font-weight: 700;
      color: #D8D8D8;
      background: "";
      border: "" solid "";
      border-radius: "";
      display: block;
      position: absolute;
      left: -11px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }

.container #implementation-section .header.decoration::before, .container #implementation-section .header.decoration::after {
  width: calc(50% - 200px); }

.container #implementation-section p.regular {
  text-align: center;
  margin-bottom: 55px; }

.container #implementation-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: "";
  -ms-flex-align: "";
  align-items: "";
  -webkit-align-items: "";
  position: relative; }
  .container #implementation-section ul::before {
    content: "";
    width: 100%;
    height: 6px;
    font-family: "sofia-pro";
    font-size: "";
    font-weight: "";
    color: "";
    background: #FBB040;
    border: "" solid "";
    border-radius: 7px;
    display: block;
    position: absolute;
    left: 50%;
    top: calc(50% + 20px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: .37; }
  .container #implementation-section ul li {
    width: 23%;
    position: relative; }
    .container #implementation-section ul li figure {
      text-align: center;
      position: relative;
      width: 100%;
      height: 100%; }
      .container #implementation-section ul li figure img {
        width: 70px;
        height: auto; }
      .container #implementation-section ul li figure figcaption {
        margin-top: 90px; }
      .container #implementation-section ul li figure::before {
        content: "";
        width: 20px;
        height: 20px;
        font-family: "sofia-pro";
        font-size: "";
        font-weight: "";
        color: "";
        background: #FBB040;
        border: "" solid "";
        border-radius: 7px;
        display: block;
        position: absolute;
        left: 50%;
        top: calc(50% + 20px);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .container #implementation-section ul li:first-child::before {
      content: "";
      width: 50%;
      height: 20px;
      font-family: "sofia-pro";
      font-size: "";
      font-weight: "";
      color: "";
      background: #FFFFFF;
      border: "" solid "";
      border-radius: 0;
      display: block;
      position: absolute;
      left: 0;
      top: calc(50% + 20px);
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    .container #implementation-section ul li:last-child::before {
      content: "";
      width: 50%;
      height: 20px;
      font-family: "sofia-pro";
      font-size: "";
      font-weight: "";
      color: "";
      background: #FFFFFF;
      border: "" solid "";
      border-radius: 0;
      display: block;
      position: absolute;
      left: 50%;
      top: calc(50% + 20px);
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    .container #implementation-section ul li:not(:last-child)::before {
      content: "";
      width: 40px;
      height: 40px;
      font-family: "Trustalio";
      font-size: "";
      font-weight: "";
      color: #FFFFFF;
      background: #ED213B;
      border: "" solid "";
      border-radius: 50%;
      display: block;
      line-height: 38px;
      text-align: center;
      position: absolute;
      left: 100%;
      top: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg); }

.container #functions-section {
  background: #F0F0F0; }
  .container #functions-section .padding-container {
    position: relative; }
    .container #functions-section .padding-container .parent-lists {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: -webkit-flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      -webkit-box-align: "";
      -ms-flex-align: "";
      align-items: "";
      -webkit-align-items: ""; }
      .container #functions-section .padding-container .parent-lists ul {
        width: 45%;
        list-style: none;
        counter-reset: item; }
        .container #functions-section .padding-container .parent-lists ul.right-list {
          counter-reset: item 4; }
        .container #functions-section .padding-container .parent-lists ul li {
          counter-increment: item;
          padding-bottom: 15px;
          font-size: 14px;
          line-height: 2; }
          .container #functions-section .padding-container .parent-lists ul li span {
            display: block;
            margin-left: 40px; }
          .container #functions-section .padding-container .parent-lists ul li::before {
            content: counter(item);
            width: 24px;
            height: 24px;
            font-family: "sofia-pro";
            font-size: 15px;
            font-weight: "";
            color: #FFFFFF;
            background: #ED213B;
            border: "" solid "";
            border-radius: 50%;
            display: block;
            text-align: center;
            line-height: 24px;
            float: left; }
    .container #functions-section .padding-container::before {
      content: url("../svg/setting_bg.svg");
      width: 260px;
      height: auto;
      font-family: "";
      font-size: "";
      font-weight: "";
      color: "";
      background: "";
      border: "" solid "";
      border-radius: "";
      display: block;
      position: absolute;
      left: 100%;
      top: 50%;
      -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
      transform: translate(-100%, -50%); }

.container #usage-section .header.decoration::before, .container #usage-section .header.decoration::after {
  width: calc(50% - 400px); }

.container #usage-section header {
  margin-bottom: 43px; }

.container #usage-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: "";
  -ms-flex-align: "";
  align-items: "";
  -webkit-align-items: "";
  position: relative;
  list-style: none;
  counter-reset: item;
  margin-bottom: 40px; }
  .container #usage-section ul li {
    padding-left: 70px;
    position: relative;
    width: 33.33%;
    counter-increment: item; }
    .container #usage-section ul li header, .container #usage-section ul li p {
      position: relative;
      z-index: 2; }
    .container #usage-section ul li header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: -webkit-flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-items: center;
      height: 50px;
      margin-bottom: 10px; }
    .container #usage-section ul li p {
      font-size: 13px;
      margin-top: 10px; }
    .container #usage-section ul li::before {
      content: "";
      width: 50px;
      height: 50px;
      font-family: "";
      font-size: "";
      font-weight: "";
      color: "";
      background: "";
      border: "" solid "";
      border-radius: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }
    .container #usage-section ul li::after {
      content: "";
      width: 60px;
      height: 50px;
      font-family: "sofia-pro";
      font-size: 75px;
      font-weight: 700;
      color: #4D4D4F;
      background: "";
      border: "" solid "";
      border-radius: "";
      display: block;
      opacity: .07;
      position: absolute;
      left: 70px;
      top: -36px;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }
  .container #usage-section ul:nth-child(2) li:nth-child(1)::before {
    content: url("../svg/innovation.svg"); }
  .container #usage-section ul:nth-child(2) li:nth-child(1)::after {
    content: "0" counter(item); }
  .container #usage-section ul:nth-child(2) li:nth-child(2)::before {
    content: url("../svg/thumb.svg"); }
  .container #usage-section ul:nth-child(2) li:nth-child(2)::after {
    content: "0" counter(item); }
  .container #usage-section ul:nth-child(2) li:nth-child(3)::before {
    content: url("../svg/integration.svg"); }
  .container #usage-section ul:nth-child(2) li:nth-child(3)::after {
    content: "0" counter(item); }
  .container #usage-section ul:nth-child(3) {
    counter-reset: item 3; }
    .container #usage-section ul:nth-child(3) li:nth-child(1)::before {
      content: url("../svg/errors.svg"); }
    .container #usage-section ul:nth-child(3) li:nth-child(1)::after {
      content: "0" counter(item); }
    .container #usage-section ul:nth-child(3) li:nth-child(3)::before {
      content: url("../svg/safety.svg"); }
    .container #usage-section ul:nth-child(3) li:nth-child(3)::after {
      content: "0" counter(item); }
  .container #usage-section ul:nth-child(4) {
    counter-reset: item 5; }
    .container #usage-section ul:nth-child(4) li:nth-child(1)::before {
      content: url("../svg/multi_service.svg"); }
    .container #usage-section ul:nth-child(4) li:nth-child(1)::after {
      content: "0" counter(item); }
    .container #usage-section ul:nth-child(4) li:nth-child(2)::before {
      content: url("../svg/office.svg"); }
    .container #usage-section ul:nth-child(4) li:nth-child(2)::after {
      content: "0" counter(item); }
    .container #usage-section ul:nth-child(4) li:nth-child(3)::before {
      content: url("../svg/monitoring.svg"); }
    .container #usage-section ul:nth-child(4) li:nth-child(3)::after {
      content: "0" counter(item); }
  .container #usage-section ul:nth-child(5) {
    counter-reset: item 8; }
    .container #usage-section ul:nth-child(5) li:nth-child(1)::before {
      content: url("../svg/disabled.svg"); }
    .container #usage-section ul:nth-child(5) li:nth-child(1)::after {
      content: "0" counter(item); }
    .container #usage-section ul:nth-child(5) li:nth-child(2)::before {
      content: url("../svg/24h.svg"); }
    .container #usage-section ul:nth-child(5) li:nth-child(2)::after {
      content: counter(item); }
    .container #usage-section ul:nth-child(5) li:nth-child(3)::before {
      content: url("../svg/optimization.svg"); }
    .container #usage-section ul:nth-child(5) li:nth-child(3)::after {
      content: counter(item); }

.container #about-section {
  background: #85161C;
  background-image: url(../png/bg_partners.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  background-position: right; }
  .container #about-section .padding-container figure {
    position: absolute;
    left: 50%;
    top: -30px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 280px;
    height: 90px;
    border: "" solid "";
    border-radius: 30px;
    background: #85161C;
    color: "";
    line-height: 115px;
    font-size: "";
    text-align: center;
    display: block;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -webkit-appearance: none; }
    .container #about-section .padding-container figure img {
      width: 127px;
      height: auto; }
  .container #about-section .padding-container header {
    color: #FFFFFF;
    font-size: 14px;
    width: 80%;
    text-align: center;
    margin: 0 auto; }
  .container #about-section .padding-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-align: "";
    -ms-flex-align: "";
    align-items: "";
    -webkit-align-items: "";
    color: #FFFFFF;
    margin: 40px 0; }
    .container #about-section .padding-container ul li {
      width: 23%;
      text-align: center;
      position: relative;
      margin-bottom: 70px; }
      .container #about-section .padding-container ul li::before {
        content: "";
        width: 127px;
        height: 127px;
        font-family: "sofia-pro";
        font-size: "";
        font-weight: "";
        color: #FFFFFF;
        background: transparent;
        border: 2px solid #FBB040;
        border-radius: 50%;
        display: block;
        margin: 0 auto;
        margin-bottom: 56px; }
      .container #about-section .padding-container ul li::after {
        position: absolute;
        left: 50%;
        top: 70px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 20px; }
      .container #about-section .padding-container ul li:nth-child(1)::after {
        content: url("../svg/lider.svg");
        width: 30px; }
      .container #about-section .padding-container ul li:nth-child(2)::after {
        content: url("../svg/mobile_payments.svg"); }
      .container #about-section .padding-container ul li:nth-child(3)::after {
        content: url("../svg/finances.svg"); }
      .container #about-section .padding-container ul li:nth-child(4)::after {
        content: url("../svg/invoice.svg"); }
      .container #about-section .padding-container ul li p {
        width: 70%;
        margin: 0 auto; }
        .container #about-section .padding-container ul li p::before {
          content: "";
          width: 60px;
          height: 2px;
          font-family: "";
          font-size: "";
          font-weight: "";
          color: "";
          background: #FBB040;
          border: "" solid "";
          border-radius: "";
          display: block;
          position: absolute;
          left: 50%;
          top: 100%;
          -webkit-transform: translate(-50%, 50px);
          -ms-transform: translate(-50%, 50px);
          transform: translate(-50%, 50px); }
  .container #about-section .padding-container span {
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 30px;
    color: #FFFFFF; }

.container #contact-section .header.decoration::before, .container #contact-section .header.decoration::after {
  width: calc(50% - 300px); }

.container #contact-section p.regular {
  text-align: center; }

.container #contact-section .contact-bottom {
  width: 560px;
  margin: 0 auto;
  margin-top: 50px; }
  .container #contact-section .contact-bottom form {
    position: relative; }
    .container #contact-section .contact-bottom form .form-alert {
      position: absolute;
      top: -40px; }
    .container #contact-section .contact-bottom form .container > label {
      width: 100%;
      display: block;
      height: 47px;
      margin-bottom: 28px;
      position: relative; }
      .container #contact-section .contact-bottom form .container > label input {
        border-radius: 7px;
        border: 1px solid #CACACA;
        width: 100%;
        height: 100%;
        padding: 0 15px; }
      .container #contact-section .contact-bottom form .container > label::before {
        content: "";
        width: "";
        height: "";
        font-family: "sofia-pro";
        font-size: 15px;
        font-weight: 700;
        color: #323232;
        background: #FFFFFF;
        border: "" solid "";
        border-radius: "";
        display: block;
        position: absolute;
        left: 15px;
        top: -12px;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        padding: 0 15px;
        z-index: 2; }
      .container #contact-section .contact-bottom form .container > label:nth-child(1)::before {
        content: 'Imię i nazwisko'; }
      .container #contact-section .contact-bottom form .container > label:nth-child(2)::before {
        content: 'Firma'; }
      .container #contact-section .contact-bottom form .container > label:nth-child(3)::before {
        content: 'Email'; }
      .container #contact-section .contact-bottom form .container > label:nth-child(4)::before {
        content: 'Telefon'; }
  .container #contact-section .contact-bottom .btn {
    margin: 0 auto;
    border: 0; }

.container #contact-section .btn-bottom {
  float: right;
  margin-top: -40px; }
  .container #contact-section .btn-bottom::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

.container #footer-page {
  height: 140px;
  background: #292929; }
  .container #footer-page ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    height: 100%; }
    .container #footer-page ul li {
      text-align: center;
      color: #FFFFFF;
      height: 33.33%; }
      .container #footer-page ul li a {
        height: 100%;
        width: 100%;
        display: block;
        position: relative; }
        .container #footer-page ul li a::before {
          content: "";
          width: auto;
          height: 100%;
          font-family: "sofia-pro";
          font-size: "";
          font-weight: "";
          color: "";
          background: "";
          border: "" solid "";
          border-radius: "";
          display: block;
          position: absolute;
          left: 50%;
          top: -30px;
          -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
          margin: 0 auto; }
        .container #footer-page ul li a span {
          -webkit-transition: 0.25s ease-in-out;
          -moz-transition: 0.25s ease-in-out;
          -ms-transition: 0.25s ease-in-out;
          -o-transition: 0.25s ease-in-out;
          transition: 0.25s ease-in-out;
          margin-top: 30px;
          font-size: 15px;
          color: #FFFFFF;
          width: 100%;
          display: block; }
        .container #footer-page ul li a:hover span {
          color: #A8A8A8;
          background: "";
          border-color: ""; }
      .container #footer-page ul li:nth-child(1) a::before {
        content: url("../svg/mouse.svg");
        width: 82px; }
      .container #footer-page ul li:nth-child(2) a::before {
        content: url("../svg/message.svg");
        width: 63px; }
      .container #footer-page ul li:nth-child(3) a::before {
        content: url("../svg/phone.svg");
        width: 63px; }

.container .cookie-wrapper {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
  font-size: 14px;
  color: #545454; }
  .container .cookie-wrapper .cookie {
    position: relative;
    background-color: #e5e5e5;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    line-height: 15px;
    margin: 0 auto 5px;
    padding: 5px 0;
    text-align: center;
    max-width: 1050px;
    width: 98%;
    padding: 20px 20px; }
  .container .cookie-wrapper #cookie-close {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    padding-right: 6px;
    z-index: 1000; }

@media all and (min-width: 1600px) {
  .container #banner-section {
    background-size: 100%; }
    .container #banner-section #banner-section-internal {
      background-size: 100% auto;
      height: 100vh;
      background-position-x: center; }
      .container #banner-section #banner-section-internal .about-project {
        padding-top: 15%; } }

@media all and (min-width: 980px) and (max-width: 1279px) {
  .container .padding-container {
    width: calc(100% - 80px); }
  .container #banner-section #banner-section-internal .about-project figure img {
    height: 360px; }
  .container #for-whom-section p.regular {
    margin-bottom: 55px; }
  .container #for-whom-section ul li {
    width: 23%;
    height: 260px; }
    .container #for-whom-section ul li figure img {
      width: 80px;
      margin: 36px 0 40px 0; }
    .container #for-whom-section ul li figure figcaption {
      width: 80%; }
  .container #advantages-section .padding-container .parent-lists ul li {
    padding-bottom: 15px; }
  .container #modern-solutions-section ul li {
    width: 23%;
    margin: 50px 0; }
    .container #modern-solutions-section ul li header {
      margin-bottom: 20px; }
    .container #modern-solutions-section ul li::before {
      top: -100px; }
  .container #perfect-adjustment-section .padding-container::before {
    font-size: 140px; }
  .container #implementation-section p.regular {
    margin-bottom: 55px; }
  .container #implementation-section ul li {
    width: 23%; }
    .container #implementation-section ul li figure img {
      width: 70px; }
    .container #implementation-section ul li figure figcaption {
      margin-top: 90px; }
  .container #functions-section .padding-container .parent-lists ul {
    width: 45%; }
    .container #functions-section .padding-container .parent-lists ul li {
      padding-bottom: 15px;
      font-size: 14px; }
  .container #usage-section header {
    margin-bottom: 43px; }
  .container #usage-section ul {
    margin-bottom: 50px; }
    .container #usage-section ul li {
      padding-left: 70px; }
  .container #about-section .padding-container header {
    font-size: 14px;
    width: 80%; }
  .container #about-section .padding-container ul {
    margin: 40px 0; }
    .container #about-section .padding-container ul li {
      width: 23%;
      margin-bottom: 70px; }
      .container #about-section .padding-container ul li p {
        width: 70%; }
  .container #about-section .padding-container span {
    font-size: 30px; }
  .container #contact-section .contact-bottom {
    width: 560px;
    margin-top: 50px; }
    .container #contact-section .contact-bottom form .container > label {
      height: 47px;
      margin-bottom: 28px; }
      .container #contact-section .contact-bottom form .container > label input {
        padding: 0 15px; }
  .container #contact-section .btn-bottom {
    margin-top: -40px; } }

@media all and (min-width: 768px) and (max-width: 979px) {
  .container .padding-container {
    width: calc(100% - 60px); }
  .container #banner-section {
    height: auto; }
    .container #banner-section #banner-section-internal {
      background-image: url(../png/ban_main_tab.png);
      background-size: 1000px 470px;
      height: auto;
      background-position: center bottom; }
      .container #banner-section #banner-section-internal .about-project {
        display: block !important;
        padding-top: 5%; }
        .container #banner-section #banner-section-internal .about-project .box {
          width: calc(100% - 280px);
          float: left; }
          .container #banner-section #banner-section-internal .about-project .box p {
            padding: 30px 0; }
        .container #banner-section #banner-section-internal .about-project figure img {
          height: 360px;
          margin-left: 0;
          float: right; }
        .container #banner-section #banner-section-internal .about-project .contact-top {
          width: 50%;
          clear: both; }
      .container #banner-section #banner-section-internal .btn-bottom {
        left: calc(100% - 60px);
        top: 100%; }
  .container #for-whom-section p.regular {
    margin-bottom: 55px; }
  .container #for-whom-section ul li {
    width: 23%;
    height: 260px; }
    .container #for-whom-section ul li figure img {
      width: 80px;
      margin: 36px 0 40px 0; }
    .container #for-whom-section ul li figure figcaption {
      width: 80%; }
  .container #advantages-section .padding-container .parent-lists ul li {
    padding-bottom: 15px; }
  .container #modern-solutions-section ul li {
    width: 23%;
    margin: 50px 0; }
    .container #modern-solutions-section ul li header {
      margin-bottom: 20px; }
    .container #modern-solutions-section ul li::before {
      top: -100px; }
  .container #perfect-adjustment-section .padding-container::before {
    font-size: 110px; }
  .container #implementation-section p.regular {
    margin-bottom: 55px; }
  .container #implementation-section ul li {
    width: 23%; }
    .container #implementation-section ul li figure img {
      width: 70px; }
    .container #implementation-section ul li figure figcaption {
      margin-top: 90px; }
  .container #functions-section .padding-container .parent-lists ul {
    width: 45%; }
    .container #functions-section .padding-container .parent-lists ul li {
      padding-bottom: 15px;
      font-size: 14px; }
  .container #usage-section header {
    margin-bottom: 43px; }
  .container #usage-section ul {
    margin-bottom: 50px; }
    .container #usage-section ul li {
      padding-left: 50px; }
      .container #usage-section ul li header {
        margin-bottom: 20px;
        height: 40px; }
      .container #usage-section ul li::before {
        width: 40px;
        height: 40px; }
      .container #usage-section ul li::after {
        top: -29px;
        font-size: 60px;
        left: 60px; }
  .container #about-section {
    background-size: auto 100%; }
    .container #about-section .padding-container header {
      font-size: 14px;
      width: 80%; }
    .container #about-section .padding-container ul {
      margin: 40px 0; }
      .container #about-section .padding-container ul li {
        width: 23%;
        margin-bottom: 70px; }
        .container #about-section .padding-container ul li p {
          width: 70%; }
    .container #about-section .padding-container span {
      font-size: 30px; }
  .container #contact-section .contact-bottom {
    width: 560px;
    margin-top: 50px; }
    .container #contact-section .contact-bottom form .container > label {
      height: 47px;
      margin-bottom: 28px; }
      .container #contact-section .contact-bottom form .container > label input {
        padding: 0 15px; }
  .container #contact-section .btn-bottom {
    margin-top: -40px; } }

@media all and (min-width: 600px) and (max-width: 767px) {
  .container section[id$='-section']:not(:first-child) {
    padding: 35px 0; }
  .container [id$='-internal'] {
    padding: 20px 0 30px 0; }
  .container .padding-container {
    width: calc(100% - 60px); }
  .container #banner-section {
    height: auto; }
    .container #banner-section #banner-section-internal {
      background-image: url(../png/ban_main_tab.png);
      background-size: 1000px 470px;
      height: auto;
      background-position: center bottom; }
      .container #banner-section #banner-section-internal .about-project {
        display: block !important;
        padding-top: 5%; }
        .container #banner-section #banner-section-internal .about-project .box {
          width: calc(100% - 280px);
          float: left; }
          .container #banner-section #banner-section-internal .about-project .box p {
            padding: 30px 0; }
          .container #banner-section #banner-section-internal .about-project .box header {
            font-size: 30px; }
        .container #banner-section #banner-section-internal .about-project figure img {
          height: 360px; }
        .container #banner-section #banner-section-internal .about-project .contact-top {
          width: 100%;
          clear: both;
          padding-right: 20%; }
          .container #banner-section #banner-section-internal .about-project .contact-top p.regular {
            width: 70%; }
      .container #banner-section #banner-section-internal .btn-bottom {
        left: calc(100% - 60px);
        top: 100%; }
  .container #for-whom-section .header.decoration::before, .container #for-whom-section .header.decoration::after {
    width: calc(50% - 80px); }
  .container #for-whom-section p.regular {
    margin-bottom: 55px; }
  .container #for-whom-section ul {
    display: block; }
    .container #for-whom-section ul li {
      width: 48%;
      height: 260px;
      float: left;
      margin-bottom: 4%; }
      .container #for-whom-section ul li figure img {
        width: 80px;
        margin: 36px 0 40px 0; }
      .container #for-whom-section ul li figure figcaption {
        width: 80%; }
      .container #for-whom-section ul li:nth-child(2n) {
        margin-left: 4%; }
  .container #for-whom-section .btn {
    clear: both; }
  .container #advantages-section {
    background-size: auto 100%;
    clear: both; }
    .container #advantages-section .padding-container .parent-lists {
      display: block; }
      .container #advantages-section .padding-container .parent-lists ul li {
        padding-bottom: 20px;
        font-size: 18px; }
  .container #modern-solutions-section ul {
    display: block; }
    .container #modern-solutions-section ul li {
      width: 48%;
      margin: 50px 0;
      float: left;
      margin-bottom: 4%; }
      .container #modern-solutions-section ul li header {
        margin-bottom: 20px; }
      .container #modern-solutions-section ul li::before {
        top: -100px; }
      .container #modern-solutions-section ul li:nth-child(2n) {
        margin-left: 4%; }
  .container #perfect-adjustment-section {
    clear: both; }
    .container #perfect-adjustment-section .padding-container::before {
      font-size: 86px; }
  .container #implementation-section .header.decoration::before, .container #implementation-section .header.decoration::after {
    width: calc(50% - 180px); }
  .container #implementation-section p.regular {
    margin-bottom: 55px; }
  .container #implementation-section ul li {
    width: 23%; }
    .container #implementation-section ul li figure img {
      width: 70px; }
    .container #implementation-section ul li figure figcaption {
      margin-top: 90px; }
  .container #functions-section .padding-container .parent-lists {
    display: block; }
    .container #functions-section .padding-container .parent-lists ul {
      width: 100%; }
      .container #functions-section .padding-container .parent-lists ul li {
        padding-bottom: 20px;
        font-size: 18px; }
  .container #usage-section .header.decoration::before, .container #usage-section .header.decoration::after {
    display: none; }
  .container #usage-section header {
    margin-bottom: 43px; }
  .container #usage-section ul {
    margin-bottom: 20px;
    display: block; }
    .container #usage-section ul li {
      padding-left: 50px;
      width: 100%;
      margin-bottom: 20px; }
      .container #usage-section ul li header {
        margin-bottom: 20px;
        height: 40px; }
      .container #usage-section ul li::before {
        width: 40px;
        height: 40px; }
      .container #usage-section ul li::after {
        top: -29px;
        font-size: 60px;
        left: 60px; }
    .container #usage-section ul div {
      display: none; }
  .container #about-section {
    background-size: auto 100%; }
    .container #about-section .padding-container header {
      font-size: 14px;
      width: 80%; }
    .container #about-section .padding-container ul {
      margin: 40px 0;
      display: block; }
      .container #about-section .padding-container ul li {
        width: 48%;
        margin-bottom: 40px;
        float: left;
        height: 275px; }
        .container #about-section .padding-container ul li p {
          width: 70%; }
          .container #about-section .padding-container ul li p::before {
            display: none; }
        .container #about-section .padding-container ul li::before {
          margin-bottom: 20px; }
    .container #about-section .padding-container span {
      claer: both;
      font-size: 30px; }
  .container #contact-section {
    clear: both; }
    .container #contact-section .contact-bottom {
      width: 100%;
      margin-top: 50px; }
      .container #contact-section .contact-bottom form .container > label {
        height: 47px;
        margin-bottom: 28px; }
        .container #contact-section .contact-bottom form .container > label input {
          padding: 0 15px; }
    .container #contact-section .btn-bottom {
      margin-top: -40px; }
  .container #footer-page {
    height: 140px; } }

@media all and (min-width: 300px) and (max-width: 599px) {
  .container section[id$='-section']:not(:first-child) {
    padding: 30px 0; }
  .container [id$='-internal'] {
    padding: 20px 0 30px 0; }
  .container .padding-container {
    width: calc(100% - 30px); }
  .container header {
    font-size: 25px;
    margin-bottom: 25px; }
  .container #banner-section {
    height: auto;
    background-position: center right; }
    .container #banner-section #banner-section-internal {
      background-image: url(../png/ban_main_tab.png);
      background-size: 1200px 570px;
      height: auto;
      background-position: center bottom; }
      .container #banner-section #banner-section-internal .about-project {
        display: block !important;
        padding-top: 5%; }
        .container #banner-section #banner-section-internal .about-project .box {
          width: 100%; }
          .container #banner-section #banner-section-internal .about-project .box p {
            padding: 30px 0;
            width: 100%; }
          .container #banner-section #banner-section-internal .about-project .box header {
            font-size: 30px; }
        .container #banner-section #banner-section-internal .about-project figure {
          text-align: center;
          margin-top: 30px; }
          .container #banner-section #banner-section-internal .about-project figure img {
            width: 60%;
            height: auto;
            margin: 0 auto; }
        .container #banner-section #banner-section-internal .about-project .contact-top {
          width: 100%;
          clear: both; }
          .container #banner-section #banner-section-internal .about-project .contact-top p.regular {
            width: 70%; }
      .container #banner-section #banner-section-internal .btn-bottom {
        display: none; }
  .container #for-whom-section p.regular {
    margin-bottom: 55px; }
  .container #for-whom-section ul {
    display: block; }
    .container #for-whom-section ul li {
      width: 100%;
      height: 260px;
      margin-bottom: 4%; }
      .container #for-whom-section ul li figure img {
        width: 80px;
        margin: 36px 0 40px 0; }
      .container #for-whom-section ul li figure figcaption {
        width: 80%; }
  .container #for-whom-section .btn {
    clear: both; }
  .container #advantages-section {
    background-size: auto 100%;
    clear: both; }
    .container #advantages-section .padding-container .parent-lists {
      display: block; }
      .container #advantages-section .padding-container .parent-lists ul li {
        padding-bottom: 20px;
        font-size: 14px; }
  .container #modern-solutions-section {
    text-align: center; }
    .container #modern-solutions-section ul {
      display: block; }
      .container #modern-solutions-section ul li {
        width: 100%;
        margin: 50px 0;
        margin-bottom: 4%; }
        .container #modern-solutions-section ul li header {
          margin-bottom: 10px;
          font-size: 18px; }
        .container #modern-solutions-section ul li::before {
          position: absolute;
          left: 50%;
          top: -35px;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
        .container #modern-solutions-section ul li::before {
          font-size: 60px;
          height: 50px;
          top: -25px; }
  .container #perfect-adjustment-section {
    clear: both; }
    .container #perfect-adjustment-section .padding-container::before {
      display: none; }
  .container #implementation-section p.regular {
    margin-bottom: 55px; }
  .container #implementation-section ul li {
    width: 23%; }
    .container #implementation-section ul li figure img {
      width: 40px; }
    .container #implementation-section ul li figure figcaption {
      margin-top: 60px;
      font-size: 12px; }
    .container #implementation-section ul li figure::before {
      width: 12px;
      height: 12px;
      border-radius: 3px;
      top: 50%; }
    .container #implementation-section ul li:not(:last-child)::before {
      width: 20px;
      height: 20px;
      font-size: 10px;
      line-height: 23px;
      top: calc(50% - 10px); }
  .container #implementation-section ul::before {
    height: 4px;
    top: 50%; }
  .container #functions-section .padding-container .parent-lists {
    display: block; }
    .container #functions-section .padding-container .parent-lists ul {
      width: 100%; }
      .container #functions-section .padding-container .parent-lists ul li {
        padding-bottom: 20px;
        font-size: 15px; }
  .container #usage-section header {
    margin-bottom: 43px; }
  .container #usage-section ul {
    margin-bottom: 20px;
    display: block; }
    .container #usage-section ul li {
      padding-left: 50px;
      width: 100%;
      margin-bottom: 20px; }
      .container #usage-section ul li header {
        margin-bottom: 0;
        height: 40px;
        font-size: 18px; }
      .container #usage-section ul li::before {
        width: 40px;
        height: 40px; }
      .container #usage-section ul li::after {
        top: -29px;
        font-size: 60px;
        left: 60px; }
    .container #usage-section ul div {
      display: none; }
  .container #about-section {
    background-size: auto 100%; }
    .container #about-section .padding-container figure {
      width: 200px; }
    .container #about-section .padding-container header {
      font-size: 14px;
      width: 80%;
      margin-top: 50px; }
    .container #about-section .padding-container ul {
      margin: 40px 0;
      display: block; }
      .container #about-section .padding-container ul li {
        width: 100%;
        margin-bottom: 40px;
        float: left;
        height: auto; }
        .container #about-section .padding-container ul li p {
          width: 70%; }
          .container #about-section .padding-container ul li p::before {
            display: none; }
        .container #about-section .padding-container ul li::before {
          margin-bottom: 20px; }
    .container #about-section .padding-container span {
      clear: both;
      font-size: 20px;
      margin-top: 30px; }
  .container #contact-section {
    clear: both; }
    .container #contact-section .contact-bottom {
      width: 100%;
      margin-top: 50px; }
      .container #contact-section .contact-bottom form .container > label {
        height: 47px;
        margin-bottom: 28px; }
        .container #contact-section .contact-bottom form .container > label input {
          padding: 0 15px; }
      .container #contact-section .contact-bottom form .btn-send {
        width: 50%;
        margin-left: 0; }
    .container #contact-section .btn-bottom {
      margin-top: -40px; }
  .container #footer-page {
    height: auto; }
    .container #footer-page ul {
      display: block; }
      .container #footer-page ul li {
        padding-top: 30px; }
        .container #footer-page ul li:last-child {
          padding-bottom: 30px; } }
