.s19-lp .container--bggrey {
  background-color: #ededed
}

.s19-lp .container {
  width: 100%
}

.s19-lp .container--bggrey {
  background-color: #ededed
}

.s19-lp .container__wrapper {
  padding: 0 0;
  position: relative
}

@media screen and (min-width: 768px) {
  .s19-lp .container__wrapper {
    padding: 0 20px
  }
}

@media screen and (min-width: 1200px) {
  .s19-lp .container__wrapper {
    padding: 0 0;
    max-width: 1140px;
    margin: 0 auto
  }
}

.s19-lp .footer {
  font-size: 1.8rem;
  margin-bottom: 50px;
  padding-top: 20px
}

@media screen and (min-width: 768px) {
  .s19-lp .footer {
    font-size: 1.6rem
  }
}

.s19-lp .footer__social {
  margin-top: 10px;
  margin-bottom: 0;
  list-style: none
}

.s19-lp .footer__social li {
  display: inline-block
}

.s19-lp .footer__social a {
  display: inline-block;
  text-decoration: none
}

.s19-lp .footer__social img {
  width: 3.8rem
}

.s19-lp .footer__social--rborder:after {
  content: '';
  border-right: solid 1px #c1bdba;
  height: 2.2em;
  vertical-align: top;
  display: inline-block;
  margin-left: .8rem;
  margin-right: .3rem;
  margin-top: .1em
}

.s19-lp .footer__cookies {
  padding-top: 1.8rem
}

.s19-lp .footer__cookies p {
  margin: 0 0 10px 0;
  font-size: inherit
}

.s19-lp .footer__cookies a {
  -webkit-transition: color .3s;
  transition: color .3s;
  text-decoration: none
}

.s19-lp .footer__cookies a, .s19-lp .footer__cookies a:link, .s19-lp .footer__cookies a:visited {
  color: #e2007a
}

.s19-lp .footer__cookies a:hover {
  color: #aa036c
}

.s19-lp .footer__certificate {
  padding-right: 50px;
  text-align: left
}

.s19-lp .footer__copy {
  position: absolute;
  left: 1rem;
  color: #858585
}

@media screen and (min-width: 768px) {
  .s19-lp .footer {
    padding-top: 2rem
  }

  .s19-lp .footer__certificate {
    text-align: right
  }

  .s19-lp .footer__certificate--left {
    text-align: left
  }

  .s19-lp .footer__copy {
    left: 3rem
  }

  .s19-lp .footer__cookies p {
    display: block
  }
}

@media screen and (min-width: 992px) {
  .s19-lp .footer {
    font-size: 1.6rem
  }

  .s19-lp .footer__cookies {
    font-size: 1.4rem;
    padding-top: 20px
  }

  .s19-lp .footer__copy {
    font-size: 1.4rem
  }
}

@media screen and (min-width: 1200px) {
  .s19-lp .footer__copy {
    left: 1.5rem
  }

  .s19-lp .footer__cookies {
    padding-top: 28px
  }
}

.s19-lp .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start
}

.s19-lp .col-xs-12 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0.5rem 1rem
}

@media screen and (min-width: 768px) {
  .s19-lp .col-xs-12 {
    padding: 0.7rem 1rem
  }
}

@media screen and (min-width: 1200px) {
  .s19-lp .col-xs-12 {
    padding: 1.5rem 1.5rem
  }
}

@media screen and (min-width: 768px) {
  .s19-lp .col-sm-6 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: .7rem 1rem
  }
}

@media screen and (min-width: 768px) and (min-width: 1200px) {
  .s19-lp .col-sm-6 {
    padding: 1.5rem 1.5rem
  }
}

@media screen and (min-width: 768px) {
  .s19-lp .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
  }

  .s19-lp .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

@media screen and (min-width: 992px) {
  .s19-lp .col-md-2, .s19-lp .col-md-3, .s19-lp .col-md-7 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: .7rem 1rem
  }
}

@media screen and (min-width: 992px) and (min-width: 1200px) {
  .s19-lp .col-md-2, .s19-lp .col-md-3, .s19-lp .col-md-7 {
    padding: 1.5rem 1.5rem
  }
}

@media screen and (min-width: 992px) {
  .s19-lp .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%
  }

  .s19-lp .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
  }

  .s19-lp .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%
  }

  .s19-lp .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

@media screen and (min-width: 1200px) {
  .s19-lp .col-lg-2, .s19-lp .col-lg-3, .s19-lp .col-lg-7 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 1.5rem 1.5rem
  }

  .s19-lp .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%
  }

  .s19-lp .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
  }

  .s19-lp .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%
  }

  .s19-lp .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

.s19-lp .sc-richtext {
  display: inline-block
}

.s19-lp div:not([class]), .s19-lp div[class=""], .s19-lp p:not([class]), .s19-lp p[class=""], .s19-lp ul:not([class]), .s19-lp ul[class=""], .s19-lp .sc-richtext p:not([class]), .s19-lp .sc-richtext p[class=""], .s19-lp .sc-richtext p {
  font-size: 1.4rem
}

@media screen and (min-width: 1200px) {
  .s19-lp div:not([class]), .s19-lp div[class=""], .s19-lp p:not([class]), .s19-lp p[class=""], .s19-lp ul:not([class]), .s19-lp ul[class=""], .s19-lp .sc-richtext p:not([class]), .s19-lp .sc-richtext p[class=""], .s19-lp .sc-richtext p {
    font-size: 1.6rem
  }
}

@font-face {
  font-family: "Titillium Web";
  src: url(../fonts/titillium-semibold.woff);
  font-weight: 600
}

@font-face {
  font-family: "Titillium Web";
  src: url(../fonts/titillium-regular.woff)
}

.s19-font-30-48 {
  font-size: 30px;
  line-height: 45px;
  font-weight: 600
}

@media (min-width: 1025px) {
  .s19-font-30-48 {
    font-size: 48px;
    line-height: 73px
  }
}

.s19-font-36-42 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 600
}

@media (min-width: 1025px) {
  .s19-font-36-42 {
    font-size: 42px;
    line-height: 56px
  }
}

.s19-font-36 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 600
}

.s19-font-30 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600
}

.s19-font-30-36 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600
}

@media (min-width: 1025px) {
  .s19-font-30-36 {
    font-size: 36px;
    line-height: 40px
  }
}

.s19-font-24-36 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600
}

@media (min-width: 1025px) {
  .s19-font-24-36 {
    font-size: 36px;
    line-height: 40px
  }
}

.s19-font-24-30, .s19-card__title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600
}

@media (min-width: 1025px) {
  .s19-font-24-30, .s19-card__title {
    font-size: 30px;
    line-height: 36px
  }
}

.s19-font-24 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600
}

.s19-font-18-24 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600
}

@media (min-width: 1025px) {
  .s19-font-18-24 {
    font-size: 24px;
    line-height: 28px
  }
}

.s19-font-20-lh28, .sc-richtext .s19-banner__container p:not([class]), .s19-banner__container p:not([class]) {
  font-size: 20px;
  line-height: 28px
}

.s19-font-20-lh24, .s19-text__title, .s19-text__item--bigger {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600
}

.s19-font-16-30 {
  font-size: 16px;
  line-height: 22px
}

@media (min-width: 1025px) {
  .s19-font-16-30 {
    font-size: 30px;
    line-height: 36px
  }
}

.s19-font-16-20 {
  font-size: 16px;
  line-height: 22px
}

@media (min-width: 1025px) {
  .s19-font-16-20 {
    font-size: 20px;
    line-height: 28px
  }
}

.s19-font-16-18 {
  font-size: 16px;
  line-height: 22px
}

@media (min-width: 1025px) {
  .s19-font-16-18 {
    font-size: 18px;
    line-height: 22px
  }
}

.s19-font-18 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600
}

.s19-font-16, .s19, .s19-banner--full-center .s19-banner__container p:not([class]) {
  font-size: 16px;
  line-height: 22px
}

.s19-font-16-lh28 {
  font-size: 16px;
  line-height: 28px
}

.s19-font-14 {
  font-size: 14px;
  line-height: 18px
}

.s19-font-13-18 {
  font-size: 13px;
  line-height: 20px
}

@media (min-width: 1025px) {
  .s19-font-13-18 {
    font-size: 18px;
    line-height: 22px
  }
}

.s19-font-13 {
  font-size: 13px;
  line-height: 20px
}

.s19-weight-600 {
  font-weight: 600
}

.s19-weight-400, .s19-tiles__info {
  font-weight: 400
}

.s19-line-height-28 {
  line-height: 28px
}

.s19-line-height-24 {
  line-height: 24px
}

html {
  font-family: "Titillium Web", Arial, sans-serif;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  font-size: 10px
}

.s19 {
  margin-top: 50px;
  font-weight: 400;
  color: #272727;
  font-family: "Titillium Web"
}

.s19 a {
  text-decoration: none
}

.s19 p {
  margin: 0
}

.s19 *, .s19 *:before, .s19 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.s19 button {
  font-family: inherit
}

body.is-blocked {
  overflow: hidden
}

@media (max-width: 1200px) {
  .sc-richtext .s19-text__list, .sc-richtext .s19-text__item:not(.s19-text__item--bigger) a {
    font-size: 16px;
    line-height: 22px
  }
}

.sc-richtext ul.s19-tabs__links {
  padding: 25px 25px 30px
}

@media (min-width: 1025px) {
  .sc-richtext ul.s19-tabs__links {
    padding: 0
  }
}

.sc-richtext ul.s19-tabs__links > li > p:first-of-type {
  margin-bottom: 5px;
  padding-left: 0
}

.sc-richtext ul.s19-tabs__links > li > p::before {
  display: none
}

ul.s19-list {
  margin: 0;
  padding: 0;
  list-style-type: none
}

ul.s19-list li.s19-list__item {
  position: relative;
  padding-left: 15px
}

ul.s19-list li.s19-list__item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 7px;
  background-image: url("./../img/common/triangle.png");
  background-size: contain;
  background-repeat: no-repeat
}

.s19-button {
  font-family: inherit;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
  cursor: pointer
}

.s19-button:focus {
  outline: none
}

.s19-button-tabs {
  position: relative;
  padding: 10px 45px 10px 25px;
  width: 100%;
  height: 80px;
  text-align: left;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  color: #7A7A7A;
  cursor: pointer;
  -webkit-transition-property: border-color;
  transition-property: border-color
}

@media (min-width: 1025px) {
  .s19-button-tabs {
    padding-right: 26px;
    border: 1px solid #E5E5E5;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
    height: 100%;
    min-height: 80px
  }
}

.s19-button-tabs:focus {
  outline: none
}

.s19-button-tabs:hover {
  border-color: #E2007A;
  color: #E2007A
}

@media (max-width: 1025px) {
  .s19-button-tabs::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 15px;
    height: 9px;
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    background-image: url("./../img/common/arrow-bottom.png");
    background-repeat: no-repeat;
    background-position-y: 0;
    -webkit-transition: -webkit-transform 0.25s linear;
    transition: -webkit-transform 0.25s linear;
    transition: transform 0.25s linear;
    transition: transform 0.25s linear, -webkit-transform 0.25s linear
  }
}

.s19-button-bg {
  display: inline-block;
  padding: 10px 31px 12px;
  border-radius: 3px;
  background-color: #E2007A;
  color: #fff;
  -webkit-transition-property: background-color;
  transition-property: background-color
}

.s19-button-bg:hover {
  background-color: #aa036c
}

.s19-button-border {
  display: inline-block;
  padding: 9px 20px 11px;
  border-radius: 3px;
  border: 1px solid #E2007A;
  color: #E2007A;
  -webkit-transition-property: background-color;
  transition-property: background-color
}

@media (min-width: 1025px) {
  .s19-button-border {
    padding: 9px 31px 11px
  }
}

.s19-button-border:hover {
  border-color: #aa036c;
  color: #aa036c
}

.s19-button-border--white {
  border-color: #fff;
  color: #fff
}

.s19-button-border--white:hover {
  border-color: #fff;
  background-color: #fff;
  color: #E2007A
}

