@charset "UTF-8";

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,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
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: top;
  box-sizing: border-box;
}

.fett {
  font-family: Tele-groteskfett !important;
}

.halb {
  font-family: Tele-groteskhalb !important;
}

.ultra {
  font-family: tele-groteskultregular !important;
}

.center {
  text-align: center;
}

.nowrap {
  white-space: nowrap;
}

del {
  text-decoration: none;
  background: /* url(../images/strike-price.png) */ center no-repeat;
}

script + img {
  position: absolute;
  visibility: hidden;
}

.font07 {
  font-size: 0.7em;
}

.font08 {
  font-size: 0.8em;
}

.font09 {
  font-size: 0.9em;
}

.font10 {
  font-size: 1em;
}

.font11 {
  font-size: 1.1em;
}

.font12 {
  font-size: 1.2em;
}

.font13 {
  font-size: 1.3em;
}

.font14 {
  font-size: 1.4em;
}

.font15 {
  font-size: 1.5em;
}

.font16 {
  font-size: 1.6em;
}

.font17 {
  font-size: 1.7em;
}

.font18 {
  font-size: 1.8em;
}

.font19 {
  font-size: 1.9em;
}

.font20 {
  font-size: 2em;
}

.font21 {
  font-size: 2.1em;
}

.font22 {
  font-size: 2.2em;
}

.font23 {
  font-size: 2.3em;
}

.font24 {
  font-size: 2.4em;
}

.font25 {
  font-size: 2.5em;
}

.font26 {
  font-size: 2.6em;
}

.font27 {
  font-size: 2.7em;
}

.font28 {
  font-size: 2.8em;
}

.font29 {
  font-size: 2.9em;
}

.font30 {
  font-size: 3em;
}

.font31 {
  font-size: 3.1em;
}

.font32 {
  font-size: 3.2em;
}

.font33 {
  font-size: 3.3em;
}

.font34 {
  font-size: 3.4em;
}

.font35 {
  font-size: 3.5em;
}

.font36 {
  font-size: 3.6em;
}

.font37 {
  font-size: 3.7em;
}

.font38 {
  font-size: 3.8em;
}

.font39 {
  font-size: 3.9em;
}

.font40 {
  font-size: 4em;
}

.font43 {
  font-size: 4.3em;
}

.font50 {
  font-size: 5em;
}

.font51 {
  font-size: 5.1em;
}

.font52 {
  font-size: 5.2em;
}

.font53 {
  font-size: 5.3em;
}

.font63 {
  font-size: 6.3em;
}

body {
  margin: 0;
  display: block;
  background-color: #4b4b4b;
  font-family: 'teleneoregular', Arial;
  font-size: 16px;
}

table.area {
  width: 100%;
}

a {
  text-decoration: none;
  color: #4379ab;
}

a:hover {
  color: #e20074;
}

a:hover,
a:focus-visible,
a:focus,
a:active {
  outline: 2px solid black;
  border-radius: 3px;
}

.section.black a:hover,
.section.black a:focus-visible,
.section.black a:focus,
.section.black a:active {
  outline: 2px solid white;
  border-radius: 3px;
}

b,
strong {
  font-weight: 655;
}

.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.clear {
  clear: both;
  float: none;
  font-size: 0px;
  height: 0px;
  background: none;
  padding: 0;
}

.magenta {
  color: #e20074 !important;
}

.blue {
  color: #60a6e9 !important;
}

.badge {
  background: #e20074;
  color: #fff;
  font-size: 16px;
  font-weight: 655;
  line-break: 20px;
  height: auto;
  line-height: auto;
  padding: 4px 8px;
  border-radius: 8px;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
  display: inline-block;
  margin: 0;
  position: relative;
  margin-bottom: 12px;
}

.btn {
  background: #e20074;
  color: #fff;
  font-size: 16px;
  font-weight: 655;
  line-break: 20px;
  height: auto;
  line-height: auto;
  padding: 10px 19px;
  border-radius: 999px !important;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  border: 1px solid transparent;
  cursor: pointer;
}

form button {
  font-family: 'tele-neo-var';
}

.btn:active,
.btn:focus-visible,
.btn:focus {
  outline: 2px solid black;
  /* Wewnętrzna ramka */
  outline-offset: 2px;
  top: -2px;
  left: -2px;
}

.btn.black {
  background: #000;
  color: #fff;
}

.btn.black:hover {
  background: rgb(65, 65, 65);
}

.btn.ghost {
  background: rgba(198, 233, 248, 1);
  color: #000;
}

.btn.ghost:hover {
  background: rgba(198, 233, 248, 0.5);
  color: #000;
}

.btn.big {
  font-size: 20px;
  line-height: 22px;
  padding: 20px 32px;
  font-family: teleneomedium;
}

.btn.white {
  background: white;
  color: #000;
  /* border: 2px solid #e20074; */
  /* font-weight: normal; */
  /* font-size: 18px; */
}

.btn.light {
  background: transparent;
  outline: 1px solid #fff;
  color: #fff;
  padding: 13px 40px;
}

.btn.light.big:active,
.btn.light.big:focus-visible,
.btn.light.big:focus,
.btn.light.big:hover {
  background: rgb(65, 65, 65);
}

.btn.white img {
  vertical-align: bottom;
}

.btn.white.big {
  padding: 13px 40px;
}

.btn:hover {
  background: rgb(232, 51, 144);
  color: white;
}

.btn.white:hover {
  background: #ffdbed;
  color: #e20074;
}

.wrapper {
  /*max-width: 1920px;*/
  min-width: 320px;
  margin: 0 auto;
  width: 100%;
  font-family: 'tele-neo-var';
  font-weight: 500;
  line-height: 1.25;
  color: #000;
  background-color: white;
  overflow-x: hidden;
}

.section {
  width: 100%;
  height: auto;
  padding: 25px 0;
  position: relative;
}

.section .content {
  width: 100%;
  max-width: 600px;
  min-width: 320px;
  margin: 0 auto;
  position: relative;
  padding: 0px 15px;
}

#thx,
#err {
  text-align: center;
}

.visible-sm {
  display: none;
}

.visible-md {
  display: none;
}

.visible-lg {
  display: block;
}

.hidden-sm {
  display: block;
}

.hidden-md {
  display: block;
}

