@font-face {
  font-family: 'tt_commonsdemibold';
  src: url('../fonts/ttcommons-demibold-webfont.woff2') format('woff2'), url('../fonts/ttcommons-demibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'tt_commonslight';
  src: url('../fonts/ttcommons-light-webfont.woff2') format('woff2'), url('../fonts/ttcommons-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'tt_commonsmedium';
  src: url('../fonts/ttcommons-medium-webfont.woff2') format('woff2'), url('../fonts/ttcommons-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'tt_commonsblack';
  src: url('../fonts/ttcommons-black-webfont.woff2') format('woff2'), url('../fonts/ttcommons-black-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'tt_commons_boldbold';
  src: url('../fonts/ttcommons-bold-webfont.woff2') format('woff2'), url('../fonts/ttcommons-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'tt_commonsextrabold';
  src: url('../fonts/ttcommons-extrabold-webfont.woff2') format('woff2'), url('../fonts/ttcommons-extrabold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'tt_commonsextralight';
  src: url('../fonts/ttcommons-extralight-webfont.woff2') format('woff2'), url('../fonts/ttcommons-extralight-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'tt_commonsregular';
  src: url('../fonts/ttcommons-regular-webfont.woff2') format('woff2'), url('../fonts/ttcommons-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'tt_commonsthin';
  src: url('../fonts/ttcommons-thin-webfont.woff2') format('woff2'), url('../fonts/ttcommons-thin-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
  min-height: 100vh;
  height: 100%;
  font-family: 'tt_commonsregular';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.no-js .intro {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
body.no-scroll {
  overflow: hidden;
  max-height: 100vh;
}
body .btn {
  font-family: 'tt_commons_boldbold';
  padding: 9px 25px 7px 25px;
  border-radius: 50px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}
body .btn span {
  font-family: 'tt_commonsregular';
}
body .btn.btn-default {
  background: #c31432;
  color: #fff;
}
body .btn.btn-default:hover {
  background: #950f26;
}
body .btn.btn-big {
  font-size: 14px;
  padding: 12px 35px 10px 35px;
}
body .btn.btn-small {
  padding: 7px 15px 6px 15px;
  font-size: 10px;
}
body ul,
body ol,
body p,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0;
  padding: 0;
}
body a {
  text-decoration: none;
}
.body-wrapper {
  overflow: hidden;
}
.alert-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.2);
  z-index: 555;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.alert-wrapper .alert-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  width: 100%;
  -webkit-transform: translateX(8px);
      -ms-transform: translateX(8px);
          transform: translateX(8px);
  padding: 50px 0;
}
.alert-wrapper .alert-service .service-inner {
  padding: 50px;
  background: #fff;
  width: 100%;
  -webkit-box-shadow: 0px 0px 32px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 32px 1px rgba(0, 0, 0, 0.15);
  text-align: center;
  border-top: 5px solid #fff;
  position: relative;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.alert-wrapper .alert-service .service-inner .inner-dismiss {
  top: 10px;
  right: 10px;
  position: absolute;
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  outline: none;
}
.alert-wrapper .alert-service .service-inner .inner-dismiss img {
  height: 15px;
}
.alert-wrapper .alert-service .service-inner.success {
  border-top: 5px solid #78b042;
}
.alert-wrapper .alert-service .service-inner.warning {
  border-top: 5px solid #d51a27;
}
.alert-wrapper .alert-service .service-inner.info {
  border-top: 5px solid #1a88d5;
}
.alert-wrapper.active {
  opacity: 1;
  visibility: visible;
}
.alert-wrapper.active .alert-service .service-inner {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.modal-service-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.modal-service-wrapper.active {
  opacity: 1;
  visibility: visible;
}
.modal-service-wrapper .modal-service {
  padding: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
}
.modal-service-wrapper .modal-service .service-inner {
  background: #fff;
  width: 990px;
  max-width: 100%;
  padding: 25px;
  position: relative;
}
.modal-service-wrapper .modal-service .service-inner .service-button {
  position: absolute;
  top: 16px;
  right: 12px;
  border: none;
  background: none;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-service-wrapper .modal-service .service-inner .service-button svg {
  fill: #000;
  height: 20px;
  min-width: 20px;
  max-width: 20px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.modal-service-wrapper .modal-service .service-inner .service-button:hover svg {
  fill: #c31432;
}
.modal-service-wrapper .modal-service .service-inner .service-content .heading {
  font-size: 25px;
  color: #000;
  font-family: 'tt_commonsdemibold';
  padding-right: 50px;
}
.modal-service-wrapper .modal-service .service-inner .service-content .description {
  margin-top: 35px;
}
.modal-service-wrapper .modal-service .service-inner .service-content .description p,
.modal-service-wrapper .modal-service .service-inner .service-content .description li {
  color: #000;
  font-size: 17px;
  line-height: 35px;
  font-weight: 400;
}
.modal-service-wrapper .modal-service .service-inner .service-content .description ol,
.modal-service-wrapper .modal-service .service-inner .service-content .description ul {
  padding-left: 17px;
}
.modal-service-wrapper .modal-service .service-inner .service-content .description h1 {
  color: #c31432;
  font-size: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.modal-service-wrapper .modal-service .service-inner .service-content .description h2 {
  color: #c31432;
  font-size: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.modal-service-wrapper .modal-service .service-inner .service-content .description h3 {
  color: #c31432;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.modal-service-wrapper.full-width .modal-service {
  padding: 0;
}
.modal-service-wrapper.full-width .modal-service .service-inner {
  width: 100%;
  min-height: 100vh;
}
.section-viewport-point {
  position: absolute;
  top: -25px;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.checkbox-wrapper {
  margin-top: 15px;
  margin-bottom: 0;
  cursor: pointer;
  width: 100%;
  display: block;
}
.checkbox-wrapper .radio-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkbox-wrapper .radio-box .box-square {
  content: '';
  min-width: 12px;
  max-width: 12px;
  height: 12px;
  display: block;
  border-radius: 2px;
  border: 1.5px dotted #999;
  margin-top: 0px;
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.checkbox-wrapper .radio-box .box-text {
  font-size: 11px;
  letter-spacing: -0.5px;
  line-height: 10px;
  text-align: left;
}
.checkbox-wrapper input {
  visibility: hidden;
  position: absolute;
}
.checkbox-wrapper > input:checked + .radio-box .box-square {
  background: #c31432;
  border-color: #c31432;
}
nav.section-header {
  z-index: 999;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
nav.section-header .header-flexbox {
  padding: 40px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: padding 0.8s;
  -o-transition: padding 0.8s;
  transition: padding 0.8s;
}
nav.section-header .header-flexbox .flexbox-logo .logo-text {
  font-family: 'tt_commonsdemibold';
  font-size: 25px;
  font-weight: 600;
  color: #000;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
nav.section-header .header-flexbox .flexbox-logo .logo-text span {
  color: #c31432;
  font-size: 40px;
  line-height: 10px;
}
nav.section-header .header-flexbox .flexbox-cta ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.section-header .header-flexbox .flexbox-cta ul li .cta-contact {
  margin-left: 30px;
  margin-top: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.section-header .header-flexbox .flexbox-cta ul li .cta-contact span {
  font-size: 14px;
  color: #000;
  white-space: nowrap;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
nav.section-header .header-flexbox .flexbox-cta ul li .cta-contact span b {
  font-family: 'tt_commons_boldbold';
}
nav.section-header .header-flexbox .flexbox-cta ul li .cta-contact svg {
  margin: 0 8px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  fill: #c31432;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
nav.section-header .header-flexbox .flexbox-cta ul li .cta-contact:hover span b {
  color: #c31432;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close {
  position: absolute;
  display: none;
  width: 100%;
  top: 20px;
  left: 0;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close .container:before,
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close .container:after {
  content: none;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close button {
  outline: none;
  border: none;
  background: none;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close button .button-bar {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  background: #222;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close button .button-bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close button .button-bar:nth-child(2) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li a {
  font-family: 'tt_commons_boldbold';
  font-size: 14px;
  color: #000;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li a:hover {
  color: #c31432;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li + li {
  margin-left: 40px;
}
nav.section-header .header-flexbox .nav-button {
  padding: 10px;
  border: none;
  background: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
  display: none;
}
nav.section-header .header-flexbox .nav-button .button-bar {
  height: 2px;
  width: 24px;
  background: #000;
  border-radius: 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
nav.section-header .header-flexbox .nav-button .button-bar:nth-child(2) {
  margin-top: 4px;
  width: 27px;
}
nav.section-header .header-flexbox .nav-button .button-bar:nth-child(3) {
  margin-top: 4px;
  width: 30px;
}
nav.section-header .header-flexbox .nav-button:hover .button-bar,
nav.section-header .header-flexbox .nav-button:focus .button-bar {
  width: 30px !important;
}
nav.section-header.scrolling-down {
  opacity: 0;
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px);
}
nav.section-header.scrolled .header-flexbox {
  padding: 25px 0 0 0;
}
nav.section-header.white .header-flexbox .flexbox-logo .logo-text {
  color: #fff;
}
nav.section-header.white .header-flexbox .flexbox-cta ul li .cta-contact span {
  color: #fff;
}
nav.section-header.white .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li a {
  color: #fff;
}
nav.section-header.white .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li a:hover {
  color: #c31432;
}
nav.section-header.white .header-flexbox .nav-button .button-bar {
  background: #fff;
}
section.section-welcome {
  position: relative;
  min-height: 100vh;
}
section.section-welcome .welcome-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
section.section-welcome .welcome-background .background-item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 1.5s;
  -o-transition: opacity 1.5s;
  transition: opacity 1.5s;
}
section.section-welcome .welcome-background .background-item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
section.section-welcome .welcome-background .background-item.active {
  opacity: 1;
}
section.section-welcome .welcome-background .background-cover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  opacity: 1;
  -webkit-transition: height 0.8s;
  -o-transition: height 0.8s;
  transition: height 0.8s;
}
section.section-welcome .welcome-background .background-cover.scrolled {
  height: 45%;
}
section.section-welcome .welcome-inner {
  padding-top: 150px;
  position: relative;
}
section.section-welcome .welcome-inner h1 {
  text-align: center;
  font-size: 50px;
  color: #000;
  font-family: 'tt_commonsdemibold';
}
section.section-welcome .welcome-inner h1 span {
  color: #c31432;
}
section.section-welcome .welcome-inner .inner-claim {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.section-welcome .welcome-inner .inner-claim > * + * {
  margin-left: 10px;
}
section.section-welcome .welcome-inner .inner-claim .claim-slider {
  position: relative;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
section.section-welcome .welcome-inner .inner-claim .claim-slider p {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  left: 0;
  white-space: nowrap;
  opacity: 0;
}
section.section-welcome .welcome-inner .inner-claim .claim-slider p.active {
  opacity: 1;
}
section.section-welcome .welcome-inner .inner-claim p {
  color: #000;
  font-size: 17px;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
section.section-welcome .welcome-inner .inner-claim p b {
  font-family: 'tt_commons_boldbold';
  color: #c31432;
}
section.section-welcome .welcome-inner .inner-screen {
  margin: 50px 0 0 0;
  width: 100%;
  padding-top: 38%;
  position: relative;
}
section.section-welcome .welcome-inner .inner-screen .screen-image {
  position: absolute;
  width: 70%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
section.section-welcome .welcome-inner .inner-screen .screen-products {
  width: 20.5%;
  padding-top: 20.5%;
  position: absolute;
  top: 18.5%;
  left: 26.2%;
}
section.section-welcome .welcome-inner .inner-screen .screen-products img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
section.section-welcome .welcome-inner .inner-screen .screen-products img.active {
  opacity: 1;
}
section.section-welcome .welcome-inner .inner-screen .screen-products img.active.out {
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px);
  opacity: 0;
}
section.section-welcome .welcome-inner .inner-screen .screen-products img.out {
  -webkit-transform: translateX(30px);
      -ms-transform: translateX(30px);
          transform: translateX(30px);
}
section.section-welcome .welcome-inner .btn {
  position: relative;
  margin-top: -45px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 255, 255, 0.3);
          box-shadow: 0px 10px 30px 0px rgba(255, 255, 255, 0.3);
}
section.section-about {
  padding: 140px 0;
}
section.section-about .about-inner {
  position: relative;
  z-index: 555;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
section.section-about .about-inner .about-shape-1 {
  top: 0;
  right: 0;
  -webkit-transform: rotate(-45deg) translate(85%, 85%);
      -ms-transform: rotate(-45deg) translate(85%, 85%);
          transform: rotate(-45deg) translate(85%, 85%);
  position: absolute;
  height: 150px;
}
section.section-about .about-inner .about-text {
  position: relative;
}
section.section-about .about-inner .about-text h2 {
  font-size: 45px;
  color: #000;
  font-family: 'tt_commonsdemibold';
  margin-bottom: 50px;
}
section.section-about .about-inner .about-text h2 span {
  color: #c31432;
}
section.section-about .about-inner .about-text p {
  max-width: 600px;
  margin: 0 auto;
  font-size: 16px;
  color: #555;
  letter-spacing: 0.2px;
  line-height: 23px;
}
section.section-about .about-inner .inner-cta {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.section-about .about-inner .inner-cta p {
  font-family: 'tt_commons_boldbold';
  color: #000;
  letter-spacing: 1px;
  font-size: 17px;
}
section.section-about .about-inner .inner-cta .cta-flexbox {
  margin-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.section-about .about-inner .inner-cta .cta-flexbox .btn + .btn {
  margin-left: 20px;
}
section.section-advantages {
  padding: 140px 0;
  background: #f8f8f6;
}
section.section-advantages.subpage {
  padding: 0 0 100px 0;
  background: none;
}
section.section-advantages .section-heading {
  max-width: 800px;
  margin: 0 auto;
}
section.section-advantages .section-heading h2 {
  text-align: right;
  font-size: 45px;
  color: #000;
  font-family: 'tt_commonsdemibold';
}
section.section-advantages .section-heading h2 .logo-text {
  font-family: 'Work Sans', sans-serif;
  font-size: 39.1px;
  font-weight: 600;
  font-style: normal;
  color: #666;
  color: #c31432;
  letter-spacing: -1.53px;
}
section.section-advantages .section-heading h2 .logo-text span {
  font-weight: 700;
  color: #999;
  font-size: 51px;
  line-height: 17px;
}
section.section-advantages .advantages-inner-wrapper {
  position: relative;
}
section.section-advantages .advantages-inner-wrapper .inner-shape {
  position: absolute;
  top: 0;
  left: 55px;
  width: 300px;
  opacity: 0.2;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
section.section-advantages .advantages-inner-wrapper .advantages-inner {
  margin-top: 90px;
  padding: 40px;
  border-radius: 13px;
  background: #fff;
  -webkit-box-shadow: 10px 20px 50px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 10px 20px 50px 0px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
section.section-advantages .advantages-inner-wrapper .advantages-inner .inner-service {
  width: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.section-advantages .advantages-inner-wrapper .advantages-inner .inner-service .service-number {
  color: #000;
  opacity: 0.05;
  font-family: 'tt_commonsblack';
  font-size: 70px;
  line-height: 67px;
}
section.section-advantages .advantages-inner-wrapper .advantages-inner .inner-service .service-text {
  padding-left: 20px;
}
section.section-advantages .advantages-inner-wrapper .advantages-inner .inner-service .service-text h3 {
  font-size: 25px;
  color: #000;
  font-family: 'tt_commonsdemibold';
}
section.section-advantages .advantages-inner-wrapper .advantages-inner .inner-service .service-text p {
  margin-top: 10px;
  font-size: 16px;
  color: #555;
  letter-spacing: 0.2px;
  line-height: 23px;
}
section.section-advantages .advantages-inner-wrapper .advantages-inner .inner-collapse .collapse-flexbox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.section-advantages .advantages-inner-wrapper .advantages-inner .inner-collapse .collapse-flexbox .inner-service {
  margin-top: 40px;
}
section.section-advantages .collapse-button {
  margin-top: -18px;
  z-index: 111;
  position: relative;
}
section.section-advantages .collapse-button .btn {
  -webkit-box-shadow: none;
          box-shadow: none;
}
section.section-advantages .collapse-button .btn span:before {
  content: 'Pokaż więcej';
  font-family: 'tt_commons_boldbold';
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
section.section-advantages .collapse-button .btn.active span:before {
  content: 'Zwiń';
}
section.section-advantages .advantages-cta {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
section.section-advantages .advantages-cta .cta-shape-1 {
  bottom: 0;
  left: 50%;
  position: absolute;
  height: 170px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-animation: mover 1s infinite alternate;
          animation: mover 1s infinite alternate;
}
@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateX(-50%) translateY(35%) scale(1);
            transform: translateX(-50%) translateY(35%) scale(1);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(35%) scale(1.13);
            transform: translateX(-50%) translateY(35%) scale(1.13);
    opacity: 1;
  }
}
@keyframes mover {
  0% {
    -webkit-transform: translateX(-50%) translateY(35%) scale(1);
            transform: translateX(-50%) translateY(35%) scale(1);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(35%) scale(1.13);
            transform: translateX(-50%) translateY(35%) scale(1.13);
    opacity: 1;
  }
}
section.section-advantages .advantages-cta .cta-shape-1.active {
  opacity: 0;
  visibility: hidden;
}
section.section-advantages .advantages-cta .cta-text {
  margin-top: 100px;
  position: relative;
}
section.section-advantages .advantages-cta .cta-text h2 {
  font-size: 45px;
  color: #000;
  font-family: 'tt_commonsdemibold';
  margin-bottom: 20px;
}
section.section-advantages .advantages-cta .cta-text h2 span {
  color: #c31432;
}
section.section-advantages .advantages-cta .cta-text p {
  max-width: 600px;
  margin: 0 auto;
  font-size: 16px;
  color: #555;
  letter-spacing: 0.2px;
  line-height: 23px;
}
section.section-advantages .advantages-cta .cta-text .btn {
  margin-top: 70px;
}
section.section-advantages .advantages-cta .cta-text .btn.active {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-70px);
      -ms-transform: translateY(-70px);
          transform: translateY(-70px);
}
section.section-advantages .advantages-cta .cta-form {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 10px 20px 50px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 10px 20px 50px 0px rgba(0, 0, 0, 0.15);
  border-radius: 13px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 555;
  margin: 0 auto;
  max-width: 500px;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
section.section-advantages .advantages-cta .cta-form .heading {
  width: 100%;
  font-size: 25px;
  color: #000;
  font-family: 'tt_commonsdemibold';
}
section.section-advantages .advantages-cta .cta-form .input-service {
  width: 48%;
  margin-top: 20px;
}
section.section-advantages .advantages-cta .cta-form .input-service label {
  font-size: 12px;
  color: #000;
}
section.section-advantages .advantages-cta .cta-form .input-service input {
  display: block;
  width: 100%;
  height: 45px;
  outline: none;
  border: 1px dotted #000;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.section-advantages .advantages-cta .cta-form .input-service input:focus {
  border: 1px solid #c31432;
}
section.section-advantages .advantages-cta .cta-form .btn {
  margin-top: 30px;
  width: 100%;
}
section.section-advantages .advantages-cta .cta-form.active {
  margin-top: -45px;
}
section.section-design .design-inner {
  padding-left: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.section-design .design-inner .inner-description {
  padding: 140px 0;
  max-width: 600px;
  position: relative;
}
section.section-design .design-inner .inner-description .description-shape {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(20%) translateX(-100%);
      -ms-transform: translateY(20%) translateX(-100%);
          transform: translateY(20%) translateX(-100%);
  left: 50px;
  width: 400px;
}
section.section-design .design-inner .inner-description h2 {
  font-size: 45px;
  color: #000;
  font-family: 'tt_commonsdemibold';
  margin-bottom: 50px;
  position: relative;
}
section.section-design .design-inner .inner-description h2 span {
  color: #c31432;
}
section.section-design .design-inner .inner-description p {
  font-size: 16px;
  color: #555;
  letter-spacing: 0.2px;
  line-height: 23px;
  position: relative;
}
section.section-design .design-inner .inner-description .btn {
  position: relative;
  margin-left: 100px;
  margin-top: 50px;
}
section.section-design .design-inner .inner-description .description-text {
  padding-left: 100px;
}
section.section-design .design-inner .inner-image {
  position: relative;
}
section.section-design .design-inner .inner-image img {
  position: absolute;
  left: 0;
  top: -50px;
  height: calc(100% + 120px);
}
section.section-pricing {
  padding: 140px 0;
  background: #f8f8f6;
}
section.section-pricing .section-heading {
  text-align: center;
}
section.section-pricing .section-heading h2 {
  font-size: 45px;
  color: #000;
  font-family: 'tt_commonsdemibold';
  margin-bottom: 20px;
}
section.section-pricing .section-heading h2 span {
  color: #c31432;
}
section.section-pricing .section-heading p {
  max-width: 600px;
  margin: 0 auto;
  font-size: 16px;
  color: #555;
  letter-spacing: 0.2px;
  line-height: 23px;
}
section.section-pricing .table-wrapper {
  max-height: 500px;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0px 110px 50px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 110px 50px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
section.section-pricing .table-wrapper .wrapper-cover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 280px;
  background: #d3d3d1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(230, 230, 228, 0)), to(#d3d3d1));
  background: -o-linear-gradient(top, rgba(230, 230, 228, 0) 0%, #d3d3d1 100%);
  background: linear-gradient(180deg, rgba(230, 230, 228, 0) 0%, #d3d3d1 100%);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
section.section-pricing .table-wrapper.active {
  max-height: 3200px;
}
section.section-pricing .table-wrapper.active .wrapper-cover {
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0px 90px 30px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 90px 30px 0px rgba(0, 0, 0, 0);
}
section.section-pricing .table-responsive {
  overflow-x: hidden;
}
section.section-pricing table {
  margin-top: 90px;
  margin-bottom: 0;
  border-radius: 15px;
}
section.section-pricing table tbody tr td {
  vertical-align: middle;
  border: none;
  text-align: center;
}
section.section-pricing table tbody tr td.bestseller {
  position: relative;
}
section.section-pricing table tbody tr td.bestseller:before {
  content: 'Najpopularniejszy';
  font-family: 'tt_commonsdemibold';
  padding: 3px 10px;
  border-radius: 20px;
  background: #c31432;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
section.section-pricing table tbody tr td.later {
  position: relative;
}
section.section-pricing table tbody tr td.later:before {
  content: 'Już wkrótce';
  font-family: 'tt_commonsdemibold';
  padding: 3px 10px;
  border-radius: 20px;
  background: #000;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
section.section-pricing table tbody tr td .heading {
  padding-top: 3px;
  color: #000;
  font-family: 'tt_commonsdemibold';
  font-size: 19px;
}
section.section-pricing table tbody tr td .heading strong {
  color: #c31432;
}
section.section-pricing table tbody tr td .price-heading {
  margin-top: 10px;
  color: #000;
  font-size: 13.5px;
}
section.section-pricing table tbody tr td .price {
  font-family: 'tt_commonsdemibold';
  font-size: 35px;
  color: #000;
  margin-top: 5px;
  line-height: 31px;
  -webkit-transform: translateX(19px);
      -ms-transform: translateX(19px);
          transform: translateX(19px);
}
section.section-pricing table tbody tr td .price span {
  color: inherit;
}
section.section-pricing table tbody tr td .price small {
  font-size: 14px;
  font-family: 'tt_commonsregular';
  color: #000;
}
section.section-pricing table tbody tr td img {
  height: 20px;
}
section.section-pricing table tbody tr td span {
  color: olivedrab;
}
section.section-pricing table tbody tr td .value {
  position: relative;
}
section.section-pricing table tbody tr td .value.info {
  cursor: pointer;
}
section.section-pricing table tbody tr td .value.info:after {
  content: '';
  height: 10px;
  width: 10px;
  background: url('../img/icons/information.svg') center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
section.section-pricing table tbody tr td .value.alert-dot:before {
  content: 'Już wkrótce';
  font-size: 10px;
  background: #000;
  color: #fff;
  font-family: 'tt_commonsdemibold';
  line-height: 10px;
  display: block;
  width: 70px;
  margin: 0 auto;
  padding: 3px 0 2px 0;
  border-radius: 20px;
}
section.section-pricing table tbody tr td .table-form .input-service label {
  font-size: 12px;
  color: #000;
}
section.section-pricing table tbody tr td .table-form .input-service .service-input-wrapper {
  position: relative;
}
section.section-pricing table tbody tr td .table-form .input-service .service-input-wrapper svg {
  position: absolute;
  left: 15px;
  top: 50%;
  height: 16px;
  width: 16px;
  fill: #000;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
section.section-pricing table tbody tr td .table-form .input-service .service-input-wrapper input {
  display: block;
  width: 100%;
  height: 38px;
  outline: none;
  border: 1px dotted #000;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.section-pricing table tbody tr td .table-form .input-service .service-input-wrapper input:focus {
  border: 1px solid #c31432;
}
section.section-pricing table tbody tr td .table-form .input-service + .input-service {
  margin-top: 15px;
}
section.section-pricing table tbody tr td .table-form .checkbox-wrapper span {
  color: #000;
}
section.section-pricing table tbody tr td .table-form .btn {
  width: 100%;
  margin-top: 20px;
}
section.section-pricing table tbody tr td:nth-child(1) {
  width: 35%;
}
section.section-pricing table tbody tr td:nth-child(2),
section.section-pricing table tbody tr td:nth-child(3),
section.section-pricing table tbody tr td:nth-child(4) {
  width: 21.66666667%;
}
section.section-pricing table tbody tr td:nth-child(4) {
  opacity: 0.3;
}
section.section-pricing table tbody tr td:nth-child(4) .table-form {
  opacity: 0;
  visibility: hidden;
}
section.section-pricing table tbody tr td:nth-child(odd) {
  background: #fff;
}
section.section-pricing table tbody tr td:nth-child(even) {
  background: rgba(255, 255, 255, 0.2);
}
section.section-pricing table tbody tr:not(:first-child) td {
  border-top: 0.7px solid rgba(0, 0, 0, 0.05);
}
section.section-pricing table tbody tr:first-child td:first-child {
  border-radius: 15px 0 0 0;
}
section.section-pricing table tbody tr:last-child td {
  padding: 20px;
}
section.section-pricing table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 15px;
}
section.section-pricing .btn-pricing-more {
  text-align: center;
  margin-top: -20px;
  position: relative;
}
section.section-pricing .btn-pricing-more .btn {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
section.section-pricing .btn-pricing-more .btn span:before {
  content: 'Pokaż wszystkie funkcje';
  font-family: 'tt_commons_boldbold';
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
section.section-pricing .btn-pricing-more .btn.active {
  -webkit-transform: translateY(35px);
      -ms-transform: translateY(35px);
          transform: translateY(35px);
}
section.section-pricing .btn-pricing-more .btn.active span:before {
  content: 'Zwiń';
}
section.section-pricing .pricing-cta {
  position: relative;
  text-align: center;
}
section.section-pricing .pricing-cta .cta-shape-1 {
  bottom: 0;
  left: 50%;
  position: absolute;
  height: 170px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-animation: mover 1s infinite alternate;
          animation: mover 1s infinite alternate;
}
section.section-pricing .pricing-cta .cta-text {
  margin-top: 130px;
  position: relative;
}
section.section-pricing .pricing-cta .cta-text h2 {
  font-size: 45px;
  color: #000;
  font-family: 'tt_commonsdemibold';
  margin-bottom: 20px;
}
section.section-pricing .pricing-cta .cta-text h2 span {
  color: #c31432;
}
section.section-pricing .pricing-cta .cta-text p {
  max-width: 600px;
  margin: 0 auto;
  font-size: 16px;
  color: #555;
  letter-spacing: 0.2px;
  line-height: 23px;
}
section.section-pricing .pricing-cta .cta-text .btn {
  margin-top: 70px;
}
section.section-marketing {
  padding: 140px 0;
}
section.section-marketing .marketing-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.section-marketing .marketing-inner .inner-description {
  position: relative;
}
section.section-marketing .marketing-inner .inner-description .description-shape {
  position: absolute;
  bottom: -50px;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  left: 100px;
  width: 400px;
}
section.section-marketing .marketing-inner .inner-description h2 {
  font-size: 45px;
  color: #000;
  font-family: 'tt_commonsdemibold';
  margin-bottom: 50px;
  position: relative;
}
section.section-marketing .marketing-inner .inner-description h2 span {
  color: #c31432;
}
section.section-marketing .marketing-inner .inner-description p {
  font-size: 16px;
  color: #555;
  letter-spacing: 0.2px;
  line-height: 23px;
  position: relative;
}
section.section-marketing .marketing-inner .inner-description .btn {
  margin-top: 50px;
}
section.section-marketing .marketing-inner .inner-description .description-text {
  max-width: 1000px;
  padding: 50px;
  border-radius: 15px;
  -webkit-box-shadow: 10px 20px 50px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 10px 20px 50px 0px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
section.section-marketing .marketing-inner .inner-description .description-text .text-shape {
  position: absolute;
  top: 0;
  right: 55px;
  width: 300px;
  opacity: 0.2;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
section.section-marketing .marketing-inner .inner-description .description-text .text-service {
  width: 45%;
}
section.section-marketing .marketing-inner .inner-description .description-text h3 {
  font-size: 20px;
  color: #000;
  font-family: 'tt_commonsdemibold';
  margin-bottom: 10px;
}
section.section-marketing .marketing-inner .inner-description .description-text h3 span {
  color: #c31432;
}
section.section-faq {
  padding: 140px 0;
  position: relative;
  background: #f8f8f6;
}
section.section-faq .faq-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.section-faq .faq-inner .inner-image {
  margin-right: 100px;
  width: 400px;
  position: relative;
}
section.section-faq .faq-inner .inner-image img {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 70%;
  max-height: 420px;
}
section.section-faq .faq-inner .inner-accordion {
  position: relative;
  width: 600px;
}
section.section-faq .faq-inner .inner-accordion .accordion-shape {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(20%) translateX(-100%);
      -ms-transform: translateY(20%) translateX(-100%);
          transform: translateY(20%) translateX(-100%);
  left: 50px;
  width: 400px;
}
section.section-faq .faq-inner .inner-accordion h2 {
  font-size: 45px;
  color: #000;
  font-family: 'tt_commonsdemibold';
  margin-bottom: 50px;
  position: relative;
}
section.section-faq .faq-inner .inner-accordion h2 span {
  color: #c31432;
}
section.section-faq .faq-inner .inner-accordion .accordion {
  width: 100%;
}
section.section-faq .faq-inner .inner-accordion .accordion .accordion-item .accordion-header .accordion-button {
  font-size: 20px;
  color: #c31432;
  font-family: 'tt_commonsdemibold';
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: left;
  border: none;
  border-bottom: 0.5px solid #ccc;
  padding: 0 0 10px 0;
  background: none;
}
section.section-faq .faq-inner .inner-accordion .accordion .accordion-item .accordion-header .accordion-button span {
  padding-right: 50px;
}
section.section-faq .faq-inner .inner-accordion .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  color: #000;
}
section.section-faq .faq-inner .inner-accordion .accordion .accordion-item .accordion-collapse {
  border: none;
}
section.section-faq .faq-inner .inner-accordion .accordion .accordion-item .accordion-body {
  padding: 20px 0 0 0;
}
section.section-faq .faq-inner .inner-accordion .accordion .accordion-item .accordion-body p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
}
section.section-faq .faq-inner .inner-accordion .accordion .accordion-item .accordion-body p a {
  color: #c31432;
  text-decoration: underline;
}
section.section-faq .faq-inner .inner-accordion .accordion .accordion-item + .accordion-item {
  margin-top: 20px;
}
section.section-faq .faq-inner .inner-accordion .btn {
  margin-top: 50px;
}
section.section-payment-partner {
  background: #e2e2e2;
  background: #072653;
  padding: 140px 0;
  position: relative;
}
section.section-payment-partner .payment-partner-background {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  opacity: 0.3;
}
section.section-payment-partner .payment-partner-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.section-payment-partner .payment-partner-inner .inner-description h2 {
  font-size: 45px;
  color: #fff;
  font-family: 'tt_commonsdemibold';
  margin-bottom: 20px;
}
section.section-payment-partner .payment-partner-inner .inner-description h2 span {
  color: #c31432;
}
section.section-payment-partner .payment-partner-inner .inner-description p {
  max-width: 600px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.2px;
  line-height: 23px;
  font-family: 'tt_commonslight';
}
section.section-payment-partner .payment-partner-inner .inner-description p strong {
  font-family: 'tt_commonsextrabold';
}
section.section-payment-partner .payment-partner-inner .inner-description .btn {
  margin-top: 50px;
}
section.section-payment-partner .payment-partner-inner .inner-image {
  padding-left: 70px;
}
section.section-payment-partner .payment-partner-inner .inner-image .image-text {
  padding-left: 195px;
  margin-bottom: 20px;
  font-size: 20px;
  color: #fff;
  font-family: 'tt_commonsdemibold';
}
section.section-payment-partner .payment-partner-inner .inner-image .image-text span {
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'tt_commonsregular';
}
section.section-payment-partner .payment-partner-inner .inner-image img {
  height: 100px;
}
section.section-thank-you {
  background: #f8f8f8;
  overflow: hidden;
  position: relative;
}
section.section-thank-you .inner-shape-3 {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 400px;
}
section.section-thank-you .thank-you-inner {
  padding: 80px 0;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
section.section-thank-you .thank-you-inner .inner-shape-1 {
  position: absolute;
  top: 0;
  left: 50%;
  width: 250px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: thank-mover 1s infinite alternate;
          animation: thank-mover 1s infinite alternate;
}
@-webkit-keyframes thank-mover {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
            transform: translateX(-50%) translateY(-50%) scale(1);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.13);
            transform: translateX(-50%) translateY(-50%) scale(1.13);
  }
}
@keyframes thank-mover {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
            transform: translateX(-50%) translateY(-50%) scale(1);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.13);
            transform: translateX(-50%) translateY(-50%) scale(1.13);
  }
}
section.section-thank-you .thank-you-inner .inner-shape-2 {
  position: absolute;
  top: 10%;
  left: -300px;
  width: 500px;
}
section.section-thank-you .thank-you-inner .inner-logo {
  text-align: center;
  font-family: 'tt_commonsdemibold';
  font-size: 50px;
  font-weight: 600;
  color: #000;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.section-thank-you .thank-you-inner .inner-logo span {
  color: #c31432;
  font-size: 80px;
  line-height: 10px;
}
section.section-thank-you .thank-you-inner .inner-description {
  margin-top: 30px;
  text-align: center;
  max-width: 500px;
}
section.section-thank-you .thank-you-inner .inner-description p {
  font-size: 26px;
  color: #000;
}
section.section-thank-you .thank-you-inner .inner-cta {
  margin-top: 100px;
  text-align: center;
}
section.section-thank-you .thank-you-inner .inner-cta p {
  color: #000;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: 'tt_commonsmedium';
}
section.section-thank-you .thank-you-inner .inner-cta img {
  height: 50px;
}
section.static-page-section-content {
  padding: 250px 0 0 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.static-page-section-content .content-inner {
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
}
section.static-page-section-content .content-inner p,
section.static-page-section-content .content-inner li {
  color: #000;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.3px;
}
section.static-page-section-content .content-inner ol,
section.static-page-section-content .content-inner ul {
  padding-left: 17px;
}
section.static-page-section-content .content-inner h1 {
  font-size: 45px;
  color: #000;
  font-family: 'tt_commonsdemibold';
}
section.static-page-section-content .content-inner h2 {
  font-size: 28px;
  color: #000;
  font-family: 'tt_commonsdemibold';
}
section.static-page-section-content .content-inner h3 {
  font-size: 24px;
  color: #000;
  font-family: 'tt_commonsdemibold';
}
section.static-page-section-content .content-inner h4 {
  font-size: 21px;
  color: #000;
  font-family: 'tt_commonsdemibold';
}
section.static-page-section-content .content-inner h5 {
  font-size: 18px;
  color: #000;
  font-family: 'tt_commonsdemibold';
}
section.static-page-section-content .content-inner h6 {
  font-size: 16px;
  color: #000;
  font-family: 'tt_commonsdemibold';
}
section.centrum-pomocy-section-content {
  padding-top: 200px;
}
section.centrum-pomocy-section-content .section-heading {
  text-align: center;
  margin-bottom: 50px;
}
section.centrum-pomocy-section-content .section-heading h1 {
  font-size: 45px;
  color: #000;
  font-family: 'tt_commonsdemibold';
}
section.centrum-pomocy-section-content .section-heading h1 span {
  color: #c31432;
}
section.centrum-pomocy-section-content .content-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.centrum-pomocy-section-content .content-flexbox .flexbox-service {
  width: 33.33333333%;
  padding: 40px;
  position: relative;
}
section.centrum-pomocy-section-content .content-flexbox .flexbox-service .service-heading {
  text-align: center;
  font-size: 25px;
  color: #000;
  font-family: 'tt_commonsdemibold';
}
section.centrum-pomocy-section-content .content-flexbox .flexbox-service ul {
  margin-top: 25px;
}
section.centrum-pomocy-section-content .content-flexbox .flexbox-service ul li button,
section.centrum-pomocy-section-content .content-flexbox .flexbox-service ul li a {
  border: none;
  font-size: 17px;
  font-weight: 500;
  color: #c31432;
  background: none;
  letter-spacing: 1px;
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  outline: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.centrum-pomocy-section-content .content-flexbox .flexbox-service ul li button:hover,
section.centrum-pomocy-section-content .content-flexbox .flexbox-service ul li a:hover {
  color: #c31432;
}
section.centrum-pomocy-section-content .content-flexbox .flexbox-service ul li + li {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 0.5px dotted #ccc;
}
section.centrum-pomocy-section-content .content-flexbox .flexbox-service:after {
  content: '';
  height: 100%;
  width: 1px;
  border-right: 1px dotted #c31432;
  position: absolute;
  top: 0;
  right: 0;
}
section.centrum-pomocy-section-content .content-flexbox .flexbox-service:before {
  content: '';
  height: 1px;
  width: 100%;
  border-bottom: 1px dotted #c31432;
  position: absolute;
  top: 0;
  left: 0;
}
section.centrum-pomocy-section-content .content-flexbox .flexbox-service:nth-child(3n):after {
  content: none;
}
section.centrum-pomocy-section-content .content-flexbox .flexbox-service:nth-child(1):before,
section.centrum-pomocy-section-content .content-flexbox .flexbox-service:nth-child(2):before,
section.centrum-pomocy-section-content .content-flexbox .flexbox-service:nth-child(3):before {
  content: none;
}
section.dodatkowe-skorki-section-content {
  padding-top: 200px;
}
section.dodatkowe-skorki-section-content .section-heading {
  text-align: center;
  margin-bottom: 50px;
}
section.dodatkowe-skorki-section-content .section-heading h1 {
  font-size: 45px;
  color: #000;
  font-family: 'tt_commonsdemibold';
  margin-bottom: 20px;
}
section.dodatkowe-skorki-section-content .section-heading h1 span {
  color: #c31432;
}
section.dodatkowe-skorki-section-content .section-heading p {
  max-width: 600px;
  margin: 0 auto;
  font-size: 16px;
  color: #555;
  letter-spacing: 0.2px;
  line-height: 23px;
}
section.dodatkowe-skorki-section-content .content-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.dodatkowe-skorki-section-content .content-flexbox .flexbox-service {
  width: 48%;
}
section.dodatkowe-skorki-section-content .content-flexbox .flexbox-service .service-image img {
  width: 100%;
}
section.dodatkowe-skorki-section-content .content-flexbox .flexbox-service .service-heading {
  text-align: center;
  font-size: 25px;
  color: #000;
  font-family: 'tt_commonsdemibold';
}
section.section-footer {
  padding-top: 100px;
}
section.section-footer .footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.section-footer .footer-inner .inner-service ul .heading {
  white-space: nowrap;
  margin-bottom: 20px;
}
section.section-footer .footer-inner .inner-service ul li a {
  font-size: 14px;
  color: #000;
  white-space: nowrap;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.section-footer .footer-inner .inner-service ul li + li {
  margin-top: 5px;
}
section.section-footer .footer-inner .inner-service .social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.section-footer .footer-inner .inner-service .social-media li a svg {
  height: 18px;
  width: 18px;
  fill: #000;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.section-footer .footer-inner .inner-service .social-media li + li {
  margin-top: 0;
}
section.section-footer .footer-inner .inner-service .social-media li:not(:last-child) {
  margin-right: 10px;
}
section.section-footer .footer-inner .inner-service address {
  margin-bottom: 0;
}
section.section-footer .footer-inner .inner-service address a {
  display: block;
  font-size: 16px;
  color: #000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
section.section-footer .footer-inner .inner-service address p {
  margin-top: 15px;
  font-size: 11px;
  color: #000;
}
section.section-footer .footer-inner .inner-service .service-description p {
  font-size: 14px;
  line-height: 17px;
  color: #000;
}
section.section-footer .footer-inner .inner-service + .inner-service {
  margin-left: 125px;
}
section.section-footer .footer-credits {
  margin-top: 60px;
  padding: 35px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #ccc;
}
section.section-footer .footer-credits .credits-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.section-footer .footer-credits .credits-copyright .copyright-logo .logo-text {
  font-family: 'tt_commonsdemibold';
  font-size: 25px;
  font-weight: 600;
  color: #000;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.section-footer .footer-credits .credits-copyright .copyright-logo .logo-text span {
  color: #c31432;
  font-size: 40px;
  line-height: 10px;
}
section.section-footer .footer-credits .credits-copyright .divider {
  border-right: 1px solid #ccc;
  width: 1px;
  height: 30px;
  margin: 0 20px;
}
section.section-footer .footer-credits .credits-copyright p {
  font-size: 14px;
  color: #000;
}
section.section-footer .footer-credits .credits-copyright p a {
  color: inherit;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
section.section-footer .footer-credits .credits-payment ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.section-footer .footer-credits .credits-payment ul li img {
  height: 15px;
}
section.section-footer .footer-credits .credits-payment ul li + li {
  margin-left: 15px;
}
@media (max-width: 1199.98px) {
  nav.section-header .header-flexbox .flexbox-cta ul li .cta-contact {
    display: none;
  }
  section.section-welcome .welcome-inner .inner-screen {
    padding-top: 44%;
  }
  section.section-welcome .welcome-inner .inner-screen .screen-image {
    width: 80%;
  }
  section.section-welcome .welcome-inner .inner-screen .screen-products {
    width: 24%;
    padding-top: 24%;
    top: 21%;
    left: 22.2%;
  }
  section.section-about .about-inner .inner-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.section-about .about-inner .inner-cta .cta-flexbox {
    margin-top: 30px;
    margin-left: 0;
  }
  section.section-advantages .advantages-inner-wrapper .advantages-inner .inner-service {
    width: 100%;
  }
  section.section-advantages .advantages-inner-wrapper .advantages-inner .inner-service .service-number {
    min-width: 80px;
    max-width: 80px;
  }
  section.section-advantages .advantages-inner-wrapper .advantages-inner .inner-service + .inner-service {
    margin-top: 30px;
  }
  section.section-advantages .advantages-inner-wrapper .advantages-inner .inner-collapse .collapse-flexbox .inner-service {
    margin-top: 30px;
  }
  section.section-design .design-inner {
    padding-left: 0;
  }
  section.section-design .design-inner .inner-image img {
    left: -100px;
  }
  section.section-pricing table tbody tr td .table-form .input-service .service-input-wrapper svg {
    left: 12px;
    top: 30%;
    height: 40%;
  }
  section.section-pricing table tbody tr td .table-form .input-service .service-input-wrapper input {
    text-align: left;
    min-width: 150px;
    font-size: 14px;
    padding-left: 35px;
  }
  section.section-pricing table tbody tr td .table-form .input-service .service-input-wrapper input::-webkit-input-placeholder {
    font-size: 14px;
  }
  section.section-pricing table tbody tr td .table-form .input-service .service-input-wrapper input::-moz-placeholder {
    font-size: 14px;
  }
  section.section-pricing table tbody tr td .table-form .input-service .service-input-wrapper input:-ms-input-placeholder {
    font-size: 14px;
  }
  section.section-pricing table tbody tr td .table-form .input-service .service-input-wrapper input::-ms-input-placeholder {
    font-size: 14px;
  }
  section.section-pricing table tbody tr td .table-form .input-service .service-input-wrapper input::placeholder {
    font-size: 14px;
  }
  section.centrum-pomocy-section-content .content-flexbox .flexbox-service {
    padding: 20px;
  }
  section.section-footer .footer-inner .inner-service + .inner-service {
    margin-left: 80px;
  }
}
@media (max-width: 991.98px) {
  nav.section-header .header-flexbox .nav-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -10px;
    margin-left: 20px;
  }
  nav.section-header .header-flexbox .flexbox-nav-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    background: #fff;
    z-index: 555;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close {
    display: block;
  }
  nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 100%;
    padding: 50px;
    margin-right: 0;
  }
  nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li a {
    font-size: 24px;
  }
  nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li + li {
    margin-top: 10px;
    margin-left: 0;
  }
  nav.section-header .header-flexbox .flexbox-nav-wrapper.active {
    opacity: 1;
    visibility: visible;
  }
  section.section-welcome .welcome-inner .inner-screen {
    padding-top: 56%;
  }
  section.section-welcome .welcome-inner .inner-screen .screen-image {
    width: 100%;
  }
  section.section-welcome .welcome-inner .inner-screen .screen-products {
    width: 29%;
    padding-top: 29%;
    top: 21%;
    left: 16%;
  }
  section.section-design .design-inner .inner-description .btn {
    margin-left: 0;
  }
  section.section-design .design-inner .inner-description .description-text {
    padding-left: 0;
  }
  section.section-pricing .table-responsive table tbody tr td .price {
    font-size: 25px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  section.section-pricing .table-responsive table tbody tr td .price span {
    font-size: 11px;
    margin-left: -2px;
  }
  section.section-pricing .table-responsive table tbody tr td .price small {
    margin-left: -2px;
    font-size: 11px;
    font-family: 'tt_commonsdemibold';
  }
  section.section-payment-partner .payment-partner-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.section-payment-partner .payment-partner-inner .inner-description {
    text-align: center;
  }
  section.section-payment-partner .payment-partner-inner .inner-image {
    margin-top: 50px;
    padding-left: 0;
    text-align: center;
  }
  section.section-payment-partner .payment-partner-inner .inner-image .image-text {
    padding-left: 0;
  }
  section.section-payment-partner .payment-partner-inner .inner-image img {
    max-width: 100%;
    width: 400px;
  }
  section.section-faq .faq-inner .inner-image {
    width: 100px;
    margin-right: 50px;
  }
  section.section-thank-you .inner-shape-3 {
    display: none;
  }
  section.section-thank-you .thank-you-inner .inner-shape-2 {
    top: 50%;
    left: -300px;
    width: 400px;
  }
  section.static-page-section-content {
    padding: 120px 0 0 0;
  }
  section.static-page-section-content .content-inner h1 {
    font-size: 36px;
  }
  section.centrum-pomocy-section-content {
    padding-top: 120px;
  }
  section.centrum-pomocy-section-content .content-flexbox .flexbox-service {
    padding: 30px;
    width: 50%;
  }
  section.centrum-pomocy-section-content .content-flexbox .flexbox-service:nth-child(2n):after {
    content: none;
  }
  section.centrum-pomocy-section-content .content-flexbox .flexbox-service:nth-child(3):after {
    content: '';
  }
  section.centrum-pomocy-section-content .content-flexbox .flexbox-service:nth-child(3):before {
    content: '';
  }
  section.dodatkowe-skorki-section-content {
    padding-top: 120px;
  }
  section.section-footer .footer-inner .inner-service + .inner-service {
    margin-left: 47px;
  }
}
@media (max-width: 767.98px) {
  .container.full-width {
    max-width: 100%;
    padding: 0 30px;
  }
  section.section-welcome .welcome-inner .inner-screen {
    padding-top: 59%;
  }
  section.section-welcome .welcome-inner .inner-screen .screen-image {
    width: 120%;
    left: -10%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  section.section-welcome .welcome-inner .inner-screen .screen-products {
    width: 37%;
    padding-top: 37%;
    top: 17%;
    left: 8%;
  }
  section.section-welcome .welcome-inner .btn {
    margin-top: -15px;
  }
  section.section-advantages .section-heading h2 {
    text-align: center;
  }
  section.section-advantages .advantages-inner-wrapper .inner-shape {
    left: 50%;
    width: 300px;
    -webkit-transform: translate(-50%, -60%);
        -ms-transform: translate(-50%, -60%);
            transform: translate(-50%, -60%);
  }
  section.section-pricing .table-responsive {
    overflow-x: auto;
  }
  section.section-pricing .table-responsive table tbody tr td .heading {
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 20px;
  }
  section.section-pricing .table-responsive table tbody tr td .heading strong {
    color: #c31432;
  }
  section.section-pricing .table-responsive table tbody tr td .price-heading {
    margin-top: 5px;
  }
  section.section-pricing .table-responsive table tbody tr td .price {
    white-space: nowrap;
  }
  section.section-pricing .table-responsive table tbody tr td .value {
    line-height: 20px;
    letter-spacing: -0.2px;
    font-size: 14px;
  }
  section.section-pricing .table-responsive table tbody tr:first-child td:first-child .heading {
    -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  section.section-faq .faq-inner .inner-image {
    display: none;
  }
  section.section-faq .faq-inner .inner-accordion {
    text-align: center;
  }
  section.section-faq .faq-inner .inner-accordion .accordion .accordion-item .accordion-body {
    text-align: left;
  }
  section.section-marketing .marketing-inner .inner-description h2 {
    text-align: center;
  }
  section.section-marketing .marketing-inner .inner-description .description-text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.section-marketing .marketing-inner .inner-description .description-text .text-shape {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
  }
  section.section-marketing .marketing-inner .inner-description .description-text .text-service {
    width: 100%;
  }
  section.section-marketing .marketing-inner .inner-description .description-text .text-service + .text-service {
    margin-top: 25px;
  }
  section.centrum-pomocy-section-content .content-flexbox .flexbox-service {
    width: 100%;
    padding: 0;
  }
  section.centrum-pomocy-section-content .content-flexbox .flexbox-service:after {
    content: none !important;
  }
  section.centrum-pomocy-section-content .content-flexbox .flexbox-service:before {
    content: none !important;
  }
  section.centrum-pomocy-section-content .content-flexbox .flexbox-service + .flexbox-service {
    margin-top: 40px;
  }
  section.dodatkowe-skorki-section-content .content-flexbox .flexbox-service {
    width: 100%;
  }
  section.section-footer {
    padding-top: 70px;
  }
  section.section-footer .footer-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.section-footer .footer-inner .breakpoint {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
  section.section-footer .footer-inner .inner-service {
    margin-top: 30px;
  }
  section.section-footer .footer-inner .inner-service:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  section.section-footer .footer-inner .inner-service:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  section.section-footer .footer-inner .inner-service:nth-child(3) {
    margin-left: 0;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  section.section-footer .footer-inner .inner-service:nth-child(4) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    margin-left: 95px;
  }
  section.section-footer .footer-inner .inner-service:nth-child(5) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    margin-left: 95px;
  }
}
@media (max-width: 575.98px) {
  .container.full-width {
    max-width: 100%;
    padding: 0 15px;
  }
  section.section-about {
    padding: 80px 0;
  }
  section.section-about .about-inner .inner-cta .cta-flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.section-about .about-inner .inner-cta .cta-flexbox .btn + .btn {
    margin-top: 15px;
    margin-left: 0;
  }
  section.section-advantages {
    padding: 80px 0;
  }
  section.section-advantages .advantages-inner-wrapper .advantages-inner {
    margin-top: 40px;
  }
  section.section-design .design-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.section-design .design-inner .inner-description {
    padding: 80px 0;
    text-align: center;
  }
  section.section-design .design-inner .inner-image {
    padding-top: 55%;
  }
  section.section-design .design-inner .inner-image img {
    top: -50px;
    left: auto;
    right: 0;
    -webkit-transform: translateX(40%);
        -ms-transform: translateX(40%);
            transform: translateX(40%);
    height: auto;
    width: 150%;
  }
  section.section-pricing {
    padding-top: 120px;
    padding-bottom: 80px;
  }
  section.section-payment-partner {
    padding: 80px 0;
  }
  section.section-faq {
    padding: 80px 0;
  }
  section.section-marketing {
    padding: 80px 0;
  }
  section.section-thank-you .thank-you-inner .inner-shape-1 {
    width: 170px;
  }
  section.section-thank-you .thank-you-inner .inner-shape-2 {
    display: none;
  }
  section.section-thank-you .thank-you-inner .inner-logo {
    margin-top: 40px;
  }
  section.section-thank-you .thank-you-inner .inner-description {
    margin-top: 0px;
  }
  section.section-thank-you .thank-you-inner .inner-cta {
    margin-top: 50px;
  }
  section.section-footer {
    padding-top: 40px;
  }
  section.section-footer .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  section.section-footer .footer-inner .inner-service + .inner-service {
    margin-left: 0;
  }
  section.section-footer .footer-credits {
    padding: 25px 0;
  }
  section.section-footer .footer-credits .credits-copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    width: 100%;
  }
  section.section-footer .footer-credits .credits-copyright .divider {
    display: none;
  }
}
@media (max-width: 450px) {
  section.section-welcome .welcome-inner h1 {
    line-height: 50px;
  }
  section.section-welcome .welcome-inner .inner-claim {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.section-welcome .welcome-inner .inner-claim > * + * {
    margin-top: 10px;
    margin-left: 0;
  }
  section.section-advantages .advantages-inner-wrapper .advantages-inner {
    padding: 30px;
  }
  section.section-advantages .advantages-inner-wrapper .advantages-inner .inner-service .service-number {
    font-size: 50px;
    line-height: 50px;
    min-width: 50px;
    max-width: 50px;
  }
}

/*# sourceMappingURL=maps/style.css.map */