.s19-button-border--dark {
  border-color: #272727;
  color: #272727
}

.s19-button-border--dark:hover {
  border-color: #000;
  background-color: transparent;
  color: #000
}

.s19-button-border--small {
  padding: 9px 12px 11px
}

.s19-button-more {
  position: relative;
  padding: 12px 52px 12px 18px;
  height: 50px;
  border: 1px solid #E2007A;
  border-radius: 3px;
  color: #E2007A;
  background-color: transparent;
  -webkit-transition-property: border-color, color;
  transition-property: border-color, color
}

.s19-button-more:hover {
  border-color: #aa036c;
  color: #aa036c
}

.s19-button-more:hover::after {
  background-position-y: -9px
}

.s19-button-more.s19-button-more--full {
  display: none
}

@media (min-width: 1025px) {
  .s19-button-more.s19-button-more--full {
    display: block;
    width: 100%;
    margin: 0;
    padding: 11px 0 14px;
    border-radius: 0;
    border: none;
    border-top: 1px solid #E5E5E5;
    height: auto
  }

  .s19-button-more.s19-button-more--full::after {
    display: inline-block;
    position: static;
    margin-left: 12px
  }
}

.s19-button-more.is-active::after {
  -webkit-transform: translateY(-2px) rotate(180deg);
  transform: translateY(-2px) rotate(180deg)
}

.s19-button-more::after {
  content: '';
  position: absolute;
  top: 22px;
  right: 20px;
  width: 15px;
  height: 9px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  background-image: url("./../img/common/arrow-bottom.png");
  background-repeat: no-repeat;
  background-position-y: 0
}

.s19-button-arrow-right {
  position: relative;
  padding-right: 24px;
  color: #E2007A
}

.s19-button-arrow-right:hover::after {
  -webkit-transform: translateX(3px);
  transform: translateX(3px)
}

.s19-button-arrow-right::after {
  content: '';
  position: absolute;
  top: 6px;
  right: 0;
  width: 9px;
  height: 15px;
  background-image: url("./../img/common/arrow-right.png");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.s19-step {
  position: relative;
  margin-bottom: 65px;
  text-align: center
}

@media (min-width: 768px) {
  .s19-step {
    margin: 0 37px 25px;
    width: calc(33.333% - 37px)
  }
}

@media (min-width: 768px) {
  .s19-step:nth-of-type(2)::before, .s19-step:nth-of-type(2)::after {
    content: '';
    display: block;
    position: absolute;
    top: -25px;
    width: 17px;
    height: 240px;
    background-image: url("./../img/common/steps-arrow.png");
    background-repeat: no-repeat
  }
}

.s19-step:nth-of-type(2)::before {
  left: -61px
}

.s19-step:nth-of-type(2)::after {
  right: -64px
}

.s19-step__number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 19px;
  width: 58px;
  height: 58px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  color: #fff;
  background-color: #4461A8
}

@media (min-width: 768px) {
  .s19-step__number {
    margin-bottom: 29px;
    font-size: 30px
  }
}

.s19-step p:not([class]) {
  font-size: 16px
}

@media (min-width: 768px) {
  .s19-card-info {
    width: 50% !important
  }
}

.s19-card-info--bg {
  padding: 20px 22px 35px;
  color: #fff;
  background-color: #E2007A
}

@media (min-width: 768px) {
  .s19-card-info--bg {
    padding: 20px 30px 35px
  }
}

@media (min-width: 1024px) {
  .s19-card-info--bg {
    padding: 50px 90px 66px
  }
}

.s19-card-info--bg .s19-card-info__title {
  margin-top: 0;
  margin-bottom: 36px
}

.s19-product {
  margin: 10px 0;
  width: 100%;
  -webkit-transition: margin-bottom 0.25s linear;
  transition: margin-bottom 0.25s linear
}

@media (min-width: 768px) {
  .s19-product {
    margin: 10px;
    width: calc(33.333% - 20px)
  }
}

@media (min-width: 1024px) {
  .s19-product {
    width: calc(25% - 20px)
  }
}

.s19-product.is-active .s19-product-preview {
  border-color: #7A7A7A;
  color: #E2007A
}

.s19-product-preview {
  position: relative;
  padding: 24px 0 47px;
  border: 1px solid #E6E6E6;
  text-align: center;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  -webkit-transition: border-color 0.25s linear, color 0.25s linear;
  transition: border-color 0.25s linear, color 0.25s linear;
  cursor: pointer
}

.s19-product-preview:hover {
  border-color: #7A7A7A;
  color: #E2007A
}

.s19-product-preview:hover::before {
  opacity: 1
}

.s19-product-preview::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 46px;
  height: 46px;
  background-image: url("./../img/common/more.png");
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear
}

.s19-product-preview__img {
  width: 100%;
  height: 135px
}

.s19-product-slider {
  position: relative
}

.s19-product-slider__main {
  margin-bottom: 15px
}

.s19-product-slider__main .swiper-slide {
  width: 100% !important
}

@media (min-width: 992px) {
  .s19-product-slider__main .swiper-slide {
    height: 202px
  }
}

.s19-product-slider__main .swiper-slide img {
  width: 100%;
  cursor: pointer
}

.s19-product-slider__thumbs {
  margin: 0 20px
}

.s19-product-slider__thumbs .swiper-wrapper {
  margin-left: -25%
}

@media (min-width: 768px) {
  .s19-product-slider__thumbs .swiper-wrapper {
    margin-left: -37%
  }
}

@media (min-width: 1024px) {
  .s19-product-slider__thumbs .swiper-wrapper {
    margin-left: -123px
  }
}

.s19-product-slider__thumbs .swiper-slide {
  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;
  padding: 10px 12px;
  width: 50%;
  border: 1px solid #fff;
  cursor: pointer
}

@media (min-width: 768px) {
  .s19-product-slider__thumbs .swiper-slide {
    width: 25%
  }
}

@media (min-width: 992px) {
  .s19-product-slider__thumbs .swiper-slide {
    height: 85px;
    width: 33.333%
  }
}

.s19-product-slider__thumbs .swiper-slide.swiper-slide-active {
  border-color: #E6E6E6
}

.s19-product-slider__thumbs .swiper-slide img {
  width: 100%
}

.s19-product-slider__nav {
  position: absolute;
  right: -8px;
  bottom: 9%;
  left: -8px
}

@media (min-width: 768px) {
  .s19-product-slider__nav {
    bottom: 32px
  }
}

.s19-product-slider__nav .swiper-button-next, .s19-product-slider__nav .swiper-button-prev {
  top: 0;
  height: 22px;
  width: 13px;
  background-image: none
}

.s19-product-slider__nav .swiper-button-next::before, .s19-product-slider__nav .swiper-button-prev::before {
  content: '';
  display: block;
  height: 22px;
  width: 13px;
  background-image: url("./../img/common/arrow-gray.png");
  background-size: cover;
  background-repeat: no-repeat
}

.s19-product-slider__nav .swiper-button-prev::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.s19-product-details {
  display: none;
  position: relative;
  margin: 0 auto;
  width: 100%
}

@media (min-width: 768px) {
  .s19-product-details {
    width: calc(100% - 22px)
  }
}

.s19-product-details__ornament {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-50%, 12px);
  transform: translate(-50%, 12px);
  width: 40px;
  height: 19px;
  text-align: center;
  overflow: hidden;
  z-index: 1
}

.s19-product-details__ornament::before {
  content: '';
  display: inline-block;
  -webkit-transform: translateY(5px) rotate(45deg);
  transform: translateY(5px) rotate(45deg);
  height: 28px;
  width: 28px;
  border: 1px solid #7A7A7A;
  background-color: #fff
}

.s19-product-details__container {
  position: relative;
  display: inline-block;
  margin-top: 30px;
  padding: 20px 15px 40px;
  border: 1px solid #7A7A7A;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  width: 100%
}

@media (min-width: 768px) {
  .s19-product-details__container {
    padding: 40px 40px 46px
  }
}

@media (min-width: 990px) {
  .s19-product-details__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 79px 46px 40px
  }
}

.s19-product-details__gallery {
  position: relative
}

@media (min-width: 992px) {
  .s19-product-details__gallery {
    width: 414px;
    max-width: 100%
  }
}

.s19-product-details__gallery .s19-button {
  margin-left: 20px;
  margin-top: 40px
}

.s19-product-details__close {
  position: absolute;
  top: 20px;
  right: 15px;
  padding: 0;
  width: 17px;
  height: 15px;
  background-color: transparent;
  border: none;
  background-image: url("./../img/common/exit.png");
  background-repeat: no-repeat;
  background-size: cover;
  outline: none;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.25s linear;
  transition: -webkit-transform 0.25s linear;
  transition: transform 0.25s linear;
  transition: transform 0.25s linear, -webkit-transform 0.25s linear
}

@media (min-width: 768px) {
  .s19-product-details__close {
    right: 24px
  }
}

.s19-product-details__close:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.s19-product__table {
  margin-top: 40px
}

@media (min-width: 992px) {
  .s19-product__table {
    margin-top: 8px;
    margin-left: 42px;
    width: 593px;
    max-width: 100%
  }
}

.s19-product__table * {
  font-size: 14px
}

@media (min-width: 768px) {
  .s19-product__table * {
    font-size: 16px
  }
}

.s19-product__table table {
  border-collapse: collapse;
  border: none
}

.s19-product__table table tr td {
  border: none;
  border-top: 1px solid #E6E6E6
}

.s19-product__table table tr:last-of-type td {
  border-bottom: 1px solid #E6E6E6
}

.s19-product__table td {
  position: relative;
  padding: 7px;
  vertical-align: top
}

.s19-product__table td:first-of-type {
  padding-right: 10px;
  width: 40%
}

@media (max-width: 768px) {
  .s19-product__table td:first-of-type {
    padding-left: 0
  }
}

.s19-product__table td:last-of-type {
  padding-left: 10px
}

@media (max-width: 768px) {
  .s19-product__table td:last-of-type {
    padding-right: 0
  }
}

.s19-product__table td.has-tooltip {
  padding-right: 38px
}

@media (max-width: 768px) {
  .s19-product__table td .s19-text__list {
    margin-top: 0
  }
}

@media (max-width: 768px) {
  .s19-product__table td .s19-text__item--no-link {
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0
  }
}

@media (max-width: 768px) {
  .s19-product__table td .s19-text__item--no-link::before {
    top: 7px
  }
}

.s19-product__table td .s19-text__item--no-link p {
  margin: 0
}

.s19-product-tooltip {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("./../img/common/information.png");
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  cursor: pointer
}

.s19-product-tooltip:hover {
  background-position: 0 -19px
}

.s19-product-tooltip.is-active {
  background-position: 0 -19px;
  z-index: 2
}

.s19-product-tooltip.is-active span {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(42px);
  transform: translateY(42px)
}

@media (min-width: 768px) {
  .s19-product-tooltip.is-active span {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }
}

.s19-product-tooltip span {
  display: inline-block;
  position: absolute;
  top: 0;
  right: -145px;
  -webkit-transform: translateY(32px);
  transform: translateY(32px);
  padding: 20px;
  width: 228px;
  font-size: 13px;
  line-height: 20px;
  color: black;
  border: 1px solid #C4C4C4;
  border-radius: 4px;
  background-color: #fff;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.25s linear, -webkit-transform 0.25s linear;
  transition: opacity 0.25s linear, -webkit-transform 0.25s linear;
  transition: opacity 0.25s linear, transform 0.25s linear;
  transition: opacity 0.25s linear, transform 0.25s linear, -webkit-transform 0.25s linear
}

@media (min-width: 768px) {
  .s19-product-tooltip span {
    top: -36px;
    right: -24px;
    -webkit-transform: translateX(98%);
    transform: translateX(98%);
    width: 260px
  }
}

@media (min-width: 1280px) {
  .s19-product-tooltip span {
    width: 347px
  }
}