.hidden-lg {
  display: none;
}

/* TYLKO DLA TEJ STRONY ---------------------------------------------- */

body .tipso_content {
  font-size: 16px;
}

.mainCon {
  background: none;
  margin-bottom: 8px;
  border-bottom: 1px solid #ccc;
}

.mainCon * {
  text-decoration: none;
}

.mainCon a.logo {
  display: inline-block;
}

.mainCon a:hover {
  text-decoration: none;
}

.mainCon img {
  height: 60px;
}

.p1 {
  font-size: 1.6em;
}

.btn-f-pos {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.btn-f-pos .btn.big {
  padding-left: 25px;
  padding-right: 25px;
  margin: 0;
}

.s-arrow {
  background: transparent;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 50px;
  width: 50px;
  position: relative;
  /* left: 50%;
    position: absolute; */
  /* text-align: center; */
  /* bottom: 24px; */
  z-index: 10;
  /* margin-left: -30px; */
  cursor: pointer;
  border: solid 1px #fff;
  margin-left: 10px;
}

.s-arrow:hover::before {
  width: 145%;
  height: 145%;
}

.s-arrow::after {
  background: transparent url(../images/sec-arrow_v2.png) center no-repeat;
  border-radius: 50%;
  content: '';
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  z-index: 7;
}

i.infotip {
  background: url('../images/infotip.svg') center / contain no-repeat;
  border-radius: 50%;
  color: #fff;
  content: 'i';
  display: inline-block;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  height: 18px;
  width: 18px;
  line-height: 18px;
  margin-top: -8px;
  position: relative;
  text-align: center;
  vertical-align: middle;
}

i.infotip.go-top {
  top: -1.8em;
}

.tipso_style {
  cursor: help;
}

.section.mod-last {
  background: white;
  padding: 25px 0 15px 0;
}

.section.mod-last .legal {
  font-size: 14px;
  line-height: 1.4em;
}

.section.mod-last .mod-last-header {
  font-size: 22px;
  margin: 0.6em 0;
}

.section.mod-last .reg-item {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin: 12px 0;
}

.section.mod-last .reg-item .doc {
  background: #f1f1f1;
  font-size: 16px;
  font-weight: 655;
  padding: 24px 24px;
  border-radius: 16px;
  color: black;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section.mod-last .reg-item .doc i.doc-download {
  display: block;
  width: 25px;
  height: 25px;
  min-width: 25px;
  margin: 0 12px 0 0;
  background: url(../images/external-link.svg) center / contain no-repeat;
}

.section.mod-last .reg-item .doc-view {
  display: block;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 4px;
  background: url(../images/content.svg) center no-repeat;
  background-size: 20px auto;
  text-indent: 20000px;
  white-space: nowrap;
}

.section.mod-last .reg-item .doc-view:hover {
  background-color: rgba(1, 1, 1, 0.1);
}

.section.mod-last .logo-footer {
  display: block;
  height: 35px;
  margin: 15px auto;
}

.section.mod-last .reserved {
  text-align: center;
}

.section.mod-last hr {
  border: none;
  border-top: 1px solid #666;
}

.section.mod0 .apla {
  /*background: green;*/
  background: #000;
  border-radius: 16px;
  position: relative;
  padding: 0;
  color: white;
  overflow: hidden;
}

.section.mod0 .apla .apla-img {
  width: 100%;
}

.section.mod0 .apla .text {
  padding: 24px;
}

h1 {
  line-height: 0.8;
}
h1 img {
  max-width: 100%;
  margin-bottom: 12px;
}

h1 span {
  color: #e20074;
  font-size: 48px;
  font-weight: 800;
}

h2 {
  font-size: 32px;
  font-weight: 550;
  line-height: 1;
}

h3 {
  font-size: 24px;
  font-weight: 550;
  line-height: 1;
}

.after-h1 {
  font-weight: 500;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 84px;
}

.after-h1 ._2 {
  display: block;
  margin-top: 18px;
}

.wrapper .slick-dots {
  padding: 0px 15px;
  width: auto;
  margin: 0 auto;
  position: relative;
  white-space: nowrap;
  bottom: 0;
  max-width: calc(100vw - 20px);
  overflow: hidden;
}

.wrapper .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}

.wrapper .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 1px solid #626262;
  border-radius: 50%;
  outline: none;
  background: transparent;
  text-indent: 20000px;
  white-space: nowrap;
}

.wrapper .slick-dots li button:focus {
  outline: 2px solid black;
  outline-offset: 5px;
}

.wrapper .slick-dots li.slick-active button {
  background: #757575;
  border: 1px solid #333;
}

.wrapper .slick-dots li button:before {
  display: none;
}

.slider-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0 0 15px 0;
}

.slider-controls button.slide-m-prev {
  display: inline-block;
  width: 25px;
  height: 15px;
  background: transparent url(../images/chevron_right_black.svg) center /
    contain no-repeat;
  transform: rotate(180deg);
  border: none;
  cursor: pointer;
  position: relative;
  top: -4px;
  text-indent: 20000px;
  white-space: nowrap;
}

.slider-controls button.slide-m-prev:focus,
.slider-controls button.slide-m-next:focus {
  outline: 2px solid black;
  outline-offset: 5px;
}

.slider-controls button.slide-m-prev.slick-hidden {
  opacity: 0;
}

.slider-controls button.slide-m-prev.slick-disabled {
  opacity: 0.1;
}

.slider-controls button.slide-m-next {
  display: inline-block;
  width: 25px;
  height: 15px;
  background: transparent url(../images/chevron_right_black.svg) center /
    contain no-repeat;
  border: none;
  cursor: pointer;
  position: relative;
  top: -4px;
  text-indent: 20000px;
  white-space: nowrap;
}

.slider-controls button.slide-m-next.slick-hidden {
  opacity: 0;
}

.slider-controls button.slide-m-next.slick-disabled {
  opacity: 0.1;
}

.dev-content {
  display: none;
  position: absolute;
  left: 0;
  max-height: 500px;
  border: 2px solid red;
  padding: 15px;
  overflow-y: scroll;
  z-index: 200;
  color: white;
  background: rgba(0, 0, 0, 0.8);
}

.dev-content.visible {
  display: block;
}

.dev-content .dev-slide-item {
  display: flex;
  margin-bottom: 15px;
  position: relative;
}

