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

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;
}
p.h1 {
  font-size: 24px;
  margin: 0 0 0.2em;
}
.section.mod0 h1 {
  font-size: 32px;
  line-height: 1;
}
.section.mod0 .apla {
  background: white;
  color: black;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.section.mod0 .apla picture.kv-image img {
  max-width: 100%;
}
.section.mod0 .text {
  padding: 0 15px 40px;
}
.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 .card {
  background: #84b0f5 url(../images/card1.svg) no-repeat;
  background-position: calc(75% + 30px) bottom;
  border-radius: 12px;
  padding: 24px 24px 85px 24px;
  color: black;
  margin: 15px 0;
  position: relative;
}
.section.mod1 .card._2 {
  background-image: url(../images/card2.svg);
}
.section.mod1 .card._3 {
  background-image: url(../images/card3.svg);
}
.section.mod1 .card h3 {
  font-size: 24px;
  font-weight: 655;
}
.section.mod1 .card p {
  font-weight: 655;
  margin-top: 0.3em;
}
.section.mod1 .card .plus {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: black;
  color: #84b0f5;
  text-align: center;
  font-size: 65px;
  line-height: 68px;
  bottom: -38px;
  z-index: 20;
  font-weight: 400;
}

.section.mod2 .installment-switcher,
.section.mod2 .router-switcher {
  margin: 25px 0;
}

.section.mod2 .installment-switcher .cs,
.section.mod2 .router-switcher .cs {
  font-size: 20px;
  font-weight: 655;
  margin-right: 15px;
}

.section.mod2 .installment-switcher .switcher-holder,
.section.mod2 .router-switcher .switcher-holder {
  display: flex;
  padding: 3px;
  border-radius: 999px;
  background: white;
  color: white;
  white-space: nowrap;
}

.section.mod2 .installment-switcher .switcher-holder .item,
.section.mod2 .router-switcher .switcher-holder .item {
  flex: 1;
  text-align: center;
  font-size: 14px;
  color: black;
  border-radius: 999px;
  line-height: 40px;
  display: inline-block;
  padding: 0 15px;
  font-weight: 655;
}

.section.mod2 .installment-switcher .switcher-holder .item:focus,
.section.mod2 .router-switcher .switcher-holder .item:focus {
  outline: 2px solid black;
  outline-offset: -5px;
}

.section.mod2 .installment-switcher .switcher-holder .item.active,
.section.mod2 .router-switcher .switcher-holder .item.active {
  background: #e20074;
  color: white;
}

.section.mod2 .offer-slider {
  padding-bottom: 2em !important;
}
.section.mod2 .offer-slider .offer-item {
  width: 312px;
  margin-right: 10px;
}
.section.mod2 .offer-slider .offer-item .rec-content {
  border-radius: 24px;
  padding: 24px;
  padding-top: 12px;
  color: black;
}
.section.mod2 .offer-slider .offer-item .rec-content .dev-photo {
  width: 100%;
  display: block;
  margin: 5px auto;
}
.section.mod2 .offer-slider .offer-item .rec-content .top-pat {
  color: white;
  padding: 0.3em 0.5em 0.2em;
  background: #e20074;
  border-radius: 8px;
  font-weight: 655;
  display: inline-block;
  margin-bottom: 1em;
  white-space: nowrap;
}
.section.mod2 .offer-slider .offer-item .rec-content .item {
  display: flex;
  margin: 0 0 15px 0;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.section.mod2 .offer-slider .offer-item .rec-content .item .ico {
  margin-right: 8px;
}
.section.mod2 .offer-slider .offer-item .rec-content.color1 {
  background: #4dd1e0;
}
.section.mod2 .offer-slider .offer-item .rec-content.color2 {
  background: #4ad9cd;
}
.section.mod2 .offer-slider .offer-item .rec-content.color3 {
  background: #4de0af;
}

.section.mod2 .offer-slider .offer-item .rec-content h4 {
  font-size: 23px;
  font-weight: 655;
  line-height: 1.05;
}

.section.mod2 .offer-slider .offer-item .rec-content .p3 {
  font-size: 16px;
}
.section.mod2 .offer-slider .offer-item .rec-content .p4 {
  font-size: 16px;
  color: #1b545a;
}
.section.mod2 .offer-slider .offer-item .rec-content .item2 {
  margin: 16px 0;
}
.section.mod2 .offer-slider .offer-item .rec-content .bigger {
  font-size: 1.5em;
  vertical-align: baseline;
}
.section.mod2 .offer-slider .offer-item .rec-content .price {
  font-size: 24px;
  font-weight: 655;
  line-height: 1;
}
.section.mod2 .offer-slider .offer-item .rec-content .price span {
  font-size: 32px;
  vertical-align: baseline;
  display: block;
  white-space: nowrap;
}
.section.mod2 .offer-slider .offer-item .rec-content ul.profits {
  margin-bottom: 1.8em;
}
.section.mod2 .offer-slider .offer-item .rec-content ul.profits li {
  list-style: none;
  padding-left: 25px;
  margin: 1em 0;
}
.section.mod2 .offer-slider .offer-item .rec-content ul.profits li.tick {
  background: url(../images/checkmark.svg) top left no-repeat;
}
.section.mod2 .offer-slider .offer-item .rec-content ul.profits li.cross {
  background: url(../images/cross-marker.svg) left -1px no-repeat;
  color: rgba(27, 84, 79, 1);
}

.section.mod2 .offer-slider .offer-item .link {
  border: none;
  background: none;
  display: block;
  text-align: center;
  width: 100%;
  font-weight: 655;
  font-size: 16px;
  padding: 0.5em 0;
  margin-top: 8px;
  border-radius: 999px;
}
.section.mod2 .offer-slider .offer-item .link:hover,
.section.mod2 .offer-slider .offer-item .link:focus-visible {
  outline: 2px solid black;
  outline-offset: 2px;
}
.section.mod2 .offer-slider .offer-item .link i {
  background: url(../images/arrow-slider.svg) center no-repeat;
  background-size: 8px auto;
  margin-left: 3px;
  display: inline-block;
  width: 1em;
  height: 1em;
  transform: rotate(180deg);
}

.section.mod2 .offer-slider .offer-item .btn {
  width: 100%;
  margin: 10px 0 5px;
}

.modal {
  max-width: calc(100vw - 50px);
}

.modal .rec-content {
  border-radius: 24px;
  padding: 24px;
  color: black;
}
.modal .rec-content .top-pat {
  color: white;
  padding: 0.3em 0.5em 0.2em;
  background: #e20074;
  border-radius: 8px;
  font-weight: 655;
  display: inline-block;
  margin-bottom: 1em;
  white-space: nowrap;
}
.modal .rec-content.color1 {
  background: #4dd1e0;
}
.modal .rec-content.color2 {
  background: #4ad9cd;
}
.modal .rec-content.color3 {
  background: #4de0af;
}

.modal .rec-content .p1 {
  font-size: 32px;
  font-weight: 655;
}
.modal .rec-content .p2 {
  font-size: 72px;
  font-weight: 655;
  margin: 0.1em 0 0 0;
  line-height: 1;
}
.modal .rec-content .p3 {
  font-size: 16px;
}
.modal .rec-content .price1 {
  font-size: 20px;
  font-weight: 655;
}
.modal .rec-content .price2 {
  font-size: 16px;
  font-weight: 655;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 0.3em;
}
.modal .rec-content .price span {
  /*font-size:22px;
    font-weight: 655;
    vertical-align: baseline;*/
}
.modal .rec-content ul.profits {
  margin-bottom: 1.8em;
}
.modal .rec-content ul.profits li {
  list-style: none;
  padding-left: 25px;
  margin: 1em 0;
}
.modal .rec-content ul.profits li.tick {
  background: url(../images/checkmark.svg) top left no-repeat;
}
.modal .rec-content ul.profits li.cross {
  background: url(../images/cross-marker.svg) left -1px no-repeat;
  color: rgba(27, 84, 79, 1);
}

body.modal-fired .fancybox-outer {
  padding-top: 0px;
}

body.modal-fired .fancybox-skin {
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
}

.modal .btn,
.modal button {
  font-family: 'tele-neo-var';
}
.modal .separator {
  height: 1px;
  background: rgba(0, 0, 0, 0.15);
  margin: 15px 0;
}
.modal .folding {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  color: black;
  font-size: 20px;
  font-weight: 655;
  margin: 0em 0;
  background: none;
  border: none;
  width: 100%;
  cursor: pointer;
  font-weight: 655;
  padding: 0.5em 0;
  border-radius: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modal .folding:hover {
  background: rgba(0, 0, 0, 0.05);
  padding: 0.5em 0 0.5em 0.5em;
}

.modal .folding i.modal-ico-ftth {
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../images/modal-ico-ftth.svg) center no-repeat;
  margin-right: 8px;
}

.modal .folding i.modal-ico-abo {
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../images/modal-ico-abo.svg) center no-repeat;
  margin-right: 8px;
}

.modal .folding i.modal-ico-5g {
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../images/modal-ico-5g.svg) center no-repeat;
  margin-right: 8px;
}

