html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
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: inherit;
    font-size: 100%;
    vertical-align: baseline
}

html {
    line-height: 1
}

ol,
ul {
    list-style: none
}

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

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}

q,
blockquote {
    quotes: none
}

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

a img {
    border: none
}

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

html {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html * {
    -moz-box-sizing: inherit;
    box-sizing: inherit
}

body {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto
}

.scale {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: ease-out 0.4s all;
    -o-transition: ease-out 0.4s all;
    -webkit-transition: ease-out 0.4s all;
    transition: ease-out 0.4s all;
    transform: scale(1)
}

.scale.anim {
    transform: scale(0);
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0
}

.rotate {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: ease-out 0.7s all;
    -o-transition: ease-out 0.7s all;
    -webkit-transition: ease-out 0.7s all;
    transition: ease-out 0.7s all;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
}

.rotate.anim {
    transform: matrix3d(0, 0, 1, 0, 0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 1);
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0
}

.fadeIn {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: ease-out 2s all;
    -o-transition: ease-out 2s all;
    -webkit-transition: ease-out 2s all;
    transition: ease-out 2s all
}

.fadeIn.anim {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0
}

.fade-from-left {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: ease-out 0.4s all;
    -o-transition: ease-out 0.4s all;
    -webkit-transition: ease-out 0.4s all;
    transition: ease-out 0.4s all;
    left: 0
}

.fade-from-left.anim {
    left: -100px;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0
}

.fade-from-right {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: ease-out 0.4s all;
    -o-transition: ease-out 0.4s all;
    -webkit-transition: ease-out 0.4s all;
    transition: ease-out 0.4s all;
    left: 0
}

.fade-from-right.anim {
    left: 100px;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0
}

body {
    font-family: "Lato", Arial, sans-serif;
    font-weight: 400
}

.font {
    font-family: "Lato", Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2em
}

.font-400 {
    font-family: "Lato", Arial, sans-serif;
    font-weight: 400
}

.font-600 {
    font-family: "Lato", Arial, sans-serif;
    font-weight: 600
}

strong {
    font-weight: bold
}

hr {
    color: CurrentColor
}

.padding_1.padding_1 {
    padding: 10px
}

.padding_2.padding_2 {
    padding: 20px
}

.padding_3.padding_3 {
    padding: 30px
}

.padding_4.padding_4 {
    padding: 40px
}

.padding_5.padding_5 {
    padding: 50px
}

.padding_6.padding_6 {
    padding: 60px
}

.padding_7.padding_7 {
    padding: 70px
}

.padding_8.padding_8 {
    padding: 80px
}

.padding_9.padding_9 {
    padding: 90px
}

.padding_10.padding_10 {
    padding: 100px
}

.padding_11.padding_11 {
    padding: 110px
}

.padding_12.padding_12 {
    padding: 120px
}

.padding_13.padding_13 {
    padding: 130px
}

.padding_14.padding_14 {
    padding: 140px
}

.padding_15.padding_15 {
    padding: 150px
}

.padding_16.padding_16 {
    padding: 160px
}

.padding_17.padding_17 {
    padding: 170px
}

.padding_18.padding_18 {
    padding: 180px
}

.padding_19.padding_19 {
    padding: 190px
}

.padding_20.padding_20 {
    padding: 200px
}

.v_padding_1 {
    padding-top: 10px;
    padding-bottom: 10px
}

.v_padding_2 {
    padding-top: 20px;
    padding-bottom: 20px
}

.v_padding_3 {
    padding-top: 30px;
    padding-bottom: 30px
}

.v_padding_4 {
    padding-top: 40px;
    padding-bottom: 40px
}

.v_padding_5 {
    padding-top: 50px;
    padding-bottom: 50px
}

.v_padding_6 {
    padding-top: 60px;
    padding-bottom: 60px
}

.v_padding_7 {
    padding-top: 70px;
    padding-bottom: 70px
}

.v_padding_8 {
    padding-top: 80px;
    padding-bottom: 80px
}

.v_padding_9 {
    padding-top: 90px;
    padding-bottom: 90px
}

.v_padding_10 {
    padding-top: 100px;
    padding-bottom: 100px
}

.v_padding_11 {
    padding-top: 110px;
    padding-bottom: 110px
}

.v_padding_12 {
    padding-top: 120px;
    padding-bottom: 120px
}

.v_padding_13 {
    padding-top: 130px;
    padding-bottom: 130px
}

.v_padding_14 {
    padding-top: 140px;
    padding-bottom: 140px
}

.v_padding_15 {
    padding-top: 150px;
    padding-bottom: 150px
}

.v_padding_16 {
    padding-top: 160px;
    padding-bottom: 160px
}

.v_padding_17 {
    padding-top: 170px;
    padding-bottom: 170px
}

.v_padding_18 {
    padding-top: 180px;
    padding-bottom: 180px
}

.v_padding_19 {
    padding-top: 190px;
    padding-bottom: 190px
}

.v_padding_20 {
    padding-top: 200px;
    padding-bottom: 200px
}

.h_padding_1 {
    padding-left: 10px;
    padding-right: 10px
}

.h_padding_2 {
    padding-left: 20px;
    padding-right: 20px
}

.h_padding_3 {
    padding-left: 30px;
    padding-right: 30px
}

.h_padding_4 {
    padding-left: 40px;
    padding-right: 40px
}

.h_padding_5 {
    padding-left: 50px;
    padding-right: 50px
}

.h_padding_6 {
    padding-left: 60px;
    padding-right: 60px
}

.h_padding_7 {
    padding-left: 70px;
    padding-right: 70px
}

.h_padding_8 {
    padding-left: 80px;
    padding-right: 80px
}

.h_padding_9 {
    padding-left: 90px;
    padding-right: 90px
}

.h_padding_10 {
    padding-left: 100px;
    padding-right: 100px
}

.h_padding_11 {
    padding-left: 110px;
    padding-right: 110px
}

.h_padding_12 {
    padding-left: 120px;
    padding-right: 120px
}

.h_padding_13 {
    padding-left: 130px;
    padding-right: 130px
}

.h_padding_14 {
    padding-left: 140px;
    padding-right: 140px
}

.h_padding_15 {
    padding-left: 150px;
    padding-right: 150px
}

.h_padding_16 {
    padding-left: 160px;
    padding-right: 160px
}

.h_padding_17 {
    padding-left: 170px;
    padding-right: 170px
}

.h_padding_18 {
    padding-left: 180px;
    padding-right: 180px
}

.h_padding_19 {
    padding-left: 190px;
    padding-right: 190px
}

.h_padding_20 {
    padding-left: 200px;
    padding-right: 200px
}

.t_padding_1 {
    padding-top: 10px
}

.t_padding_2 {
    padding-top: 20px
}

.t_padding_3 {
    padding-top: 30px
}

.t_padding_4 {
    padding-top: 40px
}

.t_padding_5 {
    padding-top: 50px
}

.t_padding_6 {
    padding-top: 60px
}

.t_padding_7 {
    padding-top: 70px
}

.t_padding_8 {
    padding-top: 80px
}

.t_padding_9 {
    padding-top: 90px
}

.t_padding_10 {
    padding-top: 100px
}

.t_padding_11 {
    padding-top: 110px
}

.t_padding_12 {
    padding-top: 120px
}

.t_padding_13 {
    padding-top: 130px
}

.t_padding_14 {
    padding-top: 140px
}

.t_padding_15 {
    padding-top: 150px
}

.t_padding_16 {
    padding-top: 160px
}

.t_padding_17 {
    padding-top: 170px
}

.t_padding_18 {
    padding-top: 180px
}

.t_padding_19 {
    padding-top: 190px
}

.t_padding_20 {
    padding-top: 200px
}

.b_padding_1 {
    padding-bottom: 10px
}

.b_padding_2 {
    padding-bottom: 20px
}

.b_padding_3 {
    padding-bottom: 30px
}

.b_padding_4 {
    padding-bottom: 40px
}

.b_padding_5 {
    padding-bottom: 50px
}

.b_padding_6 {
    padding-bottom: 60px
}

.b_padding_7 {
    padding-bottom: 70px
}

.b_padding_8 {
    padding-bottom: 80px
}

.b_padding_9 {
    padding-bottom: 90px
}

.b_padding_10 {
    padding-bottom: 100px
}

.b_padding_11 {
    padding-bottom: 110px
}

.b_padding_12 {
    padding-bottom: 120px
}

.b_padding_13 {
    padding-bottom: 130px
}

.b_padding_14 {
    padding-bottom: 140px
}

.b_padding_15 {
    padding-bottom: 150px
}

.b_padding_16 {
    padding-bottom: 160px
}

.b_padding_17 {
    padding-bottom: 170px
}

.b_padding_18 {
    padding-bottom: 180px
}

.b_padding_19 {
    padding-bottom: 190px
}

.b_padding_20 {
    padding-bottom: 200px
}

.l_padding_1 {
    padding-left: 10px
}

.l_padding_2 {
    padding-left: 20px
}

.l_padding_3 {
    padding-left: 30px
}

.l_padding_4 {
    padding-left: 40px
}

.l_padding_5 {
    padding-left: 50px
}

.l_padding_6 {
    padding-left: 60px
}

.l_padding_7 {
    padding-left: 70px
}

.l_padding_8 {
    padding-left: 80px
}

.l_padding_9 {
    padding-left: 90px
}

.l_padding_10 {
    padding-left: 100px
}

.l_padding_11 {
    padding-left: 110px
}

.l_padding_12 {
    padding-left: 120px
}

.l_padding_13 {
    padding-left: 130px
}

.l_padding_14 {
    padding-left: 140px
}

.l_padding_15 {
    padding-left: 150px
}

.l_padding_16 {
    padding-left: 160px
}

.l_padding_17 {
    padding-left: 170px
}

.l_padding_18 {
    padding-left: 180px
}

.l_padding_19 {
    padding-left: 190px
}

.l_padding_20 {
    padding-left: 200px
}

.r_padding_1 {
    padding-right: 10px
}

.r_padding_2 {
    padding-right: 20px
}

.r_padding_3 {
    padding-right: 30px
}

.r_padding_4 {
    padding-right: 40px
}

.r_padding_5 {
    padding-right: 50px
}

.r_padding_6 {
    padding-right: 60px
}

.r_padding_7 {
    padding-right: 70px
}

.r_padding_8 {
    padding-right: 80px
}

.r_padding_9 {
    padding-right: 90px
}

.r_padding_10 {
    padding-right: 100px
}

.r_padding_11 {
    padding-right: 110px
}

.r_padding_12 {
    padding-right: 120px
}

.r_padding_13 {
    padding-right: 130px
}

.r_padding_14 {
    padding-right: 140px
}

.r_padding_15 {
    padding-right: 150px
}

.r_padding_16 {
    padding-right: 160px
}

.r_padding_17 {
    padding-right: 170px
}

.r_padding_18 {
    padding-right: 180px
}

.r_padding_19 {
    padding-right: 190px
}

.r_padding_20 {
    padding-right: 200px
}

.margin_1 {
    margin: 10px
}

.margin_2 {
    margin: 20px
}

.margin_3 {
    margin: 30px
}

.margin_4 {
    margin: 40px
}

.margin_5 {
    margin: 50px
}

.margin_6 {
    margin: 60px
}

.margin_7 {
    margin: 70px
}

.margin_8 {
    margin: 80px
}

.margin_9 {
    margin: 90px
}

.margin_10 {
    margin: 100px
}

.margin_11 {
    margin: 110px
}

.margin_12 {
    margin: 120px
}

.margin_13 {
    margin: 130px
}

.margin_14 {
    margin: 140px
}

.margin_15 {
    margin: 150px
}

.margin_16 {
    margin: 160px
}

.margin_17 {
    margin: 170px
}

.margin_18 {
    margin: 180px
}

.margin_19 {
    margin: 190px
}

.margin_20 {
    margin: 200px
}

.v_margin_1 {
    margin-top: 10px;
    margin-bottom: 10px
}

.v_margin_2 {
    margin-top: 20px;
    margin-bottom: 20px
}

.v_margin_3 {
    margin-top: 30px;
    margin-bottom: 30px
}

.v_margin_4 {
    margin-top: 40px;
    margin-bottom: 40px
}

.v_margin_5 {
    margin-top: 50px;
    margin-bottom: 50px
}

.v_margin_6 {
    margin-top: 60px;
    margin-bottom: 60px
}

.v_margin_7 {
    margin-top: 70px;
    margin-bottom: 70px
}

.v_margin_8 {
    margin-top: 80px;
    margin-bottom: 80px
}

.v_margin_9 {
    margin-top: 90px;
    margin-bottom: 90px
}

.v_margin_10 {
    margin-top: 100px;
    margin-bottom: 100px
}

.v_margin_11 {
    margin-top: 110px;
    margin-bottom: 110px
}

.v_margin_12 {
    margin-top: 120px;
    margin-bottom: 120px
}

.v_margin_13 {
    margin-top: 130px;
    margin-bottom: 130px
}

.v_margin_14 {
    margin-top: 140px;
    margin-bottom: 140px
}

.v_margin_15 {
    margin-top: 150px;
    margin-bottom: 150px
}

.v_margin_16 {
    margin-top: 160px;
    margin-bottom: 160px
}

.v_margin_17 {
    margin-top: 170px;
    margin-bottom: 170px
}

.v_margin_18 {
    margin-top: 180px;
    margin-bottom: 180px
}

.v_margin_19 {
    margin-top: 190px;
    margin-bottom: 190px
}

.v_margin_20 {
    margin-top: 200px;
    margin-bottom: 200px
}

.h_margin_1 {
    margin-left: 10px;
    margin-right: 10px
}

.h_margin_2 {
    margin-left: 20px;
    margin-right: 20px
}

.h_margin_3 {
    margin-left: 30px;
    margin-right: 30px
}

.h_margin_4 {
    margin-left: 40px;
    margin-right: 40px
}

.h_margin_5 {
    margin-left: 50px;
    margin-right: 50px
}

.h_margin_6 {
    margin-left: 60px;
    margin-right: 60px
}

.h_margin_7 {
    margin-left: 70px;
    margin-right: 70px
}

.h_margin_8 {
    margin-left: 80px;
    margin-right: 80px
}

.h_margin_9 {
    margin-left: 90px;
    margin-right: 90px
}

.h_margin_10 {
    margin-left: 100px;
    margin-right: 100px
}

.h_margin_11 {
    margin-left: 110px;
    margin-right: 110px
}

.h_margin_12 {
    margin-left: 120px;
    margin-right: 120px
}

.h_margin_13 {
    margin-left: 130px;
    margin-right: 130px
}

.h_margin_14 {
    margin-left: 140px;
    margin-right: 140px
}

.h_margin_15 {
    margin-left: 150px;
    margin-right: 150px
}

.h_margin_16 {
    margin-left: 160px;
    margin-right: 160px
}

.h_margin_17 {
    margin-left: 170px;
    margin-right: 170px
}

.h_margin_18 {
    margin-left: 180px;
    margin-right: 180px
}

.h_margin_19 {
    margin-left: 190px;
    margin-right: 190px
}

.h_margin_20 {
    margin-left: 200px;
    margin-right: 200px
}

.t_margin_1 {
    margin-top: 10px
}

.t_margin_2 {
    margin-top: 20px
}

.t_margin_3 {
    margin-top: 30px
}

.t_margin_4 {
    margin-top: 40px
}

.t_margin_5 {
    margin-top: 50px
}

.t_margin_6 {
    margin-top: 60px
}

.t_margin_7 {
    margin-top: 70px
}

.t_margin_8 {
    margin-top: 80px
}

.t_margin_9 {
    margin-top: 90px
}

.t_margin_10 {
    margin-top: 100px
}

.t_margin_11 {
    margin-top: 110px
}

.t_margin_12 {
    margin-top: 120px
}

.t_margin_13 {
    margin-top: 130px
}

.t_margin_14 {
    margin-top: 140px
}

.t_margin_15 {
    margin-top: 150px
}

.t_margin_16 {
    margin-top: 160px
}

.t_margin_17 {
    margin-top: 170px
}

.t_margin_18 {
    margin-top: 180px
}

.t_margin_19 {
    margin-top: 190px
}

.t_margin_20 {
    margin-top: 200px
}

.b_margin_1 {
    margin-bottom: 10px
}

.b_margin_2 {
    margin-bottom: 20px
}

.b_margin_3 {
    margin-bottom: 30px
}

.b_margin_4 {
    margin-bottom: 40px
}

.b_margin_5 {
    margin-bottom: 50px
}

.b_margin_6 {
    margin-bottom: 60px
}

.b_margin_7 {
    margin-bottom: 70px
}

.b_margin_8 {
    margin-bottom: 80px
}

.b_margin_9 {
    margin-bottom: 90px
}

.b_margin_10 {
    margin-bottom: 100px
}

.b_margin_11 {
    margin-bottom: 110px
}

.b_margin_12 {
    margin-bottom: 120px
}

.b_margin_13 {
    margin-bottom: 130px
}

.b_margin_14 {
    margin-bottom: 140px
}

.b_margin_15 {
    margin-bottom: 150px
}

.b_margin_16 {
    margin-bottom: 160px
}

.b_margin_17 {
    margin-bottom: 170px
}

.b_margin_18 {
    margin-bottom: 180px
}

.b_margin_19 {
    margin-bottom: 190px
}

.b_margin_20 {
    margin-bottom: 200px
}

.l_margin_1 {
    margin-left: 10px
}

.l_margin_2 {
    margin-left: 20px
}

.l_margin_3 {
    margin-left: 30px
}

.l_margin_4 {
    margin-left: 40px
}

.l_margin_5 {
    margin-left: 50px
}

.l_margin_6 {
    margin-left: 60px
}

.l_margin_7 {
    margin-left: 70px
}

.l_margin_8 {
    margin-left: 80px
}

.l_margin_9 {
    margin-left: 90px
}

.l_margin_10 {
    margin-left: 100px
}

.l_margin_11 {
    margin-left: 110px
}

.l_margin_12 {
    margin-left: 120px
}

.l_margin_13 {
    margin-left: 130px
}

.l_margin_14 {
    margin-left: 140px
}

.l_margin_15 {
    margin-left: 150px
}

.l_margin_16 {
    margin-left: 160px
}

.l_margin_17 {
    margin-left: 170px
}

.l_margin_18 {
    margin-left: 180px
}

.l_margin_19 {
    margin-left: 190px
}

.l_margin_20 {
    margin-left: 200px
}

.r_margin_1 {
    margin-right: 10px
}

.r_margin_2 {
    margin-right: 20px
}

.r_margin_3 {
    margin-right: 30px
}

.r_margin_4 {
    margin-right: 40px
}

.r_margin_5 {
    margin-right: 50px
}

.r_margin_6 {
    margin-right: 60px
}

.r_margin_7 {
    margin-right: 70px
}

.r_margin_8 {
    margin-right: 80px
}

.r_margin_9 {
    margin-right: 90px
}

.r_margin_10 {
    margin-right: 100px
}

.r_margin_11 {
    margin-right: 110px
}

.r_margin_12 {
    margin-right: 120px
}

.r_margin_13 {
    margin-right: 130px
}

.r_margin_14 {
    margin-right: 140px
}

.r_margin_15 {
    margin-right: 150px
}

.r_margin_16 {
    margin-right: 160px
}

.r_margin_17 {
    margin-right: 170px
}

.r_margin_18 {
    margin-right: 180px
}

.r_margin_19 {
    margin-right: 190px
}

.r_margin_20 {
    margin-right: 200px
}

.button {
    padding: 12px 23px;
    line-height: normal;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: "Lato", Arial, sans-serif;
    -moz-transition: ease-in 0.3s all;
    -o-transition: ease-in 0.3s all;
    -webkit-transition: ease-in 0.3s all;
    transition: ease-in 0.3s all;
    display: inline-block;
    font-weight: 700;
    font-size: 13px;
    background: transparent;
    cursor: pointer;
    vertical-align: middle
}

.button.quad {
    padding: 10px
}

.button.gray {
    color: #929292;
    border: 2px solid #929292
}

.button.gray svg path {
    fill: #929292;
    -moz-transition: ease-in-out 0.3s all;
    -o-transition: ease-in-out 0.3s all;
    -webkit-transition: ease-in-out 0.3s all;
    transition: ease-in-out 0.3s all
}

.button.gray:hover {
    border-color: #fff;
    color: #fff;
    -moz-transition: ease-in-out 0.3s all;
    -o-transition: ease-in-out 0.3s all;
    -webkit-transition: ease-in-out 0.3s all;
    transition: ease-in-out 0.3s all
}

.button.gray:hover svg path {
    fill: #fff;
    -moz-transition: ease-in-out 0.3s all;
    -o-transition: ease-in-out 0.3s all;
    -webkit-transition: ease-in-out 0.3s all;
    transition: ease-in-out 0.3s all
}

.button.azure {
    color: #00e4ff;
    border: 2px solid #00e4ff
}

.button.azure svg path {
    fill: #00e4ff;
    -moz-transition: ease-in-out 0.3s all;
    -o-transition: ease-in-out 0.3s all;
    -webkit-transition: ease-in-out 0.3s all;
    transition: ease-in-out 0.3s all
}

.button.azure:hover {
    border-color: #fff;
    color: #fff;
    -moz-transition: ease-in-out 0.3s all;
    -o-transition: ease-in-out 0.3s all;
    -webkit-transition: ease-in-out 0.3s all;
    transition: ease-in-out 0.3s all
}

.button.azure:hover svg path {
    fill: #fff;
    -moz-transition: ease-in-out 0.3s all;
    -o-transition: ease-in-out 0.3s all;
    -webkit-transition: ease-in-out 0.3s all;
    transition: ease-in-out 0.3s all
}

.button.azureSpecial {
    color: #00e4ff;
    border: 2px solid #00e4ff
}

.button.azureSpecial svg path {
    fill: #00e4ff;
    -moz-transition: ease-in-out 0.3s all;
    -o-transition: ease-in-out 0.3s all;
    -webkit-transition: ease-in-out 0.3s all;
    transition: ease-in-out 0.3s all
}

.button.azureSpecial:hover {
    border-color: #00abbf;
    color: #00abbf;
    -moz-transition: ease-in-out 0.3s all;
    -o-transition: ease-in-out 0.3s all;
    -webkit-transition: ease-in-out 0.3s all;
    transition: ease-in-out 0.3s all
}

.button.azureSpecial:hover svg path {
    fill: #00abbf;
    -moz-transition: ease-in-out 0.3s all;
    -o-transition: ease-in-out 0.3s all;
    -webkit-transition: ease-in-out 0.3s all;
    transition: ease-in-out 0.3s all
}

.button.white {
    color: #fff;
    border: 2px solid #fff
}

.button.white svg path {
    fill: #fff;
    -moz-transition: ease-in-out 0.3s all;
    -o-transition: ease-in-out 0.3s all;
    -webkit-transition: ease-in-out 0.3s all;
    transition: ease-in-out 0.3s all
}

.button.white:hover {
    border-color: #00e4ff;
    color: #00e4ff;
    -moz-transition: ease-in-out 0.3s all;
    -o-transition: ease-in-out 0.3s all;
    -webkit-transition: ease-in-out 0.3s all;
    transition: ease-in-out 0.3s all
}

.button.white:hover svg path {
    fill: #00e4ff;
    -moz-transition: ease-in-out 0.3s all;
    -o-transition: ease-in-out 0.3s all;
    -webkit-transition: ease-in-out 0.3s all;
    transition: ease-in-out 0.3s all
}

.button.black {
    color: #000;
    border: 2px solid #000
}

.button.black svg path {
    fill: #000;
    -moz-transition: ease-in-out 0.3s all;
    -o-transition: ease-in-out 0.3s all;
    -webkit-transition: ease-in-out 0.3s all;
    transition: ease-in-out 0.3s all
}

.button.black:hover {
    border-color: #fff;
    color: #fff;
    -moz-transition: ease-in-out 0.3s all;
    -o-transition: ease-in-out 0.3s all;
    -webkit-transition: ease-in-out 0.3s all;
    transition: ease-in-out 0.3s all
}

.button.black:hover svg path {
    fill: #fff;
    -moz-transition: ease-in-out 0.3s all;
    -o-transition: ease-in-out 0.3s all;
    -webkit-transition: ease-in-out 0.3s all;
    transition: ease-in-out 0.3s all
}

.button.willow-green {
    color: #57fcae;
    border: 2px solid #57fcae
}

.button.willow-green svg path {
    fill: #57fcae;
    -moz-transition: ease-in-out 0.3s all;
    -o-transition: ease-in-out 0.3s all;
    -webkit-transition: ease-in-out 0.3s all;
    transition: ease-in-out 0.3s all
}

.button.willow-green:hover {
    border-color: #fff;
    color: #fff;
    -moz-transition: ease-in-out 0.3s all;
    -o-transition: ease-in-out 0.3s all;
    -webkit-transition: ease-in-out 0.3s all;
    transition: ease-in-out 0.3s all
}

.button.willow-green:hover svg path {
    fill: #fff;
    -moz-transition: ease-in-out 0.3s all;
    -o-transition: ease-in-out 0.3s all;
    -webkit-transition: ease-in-out 0.3s all;
    transition: ease-in-out 0.3s all
}

.button.no-padding {
    padding: 0
}

.button.no-border {
    border: none
}

.button.no-transform {
    text-transform: none
}

.button.large {
    padding: 20px;
    font-size: 15px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.button[disabled=disabled],
.button:disabled,
.button[disabled=disabled]:hover,
.button:disabled:hover {
    color: #3e3e3e;
    border: 2px solid #3e3e3e
}

.ta-right {
    text-align: right
}

.ta-left {
    text-align: left
}

.ta-center.ta-center {
    text-align: center
}

.f-right {
    float: right
}

.f-left {
    float: left
}

.bold {
    font-weight: 700
}

.heavy {
    font-weight: 900
}

.uppercase {
    text-transform: uppercase
}

.p-relative {
    position: relative
}

.d-block {
    display: block
}

.d-none {
    display: none
}

.clear-both {
    clear: both;
    width: 100%
}

.vh100 {
    height: 100vh
}

.noBorders.noBorders {
    border: 0
}

.hidden {
    visibility: hidden
}

.no-scroll {
    overflow: hidden
}

.text-white {
    color: #fff
}

.bg-transparent {
    background: transparent
}

.width100 {
    width: 100%
}

.underline {
    text-decoration: underline
}

small {
    font-size: 0.7em
}

.width-100 {
    width: 100%
}

.circles-box {
    margin: 80px 0 0;
    position: relative;
    display: flex;
    justify-content: left;
    justify-content: space-around;
    flex-wrap: wrap
}

.progress-radial_title {
    font-weight: 900;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    position: absolute;
    text-align: center;
    bottom: -75px;
    transform: translateX(-50%);
    left: 50%;
    line-height: 1.3em
}

.progress-radial {
    margin-bottom: 100px;
    position: relative;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    border: 2px solid #2D3343;
    background-color: #30E5FE
}

.progress-radial_overlay {
    position: absolute;
    width: 97.5%;
    height: 97.5%;
    background-color: #151125;
    border-radius: 50%;
    text-align: center;
    line-height: 145px;
    font-size: 20px;
    border: 7px solid #2D3343;
    box-sizing: border-box;
    font-weight: 900;
    color: #30E5FE;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.progress-0 {
    background-image: linear-gradient(90deg, #2d3343 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(90deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-1 {
    background-image: linear-gradient(90deg, #2d3343 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(93.6deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-2 {
    background-image: linear-gradient(90deg, #2d3343 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(97.2deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-3 {
    background-image: linear-gradient(90deg, #2d3343 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(100.8deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-4 {
    background-image: linear-gradient(90deg, #2d3343 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(104.4deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-5 {
    background-image: linear-gradient(90deg, #2d3343 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(108deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-6 {
    background-image: linear-gradient(90deg, #2d3343 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(111.6deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-7 {
    background-image: linear-gradient(90deg, #2d3343 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(115.2deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-8 {
    background-image: linear-gradient(90deg, #2d3343 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(118.8deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-9 {
    background-image: linear-gradient(90deg, #2d3343 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(122.4deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-10 {
    background-image: linear-gradient(90deg, #2d3343 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(126deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-11 {
    background-image: linear-gradient(90deg, #2d3343 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(129.6deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-12 {
    background-image: linear-gradient(90deg, #2d3343 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(133.2deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-13 {
    background-image: linear-gradient(90deg, #2d3343 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(136.8deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-14 {
    background-image: linear-gradient(90deg, #2d3343 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(140.4deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-15 {
    background-image: linear-gradient(90deg, #2d3343 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(144deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-16 {
    background-image: linear-gradient(90deg, #2d3343 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(147.6deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-17 {
    background-image: linear-gradient(90deg, #2d3343 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(151.2deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-18 {
    background-image: linear-gradient(90deg, #2d3343 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(154.8deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-19 {
    background-image: linear-gradient(90deg, #2d3343 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(158.4deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-20 {
    background-image: linear-gradient(90deg, #2d3343 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(162deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-21 {
    background-image: linear-gradient(90deg, #2d3343 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(165.6deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-22 {
    background-image: linear-gradient(90deg, #2d3343 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(169.2deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-23 {
    background-image: linear-gradient(90deg, #2d3343 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(172.8deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-24 {
    background-image: linear-gradient(90deg, #2d3343 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(176.4deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-25 {
    background-image: linear-gradient(90deg, #2d3343 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(180deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-26 {
    background-image: linear-gradient(90deg, #2d3343 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(183.6deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-27 {
    background-image: linear-gradient(90deg, #2d3343 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(187.2deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-28 {
    background-image: linear-gradient(90deg, #2d3343 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(190.8deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-29 {
    background-image: linear-gradient(90deg, #2d3343 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(194.4deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-30 {
    background-image: linear-gradient(90deg, #2d3343 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(198deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-31 {
    background-image: linear-gradient(90deg, #2d3343 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(201.6deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-32 {
    background-image: linear-gradient(90deg, #2d3343 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(205.2deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-33 {
    background-image: linear-gradient(90deg, #2d3343 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(208.8deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-34 {
    background-image: linear-gradient(90deg, #2d3343 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(212.4deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-35 {
    background-image: linear-gradient(90deg, #2d3343 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(216deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-36 {
    background-image: linear-gradient(90deg, #2d3343 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(219.6deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-37 {
    background-image: linear-gradient(90deg, #2d3343 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(223.2deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-38 {
    background-image: linear-gradient(90deg, #2d3343 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(226.8deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-39 {
    background-image: linear-gradient(90deg, #2d3343 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(230.4deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-40 {
    background-image: linear-gradient(90deg, #2d3343 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(234deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-41 {
    background-image: linear-gradient(90deg, #2d3343 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(237.6deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-42 {
    background-image: linear-gradient(90deg, #2d3343 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(241.2deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-43 {
    background-image: linear-gradient(90deg, #2d3343 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(244.8deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-44 {
    background-image: linear-gradient(90deg, #2d3343 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(248.4deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-45 {
    background-image: linear-gradient(90deg, #2d3343 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(252deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-46 {
    background-image: linear-gradient(90deg, #2d3343 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(255.6deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-47 {
    background-image: linear-gradient(90deg, #2d3343 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(259.2deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-48 {
    background-image: linear-gradient(90deg, #2d3343 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(262.8deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-49 {
    background-image: linear-gradient(90deg, #2d3343 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(266.4deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-50 {
    background-image: linear-gradient(-90deg, #30e5fe 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-51 {
    background-image: linear-gradient(-86.4deg, #30e5fe 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-52 {
    background-image: linear-gradient(-82.8deg, #30e5fe 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-53 {
    background-image: linear-gradient(-79.2deg, #30e5fe 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-54 {
    background-image: linear-gradient(-75.6deg, #30e5fe 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-55 {
    background-image: linear-gradient(-72deg, #30e5fe 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-56 {
    background-image: linear-gradient(-68.4deg, #30e5fe 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-57 {
    background-image: linear-gradient(-64.8deg, #30e5fe 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-58 {
    background-image: linear-gradient(-61.2deg, #30e5fe 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-59 {
    background-image: linear-gradient(-57.6deg, #30e5fe 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-60 {
    background-image: linear-gradient(-54deg, #30e5fe 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-61 {
    background-image: linear-gradient(-50.4deg, #30e5fe 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-62 {
    background-image: linear-gradient(-46.8deg, #30e5fe 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-63 {
    background-image: linear-gradient(-43.2deg, #30e5fe 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-64 {
    background-image: linear-gradient(-39.6deg, #30e5fe 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-65 {
    background-image: linear-gradient(-36deg, #30e5fe 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-66 {
    background-image: linear-gradient(-32.4deg, #30e5fe 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-67 {
    background-image: linear-gradient(-28.8deg, #30e5fe 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-68 {
    background-image: linear-gradient(-25.2deg, #30e5fe 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-69 {
    background-image: linear-gradient(-21.6deg, #30e5fe 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-70 {
    background-image: linear-gradient(-18deg, #30e5fe 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-71 {
    background-image: linear-gradient(-14.4deg, #30e5fe 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-72 {
    background-image: linear-gradient(-10.8deg, #30e5fe 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-73 {
    background-image: linear-gradient(-7.2deg, #30e5fe 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-74 {
    background-image: linear-gradient(-3.6deg, #30e5fe 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-75 {
    background-image: linear-gradient(0deg, #30e5fe 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-76 {
    background-image: linear-gradient(3.6deg, #30e5fe 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-77 {
    background-image: linear-gradient(7.2deg, #30e5fe 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-78 {
    background-image: linear-gradient(10.8deg, #30e5fe 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-79 {
    background-image: linear-gradient(14.4deg, #30e5fe 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-80 {
    background-image: linear-gradient(18deg, #30e5fe 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-81 {
    background-image: linear-gradient(21.6deg, #30e5fe 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-82 {
    background-image: linear-gradient(25.2deg, #30e5fe 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-83 {
    background-image: linear-gradient(28.8deg, #30e5fe 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-84 {
    background-image: linear-gradient(32.4deg, #30e5fe 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-85 {
    background-image: linear-gradient(36deg, #30e5fe 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-86 {
    background-image: linear-gradient(39.6deg, #30e5fe 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-87 {
    background-image: linear-gradient(43.2deg, #30e5fe 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-88 {
    background-image: linear-gradient(46.8deg, #30e5fe 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-89 {
    background-image: linear-gradient(50.4deg, #30e5fe 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-90 {
    background-image: linear-gradient(54deg, #30e5fe 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-91 {
    background-image: linear-gradient(57.6deg, #30e5fe 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-92 {
    background-image: linear-gradient(61.2deg, #30e5fe 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-93 {
    background-image: linear-gradient(64.8deg, #30e5fe 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-94 {
    background-image: linear-gradient(68.4deg, #30e5fe 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-95 {
    background-image: linear-gradient(72deg, #30e5fe 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-96 {
    background-image: linear-gradient(75.6deg, #30e5fe 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-97 {
    background-image: linear-gradient(79.2deg, #30e5fe 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-98 {
    background-image: linear-gradient(82.8deg, #30e5fe 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-99 {
    background-image: linear-gradient(86.4deg, #30e5fe 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.progress-100 {
    background-image: linear-gradient(90deg, #30e5fe 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #30e5fe 50%, #2d3343 50%, #2d3343)
}

.simplebar,
[data-simplebar-direction] {
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}

.simplebar .simplebar-scroll-content,
[data-simplebar-direction] .simplebar-scroll-content {
    overflow-y: scroll;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -ms-overflow-style: none;
    width: 100% !important;
    height: 100% !important
}

@-moz-document url-prefix() {
    .simplebar .simplebar-scroll-content,
    [data-simplebar-direction] .simplebar-scroll-content {
        width: calc(100% + 20px) !important
    }
}

.simplebar-content {
    position: relative
}

.simplebar-scroll-content::-webkit-scrollbar {
    display: none
}

[data-simplebar-direction="horizontal"] .simplebar-scroll-content,
.simplebar.horizontal .simplebar-scroll-content {
    overflow-x: scroll;
    overflow-y: auto
}

.simplebar-track {
    z-index: 9999;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 11px
}

.simplebar-track .simplebar-scrollbar {
    position: absolute;
    right: 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    min-height: 10px;
    width: 10px;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    background: #fff;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding
}

.simplebar-track:hover .simplebar-scrollbar {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: opacity linear;
    -o-transition: opacity linear;
    -webkit-transition: opacity linear;
    transition: opacity linear
}

.simplebar-track .simplebar-scrollbar.visible {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1
}

[data-simplebar-direction="horizontal"] .simplebar-track,
.simplebar.horizontal .simplebar-track {
    top: auto;
    left: 0;
    width: auto;
    height: 11px
}

[data-simplebar-direction="horizontal"] .simplebar-track .simplebar-scrollbar,
.simplebar.horizontal .simplebar-track .simplebar-scrollbar {
    right: auto;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto
}

.map {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background: #0c0c17
}

.map-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0c0c17;
    font-size: 0;
    z-index: 9999;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.26);
    width: 100%;
    text-align: center
}

.map-controls.no-bg {
    box-shadow: none;
    background-color: transparent
}

.map-controls>* {
    display: inline-block;
    vertical-align: middle;
    margin: 0 14px 0 14px
}

.map-controls .search {
    padding: 15px;
    background: #212734;
    margin-right: 20px
}

.map-controls .button {
    margin: 3px;
    outline: none
}



.search-field {
    padding: 0
}

.search-field input[type="text"] {
    vertical-align: middle;
    background: transparent;
    border: none;
    padding: 10px;
    font-style: normal;
    min-width: 300px;
    outline: none;
    color: #fff
}

.search-field input[type="text"]:-moz-placeholder {
    color: #00e4ff
}

.search-field input[type="text"]::-moz-placeholder {
    color: #00e4ff
}

.search-field input[type="text"]:-ms-input-placeholder {
    color: #00e4ff
}

.search-field input[type="text"]::-webkit-input-placeholder {
    color: #00e4ff
}

.search-field .button {
    vertical-align: middle;
    display: inline-block
}

.search_input.search_input {
    width: auto
}

@-webkit-keyframes map_spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes map_spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes map_pulser {
    0% {
        box-shadow: 0 0 16px 0 rgba(0, 228, 255, 0.12)
    }
    100% {
        box-shadow: 0 0 16px 0 rgba(0, 228, 255, 0.87)
    }
}

@keyframes map_pulser {
    0% {
        box-shadow: 0 0 16px 0 rgba(0, 228, 255, 0.12)
    }
    100% {
        box-shadow: 0 0 16px 0 rgba(0, 228, 255, 0.87)
    }
}




/* Magic goes here */
/*
.gm-style div > div:last-child > div > div:first-child > div {
    background: #00e4ff !important;
}

.gm-style div > div:last-child > div > div:first-child > div:nth-child(3) > div div {
    background-color: #00e4ff !important;
}

.gm-style div > div:last-child > div > div:first-child > div:first-child {
    background: transparent !important;
}

.info-win {
  color: #000;
  font-size: 18px;
}

*/
.map-info {
    background-color: #00e4ff;
    font-weight: 400;
    color: #212734;
    text-align: left;
    border-radius: 5px;
    box-shadow: 0 0 16px 0 rgba(0, 228, 255, 0.26);
    animation: map_pulser 1.2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0s infinite alternate;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 14px;
    line-height: 1.4rem
}

.map-info>div:first-child>div:last-child,
.map-info>div>div:nth-child(3)>div>div {
    background-color: #00e4ff !important
}
/*
.map-info>div:last-child {
    width: 15px !important;
    height: 15px !important
}
*/
.map-info>div:last-child:before {
    content: "";
    display: block;
    width: 2px;
    height: 15px;
    background: #333;
    transform: rotate(-45deg);
    position: absolute;
    bottom: 0;
    right: 7px
}

.map-info>div:last-child:after {
    content: "";
    display: block;
    width: 2px;
    height: 15px;
    background: #333;
    transform: rotate(45deg);
    position: absolute;
    bottom: 0;
    right: 7px
}

.map-info>div:last-child>img {
    display: none
}

.infowindow_title {
    font-weight: bold;
    text-transform: uppercase
}

.gm-style-iw {
    line-height: 1.3em
}

.popupBg {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999
}

.phoneNumberBox {
    width: 705px;
    height: 375px;
    position: relative;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #001041;
    border: 2px solid #01d6f1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 30px
}

.phoneNumberBox_img {
    width: 190px;
    float: left;
    position: relative
}

.phoneNumberBox_img_el {
    display: block;
    position: absolute;
    left: -142px;
    top: -40px
}

.phoneNumberBox_form {
    width: 350px;
    float: right;
    margin-top: 30px;
    margin-right: 30px
}

.phoneNumberBox_form_h2 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
    width: 100%;
    color: #fff;
    float: left;
    font-weight: 600
}

.phoneNumberBox_form_txt {
    font-size: 16px;
    color: #01e9ff;
    width: 100%;
    float: left;
    margin-bottom: 5px;
    line-height: 20px
}

.phoneNumberBox_form_inputBox {
    width: 100%;
    float: left
}

.phoneNumberBox_form_input {
    color: #01e9ff !important;
    border-color: #01e9ff !important
}

.phoneNumberBox_form_input:-moz-placeholder {
    color: #01e9ff !important
}

.phoneNumberBox_form_input::-moz-placeholder {
    color: #01e9ff !important
}

.phoneNumberBox_form_input:-ms-input-placeholder {
    color: #01e9ff !important
}

.phoneNumberBox_form_input::-webkit-input-placeholder {
    color: #01e9ff !important
}

.phoneNumberBox_form_input.phoneNumberBox-error {
    border-color: #d03030 !important
}

.phoneNumberBox_form_btnBox {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    float: left
}

.phoneNumberBox_form_btn {
    background: none;
    padding: 0px;
    margin: 0px;
    border: 0;
    width: 150px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ffffff;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    float: left;
    text-align: center;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.phoneNumberBox_form_btn span {
    font-size: 16px;
    font-weight: 600
}

.phoneNumberBox_form_btn:hover {
    border: 0 !important;
    color: #075076;
    background-color: #00e7fe;
    border: 2px solid #00e7fe
}

.phoneNumberBox_form_btn:nth-child(2) {
    float: left;
    margin-left: 10px
}

.phoneNumberBox_form_validTxt {
    color: #d03030;
    font-size: 14px;
    margin-top: 5px;
    width: 100%;
    float: left
}

.phoneNumberBox_form_info {
    font-size: 16px;
    color: #ffffff;
    width: 100%;
    float: left;
    line-height: 20px;
    margin-top: 10px
}

.phoneNumberBox_openBtn {
    width: 30px;
    height: 30px;
    -moz-border-radius: 360px;
    -webkit-border-radius: 360px;
    border-radius: 360px;
    position: fixed;
    top: 15px;
    right: 30px;
    cursor: pointer;
    z-index: 9998;
    padding: 3px
}

.phoneNumberBox_openBtn_img {
    padding: 2px;
    height: 90%;
    border: 2px solid #07AED9;
    border-radius: 360px;
    position: relative;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box
}

.progress-radial_overlay {
    margin-top: 0;
    margin-left: 0;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

body {
    color: #fff;
    background: #07070d;
    max-width: 100%;
    position: relative;
    overflow-x: hidden;
    min-width: 768px
}

a {
    text-decoration: none;
    color: inherit
}

a.link {
    text-decoration: underline
}

svg {
    display: inline-block;
    vertical-align: top;
    pointer-events: none;
    fill: inherit;
    box-sizing: content-box
}

iframe {
    max-width: 100%
}

.preloader {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: table;
    z-index: 99999;
    background: #000;
    background-size: 136px 27px
}

.preloader .preloader-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

@-moz-keyframes scroll-bounce {
    0% {
        opacity: 0.3
    }
    100% {
        bottom: 10px;
        -moz-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1
    }
}

@-webkit-keyframes scroll-bounce {
    0% {
        opacity: 0.3
    }
    100% {
        bottom: 10px;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1
    }
}

@keyframes scroll-bounce {
    0% {
        opacity: 0.3
    }
    100% {
        bottom: 10px;
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1
    }
}

.scroll-down {
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: 20px;
    -moz-animation: scroll-bounce 0.6s ease-in-out 0s infinite alternate;
    -webkit-animation: scroll-bounce 0.6s ease-in-out 0s infinite alternate;
    animation: scroll-bounce 0.6s ease-in-out 0s infinite alternate;
    font-size: 50px;
    z-index: 999
}

.main-header {
    display: block;
    font-family: "Lato", Arial, sans-serif;
    font-weight: 400;
    line-height: 48px;
    text-transform: none;
    font-size: 36px;
    font-size: 3.6rem
}

h3 {
    display: block;
    font-weight: 400;
    line-height: 24px;
    font-family: "Lato", Arial, sans-serif;
    margin-top: 16px;
    font-size: 18px;
    font-size: 1.8rem
}

.tabtext {
    width: 100%;
    margin: 0px auto;
    font-size: 16px;
    line-height: 1.4em;
    min-height: 80px;
    font-family: "Lato", Arial, sans-serif
}

.tabs {
    position: relative;
    margin: 30px 0
}

.tabs ul {
    overflow: hidden;
    display: inline-block;
    width: 100%;
    text-align: center;
    letter-spacing: -1px;
    font-size: 1px
}

.tabs ul li {
    letter-spacing: 0;
    cursor: pointer;
    width: 25%;
    display: inline-block;
    font-size: 14px;
    vertical-align: top
}

.tabs ul li.active .stroke,
.tabs ul li.active .tab:hover .stroke,
.tabs ul li:hover .stroke,
.tabs ul li:hover .tab:hover .stroke {
    opacity: 1;
    -moz-transition: ease-in 0.4s all;
    -o-transition: ease-in 0.4s all;
    -webkit-transition: ease-in 0.4s all;
    transition: ease-in 0.4s all
}

.tabs ul li.active .tab .icon .image img,
.tabs ul li:hover .tab .icon .image img {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: ease-in 0.4s all;
    -o-transition: ease-in 0.4s all;
    -webkit-transition: ease-in 0.4s all;
    transition: ease-in 0.4s all
}

.tabs ul li.active .tab .content,
.tabs ul li:hover .tab .content {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: ease-in 0.4s all;
    -o-transition: ease-in 0.4s all;
    -webkit-transition: ease-in 0.4s all;
    transition: ease-in 0.4s all
}

.tabs ul li.active .tab .icon .stroke {
    opacity: 1
}

.tabs ul li.active .tab .icon .stroke path {
    stroke-dashoffset: 0 !important
}

.tabs ul li .tab {
    width: 100%;
    margin: 0px auto;
    text-align: center
}

.tabs ul li .tab .icon {
    width: 117px;
    height: 117px;
    margin: 0px auto;
    position: relative;
    z-index: 1
}

.tabs ul li .tab .icon .image {
    position: relative;
    z-index: 0;
    text-align: center;
    line-height: 117px;
    width: 100%;
    cursor: pointer
}

.tabs ul li .tab .icon .image img {
    vertical-align: middle;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
    -moz-transition: ease-in 0.4s all;
    -o-transition: ease-in 0.4s all;
    -webkit-transition: ease-in 0.4s all;
    transition: ease-in 0.4s all
}

.tabs ul li .tab .icon .stroke {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: ease-in 0.4s all;
    -o-transition: ease-in 0.4s all;
    -webkit-transition: ease-in 0.4s all;
    transition: ease-in 0.4s all
}

.tabs ul li .tab .icon .stroke path {
    stroke-linecap: round;
    stroke-dasharray: 378.517, 378.517;
    stroke-dashoffset: 378.517
}

.tabs ul li .tab .content {
    font-weight: bold;
    padding: 22px 0px;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
    -moz-transition: ease-in 0.4s all;
    -o-transition: ease-in 0.4s all;
    -webkit-transition: ease-in 0.4s all;
    transition: ease-in 0.4s all
}

header {
    position: relative
}

.navbar {
    position: fixed;
    left: 0;
    width: 100%;
    height: 65px;
    color: #ffffff;
    text-transform: uppercase;
    z-index: 2000;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    min-width: 768px
}

.navbar[data-burgermenu="-1"][data-menu-visibility="-1"] {
    top: -65px;
    -moz-transition: top 0.4s ease-out;
    -o-transition: top 0.4s ease-out;
    -webkit-transition: top 0.4s ease-out;
    transition: top 0.4s ease-out;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0
}

.navbar[data-burgermenu="-1"][data-menu-visibility="0"] {
    top: 0;
    -moz-transition: top 0.4s ease-out;
    -o-transition: top 0.4s ease-out;
    -webkit-transition: top 0.4s ease-out;
    transition: top 0.4s ease-out;
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1
}

.navbar[data-burgermenu="-1"][data-menu-visibility="1"] {
    top: 0;
    -moz-transition: top 0.4s ease-out;
    -o-transition: top 0.4s ease-out;
    -webkit-transition: top 0.4s ease-out;
    transition: top 0.4s ease-out;
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1
}

.navbar .navbar-inner {
    position: relative;
    height: inherit;
    margin-right: auto;
    margin-left: auto;
    display: inline-block
}

.navbar .logo {
    display: inline-block;
    width: 230px;
    height: 64px;
    text-indent: -9999px;
    float: left;
    background: url(../../bundles/eviowebsite/desktop/images/logo.png) no-repeat transparent center center;
    background-size: auto 60%;
    overflow: hidden
}

.navbar .large-logo {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    position: relative;
    top: 90px;
    left: 20px
}

.navbar nav {
    display: inline-block
}

.navbar .nav {
    position: relative;
    display: block;
    list-style-type: none;
    float: right;
    padding: 0 80px;
    text-align: left;
    letter-spacing: -1px;
    font-size: 1px
}

.navbar .nav.hamburger-menu {
    display: none
}

.navbar .nav li {
    position: relative;
    display: inline-block;
    margin: 0px;
    letter-spacing: 0;
    font-size: 13px
}

.navbar .nav li:first-child {
    margin-left: 0;
    border-left: none
}

.navbar .nav li a,
.navbar .nav li span {
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    position: relative;
    display: inline-block;
    padding: 16px 20px 16px 16px;
    line-height: 16px;
    background-color: transparent
}

.navbar .nav li a:after,
.navbar .nav li span:after {
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    content: '';
    display: block;
    position: absolute;
    left: 4px;
    top: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 6px;
    border-color: transparent transparent transparent #00e4ff;
    display: none
}

.navbar .nav li a.active,
.navbar .nav li a:hover,
.navbar .nav li span.active,
.navbar .nav li span:hover {
    color: #00e4ff;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in
}

.navbar .nav li a.active:after,
.navbar .nav li a:hover:after,
.navbar .nav li span.active:after,
.navbar .nav li span:hover:after {
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    left: 6px;
    border-color: transparent transparent transparent #00e4ff;
    display: block
}

.navbar .nav li a b,
.navbar .nav li span b {
    font-weight: 900;
    display: block
}

.navbar .menuLink--active {
    color: #00e4ff
}

.navbar .hamburger-menu-btn {
    display: none;
    float: right;
    fill: #00e4ff;
    width: 40px;
    height: 100%;
    text-indent: -9999px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 8px;
    background: none;
    border: none;
    z-index: 9999;
    outline: none
}

.navbar .hamburger-menu-btn svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px
}

.navbar .hamburger-menu-wrapper {
    position: absolute;
    top: 0;
    left: 100%
}

.navbar[data-burgermenu="1"] .hamburger-menu-btn {
    display: block
}

.navbar[data-burgermenu="1"] .navbar-inner {
    width: 100%
}

.navbar[data-burgermenu="1"] nav {
    position: absolute;
    left: 0;
    width: 100%
}

.navbar[data-burgermenu="1"] nav .nav {
    padding: 20px;
    visibility: hidden;
    left: -999999px;
    position: absolute
}

.navbar[data-burgermenu="1"] nav .nav.hamburger-menu {
    top: 65px;
    visibility: visible;
    display: block;
    position: relative;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
    background: rgba(0, 0, 0, 0.9);
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    left: 0
}

.navbar[data-burgermenu="1"] nav .nav.hamburger-menu[data-state="1"] {
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    background: rgba(0, 0, 0, 0.9);
    left: -100%
}

.navbar[data-burgermenu="1"] nav .nav.hamburger-menu li {
    clear: both;
    display: block;
    white-space: nowrap;
    border: none
}

.navbar[data-burgermenu="1"] nav .nav.hamburger-menu li a,
.navbar[data-burgermenu="1"] nav .nav.hamburger-menu li span {
    padding: 10px 20px 10px 16px;
    display: block
}

.navbar[data-burgermenu="1"] nav .nav.hamburger-menu li a b,
.navbar[data-burgermenu="1"] nav .nav.hamburger-menu li span b {
    display: inline
}

.navbar[data-burgermenu="1"] nav .nav.hamburger-menu li a:hover::after,
.navbar[data-burgermenu="1"] nav .nav.hamburger-menu li span:hover::after {
    margin-top: -5px
}

.as-a-table {
    display: table;
    position: relative;
    width: 100%;
    z-index: 9;
    max-width: 960px;
    margin: auto
}

.as-a-table.full-height {
    padding-top: 10vh;
    padding-bottom: 10vh
}

.as-a-table.mid {
    max-width: 100%
}

.as-a-table.max {
    max-width: inherit
}

.as-a-table.cell-1 {
    display: table
}

.as-a-table.cell-1>.as-a-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 60px 20px;
    width: 100%
}

.as-a-table.cell-2 {
    display: table
}

.as-a-table.cell-2>.as-a-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 60px 20px;
    width: 50%
}

.as-a-table.cell-3 {
    display: table
}

.as-a-table.cell-3>.as-a-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 60px 20px;
    width: 33.33333%
}

.as-a-table.cell-4 {
    display: table
}

.as-a-table.cell-4>.as-a-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 60px 20px;
    width: 25%
}

.as-a-table.cell-5 {
    display: table
}

.as-a-table.cell-5>.as-a-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 60px 20px;
    width: 20%
}

.as-a-table.cell-6 {
    display: table
}

.as-a-table.cell-6>.as-a-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 60px 20px;
    width: 16.66667%
}

.as-a-table>.as-a-cell {
    display: table-cell
}

.as-a-table>.as-a-cell.middle {
    vertical-align: middle
}

.as-a-table>.as-a-cell.top {
    vertical-align: top
}

.as-a-table>.as-a-cell.bottom {
    vertical-align: bottom
}

.as-a-table>.as-a-cell.center {
    text-align: center
}

.as-a-table>.as-a-cell.right {
    text-align: right
}

.as-a-table>.as-a-cell.left {
    text-align: left
}

.as-a-table>.as-a-cell .cover {
    background-size: cover;
    width: 100%;
    min-height: 100vh;
    display: inline-block;
    background-repeat: no-repeat
}

.as-a-table>.as-a-cell .cover.right {
    background-position: center right
}

.as-a-table>.as-a-cell .cover.left {
    background-position: center left
}

.as-a-table>.as-a-cell .contain {
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 100vh;
    display: inline-block
}

.as-a-table>.as-a-cell .contain.right {
    background-position: center right
}

.as-a-table>.as-a-cell .contain.left {
    background-position: center left
}

.as-a-table>.as-a-cell.no-padding {
    padding: 0
}

.as-a-table>.as-a-cell:first-child [data-tab-container] img {
    float: left
}

.as-a-table>.as-a-cell:last-child [data-tab-container] img {
    float: right
}

.main-container {
    max-width: 1170px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px
}

.main-container_decoration {
    position: relative
}

.main-container_decoration:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: -25%;
    left: 25%;
    margin: 0px 0px 0px 0px;
    width: 50%;
    height: 25%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50%;
    border-radius: 50% 50% 50% 50%;
    -moz-box-shadow: 0px 0px 150px 80px rgba(15, 83, 125, 0.85);
    -webkit-box-shadow: 0px 0px 150px 80px rgba(15, 83, 125, 0.85);
    box-shadow: 0px 0px 150px 80px rgba(15, 83, 125, 0.85)
}

.bigger-container {
    max-width: 1286px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px
}

section {
    position: relative;
    z-index: 7;
    height: auto;
    color: #fff;
    display: block;
    overflow: hidden;
    width: 100%;
    overflow: hidden;
    min-width: 740px
}

section.home,
section.single-page {
    min-height: 100vh
}

section .main-header {
    font-size: 30px;
    margin: 5% 0px 15px 0px;
    font-weight: 900;
    line-height: 35px
}

section h3,
section p {
    font-size: 18px;
    line-height: 22px
}

section video.bg {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    object-fit: cover
}

section.tv,
section.internet,
section.contact,
section.packages {
    text-align: center;
    background: #0c0c17
}

section.tv:before,
section.internet:before,
section.contact:before,
section.packages:before {
    content: "";
    position: absolute;
    z-index: 99;
    top: -25%;
    left: 25%;
    margin-left: 0px;
    width: 50%;
    height: 25%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50%;
    border-radius: 50% 50% 50% 50%;
    -moz-box-shadow: 0px 0px 150px 80px rgba(15, 83, 125, 0.85);
    -webkit-box-shadow: 0px 0px 150px 80px rgba(15, 83, 125, 0.85);
    box-shadow: 0px 0px 150px 80px rgba(15, 83, 125, 0.85)
}

section.tv [data-tab-container].hide,
section.internet [data-tab-container].hide,
section.contact [data-tab-container].hide,
section.packages [data-tab-container].hide {
    display: none
}

section.tv [data-tab-container] img:not(.popup_channels-channel-img),
section.internet [data-tab-container] img:not(.popup_channels-channel-img),
section.contact [data-tab-container] img:not(.popup_channels-channel-img),
section.packages [data-tab-container] img:not(.popup_channels-channel-img) {
    max-width: 80%
}

section.internet {
    background: #212734
}

section.how-it-works {
    text-align: center;
    background: #000
}

section.contact {
    background: #212734
}

section .video-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3) url(../../bundles/eviowebsite/desktop/images/mask.png) repeat scroll 0 0;
    z-index: 2
}

section video {
    z-index: 1
}

.banner {
    background: #212734;
    padding: 0;
    text-align: center;
    min-height: auto
}

.banner_img {
    width: 100%;
    min-height: 350px;
    float: left
}

.banner_text {
    margin: 80px 0 0px 0
}

.banner_btn {
    position: absolute;
    left: 50%;
    bottom: 20%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.banner_bottom {
    background-color: #0c0c17;
    height: 77px;
    display: block;
    position: relative;
    width: 100%
}

.packages {
    background: #151125;
    padding: 30px 15px 90px;
    text-align: center;
    float: left;
    width: 100%
}

.packages_box {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    justify-content: center
}

.packages_box--hidden {
    height: 0
}

.packages_h {
    margin: 60px 0;
    float: left;
    text-align: center;
    width: 100%;
    line-height: 1.2em
}

.packages_h-2.packages_h-2 {
    margin-top: 60px;
    font-size: 32px
}

.packages_h-3 {
    font-size: 24px
}

.package {
    border: 1px solid #2DDAF1;
    color: #fff;
    width: 24%;
    margin: 0.4%;
    padding: 25px 20px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 7px;
    overflow: hidden;
    position: relative
}

.package-name {
    font-weight: bold;
    font-size: 19px;
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
    text-transform: uppercase;
    white-space: nowrap
}

.package-price {
    font-size: 20px;
    font-weight: 900;
    width: 57%;
    text-align: center;
    height: 3em;
    padding-left: 10px
}

.package-price .bigger {
    font-size: 36px
}

.package-channels {
    font-size: 13px;
    text-align: left;
    line-height: 1.3em;
    width: 43%;
    white-space: nowrap
}

.package-clear {
    float: left;
    width: 100%;
    height: 20px;
    display: block;
    overflow: hidden
}

.package-popupLink {
    color: #2DDAF1;
    border-bottom: 1px solid;
    text-align: left
}

.package-popupLink:after {
    content: " \203A"
}

.package_input {
    position: absolute;
    visibility: hidden
}

.package_input:checked+.package_label:after {
    content: "";
    position: absolute;
    top: 5px;
    background: #2DDAF1;
    display: block;
    width: 12px;
    height: 12px;
    left: 15px
}

.package_input:checked+.package_label--round:after {
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px
}

.package_label {
    position: relative;
    cursor: pointer;
    float: right
}

.package_label--round:before {
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px
}

.package_label:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    float: left;
    margin: 0px 10px;
    border: 2px solid #2DDAF1
}

.package-choose {
    color: #2DDAF1;
    text-transform: uppercase;
    text-align: right;
    font-weight: 900
}

.package_channels {
    display: none
}

.package--promo:after {
    content: "Promocja";
    text-transform: uppercase;
    text-align: center;
    font-size: 13px;
    background: #2DDAF1;
    color: #0C0C17;
    display: block;
    width: 132px;
    right: -45px;
    top: -36px;
    position: absolute;
    font-size: 11px;
    padding-top: 50px;
    transform: rotate(30deg)
}

.package--promo .package-clear {
    min-height: 4.5em;
    line-height: 1.2em;
    text-align: left;
    font-size: 13.5px
}

.package--promo .package-price {
    height: 2.5em
}

.channels {
    text-align: right;
    letter-spacing: -1px;
    font-size: 1px;
    position: relative;
    padding: 20px
}

.channels li {
    width: 130px;
    height: 130px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #377295;
    margin: 4px;
    position: relative;
    background: #fff
}

.channels li img {
    width: 100%
}

.fadingBoxes_fadingSide {
    position: relative;
    overflow: hidden
}

.tv-module {
    position: relative;
    display: inline-block;
    left: 15px
}

.tv-module img {
    display: inline-block
}

.tv-module .screen {
    position: absolute;
    top: 7.2%;
    left: 2.8%;
    height: 74%;
    width: 93.7%;
    background: #fff;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

.tv-module .screen .standard-tv {
    position: absolute;
    top: 0;
    left: 0;
    height: 50%;
    max-height: 100%;
    max-width: 100%;
    width: 100%
}

.tv-module .screen .standard-tv_blur {
    height: 100%;
    width: 100%;
    -webkit-filter: blur(1.5px);
    filter: blur(1.5px)
}

.tv-module .screen .standard-tv img {
    position: absolute;
    top: -20px;
    left: -12px;
    z-index: 10
}

.tv-module .screen .evio-tv {
    height: 100%;
    top: 0;
    left: 0;
    width: 100%
}

.tv-module .screen .evio-tv img {
    position: absolute;
    bottom: -20px;
    left: -12px;
    z-index: 10
}

.tv-module .ui-resizable-s {
    background: url(../../bundles/eviowebsite/desktop/images/tabs/tv/bar.png) no-repeat center center;
    width: 100%;
    height: 27px;
    bottom: -13px;
    z-index: 2 !important
}

.telewizorImg {
    width: 100%;
    max-width: 100% !important
}

.diagram>div>div {
    color: #000;
    background: url(../../bundles/eviowebsite/desktop/images/grid.png);
    background-size: auto 100%;
    background-repeat: repeat;
    background-position: right top;
    padding: 14px 20px;
    text-align: right;
    position: relative
}

.diagram>div>div:last-child {
    background: #fff
}

.diagram>div>div.selector {
    padding-right: 30px;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer
}

.diagram>div>div.selector:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #000;
    position: absolute;
    content: '';
    right: 10px;
    top: 50%;
    margin-top: -2px
}

.diagram>div>div ul {
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    background: #000;
    display: none
}

.diagram>div>div ul li {
    padding: 7px 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    cursor: pointer;
    color: #848484
}

.diagram>div>div ul li:hover {
    background: #0e0e0e;
    color: #fff
}

.diagram>div>div:first-child {
    text-transform: uppercase;
    font-weight: 700
}

.diagram>div>div:first-child.standard-progress {
    color: #fff
}

.diagram>div>div:first-child.evio-progress {
    color: #56f9ad
}

.diagram>div>div.standard-progress span:nth-child(2) {
    width: 100%
}

.diagram>div>div.standard-progress span:nth-child(2) i {
    padding: 14px 30px 14px 20px
}

.diagram>div>div.standard-progress span:nth-child(2) i:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
    content: '';
    right: 10px;
    top: 50%;
    margin-top: -2px;
    z-index: 9
}

.diagram>div>div.evio-progress:last-child {
    background: #56f9ad
}

.diagram>div>div.evio-progress span:nth-child(2) {
    width: 100%
}

.diagram>div>div.evio-progress span:nth-child(2) i {
    padding: 14px 20px 14px 20px
}

.diagram>div>div.evio-progress.anim span:nth-child(2) {
    width: 100%
}

.diagram>div>div span:nth-child(2) {
    background: url(../../bundles/eviowebsite/desktop/images/grid.png);
    background-size: auto 100%;
    background-position: right top;
    background-color: #212734;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    color: #fff;
    text-align: right;
    height: 100%;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden
}

.diagram>div>div span:nth-child(2) i {
    position: absolute;
    font-style: normal;
    top: 0;
    right: 0
}

.cookie {
    background-color: #04cbe4;
    color: #fff;
    position: fixed;
    width: 100%;
    bottom: 0px;
    z-index: 999;
    font-family: Arial, sans-serif;
    display: none
}

.section__content {
    position: relative;
    z-index: 2;
    display: block
}

.container {
    max-width: 1170px;
    min-width: 320px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px
}

.cookie_img {
    display: block;
    float: left;
    width: 100px;
    height: 100px;
    background: url(../../bundles/eviowebsite/desktop/images/cookie.png) 50% 50% no-repeat
}

.cookie_content {
    float: left;
    padding: 20px 15px 20px 15px
}

.cookie_button {
    float: left;
    border: 3px solid #fff;
    padding: 10px 30px;
    cursor: pointer;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 4px 4px 4px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    right: 0px;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 16px
}

.cookie_button:hover {
    background: #0096c5
}

h2:first-child {
    margin-top: 0
}

.cookie_content>h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0px;
    line-height: 18px
}

.cookie_content>span {
    font-size: 12px;
    margin: 0px;
    padding: 0px
}

.contact {
    position: relative;
    z-index: 1;
    padding-bottom: 90px;
    height: auto;
    color: #fff;
    overflow: hidden;
    padding: 48px 20px 40px;
    min-height: inherit
}

.contact .main-container {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto
}

.contact .main-container:after {
    content: "";
    display: table;
    clear: both
}

.contact .main-container>div:nth-of-type(2n+1) {
    width: calc(50%);
    float: left;
    clear: left;
    margin-left: 0
}

.contact .main-container>div:nth-of-type(2n+2) {
    width: calc(50%);
    float: left;
    clear: none;
    margin-right: 0
}

.contact h2 {
    font-size: 32px;
    font-weight: 900;
    z-index: 999;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    line-height: 1.6em
}

.contact ul.type-icons {
    display: inline-block;
    vertical-align: middle
}

.contact ul.type-icons li {
    display: inline-block;
    margin-right: 17px
}

.contact ul.social-icons {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
    text-align: left
}

.contact ul.social-icons li {
    margin: 5px 5px 5px 0px;
    padding: 0px;
    display: inline-block
}

.contact ul.social-icons li a {
    width: 34px;
    height: 34px;
    display: block;
    background-image: url(../../bundles/eviowebsite/desktop/images/social-sprite.png);
    background-repeat: no-repeat;
    text-indent: -9000px
}

.contact ul.social-icons li a#faceebook {
    background-position: 0px 0px
}

.contact ul.social-icons li a#youtube {
    background-position: -88px 0px
}

.contact p {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    line-height: 17px;
    color: #fff;
    padding: 15px 15px 15px 0
}

.contact p span {
    color: #00e4ff
}

.footer {
    position: relative;
    left: 0;
    z-index: 800;
    bottom: 0px;
    width: 100%;
    padding: 16px 24px;
    color: #e7e7e8;
    fill: #e7e7e8;
    background-color: #1c1e27;
    overflow: hidden;
    line-height: 16px;
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.12);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.footer a.button {
    font-size: 11px
}

.gallery {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden
}

.gallery ul {
    white-space: nowrap;
    display: block;
    height: 100%;
    width: 100%
}

.gallery ul li {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.gallery ul li img {
    max-width: 70%
}

.gallery ul li:first-child {
    display: block
}

.gallery ul li .as-a-cell {
    padding-bottom: 100px
}

.gallery .slider-pager-wrapper {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: right;
    left: 0;
    z-index: 20;
    padding: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none
}

.gallery .slider-pager-wrapper .slider-pager {
    display: inline-block;
    position: relative
}

.gallery .slider-pager-wrapper .slider-pager div {
    display: inline-block;
    width: 13px;
    height: 13px;
    cursor: pointer;
    background: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 3px
}

.gallery .slider-pager-wrapper .slider-pager div.active {
    background: #00e4ff
}

.gallery-nav {
    z-index: 99;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    margin-top: -25px
}

.gallery-nav .next {
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    -moz-transition: ease-in 0.3s all;
    -o-transition: ease-in 0.3s all;
    -webkit-transition: ease-in 0.3s all;
    transition: ease-in 0.3s all
}

.gallery-nav .next.disable {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2;
    -moz-transition: ease-in 0.3s all;
    -o-transition: ease-in 0.3s all;
    -webkit-transition: ease-in 0.3s all;
    transition: ease-in 0.3s all
}

.gallery-nav .next:hover {
    color: #00e4ff;
    -moz-transition: ease-in 0.3s all;
    -o-transition: ease-in 0.3s all;
    -webkit-transition: ease-in 0.3s all;
    transition: ease-in 0.3s all
}

.gallery-nav .prev {
    padding: 10px;
    left: 0;
    top: 0;
    cursor: pointer;
    font-size: 50px;
    display: inline-block;
    font-weight: bold;
    color: #fff;
    -moz-transition: ease-in 0.3s all;
    -o-transition: ease-in 0.3s all;
    -webkit-transition: ease-in 0.3s all;
    transition: ease-in 0.3s all
}

.gallery-nav .prev.disable {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2
}

.gallery-nav .prev:hover {
    color: #00e4ff;
    -moz-transition: ease-in 0.3s all;
    -o-transition: ease-in 0.3s all;
    -webkit-transition: ease-in 0.3s all;
    transition: ease-in 0.3s all
}

.single-page {
    background: #0C0C17
}

.single-page_decoration {
    position: relative
}

.single-page:before,
.single-page_decoration:before {
    content: "";
    position: absolute;
    z-index: 99;
    top: -25%;
    left: 25%;
    margin: 0px 0px 0px 0px;
    width: 50%;
    height: 25%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50%;
    border-radius: 50% 50% 50% 50%;
    -moz-box-shadow: 0px 0px 150px 80px rgba(15, 83, 125, 0.85);
    -webkit-box-shadow: 0px 0px 150px 80px rgba(15, 83, 125, 0.85);
    box-shadow: 0px 0px 150px 80px rgba(15, 83, 125, 0.85)
}

.single-page_decoration:before {
    z-index: 1;
    top: -27%
}

.single-page--black {
    background: #000
}

.single-page_container {
    max-width: 840px;
    padding: 100px 15px 120px
}

.single-page_containerBig {
    padding: 100px 15px 120px
}

.single-page_header {
    padding: 48px 70px
}

.single-page_header--black {
    -moz-box-shadow: inset 0px -30px 30px 20px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: inset 0px -30px 30px 20px rgba(0, 0, 0, 0.9);
    box-shadow: inset 0px -30px 30px 20px rgba(0, 0, 0, 0.9)
}

.single-page_header .popup_close--x {
    top: 0px
}

.single-page_header-h1 {
    color: #fff;
    line-height: normal;
    margin-top: 100px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    line-height: 48px;
    text-transform: uppercase;
    font-size: 36px;
    position: relative
}

.single-page_header-h1 span {
    text-transform: none;
    width: 100%
}

.header-image {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    margin-top: 55px;
    z-index: 2;
    position: relative
}

.single-page_image {
    width: 100%;
    margin: 75px 0
}

.single-page_h1 {
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 100px;
    text-align: center;
    line-height: 1.3em;
    margin: 0 auto 100px !important;
    width: 75%
}

.single-page_h1.small_margin {
    margin: 0 auto 30px !important
}

.single-page_content p,
.single-page_content pre,
.single-page_content blockquote,
.single-page_content ul,
.single-page_content ol,
.single-page_content dl,
.single-page_content figure,
.single-page_content table,
.single-page_content fieldset {
    margin: 0.75em 0
}

.single-page_content h1 {
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1.9em;
    margin-top: 0.9em;
    margin-bottom: 0.9em
}

.single-page_content h2 {
    font-size: 1.7em;
    font-weight: bold;
    line-height: 1.8em;
    margin-top: 0.9em;
    margin-bottom: 0.9em
}

.single-page_content h3 {
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.7em;
    margin-top: 0.8em;
    margin-bottom: 0.8em
}

.single-page_content h4 {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.6em;
    margin-top: 0.8em;
    margin-bottom: 0.8em
}

.single-page_content h5 {
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 0.7em;
    margin-bottom: 0.7em
}

.single-page_content h6 {
    font-size: 1.3em;
    line-height: 1.4em;
    font-weight: bold;
    margin-top: 0.7em;
    margin-bottom: 0.7em
}

.single-page_content a {
    color: #2DDAF1;
    border-bottom: 1px solid
}

.single-page_content ul {
    list-style-image: url("../../bundles/eviowebsite/desktop/images/znaczek-evio.png");
    padding-left: 36px;
    margin-top: 10px;
    margin-bottom: 10px
}

.single-page_content ul li {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px
}

.single-page_content ul li ul {
    margin-top: 0px
}

.single-page_content ul li ul li {
    margin-left: 20px
}

.single-page_content ol {
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px
}

.single-page_content ol li {
    list-style: decimal;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px
}

.single-page_content ol li ol {
    margin-top: 0px
}

.single-page_content ol li ol li {
    margin-left: 20px
}

.single-page_content em {
    font-style: italic
}

.single-page_content table {
    max-width: 100%;
    border-collapse: collapse;
    border: 1px solid;
    border-color: #ffffff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.single-page_content table tbody {
    border-color: inherit
}

.single-page_content table tr,
.single-page_content table td {
    border: 1px solid;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-color: inherit
}

.single-page_content--white {
    padding: 50px 70px;
    background: #fff;
    color: #000
}

.single-page_content--white h2 {
    color: #38acea;
    margin: 10px 0px;
    text-align: left;
    display: block;
    font-weight: 700;
    font-family: "Lato", Arial, sans-serif;
    line-height: 24px;
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 20px
}

.single-page_content--white p {
    font-size: 14px;
    line-height: 19px
}

.single-page_content--white ol {
    list-style-type: lower-alpha;
    margin: 0px 0px 0px 20px;
    padding: 0px 0px 0px 10px;
    font-size: 14px;
    line-height: 19px
}

.single-page_content--white ol li {
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 10px
}

.single-page_content--white span {
    font-weight: bold
}

.single-page_content--white hr {
    height: 1px;
    width: 100%;
    clear: both;
    display: block;
    border: none;
    background: #f4f4f4
}

.forOperators_header {
    background-position: center;
    background-size: cover;
    padding: 60px 0 100px;
    position: relative;
    z-index: 2
}

.forOperators_header-block {
    padding-left: 40px
}

.forOperators_header-txt {
    max-width: 420px;
    margin-top: 50px;
    font-size: 18px;
    line-height: 1.1em
}

.forOperators_container {
    padding-top: 70px
}

.forOperators_contact {
    font-size: 18px;
    font-weight: 500;
    background-color: #2D3343;
    padding: 100px 0
}

.forOperators_contact-title {
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase
}

.forOperators_contact-inputWrapper {
    width: calc(25% - 16px)
}

.people {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.people_title {
    font-size: 24px;
    text-align: left;
    margin: 60px 0 45px;
    width: 100%
}

.people_block {
    display: block;
    width: 23%;
    text-align: center;
    margin-bottom: 30px
}

.people_block-img {
    margin-bottom: 30px;
    width: 70%;
    height: auto
}

.people_block-name {
    display: block;
    font-weight: bold;
    font-size: 18px;
    color: #07b7c7
}

.people_block-contact {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.4em
}

.people_block-desc {
    display: block;
    margin-top: 25px;
    font-size: 11px;
    line-height: 1.4em
}

.oTabs {
    position: relative
}

.oTabs .box {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px
}

.oTabs .nav-tabs {
    border-bottom: 2px solid #FFF;
    text-align: left;
    padding: 0 2%
}

.oTabs-trigger.button {
    margin-bottom: -2px;
    border-bottom-color: #FFF;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px;
    border-radius: 6px 6px 0 0
}

.oTabs-trigger.button.active {
    background-color: #0C0C17;
    border: 2px solid #FFF;
    border-bottom-color: transparent;
    color: #fff
}

.oTabs-content {
    position: absolute;
    display: none;
    width: 100%
}

.oTabs-content img {
    max-width: 100% !important;
    height: auto !important
}

.oTabs-content.active {
    display: block
}

.points {
    margin-top: 100px
}

.points_point {
    display: inline-block;
    width: 50%;
    float: left;
    position: relative;
    padding: 0 80px 0 100px;
    margin-bottom: 60px
}

.points_point-img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 64px;
    display: block
}

.points_point-title {
    display: block;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 30px
}

.table-page_wrapper {
    max-width: 900px;
    margin: 0 auto
}

.table-page_p {
    color: #fff;
    font-size: 14px
}

.comparison {
    margin: 40px auto 0;
    width: 100%;
    max-width: 1200px
}

.comparison_parent {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px
}

.comparison td {
    padding: 10px
}

tr:first-child .comparison td {
    white-space: nowrap
}

.comparison td:first-child {
    max-width: 300px
}

.comparison td:not(:first-child) {
    text-align: center
}

.comparison--blue td:nth-child(2) {
    background-color: #2F8FDB;
    transform: scale(1.1)
}

.comparison--pink td:nth-child(2) {
    background-color: #DF1E6E;
    transform: scale(1.1)
}

.comparison tr {
    border-bottom: 1px solid #fff
}

.comparison tr:last-child {
    border-bottom: none
}

.comparison_bar {
    display: inline-block;
    float: left;
    width: 24%;
    margin-right: 1.3%;
    padding: 25px 10px;
    text-align: center;
    color: #fff;
    background: #24292D;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.comparison_bar--marked {
    transform: scale(1.15, 1.07);
    box-shadow: 0px 0px 40px 0px rgba(1, 1, 4, 0.75)
}

.comparison_bar--marked>* {
    transform: scale(0.86957, 0.93458)
}

.comparison_bar--marked.pink {
    background: #E21B6D
}

.comparison_bar--marked.blue {
    background: #2F8FDB
}

.comparison_bar:last-child {
    margin-right: 0
}

.comparison_bar-h {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2em
}

.comparison_bar--marked .comparison_bar-h {
    font-size: 21px;
    margin-top: -38px
}

.comparison_bar-value {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    flex-wrap: wrap;
    align-content: center
}

.comparison_bar-value--second {
    height: auto
}

.comparison_bar-value-txt {
    margin-bottom: 5px
}

.comparison_legend {
    display: block;
    float: right;
    color: #fff;
    margin-top: 40px;
    font-size: 12.5px;
    font-weight: 300;
    margin: 20px 0
}

.comparison_legend-img,
.comparison_legend-txt {
    float: left;
    line-height: 33px
}

.comparison_legend-img {
    margin: 0 5px 0 20px
}

.comparison_appendix {
    float: left
}

.comparison_appendix-p {
    font-size: 12.5px;
    font-weight: 300;
    color: #868686;
    line-height: 1.5em;
    margin-bottom: 5px
}

.under {
    font-size: 0.761904em;
    width: 100%;
    height: 2em;
    line-height: 1.2em;
    display: block
}

.slash--green:after {
    content: "/";
    color: #56f9ad;
    display: inline;
    font-weight: 700;
    margin: 0 5px
}

.to-home {
    display: block;
    float: left;
    text-align: center;
    padding: 70px 0 120px;
    width: 100%
}

.video-box {
    margin: 30px 0px
}

#skylightWrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -70px;
    left: -100%
}

#skylight {
    background: url(../../bundles/eviowebsite/desktop/images/skylight.png) 0 0 no-repeat;
    width: 120px;
    height: 121px;
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 150%;
    margin-top: -140px;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear
}

#skylightWrapper {
    position: absolute;
    top: -70px;
    left: 0;
    width: 100%;
    height: 100%;
    vertical-align: top;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 999;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5
}

.skylight-track {
    fill: none;
    stroke-miterlimit: 0;
    stroke-width: 90px
}

.go-up {
    background: #0d0f2c;
    padding: 20px;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    cursor: pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.go-up svg path {
    fill: #7bc2d9
}

.go-up:hover svg path {
    fill: #fff
}

.popup {
    -moz-transition: -moz-transform 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -150%);
    background: #151125;
    z-index: 9999;
    padding: 45px 30px 30px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%
}

.popup--opened:not(.popup_open) {
    transform: translate(-50%, -50%)
}

.popup--vCenter {
    display: flex;
    align-items: center;
    justify-content: center
}

.popup_wrapper_verticalcenter {
    top: 50%;
    position: relative;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.popup_close--x {
    display: block;
    position: absolute;
    right: 30px;
    top: 30px;
    border: 2px solid #2DDAF1;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: 60px;
    height: 60px;
    cursor: pointer
}

.popup_close--x:before,
.popup_close--x:after {
    content: "";
    display: block;
    width: 3px;
    height: 30px;
    background: #Fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg)
}

.popup_close--x:after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.popup_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    top: 0;
    z-index: 9998
}

.popup_title {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.2em
}

.popup_title--channels {
    margin-top: 0;
    margin-bottom: 50px;
    display: block
}

.popup_sub-title {
    line-height: 1.1em;
    font-size: 20px
}

.popup_channels-channel {
    border: 1px solid #377295;
    margin: 4px;
    display: inline-block;
    position: relative;
    width: 88px;
    height: 88px;
    cursor: default;
    background: #fff
}

.popup_channels-channel-img {
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    background-color: #fff;
    object-fit: contain;
    object-position: center
}

.popup_channels-channel-img:after {
    content: "brak logo";
    display: block;
    color: #929292;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-weight: 800;
    font-family: 'Lato';
    font-size: 16px
}

.popup_channels-channel-hdSign {
    position: absolute;
    right: -1px;
    top: -1px;
    display: block;
    background: #151125;
    font-size: 10px;
    line-height: 13px;
    padding: 1px 4px 1px 4px;
    font-weight: bold;
    text-align: center;
    border-radius: 0 0 0 3px;
    letter-spacing: 1px
}

.channelInfo {
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: absolute;
    background: #151125;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    border: 1px solid #377295;
    padding: 10px;
    width: 300px;
    top: 68px;
    left: 68px;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    line-height: 1.1em;
    font-size: 14px;
    text-align: left;
    -moz-box-shadow: 0px 0px 10px 0px rgba(102, 102, 102, 0.8);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(102, 102, 102, 0.8);
    box-shadow: 0px 0px 10px 0px rgba(102, 102, 102, 0.8)
}

.popup_channels-channel:hover .channelInfo {
    visibility: visible;
    opacity: 1
}

.channelInfo_title {
    margin-bottom: 0.5em;
    display: block;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.1em
}

.channelsFilter {
    padding-right: 90px;
    margin-bottom: 20px;
    width: 100%;
    float: left
}

.channelsFilter_filter {
    float: left;
    margin: 15px 15px 0 0;
    position: relative
}

.input--notEmpty+.channelsFilter_filter-clear {
    position: absolute;
    right: 5px;
    bottom: 6px;
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer
}

.input--notEmpty+.channelsFilter_filter-clear:before,
.input--notEmpty+.channelsFilter_filter-clear:after {
    content: "";
    display: block;
    width: 20px;
    border: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg)
}

.input--notEmpty+.channelsFilter_filter-clear:before {
    transform: translate(-50%, -50%) rotate(45deg)
}

.input--notEmpty+.channelsFilter_filter-clear:after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.channelsFilter_filter input[type="text"] {
    padding: 14px
}

.channelsFilter_label {
    display: block;
    margin-bottom: 10px
}

.channelsFilter_btn {
    padding: 15px 23px 12px;
    top: -1px;
    position: relative;
    line-height: 17px
}

.channelsContainer {
    width: 100%;
    display: block;
    clear: both;
    margin-top: 20px;
    float: left
}

.homePopup {
    text-align: center;
    padding-top: 110px
}

.homePopup_block {
    display: inline-block;
    float: left;
    text-align: center;
    display: inline-block
}

.homePopup_block--4 {
    width: 40%
}

.homePopup_block--3 {
    width: 30%
}

.homePopup_img {
    padding: 75px;
    border: 1px solid #1D889B
}

.homePopup_span {
    clear: both;
    display: block;
    max-width: 320px;
    margin: 50px auto;
    line-height: 1.2em
}

.bottomBar {
    -moz-transition: -moz-transform 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #212734;
    z-index: 999;
    transform: translateY(100%);
    overflow: hidden;
    box-shadow: inset 0px 20px 30px 10px rgba(15, 83, 125, 0.31)
}

.bottomBar--opened {
    transform: translateY(0)
}

.bottomBar_popupLink {
    margin: 15px 0 15px 15px
}

.bottomBar_accessibilityBtn {
    margin: 15px 15px 15px 0
}

.bottomBar_orderBtn {
    margin: 15px 15px 15px 0
}

.bottomBar_flex {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.bottomBar_summary {
    text-align: center
}

.search,
.orderFormSearch {
    position: relative
}

.search_autocomplete,
.orderFormSearch_autocomplete {
    position: absolute;
    bottom: 100%;
    background-color: #ffffff;
    width: 100%;
    left: 0;
    display: none;
    color: #000;
    height: auto;
    max-height: 480px;
    overflow-x: hidden;
    overflow-y: auto;
    list-style-type: none;
    font-size: 14px;
    font-weight: normal;
    text-transform: none
}

.search_input:focus+.search_autocomplete,
.search_input:active+.search_autocomplete,
.orderFormSearch_input:focus+.search_autocomplete,
.orderFormSearch_input:active+.search_autocomplete,
.search_autocomplete:active,
.search_input:focus+.orderFormSearch_autocomplete,
.search_input:active+.orderFormSearch_autocomplete,
.orderFormSearch_input:focus+.orderFormSearch_autocomplete,
.orderFormSearch_input:active+.orderFormSearch_autocomplete,
.orderFormSearch_autocomplete:active {
    display: block
}

.search_autocomplete-item,
.orderFormSearch_autocomplete-item {
    display: block;
    line-height: 16px;
    padding: 16px;
    overflow: hidden;
    cursor: pointer
}

.search_autocomplete-item:hover,
.orderFormSearch_autocomplete-item:hover {
    background-color: rgba(0, 0, 0, 0.12)
}

.search_autocomplete-city,
.orderFormSearch_autocomplete-city {
    float: left;
    display: block;
    font-size: 1.1em;
    line-height: 24px
}

.search_autocomplete-zipCode,
.search_autocomplete-province,
.orderFormSearch_autocomplete-zipCode,
.orderFormSearch_autocomplete-province {
    font-size: 0.8em;
    display: block;
    float: right;
    clear: right;
    line-height: 12px
}

.search_result,
.orderFormSearch_result {
    position: relative;
    display: block;
    cursor: pointer;
    border: 2px solid #fff;
    font-size: 14px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto 30px;
    width: 320px;
    padding: 15px;
    text-align: center
}

.search_result span,
.orderFormSearch_result span {
    display: block;
    line-height: 1.3em
}

.search_result-link,
.orderFormSearch_result-link {
    text-transform: uppercase;
    font-weight: bold
}

.search_result-input,
.orderFormSearch_result-input {
    position: absolute;
    visibility: hidden
}

.search_result-label,
.orderFormSearch_result-label {
    cursor: pointer
}

.search_result-label:before,
.orderFormSearch_result-label:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    background: #151125;
    border: 2px solid;
    width: 20px;
    height: 20px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px
}

.search_result-input:checked+.search_result-label:after,
.orderFormSearch_result-input:checked+.search_result-label:after,
.search_result-input:checked+.orderFormSearch_result-label:after,
.orderFormSearch_result-input:checked+.orderFormSearch_result-label:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    background: #FFF;
    width: 12px;
    height: 12px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px
}

.contactForm_button.contactForm_button {
    font-size: 18px;
    padding: 20px 120px
}

.contactForm_checkbox {
    position: absolute;
    visibility: hidden
}

.contactForm_checkbox-label {
    position: relative;
    cursor: pointer
}

.contactForm_checkbox-label--round:before {
    border-radius: 25px !important
}

.contactForm_checkbox-label:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    float: left;
    margin: 0px 15px 15px 0;
    border: 1px solid #fff
}

.contactForm_checkbox-label--inline {
    float: left;
    margin-right: 29px;
    line-height: 27px
}

.contactForm_checkbox:checked+.contactForm_checkbox-label:after {
    content: "\f00c";
    position: absolute;
    left: 3px;
    top: 0px;
    color: #fff;
    display: block;
    width: 12px;
    height: 12px;
    font-family: FontAwesome;
    font-size: 21px
}

.contactForm_checkbox:checked+.contactForm_checkbox-label.contactForm_checkbox-label--round:after {
    content: "";
    position: absolute;
    color: #fff;
    display: block;
    width: 15px;
    height: 15px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background: #fff;
    transform-origin: 0;
    left: -39px;
    transform: translate(3px, 6px)
}

.input-text-label {
    display: none
}

.input-wrapper {
    display: inline-block;
    margin-top: 12px;
    margin-right: 12px
}

.input-wrapper--zip-code {
    max-width: 130px
}

.input-wrapper--number {
    max-width: 100px
}

.input-wrapper--col3 {
    width: calc(33% - 12px)
}

.input-wrapper--lastInLine {
    margin-right: 0
}

.input-wrapper--15 {
    width: calc(15% - 12px)
}

.input-wrapper--25 {
    width: calc(25% - 12px)
}

.input-wrapper--28 {
    width: calc(28% - 12px)
}

.classicLabel {
    margin-bottom: 5px;
    display: block
}

.textarea-wrapper {
    display: block;
    margin: 20px auto 20px
}

input[type="text"],
textarea {
    background: transparent;
    color: #fff;
    padding: 12px;
    border: 1px solid #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    font-family: "Lato", Arial, sans-serif;
    max-width: 100%;
    width: 100%
}

textarea {
    width: 100%;
    min-height: 100px
}

.legal {
    font-size: 12px
}

.error-msg,
.msg {
    display: none;
    padding: 5px;
    font-size: 0.8em;
    background: #008B9C;
    width: 100%
}

.error .error-msg,
.error .msg {
    display: block
}

.error .error-msg.msg--under,
.error .msg.msg--under {
    position: absolute;
    bottom: -50%;
    width: 100%
}

select {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 12px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    margin: 20px 15px 20px 0;
    font-weight: bold;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.wrap_content {
    width: 1280px;
    margin: auto
}

.home_operator {
    width: 100%;
    float: left;
    background: #040310;
    margin-top: 60px
}

.home_operator_half {
    width: 50%;
    float: left;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 450px
}

.home_operator_half.kolor_blue {
    background: #2ccdea;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.home_operator_half--left {
    padding-top: 70px;
    padding-bottom: 80px
}

.info_operator {
    position: relative;
    padding-top: 60px;
    width: 577px;
    float: right;
    height: 300px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.info_operator_el {
    font-size: 19px;
    line-height: 1.2em;
    width: 100%;
    float: left
}

.info_operator_name {
    font-size: 32px;
    line-height: 1.2em;
    width: 100%;
    float: left
}

.news_operator {
    position: absolute;
    padding-top: 20px;
    width: 70%;
    max-wwidth: 578px;
    padding-right: 66px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    padding: 15px 15px;
    z-index: 10;
    bottom: 30px;
    left: 30px
}

.news_operator_deco {
    font-size: 18px;
    margin-bottom: 30px;
    width: 100%
}

.news_operator_title {
    font-size: 24px;
    width: 100%;
    margin-bottom: 20px
}

.news_operator_desc {
    width: 100%
}

.news_operator_desc p {
    font-size: 16px
}

.news_operator-img {
    width: 100%;
    position: relative;
    z-index: 5
}

.news_operator_img {
    background: #2BD1E9;
    display: block;
    height: 200px
}

.botom_operator_btn {
    display: inline-block;
    margin-top: 20px
}

.section_box {
    background: #040310;
    padding-top: 160px;
    padding-bottom: 40px
}

.group_sub_section {
    display: inline-block
}

.group_sub_section.opis_sub_section .l_box {
    width: 642px;
    float: left
}

.group_sub_section.opis_sub_section .l_box h2 {
    font-size: 36px;
    color: #02cfe7;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-bottom: 80px;
    text-transform: uppercase
}

.group_sub_section.opis_sub_section .r_box {
    width: 500px;
    float: right
}

.group_sub_section.opis_sub_section .r_box .img_box {
    width: 100%;
    overflow: hidden
}

.group_sub_section.opis_sub_section .r_box .img_box img {
    max-width: 100%
}

.group_sub_section .button.azure {
    margin-top: 60px;
    position: relative;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.group_sub_section .txt_box {
    font-size: 16px;
    line-height: 18px;
    color: #ffffff
}

.group_sub_section .aktualnosc_sub_section_center {
    width: 60%;
    position: relative;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.group_sub_section .aktualnosc_sub_section_center h3 {
    margin-bottom: 15px
}

.group_btn_box {
    float: left;
    position: relative
}

.group_btn_box--first {
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.group_btn_box .radio_btn {
    width: 180px;
    line-height: 40px;
    cursor: pointer;
    float: left;
    text-align: center;
    text-transform: uppercase;
    display: block;
    color: #ffffff;
    font-size: 14px;
    border: 1px solid;
    border-color: transparent;
    margin-bottom: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    margin-right: 0px
}

.group_btn_box .radio_btn:not(.radio_btn--withImg):hover,
.group_btn_box .radio_btn:not(.radio_btn--withImg).actiwe_radio {
    background: #02cfe7
}

.group_btn_box .radio_btn:hover,
.group_btn_box .radio_btn.actiwe_radio {
    color: #ffffff;
    border-color: #02cfe7
}

.group_btn_box .radio_btn .radio_btn:last-child {
    margin-right: 0px
}

.group_btn_box .radio_btn--withImg {
    line-height: 0
}

.group_btn_box .radio_btn-img {
    width: 100%;
    height: auto;
    max-width: 100%;
    pointer-events: none
}

.h2_form_conf {
    text-align: right;
    font-size: 18px;
    line-height: 42px;
    margin-right: 10px;
    display: inline-block;
    color: #d0d1d6;
    margin-top: 0;
    overflow: hidden
}

.h2_form_conf.hide_h2_form_conf {
    display: block;
    float: left;
    width: 100%;
    margin-top: 50px;
    text-align: center
}

.h2_form_conf span {
    display: block;
    width: 100%;
    text-align: center;
    color: #ffffff;
    padding-top: 10px
}

.loader_box {
    width: 100%;
    float: left;
    margin-top: 30px
}

.loader_box img {
    display: block;
    position: relative;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    left: 50%
}

.belka_h1 {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    font-size: 18px;
    text-transform: uppercase;
    color: #d0d1d6
}

.conf_operator {
    padding-top: 50px;
    background: #07070d
}

.hiden {
    display: none
}

.group_pom_generator {
    float: left;
    width: 100%;
    display: block;
    margin: 30px auto 0;
    clear: both;
    text-align: center
}

.produkt_box {
    width: 270px;
    margin-top: 30px;
    padding-top: 30px;
    margin-bottom: 30px;
    margin-right: 15px;
    margin-left: 15px;
    position: relative
}

.produkt_box_bestseller {
    background-color: #2ccdea;
    font-size: 16px;
    color: #07070d;
    text-align: center;
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
    border: 1px solid #d0d1d6;
    position: absolute;
    top: -32px;
    left: 0;
    border-bottom: none
}

.produkt_box .produkt {
    width: 100%;
    border: 1px solid #d0d1d6;
    float: left;
    height: 100%;
    padding-bottom: 76px
}

.produkt_box .produkt.no-padding {
    padding-bottom: 0px
}

.produkt_box .produkt_naglowek {
    float: left;
    background: #0c0c17;
    padding-left: 16px;
    padding-right: 16px;
    height: 100px;
    box-sizing: border-box;
    width: 100%
}

.produkt_box .produkt_nazwa {
    font-size: 24px;
    text-align: left;
    color: #d0d1d6;
    height: 90px;
    box-sizing: border-box;
    padding: 15px
}

.produkt_box .produkt_cena {
    font-size: 40px;
    color: #02cfe7;
    text-align: center;
    margin-bottom: 5px;
    width: 100%;
    float: left;
    padding-top: 15px
}

.produkt_box .produkt_cena span {
    font-size: 14px;
    text-decoration: line-through;
    color: #ffffff
}

.produkt_box .produkt_miesiecznie {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    text-align: center;
    float: left;
    margin-bottom: 10px
}

.produkt_box .produkt_meta {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 100%;
    box-sizing: border-box
}

.produkt_box .produkt_meta_noverticalpadding {
    padding-top: 0px;
    padding-bottom: 0px
}

.produkt_box .produkt_meta_group {
    width: 100%;
    float: left
}

.produkt_box .produkt_meta_l {
    font-size: 14px;
    float: left;
    line-height: 20px
}

.produkt_box .produkt_meta_l ul {
    padding-left: 13px
}

.produkt_box .produkt_meta_l ul li {
    list-style: disc
}

.produkt_box .produkt_meta_r {
    float: right
}

.produkt_box .produkt_belka_h3 {
    background: #1c2332;
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0px;
    float: left;
    width: 100%;
    margin-bottom: 30px
}

.produkt_box .produkt_belka_h3.no-margin {
    margin-bottom: 0px
}

.produkt_box .produkt_belka_h3.center {
    text-align: center
}

.produkt_box .produkt_belka_h3.blue {
    background: #2CCDEA
}

.produkt_box .produkt_belka_h3 .meta_l {
    line-height: auto;
    width: 70%;
    float: left;
    text-align: left;
    text-transform: uppercase
}

.produkt_box .produkt_belka_h3 .meta_r {
    width: 30%;
    float: right;
    text-align: right
}

.produkt_box .produkt_belka_h3_last {
    margin-bottom: 0px;
    font-weight: 400;
    line-height: 18px;
    background: #0c0c17;
    padding-bottom: 18px
}

.produkt_box .produkt_belka_h3_last .group {
    width: 100%;
    float: left;
    margin-top: 18px
}

.produkt_box .produkt_belka_h3_last .group .meta_l {
    text-transform: none
}

.center_oferta_ajax_box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center
}

.show_chanel_btn {
    background: #2ccdea;
    width: 100%;
    line-height: 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: #040310;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer
}

.radio_ring_box {
    height: 76px;
    width: 100%;
    float: left;
    position: relative;
    background: #1c2332;
    bottom: 0;
    left: 0;
    position: absolute;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-top: 0
}

.radio_ring_label {
    float: left;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 14px;
    color: #d0d1d6;
    position: relative;
    cursor: pointer
}

.radio_ring_decoration {
    -moz-border-radius: 360px;
    -webkit-border-radius: 360px;
    border-radius: 360px;
    background: #1c2332;
    border: 2px solid #e1e2e4;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    margin-right: 20px;
    float: left;
    position: relative
}

.radio_ring_label.active .radio_ring_decoration {
    background-color: #2ccdea;
    border: 1px solid #1e3748
}

.radio_ring_decoration div {
    width: 6px;
    height: 6px;
    background: #1c2332;
    top: 50%;
    left: 50%;
    -moz-border-radius: 360px;
    -webkit-border-radius: 360px;
    border-radius: 360px;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    box-sizing: border-box;
    position: relative;
    display: block
}

.radio_ring_txt {
    color: #d0d1d6;
    font-size: 14px;
    float: left
}

.paczuszki_box {
    width: 100%;
    position: relative;
    float: left
}

.paczuszki_box .paczuszka {
    width: 273px;
    height: 232px;
    background: #0c0c17;
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px;
    padding-left: 9px;
    padding-right: 9px;
    box-sizing: border-box;
    float: left;
    display: none
}

.paczuszki_box .paczuszka.active {
    display: block
}

.paczuszki_box .paczuszka .paczuszka_title {
    font-size: 18px;
    color: #d0d1d6;
    width: 100%;
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
    text-transform: uppercase
}

.paczuszki_box .paczuszka .paczuszka_price_box {
    width: 50%;
    float: left;
    color: #d0d1d6;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 50px
}

.paczuszki_box .paczuszka .paczuszka_price_box .paczuszka_price {
    color: #2ccdea;
    font-size: 24px;
    font-weight: 600;
    line-height: 25px;
    width: 100%;
    float: left;
    text-align: center
}

.paczuszki_box .paczuszka .paczuszka_price_box .paczuszka_underTitle {
    text-align: center;
    width: 100%;
    float: left
}

.paczuszki_box .paczuszka .paczuszki_btn_box {
    color: #2ccdea;
    background-color: #1c2332;
    text-align: center;
    font-size: 14px;
    line-height: 50px;
    text-transform: uppercase;
    cursor: pointer;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%
}

.orderForm {
    font-size: 16px;
    line-height: 1.2em;
    max-width: 900px
}

.orderForm .margins_3 {
    padding-bottom: 30px;
    float: left;
    width: 100%
}

.orderForm .margins_6 {
    padding-bottom: 50px;
    float: left;
    width: 100%
}

.orderForm_operatorBox {
    max-width: 450px;
    margin: 40px auto;
    text-align: center
}

.orderForm_documentTypeWrap {
    margin-top: 30px;
    margin-bottom: -10px
}

.orderForm_container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap
}

.orderForm_summary {
    width: 310px;
    font-size: 16px;
    background: #212734;
    padding: 10px;
    min-width: 310px;
    margin-top: 40px
}

.orderForm_summary-title {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
    padding-left: 5px
}

.orderForm_summary table {
    width: 100%
}

.orderForm_summary table:last-of-type {
    background: #1A7F8D;
    margin-top: 15px;
    margin-bottom: 10px
}

.orderForm_summary table:first-of-type tr:first-child td {
    font-weight: bold
}

.orderForm_summary td,
.orderForm_summary th {
    padding-top: 5px;
    line-height: 1em;
    padding-bottom: 5px
}

.orderForm_summary td:first-child,
.orderForm_summary th:first-child {
    padding-left: 5px
}

.orderForm_summary td:last-child,
.orderForm_summary th:last-child {
    padding-right: 5px;
    text-align: right;
    width: 4em;
    vertical-align: top
}

.orderForm_summary-time {
    border-bottom: 1px solid;
    width: 100%;
    display: block;
    padding-bottom: 10px;
    margin-top: 20px
}

.orderForm_summary-customTr td {
    padding-bottom: 0
}

.orderForm_summary-customTr+tr:not(:last-child) td {
    border-bottom: 1px solid;
    padding-top: 0
}

.orderForm a {
    border-bottom: 1px solid
}

.orderForm_checkbox {
    position: absolute;
    visibility: hidden
}

.orderForm_checkbox-label {
    position: relative;
    cursor: pointer;
    display: block;
    margin-left: 40px;
    min-height: 30px
}

.orderForm_checkbox-label--round:before {
    border-radius: 25px !important
}

.orderForm_checkbox-label:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    left: -40px;
    border: 1px solid #fff
}

.orderForm_checkbox:checked+.orderForm_checkbox-label:after {
    content: "\f00c";
    position: absolute;
    left: -37px;
    top: 3px;
    color: #fff;
    display: block;
    width: 12px;
    height: 12px;
    font-family: FontAwesome;
    font-size: 21px
}

.orderForm_checkbox:checked+.orderForm_checkbox-label.orderForm_checkbox-label--round:after {
    content: "";
    position: absolute;
    color: #fff;
    display: block;
    width: 15px;
    height: 15px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background: #fff;
    transform-origin: 0;
    transform: translate(3px, 5px)
}

.orderFormSearch {
    display: inline-block
}

.orderFormSearch_autocomplete {
    bottom: 0;
    transform: translateY(100%);
    max-height: 300px;
    margin: 0
}

.orderFormSearch input {
    width: auto
}

#contact-form label.contactForm_checkbox-label.legal {
    display: block;
    float: left
}

#contact-form label.contactForm_checkbox-label.legal:before {
    margin-bottom: 30px
}

.tv_offer_els .package {
    display: none
}

.tv_offer_els .package.active {
    display: block
}

.margins_1 {
    padding-bottom: 15px;
    float: left;
    width: 100%
}

.margins_3 {
    padding-bottom: 30px;
    float: left;
    width: 100%
}

.margins_6 {
    padding-bottom: 50px;
    float: left;
    width: 100%
}

a[href^="http://maps.google.com/maps"] {
    display: none !important
}

a[href^="https://maps.google.com/maps"] {
    display: none !important
}

.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
    display: none
}

.gmnoprint div {
    background: none !important
}

.gm-style-iw div {
    overflow-y: hidden
}

.full_wraper {
    float: left;
    width: 100%
}

.operator_contact.map-controls {
    width: 300px;
    float: right;
    left: auto
}

.operator_contact.map-controls .button {
    width: 35px;
    height: 35px;
    padding: 0
}

.operator_contact.map-controls a.button {
    width: auto;
    height: auto
}

.operatorNews {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin-top: 50px
}

.operatorNews_newsBlock {
    color: #fff;
    display: block;
    width: calc(25% - 15px);
    margin: 0 15px 15px 0;
    position: relative;
    background: #20202E;
    position: relative
}

.operatorNews_newsBlock-img {
    background: #2BD1E9;
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover
}

.operatorNews_newsBlock-bottom {
    display: block;
    width: 100%;
    padding: 20px 10px 30px 10px
}

.operatorNews_newsBlock-title {
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 1.5em;
    color: #2ccdea
}

.operatorNews_newsBlock-desc {
    font-size: 14px;
    line-height: 1.5em;
    max-height: 4.5em;
    overflow: hidden;
    margin-bottom: 1.5em
}

.operatorNews_newsBlock-moreLink {
    font-size: 14px;
    text-decoration: none;
    color: #2ccdea;
    position: absolute;
    left: 10px;
    bottom: 10px
}

.operatorNews_newsBlock-moreLinkArrow {
    padding-left: 10px;
    font-size: 1.3em
}

.operatorNews_newsBlock-date {
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px 15px 8px 15px;
    font-size: 14px;
    background-color: rgba(28, 35, 50, 0.7);
    width: 100%
}

.operatorNews_news-img {
    max-width: 100%;
    max-height: 450px;
    margin-bottom: 50px;
    position: relative;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.operatorNews_news-title {
    width: 100%;
    display: block;
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #02cfe7;
    text-align: left;
    line-height: 34px
}

.operatorNews_news-date {
    display: block;
    margin-bottom: 25px;
    font-size: 14px
}

.operatorNews_news-content p {
    font-size: 16px
}

.pagination {
    display: block;
    margin-top: 30px;
    text-align: center
}

.pagination_li {
    -moz-transition: ease-in 0.3s all;
    -o-transition: ease-in 0.3s all;
    -webkit-transition: ease-in 0.3s all;
    transition: ease-in 0.3s all;
    display: inline-block;
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 39px;
    margin: 0 3px;
    overflow: hidden
}

.pagination_li:hover {
    border-color: #2BD1E9;
    color: #2BD1E9
}

.pagination_li--active {
    color: #2ccdea
}

.pagination_a {
    padding: 10px 15px
}

.mainAddress {
    margin-top: 64px;
    width: 100%;
    overflow: hidden;
    z-index: 100;
    position: relative;
    background: transparent
}

.addressBox {
    background: #D3D5D9
}

.addressBox--contact {
    height: 350px;
    float: left;
    width: 100%;
    background: transparent
}

.addressBox_side {
    background: #D3D5D9;
    float: left;
    width: 50%;
    height: 100%;
    position: relative
}

.addressBox_left {
    padding: 20px 15px 15px 15px;
    min-height: 350px
}

.addressBox_right {
    min-height: 350px;
    position: relative;
    overflow: hidden
}

.addressBox_bottomBar {
    background: #20202E;
    padding: 20px 0;
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 50px
}

.addressBox_bottomBar-txt {
    font-size: 24px
}

.addressBox_gMap {
    min-height: 350px;
    width: 100%;
    position: relative;
    height: 100%;
    background: #1c1e27
}

.addressBox_header {
    float: left;
    width: 50%;
    height: 100%;
    position: relative
}

.addressBox_header-left {
    float: left;
    background: #07070d
}

.addressBox_header-left .boxtext {
    width: 560px;
    padding-left: 20px;
    float: right;
    position: relative;
    top: 50%;
    max-width: 100%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.addressBox_header-left .boxtext .address_title {
    font-size: 22px;
    margin: 0px;
    padding: 0px;
    display: block;
    width: 100%;
    float: left;
    text-align: left
}

.addressBox_header-right {
    float: right;
    background: #1c1e27
}

.addresses {
    width: 100%;
    overflow: hidden
}

.flex-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.flex-1_item {
    width: 100%;
    transform: none;
    margin-top: 20px;
    margin-bottom: 20px
}

.flex-2_item {
    width: calc(50% - 40px);
    transform: none;
    margin: 20px
}

.address {
    color: #040310;
    line-height: 1em
}

.address_title {
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 50px;
    text-transform: uppercase
}

.address_title2 {
    font-size: 24px;
    line-height: 29px;
    font-weight: bold;
    text-transform: uppercase
}

.address_line {
    display: block;
    font-size: 14px;
    position: relative;
    line-height: 1.5em;
    clear: both
}

.address_line--hours {
    margin-bottom: 25px;
    margin-top: 25px;
    float: left
}

.address_linetop {
    display: block;
    font-size: 18px;
    position: relative;
    line-height: 1.5em;
    clear: both
}

.address_linetop--hours {
    margin-bottom: 25px;
    margin-top: 25px;
    float: left
}

.address_workingHours {
    overflow: hidden;
    height: 0
}

.address_workingHours-icon {
    font-size: 25px;
    display: inline-block;
    margin-right: 10px;
    float: left
}

.address_workingHours-select {
    display: inline-block;
    position: relative;
    float: left
}

.address_workingHours-today {
    position: absolute;
    left: 0;
    top: 0;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}

.address_workingHours-trigger {
    -moz-transition: -moz-transform 0.5s ease-out;
    -o-transition: -o-transform 0.5s ease-out;
    -webkit-transition: -webkit-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    cursor: pointer;
    font-size: 1.5em;
    position: absolute;
    right: -20px;
    top: 0
}

.address_workingHours-trigger--opened {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.address_socialBox {
    position: absolute;
    bottom: 15px;
    left: 15px
}

.address_socialLink {
    font-size: 40px
}

.navbar .operatorNav.operatorNav {
    padding-left: 80px;
    padding-right: 0
}

.navbar .operatorNav.operatorNav li {
    border-left: 0
}

.navbar .operatorNav.operatorNav li a {
    padding-top: 25px;
    padding-bottom: 23px;
    padding-left: 40px;
    padding-right: 40px
}

.navbar .operatorNav.operatorNav li a:hover:after {
    left: 30px;
    top: 30px
}

.operatorLogo {
    max-height: 100%;
    display: inline-block;
    float: left;
    margin-left: 50px
}

.operatorLogo2 {
    max-height: 100%;
    display: inline-block;
    float: left;
    margin-left: 50px;
    max-width: 270px;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px
}

.box_kontakt {
    float: left;
    width: 550px;
    max-width: 90%;
    margin-top: 30px;
    margin-bottom: 30px;
    left: 50%;
    position: relative;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    box-sizing: border-box;
    padding: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #1c2332
}

.box_kontakt .h2_el {
    width: 100%;
    float: left;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px
}

.box_kontakt .txt {
    width: 100%;
    float: left;
    text-align: center
}

.box_kontakt .btn {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ffffff;
    float: left;
    padding: 20px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px;
    position: relative;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    text-transform: uppercase;
    display: block;
    color: #ffffff;
    text-decoration: none
}

.tv_offer_els {
    justify-content: center
}

.OperatorPortal_logo {
    display: block;
    float: left;
    height: 65px
}

.OperatorPortal_logo span {
    height: 65px;
    vertical-align: middle;
    display: table-cell
}

@media only screen and (max-width: 1800px) {
    .channels li {
        width: 120px;
        height: 120px
    }
}

@media only screen and (max-width: 1680px) {
    .channels li {
        width: 110px;
        height: 110px
    }
}

@media only screen and (max-width: 1520px) {
    .channels li {
        width: 95px;
        height: 95px
    }
}

@media only screen and (max-width: 1366px) {
    .channels li {
        width: 85px;
        height: 85px
    }
    .navbar ul:not(.hamburger-menu) a,
    .navbar ul:not(.hamburger-menu) span {
        padding: 16px 10px 16px 10px
    }
    .navbar ul:not(.hamburger-menu) a.active:after,
    .navbar ul:not(.hamburger-menu) a:hover:after,
    .navbar ul:not(.hamburger-menu) span.active:after,
    .navbar ul:not(.hamburger-menu) span:hover:after {
        display: none
    }
    .popup--vCenter {
        display: block
    }
}

@media only screen and (max-width: 1280px) {
    .channels li {
        width: 80px;
        height: 80px
    }
    .tabs ul li {
        vertical-align: top;
        font-size: 12px;
        line-height: 15px
    }
    .tabs ul li .tab .icon .stroke {
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }
    .package {
        width: 32.5%
    }
    .operatorNews_newsBlock {
        width: calc(33.33333% - 15px)
    }
    .wrap_content {
        width: 960px;
        margin: auto
    }
    .group_btn_box .radio_btn {
        width: 180px
    }
    .info_operator {
        width: 480px
    }
}

@media only screen and (max-width: 1152px) {
    .channels li {
        width: 70px;
        height: 70px
    }
}

@media only screen and (max-width: 1024px) {
    .tv-module {
        position: relative;
        display: inline-block;
        left: 0
    }
    .tabs ul li {
        vertical-align: top;
        font-size: 14px;
        line-height: 16px
    }
    .tv .tabs ul li,
    .internet .tabs ul li {
        width: 50%
    }
    .block-1024.as-a-table {
        display: block
    }
    .block-1024.as-a-table.cell-1 {
        text-align: center
    }
    .block-1024.as-a-table.cell-1 .as-a-cell {
        width: 100%;
        display: block
    }
    .block-1024.as-a-table.cell-1 .as-a-cell .cover {
        min-height: 50vh;
        background-position: center center
    }
    .block-1024.as-a-table.cell-1 .as-a-cell .contain {
        min-height: 50vh;
        background-position: center center
    }
    .block-1024.as-a-table.cell-2 {
        text-align: center
    }
    .block-1024.as-a-table.cell-2 .as-a-cell {
        width: 100%;
        display: block
    }
    .block-1024.as-a-table.cell-2 .as-a-cell .cover {
        min-height: 50vh;
        background-position: center center
    }
    .block-1024.as-a-table.cell-2 .as-a-cell .contain {
        min-height: 50vh;
        background-position: center center
    }
    .block-1024.as-a-table.cell-3 {
        text-align: center
    }
    .block-1024.as-a-table.cell-3 .as-a-cell {
        width: 100%;
        display: block
    }
    .block-1024.as-a-table.cell-3 .as-a-cell .cover {
        min-height: 50vh;
        background-position: center center
    }
    .block-1024.as-a-table.cell-3 .as-a-cell .contain {
        min-height: 50vh;
        background-position: center center
    }
    .block-1024.as-a-table.cell-4 {
        text-align: center
    }
    .block-1024.as-a-table.cell-4 .as-a-cell {
        width: 100%;
        display: block
    }
    .block-1024.as-a-table.cell-4 .as-a-cell .cover {
        min-height: 50vh;
        background-position: center center
    }
    .block-1024.as-a-table.cell-4 .as-a-cell .contain {
        min-height: 50vh;
        background-position: center center
    }
    .block-1024.as-a-table.cell-5 {
        text-align: center
    }
    .block-1024.as-a-table.cell-5 .as-a-cell {
        width: 100%;
        display: block
    }
    .block-1024.as-a-table.cell-5 .as-a-cell .cover {
        min-height: 50vh;
        background-position: center center
    }
    .block-1024.as-a-table.cell-5 .as-a-cell .contain {
        min-height: 50vh;
        background-position: center center
    }
    .block-1024.as-a-table.cell-6 {
        text-align: center
    }
    .block-1024.as-a-table.cell-6 .as-a-cell {
        width: 100%;
        display: block
    }
    .block-1024.as-a-table.cell-6 .as-a-cell .cover {
        min-height: 50vh;
        background-position: center center
    }
    .block-1024.as-a-table.cell-6 .as-a-cell .contain {
        min-height: 50vh;
        background-position: center center
    }
    .cookie .as-a-cell:first-child {
        display: none
    }
    .package {
        width: 49%
    }
    .orderForm_summary {
        min-width: auto
    }
    .wrap_content {
        width: 760px
    }
    .home_operator_half {
        width: 100%
    }
    .group_btn_box .radio_btn {
        width: 170px
    }
    .info_operator {
        margin-left: 0px;
        width: 760px;
        padding-right: 0;
        position: relative;
        left: 50%;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media only screen and (max-width: 900px) {
    .points {
        margin-top: 100px
    }
    .points_point {
        width: 100%
    }
    .points_point-img {
        margin-bottom: 0
    }
    .homePopup_img {
        padding: 40px
    }
    .operatorNews_newsBlock {
        width: calc(50% - 15px)
    }
}


.decoder2 table{
position:relative;
}

.decoder2 table, .decoder2 td{
font-size:14px;
}
.decoder2  td{
padding: 15px 8px;
line-height: 20px;
vertical-align: middle;
border-bottom: 1px solid #32303f;
}
.decoder2 table tfoot tr:last-child td,.decoder2 table thead tr:first-child td{
border:none !important;
}
.decoder2 table tbody tr > td:first-child{
padding-left: 20px;
}
.decoder2 table tbody {
position:relative;
box-shadow: 0px 0px 6px #009ee3;
}
.decoder2 table h2{font-weight:bold;font-size:20px;}
.decoder2 table .line:before{
content: "Funkcjonalności";
transform: rotate(-90deg);
transform-origin: left top 0;
position: absolute;
top: 236px;
left: -11px;
width: 100px;
height: 20px;
background: #151125;
padding: 0px 10px 0px 10px;
}
.decoder2 table .dot:before{
content: "";
border-radius: 8px;
box-shadow: 0 0 10px #1bb1f3;
position: absolute;
top: 234px;
left: -4px;
width: 8px;
background: #009ee3;
z-index: 99999;
display: block;
height: 8px;
}
.decoder2 table tbody tr:nth-child(1){
border-top:2px solid #009ee3;
}
.decoder2 table tbody tr:nth-child(1),.decoder2 table tbody tr:nth-child(2),.decoder2 table tbody tr:nth-child(3),.decoder2 table tbody tr:nth-child(4){
border-left: 2px solid #009ee3;
border-right:2px solid #009ee3;
}
.decoder2 table tbody tr:nth-child(5){
border-bottom:2px solid #009ee3;
border-left: 2px solid #009ee3;
border-right:2px solid #009ee3;
}
.decoder2 b{font-weight: bold;}
.decoder2 .center{text-align: center;}

.decoder_extra{ display: table;table-layout: fixed; width: 100%;}
.decoder_extra li { text-align:center;display: table-cell;}
.decoder_extra li p{ font-size: 11px; padding: 0 10px; }
.decoder_extra li h4 { font-weight: bold; margin-bottom: 9px; font-size: 13px; text-align: center;}
.decoder_extra li img { width: 55px;padding: 5px 5px;border: 1px solid #fff;display: block;margin: 10px auto;border-radius: 6px; }

.decoder_info_style{ }
.decoder_info_style tr td img{ max-width: 60px; border: 1px solid #fff; border-radius: 6px; margin: 8px 20px 0 0; display: block;}
.decoder_info_style tr td h3{margin-top: 0; margin-bottom: 5px; color: #00e4ff;font-size: 20px;font-weight: bold;}
.decoder_info_style tr td p{ font-size: 13px;}