.dev-content .dev-slide-item img {
  max-width: 280px;
}

.dev-content .dev-slide-item.online:after {
  content: 'online';
  color: white;
  line-height: 44px;
  text-indent: 45px;
  position: absolute;
  left: 260px;
  bottom: 0px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: green;
}

.dev-content .dev-slide-item.offline:after {
  content: 'offline';
  color: white;
  line-height: 44px;
  text-indent: 45px;
  position: absolute;
  left: 260px;
  bottom: 0px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: red;
}

.section.mod4 .benefit-holder {
  margin-top: 25px;
}

.section.mod4 .benefit-holder .b-item {
  display: flex;
  align-items: center;
  margin: 16px 0;
  font-weight: 655;
}

.section.mod4 .benefit-holder .b-item img.b-ico {
  height: 40px;
  margin-right: 8px;
}

.section.mod5 .how-to-slider {
  margin-top: 35px;
  display: flex;
}

.section.mod5 .how-to-slider .item {
  background: transparent;
  border: solid 1px #000;
  border-radius: 12px;
  overflow: hidden;
  margin-right: 8px;
  margin-left: 8px;
  max-width: 257px;
  /* position: relative; */
}

.section.mod5 .how-to-slider .item.green {
  background: #a7de59;
  border: solid 1px #a7de59;
}

.item-ico {
  margin-right: 0;
  margin-left: auto;
  margin: 10px 0 20px auto;
}

.section.mod5 .how-to-slider .item.last {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  margin-right: 5px;
  /* position: relative; */
}

.section.mod5 .how-to-slider .item .how-to-pic {
  width: 100%;
}

.section.mod5 .how-to-slider .item .text {
  padding: 24px;
}

.section.mod5 .how-to-slider .item .text h4 {
  font-size: 24px;
  font-weight: 655;
  display: block;
  margin: 20px 0;
  /* height: 2.8em; */
}

.section.mod5 .how-to-slider .item .text ._2 {
  color: #000;
  display: block;
  /* height: 1.8em; */
  margin: 0;
  font-size: 16px;
}

.accord-holder.faq {
  margin-bottom: 2em;
  margin: 25px auto;
}

.accord-holder.faq .nag {
  background: #fff;
  margin: 4px 0;
  padding: 1em 2.8em 1em 0.1em;
  position: relative;
  cursor: pointer;
}

.accord-holder.faq .nag h3 {
  font-size: 16px;
  font-weight: 655;
  color: #333;
}

.accord-holder.faq .accord {
  border-bottom: 1px solid #e5e5e5;
}

.accord-holder.faq .accord:not(.shown) .nag:hover {
  background: #f9f9f9;
}

.accord-holder.faq .nag:after {
  display: block;
  width: 15px;
  height: 30px;
  background: url(../images/faq-arrow.svg) center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -15px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.accord-holder.faq .accord.shown .nag:after {
  margin-top: -15px;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.accord-holder.faq .accord .nag a.text {
  color: #000;
  /* font-size: 20px;
  line-height: 1em; */
}

.accord-holder.faq .accord .details {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
  padding-left: 0.1em;
  padding-bottom: 1.5em;
}

.accord-holder.faq .accord .details p {
  padding-bottom: 1em;
}

.accord-holder.faq .accord .details ol,
.accord-holder.faq .accord .details ul {
  margin-left: 1.5em;
}

.accord-holder.faq .accord .details ol > li {
  margin: 0.75em 0;
}

.mod10 .sec-form #form-holder {
  background: white url(../images/formbiz320.jpg) top center no-repeat;
  background-size: 350px auto;
  border-radius: 12px;
  padding: 15px 0;
  letter-spacing: 0.5px;
}

.mod10 .sec-form #form-holder .p1 {
  font-size: 24px;
  margin-bottom: 0.6em;
  font-family: 'teleneomedium';
}

.mod10 .sec-form #form-holder .p2 {
  font-size: 20px;
  color: #000000;
}

.mod10 .sec-form #form-holder .item {
  position: relative;
  margin: 1.8em 0;
}

.mod10 .sec-form #form-holder form input[type='checkbox']#zgoda_baner {
  position: absolute;
  left: -1000000px;
}

/*
.mod10 .sec-form #form-holder form input[type="checkbox"] ~ .fake-chx {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 4px;
    position: relative;
    top: -2px;
    margin:1px 8px 1px 1px;
    vertical-align: top;
    text-indent: 20000px;
    white-space: nowrap;
}
.mod10 .sec-form #form-holder form input[type="checkbox"]:focus ~ .fake-chx ,
.mod10 .sec-form #form-holder form input[type="checkbox"]:active ~ .fake-chx {
    border: 2px solid blue !important;
}

.mod10 .sec-form #form-holder form input[type="checkbox"]:checked ~ .fake-chx {
    background: #F1F3F8 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAxQTFRF////4gB08H+58YC6XjDrMQAAADpJREFUeNq0zzEOACAMAsAC//+zxjZa4lzGYyBETIX8BKB3WyDrnoRwrEmZSZpLmXxed74ZR74vAQYARXgAZ2g4RzgAAAAASUVORK5CYII=") no-repeat scroll 0 0;
    background-size: contain;
}

.mod10 .sec-form #form-holder form input[type="checkbox"].error~.fake-chx {
    border: 1px solid red;
}

.mod10 .sec-form #form-holder form input[type="checkbox"].error+label.error {
    position: absolute;
    top: -12px;
    left: 0px;
    font-size: 12px;
    line-height: 12px;
    color: red;
}
*/

.mod10 .sec-form #form-holder form .roz-hide {
  /*color:white;*/
  font-size: 0.9em;
}

.mod10 .sec-form #form-holder form .legal_zgoda {
  display: inline-block;
  font-size: 16px;
  text-align: left;
  color: #000;
  width: calc(100% - 30px);
}

.mod10 .sec-form #form-holder #thx,
.mod10 .sec-form #form-holder #err {
  text-align: left;
  font-size: 28px;
  margin-bottom: 15px;
  margin-top: 60px;
  text-align: left;
}

.section.mod10 .sec-blog .apla {
  background: #f1f1f1;
  border-radius: 12px;
  overflow: hidden;
}

.section.mod10 .sec-blog .apla .mod3-img {
  width: 100%;
}

