/**
 * B2B sluzby - IT reseni na klic
 * @author Ondrej Kucera
 */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,700&subset=latin,latin-ext);
body.default .blankArticle .aFloor {
  display: none;
}
#h1c {
  margin: 0;
  padding: 0;
  background: transparent;
}
#surveyInfoForm {
  margin-top: 1px;
}
html {
  -webkit-text-size-adjust: 100%;
}
#page #articlePage .Lp {
  max-width: 1255px;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 0 0 20px;
  overflow: hidden;
  color: #1a171b;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
#page #articlePage .Lp a,
#page #articlePage .Lp abbr,
#page #articlePage .Lp acronym,
#page #articlePage .Lp address,
#page #articlePage .Lp applet,
#page #articlePage .Lp article,
#page #articlePage .Lp aside,
#page #articlePage .Lp audio,
#page #articlePage .Lp b,
#page #articlePage .Lp big,
#page #articlePage .Lp blockquote,
#page #articlePage .Lp body,
#page #articlePage .Lp canvas,
#page #articlePage .Lp caption,
#page #articlePage .Lp center,
#page #articlePage .Lp cite,
#page #articlePage .Lp code,
#page #articlePage .Lp dd,
#page #articlePage .Lp del,
#page #articlePage .Lp details,
#page #articlePage .Lp dfn,
#page #articlePage .Lp div,
#page #articlePage .Lp dl,
#page #articlePage .Lp dt,
#page #articlePage .Lp em,
#page #articlePage .Lp embed,
#page #articlePage .Lp fieldset,
#page #articlePage .Lp figcaption,
#page #articlePage .Lp figure,
#page #articlePage .Lp footer,
#page #articlePage .Lp form,
#page #articlePage .Lp h1,
#page #articlePage .Lp h2,
#page #articlePage .Lp h3,
#page #articlePage .Lp h4,
#page #articlePage .Lp h5,
#page #articlePage .Lp h6,
#page #articlePage .Lp header,
#page #articlePage .Lp hgroup,
#page #articlePage .Lp html,
#page #articlePage .Lp i,
#page #articlePage .Lp iframe,
#page #articlePage .Lp img,
#page #articlePage .Lp ins,
#page #articlePage .Lp kbd,
#page #articlePage .Lp label,
#page #articlePage .Lp legend,
#page #articlePage .Lp li,
#page #articlePage .Lp mark,
#page #articlePage .Lp menu,
#page #articlePage .Lp nav,
#page #articlePage .Lp object,
#page #articlePage .Lp ol,
#page #articlePage .Lp output,
#page #articlePage .Lp p,
#page #articlePage .Lp pre,
#page #articlePage .Lp q,
#page #articlePage .Lp ruby,
#page #articlePage .Lp s,
#page #articlePage .Lp samp,
#page #articlePage .Lp section,
#page #articlePage .Lp small,
#page #articlePage .Lp span,
#page #articlePage .Lp strike,
#page #articlePage .Lp strong,
#page #articlePage .Lp sub,
#page #articlePage .Lp summary,
#page #articlePage .Lp sup,
#page #articlePage .Lp table,
#page #articlePage .Lp tbody,
#page #articlePage .Lp td,
#page #articlePage .Lp tfoot,
#page #articlePage .Lp th,
#page #articlePage .Lp thead,
#page #articlePage .Lp time,
#page #articlePage .Lp tr,
#page #articlePage .Lp tt,
#page #articlePage .Lp u,
#page #articlePage .Lp ul,
#page #articlePage .Lp var,
#page #articlePage .Lp video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
#page #articlePage .Lp input[type=text],
#page #articlePage .Lp input[type=email],
#page #articlePage .Lp input[type=tel],
#page #articlePage .Lp button,
#page #articlePage .Lp select,
#page #articlePage .Lp textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0px;
}
#page #articlePage .Lp__itReseniNaKlic {
  background-image: url(../img/bg-page-it-reseni-na-klic.jpg);
}
#page #articlePage .Lp__eset {
  background-image: url(../img/bg-page-eset.jpg);
}
#page #articlePage .Lp__kaspersky {
  background-image: url(../img/bg-page-kaspersky.jpg);
}
#page #articlePage .Lp * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#page #articlePage .Lp *:focus {
  outline: none;
}
#page #articlePage .Lp ul,
#page #articlePage .Lp ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
#page #articlePage .Lp p {
  font-size: 18px;
  margin: 0.25em 0 0.75em !important;
}
#page #articlePage .Lp a {
  outline: none;
  text-decoration: none;
}
#page #articlePage .Lp strong {
  font-weight: 700;
}
#page #articlePage .Lp img {
  display: block;
  max-width: 100%;
}
#page #articlePage .Lp .u-center {
  text-align: center;
}
#page #articlePage .Lp .u-center-block {
  margin: auto;
}
#page #articlePage .Lp .u-float-left {
  float: left;
}
#page #articlePage .Lp .u-float-right {
  float: right;
}
@media screen and (max-width: 1024px) {
  #page #articlePage .Lp .u-lg-hidden {
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
  #page #articlePage .Lp .u-sm-hidden {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  #page #articlePage .Lp .u-xs-hidden {
    display: none !important;
  }
}
#page #articlePage .Lp .u-mb20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  #page #articlePage .Lp .u-mb20 {
    margin-bottom: 5px;
  }
}
#page #articlePage .Lp .u-mt20 {
  margin-top: 20px;
}
@media screen and (max-width: 480px) {
  #page #articlePage .Lp .u-mt20 {
    margin-top: 5px;
  }
}
#page #articlePage .Lp .u-mb50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 800px) {
  #page #articlePage .Lp .u-mb50 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 480px) {
  #page #articlePage .Lp .u-mb50 {
    margin-bottom: 15px;
  }
}
#page #articlePage .Lp .u-mt50 {
  margin-top: 50px;
}
@media screen and (max-width: 800px) {
  #page #articlePage .Lp .u-mt50 {
    margin-top: 25px;
  }
}
@media screen and (max-width: 480px) {
  #page #articlePage .Lp .u-mt50 {
    margin-top: 15px;
  }
}
#page #articlePage .Lp .u-mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 800px) {
  #page #articlePage .Lp .u-mb80 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  #page #articlePage .Lp .u-mb80 {
    margin-bottom: 20px;
  }
}
#page #articlePage .Lp .u-mt80 {
  margin-top: 80px;
}
@media screen and (max-width: 800px) {
  #page #articlePage .Lp .u-mt80 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  #page #articlePage .Lp .u-mt80 {
    margin-top: 20px;
  }
}
#page #articlePage .Lp .u-nowrap {
  white-space: nowrap;
}
#page #articlePage .Lp .u-ta-right {
  text-align: right;
}
#page #articlePage .Lp .u-text-highlighted {
  color: #d03a3b;
}
#page #articlePage .Lp .u-text-upper {
  text-transform: uppercase;
}
#page #articlePage .Lp .u-text-tight {
  letter-spacing: -0.075em;
}
#page #articlePage .Lp .u-va-bottom {
  vertical-align: bottom;
}
#page #articlePage .Lp .u-va-top {
  vertical-align: top;
}
#page #articlePage .Lp .Container {
  padding: 10px 50px 30px;
}
#page #articlePage .Lp .Container:before,
#page #articlePage .Lp .Container:after {
  content: "";
  display: table;
}
#page #articlePage .Lp .Container:after {
  clear: both;
}
@media screen and (max-width: 800px) {
  #page #articlePage .Lp .Container {
    padding: 10px 20px 20px;
  }
}
@media screen and (max-width: 480px) {
  #page #articlePage .Lp .Container {
    padding: 10px 20px;
  }
}
#page #articlePage .Lp .Link {
  color: #2f8dcd;
  display: inline-block;
  border-bottom: 1px solid #2f8dcd;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#page #articlePage .Lp .Link:hover {
  color: inherit !important;
  border-bottom-color: transparent;
}
#page #articlePage .Lp .Link__highlighted {
  color: #d03a3b;
  border-bottom: 1px solid #d03a3b;
}
#page #articlePage .Lp .Link__kaspersky {
  color: #006d55;
  border-bottom: 1px solid #006d55;
}
#page #articlePage .Lp .Header-heading {
  font-family: 'Roboto', sans-serif;
  line-height: 1.2;
  margin: 0;
  color: #2f8dcd;
  font-size: 60px;
  margin: 60px 0 30px;
  padding: 0 30px;
}
#page #articlePage .Lp .Header-heading__eset {
  color: #004679;
}
#page #articlePage .Lp .Header-heading__kaspersky {
  color: #006d55;
}
@media screen and (max-width: 800px) {
  #page #articlePage .Lp .Header-heading {
    font-size: 50px;
  }
}
@media screen and (max-width: 480px) {
  #page #articlePage .Lp .Header-heading {
    font-size: 40px;
    margin: 30px 0 20px;
  }
}
#page #articlePage .Lp .Header p {
  font-weight: 300;
  font-size: 36px;
}
@media screen and (max-width: 800px) {
  #page #articlePage .Lp .Header p {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  #page #articlePage .Lp .Header p {
    font-size: 21px;
  }
}
#page #articlePage .Lp .Header p.colored {
  color: #2f8dcd;
  font-size: 32px;
  padding: 0 100px;
}
@media screen and (max-width: 800px) {
  #page #articlePage .Lp .Header p.colored {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  #page #articlePage .Lp .Header p.colored {
    font-size: 18px;
    padding: 0;
  }
}
#page #articlePage .Lp .Intro h3 {
  font-family: 'Roboto', sans-serif;
  line-height: 1.2;
  margin: 0;
  color: #006d55;
  font-size: 27px;
  font-weight: 700;
  margin: 0 0 20px;
}
#page #articlePage .Lp .Intro ul {
  max-width: 60%;
}
@media screen and (max-width: 800px) {
  #page #articlePage .Lp .Intro ul {
    max-width: 100%;
  }
}
#page #articlePage .Lp .Outro p {
  font-size: 28px;
  font-weight: 300;
}
@media screen and (max-width: 800px) {
  #page #articlePage .Lp .Outro p {
    font-size: 20px;
  }
}
#page #articlePage .Lp .Nav {
  font-size: 0;
  margin: 20px 0;
  width: 50%;
}
@media screen and (max-width: 800px) {
  #page #articlePage .Lp .Nav {
    width: 100%;
  }
}
#page #articlePage .Lp .Nav-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 5px 0;
  width: 48%;
  width: calc(50% - 5px);
}
@media screen and (max-width: 800px) {
  #page #articlePage .Lp .Nav-item {
    width: 100%;
  }
}
#page #articlePage .Lp .Nav-link {
  display: block;
  background-color: white;
  border: 1px solid gainsboro;
  border-left: 3px solid #8c6e39;
  padding: 7px 10px;
  color: #8c6e39;
  font-size: 14px;
  line-height: initial;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#page #articlePage .Lp .Nav-link:hover {
  border: 1px solid #8c6e39;
  border-left: 3px solid #8c6e39;
  background-color: #c6a466;
  background-color: rgba(198, 164, 102, 0.5);
  color: #1a171b !important;
}
#page #articlePage .Lp .Section-heading {
  font-family: 'Roboto', sans-serif;
  line-height: 1.2;
  margin: 0;
  color: #8c6e39;
  font-size: 22px;
  border-top: 1px solid gainsboro;
  padding: 20px 50px;
}
@media screen and (max-width: 600px) {
  #page #articlePage .Lp .Section-heading {
    padding: 20px;
  }
}
#page #articlePage .Lp .Grid {
  font-size: 0;
}
#page #articlePage .Lp .Grid-cell {
  position: relative;
  display: inline-block;
}
#page #articlePage .Lp .Grid-cell__2-12 {
  width: 16.6666%;
}
#page #articlePage .Lp .Grid-cell__3-12 {
  width: 25%;
}
#page #articlePage .Lp .Grid-cell__4-12 {
  width: 33.3333%;
}
#page #articlePage .Lp .Grid-cell__6-12 {
  width: 50%;
}
#page #articlePage .Lp .Grid-cell__7-12 {
  width: 58.3333%;
}
#page #articlePage .Lp .Grid-cell__8-12 {
  width: 66.6666%;
}
#page #articlePage .Lp .Grid-cell__9-12 {
  width: 75%;
}
#page #articlePage .Lp .Grid-cell__10-12 {
  width: 83.3333%;
}
@media screen and (max-width: 1024px) {
  #page #articlePage .Lp .Grid-cell__lg6-12 {
    width: 50%;
  }
  #page #articlePage .Lp .Grid-cell__lg12-12 {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  #page #articlePage .Lp .Grid-cell__sm6-12 {
    width: 50%;
  }
  #page #articlePage .Lp .Grid-cell__sm12-12 {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #page #articlePage .Lp .Grid-cell__xs12-12 {
    width: 100%;
  }
}
#page #articlePage .Lp .Grid-cell__offset-left-1 {
  margin-left: 8.3333%;
}
#page #articlePage .Lp .Grid-cell__offset-right-1 {
  margin-right: 8.3333%;
}
@media screen and (max-width: 480px) {
  #page #articlePage .Lp .Grid-cell__offset-left-1 {
    margin-left: 0;
  }
  #page #articlePage .Lp .Grid-cell__offset-right-1 {
    margin-right: 0;
  }
}
#page #articlePage .Lp .Grid-cell__push-4 {
  left: 33.3333%;
}
#page #articlePage .Lp .Grid-cell__pull-8 {
  right: 66.6666%;
}
@media screen and (max-width: 480px) {
  #page #articlePage .Lp .Grid-cell__push-4 {
    left: 0;
  }
  #page #articlePage .Lp .Grid-cell__pull-8 {
    right: 0;
  }
}
#page #articlePage .Lp .Button {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  background-color: black;
  line-height: 1;
  padding: 15px 25px;
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
#page #articlePage .Lp .Button:hover {
  cursor: pointer;
}
#page #articlePage .Lp .Button__tiny {
  font-size: 15px;
  padding: 12px 25px;
  margin: 10px 0;
}
#page #articlePage .Lp .Button__large {
  font-weight: 700;
  font-size: 24px;
  padding: 20px 50px;
}
@media screen and (max-width: 800px) {
  #page #articlePage .Lp .Button__large {
    font-size: 20px;
    padding: 15px 30px;
  }
}
@media screen and (max-width: 480px) {
  #page #articlePage .Lp .Button__large {
    font-size: 18px;
    padding: 12px 20px;
  }
}
#page #articlePage .Lp .Button__rightArrow {
  padding: 20px 70px 20px 50px;
}
#page #articlePage .Lp .Button__rightArrow:after {
  content: "»";
  font-style: normal;
  font-size: 49px;
  font-weight: 100;
  line-height: 0;
  position: absolute;
  top: 27px;
  right: 40px;
}
#page #articlePage .Lp .Button__green {
  background: #60bb46;
  background: -moz-linear-gradient(top, #72ce4d 0%, #60bb46 100%);
  background: -webkit-linear-gradient(top, #72ce4d 0%, #60bb46 100%);
  background: linear-gradient(to bottom, #72ce4d 0%, #60bb46 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color_start', endColorstr='@color_stop', GradientType=0);
  -webkit-box-shadow: inset 0px -2px 0px 0px #2F9C20;
  -moz-box-shadow: inset 0px -2px 0px 0px #2F9C20;
  box-shadow: inset 0px -2px 0px 0px #2F9C20;
}
#page #articlePage .Lp .Button__green:hover {
  background: #72ce4d;
}
#page #articlePage .Lp .Button__green:active {
  -webkit-transform: translate3d(0, 3px, 0);
  transform: translate3d(0, 3px, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#page #articlePage .Lp .Button__red {
  background: #d11c18;
  -webkit-box-shadow: inset 0px -3px 0px 0px #B11715;
  -moz-box-shadow: inset 0px -3px 0px 0px #B11715;
  box-shadow: inset 0px -3px 0px 0px #B11715;
}
#page #articlePage .Lp .Button__red:hover {
  background: #e74c4a;
}
#page #articlePage .Lp .Button__red:active {
  -webkit-transform: translate3d(0, 3px, 0);
  transform: translate3d(0, 3px, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#page #articlePage .Lp .Table {
  position: relative;
  border-collapse: collapse;
  width: 100%;
}
#page #articlePage .Lp .Table thead.isFixed {
  z-index: 10;
  position: fixed;
  top: 0;
  display: table;
  width: 1155px;
  -webkit-box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.2);
}
#page #articlePage .Lp .Table th {
  background-color: #eee;
  font-weight: bold;
}
#page #articlePage .Lp .Table th .note {
  display: block;
  font-weight: 300;
}
#page #articlePage .Lp .Table th:first-child {
  width: 25%;
}
@media screen and (max-width: 800px) {
  #page #articlePage .Lp .Table th:first-child {
    width: 100%;
  }
}
#page #articlePage .Lp .Table th,
#page #articlePage .Lp .Table td {
  width: 15%;
  border: 1px solid gainsboro;
  font-size: 16px;
  line-height: 1.35;
  padding: 0.5em;
  text-align: left;
}
@media screen and (max-width: 800px) {
  #page #articlePage .Lp .Table th,
  #page #articlePage .Lp .Table td {
    width: 100%;
  }
}
#page #articlePage .Lp .Table td:first-child {
  width: 25%;
}
@media screen and (max-width: 800px) {
  #page #articlePage .Lp .Table td:first-child {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  #page #articlePage .Lp .Table thead tr {
    position: absolute;
    top: -9999em;
    left: -9999em;
  }
}
#page #articlePage .Lp .Table tr {
  border: 1px solid gainsboro;
  border-bottom: 0;
}
#page #articlePage .Lp .Table tr:nth-child(even) {
  background: whitesmoke;
  background: rgba(245, 245, 245, 0.2);
}
@media screen and (max-width: 800px) {
  #page #articlePage .Lp .Table tr + tr {
    margin-top: 1em;
  }
}
@media screen and (max-width: 800px) {
  #page #articlePage .Lp .Table tr,
  #page #articlePage .Lp .Table td {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  #page #articlePage .Lp .Table td {
    border: none;
    border-bottom: 1px solid gainsboro;
    padding-left: 50%;
  }
  #page #articlePage .Lp .Table td:before {
    content: attr(data-label);
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    margin-left: -100%;
    width: 100%;
  }
  #page #articlePage .Lp .Table td:first-child {
    background-color: #eee;
  }
}
@media screen and (max-width: 480px) {
  #page #articlePage .Lp .Table td {
    padding-left: 0.75em;
  }
  #page #articlePage .Lp .Table td:before {
    display: block;
    margin-bottom: 0.75em;
    margin-left: 0;
  }
}
#page #articlePage .Lp .FormWrap {
  background: white;
  overflow: hidden;
  padding: 0 0 30px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#page #articlePage .Lp .FormWrap__itReseniNaKlic {
  background-image: url(../img/bg-form-it-reseni.jpg);
}
#page #articlePage .Lp .FormWrap__eset {
  background-image: url(../img/bg-form-eset.jpg?v2);
}
#page #articlePage .Lp .FormWrap__kaspersky {
  background-image: url(../img/bg-form-kaspersky.jpg);
}
#page #articlePage .Lp .FormWrap-Heading {
  font-family: 'Roboto', sans-serif;
  line-height: 1.2;
  margin: 0;
  font-size: 40px;
  font-weight: 400;
  color: #2f8dcd;
  margin: 40px 0 30px;
}
@media screen and (max-width: 480px) {
  #page #articlePage .Lp .FormWrap-Heading {
    font-size: 30px;
    margin: 25px 0 15px;
  }
}
#page #articlePage .Lp .FormWrap-Heading__eset {
  color: #004679;
}
#page #articlePage .Lp .FormWrap-Heading__kaspersky {
  color: #006d55;
}
#page #articlePage .Lp .FormWrap .Form {
  font-family: Verdana, Geneva, sans-serif;
  max-width: 450px;
  display: block;
  font-size: 0;
}
#page #articlePage .Lp .FormWrap .Form-item {
  position: relative;
  font-size: 0;
  display: inline-block;
  width: 100%;
  margin: 0 0 10px;
}
#page #articlePage .Lp .FormWrap .Form-item__halfWidth {
  width: 48%;
  width: calc(50% - 5px);
  margin-right: 10px;
}
#page #articlePage .Lp .FormWrap .Form-item__halfWidth__last {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  #page #articlePage .Lp .FormWrap .Form-item__halfWidth {
    width: 100%;
    margin-right: 0;
  }
}
#page #articlePage .Lp .FormWrap .Form-item label {
  font-size: 13px;
  display: none;
}
#page #articlePage .Lp .FormWrap .Form-item input[type=text],
#page #articlePage .Lp .FormWrap .Form-item input[type=email],
#page #articlePage .Lp .FormWrap .Form-item input[type=tel],
#page #articlePage .Lp .FormWrap .Form-item select,
#page #articlePage .Lp .FormWrap .Form-item textarea {
  position: relative;
  color: #414042;
  font-size: 13px;
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 4px 3px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: inset 0px 4px 3px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0px 4px 3px rgba(0, 0, 0, 0.07);
}
#page #articlePage .Lp .FormWrap .Form-item input[type=text].Select,
#page #articlePage .Lp .FormWrap .Form-item input[type=email].Select,
#page #articlePage .Lp .FormWrap .Form-item input[type=tel].Select,
#page #articlePage .Lp .FormWrap .Form-item select.Select,
#page #articlePage .Lp .FormWrap .Form-item textarea.Select {
  background-image: url(../img/bg-select.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-position: calc(100% + 1px) center;
  background-color: white;
}
#page #articlePage .Lp .FormWrap .Form-item input[type=text]::-webkit-input-placeholder,
#page #articlePage .Lp .FormWrap .Form-item input[type=email]::-webkit-input-placeholder,
#page #articlePage .Lp .FormWrap .Form-item input[type=tel]::-webkit-input-placeholder,
#page #articlePage .Lp .FormWrap .Form-item select::-webkit-input-placeholder,
#page #articlePage .Lp .FormWrap .Form-item textarea::-webkit-input-placeholder {
  color: #414042;
  text-indent: 0px;
  -webkit-transition: text-indent 0.4s ease;
  -moz-transition: text-indent 0.4s ease;
  -o-transition: text-indent 0.4s ease;
  transition: text-indent 0.4s ease;
}
#page #articlePage .Lp .FormWrap .Form-item input[type=text]::-moz-placeholder,
#page #articlePage .Lp .FormWrap .Form-item input[type=email]::-moz-placeholder,
#page #articlePage .Lp .FormWrap .Form-item input[type=tel]::-moz-placeholder,
#page #articlePage .Lp .FormWrap .Form-item select::-moz-placeholder,
#page #articlePage .Lp .FormWrap .Form-item textarea::-moz-placeholder {
  color: #414042;
  text-indent: 0px;
  -webkit-transition: text-indent 0.4s ease;
  -moz-transition: text-indent 0.4s ease;
  -o-transition: text-indent 0.4s ease;
  transition: text-indent 0.4s ease;
}
#page #articlePage .Lp .FormWrap .Form-item input[type=text]:-ms-input-placeholder,
#page #articlePage .Lp .FormWrap .Form-item input[type=email]:-ms-input-placeholder,
#page #articlePage .Lp .FormWrap .Form-item input[type=tel]:-ms-input-placeholder,
#page #articlePage .Lp .FormWrap .Form-item select:-ms-input-placeholder,
#page #articlePage .Lp .FormWrap .Form-item textarea:-ms-input-placeholder {
  color: #414042;
  text-indent: 0px;
  -webkit-transition: text-indent 0.4s ease;
  -moz-transition: text-indent 0.4s ease;
  -o-transition: text-indent 0.4s ease;
  transition: text-indent 0.4s ease;
}
#page #articlePage .Lp .FormWrap .Form-item input[type=text]:-moz-placeholder,
#page #articlePage .Lp .FormWrap .Form-item input[type=email]:-moz-placeholder,
#page #articlePage .Lp .FormWrap .Form-item input[type=tel]:-moz-placeholder,
#page #articlePage .Lp .FormWrap .Form-item select:-moz-placeholder,
#page #articlePage .Lp .FormWrap .Form-item textarea:-moz-placeholder {
  color: #414042;
  text-indent: 0px;
  -webkit-transition: text-indent 0.4s ease;
  -moz-transition: text-indent 0.4s ease;
  -o-transition: text-indent 0.4s ease;
  transition: text-indent 0.4s ease;
}
#page #articlePage .Lp .FormWrap .Form-item input[type=text]:focus,
#page #articlePage .Lp .FormWrap .Form-item input[type=email]:focus,
#page #articlePage .Lp .FormWrap .Form-item input[type=tel]:focus,
#page #articlePage .Lp .FormWrap .Form-item select:focus,
#page #articlePage .Lp .FormWrap .Form-item textarea:focus {
  background: #fafafa;
  border-color: #a7a7a7;
}
#page #articlePage .Lp .FormWrap .Form-item input[type=text]:focus:invalid,
#page #articlePage .Lp .FormWrap .Form-item input[type=email]:focus:invalid,
#page #articlePage .Lp .FormWrap .Form-item input[type=tel]:focus:invalid,
#page #articlePage .Lp .FormWrap .Form-item select:focus:invalid,
#page #articlePage .Lp .FormWrap .Form-item textarea:focus:invalid {
  border: 1px solid #d03a3b;
}
#page #articlePage .Lp .FormWrap .Form-item input[type=text]:focus:valid,
#page #articlePage .Lp .FormWrap .Form-item input[type=email]:focus:valid,
#page #articlePage .Lp .FormWrap .Form-item input[type=tel]:focus:valid,
#page #articlePage .Lp .FormWrap .Form-item select:focus:valid,
#page #articlePage .Lp .FormWrap .Form-item textarea:focus:valid {
  border: 1px solid #6ab606;
}
#page #articlePage .Lp .FormWrap .Form-item input[type=text]:focus::-webkit-input-placeholder,
#page #articlePage .Lp .FormWrap .Form-item input[type=email]:focus::-webkit-input-placeholder,
#page #articlePage .Lp .FormWrap .Form-item input[type=tel]:focus::-webkit-input-placeholder,
#page #articlePage .Lp .FormWrap .Form-item select:focus::-webkit-input-placeholder,
#page #articlePage .Lp .FormWrap .Form-item textarea:focus::-webkit-input-placeholder {
  text-indent: -100%;
}
#page #articlePage .Lp .FormWrap .Form-item input[type=text]:focus::-moz-placeholder,
#page #articlePage .Lp .FormWrap .Form-item input[type=email]:focus::-moz-placeholder,
#page #articlePage .Lp .FormWrap .Form-item input[type=tel]:focus::-moz-placeholder,
#page #articlePage .Lp .FormWrap .Form-item select:focus::-moz-placeholder,
#page #articlePage .Lp .FormWrap .Form-item textarea:focus::-moz-placeholder {
  text-indent: -100%;
}
#page #articlePage .Lp .FormWrap .Form-item input[type=text]:focus:-ms-input-placeholder,
#page #articlePage .Lp .FormWrap .Form-item input[type=email]:focus:-ms-input-placeholder,
#page #articlePage .Lp .FormWrap .Form-item input[type=tel]:focus:-ms-input-placeholder,
#page #articlePage .Lp .FormWrap .Form-item select:focus:-ms-input-placeholder,
#page #articlePage .Lp .FormWrap .Form-item textarea:focus:-ms-input-placeholder {
  text-indent: -100%;
}
#page #articlePage .Lp .FormWrap .Form-item input[type=text]:focus:-moz-placeholder,
#page #articlePage .Lp .FormWrap .Form-item input[type=email]:focus:-moz-placeholder,
#page #articlePage .Lp .FormWrap .Form-item input[type=tel]:focus:-moz-placeholder,
#page #articlePage .Lp .FormWrap .Form-item select:focus:-moz-placeholder,
#page #articlePage .Lp .FormWrap .Form-item textarea:focus:-moz-placeholder {
  text-indent: -100%;
}
#page #articlePage .Lp .Offer:before,
#page #articlePage .Lp .Offer:after {
  content: "";
  display: table;
}
#page #articlePage .Lp .Offer:after {
  clear: both;
}
#page #articlePage .Lp .Offer-icon {
  float: left;
  margin: 0 35px 0 0;
}
@media screen and (max-width: 800px) {
  #page #articlePage .Lp .Offer-icon {
    width: 100px;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  #page #articlePage .Lp .Offer-icon {
    width: 75px;
    height: auto;
    margin: 0 25px 0 0;
  }
}
#page #articlePage .Lp .Offer-heading {
  font-family: 'Roboto', sans-serif;
  line-height: 1.2;
  margin: 0;
  clear: none;
  font-size: 32px;
  font-weight: 400;
  color: #2f8dcd;
  padding: 15px 0 25px;
}
@media screen and (max-width: 480px) {
  #page #articlePage .Lp .Offer-heading {
    font-size: 26px;
    padding: 7px 0;
  }
}
#page #articlePage .Lp .Offer-list {
  display: table;
}
#page #articlePage .Lp .Offer-list li {
  font-size: 18px;
  background: url(../img/green-check.png) no-repeat 0px 5px;
  padding: 0 35px 10px;
}
@media screen and (max-width: 480px) {
  #page #articlePage .Lp .Offer-list li {
    font-size: 16px;
  }
}
#page #articlePage .Lp .Product-name {
  font-family: 'Roboto', sans-serif;
  line-height: 1.2;
  margin: 0;
  clear: none;
  font-size: 27px;
  font-weight: 700;
  color: #004679;
  padding: 30px 0 20px;
}
@media screen and (max-width: 480px) {
  #page #articlePage .Lp .Product-name {
    font-size: 23px;
    padding: 10px 0 5px;
  }
}
#page #articlePage .Lp .Product-name__kaspersky {
  color: #e81e26;
}
#page #articlePage .Lp .Product-annot {
  color: #858585;
  font-size: 17px;
  line-height: 2;
}
#page #articlePage .Lp .Product-list li {
  font-size: 17px;
  background: url(../img/green-check.png) no-repeat 0px 5px;
  padding: 0 35px 10px;
}
@media screen and (max-width: 480px) {
  #page #articlePage .Lp .Product-list li {
    font-size: 16px;
  }
}
#page #articlePage .Lp .Product-list li .note {
  font-size: 14px;
  color: #858585;
  margin-bottom: 0 !important;
}
#page #articlePage .Lp .Product-list__kaspersky li {
  background: url(../img/green-dark-check.png) no-repeat 0px 5px;
}
#page #articlePage .Lp .Product-img {
  float: right;
  margin: 0 0 20px;
}
@media screen and (max-width: 480px) {
  #page #articlePage .Lp .Product-img {
    float: none;
    margin: 0 auto 20px;
  }
}
#page #articlePage .Lp .Product-price {
  color: #858585;
  text-align: right;
  font-size: 17px;
  clear: right;
}
#page #articlePage .Lp .Product-price strong {
  color: #4ac818;
  font-weight: 700;
  font-size: 37px;
}
@media screen and (max-width: 480px) {
  #page #articlePage .Lp .Product-price strong {
    font-size: 23px;
  }
}
#page #articlePage .Lp .ActionBox {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: table;
  width: 100%;
  background-color: #f6f6f6;
  padding: 20px 20px 20px 40px;
  font-size: 0;
}
#page #articlePage .Lp .ActionBox-Cell {
  display: table-cell;
  width: 70%;
  vertical-align: middle;
}
#page #articlePage .Lp .ActionBox-Cell:last-child {
  width: 30%;
}
@media screen and (max-width: 800px) {
  #page #articlePage .Lp .ActionBox-Cell {
    display: inline-block;
    width: 50% !important;
  }
}
@media screen and (max-width: 480px) {
  #page #articlePage .Lp .ActionBox-Cell {
    display: block;
    width: 100% !important;
  }
}
#page #articlePage .Lp .ActionBox-Cell p {
  font-size: 32px;
  color: #858585;
  font-weight: 300;
  margin: 0 !important;
}
@media screen and (max-width: 800px) {
  #page #articlePage .Lp .ActionBox-Cell p {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  #page #articlePage .Lp .ActionBox-Cell p {
    font-size: 20px;
    margin-bottom: 1em !important;
  }
}
@-webkit-keyframes anim-gradient {
  0% {
    background-position: 84% 0%;
  }
  50% {
    background-position: 17% 100%;
  }
  100% {
    background-position: 84% 0%;
  }
}
@keyframes anim-gradient {
  0% {
    background-position: 84% 0%;
  }
  50% {
    background-position: 17% 100%;
  }
  100% {
    background-position: 84% 0%;
  }
}
.layout-0 #page #articlePage .Lp .Header p {
  font-size: 28px;
}
.layout-0 #page #articlePage .Lp .Offer-icon {
  width: 120px;
  height: auto;
}
.layout-0 #page #articlePage .Lp .Button__large {
  font-size: 21px;
  padding: 20px 25px;
}
.layout-0 #page #articlePage .Lp .Table thead.isFixed {
  z-index: 10;
  position: fixed;
  top: 0;
  display: table;
  width: 880px;
  -webkit-box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.2);
}
.layout-0 #page #articlePage .Lp .Product-name {
  font-size: 21px;
  padding: 10px 0 5px;
}
.layout-0 #page #articlePage .Lp .ActionBox-Cell p {
  font-size: 25px;
}
/*# sourceMappingURL=b2b-sluzby.css.map */