.logo.logo-pwiic {
  display: block;
  background-image: url(https://pwiic.xyz/img/logo_pwiic.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 105px 41px;
  font-size: 0 !important;
  font-family: 'Kitten Swash', 'Arial', 'Helvetica', sans-serif !important;
  line-height: 1.2 !important;
  height: 60px;
  width: 105px;
  margin: 0;
  padding: 0;
  z-index: 1;
}
.topmenu {
  background-color: #FFFFFF;
  position: sticky;
  top: 0;
  text-align: left !important;
  transition: all 0.2s 0s linear;
  height: auto;
  z-index: 100;
}
.topmenu .logo {
  display: inline-block;
  vertical-align: top;
  padding: 0 !important;
}
.topmenu .logo .logo-image {
  display: block;
  background-image: url(https://pwiic.xyz/img/logo_pwiic.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 105px 41px;
  font-size: 0 !important;
  font-family: 'Kitten Swash', 'Arial', 'Helvetica', sans-serif !important;
  line-height: 1.2 !important;
  height: 60px;
  width: 105px;
  margin: 0;
  padding: 0;
  z-index: 1;
}
.topmenu .link-positive,
.topmenu .link-negative,
.topmenu .link-language {
  display: inline-block;
  border: 1px solid #cbcbcb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #3e3f40 !important;
  font-family: 'Montserrat', 'Arial', 'Helvetica', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.topmenu .link-positive,
.topmenu .link-negative {
  -webkit-border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  line-height: 1.2;
  padding: 8px 17px 8px 17px !important;
}
.topmenu .link-positive {
  background-color: #fb1d56;
  border-color: #fb1d56;
  color: #fff !important;
}
.topmenu .link-positive:hover {
  background-color: transparent;
  border-color: #fb1d56;
  color: #fb1d56 !important;
}
.topmenu .link-negative {
  border-color: #fb1d56;
  color: #fb1d56 !important;
}
.topmenu .link-negative:hover {
  background-color: #fb1d56;
  border-color: #fb1d56;
  color: #fff !important;
}
.topmenu .link-language {
  border-radius: 5px;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 24px;
  padding: 4.4px 8px;
}
.topmenu .link-language:hover {
  cursor: pointer;
}
.topmenu .link-language img {
  width: 24px;
  height: 24px;
}
.topmenu .navigation {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.topmenu .navigation .nav-item {
  display: inline-block;
}
.topmenu .hamburger {
  position: absolute;
  top: 0;
  right: 0;
  outline: none;
  padding-right: calc(var(--bs-gutter-x) / 2);
}
.topmenu .hamburger:not(.is-active) + .navigation {
  display: none;
}
@media screen and (min-width: 992px) {
  .topmenu .navigation {
    display: inline-block !important;
  }
}
.topmenu .link_menu {
  float: right;
  display: block;
}
.topmenu .link_menu ul {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  line-height: 1;
  list-style: none;
}
.topmenu .link_menu ul li {
  color: #707070;
  display: inline-block;
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  .topmenu .link_menu {
    float: none;
    width: 100% !important;
    height: 100%;
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .topmenu .link_menu ul {
    position: absolute;
    top: 100%;
    left: -15px;
    transform: translate3d(0, -100%, 0);
    transition: transform 0.2s 0s ease-in;
    background-color: white;
    z-index: -1;
    margin: -2px 0px 0;
    padding: 0;
    width: calc(100% + 30px);
  }
}
.topmenu .link_menu .hamburger.is-active + ul {
  display: none;
}
.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 0px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
  height: 60px;
}
.hamburger.is-active:hover,
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: grey;
}
.hamburger-box {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 20px;
}
.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 100%;
  height: 2px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: grey;
}
.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: "";
}
.hamburger-inner:before {
  top: -7px;
}
.hamburger-inner:after {
  bottom: -7px;
}
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}
.hamburger--collapse .hamburger-inner:after {
  top: -15px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}