.section.mod10 .sec-blog .apla .text {
  padding: 25px;
}

.section.mod10 .sec-blog .apla .btn-holder {
  margin-top: 60px;
}

.section.mod10 .sec-blog .apla .btn-holder .arrow-btn {
  display: inline-block;
  color: black;
  width: 48px;
  height: 48px;
  background: url(../images/button-arrow.svg) center / contain no-repeat;
  text-indent: 20000px;
  white-space: nowrap;
}

#qr-app-dlownload {
  padding: 0 20px;
  max-width: 580px;
}

#qr-app-dlownload .qr1 {
  font-size: 24px;
  font-weight: 655;
}

#qr-app-dlownload .qr2 {
  font-size: 16px;
  margin: 1em 0;
  font-weight: 655;
}

#qr-app-dlownload img {
  display: block;
  width: 336px;
  margin: 35px auto;
  max-width: 100%;
}

.section.mod-footer {
  background: black;
  color: white;
  padding-top: 55px;
  padding-bottom: 35px;
}

.section.mod-footer .footer-content {
  padding: 0 15px;
}

.section.mod-footer .grid1 {
  text-align: center;
}

.section.mod-footer .f1 {
  font-size: 23px;
  font-weight: 655;
  margin-bottom: 0.5em;
}

.section.mod-footer .f2 {
  font-size: 16px;
  font-weight: 500;
}

.section.mod-footer ._2 {
  margin: 45px 0 30px;
}

.section.mod-footer ._2 .logo {
  display: inline-block;
}

.section.mod-footer ._2 .logo img {
  height: 48px;
}

.section.mod-footer .grid2 {
  text-align: center;
}

.section.mod-footer .grid2 .social-link {
  margin: 8px;
  display: inline-block;
}

.section.mod-footer .grid3 .f4 {
  font-size: 14px;
  font-weight: 500;
}

.section.mod-footer .grid3 .footer-links {
  margin-top: 30px;
}

.section.mod-footer .grid3 .f-link {
  display: block;
  margin: 12px 0;
  color: white;
  font-size: 16px;
}

.last-img {
  position: absolute;
  max-width: 341px;
}

.mod10-wrapper {
  max-width: none;
}

.mod10-box {
  border: 1px solid #b6b6b6;
  border-radius: 15px;
  padding: 15px 20px;
  margin: 10px 0;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mod10-btn {
  display: block;
  color: #000;
  margin-top: 3px;
  font-size: 16px;
}

.section.mod2 .mag-slider {
  margin: 25px 0;
}

.section.mod2 .mag-slider .item {
  margin-right: 15px;
}

.section.mod2 .mag-slider .item .main-photo {
  width: 100%;
}

.section.mod2 .mag-slider .item .sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section.mod2 .mag-slider .item .sec .text {
  line-height: 1.25;
}

.section.mod2 .mag-slider .item .sec .text ._1 {
  color: #626262;
}

.section.mod2 .mag-slider .item .sec .text ._2 {
  display: block;
}

.section.mod2 .mag-slider .item .sec .slider-logo {
  max-height: 120px;
}

.section.mod3 .apla {
  background: #f1f1f1;
  border-radius: 12px;
  overflow: hidden;
}

.section.mod3 .apla .mod3-img {
  width: 100%;
}

.section.mod3 .apla .text {
  padding: 25px;
}

.section.mod3 .apla .text .apla-info {
  font-weight: 500;
  font-size: 16px;
  margin-top: 24px;
}

.section.mod3 .apla .btn-holder {
  margin: 25px 0 0;
}

.section.mod3 .apla .btn-holder .btn {
  margin: 5px 5px 0 0;
}

.mobile_only {
  display: inline-block;
}

.desktop_only {
  display: none;
}

.info_cols .info_col {
  margin-top: 32px;
}

.info_cols .info_col .info_col_title {
  font-weight: 655;
  font-size: 32px;
  line-height: 1.1em;
  margin-bottom: 16px;
}

.info_cols .info_col .info_col_text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2em;
}

.section.mod5 .slick-track {
  display: flex !important;
}

.section.mod5 .slick-slide {
  height: inherit !important;
}

.card_box {
  display: flex;
  gap: 8px;
  /* overflow-x: scroll; */
  padding: 20px 0;
}

.card_box.full-w {
  display: block;
  width: auto;
}

.card_box.flow {
  display: flex;
  gap: 8px;
  padding: 20px 0;
  flex-direction: column;
  padding-left: 10px;
}

.card_box.flow .swipe-xxs {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
  /* overflow-x: scroll; */
}

.card_box.alt {
  display: block;
  overflow-x: auto;
  padding-top: 0;
}

.card_box .card_box_col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.card_box .card_box_col.dbl {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
}

.card_box .card_box_col .card_item {
  border-radius: 24px;
  padding: 32px;
  width: 300px;
}

.card_box .card_box_col .card_item.btn_pos {
  /* position: relative; */
}

.card_box .card_box_col .card_item.btn_pos .btn {
  /* position: absolute; */
  /* left: 32px; */
  /* bottom: 32px; */
  /* width: 50%; */
  /* top: auto; */
  width: auto;
}