.s19-product-tooltip span::before {
  content: '';
  position: absolute;
  top: -11px;
  left: 62px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 22px;
  height: 22px;
  border: 1px solid #C4C4C4;
  background-color: #fff;
  z-index: 0
}

@media (min-width: 768px) {
  .s19-product-tooltip span::before {
    top: 33px;
    left: -11px
  }
}

.s19-product-tooltip span::after {
  content: '';
  position: absolute;
  top: 0;
  left: 43px;
  height: 20px;
  width: 55px;
  background-color: #fff
}

@media (min-width: 768px) {
  .s19-product-tooltip span::after {
    top: 2px;
    left: 0;
    height: 90px;
    width: 15px
  }
}

.s19-lp-photovoltaics-logo {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: inline-block;
  z-index: 2
}

.s19-lp-photovoltaics-logo img {
  width: 81px
}

@media (min-width: 768px) {
  .s19-lp-photovoltaics-logo img {
    width: 100px
  }
}

@media (min-width: 1025px) {
  .s19-lp-photovoltaics-logo img {
    width: 121px
  }
}

.s19-lp-photovoltaics-partner {
  position: relative;
  text-align: center;
  margin: 15px 0;
  width: 50%
}

@media (min-width: 768px) {
  .s19-lp-photovoltaics-partner {
    width: auto
  }
}

.s19-lp-photovoltaics-partner__logo {
  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;
  margin-bottom: 17px;
  height: 55px
}

.s19-lp-photovoltaics-partner p {
  letter-spacing: 0.02em
}

.s19-lp-photovoltaics-count {
  display: none
}

@media (min-width: 1024px) {
  .s19-lp-photovoltaics-count {
    display: block;
    position: absolute;
    top: 390px;
    left: -15px;
    font-size: 16px;
    font-weight: 600;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr
  }
}

.s19-lp-photovoltaics-count__current {
  color: #3FA7FC
}

.s19-column--center {
  text-align: center
}

.s19-column--width-375 {
  margin-bottom: 40px
}

@media (min-width: 768px) {
  .s19-column--width-375 {
    margin-right: 75px;
    width: 375px;
    max-width: 100%
  }
}

@media (min-width: 992px) {
  .s19-column--width-375 {
    margin-right: 118px
  }
}

.s19-column--width-375:last-of-type {
  margin-right: 0
}

.s19-column__icon {
  margin-bottom: 24px
}

.s19-column__title {
  margin: 0 0 14px
}

.s19-social {
  margin-right: 10px;
  margin-bottom: 10px
}

.s19-social__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #E2007A
}

.s19-header {
  margin-bottom: 42px
}

@media (min-width: 768px) {
  .s19-header--medium-space {
    margin-bottom: 75px
  }
}

@media (min-width: 768px) {
  .s19-header--lg-space {
    margin-bottom: 60px
  }
}

.s19-header--small-space {
  margin-bottom: 31px
}

.s19-header--extra-small-space {
  margin-bottom: 21px
}

.s19-header--center {
  text-align: center
}

.s19-header--grid-md {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 769px
}

.s19-header--grid-lg {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 800px
}

.s19-header--left {
  margin-left: 0;
  text-align: left
}

.s19-header__title {
  margin: 0
}

.s19-header__title--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.s19-header__title--icon img {
  display: inline-block;
  width: 32px;
  margin-right: 25px;
  -webkit-transform: translateY(5px);
  transform: translateY(5px)
}

.s19-header__subtitle {
  margin-top: 18px !important
}

@media (min-width: 768px) {
  .s19-header__subtitle--top-space-md {
    margin-top: 34px !important
  }
}

.s19-header__button {
  margin-top: 20px
}

.s19-tabs__nav {
  display: none
}

@media (min-width: 1025px) {
  .s19-tabs__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px
  }
}

.s19-tabs__button {
  position: relative
}

@media (min-width: 1025px) {
  .s19-tabs__button {
    margin: 0 10px;
    width: calc(25% - 20px);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
  }
}

.s19-tabs__button::after {
  content: '';
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 0px;
  height: 3px;
  background-color: #fff;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.s19-tabs__button.is-active::after {
  opacity: 1
}

.s19-tabs__button:hover .s19-button-tabs, .s19-tabs__button.is-active .s19-button-tabs {
  border-color: #E2007A;
  color: #E2007A
}

@media (min-width: 1025px) {
  .s19-tabs__container {
    position: relative;
    margin-top: -1px;
    background-color: #fff;
    border: 1px solid #E2007A;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08)
  }
}

.s19-tabs__links-container {
  margin-bottom: 20px;
  border: 1px solid #E5E5E5;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08)
}

@media (min-width: 1025px) {
  .s19-tabs__links-container {
    margin-bottom: 0;
    padding: 50px 25px 60px 25px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
  }
}

@media (min-width: 1025px) {
  .s19-tabs__links-container--more {
    padding: 36px 30px 0 30px
  }
}

@media (max-width: 1025px) {
  .s19-tabs__links-container--more .s19-tiles__more {
    display: none
  }
}

@media (min-width: 1025px) {
  .s19-tabs__links-container:first-of-type {
    display: block
  }
}

.s19-tabs__links-container:last-of-type {
  margin-bottom: 0
}

.s19-tabs__links-container.is-active {
  border-color: #E2007A
}

.s19-tabs__links-container.is-active .s19-button-tabs {
  border-color: #E2007A;
  color: #E2007A
}

@media (max-width: 1025px) {
  .s19-tabs__links-container.is-active .s19-button-tabs {
    border-bottom: 1px solid #E5E5E5
  }
}

.s19-tabs__links-container.is-active .s19-button-tabs::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg)
}

.s19-tabs__links-container.is-active .s19-tabs__links {
  display: block
}

@media (min-width: 1025px) {
  .s19-tabs__links-container.is-active .s19-tabs__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

@media (min-width: 1025px) {
  .s19-tabs__links-container:not(.is-active) {
    display: none
  }
}

@media (min-width: 1025px) {
  .s19-tabs__links-container .s19-button-tabs {
    display: none
  }
}

.s19-tabs__links {
  display: none;
  padding: 25px 25px 30px
}

@media (min-width: 1025px) {
  .s19-tabs__links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0
  }
}

.s19-tabs-link {
  margin-top: 30px
}

@media (min-width: 1025px) {
  .s19-tabs-link {
    padding-right: 14px;
    width: 51%
  }
}

@media (min-width: 1025px) {
  .s19-tabs-link:only-of-type {
    width: 87%
  }
}

.s19-tabs-link:first-of-type {
  margin-top: 0
}

@media (min-width: 1025px) {
  .s19-tabs-link:nth-of-type(2) {
    margin-top: 0;
    width: 49%
  }
}

.s19-tabs-link__title {
  margin: 0 0 8px
}

.s19-tabs-link__button {
  display: inline-block;
  margin-top: 16px
}

.s19-tabs-link p {
  margin-bottom: 5px;
  padding-left: 0
}

.s19-tabs-link p:last-of-type {
  margin-bottom: 0
}

.s19-tabs-link a:not(.s19-tabs-link__button) {
  display: block;
  margin-bottom: 6px;
  color: #272727
}

.s19-tabs-link a:not(.s19-tabs-link__button):hover {
  color: #E2007A
}

.s19-tabs-link a:not(.s19-tabs-link__button):last-of-type {
  margin-bottom: 0
}

.s19-tiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px
}

@media (min-width: 768px) {
  .s19-tiles--gas .s19-tile:nth-of-type(-n+2) {
    width: calc(50% - 20px)
  }
}

@media (min-width: 1025px) {
  .s19-tiles--gas .s19-tile:nth-of-type(-n+2) {
    width: calc(33.333% - 20px)
  }
}

.s19-tiles--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.s19-tiles__more {
  margin-top: 22px;
  text-align: center
}

.s19-tiles__more.show-info .s19-tiles__info {
  display: block;
  visibility: visible
}

.s19-tiles__more.show-more .s19-tiles__button {
  display: inline-block;
  visibility: visible
}

.s19-tiles__info, .s19-tiles__button {
  display: none;
  visibility: visible
}

.s19-tiles__button {
  margin-top: 10px;
  margin-bottom: 30px
}

.s19-tiles__info a {
  color: #E2007A;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
  -webkit-transition-property: color;
  transition-property: color
}

.s19-tiles__info a:hover {
  color: #aa036c
}

.s19-tile {
  position: relative;
  margin: 10px;
  width: 100%;
  border: 1px solid #E5E5E5;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08)
}

@media (min-width: 768px) {
  .s19-tile {
    width: calc(50% - 20px)
  }
}

@media (min-width: 1025px) {
  .s19-tile {
    width: calc(33.333% - 20px)
  }
}

@media (min-width: 768px) {
  .s19-tile:nth-of-type(-n+2) {
    width: calc(50% - 20px)
  }
}

.s19-tile:nth-of-type(-n+2) .s19-tile__photo {
  display: block
}

@media (min-width: 768px) {
  .s19-tile--50 {
    width: calc(50% - 20px)
  }
}

@media (min-width: 768px) {
  .s19-tile--33 {
    width: calc(50% - 20px)
  }
}

@media (min-width: 1025px) {
  .s19-tile--33 {
    width: calc(33.333% - 20px) !important
  }
}

@media (min-width: 768px) {
  .s19-tile--25 {
    width: calc(50% - 20px) !important
  }
}

@media (min-width: 1025px) {
  .s19-tile--25 {
    width: calc(25% - 20px) !important
  }
}

@media (min-width: 768px) {
  .s19-tile--minheight {
    min-height: 176px
  }
}

.s19-tile__link {
  display: block
}

.s19-tile__link:hover:not(.s19-tile__link--no-action) .s19-button-bg {
  background-color: #aa036c
}

