@charset "UTF-8";

@import "/wp-content/LQT/common/fonts/fonts.css";


/* tele-groteskultregular */

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: 1.0em;
}

.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: 2.0em;
}

.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: 3.0em;
}

.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: 4.0em;
}

.font43 {
    font-size: 4.3em;
}

.font50 {
    font-size: 5.0em;
}

.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: #1A1A1A;
    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,
a:active {
    outline: medium none;
    text-decoration: underline;
}

b,
strong {
    font-family: 'teleneobold';
}

.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-family: 'teleneomedium';
    font-size: 20px;
    height: auto;
    line-height: auto;
    padding: .75em 1.8em;
    border-radius: 8px;
    text-align: center;
    text-decoration: none !important;
    white-space: nowrap;
    display: inline-block;
    margin: 7px auto;
    position: relative;
}

.gifbox {
    width: 100%;
    background-color: #E20074;
    border-radius: 8px;
}

.gif {
    display: block;
    margin: 0 auto;
}

.gif.big {
    display: none;
}

.btn.big {
    font-size: 30px;
    padding: 17px 60px;
}

.btn.white {
    background: white;
    color: #e20074;
    border: 2px solid #e20074;
    padding: .65em 1.8em;
    /* margin-left: 10px; */
}

.btn.white.big {
    padding: 13px 40px;
}

.btn:hover {
    background: #FF0083;
    color: white;
}

.btn.white:hover {
    background: #FFDBED;
    color: #e20074;
}

.btn.white:focus {
    color: #e20074;
    outline: 2px solid #068DDB
}

.btn.white:active {
    background: #FFB2D3;
    color: #e20074;
}

.wrapper {
    /*max-width: 1920px;*/
    min-width: 320px;
    margin: 0 auto;
    width: 100%;
    /* background: #F1F3F8; */
    background: #1A1A1A;
    background-size: 602px auto;
    line-height: 1.1;
    letter-spacing: .5px;
    overflow: hidden;
}


.mainCon {
    background: none;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc
}

.mainCon * {
    text-decoration: none
}

.mainCon a.logo1 {

    float: left;
    margin: 0 auto;
    height: 30px;
    width: 300px;
}


.mainCon a:hover {
    text-decoration: none
}

.mainCon img {
    height: 60px;
}


.section {
    width: 100%;
    height: auto;
    padding: 45px 0;
    position: relative;
}


.section .content {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    position: relative;
    padding: 15px 12px;
}

#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;
}




.p1 {
    font-size: 20px;
    color: #111523;
    line-height: 1.4;
}



.s-arrow {
    background: #e20074;
    border-radius: 50%;
    color: #ffffff;
    display: block;
    height: 60px;
    left: 50%;
    position: absolute;
    text-align: center;
    bottom: -30px;
    width: 60px;
    z-index: 10;
    margin-left: -30px;
    cursor: pointer;
}

.s-arrow::before {
    background: #e20074 none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    display: block;
    height: 120%;
    left: 50%;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 120%;
    z-index: 5;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.s-arrow:hover::before {
    width: 145%;
    height: 145%;
}

.s-arrow::after {
    background: transparent url(../images/sec-arrow.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: #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;
}

.section.mod-last {
    background: #E4E8F8;
    padding: 25px 0 15px 0;
}

.section.mod-last .legal {
    font-size: 14px;
    font-family: 'teleneomedium';
    line-height: 1.4em
}

.section.mod-last .mod-last-header {
    font-size: 22px;
    font-family: 'teleneomedium';
    margin: .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: white;
    padding: 12px 16px;
    border-radius: 8px;
    color: black;
    flex: 1;
    display: flex;
    align-items: center;
}

.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/down.svg) center /contain no-repeat;
}

.section.mod-last .reg-item .doc i.doc-download._2 {
    display: none;
}

.section.mod-last .reg-item .doc-view {
    display: block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: 0 4px;
    background: url(../images/eye.svg) center no-repeat;
    background-size: 20px auto;
}