.card_box .card_box_col .card_item.clickable {
  border-radius: 16px;
  width: 140px;
  padding: 16px;
  background-color: #f1f1f1;
  padding-bottom: 80px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.card_box .card_box_col .card_item.clickable.active {
  width: 140px;
  background-color: #d9d9d9;
}

.card_box .card_box_col .card_item.clickable .small_title {
  font-weight: 655;
  color: #000;
  font-size: 20px;
  margin: 0;
}

.card_box.full-w .card_box_col .card_item {
  width: 100%;
  padding-right: 60px;
}

.card_box .card_box_col .fix-dbl {
  display: flex;
  gap: 8px;
  width: 100%;
}

.card_box.flow .card_box_col .fix-dbl {
  flex-direction: column;
  width: auto;
}

.card_box .card_box_col .fix-dbl .card_item {
  max-width: 300px;
  min-width: 300px;
}

.card_box .card_box_col.dbl .card_item:first-child {
  width: 100%;
}

.card_box .card_box_col.dbl .card_item:not(:first-child) {
  flex: 1;
}

.card_box.alt .card_box_col .card_item {
  width: auto;
  margin-bottom: 10px;
}

.card_box .card_box_col .card_item.border {
  border: solid 1px #000;
}

.card_box .card_box_col .card_item.grow {
  flex-grow: 1;
}

.card_box .card_box_col .card_item.bg_card {
  background: transparent url(../images/card_bg.jpg) center center no-repeat;
  background-size: cover;
}

.card_box .card_box_col .card_item.bg_card.alt {
  background: #000 url(../images/card-sim-c.png) center 36% no-repeat;
  background-size: auto;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.card_box .card_box_col .card_item.bg_card.custom {
  height: 400px;
  background-position: calc(100% + 90px) center;
}

.card_box .card_box_col .card_item.bg_card.alt .btn {
  width: auto;
  margin: 0;
}

.card_box .card_box_col .card_item.ico_corner {
  background-image: url(../images/ico_home_wifi.svg);
  background-position: calc(100% - 32px) calc(100% - 32px);
  background-repeat: no-repeat;
}

.card_box .card_box_col .card_item.ico_corner.c_left {
  background-position: calc(0% + 16px) calc(100% - 16px);
}

.card_box .card_box_col .card_item.ico_corner.ico_home_wifi {
  background-image: url(../images/ico_home_wifi.svg);
}

.card_box .card_box_col .card_item.ico_corner.ico_router {
  background-image: url(../images/ico_router.svg);
}

.card_box .card_box_col .card_item.ico_corner.ico_cell {
  background-image: url(../images/ico_cell.svg);
}

.card_box .card_box_col .card_item.ico_corner.ico_heart {
  background-image: url(../images/ico_heart.svg);
}

.card_box .card_box_col .card_item.ico_corner.ico_arrow {
  background-image: url(../images/ico_arrow.svg);
  background-position: calc(100% - 32px) center;
}

.card_box .card_box_col .card_item.ico_corner.ico_trans {
  background-image: url(../images/ico_trans.svg);
}

.card_box .card_box_col .card_item.ico_corner.ico_sim {
  background-image: url(../images/ico_sim.svg);
}

.card_box .card_box_col .card_item.ico_corner.ico_help {
  background-image: url(../images/ico_help.svg);
}

.card_box .card_box_col .card_item.ico_corner.ico_apps {
  background-image: url(../images/ico_apps.svg);
}

.card_box .card_box_col .card_item.ico_corner.ico_prefix {
  background-image: url(../images/ico_prefix.svg);
}

.card_box .card_box_col .card_item.ico_corner.ico_esim {
  background-image: url(../images/ico_esim.svg);
}

.card_box .card_box_col .card_item.ico_corner.ico_globe {
  background-image: url(../images/ico_globe.svg);
}

.card_box .card_box_col .card_item .big_title {
  font-weight: 655;
  color: #000;
  font-size: 32px;
  margin-bottom: 13px;
}

.card_box.alt .card_box_col .card_item .big_title {
  margin-bottom: 0px;
  line-height: 1em;
  font-size: 24px;
}

.card_box .card_box_col .card_item .big_title span {
  display: block;
  font-size: 0.5em;
}

.card_box.alt .card_box_col .card_item .big_title span {
  font-size: 0.72em;
  margin-bottom: 24px;
}

.card_box .card_box_col .card_item .small_text {
  font-weight: 500;
  color: #000;
  font-size: 14px;
  margin-bottom: 16px;
}

.card_box.alt .card_box_col .card_item .small_text {
  font-size: 16px;
  margin-top: 16px;
  margin-bottom: 0px;
}

.card_box.alt .card_box_col .card_item .btn {
  margin-top: 24px;
}

.card_box .card_box_col .card_item .price_text {
  font-weight: 655;
  color: #000;
  font-size: 24px;
  margin-bottom: 4px;
  display: flex;
  align-items: baseline;
}

.card_box .card_box_col .card_item .price_text span {
  font-size: 0.64em;
  padding-left: 1px;
}

.card_box .card_box_col .card_item .light_text {
  font-weight: 500;
  color: #000;
  font-size: 16px;
  margin-bottom: 16px;
}

.card_box .card_box_col .card_item .btn {
  width: 100%;
}

.card_box .card_box_col .card_item .small_title {
  font-weight: 655;
  color: #000;
  font-size: 24px;
  margin-bottom: 4px;
}

.card_box .card_box_col .card_item .mid_title {
  font-weight: 655;
  color: #000;
  font-size: 28px;
  line-height: 1.1em;
  margin-bottom: 4px;
}

.card_box .card_box_col .card_item .small_title.alt,
.card_box .card_box_col .card_item .mid_title.alt {
  margin-bottom: 12px;
}

.card_box .card_box_col .card_item .pat-info {
  font-weight: 655;
  color: #ffffff;
  background: #e20074;
  font-size: 16px;
  margin-bottom: 12px;
  padding: 4px 8px;
  border-radius: 6px;
  display: inline-block;
}

.card_box .card_box_col .card_item .regular_text {
  font-weight: 655;
  color: #000;
  font-size: 16px;
}

.card_box .card_box_col .card_item .regular_text span {
  font-weight: 500;
  color: #000;
  font-size: 0.9em;
  line-height: 1.1em;
  display: inline-block;
}

.card_box .card_box_col .card_item .img-container {
  text-align: center;
}

.card_box .card_box_col .card_item ul.profits {
  margin: 0 0 1em 0;
  display: none;
}

.card_box .card_box_col .card_item ul.profits li {
  list-style: none;
  padding-left: 25px;
  margin: 0.3em 0;
}

.card_box .card_box_col .card_item ul.profits li.tick {
  background: url(../images/checkmark.svg) top left no-repeat;
}

.card_box .card_box_col .card_item ul.profits li.cross {
  background: url(../images/cross-marker.svg) left -1px no-repeat;
  color: rgba(27, 84, 79, 1);
}

.card_box .card_box_col .card_item ul.profits li.info {
  padding-left: 0px;
}

.card_box .card_box_col .card_item ul.profits li.info i.infotip {
  margin-right: 7px;
  height: 15px;
  width: 15px;
  line-height: 15px;
  margin-top: -4px;
}

.card_box .card_box_col .card_item .drop-link {
  font-weight: 655;
  font-size: 16px;
  line-height: 1em;
  color: #000;
  margin: 1em 0 1.5em 0;
  display: inline-block;
  width: 100%;
}

.card_box .card_box_col .card_item .drop-link i {
  float: right;
  margin-right: 10px;
}

.card_box.flow .as-one {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hide-xxs {
  display: none;
}

#details-mod h3 {
  font-weight: 700;
  font-size: 90px;
  line-height: 1em;
}

#details-mod h3 span {
  display: block;
  font-size: 20px;
  line-height: 1em;
  margin-bottom: 40px;
}

#details-mod .nag h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1em;
  padding-left: 20px;
}