.s19-tile__link:hover:not(.s19-tile__link--no-action) .s19-tile__photo img, .s19-tile__link:hover:not(.s19-tile__link--no-action) .s19-tile__photo div {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.s19-tile__link:hover:not(.s19-tile__link--no-action) .s19-tile__button-link {
  color: #E2007A
}

.s19-tile__content {
  padding: 28px 20px 30px;
  color: #272727
}

@media (min-width: 768px) {
  .s19-tile__content {
    padding: 30px 30px 107px
  }
}

@media (min-width: 1025px) {
  .s19-tile__content {
    padding-bottom: 130px
  }
}

.s19-tile__content--bottom-space-small {
  padding-bottom: 23px
}

@media (min-width: 1025px) {
  .s19-tile__content--bottom-space-small {
    padding-bottom: 50px
  }
}

@media (min-width: 1025px) {
  .s19-tile__content--bottom-space-medium {
    padding-bottom: 112px
  }
}

.s19-tile__content--normal-space {
  padding: 30px
}

@media (max-width: 1025px) {
  .s19-tile__content--bottom-nospace-mobile {
    padding-bottom: 0
  }
}

.s19-tile__content p, .s19-tile__content li:not([class]) {
  margin-bottom: 12px
}

.s19-tile__content ul {
  padding-left: 0
}

.s19-tile__content li:not([class]), .s19-tile__content li.s19-text__item--no-link {
  position: relative;
  padding-left: 15px;
  list-style-type: none;
  line-height: 1.4
}

.s19-tile__content li:not([class])::before, .s19-tile__content li.s19-text__item--no-link::before {
  content: '';
  display: block !important;
  position: absolute;
  top: 7px;
  left: 0;
  width: 7px;
  height: 7px;
  background-image: url("./../img/common/triangle.png");
  background-size: contain;
  background-repeat: no-repeat
}

.s19-tile__content li:not([class]):last-of-type, .s19-tile__content li.s19-text__item--no-link:last-of-type {
  margin-bottom: 0
}

.s19-tile__content img {
  display: block;
  height: 32px
}

@media (min-width: 1025px) {
  .s19-tile__content img {
    height: 40px
  }
}

.s19-tile__content img + .s19-tile__title {
  margin-top: 12px
}

@media (min-width: 1025px) {
  .s19-tile__content img + .s19-tile__title {
    margin-top: 24px
  }
}

.s19-tile__content p.s19-button {
  margin-bottom: 0
}

.s19-tile__photo {
  height: 219px;
  overflow: hidden
}

.s19-tile__photo div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.s19-tile__photo img {
  display: block;
  width: 100%;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.s19-tile__photo--mobile-visible {
  display: block
}

@media (max-width: 992px) {
  .s19-tile__photo--mobile-visible {
    height: auto
  }
}

.s19-tile__title {
  margin: 0 0 14px 0
}

@media (min-width: 1025px) {
  .s19-tile__title {
    margin-bottom: 20px
  }
}

.s19-tile__button-link {
  display: inline-block;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  border: none !important;
  -webkit-transition: color 0.25s linear;
  transition: color 0.25s linear
}

@media (min-width: 768px) {
  .s19-tile__button-link {
    position: absolute !important;
    bottom: 14px;
    left: 30px;
    right: 30px
  }
}

@media (min-width: 1025px) {
  .s19-tile__button-link {
    bottom: 25px
  }
}

.s19-tile__button-link.s19-text__item {
  margin-top: 10px
}

@media (min-width: 768px) {
  .s19-tile__button-link.s19-text__item {
    margin-top: 0
  }
}

.s19-tile__button-link.s19-text__item::before {
  top: 8px
}

.s19-tile__button-link.s19-text__item::after {
  display: none
}

.s19-tile__button {
  margin-top: 20px !important
}

@media (min-width: 768px) {
  .s19-tile__button {
    position: absolute;
    left: 30px;
    bottom: 40px;
    margin-top: 0 !important
  }
}

.s19-text__container {
  padding-top: 20px;
  padding-bottom: 24px
}

@media (min-width: 1025px) {
  .s19-text__container {
    border-bottom: 1px solid #E6E6E6
  }
}

.s19-text__container--border-top {
  border-top: 1px solid #E6E6E6
}

.s19-text__container--noborder {
  border-bottom: none
}

@media (max-width: 1025px) {
  .s19-text__container--noborder {
    padding-bottom: 0
  }
}

@media (max-width: 1025px) {
  .s19-text__container--noborder .s19-text__list {
    margin-top: 11px
  }
}

.s19-text__container--only-noborder {
  border: none
}

.s19-text__container--mobile-border {
  border-bottom: 1px solid #E6E6E6
}

.s19-text__title {
  margin: 0 0 15px
}

.s19-text__title--space-sm {
  margin-bottom: 4px
}

.s19-text__list {
  padding: 0 !important;
  margin: 18px 0 0 0;
  list-style-type: none
}

@media (min-width: 1025px) {
  .s19-text__list {
    margin: 0
  }
}

@media (min-width: 768px) {
  .s19-text__list--column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media (min-width: 768px) {
  .s19-text__list--column .s19-text__item {
    padding-right: 40px;
    width: 46%
  }
}

.s19-text__list--column .s19-text__item:only-child {
  width: 100%
}

@media (min-width: 768px) {
  .s19-text__list--column .s19-text__item:nth-of-type(2) {
    border-top: 1px solid #E6E6E6
  }
}

@media (min-width: 1025px) {
  .s19-text__list--column .s19-text__item:nth-of-type(2) {
    border-top: none
  }
}

@media (min-width: 768px) {
  .s19-text__list--column .s19-text__item:nth-last-of-type(-n+2) {
    margin-bottom: 0
  }
}

@media (max-width: 1025px) {
  .s19-text__list.s19-font-16 .s19-text__item.s19-text__item--no-link, .s19-text__list.s19 .s19-text__item.s19-text__item--no-link, .s19-banner--full-center .s19-banner__container p.s19-text__list:not([class]) .s19-text__item.s19-text__item--no-link {
    padding: 0 0 0 15px
  }
}

.s19-text__list.s19-font-16 .s19-text__item.s19-text__item--no-link::before, .s19-text__list.s19 .s19-text__item.s19-text__item--no-link::before, .s19-banner--full-center .s19-banner__container p.s19-text__list:not([class]) .s19-text__item.s19-text__item--no-link::before {
  top: 8px
}

@media (min-width: 1025px) {
  .s19-text__list.s19-font-16 .s19-text__item.s19-text__item--no-link::before, .s19-text__list.s19 .s19-text__item.s19-text__item--no-link::before, .s19-banner--full-center .s19-banner__container p.s19-text__list:not([class]) .s19-text__item.s19-text__item--no-link::before {
    top: 9px
  }
}

@media (max-width: 1025px) {
  .s19-text__list.s19-font-16-18 .s19-text__item.s19-text__item--no-link {
    padding: 0 0 0 15px
  }
}

.s19-text__list.s19-font-16-18 .s19-text__item.s19-text__item--no-link::before {
  top: 11px
}

@media (min-width: 1025px) {
  .s19-text__list.s19-font-16-18 .s19-text__item.s19-text__item--no-link::before {
    top: 12px
  }
}

.s19-text__item {
  position: relative;
  padding: 10px 30px 11px 15px;
  border-bottom: 1px solid #E6E6E6;
  list-style-type: none
}

@media (min-width: 1025px) {
  .s19-text__item {
    margin-bottom: 5px;
    padding: 0 0 0 15px;
    border: none
  }
}

.s19-text__item::before {
  content: '';
  display: block !important;
  position: absolute;
  top: 18px;
  left: 0;
  width: 7px;
  height: 7px;
  background-image: url("./../img/common/triangle-pink.png");
  background-size: contain;
  background-repeat: no-repeat
}

@media (min-width: 1025px) {
  .s19-text__item::before {
    top: 7px
  }
}

.s19-text__item::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 9px;
  height: 16px;
  background-image: url("./../img/common/arrow-right.png");
  background-size: contain;
  background-repeat: no-repeat
}

@media (min-width: 1025px) {
  .s19-text__item::after {
    display: none
  }
}

.s19-text__item:first-of-type {
  border-top: 1px solid #E6E6E6
}

@media (min-width: 1025px) {
  .s19-text__item:first-of-type {
    border: none
  }
}

.s19-text__item:last-of-type {
  margin-bottom: 0
}

.s19-text__item--no-link {
  border: none
}

@media (max-width: 1025px) {
  .s19-text__item--no-link {
    padding: 10px 30px 7px 15px
  }
}

.s19-text__item--no-link::before {
  background-image: url("./../img/common/triangle.png")
}

.s19-text__item--no-link::after {
  display: none
}

.s19-text__item--no-link:first-of-type {
  border: none
}

@media (min-width: 768px) {
  .s19-text__item--bigger {
    margin-bottom: 13px
  }
}

.s19-text__item--bigger::before {
  top: 19px
}

@media (min-width: 1025px) {
  .s19-text__item--bigger::before {
    top: 10px
  }
}

@media (min-width: 1025px) {
  .s19-text__item--bigger-space {
    margin-bottom: 12px
  }
}

.s19-text__item a:not([class]), .s19-text__item a[class=""], .s19-text__item a {
  color: #272727;
  -webkit-transition: color 0.25s linear;
  transition: color 0.25s linear
}

.s19-text__item a:not([class]):hover, .s19-text__item a[class=""]:hover, .s19-text__item a:hover {
  color: #E2007A
}

.s19-text__item p {
  margin-bottom: 10px
}

.s19-text__item p:not([class]) {
  font-size: inherit
}

.s19-text__desc--space--md {
  padding-top: 16px
}

.sc-richtext ul > li.s19-text__item > p:first-of-type {
  padding-left: 0
}

.sc-richtext ul > li.s19-text__item > p:first-of-type::before {
  display: none
}

@media (min-width: 768px) {
  .s19-banner--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

@media (min-width: 768px) {
  .s19-banner--flex-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }
}

.s19-banner--border {
  border: 1px #E6E6E6 solid
}

.s19-banner--border-pink {
  border: 1px #E2007A solid
}

.s19-banner--30-70 .s19-banner__photo {
  background-size: 0
}

@media (min-width: 768px) {
  .s19-banner--30-70 .s19-banner__photo {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 36%
  }
}

.s19-banner--30-70 .s19-banner__photo img {
  width: 100%
}

@media (min-width: 768px) {
  .s19-banner--30-70 .s19-banner__photo img {
    display: none
  }
}

.s19-banner--30-70 .s19-banner__title {
  margin-bottom: 24px
}

.s19-banner--30-70 .s19-banner__container {
  padding: 20px 20px 43px
}

@media (min-width: 768px) {
  .s19-banner--30-70 .s19-banner__container {
    padding: 40px 30px;
    width: 64%
  }
}

@media (min-width: 1025px) {
  .s19-banner--30-70 .s19-banner__container {
    padding: 50px 60px 75px 100px
  }
}

.s19-banner--intro p {
  margin-top: 35px
}

.s19-banner--intro p:first-of-type {
  margin-top: 0
}

.s19-banner--intro a {
  color: #E2007A
}

.s19-banner--intro a:hover {
  color: #aa036c
}

.s19-banner--full-center {
  padding: 35px 0 40px;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  text-align: center
}

@media (min-width: 768px) {
  .s19-banner--full-center {
    padding: 45px 0 50px
  }
}

.s19-banner--full-center .s19-banner__container {
  margin: 0 auto;
  width: 100%;
  max-width: 770px
}

.s19-banner--full-center .s19-button {
  margin-top: 44px
}

.s19-banner--app {
  padding: 20px 20px 50px;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  background: #fafafa
}

@media (min-width: 768px) {
  .s19-banner--app {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 30px
  }
}

@media (min-width: 1025px) {
  .s19-banner--app {
    padding: 50px 99px
  }
}

.s19-banner--app .s19-banner__container {
  margin-bottom: 60px
}

@media (min-width: 768px) {
  .s19-banner--app .s19-banner__container {
    margin-right: 100px;
    margin-bottom: 0;
    max-width: 573px;
    width: 100%
  }
}

.s19-banner--app .s19-banner__title {
  margin-top: 15px;
  margin-bottom: 10px
}

.s19-banner--app .s19-banner__photo {
  display: block;
  text-align: center
}

@media (min-width: 768px) {
  .s19-banner--app .s19-banner__photo {
    max-width: 294px;
    width: 100%
  }
}

.s19-banner--app .s19-banner__photo img {
  width: 100%
}

.s19-banner--app .s19-button {
  margin-top: 44px
}

.s19-banner--photo-text {
  min-height: 360px
}

.s19-banner--photo-text .s19-banner__title {
  margin-bottom: 18px
}

.s19-banner--photo-text.s19-banner .s19-text__list {
  margin: 8px 0
}

.s19-banner--faq {
  background: #fafafa
}

@media (min-width: 768px) {
  .s19-banner--faq {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.s19-banner--faq .s19-banner__container {
  padding: 20px 20px 50px
}

@media (min-width: 768px) {
  .s19-banner--faq .s19-banner__container {
    padding: 40px 30px
  }
}

@media (min-width: 1025px) {
  .s19-banner--faq .s19-banner__container {
    padding: 50px 99px 151px
  }
}

.s19-banner--faq .s19-banner__title {
  margin-top: 15px;
  margin-bottom: 10px
}

.s19-banner--faq .s19-banner__photo {
  display: block;
  text-align: center
}

@media (min-width: 768px) {
  .s19-banner--faq .s19-banner__photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-width: 384px;
    width: 100%
  }
}

.s19-banner--faq .s19-banner__photo img {
  width: 100%
}

.s19-banner--faq .s19-button {
  margin-top: 44px
}

.s19-banner--border-shadow {
  border: 1px solid #bfbfbf;
  -webkit-box-shadow: 0 4px 2px -2px #e4dddd;
  box-shadow: 0 4px 2px -2px #e4dddd
}

.s19-banner-my-tauron {
  position: relative;
  padding: 0;
  background-color: #e43381;
  color: #fff
}

@media (min-width: 768px) {
  .s19-banner-my-tauron {
    min-height: 420px
  }
}

.s19-banner-my-tauron__container {
  position: relative;
  margin-bottom: 10px;
  padding: 20px 20px 240px;
  z-index: 1
}

@media (min-width: 768px) {
  .s19-banner-my-tauron__container {
    margin-bottom: 0;
    padding: 40px 30px
  }
}

@media (min-width: 1025px) {
  .s19-banner-my-tauron__container {
    padding: 79px 100px
  }
}

.s19-banner-my-tauron__bg {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 240px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100% 100%
}

@media (min-width: 768px) {
  .s19-banner-my-tauron__bg {
    height: 100%;
    background-size: 370px
  }
}

@media (min-width: 1025px) {
  .s19-banner-my-tauron__bg {
    background-size: 450px
  }
}

.s19-banner__title {
  margin: 0
}

.s19-banner__container--middle {
  width: 100%;
  max-width: 800px
}

.s19-banner .s19-text__list {
  margin-top: 28px
}

@media (min-width: 768px) {
  .s19-banner .s19-text__list {
    margin-top: 20px
  }
}

.s19-banner .s19-button {
  margin-top: 20px
}

.s19-banner .s19-text__item--no-link {
  padding-top: 0;
  padding-bottom: 0
}

.s19-banner .s19-text__item--no-link::before {
  top: 12px
}

.s19-banner-blue {
  background-color: #EAF5FF
}

@media (min-width: 768px) {
  .s19-banner-blue {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 30px;
    min-height: 250px
  }
}

@media (min-width: 1025px) {
  .s19-banner-blue {
    padding-right: 159px
  }
}

@media (min-width: 1025px) {
  .s19-banner-blue--s-right-lg {
    padding-right: 105px
  }
}

.s19-banner-blue--bg-gray {
  background-color: #EDEDED
}

.s19-banner-blue__container {
  padding: 20px 20px 50px;
  width: 593px;
  max-width: 100%
}

@media (min-width: 768px) {
  .s19-banner-blue__container {
    padding: 40px 30px
  }
}

@media (min-width: 1025px) {
  .s19-banner-blue__container {
    padding: 54px 130px 54px 99px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
  }
}

.s19-banner-blue__title {
  margin: 0 0 12px
}

.s19-banner-blue__button {
  margin-top: 20px
}

.s19-banner-blue__box-socials {
  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;
  padding: 0 20px 30px
}

@media (min-width: 768px) {
  .s19-banner-blue__box-socials {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0
  }
}

.s19-banner-blue__box-socials a {
  margin-right: 30px
}

@media (min-width: 768px) {
  .s19-banner-blue__box-socials a {
    margin-right: 50px
  }
}

.s19-banner-blue__box-socials a:last-child {
  margin-right: 0
}

.s19-banner-blue__social--fb {
  width: 44px
}

.s19-banner-blue__social--in {
  width: 41px
}

.s19-banner-blue__social--yt {
  width: 48px
}

.s19-banner-blue__social--twitter {
  width: 49px
}

.s19-banner-blue__social img {
  width: 100%;
  height: auto
}

@media (min-width: 768px) {
  .s19-cards {
    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;
    margin: 0 -10px
  }
}

.s19-cards--space-bottom-xl {
  margin-bottom: 80px
}

@media (min-width: 768px) {
  .s19-cards--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }
}

.s19-cards + .s19-information-bar {
  margin-top: 10px
}

.s19-card {
  position: relative;
  margin: 20px 0;
  border: 1px solid #bfbfbf
}

@media (min-width: 768px) {
  .s19-card {
    margin: 10px;
    width: calc(50% - 20px)
  }
}

@media (min-width: 768px) {
  .s19-card--33 {
    width: calc(50% - 20px)
  }
}

@media (min-width: 1024px) {
  .s19-card--33 {
    width: calc(33.333% - 20px)
  }
}

.s19-card__header {
  background-color: #f1f1f1
}

.s19-card__title {
  margin: 0;
  padding: 17px 22px;
  color: #272727
}

@media (min-width: 768px) {
  .s19-card__title {
    padding: 17px 30px
  }
}

.s19-card__container {
  padding: 0 22px 40px
}

@media (min-width: 768px) {
  .s19-card__container {
    padding: 0 30px 106px
  }
}

.s19-card__container--no-space-bottom {
  padding-bottom: 0
}

.s19-card__container--space-bottom-md {
  padding-bottom: 16px
}

.s19-card__container--without-button {
  padding-bottom: 16px
}

@media (min-width: 768px) {
  .s19-card__container--without-button {
    padding-bottom: 35px
  }
}

.s19-card__container--without-button .s19-text__container:last-of-type {
  border: none
}

.s19-card__container .s19-tile__title {
  margin: 0
}

.s19-card__button {
  margin-top: 16px
}

@media (min-width: 768px) {
  .s19-card__button {
    position: absolute;
    left: 22px;
    bottom: 40px;
    margin-top: 0
  }
}

.s19-accordion {
  margin-bottom: 20px;
  border: 1px solid #bfbfbf;
  overflow: hidden
}

.s19-accordion.is-active .s19-accordion__container {
  max-height: 100vh;
  -webkit-transition: max-height 0.25s linear;
  transition: max-height 0.25s linear;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in
}

.s19-accordion.is-active .s19-accordion-button::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg)
}