.modal .folding i.modal-ico-cyber {
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../images/modal-ico-cyber.svg) center / contain no-repeat;
  margin-right: 8px;
}
.modal .folding i.folding-arrow {
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../images/faq-arrow.svg) center no-repeat;
  -webkit-transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modal .folding.expanded i.folding-arrow {
  -webkit-transform: rotate(180deg);
}
.modal .button-holder {
  padding-top: 15px;
}
.modal .button-holder .btn {
  font-size: 20px;
  padding: 22px 20px;
  display: block;
  margin: 8px 0;
  width: 100%;
}

.modal .item3 {
  margin: 16px 0;
}
.modal .item3 .bigger {
  font-size: 1.5em;
  vertical-align: baseline;
}
.modal .item3 .price {
  font-size: 24px;
  font-weight: 655;
  line-height: 1;
}
.modal .item3 .price span {
  font-size: 32px;
  vertical-align: baseline;
  display: block;
  white-space: nowrap;
}

.section.mod3 .after-h2 {
  margin: 24px 0 36px;
}

.section.mod3 .card {
  background: #202020 url(../images/mod3-ico1.svg) no-repeat;
  background-position: calc(100% - 25px) calc(100% - 5px);
  border-radius: 12px;
  padding: 24px 24px 105px 24px;
  margin: 15px 0;
  position: relative;
}
.section.mod3 .card._2 {
  background-image: url(../images/mod3-ico2.svg);
}
.section.mod3 .card._3 {
  background-image: url(../images/mod3-ico3.svg);
}
.section.mod3 .card h3 {
  font-size: 29px;
  font-weight: 655;
}
.section.mod3 .card p {
  font-weight: 655;
  margin-top: 0.3em;
}