#details-mod .nag h3 span {
  display: block;
  font-size: 20px;
  line-height: 1em;
  margin-bottom: 0px;
  height: 0;
}

#details-mod .details_mod_info {
  font-weight: 700;
  font-size: 24px;
  line-height: 1em;
  margin-bottom: 70px;
}

#details-mod .details_mod_info span {
  font-size: 16px;
  line-height: 1em;
  display: block;
  margin-top: 5px;
}

#details-mod .btn {
  width: 100%;
}

#details-mod .accord-holder.faq .accord .details {
  padding-right: 40px;
  padding-left: 20px;
}

.fancybox-close {
  background-image: url(https://www.t-mobile.pl/c/binaries/content/assets/lp/common/images/sprite.png);
}

.ytp_banner {
  background: #202020 url(../images/ytp_logo.jpg) center top no-repeat;
  background-size: 290px;
  padding: 24px;
  border-radius: 24px;
}

.ytp_banner .ytp_slogan {
  font-weight: 550;
  color: #fff;
  font-size: 20px;
  line-height: 1.1em;
  margin-top: 150px;
}

#slick-slide11 button,
#slick-slide00 button {
  background: #ffffff;
}

#slick-slide11.slick-active button,
#slick-slide00.slick-active button {
  background: #757575;
}

/* -------------- MOBILE ------------------------------------------------*/