.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(-90deg);
}
@media screen and (min-width: 992px) {
  .hamburger {
    display: none;
  }
}
footer .footerContainer {
  background-color: hsl(0, 0%, 24%);
  padding: 0 0 45px 0;
  color: #FFFFFF;
}
footer .footerContainer .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
footer .footerContainer li,
footer .footerContainer a {
  color: #FFFFFF;
}
footer .footerContainer h2:not(.logo) {
  font-size: 16px;
  color: #FFFFFF;
  font-family: 'Montserrat', 'Arial', 'Helvetica', sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 1199.98px) {
  footer .footerContainer h2:not(.logo) {
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  footer .footerContainer h2:not(.logo) {
    margin-bottom: 41px;
  }
}
@media screen and (max-width: 1199.98px) {
  footer .footerContainer .partners .row {
    justify-content: center;
  }
}
footer .footerContainer .partners .row span,
footer .footerContainer .partners .row a {
  display: inline;
}
@media screen and (max-width: 1199.98px) {
  footer .footerContainer .partners {
    order: 999;
  }
}
footer .footerContainer .partners img {
  height: 35px;
  margin: 17px;
  width: auto;
}
footer .footerContainer .titleContent {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
footer .footerContainer .titleContent h2.logo {
  background-image: url(https://pwiic.xyz/img/logo_pwiic.svg);
  filter: invert(1) grayscale(1) brightness(10);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 105px 41px;
  height: 60px;
  width: 105px;
  margin-right: 30px;
  padding: 0;
  line-height: 1.2 !important;
  font-size: 0 !important;
  font-family: 'Kitten Swash', 'Arial', 'Helvetica', sans-serif !important;
}
footer .footerContainer .titleContent .slogan {
  font-family: 'Times New Roman', Times, serif;
  font-weight: 500;
  font-style: italic;
  font-size: 16px;
  color: white;
}
@media screen and (max-width: 1199.98px) {
  footer .footerContainer > div ul li {
    text-align: center;
  }
}
@media screen and (max-width: 1199.98px) {
  footer .footerContainer .follow ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
footer .footerContainer .follow ul li {
  float: left;
  padding-right: 19px;
}
footer .footerContainer .follow ul li:last-child {
  padding-right: 0;
}
footer .footerContainer ul li {
  margin-bottom: 20px;
}
footer .copyright {
  background-color: #313131;
  color: #F5F5F5;
  padding: 25px 0;
  font-family: 'Montserrat', 'Arial', 'Helvetica', sans-serif;
  font-size: 14px;
}
footer .copyright .row {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  footer .copyright .row {
    flex-direction: row;
    justify-content: space-between;
  }
}
footer .copyright .row div {
  width: auto;
}
@media screen and (max-width: 1199.98px) {
  footer .copyright .row div {
    margin: 8px 0;
  }
}
footer .copyright .row div span {
  color: #F5F5F5;
}
footer .copyright .row div a {
  color: #F5F5F5;
  text-decoration: underline;
}
footer .copyright a {
  color: #F5F5F5;
  text-decoration: underline;
}
footer {
  background-color: hsl(0, 0%, 24%);
  color: #FFFFFF;
}
footer h2:not(.logo) {
  color: #FFFFFF;
  font-family: 'Montserrat', 'Arial', 'Helvetica', sans-serif;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 1199.98px) {
  footer h2:not(.logo) {
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  footer h2:not(.logo) {
    margin-bottom: 41px;
  }
}
footer li,
footer a {
  color: #FFFFFF;
}
footer .links {
  padding: 20px 0 20px 0;
}
footer .links .footer-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
footer .links .footer-title h2.logo {
  background-image: url(https://pwiic.xyz/img/logo_pwiic.svg);
  filter: invert(1) grayscale(1) brightness(10);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 105px 41px;
  height: 60px;
  width: 105px;
  margin-right: 30px;
  padding: 0;
  line-height: 1.2 !important;
  font-size: 0 !important;
  font-family: 'Kitten Swash', 'Arial', 'Helvetica', sans-serif !important;
}
footer .links .footer-title .slogan {
  font-family: 'Times New Roman', Times, serif;
  font-weight: 500;
  font-style: italic;
  font-size: 16px;
  color: white;
}
@media screen and (max-width: 1199.98px) {
  footer .links > div ul li {
    text-align: center;
  }
}
@media screen and (max-width: 1199.98px) {
  footer .links .follow ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
footer .links .follow ul li {
  float: left;
  padding-right: 19px;
}
footer .links .follow ul li:last-child {
  padding-right: 0;
}
footer .links ul li {
  margin-bottom: 20px;
}
footer .partners {
  padding: 20px 0 20px 0;
  overflow: hidden;
}
footer .partners img {
  height: 50px;
  margin: 17px;
  width: auto;
}
footer .copyright {
  background-color: #313131;
  color: #F5F5F5;
  font-family: 'Montserrat', 'Arial', 'Helvetica', sans-serif;
  font-size: 14px;
  padding: 25px 0;
}
footer .copyright .row {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  footer .copyright .row {
    flex-direction: row;
    justify-content: space-between;
  }
}
footer .copyright .row div {
  width: auto;
}
@media screen and (max-width: 1199.98px) {
  footer .copyright .row div {
    margin: 8px 0;
  }
}
footer .copyright .row div span {
  color: #F5F5F5;
}
footer .copyright .row div a {
  color: #F5F5F5;
  text-decoration: underline;
}
footer .copyright a {
  color: #F5F5F5;
  text-decoration: underline;
}
h1,
h2,
h3 {
  font-family: 'Montserrat', 'Arial', 'Helvetica', sans-serif;
  font-weight: bolder;
}
h1 {
  color: #ffffff;
  font-size: 40px;
  text-shadow: #000000 1px 1px 2px;
}
h2 {
  color: #fb1d56;
  font-size: 30px;
  text-transform: uppercase;
}
h3 {
  color: #fb1d56;
  font-size: 28px;
}
@media (min-width: 576px) {
  h1 {
    color: #ffffff;
    font-size: 48px;
  }
}
a {
  text-decoration: none;
}
.btn .fa-spin {
  display: none;
}
.btn:disabled .fa-spin {
  display: inline-block;
}
.btn.btn-primary {
  background-color: #fb1d56;
  border-color: #fb1d56;
  color: #ffffff;
}
.btn.btn-primary:hover {
  background-color: #fc3f6f;
  border-color: #fb3467;
  color: #ffffff;
}
.btn.btn-primary:focus {
  background-color: #fc3f6f !important;
  border-color: #fb3467 !important;
  box-shadow: #d51949 !important;
  color: #ffffff !important;
}
.btn.btn-primary:active {
  background-color: #fc4a78;
  border-color: #fb3467;
  color: #ffffff;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.btn-primary:disabled {
  background-color: #fb1d56;
  border-color: #fb1d56;
  color: #ffffff;
}
.hero {
  background-image: url('https://pwiic.xyz/img/sharingtools/backgroundd.webp');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  width: 100%;
  height: 600px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.hero .hero-body {
  text-align: center;
}
.hero .hero-body .hero-logo {
  width: 250px;
}
.hero .hero-body .hero-text {
  color: #ffffff;
  text-shadow: #000000 1px 1px 2px;
}
@media (min-width: 370px) {
  .hero .hero-logo {
    width: 350px;
  }
}
@media (min-width: 576px) {
  .hero {
    height: 800px;
  }
}
@media (min-width: 992px) {
  .hero {
    background-image: url('https://pwiic.xyz/img/sharingtools/background.webp');
    background-position: center center;
  }
}
.how {
  font-size: 0;
  padding: 30px 0 40px;
}
.how .how-header {
  text-align: center;
  width: 100%;
  margin-bottom: 3rem;
}
.how .how-header h2 {
  font-family: 'Montserrat', 'Arial', 'Helvetica', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  color: #ff0051;
  text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
  .how .how-header h2 {
    font-size: 30px;
  }
}
.how .how-items {
  text-align: center;
  width: 100%;
}
.how .how-items .how-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .how .how-items .how-item {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .how .how-items .how-item {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
.how .how-items .how-item .how-icon {
  display: inline-block;
  background-color: #e61857;
  border-radius: 100%;
  width: 64px;
  height: 64px;
  margin-bottom: 10px;
}
.how .how-items .how-item .how-icon.p10 {
  padding: 10px;
}
.how .how-items .how-item .how-icon picture img {
  width: 100%;
  height: 100%;
}
.how .how-items .how-item .how-text {
  color: #333;
  font-size: 14px;
  text-align: center;
  line-height: 1.42857143;
  margin: 0 0 10px;
}
.how .how-buttons {
  margin-bottom: 25px;
}
.how .how-image {
  position: relative;
}
.how .how-image img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}
.how .how-image:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: -15px;
  width: 100%;
  height: 100%;
  background-color: #e6e6e6;
  z-index: 0;
}
.benefits {
  background-color: #ffffff;
}
.benefits .benefit {
  padding: 20px 10px 20px 10px;
}
.benefits .benefit .benefit-icon {
  display: block;
  color: #000000;
  text-align: center;
  margin-bottom: 15px;
}
.benefits .benefit .benefit-icon img {
  color: #ffffff;
  fill: #000000;
  width: 100px;
}
.benefits .benefit .benefit-title {
  display: block;
  text-align: center;
  margin-bottom: 15px;
}
.benefits .benefit .benefit-info {
  display: block;
  color: #000000;
  font-size: 18px;
  text-align: center;
}
.why .why-header {
  margin: 35px 0 25px 0;
}
.why .why-header .why-title {
  text-align: center;
}
.why .why-image {
  text-align: center;
}
.why .why-image img {
  max-width: 250px;
}
.why .why-item {
  padding: 20px 10px 20px 10px;
}
.why .why-item .why-icon {
  display: block;
  text-align: center;
  margin-bottom: 15px;
}
.why .why-item .why-icon img {
  --svg-icon-color: #fb1d56;
  color: #ffffff;
  width: 100px;
}
.why .why-item .why-title {
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 80px;
}
.why .why-item .why-text {
  display: inline-block;
  color: #3d3d3d;
  font-size: 18px;
  text-align: center;
  width: 100%;
  margin-top: 10px;
}
.why .why-motto {
  font-size: 30px;
  font-weight: bolder;
  margin: 50px 20px 50px 20px;
}
.grid {
  font-size: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
}
.grid .grid-cell {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
}
.grid .grid-cell:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.grid .grid-cell .grid-content {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 10px;
}
@media (min-width: 576px) {
  .grid .grid-cell {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .grid .grid-cell {
    width: 25%;
  }
}
@media (min-width: 1400px) {
  .grid .grid-cell {
    width: 20%;
  }
}
.populars .populars-title {
  text-align: center;
  margin: 35px 0 25px 0;
}
.populars .popular {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.populars .popular .popular-title {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(251, 29, 86, 0.7);
  color: #ffffff;
  font-size: 18px;
  font-weight: bolder;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 20px 10px 20px;
}
.popup-wrapper {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(39, 40, 40, 0.7);
  text-align: center;
  z-index: 900;
  cursor: pointer;
}
.popup-wrapper .popup {
  display: block;
  position: fixed;
  top: 40px;
  left: 50%;
  background-color: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  color: #707070;
  font-family: 'Montserrat', 'Arial', 'Helvetica', sans-serif;
  font-size: 14px;
  text-align: left;
  transform: translate3d(-50%, 0, 0);
  width: 300px;
  padding: 15px;
  cursor: default;
  z-index: 901;
}
.popup-wrapper .popup .popup-header .popup-close {
  display: block;
  font-weight: 600;
  font-size: 18px;
  text-align: right;
  color: rgba(39, 40, 40, 0.5);
}
.popup-wrapper .popup .popup-header .popup-close .popup-btn-close:hover,
.popup-wrapper .popup .popup-header .popup-close .popup-btn-close:focus,
.popup-wrapper .popup .popup-header .popup-close .popup-btn-close:active {
  color: #FB1D56;
  cursor: pointer;
}
.popup-wrapper .popup .popup-header .popup-title {
  font-weight: 600;
  text-align: left;
  padding-bottom: 17px;
  color: #3E3F40;
  font-size: 17px !important;
}
ul.popup-languages {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.popup-languages li.popup-language {
  margin: 0;
  padding: 5px 0 5px 0;
}
.popup-languages .popup-language {
  color: #FB1D56;
  font-weight: 700;
  margin-bottom: 5px;
  cursor: default;
}
.popup-languages .popup-language img {
  vertical-align: middle;
}
.popup-languages .popup-language button {
  background: transparent;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
}
.popup-languages .popup-language button,
.popup-languages .popup-language a {
  color: #707070;
  font-weight: 400;
}
.popup-languages .popup-language button:hover,
.popup-languages .popup-language a:hover,
.popup-languages .popup-language button:focus,
.popup-languages .popup-language a:focus,
.popup-languages .popup-language button:active,
.popup-languages .popup-language a:active {
  color: #FB1D56;
  text-decoration: none;
  cursor: pointer;
}