@media (min-width: 768px) {
  .s19-accordion.is-active .s19-accordion-button__more {
    display: none
  }
}

@media (min-width: 768px) {
  .s19-accordion.is-active .s19-accordion-button__less {
    display: block
  }
}

.s19-accordion:last-of-type {
  margin-bottom: 0
}

.s19-accordion__header {
  position: relative;
  margin: 0;
  padding: 25px 20px;
  cursor: pointer
}

@media (min-width: 768px) {
  .s19-accordion__header {
    padding: 21px 30px
  }
}

.s19-accordion__header:hover .s19-accordion-button {
  color: #aa036c
}

.s19-accordion__header:hover .s19-accordion-button::after {
  background-position-y: -9px
}

.s19-accordion__container {
  padding: 0 20px;
  max-height: 0;
  -webkit-transition: max-height 0.25s linear;
  transition: max-height 0.25s linear;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

@media (min-width: 768px) {
  .s19-accordion__container {
    padding: 0 30px
  }
}

.s19-accordion__title {
  margin: 0;
  padding-right: 30px
}

@media (min-width: 768px) {
  .s19-accordion__title {
    padding-right: 150px
  }
}

.s19-accordion-button {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 22px;
  text-align: right;
  border: none;
  outline: none;
  font-family: inherit;
  color: #E2007A;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  cursor: pointer
}

.s19-accordion-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 9px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("./../img/common/arrow-bottom.png");
  background-repeat: no-repeat;
  background-position-y: 0;
  -webkit-transition: -webkit-transform 0.25s linear;
  transition: -webkit-transform 0.25s linear;
  transition: transform 0.25s linear;
  transition: transform 0.25s linear, -webkit-transform 0.25s linear
}

.s19-accordion-button__more {
  display: block
}

.s19-accordion-button__less {
  display: none
}

@media (max-width: 768px) {
  .s19-accordion-button__more, .s19-accordion-button__less {
    display: none
  }
}

.s19-accordion__button {
  margin: 40px 0
}

.s19-accordion .s19-text__container:first-of-type {
  border-top: 1px solid #E6E6E6
}

.s19-information-bar {
  background-color: #E2007A
}

.s19-information-bar__container {
  padding: 30px 20px;
  text-align: center;
  color: #fff
}

@media (min-width: 768px) {
  .s19-information-bar__container {
    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;
    padding: 22px 20px
  }
}

.s19-information-bar__container p {
  margin-bottom: 26px;
  font-weight: 600
}

@media (min-width: 768px) {
  .s19-information-bar__container p {
    margin-right: 40px;
    margin-bottom: 0
  }
}

.s19-steps {
  margin-top: 53px
}

@media (min-width: 768px) {
  .s19-steps {
    margin-top: 94px
  }
}

.s19-steps__list {
  padding: 0;
  margin: 0;
  list-style-type: none !important
}

@media (min-width: 768px) {
  .s19-steps__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

.sc-richtext ul.s19-steps__list > li > p:first-of-type {
  padding: 0
}

.sc-richtext ul.s19-steps__list > li > p:first-of-type::before {
  display: none
}

.s19-banner-bg {
  position: relative;
  background-color: #e6e5e3
}

@media (min-width: 1025px) {
  .s19-banner-bg {
    padding: 50px 100px
  }
}

.s19-banner-bg--minheight-500 {
  min-height: 500px
}

@media (min-width: 768px) {
  .s19-banner-bg--minheight-500 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media (min-width: 1025px) {
  .s19-banner-bg--space-md {
    padding: 90px 100px 32px
  }
}

.s19-banner-bg__title {
  margin: 0 0 18px
}

.s19-banner-bg__bg {
  position: relative;
  display: block;
  margin-top: 30px
}

@media (max-width: 1025px) {
  .s19-banner-bg__bg {
    background-image: none !important
  }
}

@media (min-width: 1025px) {
  .s19-banner-bg__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: 0;
    background-size: cover;
    background-repeat: no-repeat
  }
}

@media (min-width: 1025px) {
  .s19-banner-bg__bg--single {
    background-size: contain;
    background-position: -30px 20px
  }
}

.s19-banner-bg__bg img {
  display: block;
  width: 100%
}

@media (min-width: 1025px) {
  .s19-banner-bg__bg img {
    display: none
  }
}

.s19-banner-bg__bg--auto {
  background-image: none;
  overflow: hidden
}

.s19-banner-bg__bg--auto img {
  width: auto;
  max-width: 100%
}

@media (min-width: 768px) {
  .s19-banner-bg__bg--auto img {
    display: block;
    height: 100%;
    -webkit-transform: translateX(-27px);
    transform: translateX(-27px)
  }
}

.s19-banner-bg__bg--normal {
  overflow: hidden;
  top: auto
}

.s19-banner-bg__bg--normal img {
  width: auto;
  max-width: 100%
}

@media (min-width: 768px) {
  .s19-banner-bg__bg--normal img {
    display: block
  }
}

.s19-banner-bg__container {
  position: relative;
  width: 100%;
  max-width: 500px;
  z-index: 1;
  padding: 20px 20px 0
}

@media (min-width: 768px) {
  .s19-banner-bg__container {
    padding: 40px 30px 0
  }
}

@media (min-width: 1025px) {
  .s19-banner-bg__container {
    margin: 0 0 0 auto;
    padding: 0
  }
}

.s19-banner-bg__container--bigger {
  max-width: 600px
}

.s19-banner-bg__info {
  display: none
}

@media (min-width: 1025px) {
  .s19-banner-bg__info {
    position: absolute;
    top: 53px;
    left: -19px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 223px;
    height: 46px;
    color: #fff;
    background-color: #E2007A;
    z-index: 1
  }
}

.s19-banner-bg .s19-banner-bg__explanation {
  margin-top: 44px
}

.s19-banner-bg .s19-text__list .s19-text__item::before {
  top: 8px
}

@media (min-width: 1025px) {
  .s19-banner-bg .s19-text__list .s19-text__item::before {
    top: 9px
  }
}

@media (max-width: 1025px) {
  .s19-banner-bg .s19-text__list .s19-text__item--no-link {
    padding: 0 30px 0 15px
  }
}

.s19-banner-bg .s19-button:not(.s19-banner-bg__button) {
  margin-top: 20px;
  margin-right: 16px
}

.s19-banner-bg__button {
  margin-top: 50px
}

.s19-banner-bg p {
  margin-bottom: 8px
}

.s19-btn-back {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 47px;
  height: 47px;
  border: 2px solid #E2007A;
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  outline: none;
  -webkit-transition: -webkit-transform .45s;
  transition: -webkit-transform .45s;
  transition: transform .45s;
  transition: transform .45s, -webkit-transform .45s;
  z-index: 999999
}

@media (min-width: 1025px) {
  .s19-btn-back {
    display: none
  }
}

.s19-btn-back.is-hidden {
  -webkit-transform: translateY(100px);
  transform: translateY(100px)
}

.s19-btn-back::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 18px;
  height: 11px;
  background-image: url("./../img/common/arrow-top.png");
  background-size: cover;
  background-repeat: no-repeat
}