@media screen and (min-width: 370px) {
  /* ------------------------------ 370---------------------------*/
  .btn-f-pos {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}

@media screen and (min-width: 768px) {
  /* ------------------------------ 768 --------------------------------*/

  .visible-sm {
    display: block;
  }

  .visible-md {
    display: none;
  }

  .visible-lg {
    display: none;
  }

  .hidden-sm {
    display: none !important;
  }

  .hidden-md {
    display: block;
  }

  .hidden-lg {
    display: block;
  }

  .section {
    padding: 40px 0;
  }

  .section .content {
    max-width: 768px;
    padding: 0 76px;
  }

  .mainCon img {
    height: 72px;
  }

  .section.mod-last .logo-footer {
    display: block;
    height: 35px;
    margin: 0px 0;
    float: left;
  }

  .section.mod-last .reserved {
    text-align: right;
    float: right;
    margin-top: 12px;
    width: calc(100% - 100px);
  }

  .section.mod0 .apla {
    /*background: green;*/
    background: black url(../images/kv-hero.jpg) top center / contain no-repeat;
    border-radius: 27px;
    position: relative;
    padding: 0;
    color: white;
    padding-top: 520px;
  }

  .section.mod0 .apla .apla-img {
    display: none;
  }

  .section.mod0 .apla .text {
    padding: 24px;
  }

  .s-arrow {
    /* left: 0; */
    /* margin-left: 30px; */
  }

  h1 span {
    color: #e20074;
    font-size: 56px;
    font-weight: 800;
  }

  h2 {
    font-size: 42px;
    font-weight: 550;
    line-height: 1;
  }

  h3 {
    font-size: 27.5px;
    font-weight: 550;
    line-height: 1;
  }

  .after-h1 {
    font-size: 16px;
    /* max-width: 420px; */
    margin-top: 15px;
    margin-bottom: 100px;
  }

  .section.mod4 .benefit-holder {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 15px;
    grid-row-gap: 20px;
  }

  .section.mod4 .benefit-holder .b-item {
    padding-right: 20px;
  }

  .section.mod-footer .grid1 {
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .section.mod-footer .f1 {
    font-size: 23px;
    font-weight: 655;
    margin-bottom: 0.5em;
  }

  .section.mod-footer .f2 {
    font-size: 16px;
    font-weight: 500;
  }

  .section.mod-footer ._2 {
    margin: 0px;
  }

  .section.mod-footer .grid2 {
    margin-top: 80px;
    margin-bottom: 30px;
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .section.mod-footer .grid2 .f3 {
    padding-left: 20px;
  }

  .section.mod-footer .grid3 .f-link {
    display: inline-block;
    margin: 0px 12px 0 0;
    color: white;
    font-size: 16px;
  }

  .info_cols .info_col {
    margin-top: 32px;
  }

  .info_cols .info_col .info_col_title {
    font-size: 42px;
    margin-bottom: 16px;
  }

  .info_cols .info_col .info_col_text {
    font-size: 16px;
  }

  .card_box.alt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
  }

  .card_box.alt .card_box_col {
    width: 48.5%;
  }

  .card_box.flow {
    display: flex;
    gap: 8px;
    padding: 20px 0;
    flex-direction: column;
    padding-left: 0px;
  }

  .card_box.flow .swipe-xxs {
    display: flex;
    gap: 8px;
    margin-top: 0px;
    overflow-x: visible;
  }

  .card_box.flow .swipe-xs {
    display: flex;
    gap: 8px;
    overflow-x: scroll;
    padding-bottom: 20px;
  }

  .card_box.flow .as-one {
    display: flex;
    flex-direction: row;
    gap: 8px;
  }

  .card_box .card_box_col .card_item.clickable {
    width: 218px;
    padding: 24px;
    padding-bottom: 80px;
  }

  .card_box .card_box_col .card_item.clickable.active {
    width: 444px;
  }

  .card_box .card_box_col .card_item.clickable .small_title {
    font-size: 20px;
  }

  .ytp_banner {
    background: #202020 url(../images/ytp_logo.jpg) 10px center no-repeat;
    background-size: 290px;
    padding: 24px;
    border-radius: 24px;
    min-height: 330px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .ytp_banner .ytp_slogan {
    font-size: 20px;
    line-height: 1.2em;
    margin: 0;
    width: 48%;
  }

  .card_box .card_box_col .card_item.bg_card.custom {
    height: 135px;
    background-position: right -10px;
  }
}

@media screen and (min-width: 1040px) {
  /* ------------------------------ 1040 --------------------------------*/

  .mainCon img {
    height: 84px;
  }

  .section .content {
    max-width: 1040px;
    padding: 0 93px;
  }

  .section.mod-last {
    padding: 35px 0 25px;
  }

  .section.mod-last .reg-mod {
    text-align: right;
  }

  .section.mod-last hr {
    width: 100%;
    float: none;
    margin: 25px 0;
    border: none;
    border-top: 1px solid #666;
  }

  .section.mod0 .apla {
    /*background: green;*/
    background: black url(../images/kv-hero.jpg) right center no-repeat;
    background-size: 500px;
    border-radius: 25px;
    position: relative;
    color: white;
    height: 486px;
    padding: 0;
  }

  .section.mod0 .apla .text {
    padding: 48px;
    width: 50%;
  }

  h1 span {
    color: #e20074;
    font-size: 48px;
    font-weight: 800;
  }
  h2 {
    font-size: 44px;
    font-weight: 550;
    line-height: 1;
  }

  h3 {
    font-size: 29px;
    font-weight: 550;
    line-height: 1;
  }

  .after-h1 {
    font-size: 16px;
    /* max-width: 420px; */
    margin-top: 15px;
    margin-bottom: 40px;
  }

  .s-arrow {
    /* left: 0;
        margin-left: 60px; */
  }

  .section.mod5 .how-to-slider .item .text h4 {
    font-size: 24px;
  }

  .section.mod10 .content {
    display: flex;
  }

  .section.mod10 .sec-form {
    flex: 0 0 50%;
    padding-right: 50px;
  }

  .section.mod10 .sec-form h2 {
    /*padding-right: 250px;*/
    padding-bottom: 25px;
    padding-top: 10px;
  }

  .section.mod10 .sec-blog {
    flex: 0 0 50%;
    margin: 0;
  }

  .section.mod10 .sec-blog .apla {
    display: block;
    border-radius: 18px;
    flex-direction: row-reverse;
  }

  .section.mod10 .sec-blog .apla .text {
    padding: 48px;
    flex: 1 1 50%;
  }

  .section.mod10 .sec-blog .apla .btn-holder {
    margin-top: 20px;
  }

  .mod10 .sec-form #form-holder form button {
    width: auto;
  }

  .section.mod-footer .grid2 {
    max-width: 1348px;
    margin: 80px auto 30px;
  }

  .last-img {
    position: absolute;
    max-width: 213px;
  }

  .section.mod10 .sec-blog {
    margin-top: 60px;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
  }

  .mod10-wrapper {
    max-width: 292px;
  }

  .mod10-box {
    display: block;
  }

  .mod10-btn {
    display: block;
    color: #000;
    margin-top: 20px;
    font-size: 16px;
  }

  .section.mod3 .apla {
    display: flex;
    border-radius: 48px;
    flex-direction: row-reverse;
  }

  .section.mod3.rev .apla {
    flex-direction: row;
  }

  .section.mod3 .apla .mod3-img {
    width: 100%;
    flex: 1 1 50%;
  }

  .section.mod3 .apla .text {
    padding: 56px;
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .section.mod3 .apla .text .apla-info {
    font-size: 16px;
    margin-top: 0px;
  }

  .section.mod3 .apla .text h2 {
    font-size: 48px;
    margin: 20px 0 0px 0;
  }

  .section.mod3.rev .apla .text h2 {
    margin: 0;
  }

  .section.mod3 .apla .btn-holder {
    margin: 0;
  }

  .info_cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 44px;
    margin-top: 38px;
  }

  .info_cols .info_col {
    margin-top: 0;
  }

  .info_cols .info_col .info_col_title {
    font-size: 42px;
    margin-bottom: 16px;
  }

  .info_cols .info_col .info_col_text {
    font-size: 16px;
  }

  .card_box.alt {
    display: flex;
  }

  .card_box.alt .card_box_col {
    width: 49.4%;
  }

  .card_box.alt .card_box_col .card_item {
    width: auto;
    margin-bottom: 0px;
  }

  .card_box.alt .card_box_col .card_item .big_title {
    font-size: 24px;
  }

  .card_box.alt .card_box_col .card_item .big_title span {
    font-size: 0.7em;
    line-height: 1.3em;
    margin-bottom: 24px;
  }

  .card_box .card_box_col .card_item.bg_card.alt {
    background: #000 url(../images/card-sim-c.png) center 44% no-repeat;
    background-size: 100px;
    height: 290px;
  }

  .card_box.alt .card_box_col .card_item {
    flex-grow: 1;
    /* width: auto; */
  }

  .card_box .card_box_col .card_item {
    width: 290px;
    /* width: auto; */
  }

  .card_box.flow .swipe-xxs .card_box_col .card_item {
    width: auto;
  }

  .card_box.alt .card_box_col .card_item .btn {
    margin-top: 52px;
  }

  .card_box .card_box_col .card_item.bg_card.custom {
    height: 286px;
    background-position: right top;
  }

  .swipe-xxs .card_box_col {
    width: calc(50% - 4px);
  }

  .card_box .card_box_col:last-child {
    /* outline: solid lime 1px; */
    width: 100%;
  }

  .card_box.flow {
    /* max-width: 1040px; */
    /* padding: 0 93px; */
  }

  .card_box.flow .swipe-xxs {
    gap: 8px;
    margin-top: 0px;
    overflow-x: visible;
    /* display: grid;
    grid-template-rows: 1fr 1fr; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .card_box.flow .swipe-xs {
    display: flex;
    gap: 8px;
    overflow-x: visible;
    padding-bottom: 0px;
  }

  #details-mod {
    width: 450px;
  }

  .card_box .card_box_col .card_item .small_text {
    margin-bottom: 35px;
  }

  .ytp_banner {
    background: #202020 url(../images/ytp_logo.jpg) left center no-repeat;
    background-size: 600px;
    padding: 24px;
    min-height: 336px;
  }

  .ytp_banner .ytp_slogan {
    font-size: 20px;
    line-height: 1.3em;
    margin: 0;
    width: 25%;
  }
}

@media screen and (min-width: 1200px) {
  .card_box {
    display: flex;
    justify-content: center;
    overflow-x: auto;
    margin: 0 auto;
    width: auto;
    padding: 0;
    margin-top: 48px;
  }

  .card_box.alt {
    width: 100%;
  }

  .card_box .card_box_col .card_item {
    width: 282px;
  }

  .card_box .card_box_col .fix-dbl .card_item {
    max-width: 292px;
    min-width: 292px;
  }

  .fix-no-wrap {
    overflow-x: auto;
  }
}

@media screen and (min-width: 1300px) {
  .card_box.alt {
    display: flex;
    justify-content: center;
    overflow-x: auto;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    margin-top: 48px;
  }

  .card_box.alt {
    margin-top: 0;
  }
}

@media screen and (min-width: 1440px) {
  /* ------------------------------ 1440 --------------------------------*/

  .section .content {
    max-width: 1440px;
    padding: 0 124px;
  }

  .section.mod0 .apla {
    /*background: green;*/
    background: black url(../images/kv-hero.jpg) calc(100% + 50px) center
      no-repeat;
    background-size: 640px;
    border-radius: 51px;
    position: relative;
    color: white;
    height: 527px;
    padding: 30px 0;
    top: 0;
  }

  .section.mod0 .apla .text {
    padding: 48px;
    width: 50%;
  }

  .s-arrow {
    /* bottom: 60px; */
  }
  h1 img {
    max-width: 100%;
    margin-bottom: 20px;
  }
  h1 span {
    color: #e20074;
    font-size: 56px;
    font-weight: 800;
  }

  h2 {
    font-size: 56px;
    font-weight: 550;
    line-height: 1;
  }

  h3 {
    font-size: 32px;
    font-weight: 550;
    line-height: 1;
  }

  .after-h1 {
    font-size: 24px;
    /* max-width: 420px; */
    margin-top: 15px;
  }

  .section.mod4 .benefit-holder {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 15px;
    grid-row-gap: 20px;
  }

  .section.mod5 .how-to-slider .item .text ._2 {
    font-size: 18px;
  }

  .section.mod5 .how-to-slider .item .text h4 {
    font-size: 28px;
  }

  .last-img {
    position: absolute;
    max-width: 280px;
  }

  .section.mod3 .apla .text {
    padding: 60px;
    flex: 1 1 50%;
  }

  .section.mod3 .apla .text h2 {
    margin: 90px 0 0 0;
  }

  .section.mod3.rev .apla .text h2 {
    margin: 40px 0 0 0;
  }

  .mobile_only {
    display: none;
  }

  .desktop_only {
    display: inline-block;
  }

  .info_cols {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 44px;
    margin-top: 38px;
  }

  .info_cols .info_col {
    margin-top: 0;
  }

  .info_cols .info_col .info_col_title {
    font-size: 48px;
    margin-bottom: 32px;
  }

  .info_cols .info_col .info_col_text {
    font-size: 16px;
  }

  .card_box {
    width: auto;
  }

  .card_box.flow {
    /* max-width: 1440px;
    padding: 0 124px; */
  }

  .card_box .card_box_col .card_item {
    width: 292px;
  }

  .card_box.flow .swipe-xxs {
    gap: 8px;
    margin-top: 0px;
    overflow-x: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .card_box.flow .swipe-xs {
    display: flex;
    gap: 8px;
    overflow-x: hidden;
    padding-bottom: 0px;
  }

  .hide-xxs {
    display: block;
  }

  .hide-md {
    display: none;
  }

  #details-mod {
    width: 500px;
  }

  .ytp_banner {
    background: #202020 url(../images/ytp_logo.jpg) 10px center no-repeat;
    background-size: 580px;
    padding: 56px;
    min-height: 336px;
  }

  .ytp_banner .ytp_slogan {
    font-size: 32px;
    line-height: 1.3em;
    margin: 0;
    width: 45%;
  }

  .swipe-xxs .card_box_col {
    width: 100%;
  }

  .card_box .card_box_col .card_item.bg_card.alt {
    background: #000 url(../images/card-sim-c.png) center 44% no-repeat;
    background-size: auto;
  }

  .card_box .card_box_col .card_item.bg_card.custom {
    background-position: calc(100% + 120px) top;
  }

  .swipe-xxs .card_box_col .card_item.grow {
    flex-grow: 0;
    min-height: 428px;
  }
}

@media screen and (min-width: 1680px) {
  /* ------------------------------ 1560 --------------------------------*/

  .section .content {
    max-width: 1680px;
    padding: 0 166px;
  }

  .section.mod0 .apla {
    /*background: green;*/
    background: black url(../images/kv-hero.jpg) right center no-repeat;
    background-size: 680px;
    border-radius: 52px;
    position: relative;
    color: white;
    height: 560px;
    padding: 0;
  }

  .section.mod0 .apla .text {
    width: 53%;
    padding-top: 130px;
  }

  .after-h1 {
    font-size: 24px;
    /* max-width: 420px; */
    margin-top: 15px;
    margin-bottom: 66px;
  }

  .last-img {
    position: absolute;
    max-width: 350px;
  }

  .section.mod3 .apla .text h2 {
    font-size: 56px;
  }

  .section.mod5 .how-to-slider {
    margin-left: auto;
    margin-right: auto;
    width: 1680px;
    padding: 0 164px;
  }

  .card_box {
    display: flex;
    justify-content: center;
    overflow-x: auto;
    margin: 0 auto;
    /* width: 1350px; */
    padding: 0;
    margin-top: 48px;
  }

  .card_box.clicka {
    justify-content: flex-start;
  }

  .card_box .card_box_col .card_item {
    width: 330px;
  }

  .card_box .card_box_col .fix-dbl .card_item {
    max-width: 330px;
    min-width: 330px;
  }

  .card_box.alt .card_box_col .card_item .big_title {
    padding-right: 40px;
  }

  .card_box.flow {
    flex-direction: row;
  }

  .card_box.flow {
    /* max-width: 1680px;
    padding: 0 166px; */
  }

  .ytp_banner {
    background: #202020 url(../images/ytp_logo.jpg) 10px center no-repeat;
    background-size: auto;
    padding: 56px;
    min-height: 336px;
  }

  .ytp_banner .ytp_slogan {
    font-size: 32px;
    line-height: 1.3em;
    margin: 0;
    width: 50%;
  }
}
