@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;
}

.fancybox-overlay {
  background: rgba(0, 0, 0, 0.7);
}

.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;
}

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

body {
  margin: 0;
  display: block;
  background-color: #4b4b4b;
  font-family: 'tele-neo-var', Arial;
  font-size: 16px;
}
table.area {
  width: 100%;
}
a {
  text-decoration: none;
  color: #e20074;
}
a:hover {
  text-decoration: underline;
  cursor: pointer;
}

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

.black-section button:focus-visible,
.black-section a:focus-visible,
.black-section a:focus,
.black-section a:active {
  outline: 2px solid white;
  border-radius: 3px;
  outline-offset: 3px;
}
.black-section {
  color: white;
}
b,
strong {
  font-weight: 700;
}
.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;
}

.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;
}
.btn.white-border {
  border: 1px solid white;
}

form button {
  font-family: 'tele-neo-var';
}
.wrapper button {
  font-family: 'tele-neo-var';
  cursor: pointer;
}
.wrapper button[disabled],
.wrapper button[disabled]:hover {
  background: #dddddd;
  color: #a3a3a3;
}

.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: #ffffff80;
  color: #000;
}
.btn.ghost:hover {
  background: #ffffffaa;
  color: #000;
}

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

.btn.white {
  background: white;
  color: #e20074;
  border: 2px solid #e20074;
}
.btn.white.full-white {
  background: white;
  color: #000;
  border: 2px solid #fff;
}

.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: black;
}

.section {
  width: 100%;
  height: auto;
  padding: 16px 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 ---------------------------------------------- */

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

body .tipso_content {
  font-size: 16px;
}
h1 {
  font-weight: 655;
  font-size: 2em;
}

h1 ._3 {
  font-weight: 500;
}

h2 {
  font-weight: 655;
  font-size: 28px;
  margin-bottom: 0.5em;
}
h2.smaller {
  font-size: 24px;
}

.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;
}

i.infotip {
  background: #c1c1c1
    url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABFCAYAAAA4lKTpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDNjZBRDkwMURGOUIxMUU5QTM1M0NGRUIzQTdDMENCNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDNjZBRDkwMkRGOUIxMUU5QTM1M0NGRUIzQTdDMENCNSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkM2NkFEOEZGREY5QjExRTlBMzUzQ0ZFQjNBN0MwQ0I1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkM2NkFEOTAwREY5QjExRTlBMzUzQ0ZFQjNBN0MwQ0I1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+8mHMKwAAAZJJREFUeNrs2r2qwjAUB/ATrZNFF3Hr6tBF6CSKSym4+gi+QsFHcHfuUHB0kE6+gIuPINi9i2DbpSCKesl623sl/dAI/4wth/NLk9DTNMyyLJK5KXmCdF2nXq8nFBNFEe12u+qBk8mE5vP5M0/HDMNgy+VSKKYmmmQ0GuUern6/L9wxYaCiKG+dgzWSvAEIIIAAygYMwzB3ssfjUT1wu91SHMfCie73O202GyYax2Qvt7BIAATw24GZ5XGj0aBut1tqosvlQufzuTiQ4xzHeWqaVvrTWK/XzHXdYkM8HA6pChxv4/G4+EdTs9nEIgEQQAABlBmYJIncwP1+T6fTSd5q5na70Ww2Y39VM7Zt59qILLXc4sggCDIDrtcrFgmAAAIIIIAAAggggAD+W1G3Wi0yTTMzoNPp5E7Gd86m02nmvcPhQL7vp66nfuS0221arVZPVVXf/rQWiwX7fXQlNcSDwYA+geONn8d5OQfr9ToWCYAAAgigzMBPbmDygxcvgfxdeDwe2btx/CSJ53mp6z8CDADOxmcOn9b3IgAAAABJRU5ErkJggg==')
    center no-repeat;
  background-size: auto;
  background-size: auto auto;
  background-size: auto 10px;
  border-radius: 50%;
  color: #fff;
  content: 'i';
  display: inline-block;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  height: 17px;
  line-height: 17px;
  margin-top: -5px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px;
}
i.infotip.go-top {
  top: -1.8em;
}
.tipso_style {
  cursor: help;
}

