@charset "UTF-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: inherit;
  text-decoration: inherit;
}
input:focus,
select:focus,
textarea:focus,
button:focus,
body * {
  outline: none;
}
input::-ms-clear {
  display: none;
}
/* CSS Document */
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
.transition {
  transition: all 0.2s ease-in-out;
}
.flex-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.text_right {
  text-align: right;
}
.text_left {
  text-align: left;
}
.text_center {
  text-align: center;
}
.button {
  display: inline-block;
  height: 55px;
  border-radius: 55px;
  padding: 0 40px;
  line-height: 51px;
  font-size: 17px !important;
  letter-spacing: 1.7px;
  color: #00aeef;
  border: solid 2px #00aeef;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
}
.button:hover {
  background: #008cbf;
  border-color: #008cbf;
  color: #fff;
}
.button.solid {
  background: #00aeef;
  color: #fff;
}
.button.solid:hover {
  background: #008cbf;
  border-color: #008cbf;
}
/* base styles */
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.center {
  text-align: center;
}
body {
  font-family: 'Lato', sans-serif !important;
  min-width: 560px !important;
  font-weight: 400;
  color: #303235;
  background: #fff url(../images/pattern.png) repeat;
}
.all-content {
  overflow-x: hidden;
  position: relative;
  width: 100%;
}
::-moz-selection {
  color: white;
  background-color: #00aeef;
}
::selection {
  color: white;
  background-color: #00aeef;
}
img::-moz-selection {
  background-color: #a4a4a4;
}
img::selection {
  background-color: #a4a4a4;
}
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  -webkit-text-size-adjust: none;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a,
a:hover,
a:visited,
a:active {
  text-decoration: none !important;
}
a,
a img,
button {
  transition: all 200ms ease-in-out;
}
a.button {
  display: inline-block;
  color: #00aeef;
  padding: 0 40px;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: .017em;
  text-align: left;
}
#thanks-content {
  position: relative;
  overflow-x: hidden;
}
#thanks-content::after {
  content: '';
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
  width: 900px;
  height: 900px;
  border-radius: 900px;
  position: absolute;
  top: 180px;
  left: -475px;
  z-index: 0;
}
#thanks-content::before {
  content: '';
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
  width: 1500px;
  height: 1500px;
  border-radius: 1500px;
  position: absolute;
  top: 280px;
  left: 955px;
  z-index: -1;
}
@media only screen and (min-width: 1200px) {
  #thanks-content::before {
    left: 82%;
  }
}
.panel {
  float: left;
  width: 100%;
  display: block;
}
.container {
  height: auto;
  margin: 0 auto;
  display: block;
}
#top {
  height: 90px;
  background: #ffffff;
}
#top img {
  width: 100%;
  height: auto;
}
#top .left {
  width: auto;
  float: left;
  height: 90px;
}
#top .left a.logo_podatnik {
  width: 200px;
  height: auto;
  display: block;
  margin: 26px 35px 0 0;
  float: left;
}
#top .left a.logo_podatnik:hover img {
  opacity: 1;
}
#top .left .logo_certum {
  width: 115px;
  height: auto;
  display: block;
  margin: 28px 0 0;
  float: left;
}
#top .right .logo_formularze {
  width: 266px;
  height: auto;
  display: block;
  margin: 26px 0 0;
}
#top .right {
  width: auto;
  float: right;
  height: 90px;
}
#baner {
  height: 650px;
  margin-top: 90px;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
}
#baner .container {
  margin-left: calc(50% - 603px);
  position: relative;
}
#baner h1 {
  font-weight: 500;
  font-size: 40px;
  letter-spacing: .017em;
  color: #ffffff;
  text-align: center;
  margin: 50px 0;
}
#baner .left {
  float: left;
  width: 785px;
  height: 475px;
  background: url('../images/macbook.png');
  background-size: 785px 475px;
  background-position: left center;
  background-repeat: no-repeat;
}
#baner .right {
  float: right;
  right: 0;
  width: 397px;
  height: auto;
  overflow: hidden;
  position: absolute;
  z-index: 2;
}
#baner a.button.blue {
  position: relative;
  width: 397px;
  height: 160px;
  line-height: 160px;
  padding: 0 115px 0 50px;
  margin: 0 0 43px;
}
#baner a.button.blue::after {
  content: '';
  background-image: url('../images/button_online.svg');
  position: absolute;
  height: 36px;
  width: 36px;
  left: 300px;
  top: 50%;
  transform: translateY(-50%);
}
#baner a.button.blue:hover {
  background-color: rgba(84, 168, 168, 0.8);
}
#baner a.button.orange {
  position: relative;
  width: 397px;
  height: 160px;
  line-height: 30px;
  padding: 50px 115px 30px 50px;
}
#baner a.button.orange::after {
  content: '';
  background-image: url('../images/button_download.svg');
  position: absolute;
  height: 36px;
  width: 36px;
  left: 300px;
  top: 50%;
  transform: translateY(-50%);
}
#baner a.button.orange:hover {
  background-color: rgba(255, 150, 0, 0.8);
}
#baner .right ul {
  display: block;
  margin: 25px 106px 0;
  overflow: hidden;
}
#baner .right ul li {
  float: left;
  margin: 0 20px 0 0;
}
#baner .right ul li:last-child {
  margin: 0;
}
#summary {
  clear: both;
  height: 110px;
  background-color: white;
}
#summary ul {
  height: 110px;
  padding: 35px 0px 0;
}
@media only screen and (min-width: 768px) {
  #summary ul {
    padding: 35px 13px 0;
  }
}
@media only screen and (min-width: 992px) {
  #summary ul {
    padding: 35px 123px 0;
  }
}
@media only screen and (min-width: 1200px) {
  #summary ul {
    padding: 35px 200px 0;
  }
}
#summary ul li {
  float: left;
  font-size: 17px;
  letter-spacing: .017em;
  color: #54a8a8;
  text-align: center;
  margin: 0 48px 0 0;
}
@media only screen and (min-width: 768px) {
  #summary ul li {
    margin: 0 130px 0 0;
  }
}
#summary ul li:last-child {
  margin: 0;
}
#summary ul li strong {
  font-weight: 700;
  font-size: 22px;
  padding-bottom: 5px;
  display: block;
}
#summary ul li img {
  display: block;
  width: 150px;
  height: auto;
}
#whywe {
  height: auto;
  overflow: hidden;
  background: url('../images/whywe_bg.jpg');
  background-size: cover;
  background-position: center center;
}
#whywe .container {
  overflow: hidden;
}
#whywe .container.second {
  clear: both;
  margin: 35px auto 40px;
}
#whywe .left {
  width: 100%;
  display: inline-block;
  margin: 58px 0 0;
}
@media only screen and (min-width: 992px) {
  #whywe .left {
    float: left;
    width: 50%;
  }
}
#whywe .left h2 {
  font-weight: 700;
  font-size: 30px;
  color: #363636;
  letter-spacing: 0.017em;
}
#whywe .left p {
  font-weight: 500;
  font-size: 20px;
  margin: 10px 0 30px;
  color: #363636;
  letter-spacing: 0.017em;
}
#whywe .left ul {
  display: block;
}
#whywe .left ul li {
  display: block;
  margin: 0 0 20px;
}
#whywe .left ul li h3 {
  font-weight: 500;
  font-size: 20px;
  color: #363636;
  letter-spacing: .017em;
  line-height: 25px;
  padding-left: 25px;
  background: url('../images/list_tick.svg');
  background-size: 20px 15px;
  background-position: left center;
  background-repeat: no-repeat;
}
#whywe .left ul li p {
  font-size: 13px;
  color: #363636;
  letter-spacing: .017em;
  line-height: 20px;
  padding-left: 25px;
}
#whywe .right {
  width: 100%;
  display: inline-block;
  margin: 60px 0 0;
}
@media only screen and (min-width: 992px) {
  #whywe .right {
    float: right;
    width: 50%;
  }
}
#whywe .right img {
  width: 445px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  display: block;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  #whywe .right img {
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    float: right;
  }
}
#whywe a.button.orange {
  position: relative;
  font-size: 22px;
  width: 340px;
  height: 85px;
  text-align: center;
  padding: 15px 35px 15px 35px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  #whywe a.button.orange {
    margin: 0 15px 0 0px;
    float: left;
  }
}
@media only screen and (min-width: 992px) {
  #whywe a.button.orange {
    margin: 0 15px 0 100px;
    width: 350px;
  }
}
@media only screen and (min-width: 1200px) {
  #whywe a.button.orange {
    margin: 0 15px 0 185px;
  }
}
#whywe a.button.blue {
  position: relative;
  font-size: 22px;
  width: 340px;
  height: 85px;
  text-align: center;
  padding: 15px 35px 15px 35px;
}
@media only screen and (min-width: 768px) {
  #whywe a.button.blue {
    margin: 0 0px 0 15px;
    float: right;
  }
}
@media only screen and (min-width: 992px) {
  #whywe a.button.blue {
    margin: 0 100px 0 15px;
    width: 350px;
  }
}
@media only screen and (min-width: 1200px) {
  #whywe a.button.blue {
    margin: 0 185px 0 15px;
  }
}
#wrote {
  clear: both;
  height: 120px;
}
#wrote ul {
  height: 120px;
  display: block;
}
#wrote ul li {
  float: left;
}
#wrote ul li h2 {
  width: 205px;
  font-weight: 500;
  font-size: 30px;
  text-align: left;
  line-height: 70px;
  margin: 25px 0;
  border-right: solid 4px #54a8a8;
}
#wrote ul li a {
  display: block;
}
#wrote ul li a img {
  display: block;
  height: auto;
}
#wrote ul li.second {
  width: 340px;
  padding: 0 0 0 47px;
}
#wrote ul li.second a img {
  width: 246px;
  margin-top: 45px;
}
#wrote ul li.third {
  width: 293px;
}
#wrote ul li.third a img {
  width: 249px;
  margin-top: 44px;
}
#wrote ul li.fourth {
  width: 262px;
}
#wrote ul li.fourth a img {
  width: 255px;
  margin-top: 49px;
}
#rkbn {
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 60px 0 40px;
  background: url('../images/rkbn_bg.jpg');
  background-size: cover;
  background-position: center center;
}
#rkbn .container-fluid {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 25px 0 75px;
  padding: 40px 0;
  display: block;
  background-color: #ffffff;
}
#rkbn .left {
  float: left;
  width: 750px;
  height: auto;
  display: block;
}
#rkbn h2 {
  font-weight: 700;
  font-size: 30px;
  color: #ffffff;
  letter-spacing: 0.017em;
}
#rkbn .left p {
  font-size: 13px;
  letter-spacing: .017em;
  line-height: 23px;
  text-align: justify;
  color: #2f2f2f;
}
#rkbn .left a {
  display: block;
  margin: 10px 0 0;
  font-size: 13px;
  letter-spacing: .017em;
  line-height: 23px;
  color: #54a8a8;
}
#rkbn .left a:hover {
  color: rgba(84, 168, 168, 0.8);
}
#rkbn .right {
  width: 672px;
  height: 489px;
  position: absolute;
  left: 67%;
  top: 73px;
  background-image: url('../images/rkbn_right_bg.png');
  background-size: 672px auto;
  background-position: right center;
  background-repeat: no-repeat;
}
#rkbn a.button.orange {
  font-size: 22px;
  float: left;
  width: 333px;
  height: 85px;
  text-align: left;
  line-height: 30px;
  padding: 12px 80px 30px 35px;
  margin: 0 15px 0 202px;
  background-color: #ff9600;
  background-image: url('../images/button_download.svg');
  background-size: 36px 36px;
  background-position: 265px center;
  background-repeat: no-repeat;
}
#rkbn a.button.orange:hover {
  background-color: rgba(255, 150, 0, 0.8);
}
#rkbn a.button.blue {
  font-size: 22px;
  float: right;
  width: 333px;
  height: 85px;
  text-align: left;
  line-height: 85px;
  padding: 0 80px 0 35px;
  margin: 0 202px 0 15px;
  background-color: #54a8a8;
  background-image: url('../images/button_online.svg');
  background-size: 36px 36px;
  background-position: 265px center;
  background-repeat: no-repeat;
}
#rkbn a.button.blue:hover {
  background-color: rgba(84, 168, 168, 0.8);
}
#whywe .left p.before_list {
  font-size: 15px;
  line-height: 19px;
  margin: 40px 0 25px;
  color: #363636;
  letter-spacing: 0.017em;
}
#whywe .container.second2 {
  clear: both;
  margin: 60px auto 40px;
}
@media only screen and (max-width: 767px) {
  #whywe .container.second2 {
    text-align: center;
  }
}
#whywe .container2 {
  position: relative;
  overflow: visible;
}
#whywe .left.left2 {
  width: 100%;
  padding-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  #whywe .left.left2 {
    width: 55%;
  }
}
#whywe .left.left2 ul li {
  margin: 0 0 10px;
}
#whywe .left.left2 ul li h3,
#whywe .left.left2 p {
  font-size: 15px;
}
#whywe .right.right2 {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  #whywe .right.right2 {
    width: 45%;
  }
}
#whywe .right.right2.slider {
  display: block;
  margin: 40px 0 0;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  #whywe .right.right2.slider {
    margin: 80px 0 0;
  }
}
@media only screen and (min-width: 992px) {
  #whywe .right.right2.slider {
    position: absolute;
    left: 535px;
    width: auto;
  }
}
#whywe .right.right2.slider .slide {
  display: block;
  overflow: hidden;
  height: 323px;
  width: 530px;
  background: url('../images/macbook.png');
  background-size: 530px 323px;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  #whywe .right.right2.slider .slide {
    background-size: 710px 430px;
    height: 430px;
    width: 710px;
  }
}
#whywe .right.right2.slider .slide img {
  float: none;
  margin: 18px 84px 63px 61px;
  width: 410px;
  height: 337px;
  height: auto;
  display: none;
}
@media only screen and (min-width: 768px) {
  #whywe .right.right2.slider .slide img {
    margin: 25px 84px 68px 86px;
    width: 540px;
    height: 337px;
    height: auto;
  }
}
#whywe .right.right2.slider .slide img.visible {
  display: block;
}
#whywe .right.right2.slider ul.nav {
  display: block;
  overflow: hidden;
  width: 192px;
  height: 12px;
  margin: 15px auto 0;
}
#whywe .right.right2.slider ul.nav li {
  display: block;
  width: 12px;
  height: 12px;
  float: left;
  margin: 0 17px 0 0;
}
#whywe .right.right2.slider ul.nav li:last-child {
  margin: 0;
}
#whywe .right.right2.slider ul.nav li a {
  display: block;
  width: 12px;
  height: 12px;
  border: solid 2px #b7b7b7;
  background: rgba(183, 183, 183, 0);
  border-radius: 6px 6px 6px 6px;
}
#whywe .right.right2.slider ul.nav li a:hover,
#whywe .right.right2.slider ul.nav li a.active {
  border: solid 2px #ff9600;
  background: #ff9600;
}
#baner.baner_tp {
  margin-top: 100px;
  height: auto;
}
#baner.baner_tp .container {
  margin: 0 auto 75px;
}
#baner .baner_tp__tick {
  margin: 60px auto 0px auto;
  height: 118px;
  width: 150px;
}
@media only screen and (min-width: 768px) {
  #baner .baner_tp__tick {
    height: 163px;
    width: 210px;
  }
}
#baner .baner_tp__tick img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#baner.baner_tp .baner_tp_header {
  margin: 40px 0 50px;
  position: relative;
  background-size: 209px 163px;
  background-repeat: no-repeat;
  background-position: left center;
}
@media only screen and (min-width: 768px) {
  #baner.baner_tp .baner_tp_header {
    margin: 80px 0 100px;
  }
}
#baner.baner_tp .baner_tp_header h1 {
  font-weight: 700;
  font-size: 35px;
  letter-spacing: .015em;
  margin: 0 0 20px;
  text-align: center;
  color: #00aeef;
}
@media only screen and (min-width: 768px) {
  #baner.baner_tp .baner_tp_header h1 {
    font-size: 51px;
  }
}
#baner.baner_tp .baner_tp_header h2 {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: .015em;
  margin: 0;
  text-align: center;
  color: #a4a4a4;
}
@media only screen and (min-width: 768px) {
  #baner.baner_tp .baner_tp_header h2 {
    font-size: 25px;
  }
}
#baner.baner_tp .baner_tp_header h2 a {
  position: relative;
  font-weight: 700;
  font-size: 17px;
  text-decoration: underline !important;
  letter-spacing: .015em;
  color: #00aeef;
}
#baner.baner_tp .baner_tp_header h2 a:hover {
  opacity: 0.8;
}
#baner.baner_tp ul {
  display: block;
  overflow: hidden;
}
#baner.baner_tp ul li strong {
  font-size: 26px;
  letter-spacing: .015em;
  display: block;
  margin-bottom: 5px;
  color: #00aeef;
}
#baner.baner_tp ul li {
  display: block;
  height: 136px;
  text-align: left;
  width: 100%;
  padding: 40px 0 0 150px;
  font-size: 13px;
  letter-spacing: .015em;
  color: #00aeef;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #baner.baner_tp ul li {
    margin-right: auto !important;
    margin-left: auto !important;
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  #baner.baner_tp ul li {
    float: left;
  }
}
@media only screen and (min-width: 992px) {
  #baner.baner_tp ul li {
    margin-bottom: 0;
  }
}
#baner.baner_tp ul li.first {
  width: 328px;
  background: url('../images/baner_1.svg');
  background-size: 136px 136px;
  background-repeat: no-repeat;
  background-position: left center;
}
@media only screen and (min-width: 1200px) {
  #baner.baner_tp ul li.first {
    width: 412px;
  }
}
#baner.baner_tp ul li.second {
  width: 332px;
  background: url('../images/baner_2.svg');
  background-size: 136px 136px;
  background-repeat: no-repeat;
  background-position: left center;
}
@media only screen and (min-width: 1200px) {
  #baner.baner_tp ul li.second {
    width: 412px;
  }
}
#baner.baner_tp ul li.third {
  width: 332px;
  background: url('../images/baner_3.svg');
  background-size: 136px 136px;
  background-repeat: no-repeat;
  background-position: left center;
}
@media only screen and (min-width: 768px) {
  #baner.baner_tp ul li.third {
    width: 280px;
  }
}
@media only screen and (min-width: 1200px) {
  #baner.baner_tp ul li.third {
    width: 276px;
  }
}
#content {
  padding: 10px 0 60px;
}
#content .container {
  overflow: hidden;
}
#content .left {
  display: block;
  overflow: hidden;
  padding: 0 15px;
  width: 100%;
  height: auto;
  float: left;
}
@media only screen and (min-width: 1200px) {
  #content .left {
    padding: 0 65px 0 0;
    width: 545px;
    float: left;
  }
}
#content .left h2 {
  padding: 35px 70px 35px 0;
  margin: 0 20px 0 95px;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: .015em;
  color: #313131;
  text-align: left;
  background: url('../images/tick.svg');
  background-size: 64px 44px;
  background-repeat: no-repeat;
  background-position: right center;
}
#content .left .first_step h3 {
  padding-top: 10px;
}
#content .left .first_step p {
  padding-bottom: 20px;
}
#content .left h3 {
  text-align: center;
  font-weight: 500;
  font-size: 17px;
  padding: 35px 0 0;
  letter-spacing: .015em;
  color: #313131;
}
#content .left p {
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: .015em;
  color: #313131;
  padding: 20px 0 40px;
}
#content .left img {
  display: block;
  margin: 0 auto;
  width: 372px;
  height: auto;
}
#content .left .second_step p,
#content .left .third_step p,
#content .left .fourth_step p {
  background: url('../images/arrow.svg');
  background-size: 37px 61px;
  background-repeat: no-repeat;
  background-position: right bottom;
}
#content .center-line {
  width: 8px;
  height: 1490px;
  background: #e7e7e7;
  margin: 63px 0 20px;
}
@media only screen and (min-width: 1200px) {
  #content .center-line {
    float: left;
  }
}
#content .right {
  display: block;
  padding: 0 15px;
  overflow: hidden;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1200px) {
  #content .right {
    padding: 0 0 0 100px;
    width: 547px;
    float: left;
  }
}
#content .right h2 {
  padding: 35px 0 0;
  margin: 0 20px 0 0;
  font-weight: 500;
  font-size: 26px;
  letter-spacing: .015em;
  color: #313131;
  text-align: center;
}
#content .right h3 {
  text-align: center;
  font-weight: 500;
  font-size: 17px;
  padding: 40px 0 35px;
  letter-spacing: .015em;
  color: #313131;
}
#content .right p {
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: .015em;
  color: #313131;
  padding: 35px 0 0;
}
#content .right img {
  display: block;
  margin: 0 auto;
  width: 110px;
  height: auto;
}
#content .right .rakoobrona {
  margin: 70px 0 0;
  display: block;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 992px) {
  #content .right .rakoobrona {
    margin: 150px 0 0;
    height: 590px;
  }
}
#content .right .rakoobrona .left {
  height: auto;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  #content .right .rakoobrona .left {
    margin-top: 155px;
    width: 520px;
    float: left;
  }
}
@media only screen and (min-width: 1200px) {
  #content .right .rakoobrona .left {
    margin-top: 0;
    width: 220px;
  }
}
#content .right .rakoobrona .left p {
  font-size: 13px;
  text-align: left;
  color: #5c5c5c;
}
#content .right .rakoobrona .left p strong {
  color: #00aeef;
}
#content .right .rakoobrona .left a.button_more {
  position: relative;
  display: block;
  margin: 35px 0 0;
  width: 180px;
  height: 50px;
  line-height: 48px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  border-radius: 3px 3px 3px 3px;
  background-color: #00aeef;
}
#content .right .rakoobrona .left a.button_more::after {
  content: '';
  background-color: #00aeef;
  position: absolute;
  width: 160px;
  height: 4px;
  top: -20px;
  left: 0;
}
#content .right .rakoobrona .left a.button_more:hover {
  background-color: #008cbf;
}
#content .right .rakoobrona .left a.button_more img {
  height: 10px;
  width: auto;
  float: right;
  margin: 20px 15px 20px 0;
}
#content .right .rakoobrona .right {
  width: 325px;
  height: 590px;
  background: url('../images/rkbn_lady.png');
  background-size: 325px 441px;
  background-repeat: no-repeat;
  background-position: right bottom;
  margin-right: auto;
  margin-left: auto;
  display: block;
  float: none;
}
@media only screen and (min-width: 992px) {
  #content .right .rakoobrona .right {
    position: absolute;
    right: 0;
    z-index: -1;
    float: right;
  }
}
#content .right .rakoobrona .right h2 {
  font-size: 23px;
  line-height: 30px;
  text-align: center;
  margin: 0;
}
#content .right .rakoobrona .right h2 strong {
  color: #00aeef;
  display: block;
}
@media (max-height: 750px) {
  #baner {
    height: 550px;
  }
  #baner .left {
    height: 410px;
    background-size: contain;
    background-position: center;
  }
  #baner a.button.blue {
    height: 140px;
    line-height: 140px;
    margin-bottom: 20px;
  }
  #baner a.button.orange {
    height: 140px;
    padding-top: 40px;
  }
}
#rkbn {
  padding-top: 0;
}
#slider {
  width: 100%;
  height: 280px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  #slider {
    height: 380px;
  }
}
@media only screen and (min-width: 992px) {
  #slider {
    height: 465px;
  }
}
@media only screen and (min-width: 1200px) {
  #slider {
    height: 680px;
  }
}
#slider .container {
  position: relative;
}
#slider .slide .container {
  position: relative;
  height: 280px;
}
@media only screen and (min-width: 768px) {
  #slider .slide .container {
    height: 380px;
  }
}
@media only screen and (min-width: 992px) {
  #slider .slide .container {
    height: 465px;
  }
}
@media only screen and (min-width: 1200px) {
  #slider .slide .container {
    height: 680px;
  }
}
#slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 280px;
  background-size: cover;
  background-repeat: no-repeat;
  display: none;
}
@media only screen and (min-width: 768px) {
  #slider .slide {
    height: 380px;
  }
}
@media only screen and (min-width: 992px) {
  #slider .slide {
    height: 465px;
  }
}
@media only screen and (min-width: 1200px) {
  #slider .slide {
    height: 680px;
  }
}
#slider .slide.first {
  display: block;
}
#slider .slide .container {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#slider #slider_left,
#slider #slider_right {
  width: 54px;
  height: 54px;
  background: #FFFFFF;
  display: block;
  position: absolute;
  top: 300px;
}
#slider #slider_left {
  background: url('../images/arrow1.png');
  background-size: contain;
  left: -80px;
}
#slider #slider_right {
  right: -80px;
  background: url('../images/arrow2.png');
  background-size: contain;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #fff;
  border-bottom: solid 1px #f0f0f0;
  z-index: 99;
}
.header__logo {
  width: auto;
  height: 30px;
  margin-top: 35px;
  margin-right: 40px;
  float: left;
}
@media only screen and (min-width: 1200px) {
  .header__logo {
    margin-top: 30px;
    height: 35px;
  }
}
.header__logo__mf img {
  height: 35px;
  margin-top: 33px;
}
@media only screen and (min-width: 1200px) {
  .header__logo__mf img {
    height: 45px;
    margin-top: 25px;
  }
}
.header__button {
  font-size: 12px !important;
  padding: 0 20px !important;
  letter-spacing: 0.6px;
  line-height: 35px;
  margin-left: 15px;
  height: 40px;
  margin: 0;
  margin-top: 6px;
}
@media only screen and (min-width: 992px) {
  .header__button {
    margin-top: 30px;
  }
}
footer {
  height: auto;
  padding: 30px 0;
  overflow: hidden;
  background: #ffffff;
  position: relative;
}
footer .logosy {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 0 27px;
  overflow: hidden;
}
footer .logosy img {
  float: left;
  width: 100%;
  height: auto;
  opacity: .6;
  display: block;
}
footer .logosy a:hover img {
  opacity: 1;
  display: block;
}
footer .logosy img.ue {
  width: auto;
  height: 30px;
}
@media only screen and (min-width: 768px) {
  footer .logosy img.ue {
    height: 35px;
  }
}
@media only screen and (min-width: 992px) {
  footer .logosy img.ue {
    height: 55px;
  }
}
footer .logosy img.rosa {
  width: auto;
  height: 40px;
}
@media only screen and (min-width: 768px) {
  footer .logosy img.rosa {
    height: 50px;
  }
}
@media only screen and (min-width: 992px) {
  footer .logosy img.rosa {
    height: 59px;
  }
}
footer .logosy img.rf {
  width: auto;
  height: 40px;
}
@media only screen and (min-width: 768px) {
  footer .logosy img.rf {
    height: 50px;
  }
}
@media only screen and (min-width: 992px) {
  footer .logosy img.rf {
    height: 58px;
  }
}
footer .logosy img.ed {
  width: auto;
  height: 25px;
}
@media only screen and (min-width: 768px) {
  footer .logosy img.ed {
    height: 30px;
  }
}
@media only screen and (min-width: 992px) {
  footer .logosy img.ed {
    height: 39px;
  }
}
footer .logosy img.ig {
  width: auto;
  height: 30px;
}
@media only screen and (min-width: 768px) {
  footer .logosy img.ig {
    height: 35px;
  }
}
@media only screen and (min-width: 992px) {
  footer .logosy img.ig {
    height: 45px;
  }
}
footer .container.second {
  display: block;
  overflow: hidden;
}
footer .container.second .left {
  float: left;
  width: 148px;
  border-right: solid 2px #e1e1e1;
}
footer .container.second .left ul {
  display: block;
  overflow: hidden;
}
footer .container.second .left ul li {
  display: block;
}
footer .container.second .left ul li a {
  color: rgba(47, 47, 47, 0.6);
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.017em;
}
footer .container.second .left ul li a.active {
  font-weight: 700;
}
footer .container.second .left ul li a:hover {
  color: #2f2f2f;
}
footer .container.second .right {
  float: right;
  width: calc(100% - 148px - 45px);
}
footer .container.second .right p {
  color: rgba(47, 47, 47, 0.6);
  font-size: 10px;
  line-height: 18px;
  letter-spacing: .017em;
}
@media only screen and (min-width: 768px) {
  footer .container.second .right p {
    margin-top: 10px;
    line-height: 22px;
  }
}
#cookies {
  background: #f1f1f1;
  padding: 5px 0;
  display: block;
  height: 35px;
  height: auto;
}
#cookies a {
  color: #000;
}
#cookies p {
  line-height: 14px;
  color: #a4a4a4;
  font-size: 10px;
  float: left;
  width: calc(100% - 90px);
  letter-spacing: .08em;
  display: block;
}
@media only screen and (min-width: 1200px) {
  #cookies p {
    margin-top: 6px;
  }
}
#cookies a.close {
  display: block;
  width: 55px;
  height: 20px;
  margin: 3px 0 0 35px;
  float: right;
  padding-top: 5px;
  text-transform: uppercase;
  font-size: 7px;
  text-align: center;
  border: solid 1px #909090;
  border-radius: 3px 3px 3px 3px;
  background: #f1f1f1;
}
#cookies a.close:hover {
  color: #ffffff;
  background: #909090;
}
.home {
  width: 100%;
}
.home:after {
  content: '';
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
  width: 900px;
  height: 900px;
  border-radius: 900px;
  position: absolute;
  top: 180px;
  left: -475px;
  z-index: -1;
}
.home:before {
  content: '';
  background: #00aeef url(../images/pattern_white.png);
  width: 1500px;
  height: 1500px;
  border-radius: 1500px;
  position: absolute;
  top: 280px;
  left: 900px;
  z-index: 0;
}
@media only screen and (min-width: 1200px) {
  .home:before {
    left: 72%;
  }
}
.home__baner {
  width: 100%;
  margin-top: 150px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .home__baner {
    margin-top: 250px;
  }
}
.home__baner--alternative {
  margin: 150px 0 30px 0;
}
@media only screen and (min-width: 768px) {
  .home__baner--alternative {
    margin: 200px 0 110px 0;
  }
}
.home__baner__title {
  font-size: 35px;
  line-height: 1.7;
  letter-spacing: 4.5px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .home__baner__title {
    font-size: 45px;
  }
}
.home__baner__title strong {
  font-size: 45px;
  line-height: 1;
  letter-spacing: 6.5px;
}
@media only screen and (min-width: 768px) {
  .home__baner__title strong {
    font-size: 65px;
  }
}
.home__baner__subtitle {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 2.5px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .home__baner__subtitle {
    font-size: 25px;
  }
}
.home__baner__button {
  text-align: center;
  margin: 0 7.5px;
}
@media only screen and (max-width: 767px) {
  .home__baner__button {
    margin: 5px 0;
  }
}
.home__usp {
  width: 100%;
  margin-top: 60px;
}
@media only screen and (min-width: 768px) {
  .home__usp {
    margin-top: 150px;
  }
}
.home__usp__screen {
  width: 100%;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 50px;
  display: block;
}
@media only screen and (min-width: 992px) {
  .home__usp__screen {
    margin-bottom: 0;
  }
}
.home__usp__screen img {
  width: 100%;
}
.home__usp__list {
  width: 360px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 992px) {
  .home__usp__list {
    width: 100%;
  }
}
.home__usp__list-box {
  width: 100%;
  float: left;
  clear: both;
}
.home__usp__list-box p {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 2px;
}
.home__usp__list-box p strong {
  font-size: 35px;
  line-height: 0.85;
  letter-spacing: 3.5px;
  font-weight: bold;
  display: block;
}
.home__usp__list-ico {
  width: 70px;
  height: 70px;
  border-radius: 70px;
  background-color: #00aeef;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  margin-right: 30px;
}
.home__usp__list-ico.mail {
  background-image: url(../images/email.svg);
}
.home__usp__list-ico.people {
  background-image: url(../images/users.svg);
}
.home__usp__list-ico.newspaper {
  background-image: url(../images/newspaper.svg);
}
.home__usp__list-sep {
  width: 2px;
  height: 60px;
  background: #00aeef;
  display: block;
  float: left;
  clear: both;
  margin-left: 34px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.home__about {
  width: 100%;
  margin-top: 70px;
}
@media only screen and (min-width: 768px) {
  .home__about {
    margin-top: 150px;
  }
}
.home__about__box {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .home__about__box {
    padding: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .home__about__box {
    padding-bottom: 0;
  }
}
.home__about__image {
  width: 80%;
  max-width: 260px;
  margin: 0 auto;
  display: block;
  margin-top: 40px;
}
.home__about__title {
  margin-top: 40px;
  font-size: 30px;
  letter-spacing: 4px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .home__about__title {
    margin-top: 90px;
    margin-bottom: 60px;
    font-size: 40px;
  }
}
.home__about__text {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 1.5px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .home__about__text {
    margin-bottom: 60px;
    font-size: 15px;
  }
}
.home__about__button {
  margin-right: 15px;
  letter-spacing: 1.2px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1200px) {
  .home__about__button {
    margin-bottom: 0;
  }
}
.home__references {
  width: 100%;
  margin-top: 70px;
}
@media only screen and (min-width: 768px) {
  .home__references {
    margin-top: 150px;
  }
}
.home__references__title {
  font-size: 25px;
  letter-spacing: 2.5px;
  font-weight: bold;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .home__references__title {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .home__references__title {
    margin-top: 15px;
  }
}
.home__references__logos {
  text-align: justify;
  border-left: 2px solid #00aeef;
  padding-top: 20px !important;
  height: 60px;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .home__references__logos {
    padding-left: 15px;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .home__references__logos {
    padding-top: 10px !important;
  }
}
.home__references__logos:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.home__references__logos img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-width: 250px;
  max-height: 60px;
  -webkit-filter: grayscale(100);
          filter: grayscale(100);
}
@media only screen and (max-width: 767px) {
  .home__references__logos img {
    padding: 0 !important;
    margin-right: 10px;
    margin-left: 10px;
    height: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .home__references__logos img {
    width: 30%;
  }
}
.home__join {
  padding-bottom: 70px;
  margin-top: 70px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .home__join {
    padding-bottom: 150px;
    margin-top: 150px;
  }
}
.home__join_left {
  padding-top: 45px;
}
@media only screen and (min-width: 1200px) {
  .home__join_left {
    padding-top: 110px;
  }
}
.home__join_title {
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.1;
  font-weight: 700;
  font-size: 35px;
}
@media only screen and (min-width: 768px) {
  .home__join_title {
    margin-bottom: 40px;
    text-align: left;
    font-size: 45px;
  }
}
.home__join_desc {
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  line-height: 1.2;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .home__join_desc {
    margin-bottom: 40px;
    text-align: left;
    font-size: 25px;
  }
}
.home__join_image {
  border-radius: 50%;
  overflow: hidden;
  height: 465px;
  width: 465px;
}
@media only screen and (max-width: 767px) {
  .home__join_image {
    margin-right: auto;
    margin-left: auto;
  }
}
.home__join_image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home__join_buttons {
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .home__join_buttons {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .home__join_buttons {
    margin-bottom: 105px;
  }
}
.home__join_button {
  display: inline-block;
  height: 55px;
  border-radius: 55px;
  padding: 0 40px;
  line-height: 51px;
  font-size: 17px !important;
  letter-spacing: 1.7px;
  color: #00aeef;
  border: solid 2px #00aeef;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
  margin-bottom: 15px;
}
.home__join_button:hover {
  background: #008cbf;
  border-color: #008cbf;
  color: #fff;
}
.home__join_button.solid {
  background: #00aeef;
  color: #fff;
}
.home__join_button.solid:hover {
  background: #008cbf;
  border-color: #008cbf;
}
@media only screen and (min-width: 1200px) {
  .home__join_button {
    margin-bottom: 0;
  }
}
.home__join_button--blue {
  background-color: #00aeef;
  margin-right: 14px;
  color: white;
}
input[type="submit"] {
  cursor: pointer;
}