.s19-cards-info {
  margin: 0
}

.s19-cards-info .s19-card {
  margin: 0
}

.s19-banner-my-tauron {
  position: relative;
  padding: 0;
  background-color: #e43381;
  color: #fff
}

@media (min-width: 768px) {
  .s19-banner-my-tauron {
    min-height: 420px
  }
}

.s19-banner-my-tauron__container {
  position: relative;
  margin-bottom: 10px;
  padding: 20px 20px 240px;
  z-index: 1
}

@media (min-width: 768px) {
  .s19-banner-my-tauron__container {
    margin-bottom: 0;
    padding: 40px 30px
  }
}

@media (min-width: 1025px) {
  .s19-banner-my-tauron__container {
    padding: 79px 100px
  }
}

.s19-banner-my-tauron__bg {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 240px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100% 100%
}

@media (min-width: 768px) {
  .s19-banner-my-tauron__bg {
    height: 100%;
    background-size: 370px
  }
}

@media (min-width: 1025px) {
  .s19-banner-my-tauron__bg {
    background-size: 450px
  }
}

.s19-products {
  position: relative
}

@media (min-width: 768px) {
  .s19-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px
  }
}

.s19-products--grow .s19-product {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.s19-products--grow .s19-product-preview__img {
  width: auto
}

.s19-product-lightbox {
  position: fixed;
  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;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none
}

.s19-product-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
  z-index: 999999;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear
}

.s19-product-lightbox::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8)
}

.s19-product-lightbox__container {
  width: 320px;
  max-width: 100%
}

@media (min-width: 768px) {
  .s19-product-lightbox__container {
    position: relative;
    width: 770px
  }
}

@media (min-width: 1600px) {
  .s19-product-lightbox__container {
    width: 1080px
  }
}

.s19-product-lightbox__close {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: none;
  background-image: url("./../img/common/exit-white.png");
  background-repeat: no-repeat;
  background-size: cover;
  outline: none;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.25s linear;
  transition: -webkit-transform 0.25s linear;
  transition: transform 0.25s linear;
  transition: transform 0.25s linear, -webkit-transform 0.25s linear
}

@media (min-width: 768px) {
  .s19-product-lightbox__close {
    top: -28px;
    right: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }
}

.s19-product-lightbox .s19-product-slider__nav {
  bottom: 30px
}

@media (min-width: 768px) {
  .s19-product-lightbox .s19-product-slider__nav {
    bottom: 52px
  }
}

@media (min-width: 1600px) {
  .s19-product-lightbox .s19-product-slider__nav {
    bottom: 78px
  }
}

.s19-product-lightbox .s19-product-slider__nav .swiper-button-next::before, .s19-product-lightbox .s19-product-slider__nav .swiper-button-prev::before {
  background-image: url("./../img/common/arrow-white.png")
}

.s19-product-lightbox .s19-product-slider__nav .swiper-button-next {
  right: 20px
}

@media (min-width: 768px) {
  .s19-product-lightbox .s19-product-slider__nav .swiper-button-next {
    right: 13%
  }
}

@media (min-width: 1600px) {
  .s19-product-lightbox .s19-product-slider__nav .swiper-button-next {
    right: 10%
  }
}

.s19-product-lightbox .s19-product-slider__nav .swiper-button-prev {
  left: 20px
}

@media (min-width: 768px) {
  .s19-product-lightbox .s19-product-slider__nav .swiper-button-prev {
    left: 13%
  }
}

@media (min-width: 1600px) {
  .s19-product-lightbox .s19-product-slider__nav .swiper-button-prev {
    left: 10%
  }
}

.s19-product-lightbox .s19-product-slider__main {
  margin-bottom: 10px
}

.s19-product-lightbox .s19-product-slider__main .swiper-slide {
  height: auto
}

.s19-product-lightbox .s19-product-slider__thumbs {
  margin: 0 auto;
  width: 214px;
  max-width: 100%
}

@media (min-width: 768px) {
  .s19-product-lightbox .s19-product-slider__thumbs {
    width: 520px
  }
}

@media (min-width: 1600px) {
  .s19-product-lightbox .s19-product-slider__thumbs {
    width: 730px
  }
}

.s19-product-lightbox .s19-product-slider__thumbs .swiper-wrapper {
  margin-left: -25%
}

@media (min-width: 768px) {
  .s19-product-lightbox .s19-product-slider__thumbs .swiper-wrapper {
    margin-left: -33%
  }
}

@media (min-width: 1024px) {
  .s19-product-lightbox .s19-product-slider__thumbs .swiper-wrapper {
    margin-left: -173px
  }
}

@media (min-width: 1600px) {
  .s19-product-lightbox .s19-product-slider__thumbs .swiper-wrapper {
    margin-left: -243px
  }
}

.s19-product-lightbox .s19-product-slider__thumbs .swiper-slide {
  padding: 12px;
  height: 79px;
  border-color: #fff;
  width: 50%
}

@media (min-width: 768px) {
  .s19-product-lightbox .s19-product-slider__thumbs .swiper-slide {
    padding: 18px;
    height: 126px;
    width: 33.333%
  }
}

@media (min-width: 1600px) {
  .s19-product-lightbox .s19-product-slider__thumbs .swiper-slide {
    padding: 27px;
    height: 179px
  }
}

.s19-product-lightbox .s19-product-slider__thumbs .swiper-slide:not(.swiper-slide-active) {
  border: none
}

.s19-product-lightbox .s19-product-slider__thumbs .swiper-slide img {
  height: 56px
}

@media (min-width: 768px) {
  .s19-product-lightbox .s19-product-slider__thumbs .swiper-slide img {
    height: 90px
  }
}

@media (min-width: 1600px) {
  .s19-product-lightbox .s19-product-slider__thumbs .swiper-slide img {
    height: 125px
  }
}

.s19-lp-photovoltaics-header--center {
  text-align: center
}

.s19-lp-photovoltaics-header__suptitle {
  margin-bottom: 15px !important;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #3FA7FC
}

.s19-lp-photovoltaics-header__title {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #11293D
}

@media (min-width: 768px) {
  .s19-lp-photovoltaics-header__title {
    font-size: 32px;
    line-height: 39px
  }
}

.s19-lp-photovoltaics-header__desc {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #06263C
}

.s19-lp-photovoltaics-header__desc .s19-button {
  margin-top: 40px
}

.s19-lp-photovoltaics-top {
  position: relative;
  padding-top: 204px;
  padding-bottom: 204px;
  min-height: 621px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden
}

@media (min-width: 768px) {
  .s19-lp-photovoltaics-top {
    min-height: 788px
  }
}

.s19-lp-photovoltaics-top::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(16, 40, 60, 0.8)
}

.s19-lp-photovoltaics-top::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 63px 100vw;
  border-color: transparent transparent #fff transparent
}

@media (min-width: 768px) {
  .s19-lp-photovoltaics-top::after {
    border-width: 0 0 230px 100vw
  }
}

.s19-lp-photovoltaics-top--without-ornament::after {
  display: none
}

.s19-lp-photovoltaics-top--lg {
  padding-top: 114px;
  padding-bottom: 257px
}

@media (min-width: 768px) {
  .s19-lp-photovoltaics-top--lg {
    padding-top: 187px;
    padding-bottom: 189px;
    min-height: 680px
  }
}

.s19-lp-photovoltaics-top--cover-secondary::before {
  background: rgba(16, 40, 60, 0.65)
}

.s19-lp-photovoltaics-top__photo-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.s19-lp-photovoltaics-top__photo {
  -o-object-fit: cover;
  object-fit: cover
}

@media (max-width: 768px) {
  .s19-lp-photovoltaics-top__photo {
    width: 100%;
    height: 100%
  }
}

@media (min-width: 768px) {
  .s19-lp-photovoltaics-top__photo {
    min-width: 100%;
    min-height: 100%
  }
}

.s19-lp-photovoltaics-top__header {
  position: relative;
  max-width: 710px;
  color: #fff
}

.s19-lp-photovoltaics-top__header--blue {
  color: #4461A8
}

.s19-lp-photovoltaics-top__header--width-lg {
  max-width: 573px
}

.s19-lp-photovoltaics-top__title {
  margin: 0 0 19px;
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 0.02em
}

@media (min-width: 768px) {
  .s19-lp-photovoltaics-top__title {
    font-size: 40px;
    line-height: 54px
  }
}

@media (min-width: 1024px) {
  .s19-lp-photovoltaics-top__title {
    font-size: 56px;
    line-height: 59px
  }
}

.s19-lp-photovoltaics-top__title--b-space-lg {
  margin-bottom: 30px
}

.s19-lp-photovoltaics-top__subtitle {
  max-width: 550px;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.02em
}

@media (min-width: 768px) {
  .s19-lp-photovoltaics-top__subtitle {
    font-size: 26px;
    line-height: 31px
  }
}

.s19-lp-photovoltaics-top__button {
  margin-top: 35px
}

@media (min-width: 768px) {
  .s19-lp-photovoltaics-top__button {
    margin-top: 30px
  }
}

.s19-lp-photovoltaics-gallery--v2 {
  position: relative;
  padding-bottom: 50px
}

@media (min-width: 1025px) {
  .s19-lp-photovoltaics-gallery--v2 {
    padding-bottom: 60px
  }
}

.s19-lp-photovoltaics-gallery--v2 .s19-container {
  margin-bottom: 0
}

.s19-lp-photovoltaics-gallery--v2 .s19-lp-photovoltaics-header__suptitle, .s19-lp-photovoltaics-gallery--v2 .s19-lp-photovoltaics-count__current {
  color: #E2007A
}

.s19-lp-photovoltaics-gallery--v2 .s19-lp-photovoltaics-gallery__nav .swiper-button-prev, .s19-lp-photovoltaics-gallery--v2 .s19-lp-photovoltaics-gallery__nav .swiper-button-next {
  border-color: #E2007A
}

.s19-lp-photovoltaics-gallery--v2 .s19-lp-photovoltaics-gallery__nav .swiper-button-prev::after, .s19-lp-photovoltaics-gallery--v2 .s19-lp-photovoltaics-gallery__nav .swiper-button-next::after {
  background-image: url("./../img/common/arrow-right.png")
}

.s19-lp-photovoltaics-gallery__container {
  position: relative
}

@media (min-width: 990px) {
  .s19-lp-photovoltaics-gallery__container {
    margin-left: -23px
  }
}

@media (min-width: 990px) {
  .s19-lp-photovoltaics-gallery__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.s19-lp-photovoltaics-gallery__header {
  padding-bottom: 36px
}

@media (min-width: 990px) {
  .s19-lp-photovoltaics-gallery__header {
    padding-bottom: 150px
  }
}

.s19-lp-photovoltaics-gallery__tablet {
  position: relative;
  min-width: 232px;
  width: 232px;
  height: 344px;
  margin-left: -11px
}

@media (min-width: 768px) {
  .s19-lp-photovoltaics-gallery__tablet {
    margin-left: -25px;
    min-width: 480px;
    width: 480px;
    height: 725px
  }
}

@media (min-width: 990px) {
  .s19-lp-photovoltaics-gallery__tablet {
    margin-left: 0
  }
}

.s19-lp-photovoltaics-gallery__tablet::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("./../img/fotowoltaika/tablet.png");
  background-size: contain;
  background-repeat: no-repeat
}

.s19-lp-photovoltaics-gallery__image {
  position: relative;
  min-width: 232px;
  width: 232px;
  height: 344px;
  margin-left: -11px
}

@media (min-width: 768px) {
  .s19-lp-photovoltaics-gallery__image {
    margin-left: -25px;
    min-width: 480px;
    width: 480px;
    height: 725px
  }
}

@media (min-width: 990px) {
  .s19-lp-photovoltaics-gallery__image {
    margin-left: 0
  }
}

.s19-lp-photovoltaics-gallery__photo {
  position: absolute;
  top: 11.5%;
  left: 10.5%;
  right: 0;
  bottom: 0;
  width: 77.9%;
  height: 69%;
  background-size: cover;
  background-repeat: no-repeat
}