.section.mod-last .reg-item .doc-view:hover {
    background-color: rgba(1, 1, 1, .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 {
    /*background: green;*/
    background: #1A1A1A url(../images/mod0-320.jpg) center top no-repeat;
    background-size: auto;
    position: relative;
    padding-top: 0;
    height: 540px;
}

.section.mod0 .apla {
    background: transparent;
    border-radius: 12px;
    /* padding: 20px; */
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.section.mod0 .apla .logo-kv {
    height: 60px;
    margin-bottom: 30px;
}

h1 {
    font-family: 'teleneoregular';
    font-size: 32px;
    line-height: 1.1em;
    color: #FEFEFF;
    margin: 10px 0 20px 0;
}

h1 span {
    font-family: 'teleneoextrabold';
}

.section.mod0 .apla .after-h1 {
    font-size: 27px;
    line-height: 1.3em;
    margin: .5em 0;
    color: #FEFEFF;
}


.section.mod0 .apla .btn {
    width: 100%;
}

h2 {
    font-family: "teleneobold";
    font-size: 24px;
    line-height: 1.1em;
    color: #FEFEFF;
    text-align: center;
    text-transform: uppercase;
}

.section.mod6 h2 {
    font-size: 24px;
    color: #FEFEFF;
}


.section .step {
    color: #04438D;
    font-family: 'teleneobold';
    background: #E3EDF9;
    padding: .4em .7em .3em .7em;
    display: inline-block;
    border-radius: 8px;
    margin-bottom: .9em;
}

h3 {
    font-family: 'teleneomedium';
    font-size: 24px;
    color: #40465D;
    margin: .5em 0;
}



.section .apla .p1 {
    margin: 1em 0;
}





.section.mod5 {
    background: #F1F3F8 url(../images/shape_2_v2.png) center top no-repeat;
    background-size: 1000px;
    padding-top: 70px;
}

.section.mod5.alter {
    /* background: red; */
    /* background: linear-gradient(to bottom, rgba(26, 26, 26, 1) 39%, rgba(26, 26, 26, 1) 39%, rgba(241, 243, 248, 1) 61%); */
    background-image: linear-gradient(to bottom, rgba(26, 26, 26, 1) 39%, rgba(26, 26, 26, 1) 39%, rgba(241, 243, 248, .01) 61%),
        url("../images/mod1-320.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    padding-top: 70px;
    min-height: 700px;
}


.move_box {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    border-radius: 8px;
    background: #fefefe;
    padding: 20px 0;
    text-align: center;
}

.move_box .move_img {
    width: 100%;
    max-width: 540px;
}

.move_box .dots {
    display: block;
    position: absolute;
    background: #E20074 url(../images/dots_v3.svg) center bottom no-repeat transparent;
    background-size: contain;
    background-color: #E20074;
    z-index: 9;
    pointer-events: none;
    overflow: hidden;
    width: 144px;
    height: 500px;
    left: calc(50% - 72px);
    bottom: 178px;
    /*
    animation: gradientAnimation 1s linear infinite;
    background: linear-gradient(to bottom, #FFFFFF33, #FFFFFF, #FFFFFF33);
    background-size: 100% 50%;

    animation: radialGradientAnimation 2s linear infinite;
    background: radial-gradient(circle at 50% -20%, #FFFFFF00, #FFFFFF, #FFFFFF00, #FFFFFF, #FFFFFF00, #FFFFFF, #FFFFFF00, #FFFFFF, #FFFFFF00, #FFFFFF, #FFFFFF00, #FFFFFF, #FFFFFF00, #FFFFFF, #FFFFFF00, #FFFFFF, #FFFFFF00, #FFFFFF);
    */

    -webkit-mask: url(../images/dots_v3.svg);
    mask: url(../images/dots_v3.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: bottom center;
}

.move_box .dots:before,
.move_box .dots:after {
    content: " ";
    display: block;
    position: absolute;
    left: -4%;
    top: -40%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: solid 10px #FFFFFFCC;
    animation: wave 5s ease-in-out 0s infinite;
}

.move_box .dots:after {
    animation: wave 5s ease-in-out 1.5s infinite;
}


@keyframes wave {
    100% {
        opacity: 1;
        top: -100%;
    }

    80% {
        transform: scale(1.2);
        opacity: 1;
        top: -40%;
    }

    20% {
        transform: scale(2);
        opacity: 1;
    }

    0% {
        transform: scale(2.4);
        opacity: 0;
    }
}


.section.mod5 .sub-sec-txt {
    font-family: "teleneoregular";
    font-size: 20px;
    line-height: 1.1em;
    color: #FEFEFF;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.section.mod5 .side-content {
    background: #1A1A1A;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
}

.section.mod5 .img-containter {
    text-align: right;
}

.section.mod5 .img-containter .img-side {
    height: 120px;
}

.section.mod5 .video-containter {
    margin: 30px auto;
}

.section.mod5 .video-containter iframe {
    width: 100%;
    height: 170px;
}

.info-box-slid {
    background: #FEFEFF;
    padding: 20px;
    border-radius: 8px;
}

.text-container .check_txt {
    font-family: "teleneomedium";
    font-size: 18px;
    line-height: 1.3em;
    color: #002958;
    margin-bottom: 20px;
    background: transparent url(../images/check.png) left top no-repeat;
    background-size: 22px;
    padding-left: 36px;
}

.text-container .text-title {
    font-family: "teleneobold";
    font-size: 22px;
    line-height: 1.3em;
    margin-bottom: 20px;
    color: #002958;
    border-bottom: solid 1px #e20074;
    padding-bottom: 20px;
}

.text-container .text-info {
    font-family: "teleneomedium";
    font-size: 18px;
    line-height: 1.1em;
    margin-bottom: 20px;
    color: #002958;
}

.text-container .drop-link {
    color: #e20074;
}

.text-container .text-info .drop-txt span {
    display: none;
}

.text-container .btn {
    margin: 0;
    display: inline-block;
}

.section.mod6 {
    background: #1162C0;
    /*max-width: 1920px;*/
    margin: 0 auto;
}

.section.mod6 .button-holder {
    margin-top: 1em
}



.section.mod9 {
    background: #111523;
}


.accord-holder.faq {
    max-width: 800px;
    margin-bottom: 2em;
    margin: 25px auto;

}

.accord-holder.faq .nag {
    background: #fff;
    margin: 4px 0;
    font-size: 16px;
    padding: 1em 2.8em 1em 1em;
    position: relative;
    font-family: 'tele-groteskhalb';
    cursor: pointer;
    border-radius: 15px;
    color: #333;
}

.accord-holder.faq .accord:not(.shown) .nag:hover {
    background: #eee;
}

.accord-holder.faq .nag:after {
    display: block;
    width: 15px;
    height: 30px;
    background: url(../images/faq-arr.png) 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 .3s ease-in-out;
    transition: all .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 .details {
    font-size: 14px;
    line-height: 1.3em;
    padding-left: 1.2em;
    font-family: 'tele-grotesknorregular';
    padding-bottom: 1.5em;
    color: white;
}

.accord-holder.faq .accord .details p {

    padding-bottom: 1em
}

.accord-holder.faq .accord .details a {

    color: white;
    text-decoration: underline;
}

.accord-holder.faq .accord .details ol,
.accord-holder.faq .accord .details ul {
    margin-left: 1.5em
}

.accord-holder.faq .accord .details ol>li {
    margin: .75em 0;
}

.drop-box-container {
    margin-top: 40px;
    padding-bottom: 30px;
}

.drop-box-container .drop-box {
    background: #FEFEFF;
    border-radius: 8px;
    position: relative;
}

.slick-list {
    /* overflow: visible !important; */
    padding-bottom: 20px !important;
}

.drop-box-container .drop-box .viz-box {
    border-radius: 8px;
    background: transparent;
    background-image: url(../images/viz_lan.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 160px;
}

.drop-box-container .drop-box.active:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(254, 254, 255, 0);
    border-top-color: #FEFEFF;
    border-width: 15px;
    margin-left: -15px;
}

.drop-box-container .drop-box.active .viz-box {
    border-top: solid 3px #FFF;
    border-left: solid 3px #FFF;
    border-right: solid 3px #FFF;
}

.drop-box-container .drop-box .viz-box.viz_lan {
    background-image: url(../images/viz_lan.jpg);
}

.drop-box-container .drop-box .viz-box.viz_dev {
    background-image: url(../images/viz_dev.jpg);
}

.drop-box-container .drop-box .viz-box.viz_chat {
    background-image: url(../images/viz_chat.jpg);
}

.drop-box-container .drop-box .viz-box.viz_qube {
    background-image: url(../images/viz_qube.jpg);
}

.drop-box-container .drop-box .viz-box.viz_link {
    background-image: url(../images/viz_link.jpg);
}

/* the slides */
.slick-slide {
    margin: 0 10px;
}

/* the parent */
.slick-list {
    margin: 0 -10px;
}

.drop-box-container .drop-box .drop-title {
    font-family: "teleneomedium";
    font-size: 24px;
    line-height: 24px;
    color: #FEFEFF;
    background: #e20074;
    text-align: center;
    padding: 18px 0;
}

.drop-box-container .drop-box .drop-inner {
    padding: 20px;
}

.drop-box-container .drop-box .drop-inner .drop-txt {
    font-family: "teleneoextrabold";
    font-size: 22px;
    line-height: 1.1em;
    color: #111523;
    min-height: 48px;
}

.drop-box-container .drop-box .drop-inner .drop-txt span {
    display: none;
}

.drop-box-container .drop-box .drop-inner .drop-txt span ul {
    display: block;
    margin-left: 20px;
    margin-top: 10px;
}

.drop-box-container .drop-box .drop-inner .drop-txt span ul li {
    margin-bottom: 10px;
}

.drop-box-container .drop-box .drop-inner .drop-txt span ul li:last-child {
    margin-bottom: 0px;
}

.drop-box-container .drop-box .drop-inner .drop-link {
    font-family: "teleneobold";
    font-size: 18px;
    line-height: 1.2em;
    color: #e20074;
    float: right;
    margin-top: 15px;
}

.drop-box-container .drop-box .drop-inner .drop-link i {
    font-size: .8em;
    margin-top: 2px;
}

.drop-box-container .slick-next.slick-disabled,
.drop-box-container .slick-prev.slick-disabled {
    opacity: .7
}

.drop-box-container .slick-prev {
    background-image: url(../images/slider-prev.png);
    left: 0;
    background-repeat: no-repeat
}

.drop-box-container .slick-next {
    background-image: url(../images/slider-next.png);
    right: 0;
    background-repeat: no-repeat
}

.drop-box-container .slick-prev.slick-disabled {
    background-image: url(../images/slider-prev-dis.png);
    left: 0;
    background-repeat: no-repeat
}

.drop-box-container .slick-next.slick-disabled {
    background-image: url(../images/slider-next-dis.png);
    right: 0;
    background-repeat: no-repeat
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    line-height: 20px;
    cursor: pointer
}

.slick-dots li:only-child {
    display: none
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "â˘";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}


.section-advantages__slider {
    margin-top: 52px
}



.drop-box-container .slick-next,
.drop-box-container .slick-prev {
    width: 40px;
    height: 40px;
    top: 25%;
    -webkit-transform: translate(0);
    transform: translate(0);
    background-color: transparent;
    background-size: contain;
    background-position: 50%;
    z-index: 10;
}

.slick-next:before,
.slick-prev:before {
    display: none;
}

.advantages-slide {
    color: #fff;
    margin: 0 auto;
    margin-bottom: 35px;
    width: 290px;
}

.advantages-slide__inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.advantages-slide__icon {
    height: 60px;
}

.advantages-slide__icon img,
.advantages-slide__icon svg {
    width: auto;
    max-width: 100%;
    max-height: 60px;
    -o-object-fit: contain;
    object-fit: contain
}

.advantages-slide__icon .svg-icon {
    height: 60px;
    width: 60px;
    max-height: 60px
}

.advantages-slide__title {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    color: #fff;
    min-height: 50px;
    margin-bottom: 5px
}

.advantages-slide__desc {
    line-height: 20px;
    text-align: left;
    width: 215px;
    margin-left: 15px;
}

.advantages-slide__desc span {
    font-family: "teleneoextrabold";
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-dots {
    bottom: -43px;
    margin: 0 3px;
    list-style: none
}

.slick-dots li {
    font-size: 0
}

.slick-dots li.slick-active button {
    background: #e20074
}

.slick-dots li button {
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    width: 14px;
    height: 14px;
    background: #d2d2d2;
    border-radius: 100%
}

.slick-dots li button:before {
    display: none
}

.slick-dots li button:hover {
    background: #e20074
}

.slick-dots li:before {
    display: none
}

.slick-slide:focus {
    outline: none
}

.slick-arrow {
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.slick-arrow:hover {
    background-position: 50% 65% !important
}

.basic-slider__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-height: 490px
}

.basic-slider__img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.footer p {
    display: block;
    position: relative;
    /* margin-top: 37px; */
    width: 60%;
    font-size: 12px;
    float: left;
    color: #fff;
}

.footer div.innerdiv {
    padding-top: 0px;
    width: 30%;
    float: right;
}

.footer .menu-link {
    color: #fff;
    display: inline-block;
    /* text-align: right; */
    /* float: right; */
    margin-right: 10px;
}

.footer a:hover {
    color: #e20074
}

.footer img {
    height: 56px;
    margin-bottom: 80px;
    margin-top: 30px;
    /* position: absolute; */
    /* left: 0px; */
}

.section.mod0 .arr_bot {
    position: absolute;
    width: 42px;
    height: 42px;
    bottom: 120px;
    left: calc(50% - 21px);
    background: #FFF url(../images/arr_bot.png) center center no-repeat;
    background-size: 15px;
    border-radius: 50%;
    border: solid 2px #e20074;
    z-index: 100;
}

.section.mod777 {
    background: transparent url(../images/shape_1_v2.png) center top no-repeat;
    background-size: 560px;
    padding-top: 120px;
    margin-top: -120px;
}

.section.mod777 .info-viz-box {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    margin-top: 30px;
    background: transparent url(../images/viz_plan.jpg) center top no-repeat;
    background-size: 390px;
    border-radius: 8px;
    padding-top: 180px;
}

.section.mod777 .info-viz-box .info-box {
    padding: 24px 20px;
    border-radius: 8px;
    background: #FFF;
}

.section.mod777 .info-viz-box .info-box .info-title {
    font-family: "teleneobold";
    font-size: 22px;
    line-height: 1.1em;
    color: #111523;
}

.section.mod777 .info-viz-box .info-box .info-txt {
    font-family: "teleneoregular";
    font-size: 18px;
    line-height: 1.1em;
    color: #1A1A1A;
    margin-top: 24px;
}

.section.mod6 h2 {
    text-transform: none;
}

.move_box {
    position: relative;
}

.act-box {
    width: 50px;
    height: 50px;
    /* background: rgba(0, 0, 248, .3); */
    left: 0;
    top: 0;
    position: absolute;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
}

.move_box .shield {
    position: absolute;
    left: 250px;
    top: 70px;
    width: 25px;
    animation: swing 3s linear 0s infinite;
}

@keyframes swing {
    0% {
        transform: rotateY(0deg);
    }

    25% {
        transform: rotateY(40deg);
    }

    50% {
        transform: rotateY(0deg);
    }

    75% {
        transform: rotateY(-40deg);
    }

    100% {
        transform: rotateY(0deg);
    }
}

.act-box.chmura {
    width: 115px;
    height: 38px;
    left: 150px;
    top: 475px;
}

.act-box.cyberochrona {
    width: 115px;
    height: 38px;
    left: 30px;
    top: 475px;
}

.act-box.sdwlan {
    width: 115px;
    height: 50px;
    left: 30px;
    top: 415px;
}

.act-box.sdlan {
    width: 115px;
    height: 50px;
    left: 150px;
    top: 415px;
}

.act-box.g5 {
    width: 72px;
    height: 50px;
    left: 30px;
    top: 265px;
}

.act-box.mpls {
    width: 72px;
    height: 50px;
    left: 114px;
    top: 265px;
}

.act-box.intbiz {
    width: 72px;
    height: 50px;
    left: 195px;
    top: 265px;
}

.act-box.weryfikacja {
    width: 72px;
    height: 60px;
    left: 30px;
    top: 110px;
}

.act-box.bezpiecznyint {
    width: 72px;
    height: 60px;
    left: 114px;
    top: 110px;
}

.act-box.kontrola {
    width: 72px;
    height: 60px;
    left: 195px;
    top: 110px;
}

/* -------------- MOBILE ------------------------------------------------*/

@media screen and (min-width: 600px) {
    /* ------------------------------ 640 --------------------------------*/

    .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: 600px;
        padding: 0 15px;
    }

    .mainCon img {
        height: 72px;
    }



    .section.mod-last .logo-footer {
        display: block;
        height: 35px;
        margin: 0px 0;
        float: left;
    }

    .section.mod-last .reg-item .doc {
        background: white;
        padding: 12px 16px;
        border-radius: 8px;
        color: black;
        flex: 1;
        display: flex;
        align-items: center;
        text-align: left;
    }

    .section.mod-last .reg-item .doc i.doc-download._1 {
        display: none;
    }

    .section.mod-last .reg-item .doc i.doc-download._2 {
        display: inline-block;
        margin: 0 0 0 15px;
        flex: 0 0 40px;
    }

    .section.mod-last .reg-item .doc span {
        flex: 0 1 100%;
    }

    .section.mod-last .reg-item .doc i.pdf {
        display: inline-block;
        width: 45px;
        height: 40px;
        min-width: 45px;
        margin: 0 12px 0 0;
        background: url(../images/doc-pdf.svg) center /contain no-repeat;
        flex: 0 0 45px;
    }

    .section.mod-last .reserved {
        text-align: right;
        float: right;
        margin-top: 12px;
        width: calc(100% - 100px);
    }

    .section.mod0 {
        /*background: green;*/
        background: url(../images/mod0-600.jpg) center top no-repeat;
        background-size: auto;
        position: relative;
        padding-top: 0;
        height: 580px;
    }

    .section.mod0 .apla {
        max-width: 455px;
        margin-top: 20px;
    }

    h1 {
        font-size: 40px;
        line-height: 1.15;
        margin: 30px 0 10px 0;
    }

    h2 {
        font-size: 34px;
    }

    .section.mod0 .apla .after-h1 {
        font-size: 26px;
        line-height: 1.4;
        margin: .3em 0;
    }


    .section.mod0 .apla .btn {
        width: auto;
    }





    /* .section.mod5 {
        height: 550px;
    } */

    .section.mod5 {
        background: #F1F3F8 url(../images/shape_2_v2.png) center top no-repeat;
        background-size: 1900px;
        padding-top: 104px;
    }

    .section.mod5 .sub-sec-txt {
        font-size: 26px;
        line-height: 1.2em;
        margin-top: 35px;
        margin-bottom: 30px;
    }

    .section.mod5 .side-content {
        padding: 32px;
    }

    .section.mod5 .img-containter {
        text-align: center;
    }

    .section.mod5 .img-containter .img-side {
        height: 180px;
    }

    .section.mod5 .video-containter iframe {
        width: 100%;
        height: 320px;
    }

    .text-container .check_txt {
        font-size: 18px;
        margin-bottom: 20px;
        padding-left: 30px;
        padding-bottom: 10px;
    }

    .text-container .text-title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .text-container .text-info {
        font-size: 18px;
        line-height: 1.2em;
        margin-bottom: 20px;
    }

    .accord-holder.faq {
        max-width: 100%;
        margin: 45px auto;

    }

    .accord-holder.faq .nag {
        /*padding: 1em 2.8em 1em .4em;*/
        font-size: 20px;
    }

    .accord-holder.faq .nag:after {
        width: 20px;
        height: 30px;
        right: 15px;
        top: 50%;
    }

    .accord-holder.faq .accord .details {
        font-size: 16px;
        /*padding-left: .6em;*/
        padding-bottom: 1.5em;
        padding-top: 1em
    }

    .text-container .btn {
        float: right;
        margin: 0;
        display: inline;
        width: auto;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 70px;
    }

    .section.mod0 .arr_bot {
        width: 42px;
        height: 42px;
        bottom: 70px;
        left: calc(50% - 21px);
        background-size: 15px;
    }

    .section.mod777 {
        background-size: 800px;
        padding-top: 180px;
        margin-top: -140px;
    }

    .section.mod777 .info-viz-box {
        max-width: 580px;
        margin-top: 30px;
        background: transparent url(../images/viz_plan.jpg) center top no-repeat;
        background-size: 600px;
        padding-top: 240px;
    }

    .section.mod777 .info-viz-box .info-box {
        padding: 24px 20px;
    }

    .section.mod777 .info-viz-box .info-box .info-title {
        font-size: 26px;
    }

    .section.mod777 .info-viz-box .info-box .info-txt {
        font-size: 18px;
        margin-top: 24px;
    }

    .section-advantages__slider {
        margin-top: 52px;
        display: flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .advantages-slide {
        width: 48%;
        text-align: center;
        margin: 0;
        margin-bottom: 30px;
        color: #fff;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .advantages-slide__inner {
        max-width: 100%;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .advantages-slide__icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 95px;
        margin-bottom: 15px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .advantages-slide__icon img,
    .advantages-slide__icon svg {
        width: auto;
        max-width: 100%;
        max-height: 95px;
        -o-object-fit: contain;
        object-fit: contain
    }

    .advantages-slide__icon .svg-icon {
        height: 75px;
        width: 75px;
        max-height: 75px
    }

    .advantages-slide__title {
        font-size: 20px;
        line-height: 25px;
        font-weight: 700;
        color: #fff;
        min-height: 50px;
        margin-bottom: 5px
    }

    .advantages-slide__desc {
        line-height: 20px;
        text-align: center;
        margin: 0;
        width: auto;
    }

    .section.mod5.alter {
        background-image: linear-gradient(to bottom, rgba(26, 26, 26, 1) 39%, rgba(26, 26, 26, 1) 39%, rgba(241, 243, 248, .01) 61%),
            url("../images/mod1-600.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto;
        padding-top: 10px;
    }


    .move_box {
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
        border-radius: 8px;
        background: #fefefe;
        padding: 20px 0;
        text-align: center;
    }

    .move_box .move_img {
        width: 100%;
        max-width: 460px;
    }


    .move_box .shield {
        left: 440px;
        top: 110px;
        width: 30px;
    }

    .act-box.chmura {
        width: 175px;
        height: 60px;
        left: 290px;
        top: 725px;
    }

    .act-box.cyberochrona {
        width: 175px;
        height: 60px;
        left: 100px;
        top: 725px;
    }

    .act-box.sdwlan {
        width: 175px;
        height: 75px;
        left: 100px;
        top: 640px;
    }

    .act-box.sdlan {
        width: 175px;
        height: 75px;
        left: 290px;
        top: 640px;
    }

    .act-box.g5 {
        width: 115px;
        height: 75px;
        left: 100px;
        top: 405px;
    }

    .act-box.mpls {
        width: 115px;
        height: 75px;
        left: 227px;
        top: 405px;
    }

    .act-box.intbiz {
        width: 115px;
        height: 75px;
        left: 355px;
        top: 405px;
    }

    .act-box.weryfikacja {
        width: 120px;
        height: 90px;
        left: 100px;
        top: 160px;
    }

    .act-box.bezpiecznyint {
        width: 120px;
        height: 90px;
        left: 225px;
        top: 160px;
    }

    .act-box.kontrola {
        width: 120px;
        height: 90px;
        left: 352px;
        top: 160px;
    }

    .move_box .dots {
        width: 230px;
        height: 500px;
        left: calc(50% - 115px);
        bottom: 268px;
    }

    .move_box .dots:before,
    .move_box .dots:after {
        left: -4%;
        top: -40%;
        width: 100%;
        height: 100%;
        border: solid 10px #FFFFFFCC;
    }

}

@media screen and (min-width: 960px) {
    /* ------------------------------ 960 --------------------------------*/

    .mainCon img {
        height: 84px;
    }

    .section {
        padding: 60px 0;
    }

    .section .content {
        max-width: 960px;
    }

    .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 {
        /*background: green;*/
        background: #e20074 url(../images/mod0-960.jpg) center top no-repeat;
        background-size: auto;
        position: relative;
        padding-top: 0;
        height: 724px;
    }

    .section.mod0 .apla {
        margin-top: 20px;
        max-width: 550px;
    }


    .gif.big {
        display: block;

    }

    .gif.small {
        display: none;
    }

    h1 {
        font-size: 40px;
        margin: 10px;
        padding: 0 40px;
    }

    h2 {
        font-size: 34px;
    }

    .section.mod6 h2 {
        font-size: 26px;
    }

    .section.mod0 .apla .after-h1 {
        font-size: 28px;
        line-height: 1.4;
        margin: .3em 0;
    }

    h3 {
        font-size: 32px;
    }


    .section.mod5 {
        background: #F1F3F8 url(../images/shape_2_v2.png) center top no-repeat;
        background-size: 2500px;
        padding-top: 133px;
    }

    .section.mod5 h2 {
        padding: 0 230px;
    }

    .section.mod5 .sub-sec-txt {
        font-size: 24px;
        line-height: 1.2em;
        margin-top: 55px;
        margin-bottom: 20px;
        padding: 0 50px;
    }

    .section.mod5 .side-content {
        padding: 32px;
    }




    .section.mod5 .side-content.alt .video-containter.wide {
        max-width: 900px;
        width: 60%;
        margin: 0;
    }


    .section.mod5 .video-containter {
        margin: 30px auto;
        max-width: 600px;
    }

    .section.mod5 .video-containter.wide {
        max-width: 100%;
    }

    .section.mod5 .video-containter iframe {
        width: 100%;
        height: 523px;
    }

    .section.mod5 .side-content.alt .video-containter iframe {
        height: 304px;
    }

    .text-container {
        margin-top: 10px;
    }

    .text-container .two_col {
        display: grid;
        /* grid-template-columns: auto auto; */
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 40px;
    }

    .info-box-slid {
        padding: 20px 30px;
    }


    .text-container .check_txt {
        font-size: 20px;
        margin-bottom: 20px;
        padding-left: 30px;
        padding-bottom: 10px;
    }



    .side-content.alt {
        margin-bottom: 0px;
        margin-top: 60px;
        display: flex;
        justify-content: space-between;
    }

    .side-content.alt.rev {
        flex-direction: row-reverse;
    }

    .side-content.alt .text-container {
        margin-top: 0px;
        width: 50%;
        margin-left: 30px;
    }

    .side-content.alt.rev .text-container {
        margin-left: 0px;
        margin-right: 30px;
    }



    .text-container .text-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .text-container .text-info {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .accord-holder.faq .nag {
        padding: 1em 2em 1em 1.4em;
        font-size: 24px;
    }

    .accord-holder.faq .nag:after {
        width: 20px;
        height: 30px;
        right: 23px;
        top: 50%;
    }

    .accord-holder.faq .accord .details {
        font-size: 1em;
        padding: 1em 4em 1em 2em;
    }

    .drop-box-container {}

    .drop-box-container .drop-box {}

    .drop-box-container .drop-box .drop-title {
        font-size: 28px;
        line-height: 28px;
        padding: 20px 0;
    }

    .drop-box-container .drop-box .drop-inner {
        padding: 15px 45px 15px 15px;
        position: relative;
        height: 100%;
        min-height: 130px;
        padding-bottom: 40px;
    }

    .drop-box-container .drop-box .drop-inner .drop-txt {
        font-size: 22px;
        line-height: 1.25em;
    }

    .drop-box-container .drop-box .drop-inner .drop-txt span ul {
        margin-left: 20px;
        margin-top: 10px;
    }

    .drop-box-container .drop-box .drop-inner .drop-txt span ul li {
        margin-bottom: 10px;
    }

    .drop-box-container .drop-box .drop-inner .drop-txt span ul li:last-child {
        margin-bottom: 0px;
    }

    .drop-box-container .drop-box .drop-inner .drop-link {
        font-size: 20px;
        margin: 0;
        position: absolute;
        right: 20px;
        bottom: 20px;
    }

    .drop-box-container .drop-box .drop-inner .drop-link i {
        font-size: .8em;
        margin-top: 2px;
    }

    .footer div.innerdiv {
        text-align: right;
        width: 60%;
    }

    .footer p {
        width: 40%
    }

    .section.mod0 .arr_bot {
        width: 60px;
        height: 60px;
        bottom: 130px;
        left: calc(50% - 30px);
        background-size: 15px;
    }

    .section.mod777 {
        background-size: 1100px;
        padding-top: 240px;
        margin-top: -200px;
    }

    .section.mod777 h2 {
        padding: 0 100px;
    }

    .section.mod777 .info-viz-box {
        max-width: 100%;
        margin-top: 30px;
        background: transparent url(../images/viz_plan.jpg) calc(50% - 240px) center no-repeat;
        background-size: cover;
        padding-top: 0px;
        padding-left: 440px;
    }

    .section.mod777 .info-viz-box .info-box {
        padding: 32px;
        border-radius: 0 8px 8px 0;
    }

    .section.mod777 .info-viz-box .info-box .info-title {
        font-size: 26px;
    }

    .section.mod777 .info-viz-box .info-box .info-txt {
        font-size: 20px;
        margin-top: 24px;
    }

    .advantages-slide {
        width: 30%;
        margin-bottom: 30px;
    }


    .section.mod5.alter {
        background-image: linear-gradient(to bottom, rgba(26, 26, 26, 1) 39%, rgba(26, 26, 26, 1) 39%, rgba(241, 243, 248, .01) 61%),
            url("../images/mod1-960.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto;
        padding-top: 10px;
    }


    .move_box {
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
        padding: 20px 0;
        margin-top: 50px;
    }

    .move_box .move_img {
        width: 100%;
        max-width: 580px;
    }

    .move_box .shield {
        left: 660px;
        top: 130px;
        width: 40px;
    }

    .act-box.chmura {
        width: 225px;
        height: 75px;
        left: 470px;

        top: 910px;
    }

    .act-box.cyberochrona {
        width: 225px;
        height: 75px;
        left: 230px;
        top: 910px;
    }

    .act-box.sdwlan {
        width: 225px;
        height: 95px;
        left: 230px;
        top: 800px;
    }

    .act-box.sdlan {
        width: 225px;
        height: 95px;
        left: 470px;
        top: 800px;
    }

    .act-box.g5 {
        width: 150px;
        height: 95px;
        left: 230px;
        top: 505px;
    }

    .act-box.mpls {
        width: 150px;
        height: 95px;
        left: 390px;
        top: 505px;
    }

    .act-box.intbiz {
        width: 150px;
        height: 95px;
        left: 550px;
        top: 505px;
    }

    .act-box.weryfikacja {
        width: 150px;
        height: 110px;
        left: 230px;
        top: 200px;
    }

    .act-box.bezpiecznyint {
        width: 150px;
        height: 110px;
        left: 390px;
        top: 200px;
    }

    .act-box.kontrola {
        width: 150px;
        height: 110px;
        left: 550px;
        top: 200px;
    }

    .move_box .dots {
        width: 420px;
        height: 640px;
        left: calc(50% - 210px);
        bottom: 329px;
    }

    .move_box .dots:before,
    .move_box .dots:after {
        left: -4%;
        top: -40%;
        width: 100%;
        height: 100%;
        border: solid 10px #FFFFFFCC;
    }

}

@media screen and (min-width: 1200px) {
    /* ------------------------------ 1200 --------------------------------*/


    .section .content {
        max-width: 1200px;
    }



    .section.mod0 {
        /*background: green;*/
        background: url(../images/mod0-1200.jpg) center top no-repeat;
        background-size: auto;
        position: relative;
        padding-top: 0;
        height: 1020px;
    }

    .section.mod0 .apla {
        margin-top: 30px;
        max-width: 770px;
        padding: 0px;
    }

    h1 {
        font-size: 48px;
        line-height: 1.1em;
        padding: 0 50px;
        margin: 20px 0;
    }

    h2 {
        font-size: 45px;
    }

    .section.mod6 h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 36px;
    }

    .section.mod0 .apla .after-h1 {
        font-size: 36px;
        line-height: 1em;
        margin: .6em 0;
    }

    .section.mod0 .apla .btn {
        width: auto;
    }

    .btn.white {
        margin-left: 20px;

    }

    .section .step {
        font-size: 20px;
    }



    .section.mod5 {
        background: #F1F3F8 url(../images/shape_2_v2.png) center top no-repeat;
        background-size: 2900px;
        padding-top: 250px;
    }

    .section.mod5 h2 {
        padding: 0 230px;
    }

    .section.mod5 .sub-sec-txt {
        font-size: 26px;
        line-height: 1.2em;
        margin-top: 55px;
        margin-bottom: 20px;
        padding: 0 100px;
    }

    .section.mod5 .img-containter {
        text-align: center;
        max-width: 900px;
        width: 40%;
        margin: 0;
    }

    .section.mod5 .img-containter .img-side {
        height: auto;
    }

    .section.mod5 .video-containter {
        margin: 0 auto;
        max-width: 800px;
    }

    .section.mod5 .video-containter.wide {
        max-width: 900px;
        width: 60%;
        margin-left: 30px;
    }

    .section.mod5 .video-containter iframe {
        width: 100%;
        height: 385px;
    }

    .section.mod5 .side-content.alt .video-containter iframe {
        height: 353px;
    }

    .side-content {
        display: flex;
        flex-direction: row-reverse;
        margin-top: 40px;
    }

    .text-container {
        margin-top: 0px;
        /* width: 100px; */
    }


    .info-box-slid {
        padding: 30px 30px 20px 30px;
    }

    .side-content.alt {
        margin-bottom: 50px;
        display: flex;
        align-items: center;
        flex-direction: row;
    }

    .side-content.alt .text-container {
        margin-top: 0px;
        width: 60%;
        margin-left: 30px;
    }

    .side-content.alt.rev .text-container {
        margin-left: 0px;
        margin-right: 30px;
    }

    .section.mod5 .side-content.alt .video-containter.wide {
        max-width: 900px;
        width: 55%;
        margin: 0;
    }

    .text-container .text-title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .text-container .text-info {
        font-size: 20px;
    }


    .text-container .check_txt {
        font-size: 20px;
        margin-bottom: 20px;
        padding-left: 30px;
        padding-bottom: 10px;
    }

    .text-container .btn {}


    .drop-box-container .drop-box {}

    .drop-box-container .drop-box .drop-title {
        font-size: 36px;
        line-height: 28px;
        padding: 26px 0;
    }

    .drop-box-container .drop-box .viz-box {
        height: 170px;
    }

    .drop-box-container .drop-box .drop-inner {
        padding: 20px 23px 15px 23px;
        position: relative;
        height: 100%;
        min-height: 110px;
        padding-bottom: 40px;
    }

    .drop-box-container .slick-next,
    .drop-box-container .slick-prev {
        top: 46%;
    }

    .drop-box-container .slick-next,
    .drop-box-container .slick-next.slick-disabled {
        right: -40px;
    }

    .drop-box-container .slick-prev,
    .drop-box-container .slick-prev.slick-disabled {
        left: -40px;
    }

    .drop-box-container .drop-box .drop-inner .drop-txt {
        font-size: 23px;
        line-height: 1.25em;
    }

    .drop-box-container .drop-box .drop-inner .drop-txt span ul {
        margin-left: 20px;
        margin-top: 10px;
    }

    .drop-box-container .drop-box .drop-inner .drop-txt span ul li {
        margin-bottom: 10px;
    }

    .drop-box-container .drop-box .drop-inner .drop-txt span ul li:last-child {
        margin-bottom: 0px;
    }

    .drop-box-container .drop-box .drop-inner .drop-link {
        font-size: 20px;
        right: 25px;
        bottom: 20px;
    }

    .drop-box-container .drop-box .drop-inner .drop-link i {
        font-size: .8em;
        margin-top: 2px;
    }

    .footer div.innerdiv {
        padding-top: 0px;
        width: 50%;
        float: right;
    }

    .footer p {
        left: 0;
        right: 0;
        margin: 0 auto;
        font-size: 14px;
        text-align: left;
        width: 400px;
    }

    .section.mod6 .content {
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .section.mod6 .button-holder {
        margin: 0;
        text-align: left;
    }

    .section.mod0 .arr_bot {
        width: 100px;
        height: 100px;
        bottom: 210px;
        left: calc(50% - 50px);
        background-size: auto;
    }

    .section.mod777 {
        background-size: 1400px;
        padding-top: 300px;
        margin-top: -300px;
    }

    .section.mod777 h2 {
        padding: 0 100px;
    }

    .section.mod777 .info-viz-box {
        max-width: 100%;
        margin-top: 30px;
        background: transparent url(../images/viz_plan.jpg) calc(50% - 300px) center no-repeat;
        background-size: cover;
        padding-top: 0px;
        padding-left: 600px;
    }

    .section.mod777 .info-viz-box .info-box {
        padding: 40px;
        border-radius: 0 8px 8px 0;
    }

    .section.mod777 .info-viz-box .info-box .info-title {
        font-size: 30px;
    }

    .section.mod777 .info-viz-box .info-box .info-txt {
        font-size: 22px;
        margin-top: 30px;
    }

    .section.mod5.alter {
        background-image: linear-gradient(to bottom, rgba(26, 26, 26, 1) 39%, rgba(26, 26, 26, 1) 39%, rgba(241, 243, 248, .01) 61%),
            url("../images/mod1-1200.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto;
        padding-top: 10px;
    }


    .move_box {
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
        padding: 20px 0;
        margin-top: 50px;
    }

    .move_box .move_img {
        width: 100%;
        max-width: 640px;
    }

    .move_box .shield {
        left: 700px;
        top: 140px;
        width: auto;
    }

    .act-box.chmura {
        width: 245px;
        height: 80px;
        left: 490px;
        top: 1000px;
    }

    .act-box.cyberochrona {
        width: 245px;
        height: 80px;
        left: 225px;
        top: 1000px;
    }

    .act-box.sdwlan {
        width: 245px;
        height: 100px;
        left: 225px;
        top: 880px;
    }

    .act-box.sdlan {
        width: 245px;
        height: 100px;
        left: 490px;
        top: 880px;
    }

    .act-box.g5 {
        width: 155px;
        height: 100px;
        left: 225px;
        top: 555px;
    }

    .act-box.mpls {
        width: 155px;
        height: 100px;
        left: 405px;
        top: 555px;
    }

    .act-box.intbiz {
        width: 155px;
        height: 100px;
        left: 580px;
        top: 555px;
    }

    .act-box.weryfikacja {
        width: 160px;
        height: 130px;
        left: 225px;
        top: 210px;
    }

    .act-box.bezpiecznyint {
        width: 160px;
        height: 130px;
        left: 400px;
        top: 210px;
    }

    .act-box.kontrola {
        width: 160px;
        height: 130px;
        left: 575px;
        top: 210px;
    }

    .move_box .dots {
        width: 460px;
        height: 700px;
        left: calc(50% - 230px);
        bottom: 365px;
    }

    .move_box .dots:before,
    .move_box .dots:after {
        left: -4%;
        top: -40%;
        width: 100%;
        height: 100%;
        border: solid 15px #FFFFFFCC;
    }

}

@media screen and (min-width: 1680px) {
    /* ------------------------------ 1560 --------------------------------*/

    .section .content {
        max-width: 1262px;
    }



    .section.mod0 {
        /*background: green;*/
        background: url(../images/mod0-1680.jpg) top center no-repeat;
        background-size: auto;
        position: relative;
        padding-top: 0;
        height: 1142px;
    }

    .section.mod0 .content {
        max-width: 1680px;
    }

    .section.mod0 .apla {
        margin-top: 45px;
        max-width: 830px;
        /* padding: 80px; */
    }

    h1 {
        font-size: 73px;
        line-height: 1.1em;
        padding: 0;
        margin: 40px 0;
    }

    h2 {
        font-size: 56px;
    }

    .section.mod6 h2 {
        font-size: 56px;
    }

    .section.mod0 .apla .after-h1 {
        font-size: 48px;
        margin-bottom: 40px;
    }



    .section.mod5 {
        background: #F1F3F8 url(../images/shape_2_v2.png) center top no-repeat;
        background-size: 3300px;
        padding-top: 169px;
    }

    .section.mod5 h2 {
        padding: 0 230px;
    }

    .section.mod5 .sub-sec-txt {
        font-size: 32px;
        line-height: 1.2em;
        margin-top: 55px;
        margin-bottom: 20px;
    }

    .section.mod5 .video-containter {
        margin: 0 auto;
        max-width: 928px;
    }

    .section.mod5 .video-containter iframe {
        width: 100%;
        height: 470px;
    }

    .section.mod5 .side-content.alt .video-containter iframe {
        height: 427px;
    }

    .text-container .check_txt {
        font-size: 24px;
        margin-bottom: 20px;
        padding-left: 35px;
        padding-bottom: 20px;
    }

    .text-container {
        margin-top: 0px;
        width: 100%;
        /* width: 100px; */
    }

    .section.mod5 .video-containter.wide {
        max-width: 900px;
        width: 55%;
        margin-left: 30px;
    }


    .side-content.alt {
        margin-bottom: 70px;
        display: flex;
        align-items: center;
        flex-direction: row;
    }

    .side-content.alt .text-container {
        margin-top: 0px;
        width: 50%;
        margin-left: 30px;
    }

    .side-content.alt.rev .text-container {
        margin-left: 0px;
        margin-right: 30px;
    }

    .section.mod5 .side-content.alt .video-containter.wide {
        max-width: 900px;
        width: 50%;
        margin: 0;
    }

    .text-container .text-title {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .text-container .text-info {
        font-size: 24px;
    }

    .drop-box-container .drop-box {}

    .drop-box-container .drop-box .drop-title {
        font-size: 36px;
        line-height: 28px;
        padding: 28px 0;
    }

    .drop-box-container .drop-box .drop-inner {
        padding: 25px 0 20px 0 20px;
        position: relative;
        height: 100%;
        min-height: 120px;
        padding-bottom: 40px;
    }

    .drop-box-container .drop-box .viz-box {
        height: 200px;
    }

    .drop-box-container .drop-box .drop-inner .drop-txt {
        font-size: 25px;
        line-height: 1.25em;
    }

    .drop-box-container .drop-box .drop-inner .drop-txt span ul {
        margin-left: 20px;
        margin-top: 10px;
    }

    .drop-box-container .drop-box .drop-inner .drop-txt span ul li {
        margin-bottom: 10px;
    }

    .drop-box-container .drop-box .drop-inner .drop-txt span ul li:last-child {
        margin-bottom: 0px;
    }

    .drop-box-container .drop-box .drop-inner .drop-link {
        font-size: 20px;
        right: 25px;
        bottom: 20px;
    }

    .drop-box-container .drop-box .drop-inner .drop-link i {
        font-size: .8em;
        margin-top: 2px;
    }

    .section.mod0 .arr_bot {
        width: 100px;
        height: 100px;
        bottom: 210px;
        left: calc(50% - 50px);
        background-size: auto;
    }

    .section.mod777 {
        background-size: 1580px;
        padding-top: 340px;
        margin-top: -300px;
    }

    .section.mod777 h2 {
        padding: 0 150px;
    }

    .section.mod777 .info-viz-box {
        max-width: 100%;
        margin-top: 30px;
        background: transparent url(../images/viz_plan.jpg) calc(50% - 320px) center no-repeat;
        background-size: cover;
        padding-top: 0px;
        padding-left: 600px;
    }

    .section.mod777 .info-viz-box .info-box {
        padding: 40px;
        border-radius: 0 8px 8px 0;
    }

    .section.mod777 .info-viz-box .info-box .info-title {
        font-size: 36px;
    }

    .section.mod777 .info-viz-box .info-box .info-txt {
        font-size: 24px;
        margin-top: 30px;
    }

    .section.mod6 h2 {
        text-transform: none;
        font-size: 46px;
    }

    .section.mod5 .side-content {
        padding: 40px;
    }

    .section.mod5.alter {
        background-image: linear-gradient(to bottom, rgba(26, 26, 26, 1) 39%, rgba(26, 26, 26, 1) 39%, rgba(241, 243, 248, .01) 61%),
            url("../images/mod1-1680.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto;
        padding-top: 10px;
    }


    .move_box {
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
        padding: 20px 0;
        margin-top: 50px;
    }

    .move_box .move_img {
        width: 100%;
        max-width: 740px;
    }

    .move_box .shield {
        left: 740px;
        top: 160px;
        width: auto;
    }

    .act-box.chmura {
        width: 285px;
        height: 100px;
        left: 490px;
        top: 1155px;
    }

    .act-box.cyberochrona {
        width: 285px;
        height: 100px;
        left: 180px;
        top: 1155px;
    }

    .act-box.sdwlan {
        width: 290px;
        height: 125px;
        left: 180px;
        top: 1010px;
    }

    .act-box.sdlan {
        width: 290px;
        height: 125px;
        left: 490px;
        top: 1010px;
    }

    .act-box.g5 {
        width: 185px;
        height: 125px;
        left: 180px;
        top: 635px;
    }

    .act-box.mpls {
        width: 185px;
        height: 125px;
        left: 385px;
        top: 635px;
    }

    .act-box.intbiz {
        width: 185px;
        height: 125px;
        left: 590px;
        top: 635px;
    }

    .act-box.weryfikacja {
        width: 190px;
        height: 155px;
        left: 180px;
        top: 240px;
    }

    .act-box.bezpiecznyint {
        width: 190px;
        height: 155px;
        left: 385px;
        top: 240px;
    }

    .act-box.kontrola {
        width: 190px;
        height: 155px;
        left: 590px;
        top: 240px;
    }

    .move_box .dots {
        width: 540px;
        height: 820px;
        left: calc(50% - 270px);
        bottom: 412px;
    }

    .move_box .dots:before,
    .move_box .dots:after {
        left: -4%;
        top: -40%;
        width: 100%;
        height: 100%;
        border: solid 15px #FFFFFFCC;
    }
}