.section.mod10 .sec-form {
  padding: 35px 15px;
}
.section.mod10 .sec-form h2#form-desc {
  font-size: 24px;
}
.section.mod10 .sec-form #form-holder {
  border-radius: 12px;
  padding: 15px 0;
}

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

.section.mod10 .sec-form #form-holder .p2 {
  font-size: 16px;
  color: #fff;
}

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

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

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

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

.section.mod10 .sec-form #form-holder .thx,
.section.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 {
  margin-top: 0;
}

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

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

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

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

.section.mod10 .sec-form #form-holder form .item input[type='text'],
.section.mod10 .sec-form #form-holder form .item input[type='tel'] {
  border: 1px solid white;
  border-radius: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 22px;
  padding: 32px 35px 14px 25px;
  font-family: 'tele-neo-var';
  margin-bottom: 15px;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  color: white;
}
.section.mod10 .sec-form #form-holder form .item input[type='text']:focus,
.section.mod10 .sec-form #form-holder form .item input[type='tel']:focus {
  outline: 2px solid white;
}
.section.mod10 .sec-form #form-holder form .item input:hover {
  background: #333;
}

.section.mod10 .sec-form #form-holder form .item .floating-label {
  color: white;
}
.section.mod10
  .sec-form
  #form-holder
  form
  .item
  input[type='checkbox']
  ~ .fake-chx {
  background-color: #000;
  border-color: white;
}
.section.mod10
  .sec-form
  #form-holder
  form
  .item
  input[type='checkbox']:focus-visible
  ~ .fake-chx {
  outline-color: white;
}
.section.mod10
  .sec-form
  #form-holder
  form
  .item
  input[type='checkbox']:checked
  ~ .fake-chx {
  background: #e20074
    url('data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iT0RTSWNvbiBPRFNDaGVja2JveEljb24tQ2hlY2ttYXJrIE9EU0NoZWNrYm94SWNvbi1DaGVja21hcmstLXNlbGVjdGVkLXNlbGVjdGVkIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBhcmlhLWhpZGRlbj0iZmFsc2UiIHRhYmluZGV4PSItMSI+PGcgZmlsbD0iI2ZmZmZmZiI+PGc+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJtOS4yMTUgMTkuNzgtNi44OTgtNi44NjZhMS4yNSAxLjI1IDAgMSAxIDEuNzY0LTEuNzcxbDUuMTMgNS4xMDZMMjAuMyA1LjE1OWExLjI1IDEuMjUgMCAwIDEgMS43NjggMS43Njd6IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiICBmaWxsPSIjZmZmZmZmIj48L3BhdGg+PC9nPjwvZz48L3N2Zz4=')
    center no-repeat !important;
  background-size: 80% auto !important;
  border-color: #e20074;
}