.s19-lp-photovoltaics-gallery__photo--bg-size-normal {
  width: 100%;
  height: auto;
  background-size: contain;
  background-position: 100% 0
}

.s19-lp-photovoltaics-gallery__content {
  width: 100%
}

@media (min-width: 990px) {
  .s19-lp-photovoltaics-gallery__content {
    margin-left: 50px;
    padding-top: 234px;
    max-width: 375px
  }
}

@media (min-width: 1366px) {
  .s19-lp-photovoltaics-gallery__content {
    margin-left: 140px
  }
}

.s19-lp-photovoltaics-gallery__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media (min-width: 990px) {
  .s19-lp-photovoltaics-gallery__nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 630px;
    height: 50px;
    z-index: 1
  }
}

@media (min-width: 1110px) {
  .s19-lp-photovoltaics-gallery__nav {
    bottom: 149px
  }
}

@media (min-width: 1366px) {
  .s19-lp-photovoltaics-gallery__nav {
    width: 720px
  }
}

@media (min-width: 990px) {
  .s19-lp-photovoltaics-gallery__nav--b-pos-lg {
    bottom: 66px
  }
}

.s19-lp-photovoltaics-gallery__nav .swiper-button-prev, .s19-lp-photovoltaics-gallery__nav .swiper-button-next {
  position: static;
  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;
  width: 50px;
  height: 50px;
  border: 1px solid #3FA7FC;
  margin: 0;
  background-image: none;
  background-color: #fff;
  cursor: pointer
}

.s19-lp-photovoltaics-gallery__nav .swiper-button-prev::after, .s19-lp-photovoltaics-gallery__nav .swiper-button-next::after {
  content: '';
  width: 8px;
  height: 14px;
  background-size: cover;
  background-image: url("./../img/common/arrow-blue.png")
}

.s19-lp-photovoltaics-gallery__nav .swiper-button-prev:first-of-type, .s19-lp-photovoltaics-gallery__nav .swiper-button-next:first-of-type {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  border-left: none
}

.s19-lp-photovoltaics-gallery .swiper-slide {
  opacity: 0 !important;
  pointer-events: none
}

.s19-lp-photovoltaics-gallery .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
  pointer-events: auto
}

.s19-lp-photovoltaics-gallery__ornament {
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
  width: 160px
}

@media (min-width: 1025px) {
  .s19-lp-photovoltaics-gallery__ornament {
    width: 424px
  }
}

.s19-lp-photovoltaics-gallery__ornament svg {
  display: block;
  width: 100%;
  height: auto
}

.s19-lp-photovoltaics-top + .s19-lp-photovoltaics-gallery {
  margin-top: -203px
}

@media (min-width: 768px) {
  .s19-lp-photovoltaics-top + .s19-lp-photovoltaics-gallery {
    margin-top: -273px
  }
}

@media (min-width: 768px) {
  .s19-lp-photovoltaics-top + .s19-lp-photovoltaics-gallery--v2 {
    margin-top: -170px
  }
}

.s19-lp-photovoltaics-form {
  overflow: hidden
}

.s19-lp-photovoltaics-form--v2 .s19-lp-photovoltaics-form__bg {
  height: 343px
}

@media (min-width: 768px) {
  .s19-lp-photovoltaics-form--v2 .s19-lp-photovoltaics-form__bg {
    height: 628px
  }
}

.s19-lp-photovoltaics-form--v2 .s19-lp-photovoltaics-form__bg::after {
  display: none
}

@media (min-width: 768px) {
  .s19-lp-photovoltaics-form--v2 .s19-lp-photovoltaics-form__box {
    margin-top: -374px
  }
}

.s19-lp-photovoltaics-form__bg {
  position: relative;
  height: 318px;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 66% 0
}

@media (min-width: 768px) {
  .s19-lp-photovoltaics-form__bg {
    height: 658px
  }
}

.s19-lp-photovoltaics-form__bg::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 63px 0 0 100vw;
  border-color: transparent transparent transparent #fff
}

@media (min-width: 768px) {
  .s19-lp-photovoltaics-form__bg::after {
    border-width: 230px 0 0 100vw
  }
}

.s19-lp-photovoltaics-form__bg-ornament {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 138px;
  overflow: hidden
}

@media (min-width: 768px) {
  .s19-lp-photovoltaics-form__bg-ornament {
    height: 326px
  }
}

.s19-lp-photovoltaics-form__bg-ornament svg {
  display: inline-block;
  min-width: 100%;
  height: auto
}

.s19-lp-photovoltaics-form__box {
  margin: -177px auto 0;
  padding: 35px 20px 30px;
  max-width: 810px;
  background: #fff;
  border: 1px solid #F5F5F5;
  -webkit-box-shadow: 0 0 31px rgba(174, 174, 174, 0.25);
  box-shadow: 0 0 31px rgba(174, 174, 174, 0.25)
}

@media (min-width: 768px) {
  .s19-lp-photovoltaics-form__box {
    margin-top: -390px;
    padding: 40px 40px 50px
  }
}

@media (min-width: 990px) {
  .s19-lp-photovoltaics-form__box {
    padding: 40px 100px 108px
  }
}

.s19-lp-photovoltaics-form__header {
  margin-bottom: 147px
}

.s19-lp-photovoltaics-partners {
  margin-top: 14px
}

@media (min-width: 1024px) {
  .s19-lp-photovoltaics-partners {
    margin-top: 0
  }
}

.s19-lp-photovoltaics-partners__container {
  margin: 0 auto;
  max-width: 516px
}

@media (min-width: 768px) {
  .s19-lp-photovoltaics-partners__container {
    text-align: center
  }
}

.s19-lp-photovoltaics-partners__header {
  margin-bottom: 23px
}

@media (min-width: 768px) {
  .s19-lp-photovoltaics-partners__header {
    margin-bottom: 31px
  }
}

.s19-lp-photovoltaics-partners__logo {
  display: inline-block;
  width: 65px
}

@media (min-width: 768px) {
  .s19-lp-photovoltaics-partners__logo {
    width: 80px
  }
}

.s19-lp-photovoltaics-partners__partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 19px;
  font-weight: 600
}

@media (min-width: 768px) {
  .s19-lp-photovoltaics-partners__partners {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 52px;
    padding-left: 52px
  }
}

.s19-lp-photovoltaics-partners__partners--normal {
  padding: 0
}

@media (min-width: 768px) {
  .s19-lp-photovoltaics-partners__partners--normal {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.s19-lp-photovoltaics-partners__partners--normal .s19-lp-photovoltaics-partner {
  width: auto
}

.s19-lp-photovoltaics-partners__partners--normal .s19-lp-photovoltaics-partner, .s19-lp-photovoltaics-partners__partners--normal .s19-lp-photovoltaics-partner__logo {
  margin: 0
}

.s19-lp-photovoltaics-partners__partners--normal p.s19-lp-photovoltaics-partners__text {
  margin-bottom: 13px
}

@media (min-width: 768px) {
  .s19-lp-photovoltaics-partners__partners--normal p.s19-lp-photovoltaics-partners__text {
    margin-top: 0 !important;
    margin-right: 60px;
    margin-bottom: 0
  }
}

.s19-lp-photovoltaics-partners p.s19-lp-photovoltaics-partners__text {
  margin-top: 12px;
  width: 100%
}

@media (min-width: 768px) {
  .s19-lp-photovoltaics-partners p.s19-lp-photovoltaics-partners__text {
    width: auto
  }
}

.s19-lp-photovoltaics-list {
  position: relative;
  margin-top: 80px;
  margin-bottom: 80px
}

@media (min-width: 768px) {
  .s19-lp-photovoltaics-list {
    margin-top: 124px;
    margin-bottom: 120px
  }
}

.s19-lp-photovoltaics-list__ornament {
  display: none
}

@media (min-width: 768px) {
  .s19-lp-photovoltaics-list__ornament {
    display: block;
    position: absolute;
    top: -337px;
    left: 0;
    width: 305px
  }
}

@media (min-width: 768px) {
  .s19-lp-photovoltaics-list__ornament svg {
    display: block;
    width: 100%;
    height: auto
  }
}

.s19-lp-photovoltaics-list__container {
  margin: 0 20px
}

.s19-lp-photovoltaics-list__box {
  position: relative;
  margin: 0 auto;
  padding: 50px 20px 0;
  max-width: 1166px;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  background-color: #FAFAFA;
  overflow: hidden
}

@media (min-width: 768px) {
  .s19-lp-photovoltaics-list__box {
    padding: 80px 100px 0
  }
}

.s19-lp-photovoltaics-list__header {
  margin-bottom: 60px
}

@media (min-width: 768px) {
  .s19-lp-photovoltaics-list__header {
    margin-bottom: 118px
  }
}

.s19-lp-photovoltaics-list__title {
  margin: 0
}

@media (min-width: 768px) {
  .s19-lp-photovoltaics-list__title {
    margin-right: 85px;
    max-width: 593px
  }
}

.s19-lp-photovoltaics-list__photo-box {
  display: none
}

@media (min-width: 1025px) {
  .s19-lp-photovoltaics-list__photo-box {
    display: block;
    position: absolute;
    top: 30px;
    right: 130px;
    width: 260px;
    height: 201px
  }
}

.s19-lp-photovoltaics-list__photo {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.s19-lp-photovoltaics-list__list {
  margin: 0;
  padding: 0;
  list-style-type: none
}

.s19-lp-photovoltaics-list__item {
  padding: 20px 0;
  font-size: 18px;
  line-height: 24px;
  border-bottom: 1px solid #E5E5E5
}

@media (min-width: 768px) {
  .s19-lp-photovoltaics-list__item {
    padding: 24px 0;
    font-size: 20px;
    line-height: 28px
  }
}

.s19-lp-photovoltaics-list__item:not(:first-child) {
  border-top: 1px solid #E5E5E5;
  margin-top: -1px
}

.s19.s19-lp-overproduction {
  margin-top: 0
}

.s19-lp-overproduction-header {
  position: relative;
  margin-bottom: 0;
  padding-top: 138px;
  padding-bottom: 322px;
  background-color: #C6F2F0;
  overflow: hidden
}

@media (min-width: 1025px) {
  .s19-lp-overproduction-header {
    padding-top: 191px;
    padding-bottom: 334px
  }
}

.s19-lp-overproduction-header--bg-lightest {
  background-color: #fff
}

.s19-lp-overproduction-header--bg-light-blue {
  background-color: #DAF2FF
}

.s19-lp-overproduction-header--second {
  padding-top: 375px;
  padding-bottom: 38px
}

@media (min-width: 1025px) {
  .s19-lp-overproduction-header--second {
    padding-top: 421px;
    padding-bottom: 170px
  }
}

.s19-lp-overproduction-header__container {
  position: relative;
  z-index: 1
}

@media (min-width: 768px) {
  .s19-lp-overproduction-header__container {
    max-width: 44.53%
  }
}

@media (min-width: 1025px) {
  .s19-lp-overproduction-header__container--second {
    padding-left: 105px;
    max-width: 48.53%
  }
}

.s19-lp-overproduction-header__title {
  margin-top: 0;
  margin-bottom: 10px
}

@media (min-width: 768px) {
  .s19-lp-overproduction-header__title {
    margin-bottom: 20px
  }
}

.s19-lp-overproduction-header__btn {
  margin-top: 25px
}

.s19-lp-overproduction-header__photo-box {
  position: relative;
  margin-top: -60px;
  margin-bottom: -73px;
  min-width: 120%;
  z-index: 1
}

@media (min-width: 768px) {
  .s19-lp-overproduction-header__photo-box {
    position: absolute;
    top: 2%;
    right: 0;
    width: 46.63%;
    min-width: auto;
    max-width: 700px
  }
}

.s19-lp-overproduction-header__photo-box--second {
  margin-top: 50px;
  margin-bottom: 0;
  min-width: auto;
  padding: 0 35px 0 25px
}

@media (min-width: 768px) {
  .s19-lp-overproduction-header__photo-box--second {
    top: auto;
    right: 11.71%;
    margin-top: 0;
    padding: 0;
    bottom: 9.8%;
    width: 30.23%;
    max-width: 500px
  }
}

.s19-lp-overproduction-header__photo {
  width: 100%;
  height: 100%
}

.s19-lp-overproduction-header__ornament {
  position: absolute;
  max-width: 100%
}

.s19-lp-overproduction-header__ornament:first-of-type {
  display: none;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-57%);
  transform: translateX(-57%);
  min-width: 33.89%;
  fill: #E2007A
}

@media (min-width: 768px) {
  .s19-lp-overproduction-header__ornament:first-of-type {
    display: block
  }
}

.s19-lp-overproduction-header__ornament:nth-of-type(2) {
  bottom: 352px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 1131px;
  min-height: 1031px;
  fill: #78DBE0
}

@media (min-width: 768px) {
  .s19-lp-overproduction-header__ornament:nth-of-type(2) {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    -webkit-transform: translate(40%, -33%);
    transform: translate(40%, -33%);
    min-width: 62%;
    min-height: 91%
  }
}

.s19-lp-overproduction-header__ornament--second:first-of-type {
  display: block;
  right: 0;
  bottom: 23px;
  left: auto;
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  min-width: 502px;
  min-height: 502px;
  fill: #B1EDEC
}

@media (min-width: 768px) {
  .s19-lp-overproduction-header__ornament--second:first-of-type {
    min-width: 62%;
    min-height: 91%
  }
}

.s19-lp-overproduction-banner {
  position: relative;
  height: 0;
  z-index: 1
}

.s19-lp-overproduction-banner__container {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 30px 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 27px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 27px rgba(0, 0, 0, 0.1);
  border-radius: 20px
}

@media (min-width: 768px) {
  .s19-lp-overproduction-banner__container {
    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;
    padding: 38px 28px 78px
  }
}

.s19-lp-overproduction-banner__photo-box {
  margin-bottom: 10px
}

@media (min-width: 768px) {
  .s19-lp-overproduction-banner__photo-box {
    margin-right: 70px;
    margin-bottom: 0;
    width: 44.23%
  }
}

.s19-lp-overproduction-banner__photo {
  width: 100%
}

@media (min-width: 768px) {
  .s19-lp-overproduction-banner__header {
    width: 42.87%;
    margin-right: 72px
  }
}

.s19-lp-overproduction-tiles {
  padding: 80px 0
}

@media (min-width: 768px) {
  .s19-lp-overproduction-tiles {
    padding: 140px 0 110px
  }
}

@media (min-width: 768px) {
  .s19-lp-overproduction-tiles__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px -10px 10px
  }
}

.s19-lp-overproduction-tile {
  margin: 10px 0;
  padding: 30px 20px;
  width: 100%;
  border: 1px solid #EDEDED;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06)
}

@media (min-width: 768px) {
  .s19-lp-overproduction-tile {
    margin: 10px;
    padding: 30px 30px 37px;
    width: calc(50% - 20px)
  }
}

@media (min-width: 992px) {
  .s19-lp-overproduction-tile {
    width: calc(33.333% - 20px)
  }
}

.s19-lp-overproduction-tile__icon {
  margin-bottom: 25px;
  height: 40px;
  width: auto
}

.s19-lp-overproduction-tile p {
  margin-bottom: 18px
}

.s19-lp-overproduction-tile p:last-child {
  margin-bottom: 0
}

.s19-lp-overproduction-info {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 60px;
  padding-top: 72px;
  background-color: #C6F2F0
}

@media (min-width: 768px) {
  .s19-lp-overproduction-info {
    margin-bottom: 181px;
    padding-top: 75px
  }
}

@media (min-width: 992px) {
  .s19-lp-overproduction-info {
    padding-top: 117px;
    padding-bottom: 0
  }
}

@media (min-width: 768px) {
  .s19-lp-overproduction-info__container {
    margin-left: auto;
    margin-right: 0;
    width: 50%
  }
}

.s19-lp-overproduction-info__header {
  position: relative;
  padding: 0 16px;
  z-index: 1
}

@media (min-width: 768px) {
  .s19-lp-overproduction-info__header {
    margin-bottom: 49px;
    padding: 0 40px 0 0
  }
}

@media (min-width: 992px) {
  .s19-lp-overproduction-info__header {
    margin-bottom: 119px;
    padding: 0 154px 0 0
  }
}

.s19-lp-overproduction-info__header .s19-text__item {
  margin-bottom: 6px
}

@media (min-width: 768px) {
  .s19-lp-overproduction-info__header .s19-text__item {
    margin-bottom: 16px
  }
}

.s19-lp-overproduction-info__header .s19-text__item::before {
  top: 6px !important
}

@media (min-width: 768px) {
  .s19-lp-overproduction-info__header .s19-text__item::before {
    top: 8px !important
  }
}

.s19-lp-overproduction-info__logo {
  position: absolute;
  top: 0;
  right: 0;
  height: 52px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%)
}

