@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Uw-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr70w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC70w-.ttf) format('truetype');
}
body {
  min-height: 100vh;
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  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-scroll {
  overflow: hidden;
  max-height: 100vh;
}
body .btn {
  font-size: 14px;
  font-weight: 700;
  padding: 18px 35px;
  border-radius: 50px;
  text-decoration: none !important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body .btn.btn-default {
  color: #fff;
  background: #E40069;
}
body .btn.btn-default:hover {
  background: #b10052;
}
body .btn.btn-small {
  padding: 7px 20px;
  font-size: 12px;
}
body .btn.hidden {
  display: none;
}
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;
}
.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: 555;
  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: 700px;
  max-width: 100%;
  padding: 50px 25px 25px 25px;
  text-align: center;
  position: relative;
}
.modal-service-wrapper .modal-service .service-inner .service-button {
  position: absolute;
  top: 20px;
  right: 20px;
  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 .button-bar {
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  background: #222;
}
.modal-service-wrapper .modal-service .service-inner .service-button .button-bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal-service-wrapper .modal-service .service-inner .service-button .button-bar:nth-child(2) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal-service-wrapper .modal-service .service-inner .service-content .heading {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.modal-service-wrapper .modal-service .service-inner .service-content .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
}
.modal-service-wrapper .modal-service .service-inner .service-buttons {
  margin-top: 30px;
  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;
}
.modal-service-wrapper .modal-service .service-inner .service-buttons .btn-link {
  padding: 0;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}
.news-flexbox {
  padding-top: 70px;
  margin-top: -5%;
  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;
}
.news-flexbox .news-service {
  margin-top: 5%;
  width: 30%;
  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;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news-flexbox .news-service .service-image-wrapper {
  width: 100%;
  padding-top: 60%;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  border-radius: 20px;
  background: #f3f3f3;
}
.news-flexbox .news-service .service-image-wrapper .image-cover {
  position: absolute;
  z-index: 121;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  border-radius: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news-flexbox .news-service .service-image-wrapper .service-image {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.news-flexbox .news-service .service-image-wrapper .service-image img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.news-flexbox .news-service .name {
  margin-top: 20px;
  color: #444;
  font-size: 21px;
  font-weight: 700;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.news-flexbox .news-service .description {
  margin-top: 10px;
  color: #444;
  font-size: 18px;
}
.news-flexbox .news-service .btn-more {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #E40069;
}
.news-flexbox .news-service:hover .service-image-wrapper .image-cover {
  opacity: 1;
}
.news-flexbox .news-service:hover .name {
  color: #E40069;
}
.news-flexbox .news-service.service-hidden {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  visibility: hidden;
  opacity: 0;
}
.btn-more-products-wrapper {
  margin-top: 80px;
}
.btn-more-products-wrapper .more-products-counter {
  margin-bottom: 35px;
  text-align: center;
}
.btn-more-products-wrapper .more-products-counter .number {
  font-size: 0.75rem;
  color: #000;
  margin-bottom: 10px;
}
.btn-more-products-wrapper .more-products-counter .line {
  margin: 0 auto;
  width: 170px;
  height: 4px;
  border-radius: 10px;
  background: #ddd;
  position: relative;
}
.btn-more-products-wrapper .more-products-counter .line .line-inner {
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #E40069;
}
.input-service {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}
.input-service label {
  text-align: center;
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #444;
  margin-bottom: 10px;
}
.input-service input {
  height: 50px;
  width: 100%;
  border: 2px solid #B1B4B6;
  padding-top: 4px;
  border-radius: 50px;
  padding-left: 10px;
  text-align: center;
  padding-right: 10px;
  font-size: 14px;
  color: #444;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  outline: none;
}
.input-service input:focus {
  border-color: #E40069;
}
.input-service textarea {
  height: 100px;
  width: 100%;
  border: 2px solid #B1B4B6;
  padding-top: 4px;
  border-radius: 50px;
  padding-left: 10px;
  text-align: center;
  padding-right: 10px;
  font-size: 14px;
  color: #444;
  font-weight: 500;
}
.input-service .input-alert {
  margin-top: 4px;
  font-size: 10px;
  font-weight: 600;
  color: #dc3545;
}
.static-text-wrapper h1,
.static-text-wrapper h2,
.static-text-wrapper h3,
.static-text-wrapper h4,
.static-text-wrapper h5,
.static-text-wrapper h6,
.static-text-wrapper p,
.static-text-wrapper li {
  color: #444;
  font-weight: 400;
}
.static-text-wrapper h1 b,
.static-text-wrapper h2 b,
.static-text-wrapper h3 b,
.static-text-wrapper h4 b,
.static-text-wrapper h5 b,
.static-text-wrapper h6 b,
.static-text-wrapper p b,
.static-text-wrapper li b,
.static-text-wrapper h1 strong,
.static-text-wrapper h2 strong,
.static-text-wrapper h3 strong,
.static-text-wrapper h4 strong,
.static-text-wrapper h5 strong,
.static-text-wrapper h6 strong,
.static-text-wrapper p strong,
.static-text-wrapper li strong {
  font-weight: 600;
}
.static-text-wrapper p b,
.static-text-wrapper li b,
.static-text-wrapper p strong,
.static-text-wrapper li strong {
  font-weight: 700;
}
.static-text-wrapper h2 {
  font-size: 40px;
}
.static-text-wrapper h3 {
  font-size: 34px;
}
.static-text-wrapper h4 {
  font-size: 28px;
}
.static-text-wrapper h5 {
  font-size: 24px;
}
.static-text-wrapper h6 {
  font-size: 21px;
}
.static-text-wrapper p,
.static-text-wrapper li {
  font-size: 16px;
}
.static-text-wrapper p b,
.static-text-wrapper li b,
.static-text-wrapper p strong,
.static-text-wrapper li strong {
  color: #E40069;
}
.static-text-wrapper a {
  color: #E40069;
  text-decoration: underline;
}
.static-text-wrapper ul {
  padding-left: 17px;
  list-style: none;
}
.static-text-wrapper ul li {
  position: relative;
}
.static-text-wrapper ul li:before {
  content: '';
  position: absolute;
  top: 7px;
  left: -17px;
  height: 12px;
  width: 12px;
  background: url('../img/icons/point.svg') center;
  background-size: contain;
  background-repeat: no-repeat;
}
.static-text-wrapper ul li + li {
  margin-top: 8px;
}
.static-text-wrapper ol {
  padding-left: 17px;
}
.static-text-wrapper ol li + li {
  margin-top: 15px;
}
.static-text-wrapper img {
  max-width: 100%;
  border-radius: 3px;
}
.static-text-wrapper table {
  width: 100%;
}
.static-text-wrapper table tr td {
  padding: 10px;
  color: #444;
  font-size: 16px;
  border: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.static-text-wrapper table tr td p {
  color: inherit;
}
.static-text-wrapper table tr td b,
.static-text-wrapper table tr td strong {
  font-weight: 700;
  color: #444;
}
.static-text-wrapper table tr td:first-child {
  border-radius: 8px 0 0 8px;
}
.static-text-wrapper table tr td:last-child {
  border-radius: 0 8px 8px 0;
}
.static-text-wrapper table tr:hover td {
  background: #eaf1f5;
}
.static-text-wrapper .accordion {
  width: 100%;
}
.static-text-wrapper .accordion .accordion-item .accordion-header .accordion-button {
  color: #E40069;
  font-size: 28px;
  font-weight: 700;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: left;
  border: none;
  padding: 0 0 10px 0;
  background: none;
}
.static-text-wrapper .accordion .accordion-item .accordion-header .accordion-button span {
  padding-right: 50px;
  display: block;
  position: relative;
  width: 100%;
}
.static-text-wrapper .accordion .accordion-item .accordion-header .accordion-button span:after {
  position: absolute;
  background: none;
  content: '-';
  font-size: 22px;
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
  top: 0;
  right: 7px;
}
.static-text-wrapper .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  color: #444;
}
.static-text-wrapper .accordion .accordion-item .accordion-header .accordion-button.collapsed span:after {
  content: '+';
}
.static-text-wrapper .accordion .accordion-item .accordion-header .accordion-button:after {
  content: none;
}
.static-text-wrapper .accordion .accordion-item .accordion-collapse {
  border: none;
}
.static-text-wrapper .accordion .accordion-item .accordion-body {
  padding: 20px 0 10px 0;
}
.static-text-wrapper .accordion .accordion-item + .accordion-item {
  margin-top: 20px;
}
nav.section-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.75);
  z-index: 555;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
nav.section-header .header-flexbox {
  padding: 20px 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;
}
nav.section-header .header-flexbox .flexbox-logo-wrapper {
  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-logo-wrapper .flexbox-logo img {
  height: 60px;
}
nav.section-header .header-flexbox .flexbox-logo-wrapper .flexbox-logo-additional {
  margin-left: 25px;
  height: 42px;
}
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-size: 15px;
  font-weight: 500;
  color: #444;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li a:hover {
  color: #E40069;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li a.active {
  font-weight: 800;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li a.active:hover {
  color: #444;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li + li {
  margin-left: 30px;
}
nav.section-header .header-flexbox .flexbox-menu {
  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-menu .divider {
  margin: 0 30px;
  height: 16px;
  width: 1px;
  background: #ddd;
}
nav.section-header .header-flexbox .flexbox-menu .menu-contact {
  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-menu .menu-contact li a {
  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-menu .menu-contact li a svg,
nav.section-header .header-flexbox .flexbox-menu .menu-contact li a img {
  height: 15px;
  width: 15px;
  fill: #E40069;
  margin-right: 10px;
}
nav.section-header .header-flexbox .flexbox-menu .menu-contact li a span {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 15px;
  font-weight: 500;
  color: #444;
}
nav.section-header .header-flexbox .flexbox-menu .menu-contact li a:hover span {
  color: #E40069;
}
nav.section-header .header-flexbox .flexbox-menu .menu-contact li + li {
  margin-left: 20px;
}
nav.section-header .header-flexbox .flexbox-menu .menu-social-media {
  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-menu .menu-social-media li a {
  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-menu .menu-social-media li a svg,
nav.section-header .header-flexbox .flexbox-menu .menu-social-media li a img {
  height: 24px;
  width: 24px;
}
nav.section-header .header-flexbox .flexbox-menu .menu-social-media li + li {
  margin-left: 7px;
}
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: #fff;
  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:hover {
  background: rgba(255, 255, 255, 0.95);
}
section.section-welcome .welcome-item {
  position: relative;
  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;
}
section.section-welcome .welcome-item .item-description {
  width: 45%;
  overflow: hidden;
  padding-left: 15px;
}
section.section-welcome .welcome-item .item-description h1,
section.section-welcome .welcome-item .item-description h2 {
  font-size: 80px;
  color: #444;
  font-weight: 600;
}
section.section-welcome .welcome-item .item-description p {
  margin-top: 30px;
  font-size: 32px;
  color: #444;
}
section.section-welcome .welcome-item .item-description .btn {
  margin-top: 30px;
}
section.section-welcome .welcome-item .item-background {
  width: 50%;
  padding-top: 45%;
  position: relative;
}
section.section-welcome .welcome-item .item-background img {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  border-radius: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
section.section-welcome .owl-carousel-welcome {
  position: relative;
}
section.section-welcome .owl-carousel-welcome .owl-dots {
  display: none;
}
section.section-welcome .owl-carousel-welcome .owl-nav {
  position: absolute !important;
  margin-top: 0;
  bottom: 0;
  left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.section-welcome .owl-carousel-welcome .owl-nav .owl-prev,
section.section-welcome .owl-carousel-welcome .owl-nav .owl-next {
  background-color: #E40069;
  background-image: url(../img/icons/right-arrow.svg);
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  display: block;
  height: 27px;
  width: 27px;
  outline: none;
  border-radius: 50%;
}
section.section-welcome .owl-carousel-welcome .owl-nav .owl-prev {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  margin-right: 5px;
}
.section-heading h1,
.section-heading h2,
.section-heading h3 {
  font-size: 60px;
  font-weight: 600;
  color: #444;
}
.section-heading p {
  font-size: 32px;
  color: #444;
}
.section-heading.small-description p {
  font-size: 25px;
}
.section-heading.heading-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-heading.heading-image img {
  height: 60px;
  margin-top: 8px;
  margin-left: 18px;
}
section.section-about {
  background: #eaf1f5;
  margin-top: 100px;
  padding: 100px 0;
}
section.section-about.no-background {
  padding: 0;
  background: none;
}
section.section-about .about-inner .inner-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.section-about .about-inner .inner-flexbox .flexbox-service {
  width: 17%;
  margin-top: 70px;
  padding: 0;
  background: none;
  text-align: center;
  border: none;
  outline: none;
  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;
}
section.section-about .about-inner .inner-flexbox .flexbox-service .service-icon {
  margin: 0 auto;
  height: 100px;
  width: 100px;
  background: #E40069;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.section-about .about-inner .inner-flexbox .flexbox-service .service-icon svg,
section.section-about .about-inner .inner-flexbox .flexbox-service .service-icon img {
  height: 45px;
  width: 45px;
  fill: #fff;
}
section.section-about .about-inner .inner-flexbox .flexbox-service .service-icon.size-2 svg,
section.section-about .about-inner .inner-flexbox .flexbox-service .service-icon.size-2 img {
  height: 52px;
  width: 52px;
}
section.section-about .about-inner .inner-flexbox .flexbox-service h3 {
  margin-top: 20px;
  color: #444;
  font-size: 21px;
  font-weight: 700;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
section.section-about .about-inner .inner-flexbox .flexbox-service p {
  margin-top: 20px;
  color: #444;
  font-size: 18px;
}
section.section-about .about-inner .inner-flexbox .flexbox-service:hover h3 {
  color: #E40069;
}
section.section-offer {
  margin-top: 100px;
}
section.section-offer .offer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.section-offer .offer-inner .inner-description {
  width: 45%;
  text-align: right;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
section.section-offer .offer-inner .inner-description p {
  margin-top: 30px;
}
section.section-offer .offer-inner .inner-sidebar {
  width: 45%;
  padding-top: 20px;
}
section.section-offer .offer-inner .inner-sidebar h3 {
  font-size: 21px;
  font-weight: 700;
  color: #444;
}
section.section-offer .offer-inner .inner-sidebar ul {
  margin-top: 40px;
}
section.section-offer .offer-inner .inner-sidebar ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.section-offer .offer-inner .inner-sidebar ul li img {
  height: 35px;
  border: 5px solid #ccc;
  border-radius: 50%;
  margin-right: 15px;
}
section.section-offer .offer-inner .inner-sidebar ul li span {
  font-size: 21px;
  font-weight: 700;
  color: #444;
}
section.section-offer .offer-inner .inner-sidebar ul li + li {
  margin-top: 20px;
}
section.section-offer .btn {
  margin-top: 70px;
}
section.section-pearson {
  margin-top: 150px;
}
section.section-pearson .pearson-inner {
  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;
}
section.section-pearson .pearson-inner .inner-description {
  width: 60%;
}
section.section-pearson .pearson-inner .inner-description p {
  width: 80%;
  margin-top: 30px;
  font-size: 25px;
}
section.section-pearson .pearson-inner .inner-description .btn {
  margin-top: 30px;
}
section.section-pearson .pearson-inner .inner-image {
  width: 40%;
  position: relative;
}
section.section-pearson .pearson-inner .inner-image .image-badge {
  position: absolute;
  bottom: -40px;
  left: -80px;
  display: inline-block;
  background: #0B5789;
  padding: 20px 70px 20px 50px;
  border-radius: 100px;
}
section.section-pearson .pearson-inner .inner-image .image-badge .badge-inner img {
  height: 60px;
}
section.section-pearson .pearson-inner .inner-image .image-badge .badge-inner span {
  display: block;
  font-size: 9px;
  font-weight: 600;
  color: #fff;
  margin-top: 8px;
  margin-left: 60px;
}
section.section-pearson .pearson-inner .inner-image img {
  width: 100%;
}
section.section-localization {
  margin-top: 150px;
}
section.section-localization .localization-inner {
  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;
}
section.section-localization .localization-inner .inner-image {
  width: 45%;
  text-align: center;
}
section.section-localization .localization-inner .inner-image img {
  width: 100%;
}
section.section-localization .localization-inner .inner-description {
  width: 45%;
}
section.section-localization .localization-inner .inner-description p {
  margin-top: 30px;
}
section.section-localization .localization-inner .inner-description .btn {
  margin-top: 30px;
}
section.section-opinions {
  margin-top: 150px;
}
section.section-opinions .opinions-inner {
  margin-top: 70px;
}
section.section-opinions .owl-carousel .opinion-item {
  width: 420px;
  text-align: center;
  -webkit-transform: scale(0.85);
      -ms-transform: scale(0.85);
          transform: scale(0.85);
  opacity: 0.6;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
section.section-opinions .owl-carousel .opinion-item .item-image {
  height: 130px;
  width: 130px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
section.section-opinions .owl-carousel .opinion-item .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.section-opinions .owl-carousel .opinion-item .item-footer {
  background: #eaf1f5;
  border-radius: 30px;
  padding: 70px 30px 30px 30px;
  margin-top: -65px;
}
section.section-opinions .owl-carousel .opinion-item .name {
  margin-top: 5px;
  font-size: 21px;
  font-weight: 700;
  color: #444;
}
section.section-opinions .owl-carousel .opinion-item .stars {
  margin-top: 7px;
  height: 10px;
}
section.section-opinions .owl-carousel .opinion-item .description {
  margin-top: 13px;
}
section.section-opinions .owl-carousel .opinion-item .description p {
  font-size: 14px;
  color: #444;
}
section.section-opinions .owl-carousel .owl-item.active.center .opinion-item {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
section.o-nas-section-content {
  margin-top: 90px;
}
section.o-nas-section-content .content-welcome {
  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;
}
section.o-nas-section-content .content-welcome .welcome-image {
  width: 40%;
  position: relative;
}
section.o-nas-section-content .content-welcome .welcome-image img {
  width: 100%;
}
section.o-nas-section-content .content-welcome .welcome-description {
  width: 50%;
}
section.o-nas-section-content .content-welcome .welcome-description p {
  width: 80%;
  margin-top: 30px;
  font-size: 18px;
}
section.o-nas-section-content .content-welcome .welcome-description .btn {
  margin-top: 30px;
}
section.o-nas-section-content .content-teachers {
  margin-top: 100px;
}
section.o-nas-section-content .content-teachers .teachers-inner {
  margin-top: 50px;
  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.o-nas-section-content .content-teachers .teachers-inner .inner-item {
  margin-top: 30px;
  border: none;
  outline: none;
  background: none;
  width: 23.5%;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
section.o-nas-section-content .content-teachers .teachers-inner .inner-item .item-background {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 65px);
  background: #eaf1f5;
  border-radius: 30px;
}
section.o-nas-section-content .content-teachers .teachers-inner .inner-item .item-header,
section.o-nas-section-content .content-teachers .teachers-inner .inner-item .item-footer {
  position: relative;
}
section.o-nas-section-content .content-teachers .teachers-inner .inner-item .item-footer {
  padding: 0 30px 30px 30px;
}
section.o-nas-section-content .content-teachers .teachers-inner .inner-item .item-image {
  height: 130px;
  width: 130px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
section.o-nas-section-content .content-teachers .teachers-inner .inner-item .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.o-nas-section-content .content-teachers .teachers-inner .inner-item .name {
  margin-top: 5px;
  font-size: 21px;
  font-weight: 700;
  color: #444;
}
section.o-nas-section-content .content-teachers .teachers-inner .inner-item .job {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 700;
  color: #E40069;
}
section.o-nas-section-content .content-teachers .teachers-inner .inner-item .btn {
  margin-top: 20px;
}
section.o-nas-section-content .content-teachers .teachers-inner .inner-item.item-hidden {
  margin: 0;
  padding: 0;
  visibility: hidden;
  opacity: 0;
}
.content-2-text {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-2-text .text-service {
  width: 46%;
}
.content-photo-text {
  margin-top: 100px;
  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;
}
.content-photo-text .photo-text-service {
  width: 46%;
}
.content-photo-text .photo-text-service img {
  max-height: 500px;
  max-width: 100%;
  border-radius: 20px;
}
.content-3-text {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-3-text .text-service {
  width: 28%;
}
section.oferta-section-content {
  margin-top: 90px;
}
section.oferta-section-content .content-welcome {
  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;
}
section.oferta-section-content .content-welcome .welcome-image {
  width: 40%;
  position: relative;
}
section.oferta-section-content .content-welcome .welcome-image img {
  width: 100%;
}
section.oferta-section-content .content-welcome .welcome-description {
  width: 50%;
}
section.oferta-section-content .content-welcome .welcome-description ul {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.oferta-section-content .content-welcome .welcome-description ul li {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.oferta-section-content .content-welcome .welcome-description ul li:not(:last-child) {
  margin-right: 20px;
}
section.oferta-section-content .content-welcome .welcome-description ul li img {
  height: 35px;
  border: 5px solid #ccc;
  border-radius: 50%;
  margin-right: 15px;
}
section.oferta-section-content .content-welcome .welcome-description ul li span {
  font-size: 21px;
  font-weight: 700;
  color: #444;
}
section.oferta-section-content .content-welcome .welcome-description p {
  width: 80%;
  margin-top: 30px;
  font-size: 18px;
}
section.oferta-section-content .content-welcome .welcome-description .btn {
  margin-top: 30px;
}
section.oferta-section-content .content-offer {
  margin-top: 100px;
  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;
}
section.oferta-section-content .content-offer .offer-image {
  width: 30%;
  position: relative;
}
section.oferta-section-content .content-offer .offer-image img {
  width: 100%;
}
section.oferta-section-content .content-offer .offer-description {
  width: 60%;
}
section.oferta-section-content .content-offer .offer-description h3 {
  margin-top: 8px;
  font-size: 25px;
  font-weight: 700;
  color: #E40069;
}
section.oferta-section-content .content-offer .offer-description ul {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.oferta-section-content .content-offer .offer-description ul li {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.oferta-section-content .content-offer .offer-description ul li:not(:last-child) {
  margin-right: 20px;
}
section.oferta-section-content .content-offer .offer-description ul li img {
  height: 35px;
  border: 5px solid #ccc;
  border-radius: 50%;
  margin-right: 15px;
}
section.oferta-section-content .content-offer .offer-description ul li span {
  font-size: 21px;
  font-weight: 700;
  color: #444;
}
section.oferta-section-content .content-offer .offer-description p {
  width: 80%;
  margin-top: 30px;
  font-size: 18px;
}
section.oferta-section-content .content-offer .offer-description .btn {
  margin-top: 30px;
}
section.oferta-section-content .content-pricing {
  margin-top: 100px;
}
section.oferta-section-content .content-pricing .nav-tabs {
  margin-top: 50px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.oferta-section-content .content-pricing .nav-tabs .nav-item .nav-link {
  border: none;
  font-size: 14px;
  color: #E40069;
  background: none;
  outline: none;
  font-weight: 700;
  padding: 18px 35px;
  border-radius: 50px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
section.oferta-section-content .content-pricing .nav-tabs .nav-item .nav-link.active {
  color: #fff;
  background: #E40069;
}
section.oferta-section-content .content-pricing .tab-content {
  margin-top: 50px;
}
section.oferta-section-content .content-pricing .tab-content .table-v1 table tr:nth-child(1) td {
  background: #eaf1f5;
}
section.oferta-section-content .content-pricing .tab-content .table-v1 table tr:nth-child(1) td:last-child {
  border-bottom-right-radius: 0;
}
section.oferta-section-content .content-pricing .tab-content .table-v1 table tr:nth-child(2) td {
  background: #eaf1f5;
}
section.oferta-section-content .content-pricing .tab-content .table-v1 table tr:nth-child(2) td:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
section.oferta-section-content .content-pricing .tab-content .table-v1 table tr:nth-child(2) td:last-child {
  border-top-right-radius: 0;
}
section.oferta-section-content .content-pricing .tab-content .table-v2 table tr:nth-child(1) td {
  background: #eaf1f5;
}
section.blog-section-content {
  padding-top: 80px;
}
section.wpis-section-content {
  padding-top: 80px;
}
section.wpis-section-content .backlink-wrapper {
  position: relative;
}
section.wpis-section-content .backlink-wrapper .backlink {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
section.wpis-section-content .backlink-wrapper .backlink .backlink-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.wpis-section-content .backlink-wrapper .backlink .backlink-inner .inner-icon {
  background-color: #E40069;
  background-image: url(../img/icons/right-arrow.svg);
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  display: block;
  height: 27px;
  width: 27px;
  outline: none;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  border-radius: 50%;
  margin-right: 10px;
}
section.wpis-section-content .backlink-wrapper .backlink .backlink-inner span {
  font-size: 14px;
  font-weight: 700;
  color: #444;
}
section.wpis-section-content .content-inner {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
section.wpis-section-content .content-inner .inner-main-image {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
section.wpis-section-content .content-inner .inner-main-image img {
  width: 100%;
}
section.wpis-section-content .content-inner .inner-gallery {
  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.wpis-section-content .content-inner .inner-gallery .gallery-service {
  margin-top: calc(4% / 3);
  display: block;
  width: 24%;
  padding-top: 20%;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
section.wpis-section-content .content-inner .inner-gallery .gallery-service img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
section.wpis-section-content .content-inner .inner-gallery .gallery-service.service-hidden {
  margin-top: 0;
  padding-top: 0;
  opacity: 0;
  visibility: hidden;
}
section.wpis-section-content .content-inner .inner-gallery.gallery-collapsed {
  margin-top: 0;
  padding-top: 0;
}
section.wpis-section-content .content-inner .btn-gallery-more {
  margin-top: 30px;
}
section.wpis-section-content .content-inner .btn-gallery-more.hidden {
  display: none;
}
section.wpis-section-content .content-inner .inner-info {
  margin-top: 30px;
  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;
}
section.wpis-section-content .content-inner .inner-info p {
  font-size: 14px;
  font-weight: 700;
  color: #444;
}
section.wpis-section-content .content-inner .inner-info p:first-child {
  color: #E40069;
}
section.wpis-section-content .content-inner h1 {
  margin-top: 30px;
  font-size: 45px;
  color: #444;
  font-weight: 600;
}
section.wpis-section-content .content-inner .inner-description {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #D9D9D9;
}
section.wpis-section-content .content-download {
  margin-top: 80px;
}
section.wpis-section-content .content-download .download-list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.wpis-section-content .content-download .download-list li {
  margin: 10px;
}
section.wpis-section-content .content-download .download-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eaf1f5;
  border-radius: 14px;
  padding-right: 18px;
}
section.wpis-section-content .content-download .download-list li a .icon {
  min-width: 45px;
  max-width: 45px;
  height: 45px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #E40069;
  margin-right: 10px;
}
section.wpis-section-content .content-download .download-list li a .icon svg {
  height: 22px;
  width: 22px;
  fill: #fff;
}
section.wpis-section-content .content-download .download-list li a span {
  font-size: 14px;
  font-weight: 700;
  color: #444;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
section.wpis-section-content .content-download .download-list li a:hover span {
  color: #E40069;
}
section.certyfikaty-section-content {
  margin-top: 90px;
}
section.certyfikaty-section-content .content-welcome {
  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;
}
section.certyfikaty-section-content .content-welcome .welcome-badge {
  background: #0B5789;
  padding: 30px 90px 30px 70px;
  border-radius: 150px;
}
section.certyfikaty-section-content .content-welcome .welcome-badge .badge-inner img {
  height: 85px;
}
section.certyfikaty-section-content .content-welcome .welcome-badge .badge-inner span {
  display: block;
  font-size: 9px;
  font-weight: 600;
  color: #fff;
  margin-top: 8px;
  margin-left: 60px;
}
section.certyfikaty-section-content .content-welcome .welcome-description {
  margin-left: 150px;
}
section.certyfikaty-section-content .content-welcome .welcome-description h3 {
  margin-top: 19px;
  font-size: 25px;
  font-weight: 700;
  color: #E40069;
}
section.certyfikaty-section-content .content-welcome .welcome-description p {
  width: 80%;
  margin-top: 30px;
  font-size: 18px;
}
section.certyfikaty-section-content .content-welcome .welcome-description .btn {
  margin-top: 30px;
}
section.certyfikaty-section-content .content-faq {
  margin-top: 100px;
}
section.certyfikaty-section-content .content-certificate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.certyfikaty-section-content .content-certificate .certificate-image img {
  height: 150px;
}
section.faq-section-content {
  margin-top: 100px;
}
section.faq-section-content .content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.faq-section-content .content-inner .section-heading p {
  margin-top: 30px;
}
section.faq-section-content .content-inner .inner-description {
  min-width: 800px;
  max-width: 800px;
}
section.faq-section-content .content-inner .inner-description .accordion {
  margin-top: 70px;
}
section.faq-section-content .content-inner .inner-image {
  width: 100%;
  margin-left: 70px;
}
section.faq-section-content .content-inner .inner-image img {
  width: 100%;
}
section.kontakt-section-content {
  margin-top: 80px;
}
section.kontakt-section-content .content-contact ul {
  margin-top: 65px;
  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.kontakt-section-content .content-contact ul li {
  margin: 10px 20px;
}
section.kontakt-section-content .content-contact ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.kontakt-section-content .content-contact ul li a svg,
section.kontakt-section-content .content-contact ul li a img {
  height: 25px;
  width: 25px;
  fill: #E40069;
  margin-right: 15px;
}
section.kontakt-section-content .content-contact ul li a span {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 22px;
  font-weight: 500;
  color: #444;
}
section.kontakt-section-content .content-contact ul li a:hover span {
  color: #E40069;
}
section.kontakt-section-content .content-localizations {
  padding-top: 100px;
}
section.kontakt-section-content .content-localizations .localizations-inner {
  margin-top: 40px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.kontakt-section-content .content-localizations .localizations-inner .inner-service {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.kontakt-section-content .content-localizations .localizations-inner .inner-service .service-map {
  min-width: 200px;
  max-width: 200px;
  height: 200px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
section.kontakt-section-content .content-localizations .localizations-inner .inner-service .service-map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
}
section.kontakt-section-content .content-localizations .localizations-inner .inner-service .service-address {
  min-width: 200px;
  max-width: 200px;
  padding-left: 20px;
}
section.kontakt-section-content .content-localizations .localizations-inner .inner-service .service-address .address-street {
  font-size: 16px;
  font-weight: 700;
  color: #444;
}
section.kontakt-section-content .content-localizations .localizations-inner .inner-service .service-address .address-info {
  font-size: 13px;
  font-weight: 300;
  color: #444;
}
section.kontakt-section-content .content-localizations .localizations-inner .inner-service .service-address .btn {
  margin-top: 20px;
}
section.kontakt-section-content .content-localizations .localizations-inner .inner-service.service-hidden {
  margin: 0;
  padding: 0;
  visibility: hidden;
  opacity: 0;
}
section.kontakt-section-content .content-localizations .localizations-inner .inner-service.service-hidden .service-map {
  height: 0;
}
section.kontakt-section-content .content-form {
  margin-top: 100px;
}
section.kontakt-section-content .content-form .form-inner {
  margin: 40px auto 0 auto;
  max-width: 600px;
}
section.kontakt-section-content .content-form .form-inner .btn {
  margin-top: 40px;
}
section.form-section-content {
  margin-top: 100px;
}
section.form-section-content .content-form .form-inner {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.form-section-content .content-form .form-inner .inner-service .btn {
  margin-top: 40px;
}
section.form-section-content .content-form .form-inner .inner-contact {
  margin: 47px 100px 0 100px;
}
section.form-section-content .content-form .form-inner .inner-contact ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.form-section-content .content-form .form-inner .inner-contact ul li a svg,
section.form-section-content .content-form .form-inner .inner-contact ul li a img {
  height: 25px;
  width: 25px;
  fill: #E40069;
  margin-right: 15px;
}
section.form-section-content .content-form .form-inner .inner-contact ul li a span {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 22px;
  font-weight: 500;
  color: #444;
}
section.form-section-content .content-form .form-inner .inner-contact ul li a:hover span {
  color: #E40069;
}
section.form-section-content .content-form .form-inner .inner-contact ul li + li {
  margin-top: 15px;
}
section.form-section-content .content-form .form-inner .inner-image {
  margin-top: 47px;
}
section.form-section-content .content-form .form-inner .inner-image img {
  width: 250px;
}
section.section-footer {
  margin-top: 125px;
}
section.section-footer .footer-inner {
  padding: 100px 0;
  background: #eaf1f5;
}
section.section-footer .footer-inner .inner-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service .heading {
  font-size: 21px;
  font-weight: 700;
  color: #444;
  margin-bottom: 28px;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service .heading img {
  height: 20px;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service p {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 500;
  color: #444;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service .service-list li a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 16px;
  color: #444;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service .service-list li a:hover {
  color: #E40069;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service .service-list li + li {
  margin-top: 9px;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service .service-contact li a {
  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-flexbox .flexbox-service .service-contact li a svg,
section.section-footer .footer-inner .inner-flexbox .flexbox-service .service-contact li a img {
  height: 15px;
  width: 15px;
  fill: #E40069;
  margin-right: 10px;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service .service-contact li a span {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 15px;
  font-weight: 500;
  color: #444;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service .service-contact li a:hover span {
  color: #E40069;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service .service-contact li + li {
  margin-top: 5px;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service .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-flexbox .flexbox-service .service-social-media li a svg,
section.section-footer .footer-inner .inner-flexbox .flexbox-service .service-social-media li a img {
  height: 24px;
  width: 24px;
}
section.section-footer .footer-inner .inner-flexbox .flexbox-service .service-social-media li + li {
  margin-left: 7px;
}
section.section-footer .footer-credits {
  background: #E40069;
  padding: 20px;
}
section.section-footer .footer-credits p {
  font-size: 12px;
  color: #fff;
}
section.section-footer .footer-credits p a {
  color: inherit;
}
@media (max-width: 767.98px) {
  nav.section-header .header-flexbox .nav-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -10px;
  }
  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.active {
    opacity: 1;
    visibility: visible;
  }
}

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