.section.mod10 .sec-form #form-holder form .btn:focus-visible {
  outline-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-white.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;
}

/* -------------- 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 .card h3 {
    font-size: 27px;
  }

  .modal {
    max-width: 621px;
  }
  .modal .rec-content .p1 {
    font-size: 32px;
    font-weight: 655;
  }

  .section.mod2 .switcher-main-wrap {
    display: flex;
  }
  .section.mod2 .installment-switcher,
  .section.mod2 .router-switcher {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 25px 35px 25px 0;
  }
  .section.mod10 .sec-form h2#form-desc {
    font-size: 28px;
  }
}
@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 .content {
    display: flex;
  }
  .section.mod0 .apla {
    flex: 1;
    flex-basis: 50%;
    border-radius: 48px;
  }
  .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;
  }
  .section.mod0 .link-holder {
    display: none;
  }

  .section.mod1 .card-holder {
    display: inline-grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 12px;
  }
  .section.mod1 .card {
    margin: 0;
    padding: 32px 32px 90px 32px;
  }
  .section.mod1 .card h3 {
    font-size: 29px;
  }
  .section.mod1 .card .plus {
    bottom: initial;
    left: calc(100% - 24px);
    top: 15px;
  }

  .section.mod2 .offer-slider {
    max-width: 1040px;
    padding: 0 93px;
    margin: 0 auto;
    display: flex;
  }
  .section.mod2 .offer-slider .offer-item {
    flex: 1;
  }

  .section.mod3 .card-holder {
    display: inline-grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 12px;
  }
  .section.mod3 .card {
    margin: 0;
    padding: 32px 32px 60px 32px;
  }

  .section.mod10 .content {
    display: flex;
    flex-direction: row-reverse;
  }
  .section.mod10 .sec-form h2#form-desc {
    font-size: 42px;
  }
  .section.mod10 .sec-blog,
  .section.mod10 .sec-form {
    flex: 1;
  }
}
@media screen and (min-width: 1440px) {
  /* ------------------------------ 1440 --------------------------------*/

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

    padding: 0 124px;
  }
  h2 {
    font-weight: 655;
    font-size: 48px;
    margin-bottom: 0.5em;
  }
  h2.smaller {
    font-size: 32px;
  }
  .section.mod2 .offer-slider {
    max-width: 1440px;

    padding: 0 124px;
    display: block;
  }
  .section.mod2 .offer-slider .offer-item {
    display: inline-block;
  }
  .section.mod3 .card {
    background-position: calc(100% - 25px) calc(100% - 25px);
  }
  .section.mod3 .card {
    margin: 0;
    padding: 32px 32px 110px 32px;
  }
}
@media screen and (min-width: 1680px) {
  /* ------------------------------ 1560 --------------------------------*/

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