html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    letter-spacing: 0.0px;
}
@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Light.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('../font/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../font/OpenSans-CondLight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
a {
    text-decoration: none;
}

.main-menu ol, .main-menu ul, .select-topic ol, .select-topic ul, .content-app ul, .content-pricing ul, .header-calculates ul, .content-special-offer-1 ul, .content-special-offer-2 ul, .content-special-offer-3 ul, .footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

textarea:focus {
    outline: none;
    -webkit-box-shadow: rgba(233, 31, 94, 1) 0px 0 10px;
    -moz-box-shadow: rgba(233, 31, 94, 1) 0 0 10px;
    box-shadow: rgba(233, 31, 94, 1) 0 0 10px;
}

input:focus {
    outline: none;
    -webkit-box-shadow: rgba(233, 31, 94, 1) 0px 0 10px;
    -moz-box-shadow: rgba(233, 31, 94, 1) 0 0 10px;
    box-shadow: rgba(233, 31, 94, 1) 0 0 10px;
}

input::-ms-clear {
    display: none;
}

input[type=number]:focus {
    outline: none;
}

.raidxi-modal {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
    display: none;
    align-items: center;
    justify-content: center;
}

.raidxi-modal .raidxi-modal-content {
    background-image: url(../img/raidXI/raidXIpackages.png);
    width: 100%;
    max-width: 500px;
    height: 500px;
    display: flex;
    position: relative;
    flex-direction: column;
    background-size: contain;
    background-repeat: no-repeat;
}
.raidxi-modal .raidxi-modal-content .close-icon {
    background-image: url(../img/raidXI/close-icon.svg);
    width: 32px;
    height: 32px;
    margin: 5px 2px auto auto;
    cursor: pointer;
    z-index: 999;
}
.raidxi-modal-content a {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}
.global-discount-label{
  background-color: #E90855;
  text-align: center;
  padding: 13px 25px;
  color: white;
  font-weight: 700;
  position: relative;
}
.close-discount-label{
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}
.scroll-pane {
    width: 100%;
    height: 200px;
    overflow: auto;
}

.horizontal-only {
    height: auto;
    max-height: 200px;
}
.col-50{
    max-width: 50%;
    flex: 1 0 50%;
}
.bold{
    font-family: 'Roboto-Regular';
    font-weight: 700;
}
.pink{
  color: #E90855;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

select::-ms-expand {
    display: none;
}

select:focus {
    outline: none;
}

select:hover {
    background-color: #e91f5e;
    color: white;
    cursor: pointer;
}

button:focus {
    outline: none;
}

span:focus {
    outline: none;
}
.personal-offer{
    text-decoration: underline;
    color: #41CDA8;
    font-family: 'Roboto-Regular';
    font-weight: 700;
}
.content-pricing .button{
    display: inline-block;
    padding: 22px 45px;
    background-color: #41CDA8;
    font-size: 16px;
    font-family: 'Roboto-Regular';
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
}
.row{
    display: flex;
}
.row .col-content{
    padding: 6px;
}
/* HEDER */
div.logo-header a {
    background: url(../img/kcalmar-pro-logo.png) center center no-repeat;
    background-size: 100%;
    width: 66px;
    height: 123px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    margin-left: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.header {
    height: 600px;
    color: #fff;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/backgrounds/pricing_back.jpg) center top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    overflow: hidden;
    position: relative;
    line-height: 120%;
}
.header .wrapper {
    max-width: 1000px;
    margin: 15px auto;
}
.header h1 {
    color: #FFFFFF;
    font-family: 'Roboto';
    font-size: 48px;
    font-weight: 300;
    line-height: 64px;
    text-align: center;
    padding-bottom: 20px;
}
.header-content{
    margin-top: 140px;
    text-align: center;
}
.header-content h1{
    margin: auto;
}
.header-content p{
    font-size:13px;
    line-height: 20px;
}
.header-content .subtitle{
    font-weight: 700;
    font-size:15px;
}
.header-content .col{
    margin-left: auto;
    margin-right: auto;
    flex-basis: 37%;
}
.header-content .header-main-col{
  flex-basis: 26%;
}
.header-content .col .col-content {
    display: inline-block;
    line-height: 30px;
    width: calc(100% - 85px);
}
.header-content .header-main-col .col-content{
  width: calc(100% - 12px);
}
.header-center-title p{
  font-size: 17px;
  line-height: 24px;
}
.main-menu-wrapper {
    position: absolute;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
   /* padding-top: 20px;*/
}
.main-menu-wrapper.fixed{
    position: fixed;
    top: 0px;
    padding-bottom: 15px;
    height: 135px;
    background: rgba(44, 44, 44, 0.86);;
    z-index: 999;
    box-shadow: 0 0 10px black;
    width: 100%;
}
.main-menu-wrapper .wrapper{
    margin-top: 0px !important;
}
.main-menu-wrapper.fixed div.logo-header a {
    width: 35px;
    height: 60px;
    margin-left: 10px;
    margin-right: 31px;
}
.main-menu-wrapper.fixed div.logo-header.logo-iez a {
    width: 112px;
    height: 58px;
    margin-left: 10px;
    margin-right: 0px;
}
.main-menu.fixed .main-menu-container{
    display: table;
    margin: auto;
    -webkit-animation: ease 1500ms all;
    -moz-animation: ease 1500ms all;
    -o-animation: ease 1500ms all;
    animation: ease 1500ms all;
}

.main-menu:after {
    content: "";
    clear: both;
    display: block;
}

.main-menu .active {
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
}

.main-menu h2 {
    line-height: 0;
    margin: 0;
    text-indent: -10000px;
}

.main-menu li {
    float: left;
    margin: 5px 8px 18px 8px;
    padding-top: 12px;
    opacity: 0.9;
    overflow: hidden;
}

.main-menu a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 75%;
}

.main-menu a:hover {
    color: #e82867;
}
.main-menu.fixed a:hover {
    color: #51001a;
}
.main-menu li a.login-button, .main-menu li a.com-button {
    background-color: #656766;
    display: block;
    padding: 15px 25px;
    border-radius: 100px;
    position: relative;
    top: -11px;
}

.main-menu li:hover a.login-button {
    background-color: #e82867;
    color: #fff;
}
.main-menu li:hover a.com-button {
    background-color: #00d3b4;
    color: #fff;
}
.main-menu li:after {
    content: "";
    clear: both;
    display: block;
}

nav.main-menu-hamburger {
    display: none;
}
/* NEW PRICING */
.flex-right{
  display: flex;
  justify-content: flex-end;
}
.content-pricing{
    margin-top: -221px;
}
.content-pricing .wrapper{
    max-width: 1000px;
    margin: 15px auto;
}
/* Conference */
.conference-panel{
  width: 100%;
  align-items: center;
  background-color: #F25C5C;
  box-sizing: border-box;
  font-size: 13px;
  color: #FFF;
  justify-content: space-around;
  padding: 15px 15px;
  display: flex;
  flex-wrap: wrap;
  font-family: 'Montserrat', sans-serif;
}

.conference-panel .row-f{
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin-right: 30px;
}

.conference-panel .row-f img{
  max-height: 30px;
  margin: 0px 10px;
}

.conference-panel .row-f span{
  margin-right: 10px;
}

.conference-panel .row-f .bold{
  font-weight: bold;
  text-transform: uppercase;
}

.conference-panel a{
  border: 2px solid #FFF;
  border-radius: 20px;
  color: #FFF;
  font-weight: bold;
  box-sizing: border-box;
  padding: 10px 15px;
  text-transform: uppercase;
}

.back-to-school-promo .desktop-button{
    display: flex!important;
}

.back-to-school-promo .mobile-button{
    display: none!important;
}

@media(max-width: 770px) {
    .conference-panel .row-f {
      margin-right: 0;
      white-space: inherit;
      flex-direction: column;
    }

    .back-to-school-promo .desktop-button{
        display: none!important;
    }

    .back-to-school-promo .mobile-button{
        display: flex!important;
    }
}
@media screen and (max-width: 962px){
    .conference-panel{
      padding-right: 25px;
      text-align: center;
    }
}
@media screen and (max-width: 800px){
    .conference-panel .row-f{
      white-space: inherit;
    }
}
@media screen and (max-width: 435px){
    .conference-panel a{
      margin-top: 20px;
    }
    .conference-panel .row-f img{
      display: none;
    }
    .conference-panel .row-f .bold {
      margin: 5px auto;
    }
}

.has-tooltip{
  position: relative;
  z-index: 9;
}
.has-tooltip:hover .tooltip{
  display: block;
}
.tooltip{
  display: none;
  width: 200px;
  background-color: #4a4a4a;
  color: white;
  border-radius: 5px;
  padding: 20px;
  font-size: 13px;
  text-decoration: none;
  position: absolute;
  bottom: calc(100% + 10px);
  left: -25px;
}
.tooltip:before{
  content: '';
  display: inline-block;
  position: absolute;
  top: 100%;
  width: 0px;
  height: 0px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #4a4a4a;
}
/* PLANS XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
.step-one-content{
  position: relative;
  overflow: visible;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 30px;
}
.step-one-content .step-title-container{
  position: relative;
  margin-bottom: 90px;
}
.button-wrapper--mobile{
  display: none;
}
.more-info a{
  text-decoration: underline;
  color: #41CDA8;
  font-family: 'Roboto-Regular';
  font-weight: 700;
}
.row .col-content{
  padding: 6px;
}
.plan {
  border-radius: 5px;
  border-left: 1px solid white;
}
.plans-wrapper{
  display: block;
  position: relative;
}
.plans-carousel-view{
  display: flex;
}
.plans-carousel-view a{
  display: none;
  position: absolute;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 600;
  font-family: 'Roboto-Regular';
  background-color: #41CDA8;
  text-transform: uppercase;
  padding-top: 14px;
  padding-bottom: 13px;
  width: 100%;
  text-align: center;
  bottom: -41px;
  border-radius: 0 0 5px 5px;
}
.vip-short-description{
  width: max-content;
  z-index: 2;
  border-radius: 20px;
  transform: translateX(-64%);
  margin-left:  auto;
  margin-top: 60px;
  font-weight: 700;
}
.plan-line{
  width: 45%;
  max-width: 45%;
  background-color: #F5F5F5;
  height: 3px;
  z-index: 2;
  border-radius: 20px;
  transform: translateX(-15%);
  margin: -14px auto 0 auto;
}
.plan-line:after{
  content: '';
  position: absolute;
  width: 0%;
  background-color: #41CDA8;
  border-radius: 25px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.plan-line.l1:after {
  width: calc(100% / 4 - 20px)
}
.plan-line.l2:after{
  width: calc(100% / 2 - 20px);
}
.plan-line.l3:after{
  width: calc(100% * 2 / 3 + 20px);
}
.plan-line.l4:after{
  width: 100%;
}
.plan-period-line {
  width: calc(53%);
  max-width: calc(53%);
  transform: translateX(2);
  margin: 30px auto 0 auto;
}
.plan-period {
  margin-right: 40px;
  margin-left: 11px;
}
.plan-period:last-of-type {
    margin-left: -10px;
}
.plan-period.active {
  font-weight: 700;
}
.plan-point{
  cursor:  pointer;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid #41CDA8;
  position: absolute;
  top: 2px;
  transform: translateY(-54%);
  border-radius: 20px;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plan-point-hovered {
    display: none;
    height: 10px;
    width: 10px;
    background-color: #41CDA8;
    border-radius: 8px;
}
.plan-point:hover .plan-point-hovered {
    display: block;
}
.plan-point.active{
  background-color: #41CDA8;
}
.plan-point.active .plan-point-hovered {
  display: none;
}
.plan-point-tick {
    display: none;
}
.plan-point.active.active-tick .plan-point-tick {
  display: inline-block;
  transform: rotate(45deg);
  height: 11px;
  width: 5px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  margin-bottom: 3px;
}
.plan-point:nth-child(1){
  left: 16%;
}
.plan-point:nth-child(2){
  left: calc(100% / 2 - 36px);
}
.plan-point:nth-child(3){
  left: calc(200% / 3 + 15px);
}
.plan-point:nth-child(4){
  left: calc(100% - 10px);
}
.plans-carousel{
  display: flex;
}
#plandetail {
    position: relative;
}
#pladetails-anchor {
    position: absolute;
    top: -100px;
}
.plan{
  color: black;
  background-color: #E6E6E6;
  position: relative;
  cursor: pointer;
  flex-basis: 25%;
  transition: all 0.3s ease-in-out;
}
.plan:hover{
  background-color: #dddddd;
}
.plan-label{
  position: absolute;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 600;
  font-family: 'Roboto-Regular';
  background-color: #41CDA8;
  text-transform: uppercase;
  padding: 13px 0;
  width: 100%;
  text-align: center;
  top: -38px;
  border-radius: 5px 5px 0 0;
}
.plan.active-label .active-plan-label {
  display: block;
  position: absolute;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 600;
  font-family: 'Roboto-Regular';
  background-color: #41CDA8;
  text-transform: uppercase;
  padding-top: 14px;
  padding-bottom: 13px;
  width: 100%;
  text-align: center;
  bottom: -40px;
  border-radius: 0 0 5px 5px;
}
.plan.active-label:last-of-type .active-plan-label {
    background-color: #E90855;
}
.row-more-info {
    margin-bottom: 30px;
}
.unv-disc-img {
    max-width: 100%;
}
.active-plan-label{
    display: none;
}
.price.gross-price, .price.net-price {
    display: none;
}
.price.gross-price.active, .price.net-price.active {
    display: flex;
}
.gross-net-switch {
    padding: 3px;
    width: 185px;
    height: 30px;
    align-items: center;
    position: absolute;
    top: -70px;
    display: flex;
    background-color: #E6E6E6;
    border-radius:  6px;
    font-size: 12px;
    justify-content: space-between;
    z-index: 10;
}
.net-button, .gross-button {
    height: 100%;
    width: 83px;
    border-radius: 6px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.4);
    font-weight: 400;
}
.net-button.active, .gross-button.active {
    font-weight: 400;
    color: #000;
    background-color: #fff;
    box-shadow: 0px 6px 12px rgba(169, 169, 169, 0.5);
}
.net-monthly-price, .gross-monthly-price {
    display: none;
}
.total-price-box{
    display: none;
}
.total-price-box.active {
    display: flex;
}
.total-price-box.active .total-price-period.active {
    margin-bottom: 12px;
    font-weight: 400;
}
.total-price-period {
    font-size: 10px;
}
.price-integer-period, .price-decimal-period, .total-price-period {
    display: none;
}
.price-integer-period.active,.total-price-period.active {
    display: inline;
}
.price-decimal-period.active {
    display: block;
}
.vip-plan-label{
  position: absolute;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 600;
  font-family: 'Roboto-Regular';
  background-color: #E90855;
  text-transform: uppercase;
  padding-top: 14px;
  padding-bottom: 13px;
  width: 100%;
  text-align: center;
  top: -78px;
  border-radius: 5px 5px 0 0;
}
.vip-plan-label hr{
  height: 1px;
  border: 0;
  background-color: #b70a45;
  margin-bottom: 12px;
  margin-top: 13px;
}
.plan.active{
  background-color: #FFFFFF;
  box-shadow: 0 0 20px 0 #a9a9a9;
  z-index: 1;
}
.plan.active-label{
  border-radius: 5px 5px 0 0;
}
.plan.disabled{
  background-color: #ececec;
  color: #999999;
  box-shadow: none;
  pointer-events: all;
}
.plan.disabled > *{
  pointer-events: none;
}
.plan-content{
  padding-top: 15px;
  /*border: 1px solid #FFFFFF;*/
  border-top: 0;
  border-bottom: 0;
  display: flex;
  flex-direction: column;
}
.plan-name{
  font-size: 19px;
  font-weight: 500;
  text-align: center;
  font-family: 'Roboto-Regular';
  font-weight: 700;
  margin-bottom: 15px;
}
.stars{
  background-image: url(../img/new_pricing/star.svg);
  background-size: contain;
  height: 16px;
  width: 49px;
  margin: 0px 5px;
  display: inline-block;
}
.vip-arrow{
  background-image: url(../img/new_pricing/vip-arrow.png);
  height: 48px;
  width: 48px;
  margin: 0px 5px;
}
.price-wrapper{
  margin: auto;
}
.price-with-out-discount-label{
  padding: 5px 0;
  font-size: 10px;
  color: #a7a7a7;
}
.price-with-out-discount-label span{
  font-size: 24px;
  font-weight: 700;
  font-family: 'Roboto-Regular';
}
.price-with-out-discount-label span.discount {
    text-decoration: line-through;
}
.price{
  margin-bottom: 14px;
}
.price-prefix{
  font-size: 10px;
  vertical-align: text-top;
}
.price-integer{
  font-size: 40px;
  font-family: 'Roboto-Regular';
  font-weight: 700;
  padding: 0px 4px;
}
.price-decimal-places{
  font-size: 14px;
  font-family: 'Roboto-Regular';
  font-weight: 700;
  line-height: 18px;
}
.price-sufix{
  font-size: 10px;
  display: inline-block;
}
.discount-label{
  font-size: 12px;
  color: #999;
  background-color: #fff;
  text-align: center;
  padding: 10px;
  display: inline-block;
  margin: auto;
  border-radius: 22px;
  margin-bottom: 25px;
  border: 1px solid #e6e6e6;
}
.active .discount-label {
  background-color: #e6e6e6;
}
.discount-label span{
  color: #E90855;
  font-weight: 700;
  font-family: 'Roboto-Regular';
}
.discount-label-spacer{
  height: 32px;
  margin-bottom: 28px;
}
.plan-property{
  font-size: 11px;
  padding: 20px 18px;
  padding-left: 40px;
  background-image: url(../img/new_pricing/check_grey.svg);
  background-repeat: no-repeat;
  background-position: 18px center;
  background-size: 20px;
  border-top: 1px solid white;
}
.active .plan-property{
  border-top: 1px solid #e5e5e5;
  background-image: url(../img/new_pricing/check_green.svg);
}
.plan-property--first,
.active .plan-property--first{
  border-top: 1px solid transparent;
}
.dots-navigation{
  display: none;
}
.price-info{
  font-size: 12px;
  padding-right: 5px;
  padding-top: 10px;
  color: #999;
}
.big-plan-name{
  color: #000;
  font-family: 'Roboto-Regular';
  font-size: 35px;
  margin-top: 0;
  font-weight: 700;
  padding-bottom: 30px;
}
.plan-description{
  font-size: 15px;
  line-height: 24px;
  font-family: 'Roboto-Regular';
  font-weight: 400;
  padding-bottom: 50px;
}
.grey-label{
  text-transform: uppercase;
  color: #999;
  font-family: 'Roboto-Regular';
  font-weight: 700;
}
.plan-details{
  padding: 10px 0 30px 0;
  display: none;
}
.plan-details.active{
  display: block;
}
.plan-details p{
  /* margin: 10px 0; */
}
.detail-features{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 15px;
  font-family: 'Roboto-Regular';
  font-weight: 700;
  padding: 15px 0px;
  padding-bottom: 70px;
}
/* URODZINY */
.birthday-panel{
    width: 100%;
    background-color: #5DBAB3;
    padding: 20px 0px;
    font-family: 'Montserrat', sans-serif;
}

.birthday-panel-content{
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    color: #FFF;
    justify-content: space-around;
}

.birthday-row{
    display: flex;
    align-items: center;
    font-size: 14px;
}

.birthday-row .desktop-discount{
    padding: 11px 16px;
    border: 2px solid #FFF;
    border-radius: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-left: 33px;
}

.birthday-row .mobile-discount{
    display: none!important;
    padding: 11px 19px;
    border: 2px solid #FFF;
    border-radius: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.birthday-panel-content a{
    color: #FFF;
    font-weight: bold;
}

.birthday-content-column{
    display: flex;
    flex-direction: column;
}

.birthday-content-column span a {
    text-decoration: underline;
}

.birthday-content-label{
    width: max-content;
    background-color: #FF0061;
    padding: 4px 8px;
    font-weight: 900;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
}

.birthday-content-column span:nth-child(2){
    font-size: 12px;
}

.birthday-panel img{
    max-height: 80px;
    max-width: 85px;
}

.birthday-panel .bday-bold{
    font-weight: bold;
}
@media(max-width: 770px) {
  .birthday-row .mobile-discount{
      display: flex!important;
  }

  .birthday-row .desktop-discount{
      display: none;
  }

  .birthday-content-label{
      font-size: 14px;
  }

  .birthday-row span:first-child, .birthday-content-column span:nth-child(2){
      display: none;
  }

}
/* KONIEC URODZIN */

.detail-feature span:nth-child(1){
  color: #E90855;
}
.detail-feature{
  padding: 20px 0;
  padding-left: 45px;
  padding-right: 5px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiP…AgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
  background-position: 0px center;
  background-size: 40px;
  letter-spacing: -0.5px;
  background-repeat: no-repeat;
}
.detail-feature:nth-child(1){
  background-image: url(../img/new_pricing/icon_menu.svg);
}
.detail-feature:nth-child(2){
  background-image: url(../img/new_pricing/icon_dish.svg);
}
.detail-feature:nth-child(3){
  background-image: url(../img/new_pricing/icon_system_menu.svg);
}
.plan-features-title{
  padding-bottom: 20px;
}
.plan-features {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 1350px;
}
.plan-features li{
  font-size: 15px;
  padding: 15px 15px 15px 31px;
  background-position: left center;
  background-size: 21px;
  background-repeat: no-repeat;
  position: relative;
  max-width: 585px;
}
.plan-features .push-to-next-column{
  margin-bottom: 10px;
}
.plan-features li.available{
  background-image: url(../img/new_pricing/available_check.svg);
}
.plan-features li.unavailable{
  background-image: url(../img/new_pricing/unavailable_check.svg);
}
.plan-features li.has-tooltip{
  /*text-decoration: underline;*/
}
.plan-details .row:nth-child(5){
  margin-top: 30px;
}
.col-plan-properties{
  max-width: calc(100% / 3);
  flex: 1 0 calc(100% / 3);
}
.row .more-info{
    max-width: 615px;
    margin:  10px auto 0 0;
    line-height: 24px;
    font-size: 15px;
}
.button-wrapper{
  justify-content: flex-end;
}
@media screen and (max-width: 1366px) {
  .plan-features li {
    max-width: calc(58% - 28px - 15px);
  }
  .plan-features {
    height: 1385px;
  }
}
@media screen and (max-width: 1024px) {
  .content-pricing{
    margin-top: -230px;
  }
  .step-one-content {
    margin-top: 30px;
  }
  .plan-features{
    height: auto;
  }
  .plan-features li{
    width: calc(100% / 2 - 28px - 15px);
    margin: 0 auto;
  }
  .plans-carousel {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: visible;
    max-width: 100%;
    transition: all 0.5s ease-in-out;
  }
  .plans-carousel.p0{
    transform: translateX(0%);
  }
  .plans-carousel.p1{
    transform: translateX(-100%);
  }
  .plans-carousel.p2{
    transform: translateX(-200%);
  }
  .plans-carousel.p3{
    transform: translateX(-300%);
  }
  .plan.active[data-v-3c5ac465] {
    box-shadow: 0 2px 5px 0 #c5c5c5;
  }
  /* .plan:first-of-type{
    opacity: 1;
  } */
  .navigation-dots{
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  .dot{
    height: 12px;
    width: 12px;
    background-color: #e6e6e6;
    border-radius: 12px;
    margin: 5px;
  }
  .dot.active{
    background-color: #898989;
  }
  .dot.disabled{
    display: none;
  }
  .list-plan-details {
    padding: 0;
  }
  .plan-features .push-to-next-column{
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .content-pricing{
    margin-top: -230px;
  }
  .step-one-content {
    margin-top: 0;
  }
  .plans-wrapper{
    display: block;
    touch-action: manipulation;
    padding: 0;
    margin-bottom: 25px;
  }
  .plan {
    flex: 0 0 calc(100% - 20px);
    margin: 10px;
    margin-top: 0;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
  }
  .plan-name {
    margin-bottom: 9px;
  }
  .plans-wrapper >>> .owl-carousel .owl-stage-outer {
    min-height: 325px;
  }
  .plan-content {
    padding-top: 19.5px;
  }
  .price-with-out-discount-label {
    display: none;
  }
  .vip-plan-label {
    font-size: 12px;
    top: -75px;
  }
  .plan.active-label .active-plan-label {
    display: block;
  }
  .plan-features li {
    width: calc(100% - 28px - 15px);
    max-width: 80%;
  }
  .plan-period:last-of-type {
    margin-left: 11px;
  }
  .list-plan-details {
    margin-top:  50px;
  }
}
@media screen and (max-width: 620px) {
  #content {
    bottom: 80px;
  }
  .discount-label,
  .discount-label-spacer {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .header-content{
      margin-top: 60px;
  }
  .header-content .col{
    margin-bottom: 20px;
  }
  .header-main-col .col-content{
    max-width: 280px;
  }
  .plan-details{
    padding: 0px;
    border: none;
  }
  .button-wrapper{
    flex-direction: column-reverse;
  }
  .plan-features{
    columns: 1;
  }
  .flex-right{
    justify-content: flex-start;
  }
}
.row .button-wrapper{
    max-width: calc(30%);
    flex: 1 0 calc(30%);
    text-align: right;
}
.button-wrapper .button{
    margin-left: auto;
    margin-right: 0px;
}
/* OPINIONS */
.opinions-section {
    padding-top: 60px;
    background-color: #f5f5f5;
    text-align: center;
}
.opinions-section .wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
}
.opinion-section-title {
    color: #000000;
    font-family: 'Roboto-Regular';
    color: #000000;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 25px;
}
.owl-opinions-wrapper{
    margin-top: 50px;
    padding-bottom: 80px;
}
.owl-opinions-wrapper .owl-controls{
    position: relative;
    top: -155px;
    margin-top: 0px !important;
}
.owl-opinions-wrapper .owl-controls .owl-prev{
    left: 120px;
    position: absolute;
    color: transparent;
    background-image: url(../img/new_pricing/arrow_left.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 30px;
    width: 30px;
}
.owl-opinions-wrapper .owl-controls .owl-next{
    right: 120px;
    position: absolute;
    color: transparent;
    background-image: url(../img/new_pricing/arrow_right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 30px;
    width: 30px;
}
.opinion-card{
    padding: 35px 40px;
    text-align: left;
    max-width: 560px;
    margin: auto;
    background-color: white;
    font-size: 15px;
    line-height: 24px;
    border-bottom: 5px solid #41CDA8;
    display: inline-block;
}
.opinions-section .owl-opinions-wrapper .opinion-card > img{
    display: block;
    margin-bottom: 15px;
    width: auto;
}
.owl-opinions-wrapper .opinion-card .reviewer img{
    display: inline-block;
    width: auto;
}
.reviewer{
    margin-top: 20px;
}
.reviewer-data{
    display: inline-block;
    vertical-align: top;
    margin-left: 21px;
    margin-top: 22px;
}
.reviewer-name {
    color: #41CDA8;
    font-family: 'Roboto-Regular';
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
}
.review-title {
    color: #999999;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    text-align: center;
}
/* COMPANIES CAROUSEL */
.companies-section{
    background-color: #f5f5f5;
    padding-bottom: 50px;
}
.companies-section .wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
}
.content-pricing .carousel-pricing {
    height: 150px;
    color: #fff;
    background-color: #f5f5f5;
    width: 96%;
    padding: 0 2%;
    overflow: hidden
}

.content-pricing .carousel-pricing-wrapper {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.content-pricing .carousel-pricing-wrapper:after {
    content: '';
    display: block;
    clear: both;
}

.content-pricing .carousel-pricing-narrow-wrapper {
    float: right;
    width: 82%;
}

.content-pricing .carousel-pricing-narrow-wrapper:hover {
    cursor: grab;
}

.content-pricing .carousel-pricing h2 {
    display: block;
    float: left;
    text-align: left;
    color: #000;
    width: 18%;
    margin: 23px 0 0 0;
    font-size: 22px;
}

.companies-section .carousel-pricing-narrow-wrapper{
    flex-wrap: wrap;
}
.content-pricing .carousel-item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    max-width: 140px;
    flex: 1 0 140px;
    height: 60px;
    padding: 0px 5px;
    margin: auto;
}

.content-pricing .carousel-item-1 {
    background-image: url(../img/vita.png);
}

.content-pricing .carousel-item-2 {
    background-image: url(../img/nowy_marketing.png);
}

.content-pricing .carousel-item-3 {
    background-image: url(../img/mam_startup.png);
}

.content-pricing .carousel-item-4 {
    background-image: url(../img/antyapps.png);
}

.content-pricing .carousel-item-5 {
    background-image: url(../img/mjakmama.png);
}

.content-pricing .carousel-item-6 {
    background-image: url(../img/feedback.png);
}

.content-pricing .carousel-item-7 {
    background-image: url(../img/innpoland.png);
}

.content-pricing .carousel-item-8 {
    background-image: url(../img/puls-biznesu-logo.png);
}

/* FAQ */
.faq-section{
  padding-bottom: 60px;
}
.faq-section .faq-title{
    font-family: 'Roboto-Regular';
    color: #000000;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 50px;
    margin-top: 80px;
    text-align: left;
}
.faq-section .row{
    flex-wrap: wrap;
}
.faq-section .qa{
    padding: 10px;
    padding-left: 30px;
    max-width: calc(50% - 40px);
    flex: 1 0 calc(50% - 40px);
    background-image: url(../img/new_pricing/icon_question_mark_active.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: left 13px;
}
.faq-section .qa p:nth-child(1){
    font-family: 'Roboto-Regular';
    font-weight: 700;
    color: #000000;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 20px;
}
.faq-section .qa p:nth-child(2){
    color: #000000;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 25px;
}
/* SALES */
.sales-section .wrapper{
    margin-top: 30px;
    padding-top: 100px;
    padding-bottom: 100px;
    border-bottom: 2px solid #e6e6e6;
    margin-bottom: 30px;
}
.sales-title{
    font-size: 30px;
    font-weight: bold;
    font-family: 'Roboto-Regular';
    line-height: 46px;
    max-width: 580px;
    padding-right: 30px;
    flex: 1 0 610px;
    margin: 22px 0px;
}
.sales > img{
    box-shadow: 0px 1px 4px 1px #9e9e9e;
    border-radius: 75px;
}
.sales .phone{
  position: relative;
  bottom: 4px;
}
.sales-section .phone-info{
    display: inline-block;
    vertical-align: top;
    margin-top: 45px;
    margin-left: 24px;
}
.phone{
    color: #E90855;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Roboto-Regular';
}
.conversion-section{
  text-align: center;
  background-color: whitesmoke;
  padding: 75px 0px;
}
.conversion-title{
  font-size: 36px;
  font-weight: bold;
  font-family: 'Roboto-Regular';
  margin-bottom: 40px;
}
.conversion-description{
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 63px;
}
.conversion-section .button-wrapper{
  /* text-align: center; */
}

.payu-promo-section {
  text-align: center;
  max-width: 1215px;
  margin: 0 auto;
}
.payu-promo-section.top {
    margin:  30px 0;
}
.payu-promo-section img{
  width: 100%;
}

/* FOOTER */
.footer .footer-content {
    color: #5a6a70;
    height: 230px;
    width: 96%;
    padding: 40px 2%;
}
.footer .footer-content .footer-content-wrapper {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.footer .footer-content .footer-logo {
    display: block;
    background: url(../img/kcalmar-pro-logo-turquoise.png) center center no-repeat;
    background-size: 100%;
    width: 10%;
    height: 170px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 2% 0 0;
    float: left;
}
.footer .footer-content nav a {
    color: #c7c7c7;
    display: inline-block;
    margin-bottom: 15px;
    font-weight: 400;
}
.footer .footer-content nav a:hover {
    color: #5a6a70;
}
.footer .footer-content p {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.footer .footer-content p span{
    color: #e91f5e;
}
.footer-content-1 {
    float: left;
    width: 19%;
    margin: 1%;
}
.footer-content-2 {
    float: left;
    width: 16%;
    margin: 1%;
}
.footer-content-3-1 {
    float: left;
    width: 12%;
    margin: 1%;
}
.footer-content-3 {
    float: left;
    width: 10%;
    margin: 1%;
}

/*          social media part     */
.footer-content-social {
    float: left;
    width: 20%;
    margin: 1%;
}
.footer-content-social:after {
    display: block;
    content: "";
    clear: both;
}
.social-info {
    color: #c7c7c7;
    font-weight: 400 !important;
    line-height: 130%;
    text-transform: initial !important;
    padding-bottom: 0 !important;
}
.footer-content-social li {
    float: left;
    display: block;
}
.footer-content-social li a {
    line-height: 0;
    margin: 0 5px 0 0;
    text-indent: -10000px;
}
.footer-content-social li a:hover {
    opacity: 0.6;
}
.footer .footer-content .footer-content-social:after {
    display: block;
    content: "";
    clear: both;
}
.fb, .tw, .pi, .in, .yt {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.fb {
    background-image: url(../img/fb.png);
}
.tw {
    background-image: url(../img/tw.png);
}
.pi {
    background-image: url(../img/pi.png);
}
.in {
    background-image: url(../img/in.png);
}
.yt {
    background-image: url(../img/yt.png);
    background-size: 120%;
}
.payu-popup-overlay{
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(44, 44, 44, 0.86);
  z-index: 9999999999;
}
.payu-banner-background{
  position: relative;
  background-color: #fff;
  max-width: 100%;
  margin: 200px auto 0 auto;
  max-width: 1000px;
  border-radius: 25px;
}
.payu-banner-background .payu-banner{
  margin: 20px;
  max-width: 100%;
}
.payu-banner-background .payu-close-icon{
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.payu-banner-background .payu-about-link{
  height: 100%;
  width: 100%;
  position: absolute;
  cursor: auto;
}

@media screen and (max-width: 1024px) {
    .sales-section {
        padding: 0px 15px;
    }
    .sales-title {
        max-width: 530px;
    }
    .row-more-info{
        flex-direction: column;
        text-align: center;
    }
    .unv-disc-content {
        display: flex;
    }
    .unv-disc-content img {
        margin: 0 auto;
    }
    .row .more-info{
        max-width: calc(100%);
        flex: 1 0 calc(100%);
        margin: 0 auto 30px auto;
    }
    .row .more-info a {
        display: block;
    }
    .payu-banner-background .payu-banner{
      max-width: 96%;
    }
    .payu-banner-background{
      max-width: 90%;
      margin-top: 100px;
    }
}

@media screen and (max-width: 940px) {
    .main-menu {
        display: none;
    }
    nav.main-menu-hamburger {
        position: fixed;
        /*left:-140px;*/
        margin-left: 140px;
        top: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.78);
        color: #fff;
        font-family: "Open Sans", helvetica, arial;
        height: 100%;
        padding: 20px;
        width: 100px;
        transition: .3s all;
        display: block;
        z-index: 10;
    }
    .hamburger {
        position: absolute;
        position: absolute;
        right: 200px;
        top: 60px;
        height: 40px;
        width: 40px;
        cursor: pointer;
        transition: all 1s
    }
    /* .hamburger:after {
      content:'';
      position:absolute;
      left:.75em;
      top:.95em;
      width: .9em;
      height: 0.125em;
      border-top: 0.375em double #fff;
      border-bottom: 0.125em solid #fff;
  } */
    /*.hamburger:after {
    content: '\2630\0000a0\0000a0';
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    color: rgba(255, 255, 255, 0.84);
    text-align: right;
    padding: 2px -3px 2px 3px;
    font-size: 20px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.47);
    box-sizing: border-box;
    border-radius: 13px;
  }*/
    nav.main-menu-hamburger a {
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 75%;
    }
    nav.main-menu-hamburger li {
        margin-bottom: 25px;
    }
    nav.main-menu-hamburger ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
        transition: .3s all;
    }
    nav.main-menu-hamburger.closed {
        right: -140px;
    }
    .hamburger.closed {
        display: none;
    }
    * {
        margin: 0;
        padding: 0;
    }
    /* Icon 1 */
    #hamburger {
        width: 40px;
        height: 40px;
        position: fixed;
        background: rgba(0, 0, 0, 0.7);
        border-radius: 5px;
        top: 20px;
        right: 25px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        cursor: pointer;
        z-index: 10;
    }
    #hamburger.open {
        right: 160px;
    }
    #hamburger span {
        display: block;
        position: absolute;
        margin-left: 6px;
        height: 2px;
        width: 72%;
        background: rgba(255, 255, 255, 0.7);
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    /* Icon 3 */
    #hamburger span:nth-child(1) {
        top: 9px;
    }
    #hamburger span:nth-child(2), #hamburger span:nth-child(3) {
        top: 19px;
    }
    #hamburger span:nth-child(4) {
        top: 29px;
    }
    #hamburger.open span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%;
    }
    #hamburger.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #hamburger.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #hamburger.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
    }
}
@media screen and (max-width: 768px) {
    /*          Header for tablets          */
    .wrapper{
      padding: 0px 20px;
    }
    .owl-dot{
        display: inline;
        margin: 5px;
        cursor: pointer;
    }
    .owl-item.active .plan{
        background-color: #FFFFFF;
        box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
        border-radius: 5px 5px 0 0;
    }
    .owl-dot span{
        height: 12px;
        width: 12px;
        border-radius: 30px;
        background-color: #e6e6e6;
        display: inline-block;
    }
    .owl-dot.active span{
        background-color: #898989;
    }
    .main-menu-wrapper.fixed{
        display: none;
    }
    .sales-title {
        max-width: 400px;
    }
    .sales > img {
        height: 97px;
        width: 97px;
        margin-top: 30px;
    }
    .content-pricing {
        margin-top: -100px;
    }
    .owl-opinions-wrapper .owl-nav{
        display: none;
    }
    .owl-opinions-wrapper .owl-controls {
        top: 15px;
    }
    .sales-section .phone-info {
        margin-top: 48px;
        margin-left: 0px;
    }
    div.logo-header a {
        width: 40px;
        height: 70px;
        float: none;
        display: block;
        margin: 0 auto;
    }
    .main-menu {
        float: none;
        margin: 0 auto;
    }
    .main-menu li {
        margin: 0px 14px 18px 14px;
    }
    .footer .footer-content .footer-logo {
        width: 13%;
        height: 170px;
        margin: 0 5% 0 5%;
    }
    .footer-content-1 {
        width: 21%;
        margin: 1% 2%;
    }
    .footer-content-2 {
        width: 21%;
        margin: 1% 2%;
        margin-bottom: 62px;
    }
    .footer-content-3 {
        width: 19%;
        margin: 1% 1% 1% 4%;
    }
    .footer-content-3-1 {
        float: left;
        width: 30%;
        margin: 3% 10%;
        margin-left: 25%;
    }
    /*          social media part for tablets     */
    .footer-content-social {
        float: left;
        width: 74%;
        margin: 1% 1% 1% 25%;
    }
    .fb, .tw, .pi, .in, .yt {
        background-size: 100%;
        width: 28px;
        height: 28px;
    }
    .plan-line {
        position: relative;
        height:  115px;
        width: 3px;
        margin: 0 auto 0 20px;
        left: 0;
    }
    .plan-point:nth-child(1) {
        left: calc(100% / 3 - 9px);
        top:  0;
    }
    .plan-point:nth-child(2) {
        top: calc(100% / 3 + 1px);
        left: calc(200% / 3 - 11px);
    }
    .plan-point:nth-child(3) {
        left: calc(200% / 3 - 11px);
        top: calc(200% / 3);
    }
    .plan-point:nth-child(4) {
        top: calc(100%);
        left: calc(100% / 3 - 10px);
    }
    .vip-short-description {
        text-align: center;
        position: absolute;
        left:  235px;
        margin-top: 50px;
        max-width: 120px;
        font-size: 15px;
    }
    .owl-carousel .owl-stage .owl-item:last-of-type a{
        background-color: #E90855;
    }
    .plan-line.l4:after {
        height: 100%;
    }
    .plan-line.l3:after {
        height: 80px;
    }
    .plan-line.l2:after {
        height: 40px;
    }
    .plan-line.l1:after {
        height: 0;
    } 
    .plan-line.l3:after, .plan-line.l2:after, .plan-line.l1:after, .plan-line.l4:after {
        width: 3px;
    }
    .plan-period-line {
        display: flex;
        flex-direction: column;
        position: absolute;
        margin-top: -123px;
        left: 57px;
    }
    .plan-period {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .plan-point {
        box-sizing: border-box;
    }
    .plan-period, .plan-period:last-of-type {
        margin-left: -8px;
    }
    .plans-carousel-view .active-plan-label {
        display: block;
    }
    .plans-carousel-view .owl-stage-outer {
        min-height:  395px;
    }
    .owl-carousel .owl-stage{
        padding-top: 75px;
    }
    .content-pricing .wrapper {
        /*margin-top: -110px;*/
        margin-top: 0;
    }
    .gross-net-switch {
        left:  10px;
        top: 0;
        transition: .1s linear all;
    }
    .gross-net-switch.active {
        top: -70px;
    }
    .gross-net-switch.semi-active {
        top: -35px;
    }

}
@media screen and (max-width: 620px) {
    .header h1{
        padding-bottom: 10px;
    }
    .header-content .row{
        flex-wrap: wrap;
    }
    .header-content .col {
        max-width: 100%;
        flex: 1 0 100%;
    }
    .header-content .col:nth-child(1){
        order: 2;
    }
    .header-content .col:nth-child(2){
        order: 1;
    }
    .header-content .col:nth-child(3){
        order: 3;
    }
    .header-content .col .col-content {
        max-width: 310px;
    }
    .content-pricing {
        bottom: 80px;
        margin-top: -80px;
    }
    .content-pricing .wrapper {
        margin-top: 0;
    }
    .discount-label,
    .discount-label-spacer {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 480px) {
    /*          Header for mobiles        */
    .faq-title{
      text-align: center;
    }
    .header{
        height: 650px;
    }
    .header-content .subtitle {
        font-size: 13px;
    }
    .header-content p {
        font-size: 11px;
    }
    .header-center-title p {
        font-size: 17px;
        line-height: 24px;
    }
    .content-pricing {
        bottom: 193px;
    }
    html{
        letter-spacing: -0.5px;
    }
    .hamburger {
        top: 25px;
        right: 175px;
    }
    .main-menu li {
        margin: 0px 9px 10px 9px;
    }
    .header-content .col .col-content {
      max-width: 200px;
    }
    .plan-description{
        padding-bottom: 20px;
    }
    .detail-features{
      padding-bottom: 30px;
    }
    .button-wrapper--mobile{
      display: flex;
      flex-direction: column;
      padding-bottom: 30px;
    }
    .row .button-wrapper {
        max-width: calc(100%);
        flex: 1 0 calc(100%);
        text-align: center;
    }
    .plan-details .button-wrapper .button {
        margin-left: auto;
        margin-right: auto;
        width: calc(320px - 120px);
        text-align: center;
    }
    .company-item {
      max-width: 110px;
      flex: 1 0 110px;
    }
    .faq-title{
      font-size: 32px;
    }
    .faq-section .wrapper{
        padding: 0px 15px;
    }
    .faq-section .qa{
        max-width: calc(100% - 40px);
        flex: 1 0 calc(100% - 40px);
    }
    .sales-section .row{
        flex-wrap: wrap;
    }
    .sales-section {
      padding-top: 70px;
    }
    .sales-section .wrapper{
      padding-bottom: 0px;
      padding-top: 0px;
    }
    .sales-section,
    .sales{
        max-width: 100%;
        flex: 1 0 100%;
        text-align: center;
    }
    .sales-title{
        max-width: 290px;
        margin: auto;
        padding-right: 0px;
        flex: 1
    }
    .sales > img {
        height: 150px;
        width: 150px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .sales-section .phone-info {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 65px;
    }
    .footer .footer-content .footer-logo {
        background-size: 79%;
        width: 30%;
        margin: 0 10%;
    }
    .footer-content-1 {
        width: 30%;
        margin: 3% 10%;
    }
    .footer-break {
        display: block;
        clear: both;
    }
    .footer-content-2 {
        width: 30%;
        margin: 3% 10%;
    }
    .footer-content-3 {
        width: 30%;
        margin: 3% 10%;
    }
    .footer-content-3-1 {
        margin-left: 10%;
    }
    .payu-banner-background .payu-banner {
      max-width: 90%;
    }
    .payu-banner-background .payu-close-icon{
      height: 20px;
      width: 20px;
    }
    /*          social media part     */
    .footer-content-social {
        width: 80%;
        margin: 1% 10%;
    }
}

/*Back-to-school-promo*/

.back-to-school-promo{
    width: 100%;
    background-color: #5DBAB3;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 17px 0;
    font-family: 'Montserrat'!important;
    justify-content: space-around;
    position: relative;
    align-items: center;
}

.back-to-school-promo .column{
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.back-to-school-promo .column .title{
    background-color: #FF0061;
    box-sizing: border-box;
    padding: 2px 8px;
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 10px;
    width: max-content;
    font-weight: 900;
    text-align: center;
}

.back-to-school-promo .column .description{
    font-size: 14px;
    color: #FFFFFF;
    text-align: left;
}

.back-to-school-promo .column .bold{
    font-weight: 700;
}

.back-to-school-promo .button{
    font-size: 14px;
    display: flex;
    align-items: center;
    font-weight: 700;
    border: 2px solid #FFFFFF;
    border-radius: 24px;
    color: #FFFFFF;
    box-sizing: border-box;
    padding: 11px 24px;
    margin: 0 auto;
    min-height: 44px;
}

.back-to-school-promo .close{
    color: #FFFFFF;
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 20px;
    cursor: pointer;
}

@media screen and (max-width: 940px) {
    .back-to-school-promo{
        flex-direction: column;
    }

    .back-to-school-promo .column .title, .back-to-school-promo .column .description{
        margin: 0 auto 20px auto;
    }

    .back-to-school-promo .close{
        display: none;
    } 

}

@media screen and (max-width: 768px) {
    .back-to-school-promo .column{
        max-width: 70%;
    }

    .back-to-school-promo .column .title{
        width: auto;
    }
    .back-to-school-promo .column .description{
        text-align: center;
}

}

@media screen and (max-width: 480px) {
     .back-to-school-promo .column .title{
        max-width: 170px;
    }

}

/*Back-to-school-promo-END*/

/*BLACK-friday-banner*/
.black-friday-banner{
    width: 100%;
    background: #282828;
    position: relative;
    box-sizing: border-box;
    padding: 0 20px 12px 0;
}

.black-friday-banner .content{
    max-width: 1000px;
    width: 100%;
    display: flex;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif!important;
    align-items: center;
}

.black-friday-banner .description{
    margin: 0 170px 0 26px;
    display: flex;
    flex-direction: column;
    color: #fff;
}

.black-friday-banner .description .red-panel{
    box-sizing: border-box;
    background: #ff0061;
    font-size: 16px;
    font-weight: 800;
    padding: 2px 9px;
    margin-bottom: 13px;
    width: max-content;
}

.black-friday-banner .description .row-2{
    font-size: 14px;
    margin-bottom: 13px;
    letter-spacing: 0.15px;
    box-sizing: border-box;
    padding-left: 8px;
    width: max-content;
}

.black-friday-banner .description .row-3{
    font-size: 12px;
    width: max-content;
    letter-spacing: 0.03px;
    box-sizing: border-box;
    padding-left: 8px;
}

.black-friday-banner .bold{
    font-weight: 700;
    font-family: 'Montserrat', sans-serif!important;
}

.black-friday-banner a{
    height: 40px;
    width: 134px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    box-sizing: border-box;
    line-height: 40px;
}

.black-friday-banner a:after{
    content: "SPRAWDŹ";
}

.black-friday-banner .close{
    color: #fff;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}

.mobile-wrap{
    display: flex;
    align-items: center;
}

.red-panel-mobile{
    display: none;
}

@media screen and (max-width: 1040px) {
    .black-friday-banner .content{
        flex-wrap: wrap;
    }

    .mobile-wrap{
        flex-direction: column;
        width: max-content;
        align-items: flex-start;
        margin-left: 9px;
        box-sizing: border-box;
        padding-top: 20px;
    }

    .black-friday-banner .content{
        width: max-content;
    }

    .black-friday-banner .description{
        margin: 0;
    }

    .black-friday-banner a{
        margin-top: 15px;
    }

    .black-friday-banner .close{
        right: 80px;
    }
    .black-friday-banner .close{
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .black-friday-banner .content{
        flex-wrap: wrap;
    }
     .black-friday-banner .description .row-2{
        display: none;
    }

    .black-friday-banner .description .row-3{
        display: none;
    }

    .black-friday-banner a{
        width: 164px;
        height: 31px;
        font-size: 10px;
        line-height: 31px;
    }

    .black-friday-banner a:after{
        content: "ODBIERZ DO 45% ZNIŻKI";
    }

    .black-friday-banner a{
        margin-top: 0;
    }
}

@media screen and (max-width: 600px) {
    .black-friday-banner .description .red-panel{
        max-width: 121px;
    }

    .red-panel{
        display: none;
    }

    .red-panel-mobile{
        display: flex;
        flex-direction: column;
        font-size: 14px;
    }

    .red-panel-mobile span{
        background: #ff0061;
        color: #fff;
        font-weight: 800;
        box-sizing: border-box;
        margin-bottom: 4px;
        text-align: center;
        height: 18px;
        line-height: 18px;
        width: 111px;
        max-width: 100%;
    }

    .red-panel-mobile span:nth-child(2){
        margin-bottom: 10px;
        width: 121px;
        max-width: 100%;
    }
    .black-friday-banner .close{
        display: none;
    }
}

/*BLACK-friday-banner-END*/

/*PASEK KONTAKTOWY*/

.contact-bar-desktop{
    width: 100%;
    background: rgb(13, 45, 50);
    box-sizing: border-box;
    padding: 15px 120px 15px 120px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    margin-bottom: 20px;
}

.contact-bar-desktop .content{
    width: 100%;
    max-width: 1691px;
    display: flex;
    font-size: 0.875rem;
    margin: 0 auto;
}

.contact-bar-desktop .content-l{
    display: flex;
    font-weight: 700;
    align-items: center;
}

.contact-bar-desktop .content-l .mail-box{
    display: flex;
    align-items: center;
    margin-left: 22px;
}

.contact-bar-desktop .content-l .mail-box img{
    margin-right: 8px;
}

.contact-bar-desktop .content-l .mail-box a{
    text-decoration: underline;
    color: #fff;
}

.contact-bar-desktop .content-l .phone-box{
    display: flex;
    align-items: center;
    margin-left: 24px;
}

.contact-bar-desktop .content-l .phone-box img{
    margin-right: 8px;
}

.contact-bar-desktop .content-l .phone-box a{
    color: #fff;
}

.contact-bar-desktop .content-r{
    display: flex;
    font-weight: 700;
    align-items: center;
    margin-left: auto;
}

.contact-bar-desktop .content-r .social-box{
    margin-left: 16px;
}

.contact-bar-desktop .content-r .social-box .instagram-link{
    margin: 0 16px;
}

.contact-bar-mobile .main-button{
    width: 64px;
    height: 64px;
    background: #E50A4A;
    border-radius: 40px;
    box-shadow: 0px 3px 6px #00000029;
    background-image: url(../img/contact_bar/phone-icon-mobile.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition:all 1s;
    cursor: none;
}

.contact-bar-mobile .main-button-active{
    background-image: url(../img/contact_bar/close-icon.svg);
    background-color: #000000;
    transition:all 1s;
}


.contact-bar-mobile .hidden-content .box{
    width: 60px;
    height: 60px;
    background: #FFF;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 3px 6px #00000029;
    margin-bottom: 16px;
}

.contact-bar-mobile .hidden-content{
    display: block;
    position: relative!important;
}

.contact-bar-mobile .hidden-content .box, .contact-bar-mobile .main-button{
    display: none;
}

@media screen and (max-width: 1300px){
    .contact-bar-desktop{
        padding-left: 30px;
        padding-right: 30px;
    }

}

@media screen and (max-width: 1049px){
    .main-menu-wrapper{
        padding-top: 20px;
    }

    .contact-bar-mobile .hidden-content{
        display: none;
        position: relative!important;
    }

    .contact-bar-mobile .hidden-content .box, .contact-bar-mobile .main-button{
        display: flex;
    }

    .main-menu-wrapper.fixed{
        height: 65px;
    }

    .contact-bar-desktop{
        display: none;
    }

    .contact-bar-mobile{
        display: flex;
        flex-direction: column;
        position: fixed;
        bottom: 70px;
        right: 16px;
        z-index: 999;
        align-items: center;
    }
    .main-menu-wrapper.fixed{
        display: none;
    }
    .contact-bar-mobile .hidden-content .box{
        cursor: none!important;
    }
    .fb-customerchat iframe{
        bottom: 140px!important;
        height: 100%!important;
    }
    .fb_dialog{
        bottom: 226pt!important;
        right: 14pt!important;
        animation-name: none!important;
    }
}

/*PASEK KONTAKTOWY KONIEC*/