.sr-only {
  height: 1px;
  position: absolute;
  opacity: 0;
  color: black;
  background: white;
}

.section.mod0 {
  padding-top: 30px;
  position: relative;
}
.section.mod0 .mag-apla {
  background: #e20074;
  border-radius: 24px;
}
p.h1 {
  font-size: 20px;
  margin: 0 0 0.8em;
}
.section.mod0 h1 {
  font-size: 24px;
  line-height: 1;
}
.section.mod0 .apla {
  background: white;
  color: black;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  position: relative;
}
.section.mod0 .apla picture.kv-image img {
  max-width: 100%;
}
.section.mod0 .text {
  padding: 24px;
}
.section.mod0 .text .button-holder {
  margin: 25px 0 0;
}

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

.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 {
  text-align: left;
  background: #4a4a4a;
  font-size: 16px;
  font-weight: 655;
  padding: 24px 24px;
  border-radius: 16px;
  color: white;
  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;
  overflow: hidden;
  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.mod1 .box-holder .item .bg {
  height: 280px;
  background: url(../images/sx1.jpg) top center / cover no-repeat;
}
.section.mod1 .box-holder .item .bg._02 {
  background-image: url(../images/sx2.jpg);
  background-position: center;
}
.section.mod1 .box-holder .item .bg._03 {
  background-image: url(../images/sx3.jpg);
  background-position: center;
}
.section.mod1 .box-holder .item .bg._04 {
  background-image: url(../images/sx4.jpg);
}
.section.mod1 .box-holder .item {
  background: #202020;
  border-radius: 24px;
  overflow: hidden;
  margin: 15px 0;
}
.section.mod1 .box-holder .item .text {
  padding: 32px 24px;
}
.section.mod1 .box-holder .item .text h3 {
  font-size: 20px;
  font-weight: 655;
}
.section.mod1 .box-holder .item .text .p2 {
  font-size: 22px;
  font-weight: 655;
  color: #e20074;
  margin: 0.7em 0;
}
.section.mod1 .box-holder .item .text .p3 {
  margin: 0.9em 0;
}
.section.mod1 .box-holder .item .text .btn {
  margin-top: 2em;
}

.section.mod2 .blue-box {
  background: #5ec2ed url(../images/sale.svg) 25px 35px no-repeat;
  border-radius: 24px;
  color: black;
  padding: 24px;
  padding-top: 135px;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  display: block;
}
.section.mod2 .blue-box:hover {
  -webkit-box-shadow: 0px 0px 0px 4px rgba(94, 194, 237, 1);
  -moz-box-shadow: 0px 0px 0px 4px rgba(94, 194, 237, 1);
  box-shadow: 0px 0px 0px 4 px rgba(94, 194, 237, 1);
}
.section.mod2 .blue-box h2 {
  font-size: 32px;
  line-height: 1;
}
.section.mod2 .blue-box .txt {
  font-size: 24px;
  line-height: 1;
}
.section.mod2 .blue-box > span {
  display: block;
}
.section.mod2 .blue-box .arrow {
  text-align: right;
  height: 50px;
  margin-left: 20px;
}
.section.mod2 .blue-box .arrow * {
  height: 100%;
}

.section.mod-dev .device-holder {
  margin: 20px 0;
}
.section.mod-dev .device-holder .item.dev-item {
  color: white;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  width: 280px;
  margin: 8px 4px;
}

.section.mod-dev .device-holder .item.dev-item button {
  text-decoration: none;
  cursor: pointer;
  border: none;
  background: none;
  text-align: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.section.mod-dev .device-holder .item.dev-item:hover {
  outline: 2px solid black;
  outline-offset: 3px;
}
.section.mod-dev .device-holder .item.dev-item .sec-img {
  flex: 1;
  background: #202020;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}
.section.mod-dev .device-holder .item.dev-item .sec-img img.dev-image {
  max-width: 70%;
  max-height: 160px;
}
.section.mod-dev .device-holder .item.dev-item .sec-img button {
  width: 55px;
  height: 35px;
  max-width: 55px;
  border: none;
  background: none;
  flex-basis: 55px;
  display: block;
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 20;
}
.section.mod-dev .device-holder .item.dev-item .sec-img button img {
  width: 55px;
}
.section.mod-dev .device-holder .item.dev-item .sec-text {
  flex: 1;
}
.section.mod-dev .device-holder .item.dev-item .sec-text .name {
  font-size: 22px;
  font-weight: 655;
  line-height: 1;
  margin-bottom: 5px;
}
.section.mod-dev .device-holder .item.dev-item .sec-text .gb {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #cacaca;
}

.section.mod-dev .device-holder .item.dev-item .sec-text .pat {
  font-size: 16px;
  background: #e20074;
  padding: 0.25em 0.6em;
  display: inline-block;
  border-radius: 6px;
  margin-bottom: 0.65em;
}
.section.mod-dev .device-holder .item.dev-item .sec-text .price {
  font-size: 22px;
  font-weight: 655;
  margin: 0.8em 0 0.5em;
}
.section.mod-dev .device-holder .item.dev-item .sec-text .prat {
  color: #cacaca;
  font-weight: 655;
}
.section.mod-dev .device-holder .item.dev-item .sec-text .installment {
  color: #cacaca;
  font-weight: 655;
}
.section.mod-dev .device-holder .item.dev-item .sec-text .price2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.65em;
}
.section.mod-dev .device-holder .item.dev-item .sec-text .price2 del {
  text-decoration: none;
  font-size: 16px;
  font-weight: 655;
  position: relative;
  margin-right: 8px;
}
.section.mod-dev .device-holder .item.dev-item .sec-text .price2 del:after {
  content: '';
  height: 2px;
  background: #e20074;
  width: 100%;
  top: calc(50% - 2px);
  position: absolute;
  left: 0;
}
.section.mod-dev .device-holder .item.dev-item .sec-text .price2 .discount {
  color: #000;
  background: #f9cce3;
  padding: 0.4em 0.6em;
  border-radius: 6px;
  display: inline-block;
}
.section.mod-dev .device-holder .item.dev-item .sec-text .price-desclaimer {
  font-size: 12px;
  color: #616161;
}
.section.mod-dev .device-holder .item.dev-item .sec-text .nrgy_mod_ee {
  font-size: 16px;
  display: block;
  margin: 0.4em 0;
  font-weight: 655;
}
.section.mod-dev .device-holder .item.dev-item .sec-text .nrgy_mod_ee i {
  display: inline-block;
  height: 0.6em;
  position: relative;
  top: 0.2em;
  width: 0.45em;
  margin-left: 0.4em;
  background: url(../images/arrow-slider.svg) center / contain no-repeat;
  transform: rotate(180deg);
}

.section.mod-dev .device-arrow-holder,
.section.mod4 .device-arrow-holder {
  float: right;
  margin: 15px 0;
}

.device-arrow-holder .custom-arrow {
  overflow: hidden;
  text-indent: 2000px;
  white-space: nowrap;
  border: 1px solid white;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  background: transparent url(../images/arrow-slider_white.svg) center center
    no-repeat;
  background-size: 9px auto;
  color: white;
}
.device-arrow-holder .custom-arrow.left:focus,
.device-arrow-holder .custom-arrow.right:focus {
  border-radius: 50%;
}
.device-arrow-holder .custom-arrow.left {
}

.device-arrow-holder .custom-arrow.slick-hidden {
  opacity: 0;
}

.device-arrow-holder .custom-arrow.slick-disabled {
  opacity: 0.4;
}

.device-arrow-holder .custom-arrow.right {
  transform: rotate(180deg);
}

.section.mod4 .slick-track {
  display: flex !important;
  align-items: stretch; /* Rozciąga slajdy do pełnej wysokości kontenera */
}

.section.mod4 .slick-slide {
  height: auto !important;
  display: flex !important;
  flex-direction: column; /* Pozwala elementom wewnątrz slajdu również się dopasować */
}

.section.mod4 .offer-slider .item .bg {
  height: 177px;
  background: url(../images/okazje.png) top center / cover no-repeat;
}
.section.mod4 .offer-slider .item {
  background: #202020;
  border-radius: 24px;
  overflow: hidden;
  margin: 15px 8px 15px 0;
  width: 312px;
  text-decoration: none;
  transition: transform 0.15s ease-in-out;
}
.section.mod4 .offer-slider .item:hover {
  transform: scale(1.01);
}
.section.mod4 .offer-slider .item .text {
  padding: 32px 24px;
}
.section.mod4 .offer-slider .item .text h3 {
  font-size: 20px;
  font-weight: 655;
}
.section.mod4 .offer-slider .item .text .p1 {
  font-weight: 655;
  color: #cacaca;
}
.section.mod4 .offer-slider .item .text .p2 {
  font-weight: 655;
  margin: 0.5em 0;
  color: white;
}

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

.accord-holder.faq .nag {
  background: #000;
  margin: 4px 0;
  font-size: 16px;
  font-weight: 655;
  padding: 1em 2.8em 1em 1em;
  position: relative;
  cursor: pointer;
  color: #fff;
}

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

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

.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;
  -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: #fff;
}

.accord-holder.faq .accord .details {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
  padding-left: 1.2em;
  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;
}

.section.mod9 .faq-tab-holder {
  height: 33px;
  overflow-y: hidden;
}

.section.mod9 .faq-tab-holder .faq-tab-scroller {
  white-space: nowrap;
  padding-left: 15px;
  overflow-x: scroll;
}

.section.mod9 .faq-tab-holder .faq-tab-scroller .tab-item {
  display: inline-block;
  font-size: 16px;
  color: #000;
  margin-right: 5px;
  height: 36px;
  padding: 8px 5px 5px;
  position: relative;
  font-weight: 655;
  margin-bottom: 4px;
  text-decoration: none;
}

.section.mod9 .faq-tab-holder .faq-tab-scroller .tab-item:focus {
  outline-offset: -2px;
}

.section.mod9 .faq-tab-holder .faq-tab-scroller .tab-item.active {
  color: #e20074;
}

.section.mod9 .faq-tab-holder .faq-tab-scroller .tab-item.active:after {
  display: block;
  content: '';
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e20074;
}
/* -------------- MOBILE ------------------------------------------------*/

@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);
  }

  h2 {
    font-weight: 655;
    font-size: 36px;
    margin-bottom: 0.5em;
  }
  h2.smaller {
    font-size: 27px;
  }
  .section.mod0 {
    padding-top: 30px;
    position: relative;
  }
  p.h1 {
    font-size: 20px;
    margin: 0 0 0.7em;
  }
  .section.mod0 h1 {
    font-size: 56px;
  }
  .section.mod0 .apla {
    background: white;
    color: black;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
  }
  .section.mod0 .apla picture.kv-image img {
    max-width: 100%;
  }
  .section.mod0 .text {
    padding: 48px;
  }
  .section.mod0 .text .button-holder {
    margin: 25px 0 0;
  }
  .section.mod1 .box-holder {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 8px;
  }
  .section.mod1 .box-holder .item {
    margin: 0;
    position: relative;
    padding-bottom: 70px;
  }

  .section.mod1 .box-holder .item .text .btn {
    margin-top: 2em;
    position: absolute;
    bottom: 25px;
    left: 24px;
    top: inherit;
  }
  .section.mod2 .blue-box {
    background: #5ec2ed url(../images/sale.svg) 25px 50% no-repeat;
    border-radius: 24px;
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    color: black;
    padding: 24px 24px 24px 132px;
    text-decoration: none;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
  }
  .section.mod2 .blue-box h2 {
    font-size: 32px;
    line-height: 1;
  }
  .section.mod2 .blue-box .txt {
    font-size: 24px;
    line-height: 1;
  }
  .section.mod2 .blue-box > span {
    display: block;
  }
  .section.mod2 .blue-box .arrow {
    text-align: right;
    height: auto;
    margin-left: 20px;
  }
  .section.mod2 .blue-box .arrow * {
    height: 100%;
  }

  .section.mod9 .faq-tab-holder {
    max-width: 768px;
    padding: 0 76px;
    margin: 0 auto 45px auto;
    overflow: hidden;
  }

  .section.mod9 .faq-tab-holder .faq-tab-scroller {
    padding-left: 0px;
  }
}
@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;
  }
  h2 {
    font-weight: 655;
    font-size: 40px;
    margin-bottom: 0.5em;
  }
  h2.smaller {
    font-size: 29px;
  }

  .section.mod0 .mag-apla {
    display: flex;
    flex-direction: row-reverse;
  }
  .section.mod0 .apla {
    flex: 1;
    flex-basis: 50%;
    border-radius: 0 24px 24px 0;
  }
  .section.mod0 .apla picture.kv-image img {
    /*max-width: auto;*/
  }

  p.h1 {
    font-size: 20px;
    line-height: 1;
  }
  .section.mod0 .text {
    flex: 1;
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 56px 56px;
  }
  .section.mod0 h1 {
    line-height: 1.05;
    padding: 28px 0;
  }
  .section.mod0 .link-holder {
    display: none;
  }

  .section.mod9 .faq-tab-holder {
    height: 46px;
    max-width: 1040px;
    padding: 0 93px;
  }

  .section.mod9 .faq-tab-holder .faq-tab-scroller .tab-item {
    display: inline-block;
    font-size: 24px;
    color: #fff;
    margin-right: 5px;
    height: 46px;
    padding: 8px 5px 5px;
    position: relative;
    font-weight: 655;
    margin-bottom: 4px;
  }

  .section.mod9 .faq-tab-holder .faq-tab-scroller .tab-item.active:after {
    display: block;
    content: '';
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #e20074;
  }
}
@media screen and (min-width: 1440px) {
  /* ------------------------------ 1440 --------------------------------*/

  .section .content {
    max-width: 1440px;

    padding: 0 124px;
  }
  .section.mod0 h1 {
    line-height: 1.05;
    padding: 62px 0;
  }
  h2 {
    font-weight: 655;
    font-size: 48px;
    margin-bottom: 0.5em;
  }
  h2.smaller {
    font-size: 32px;
  }
  .section.mod1 .box-holder {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 8px;
  }
  .section.mod1 .box-holder .item .bg {
    height: 200px;
  }

  .section.mod4 .offer-slider .item .bg {
    height: 240px;
  }
  .section.mod4 .offer-slider .item {
    background: #202020;
    border-radius: 24px;
    overflow: hidden;
    width: 390px;
  }
  .section.mod-dev .device-holder .item.dev-item .sec-img img.dev-image {
    max-width: 70%;
    max-height: 280px;
    position: relative;
    left: -26px;
  }

  .section.mod9 .faq-tab-holder {
    max-width: 1440px;

    padding: 0 124px;
  }
}
@media screen and (min-width: 1680px) {
  /* ------------------------------ 1560 --------------------------------*/

  .section .content {
    max-width: 1680px;
    padding: 0 166px;
  }
  .section.mod1 .box-holder .item .bg {
    height: 225px;
  }

  .section.mod9 .faq-tab-holder {
    max-width: 1680px;
    padding: 0 166px;
  }
}