@media (min-width: 992px) {
  .s19-lp-overproduction-info__logo {
    right: 100px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    height: 64px
  }
}

.s19-lp-overproduction-info__title {
  margin-top: 0;
  margin-bottom: 20px
}

@media (min-width: 768px) {
  .s19-lp-overproduction-info__title {
    max-width: 289px;
    margin-bottom: 28px
  }
}

.s19-lp-overproduction-info__photo-box {
  position: relative
}

@media (min-width: 768px) {
  .s19-lp-overproduction-info__photo-box {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 43.92%
  }
}

.s19-lp-overproduction-info__photo {
  position: relative;
  display: block;
  max-width: 100%;
  z-index: 1
}

@media (min-width: 768px) {
  .s19-lp-overproduction-info__photo {
    margin-left: 63px
  }
}

.s19-lp-overproduction-info__ornament {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  max-width: 100%
}

@media (min-width: 768px) {
  .s19-lp-overproduction-info__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
}

.s19-lp-overproduction-info__tiles {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #9AE2E1
}

@media (min-width: 768px) {
  .s19-lp-overproduction-info__tiles {
    margin-top: 14px;
    margin-bottom: -81px
  }
}

.s19-lp-overproduction-info-tile {
  position: relative;
  padding: 12px 18px;
  width: 33.333%;
  text-align: center
}

@media (min-width: 1200px) {
  .s19-lp-overproduction-info-tile {
    width: 28%;
    padding: 24px 21px 21px
  }
}

.s19-lp-overproduction-info-tile:first-of-type {
  background-color: #8CD8DD
}

.s19-lp-overproduction-info-tile:nth-of-type(2) {
  background-color: #B1EDEC
}

.s19-lp-overproduction-info-tile:nth-of-type(3) {
  background-color: #9AE2E1
}

.s19-lp-overproduction-info-tile__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap
}

.s19-lp-overproduction-info-tile__title span {
  padding-top: 9px;
  font-size: 11px;
  line-height: 15px;
  font-weight: 400
}

@media (min-width: 768px) {
  .s19-lp-overproduction-info-tile__title span {
    padding-top: 14px;
    font-size: 18px;
    line-height: 24px
  }
}

.s19-lp-overproduction-info-tile__desc {
  font-size: 12px;
  line-height: 15px
}

@media (min-width: 768px) {
  .s19-lp-overproduction-info-tile__desc {
    font-size: 18px;
    line-height: 24px
  }
}

.s19-lp-overproduction-info-tooltip {
  position: relative
}

.s19-lp-overproduction-info-tooltip.is-active .s19-lp-overproduction-info-tooltip__info {
  opacity: 1;
  pointer-events: auto
}

.s19-lp-overproduction-info-tooltip__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 20px auto 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  color: #858585
}

@media (min-width: 768px) {
  .s19-lp-overproduction-info-tooltip__btn {
    margin: 0
  }
}

.s19-lp-overproduction-info-tooltip__btn svg {
  margin-right: 10px
}

.s19-lp-overproduction-info-tooltip__info {
  position: absolute;
  top: -17px;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  width: calc(100% - 16px);
  border: 1px solid #BFBFBF;
  background-color: #fff;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear
}

@media (min-width: 768px) {
  .s19-lp-overproduction-info-tooltip__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    top: 50%;
    left: -49px;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    width: 544px
  }
}

.s19-lp-overproduction-info-tooltip__info::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%) rotate(45deg);
  transform: translate(-50%, 50%) rotate(45deg);
  width: 22px;
  height: 22px;
  background-color: #fff;
  border: 1px solid #BFBFBF;
  z-index: -1
}

@media (min-width: 768px) {
  .s19-lp-overproduction-info-tooltip__info::before {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    -webkit-transform: translate(50%, -50%) rotate(45deg);
    transform: translate(50%, -50%) rotate(45deg)
  }
}

.s19-lp-overproduction-info-tooltip__exit {
  position: absolute;
  top: 10px;
  right: 10px
}

.s19-lp-overproduction-info-tooltip__content {
  padding: 30px 20px;
  background-color: #fff
}

@media (min-width: 768px) {
  .s19-lp-overproduction-info-tooltip__content {
    padding: 20px 31px 20px 20px
  }
}

.s19-lp-overproduction-info-tooltip__content p {
  margin-bottom: 20px
}

.s19-lp-overproduction-info-tooltip__content p:last-child {
  margin-bottom: 0
}

.s19-lp-overproduction-info button {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  outline: none;
  cursor: pointer
}

.s19-banner-alert {
  position: relative;
  border: 1px solid #E2007A;
  max-width: 968px;
  margin-left: auto;
  margin-right: auto
}

.s19-banner-alert::before {
  content: '';
  position: absolute;
  top: 0;
  left: 30px;
  height: 30px;
  width: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("./../img/common/alert.png");
  background-size: cover;
  background-repeat: no-repeat
}

@media (min-width: 768px) {
  .s19-banner-alert::before {
    left: 64px;
    height: 44px;
    width: 44px
  }
}

.s19-banner-alert__header {
  padding: 30px 30px 36px
}

@media (min-width: 768px) {
  .s19-banner-alert__header {
    padding: 37px 64px 36px
  }
}

@media (min-width: 768px) {
  .s19-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.s19-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none
}

.s19-lp-photovoltaics {
  position: relative;
  margin-top: 0
}

.s19-lp-photovoltaics__container, .s19-lp-photovoltaics .s19-container:not(.s19-container--normal) {
  position: relative;
  padding-right: 20px;
  padding-left: 20px
}

@media (min-width: 768px) {
  .s19-lp-photovoltaics__container, .s19-lp-photovoltaics .s19-container:not(.s19-container--normal) {
    padding-right: 100px;
    padding-left: 100px
  }
}

@media (min-width: 1025px) {
  .s19-lp-photovoltaics__container, .s19-lp-photovoltaics .s19-container:not(.s19-container--normal) {
    padding-right: 120px;
    padding-left: 120px
  }
}

@media (min-width: 1025px) {
  .s19-lp-photovoltaics .s19-btn-back {
    display: block
  }
}

.s19-color-primary {
  color: #E2007A
}

.s19-border-primary {
  border-color: #E2007A
}

.s19-bg-green {
  background-color: #8BB63A
}

.s19-container {
  margin-bottom: 50px;
  padding-right: 20px;
  padding-left: 20px
}

@media (min-width: 1025px) {
  .s19-container {
    margin: 0 auto 60px;
    width: 100%;
    max-width: 1207px
  }
}

.s19-container--full {
  max-width: 100%
}

.s19-container--bottom-medium {
  margin-bottom: 70px
}

@media (min-width: 1025px) {
  .s19-container--bottom-medium {
    margin-bottom: 100px
  }
}

.s19-container--no-bottom {
  margin-bottom: 0
}

.s19-container--bottom-small {
  margin-bottom: 30px
}

.s19-container--bottom-extra-small {
  margin-bottom: 20px
}

.s19-container--no-left-right-space {
  padding-right: 0;
  padding-left: 0
}
