@font-face {
  font-family: 'ProximaNova-regular';
  font-weight: 400;
  src: url('../fonts/ProximaNova-Regular.eot');
  /* IE9 v kompatibilním režimu */
  src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/ProximaNova-Regular.woff') format('woff'), /* Všechny moderní prohlížeče */ url('../fonts/ProximaNova-Regular.ttf') format('truetype'), /* Starší Safari, Android, iOS */ url('../fonts/ProximaNova-Regular.svg') format('svg');
  /* iOS 4.3 a starší */
}
@font-face {
  font-family: 'ProximaNova-bold';
  font-weight: 400;
  src: url('../fonts/ProximaNova-Bold.eot');
  /* IE9 v kompatibilním režimu */
  src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/ProximaNova-Bold.woff') format('woff'), /* Všechny moderní prohlížeče */ url('../fonts/ProximaNova-Bold.ttf') format('truetype'), /* Starší Safari, Android, iOS */ url('../fonts/ProximaNova-Bold.svg') format('svg');
  /* iOS 4.3 a starší */
}
@font-face {
  font-family: 'ProximaNova-extraBold';
  font-weight: 400;
  src: url('../fonts/ProximaNova-Extrabold.eot');
  /* IE9 v kompatibilním režimu */
  src: url('../fonts/ProximaNova-Extrabold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/ProximaNova-Extrabold.woff') format('woff'), /* Všechny moderní prohlížeče */ url('../fonts/ProximaNova-Extrabold.ttf') format('truetype'), /* Starší Safari, Android, iOS */ url('../fonts/ProximaNova-Extrabold.svg') format('svg');
  /* iOS 4.3 a starší */
}
html {
  -webkit-text-size-adjust: 100%;
}
html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
body {
  font-family: "ProximaNova-regular", sans-serif;
  font-size: 18px;
  color: white;
  background-color: #252627;
}
h1,
h2,
h3,
h4 {
  font-weight: 400;
  color: white;
  padding: 0;
}
h1 {
  font-size: 18px;
  margin: 0 0 30px 0;
}
h2 {
  font-size: 18px;
  margin: 0 0 15px 0;
}
h3 {
  font-size: 18px;
  margin: 0 0 5px 0;
}
h4 {
  font-size: 18px;
  margin: 0;
}
a {
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
  color: #ea1d63;
}
a:hover {
  text-decoration: none;
}
a img {
  border: none;
}
p {
  padding: 0;
  margin: 0 0 30px 0;
}
ul {
  padding: 0 0 0 17px;
  margin: 0 0 30px 0;
}
ul li {
  padding: 0;
  margin: 0;
}
ul.formated {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 10px;
}
ul.formated li {
  position: relative;
  font-size: 16px;
  padding: 0 0 0 17px;
  margin: 0;
}
ul.formated li:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 10px;
  background: url(../images/sprites.png) no-repeat -220px top;
}
strong {
  font-family: "ProximaNova-bold", sans-serif;
  font-weight: 400;
}
.clear {
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  font-size: 0;
}
.br {
  display: block;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
img.fleft {
  margin: 0 20px 5px 0;
}
img.fright {
  margin: 0 0 5px 20px;
}
.text_center {
  text-align: center;
}
.text_left {
  text-align: left;
}
.text_right {
  text-align: right;
}
/* GENERAL FORMS */
form {
  padding: 0;
  margin: 0;
}
fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
label {
  font-size: 18px;
  font-weight: 400;
}
label.required {
  font-weight: bold;
}
.form_general input[type=text],
.form_general input[type=password],
.form_general input[type=email],
.form_general input[type=tel] {
  display: block;
  width: 285px;
  height: 44px;
  font-family: "ProximaNova-regular", sans-serif;
  font-size: 14px;
  line-height: 44px;
  color: #252627;
  padding: 0 10px;
  background-color: #fff;
  border: none;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form_general input[type=text].short,
.form_general input[type=password].short,
.form_general input[type=email].short,
.form_general input[type=tel].short {
  width: 111px;
}
.form_general input[type=text].error,
.form_general input[type=password].error,
.form_general input[type=email].error,
.form_general input[type=tel].error {
  color: #EA1D63;
  background-color: white;
  border: 1px solid #EA1D63;
}
.form_general textarea {
  display: block;
  width: 285px;
  height: 50px;
  font-family: "ProximaNova-regular", sans-serif;
  font-size: 14px;
  color: #252627;
  padding: 5px 10px;
  background-color: #fff;
  border: none;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=submit] {
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
input[type=submit]:hover {
  cursor: pointer;
}
/* GENERAL FORMS */
/* GENERAL TABLES */
table {
  font-family: "ProximaNova-regular", sans-serif;
  font-size: 18px;
  text-align: left;
  color: white;
  margin-bottom: 30px;
  border-collapse: collapse;
}
table th {
  font-weight: bold;
  text-align: left;
}
/* GENERAL TABLES */
.btn {
  display: inline-block;
  height: 50px;
  font-family: "ProximaNova-regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 52px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  padding: 0 50px;
  margin: 0;
  background: none;
  border: none;
}
.btn:hover {
  cursor: pointer;
}
.btn.red {
  background-color: #ea1d63;
  -webkit-border-radius: 25px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 25px;
  -moz-background-clip: padding;
  border-radius: 25px;
  background-clip: padding-box;
}
.btn.red:hover {
  background-color: #c2124e;
}
.btn.black {
  background-color: #252627;
  -webkit-border-radius: 25px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 25px;
  -moz-background-clip: padding;
  border-radius: 25px;
  background-clip: padding-box;
}
.btn.black:hover {
  background-color: #0c0d0d;
}
.btn.back {
  height: 30px;
  position: relative;
  color: #a6a6a6;
  font-size: 12px;
  line-height: 32px;
  letter-spacing: 2px;
  padding: 0 20px 0 45px;
  background-color: white;
  border: 1px solid #a6a6a6;
  -webkit-border-radius: 15px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 15px;
  -moz-background-clip: padding;
  border-radius: 15px;
  background-clip: padding-box;
}
.btn.back:hover {
  background-color: #e6e6e6;
}
.btn.back:before {
  content: '';
  display: block;
  width: 14px;
  height: 11px;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url(../images/sprites.png) no-repeat -160px -20px;
}
.btn.header-btn {
  height: 30px;
  font-size: 11px;
  line-height: 32px;
  letter-spacing: 2px;
  padding: 0 20px;
  background-color: #EA1D63;
  -webkit-border-radius: 15px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 15px;
  -moz-background-clip: padding;
  border-radius: 15px;
  background-clip: padding-box;
}
.btn.header-btn:hover {
  background-color: #d91457;
}
.btn.btn-predstaveni {
  font-family: "ProximaNova-bold", sans-serif;
  font-size: 17px;
  line-height: 53px;
  padding: 0 35px;
}
.btn.btn-home {
  height: 30px;
  position: fixed;
  left: 2%;
  top: 3%;
  z-index: 1000;
  color: white;
  font-size: 11px;
  line-height: 32px;
  letter-spacing: 2px;
  padding: 0 20px 0 45px;
  border: 1px solid white;
  -webkit-border-radius: 15px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 15px;
  -moz-background-clip: padding;
  border-radius: 15px;
  background-clip: padding-box;
}
.btn.btn-home:before {
  content: '';
  display: block;
  width: 14px;
  height: 11px;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url(../images/sprites.png) no-repeat -200px -20px;
}
.btn.btn-home:hover {
  height: 32px;
  line-height: 34px;
  color: black;
  padding-right: 22px;
  border: none;
  background-color: white;
}
.btn.btn-home:hover:before {
  background-position: -220px -20px;
}
@media (max-width: 550px) {
  .btn.btn-home {
    left: 0;
    right: 0;
    width: 190px;
    margin: 0 auto;
  }
}
.side_navigation {
  display: block;
  position: fixed;
  right: 30px;
  top: 0;
  bottom: 0;
  z-index: 1000;
  height: 190px;
  list-style: none;
  padding: 0;
  margin: auto 0;
}
@media (max-width: 1330px) {
  .side_navigation {
    right: 10px;
  }
}
@media (max-width: 400px) {
  .side_navigation {
    display: none;
  }
}
.side_navigation-item {
  display: block;
  text-align: right;
  padding-top: 15px;
}
.side_navigation-item:first-child {
  padding-top: 0;
}
.side_navigation-item a {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.7px;
  line-height: 17px;
  text-decoration: none;
  color: white;
  opacity: 0.5;
  padding-right: 40px;
}
.side_navigation-item a:hover {
  text-decoration: underline;
}
.side_navigation-item a:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 7px;
  width: 20px;
  height: 2px;
  opacity: 0.5;
  background-color: white;
}
.active.side_navigation-item a {
  opacity: 1;
  padding-right: 60px;
}
.active.side_navigation-item a:after {
  width: 40px;
  opacity: 1;
}
@media (max-width: 1090px) {
  .side_navigation-item .side_navigation-label {
    display: none;
  }
}
.header {
  width: 100%;
  padding: 45px 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.header .inner {
  width: 1235px;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.block_white .header {
  border-bottom-color: #d3d4d4;
}
@media (max-width: 1250px) {
  .header .inner {
    width: 100%;
  }
}
@media (max-width: 1080px) {
  .header {
    padding: 20px 0 35px 0;
  }
}
.header-navigation {
  position: relative;
  text-align: center;
  line-height: 56px;
  padding: 5px 0 0 0;
}
@media (max-width: 480px) {
  .header-navigation {
    margin-bottom: 10px;
  }
}
.navigation-responsive {
  display: none;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  line-height: 18px;
  color: white;
  padding-left: 32px;
  background: url(../images/icon_burger-white.png) no-repeat left top;
}
.block_white .navigation-responsive {
  color: #252627;
  background: url(../images/icon_burger-dark.png) no-repeat left top;
}
@media (max-width: 1080px) {
  .navigation-responsive {
    display: block;
    float: right;
    margin-top: 15px;
    margin-right: 2%;
  }
}
.header-navigation-list {
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-navigation-list li {
  display: inline-block;
  margin-left: 50px;
}
.header-navigation-list li.rwd_item {
  display: none;
}
.header-navigation-list li:first-child {
  margin-left: 0;
}
.header-navigation-list li a {
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  opacity: 0.7;
  color: white;
  padding-bottom: 2px;
}
.header-navigation-list li a.active {
  border-bottom: 2px solid #d8d8d8;
}
.header-navigation-list li a:hover {
  border-bottom: 2px solid #d8d8d8;
}
.block_white .header-navigation-list li a {
  color: #252627;
}
@media (max-width: 1080px) {
  .header-navigation-list {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 74px;
    z-index: 1000;
    padding: 20px 0;
    border-bottom: 3px solid #d8d8d8;
    background-color: #252627;
  }
  .block_white .header-navigation-list {
    background-color: white;
  }
  .block_gradient .header-navigation-list {
    background-color: #252627;
  }
  .header-navigation-list li {
    display: block;
    line-height: 36px;
    margin: 0;
  }
  .header-navigation-list li.rwd_item {
    display: block;
  }
  .header-navigation-list li a {
    line-height: 36px;
  }
  .header-navigation-list li a:hover {
    border: none;
  }
  .header-navigation-list .header-btn {
    display: inline-block;
    position: relative;
    right: 0;
    color: white !important;
    opacity: 1;
    margin-top: 10px;
  }
}
.header-btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 30px;
  margin: auto 0;
}
@media (max-width: 1280px) {
  .header-btn {
    right: 2%;
  }
}
@media (max-width: 1080px) {
  .header-btn {
    display: none;
  }
}
.header-logo {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  width: 56px;
  height: 56px;
  margin: auto 0;
}
.header-logo img {
  display: block;
}
@media (max-width: 1280px) {
  .header-logo {
    left: 2%;
  }
}
@media (max-width: 1080px) {
  .header-logo {
    float: left;
    margin: 0 0 0 2%;
  }
}
.header-langs {
  position: absolute;
  left: 90px;
  top: 27px;
  z-index: 100;
}
.header-langs a {
  display: block;
  position: relative;
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  opacity: 0.7;
  color: white;
  padding-right: 15px;
}
.header-langs a:after {
  content: '';
  width: 9px;
  height: 6px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url(../images/sprites.png) no-repeat -160px -160px;
}
.block_white .header-langs a {
  color: #252627;
}
@media (max-width: 1280px) {
  .header-langs {
    left: 110px;
  }
}
@media (max-width: 1080px) {
  .header-langs {
    left: 120px;
    top: 25px;
  }
}
@media (max-width: 800px) {
  .header-langs {
    left: 110px;
  }
}
@media (max-width: 600px) {
  .header-langs {
    left: 100px;
  }
}
@media (max-width: 400px) {
  .header-langs {
    left: 90px;
  }
}
.langs_list {
  display: none;
  list-style: none;
  position: absolute;
  left: 0;
  top: 20px;
  padding: 0;
  margin: 0;
}
.langs_list a {
  line-height: 24px;
}
.langs_list a:hover {
  color: black;
}
.langs_list a:after {
  display: none;
}
.block_white .langs_list a:hover {
  color: #ea1d63;
}
.block_black .langs_list a:hover {
  color: #ea1d63;
}
.block_content {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.block_gradient {
  background-image: linear-gradient(134deg, #fc004a 0%, #9b2683 100%);
}
.section .block_gradient {
  height: 100%;
}
.block_black {
  background-color: #0F1113;
}
.section .block_black {
  height: 100%;
}
.block_white {
  background-color: white;
}
.section .block_white {
  height: 100%;
}
.block_grey {
  background-color: #303030;
}
.section .block_grey {
  height: 100%;
}
.block_grey-light {
  color: black;
  padding: 60px 0;
  background-color: #f9f9f9;
}
.section .block_grey-light {
  height: 100%;
}
.block_grey-light .inner {
  width: 960px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .block_grey-light .inner {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.block_uvod_hp {
  text-align: center;
  padding: 60px 0 500px 0;
  background: url(../images/img_uvod.png) no-repeat center bottom;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 800px) {
  .block_uvod_hp {
    padding-bottom: 55%;
    background-size: 100% auto;
  }
  .block_uvod_hp .block_label strong {
    font-size: 50px;
  }
}
@media (max-width: 500px) {
  .block_uvod_hp .block_label strong {
    font-size: 40px;
  }
}
@media (max-width: 400px) {
  .block_uvod_hp .block_label {
    line-height: 24px;
  }
  .block_uvod_hp .block_label strong {
    font-size: 30px;
    line-height: 40px;
    padding-top: 20px;
  }
}
.block_uvod {
  height: 100%;
  text-align: center;
  padding: 60px 0 0 0;
  background: url(../images/img_uvod.png) no-repeat center bottom;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 800px) {
  .block_uvod {
    background-size: 100% auto;
  }
  .block_uvod .block_label strong {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .block_uvod {
    background-size: 100% auto !important;
  }
}
@media (max-width: 400px) {
  .block_uvod .block_label {
    font-size: 16px;
    line-height: 30px;
    padding-top: 10px;
    margin-bottom: 20px;
  }
  .block_uvod .block_label strong {
    font-size: 30px;
    line-height: 36px;
    padding-top: 10px;
  }
}
@media (max-height: 750px) {
  .block_uvod {
    background-size: auto 45%;
  }
}
@media (max-height: 600px) {
  .block_uvod {
    background-size: auto 50%;
  }
  .block_uvod .block_label {
    font-size: 16px;
    line-height: 30px;
    padding-top: 10px;
    margin-bottom: 20px;
  }
  .block_uvod .block_label strong {
    font-size: 30px;
    line-height: 36px;
    padding-top: 10px;
  }
}
@media (max-height: 480px) {
  .block_uvod {
    background-size: auto 40%;
  }
}
@media (max-height: 400px) {
  .block_uvod {
    margin-bottom: 0;
  }
  .block_uvod .icon_scroll {
    display: none;
  }
}
@media (max-height: 300px) {
  .block_uvod {
    padding-top: 15px;
  }
  .block_uvod .block_label {
    line-height: 40px;
  }
  .block_uvod .block_label strong {
    font-size: 30px;
  }
}
.block_uvod .block_label_box {
  position: absolute;
  left: 50%;
  top: 32%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.block_platforma {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  background: url(../images/img_platforma.png) no-repeat center bottom;
  background-size: contain;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 850px) {
  .block_platforma .block_label strong {
    font-size: 60px;
  }
  .block_platforma .text_box {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 700px) {
  .block_platforma {
    background-size: 180% auto;
  }
}
@media (max-width: 500px) {
  .block_platforma .block_label {
    line-height: 30px;
  }
  .block_platforma .block_label strong {
    font-size: 40px;
    line-height: 46px;
    padding-top: 10px;
  }
}
@media (max-width: 450px) {
  .block_platforma .text_box {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
    margin: 0 0 20px 0 !important;
  }
}
@media (max-height: 560px) {
  .block_platforma {
    padding-top: 60px;
  }
}
@media (max-height: 520px) {
  .block_platforma .block_label {
    line-height: 55px;
    margin-bottom: 20px;
  }
}
@media (max-width: 850px) and (max-height: 480px) {
  .block_platforma {
    padding-top: 0;
  }
  .block_platforma .block_label {
    line-height: 55px;
  }
  .block_platforma .block_label strong {
    font-size: 40px;
    line-height: 40px;
    padding-top: 10px;
  }
  .block_platforma .text_box-text {
    display: none !important;
  }
}
.block_epg {
  display: table;
  width: 100%;
  height: 100%;
  background: url(../images/img_funkce.png) no-repeat center center;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block_epg-text {
  width: 740px;
  margin: 0 auto;
}
.block_epg-text h2 {
  text-align: center;
}
.block_epg-text .block_epg-text-inner {
  width: 580px;
  margin: 0 auto;
}
.block_epg-text p {
  color: white;
  font-family: "ProximaNova-regular", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 30px;
}
.block_epg-text .text_box {
  width: 230px;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 30px;
}
.block_epg-text .text_box-label {
  margin-bottom: 5px;
}
@media (max-width: 1110px) {
  .block_epg-text {
    width: 85%;
  }
  .block_epg-text p {
    font-size: 16px;
    line-height: 24px;
  }
  .block_epg-text .block_label-smaller {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 880px) {
  .block_epg-text {
    width: 95%;
  }
  .block_epg-text .text_box {
    width: 45%;
  }
}
@media (max-width: 450px), (max-height: 550px) {
  .block_epg-text {
    text-align: center;
    padding-top: 20px;
  }
  .block_epg-text .text_box {
    width: 48%;
    margin-bottom: 10px;
  }
  .block_epg-text .text_box-label {
    font-size: 14px !important;
  }
  .block_epg-text .text_box-text {
    display: none;
  }
  .block_epg-text .block_label-smaller {
    font-size: 30px;
    line-height: 40px;
  }
}
.block_zarizeni {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  background: url(../images/img_zarizeni.jpg) no-repeat center center;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block_zarizeni .text_block {
  margin-bottom: 60px;
}
.block_zarizeni .link_store {
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .block_zarizeni {
    padding: 0 5%;
  }
}
@media (max-width: 480px), (max-height: 600px) {
  .block_zarizeni .block_label {
    line-height: 30px;
  }
  .block_zarizeni .block_label strong {
    font-size: 30px;
    line-height: 40px;
    padding-top: 10px;
  }
  .block_zarizeni .text_block {
    display: none;
  }
  .block_zarizeni .link_store {
    margin-bottom: 5px;
  }
}
.block_kanaly {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  background: url(../images/img_kanaly.jpg) no-repeat center center;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block_kanaly .block_label-smaller {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 780px) {
  .block_kanaly {
    padding: 0 4%;
  }
  .block_kanaly .block_label-smaller {
    width: 100%;
  }
}
@media (max-width: 400px), (max-height: 350px) {
  .block_kanaly .block_label-smaller {
    font-size: 30px;
    line-height: 36px;
  }
}
.block_spolehlivost {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 120px;
  background: url(../images/img_spolehlivost.jpg) no-repeat center bottom;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block_spolehlivost .block_content {
  display: block;
}
.block_spolehlivost .block_label-smaller {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media (max-width: 830px) {
  .block_spolehlivost {
    min-height: 1px;
    padding: 100px 4% 0 4%;
  }
  .block_spolehlivost .block_label-smaller {
    width: 100%;
  }
  .block_spolehlivost .btn {
    height: 30px;
    font-size: 12px;
    line-height: 32px;
  }
}
@media (max-width: 400px), (max-height: 500px) {
  .block_spolehlivost {
    padding-top: 80px;
  }
  .block_spolehlivost .block_label-smaller {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}
.block_onas {
  text-align: center;
  padding: 70px 0 440px 0;
  background: url(../images/img_onas.png) no-repeat center bottom;
}
.block_onas .block_label-smaller {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.block_onas .text_block {
  max-width: 550px;
}
@media (max-width: 1440px) {
  .block_onas {
    background-size: 100% auto;
  }
}
@media (max-width: 1145px) {
  .block_onas {
    padding-bottom: 350px;
  }
}
@media (max-width: 800px) {
  .block_onas {
    padding-bottom: 40%;
  }
}
@media (max-width: 600px) {
  .block_onas {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.block_testujte {
  min-height: 725px;
  text-align: center;
  padding: 70px 0 50px 0;
  background: url(../images/img_testujte.jpg) no-repeat center bottom;
}
.block_testujte .block_label-smaller {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.block_testujte .text_block {
  max-width: 730px;
  margin-bottom: 70px;
}
@media (max-width: 1160px) {
  .block_testujte {
    background-size: 130% auto;
  }
}
@media (max-width: 730px) {
  .block_testujte {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.block_team {
  color: black;
  text-align: center;
  padding: 60px 0 150px 0;
  background-color: white;
}
.block_team .inner {
  width: 900px;
  margin: 0 auto;
}
.block_team .block_label-smaller {
  font-family: "ProximaNova-regular", sans-serif;
  font-size: 52px;
  letter-spacing: -2px;
  line-height: 55px;
  color: #3b3d40;
  margin-bottom: 20px;
}
.block_team .text_block {
  max-width: 700px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  color: #656b6f;
  margin-bottom: 60px;
}
.block_team .text_block a {
  font-size: 20px;
}
@media (max-width: 1000px) {
  .block_team .inner {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 550px) {
  .block_team .block_label-smaller {
    font-size: 40px;
    line-height: 44px;
  }
  .block_team .text_block {
    font-size: 16px;
    line-height: 26px;
  }
  .block_team .text_block a {
    font-size: 16px;
    line-height: 26px;
  }
}
.inner_content {
  width: 960px;
  text-align: center;
  padding: 70px 0 90px 0;
  margin: 0 auto;
}
.inner_content .block_label-smaller {
  color: #252627;
  margin-bottom: 30px;
}
.inner_content .text_block {
  max-width: 720px;
  color: #252627;
  margin-bottom: 60px;
}
@media (max-width: 980px) {
  .inner_content {
    width: 100%;
    padding: 40px 30px 60px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.block_kalkulace {
  width: 670px;
  text-align: center;
  padding: 70px 0 130px 0;
  margin: 0 auto;
}
.block_kalkulace .block_label-smaller {
  color: white;
}
.block_kalkulace .text_block {
  max-width: 670px;
  color: white;
  margin-bottom: 90px;
}
.block_kalkulace .form_contact {
  color: white;
}
.block_kalkulace .form_contact-label {
  color: white;
}
.block_kalkulace input[type=text],
.block_kalkulace input[type=password],
.block_kalkulace input[type=email],
.block_kalkulace input[type=tel] {
  background-color: #ffffff !important;
}
.block_kalkulace textarea {
  background-color: #ffffff !important;
}
@media (max-width: 700px) {
  .block_kalkulace {
    width: 100%;
    padding: 40px 30px 60px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.kalkulace_question {
  width: 345px;
  position: relative;
  padding: 0 0 0 115px;
  margin: 0 auto 80px auto;
}
@media (max-width: 500px) {
  .kalkulace_question {
    width: 100%;
    padding-left: 80px;
    margin-bottom: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 400px) {
  .kalkulace_question {
    padding-left: 40px;
  }
}
.kalkulace_question-number {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.15;
  color: white;
  font-family: "ProximaNova-bold", sans-serif;
  font-size: 144px;
  letter-spacing: 0;
  line-height: 144px;
}
@media (max-width: 500px) {
  .kalkulace_question-number {
    font-size: 100px;
    line-height: 100px;
  }
}
@media (max-width: 400px) {
  .kalkulace_question-number {
    font-size: 50px;
    line-height: 50px;
  }
}
.kalkulace_question-content {
  text-align: left;
  padding-top: 13px;
}
@media (max-width: 400px) {
  .kalkulace_question-content {
    padding-top: 5px;
  }
}
.kalkulace_question-label {
  display: block;
  color: white;
  font-family: "ProximaNova-regular", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 30px;
}
@media (max-width: 500px) {
  .kalkulace_question-label {
    font-size: 16px;
    line-height: 20px;
  }
}
.kalkulace_question-answers {
  list-style: none;
  padding: 0;
  margin: 0;
}
.kalkulace_question-answers li {
  padding: 0 0 10px 0;
  margin: 0;
}
.kalkulace_question-answers .iradio_flat-purple {
  top: -1px;
  margin-right: 7px;
}
.kalkulace_question-answers label {
  display: inline-block;
  color: white;
  font-family: "ProximaNova-regular", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
}
@media (max-width: 400px) {
  .kalkulace_question-answers label {
    font-size: 12px;
    line-height: 16px;
  }
}
.copyright {
  font-size: 14px;
  line-height: 18px;
  color: #646566;
  text-align: center;
  padding: 65px 0;
}
.copyright .inner {
  width: 960px;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 980px) {
  .copyright .inner {
    width: 92%;
    padding-left: 4%;
    padding-right: 4%;
  }
}
.copyright-logo {
  display: block;
  position: absolute;
  left: 4%;
  top: 0;
}
@media (max-width: 680px) {
  .copyright-logo {
    display: inline-block;
    vertical-align: top;
    position: relative;
    left: 0;
    margin-right: 50px;
    margin-bottom: 70px;
  }
}
@media (max-width: 370px) {
  .copyright-logo {
    display: block;
    margin: 0 auto 50px auto;
  }
}
.copyright-stores {
  position: absolute;
  right: 4%;
  top: 0;
}
.copyright-stores a {
  display: block;
  background: url(../images/sprites.png) no-repeat left top;
}
.copyright-stores a.app_store {
  float: left;
  width: 31px;
  height: 36px;
  background-position: 0 -80px;
}
.copyright-stores a.play_store {
  float: right;
  width: 37px;
  height: 40px;
  margin-left: 35px;
  background-position: -80px -80px;
}
.copyright-stores a.microsoft_store {
  float: right;
  width: 35px;
  height: 36px;
  margin-left: 30px;
  background-position: -180px -170px;
}
@media (max-width: 680px) {
  .copyright-stores {
    display: inline-block;
    vertical-align: top;
    position: relative;
    right: 0;
    margin-left: 50px;
    margin-bottom: 70px;
  }
}
@media (max-width: 370px) {
  .copyright-stores {
    margin: 0 auto 50px auto;
  }
}
.copyright-stores-label {
  opacity: 0.5;
  font-size: 14px;
  line-height: 14px;
  color: white;
  margin-bottom: 20px;
}
.copyright-navigation {
  width: 300px;
  padding-top: 10px;
  margin: 0 auto 100px auto;
}
@media (max-width: 680px) {
  .copyright-navigation {
    margin-bottom: 60px;
  }
}
@media (max-width: 320px) {
  .copyright-navigation {
    width: 100%;
  }
}
.copyright-navigation-list {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
  list-style: none;
  padding: 0;
  margin: 0 50px 0 0;
}
.copyright-navigation-list.last {
  margin-right: 0;
}
.copyright-navigation-list li {
  display: block;
  text-align: left;
  margin: 0 0 20px 0;
}
.copyright-navigation-list li a {
  color: white;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
}
.copyright-navigation-list li a:hover {
  text-decoration: underline;
}
@media (max-width: 320px) {
  .copyright-navigation-list {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
.copyright-author {
  display: block;
  font-size: 14px;
  text-decoration: none;
  color: #646566;
  padding-top: 10px;
}
.copyright-author:hover {
  text-decoration: underline;
}
.copyright-author:hover:after {
  background-position: -200px -80px;
}
.copyright-author:after {
  content: '';
  display: inline-block;
  position: relative;
  top: 6px;
  width: 19px;
  height: 23px;
  margin-left: 8px;
  background: url(../images/sprites.png) no-repeat -160px -80px;
}
.icon_scroll {
  display: block;
  margin: 0 auto 30px auto;
}
.block_label {
  display: block;
  color: white;
  font-family: "ProximaNova-regular", sans-serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 4px;
  line-height: 74px;
  padding: 0;
  margin: 0 0 40px 0;
}
.block_label strong {
  display: block;
  font-size: 72px;
}
@media (max-width: 600px) {
  .block_label {
    font-size: 24px;
    line-height: 60px;
  }
  .block_label strong {
    font-size: 60px;
  }
}
@media (max-width: 500px) {
  .block_label {
    font-size: 20px;
    line-height: 60px;
  }
  .block_label strong {
    font-size: 40px;
  }
}
.block_label-smaller {
  display: block;
  color: white;
  font-family: "ProximaNova-bold", sans-serif;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 72px;
  margin: 0 0 30px 0;
}
@media (max-width: 700px) {
  .block_label-smaller {
    font-size: 50px;
    line-height: 64px;
  }
}
@media (max-width: 550px) {
  .block_label-smaller {
    font-size: 40px;
    line-height: 44px;
  }
}
.text_box {
  width: 310px;
  color: white;
  font-family: "ProximaNova-regular", sans-serif;
  font-size: 18px;
  line-height: 22px;
}
.text_box.inline {
  display: inline-block;
  margin: 0 50px;
}
@media (max-width: 550px) {
  .text_box {
    font-size: 16px;
    line-height: 20px;
  }
}
.text_box-label {
  display: block;
  font-family: "ProximaNova-extraBold", sans-serif;
  font-weight: 400;
  margin-bottom: 5px;
}
.text_block {
  max-width: 670px;
  color: white;
  font-family: "ProximaNova-regular", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin: 0 auto;
}
@media (max-width: 550px) {
  .text_block {
    font-size: 16px;
    line-height: 26px;
  }
}
.link_store {
  display: inline-block;
  width: 155px;
  height: 48px;
  margin: 0 30px;
}
.link_store:hover {
  background-position: left -48px !important;
}
.link_store.apple {
  background: url(../images/icon_app-store.png) no-repeat left top;
}
.link_store.google {
  width: 176px;
  background: url(../images/icon_google-play.png) no-repeat left top;
}
.link_store.microsoft {
  width: 206px;
  background: url(../images/icon_window-store.png) no-repeat left top;
}
.text_in_columns {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  -webkit-column-width: 410px;
  -moz-column-width: 410px;
  column-width: 410px;
  -webkit-column-gap: 140px;
  -moz-column-gap: 140px;
  column-gap: 140px;
  margin-bottom: -20px;
}
.text_in_columns p {
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  .text_in_columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-width: auto;
    -moz-column-width: auto;
    column-width: auto;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
}
@media (max-width: 550px) {
  .text_in_columns {
    font-size: 16px;
    line-height: 24px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.team_list {
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0 0 0 -100px;
}
@media (max-width: 940px) {
  .team_list {
    margin-left: -5%;
  }
}
.team_list-item {
  display: inline-block;
  vertical-align: top;
  width: 165px;
  margin: 0 0 80px 85px;
}
@media (max-width: 940px) {
  .team_list-item {
    width: 20%;
    margin-left: 5%;
  }
}
@media (max-width: 840px) {
  .team_list-item {
    width: 28.33%;
  }
}
@media (max-width: 610px) {
  .team_list-item {
    width: 45%;
  }
}
.team_list-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 20px auto;
}
@media (max-width: 400px) {
  .team_list-image {
    max-width: 80%;
  }
}
.team_list-name {
  display: block;
  color: black;
  font-size: 11px;
  letter-spacing: 2px;
  line-height: 13px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5px;
}
.team_list-position {
  color: #656b6f;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  margin: 0;
}
.form_testujte input[type=text],
.form_testujte input[type=password],
.form_testujte input[type=email],
.form_testujte input[type=tel] {
  display: inline-block;
  margin: 0 15px 20px 0;
}
.form_testujte input[type=text].short,
.form_testujte input[type=password].short,
.form_testujte input[type=email].short,
.form_testujte input[type=tel].short {
  width: 132px;
}
.form_testujte input[type=text].no_margin,
.form_testujte input[type=password].no_margin,
.form_testujte input[type=email].no_margin,
.form_testujte input[type=tel].no_margin {
  margin-right: 0;
}
@media (max-width: 650px) {
  .form_testujte input[type=text],
  .form_testujte input[type=password],
  .form_testujte input[type=email],
  .form_testujte input[type=tel] {
    display: block;
    width: 100% !important;
    padding-left: 3%;
    padding-right: 3%;
  }
  .form_testujte input[type=text].short,
  .form_testujte input[type=password].short,
  .form_testujte input[type=email].short,
  .form_testujte input[type=tel].short {
    display: block;
    width: 48% !important;
    margin-right: 0 !important;
  }
  .form_testujte input[type=text].short.left,
  .form_testujte input[type=password].short.left,
  .form_testujte input[type=email].short.left,
  .form_testujte input[type=tel].short.left {
    float: left;
  }
  .form_testujte input[type=text].short.right,
  .form_testujte input[type=password].short.right,
  .form_testujte input[type=email].short.right,
  .form_testujte input[type=tel].short.right {
    float: right;
  }
}
.form_testujte-top {
  margin-bottom: 50px;
}
.form_testujte-bottom {
  margin-bottom: 15px;
}
.form_testujte-label {
  font-family: "ProximaNova-regular", sans-serif;
  font-size: 20px;
  margin: 0 0 30px 0;
}
.form_testujte-conditions {
  position: relative;
  max-width: 280px;
  padding-left: 25px;
  margin: 0 auto 30px auto;
}
.form_testujte-conditions .icheckbox_flat-purple {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.form_testujte-conditions label {
  display: inline-block;
  font-family: "ProximaNova-regular", sans-serif;
  font-size: 14px;
  text-align: left;
}
.contact-top {
  text-align: center;
  padding: 70px 0 90px 0;
}
.contact-top .block_label-smaller {
  color: black;
  margin-bottom: 85px;
}
@media (max-width: 800px) {
  .contact-top {
    padding: 50px 30px 70px 30px;
  }
  .contact-top .contact-list {
    margin-bottom: 20px;
  }
}
.contact-map {
  width: 100%;
  height: 500px;
}
@media (max-width: 550px) {
  .contact-map {
    height: 250px;
  }
}
.contact-bottom {
  text-align: center;
  padding: 100px 0 140px 0;
}
.contact-bottom .block_label-smaller {
  color: black;
  font-family: "ProximaNova-regular", sans-serif;
  font-size: 52px;
  line-height: 55px;
  margin-bottom: 20px;
}
.contact-bottom .text_block {
  max-width: 485px;
  color: #656b6f;
  font-size: 20px;
  margin-bottom: 80px;
}
.contact-bottom .contact-list {
  margin: 0 0 -20px -170px;
}
.contact-bottom .contact-list-item {
  margin: 0 0 20px 170px;
}
@media (max-width: 800px) {
  .contact-bottom {
    padding: 70px 30px 100px 30px;
  }
  .contact-bottom .contact-list {
    margin-left: -5%;
  }
  .contact-bottom .contact-list-item {
    width: 45%;
    margin-left: 5%;
  }
  .contact-bottom .contact-list-address {
    margin-bottom: 20px;
  }
}
@media (max-width: 680px) {
  .contact-bottom .contact-list {
    margin-left: 0;
    margin-bottom: -40px;
  }
  .contact-bottom .contact-list-item {
    display: block;
    width: auto;
    max-width: 300px;
    margin: 0 auto 40px auto;
  }
}
@media (max-width: 550px) {
  .contact-bottom .block_label-smaller {
    font-size: 40px;
    line-height: 44px;
  }
  .contact-bottom .text_block {
    font-size: 16px;
    line-height: 26px;
  }
}
.contact-list {
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
  list-style: none;
  padding: 0;
  margin: 0 0 70px -20px;
}
.contact-list-item {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  margin: 0 0 20px 20px;
}
.contact-list-label {
  color: #3c3d41;
  font-size: 11px;
  letter-spacing: 2px;
  line-height: 13px;
  margin-bottom: 10px;
}
.contact-list-theme {
  color: #252627;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}
.contact-list-contact {
  color: #ea1d63;
  font-size: 24px;
}
.contact-list-contact a {
  font-size: 24px;
  text-decoration: none;
}
.contact-list-contact a:hover {
  text-decoration: underline;
}
.contact-list-address {
  color: #252627;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 45px;
}
.contact-list-address strong {
  display: block;
  color: #ea1d63;
  font-family: "ProximaNova-regular", sans-serif;
  font-size: 24px;
  line-height: 30px;
}
.contact-list-info {
  color: #252627;
  font-size: 13px;
  line-height: 18px;
  margin: 0;
}
.form_contact {
  color: #656B6F;
}
.form_contact input[type=text],
.form_contact input[type=password],
.form_contact input[type=email],
.form_contact input[type=tel] {
  display: inline-block;
  margin: 0 15px 20px 0;
  background-color: #9b9b9b;
  background-color: rgba(155, 155, 155, 0.15);
}
.form_contact input[type=text].no_margin,
.form_contact input[type=password].no_margin,
.form_contact input[type=email].no_margin,
.form_contact input[type=tel].no_margin {
  margin-right: 0;
}
.form_contact textarea {
  display: inline-block;
  width: 590px;
  height: 90px;
  padding: 10px;
  margin-bottom: 30px;
  resize: none;
  background-color: #9b9b9b;
  background-color: rgba(155, 155, 155, 0.15);
}
@media (max-width: 630px) {
  .form_contact input[type=text],
  .form_contact input[type=password],
  .form_contact input[type=email],
  .form_contact input[type=tel] {
    display: block;
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
    margin: 0 0 20px 0 !important;
  }
  .form_contact textarea {
    display: block;
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
.form_contact-label {
  font-size: 20px;
  color: #656B6F;
  margin-bottom: 30px;
}
.faq_topics {
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
  list-style: none;
  padding: 0;
  margin: 0 0 60px -50px;
}
@media (max-width: 670px) {
  .faq_topics {
    text-align: center;
    margin-left: -5%;
    margin-bottom: 20px;
  }
}
.faq_topics-item {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  color: #3c3d41;
  font-family: "ProximaNova-regular", sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 13px;
  margin: 0 0 0 50px;
}
.faq_topics-item a {
  display: block;
  color: #3c3d41;
  font-family: "ProximaNova-regular", sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 13px;
  text-decoration: none;
}
.faq_topics-item a:hover {
  color: #ea1d63;
}
.faq_topics-item a:hover .faq_topics-icon {
  border-color: #cf1164;
}
@media (max-width: 670px) {
  .faq_topics-item {
    width: 45%;
    margin-left: 5%;
    margin-bottom: 40px;
  }
}
.faq_topics-icon {
  display: block;
  position: relative;
  width: 118px;
  height: 118px;
  margin-bottom: 20px;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.faq_topics-icon:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/sprites.png) no-repeat left top;
}
.faq_topics-icon.vyvoj:before {
  width: 60px;
  height: 60px;
}
.faq_topics-icon.technicke:before {
  width: 60px;
  height: 66px;
  background-position: -80px top;
}
.faq_topics-icon.firemni:before {
  width: 58px;
  height: 60px;
  background-position: left -160px;
}
.faq_topics-icon.obecne:before {
  width: 60px;
  height: 61px;
  background-position: -80px -160px;
}
@media (max-width: 670px) {
  .faq_topics-icon {
    margin-left: auto;
    margin-right: auto;
  }
}
.faq_list {
  padding: 0;
  margin: 0 0 85px 0;
}
.faq_list-item {
  text-align: left;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #eee;
}
.faq_list-item:first-child {
  border-top: 1px solid #eee;
}
.faq_list-trigger {
  display: block;
  position: relative;
  color: #252627;
  font-family: "ProximaNova-bold", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  padding: 25px 50px 25px 50px;
}
.faq_list-trigger:hover {
  color: #ea1d63;
}
.simple .faq_list-trigger {
  padding: 30px 50px 30px 0;
}
.faq_list-number {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  color: #3c3d41;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  margin: auto 0;
  border: 1px solid #ddd;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.faq_list-text {
  display: inline-block;
  margin-right: 20px;
}
.faq_list-icon {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url(../images/sprites.png) no-repeat -180px top;
}
.active .faq_list-icon {
  height: 2px;
  background-position: -200px top;
}
.faq_list-content {
  display: none;
  color: #252627;
  font-family: "ProximaNova-regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 50px 25px 50px;
}
.faq_list-content h2 {
  color: #656b6f;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 5px;
}
.faq_list-content p {
  margin-bottom: 10px;
}
.faq_list-content a {
  color: #ea1d63;
  font-family: "ProximaNova-bold", sans-serif;
  font-size: 16px;
  text-decoration: none;
}
.faq_list-content a:hover {
  text-decoration: underline;
}
.faq_list-content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 10px;
}
.faq_list-content ul li {
  position: relative;
  font-size: 16px;
  padding: 0 0 0 17px;
  margin: 0;
}
.faq_list-content ul li:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 10px;
  background: url(../images/sprites.png) no-repeat -220px top;
}
.active .faq_list-content {
  display: block;
}
.simple .faq_list-content {
  padding: 0 50px 30px 0;
}
.simple .faq_list-content p {
  margin-bottom: 30px;
}
.attachment {
  display: inline-block;
  position: relative;
  color: #ea1d63;
  font-family: "ProximaNova-bold", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  padding-left: 25px;
}
.attachment:hover {
  text-decoration: underline;
}
.attachment:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/sprites.png) no-repeat -160px top;
}
.tag {
  display: inline-block;
  color: white;
  font-family: "ProximaNova-bold", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 3px 12px 0 12px;
  background-image: 8121991;
  background-image: -webkit-linear-gradient(-44deg, #fc004a 0%, #9b2683 100%);
  background-image: -moz-linear-gradient(-44deg, #fc004a 0%, #9b2683 100%);
  background-image: -o-linear-gradient(-44deg, #fc004a 0%, #9b2683 100%);
  background-image: linear-gradient(134deg, #fc004a 0%, #9b2683 100%);
  -webkit-border-radius: 7px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 7px;
  -moz-background-clip: padding;
  border-radius: 7px;
  background-clip: padding-box;
}
.article_list {
  padding: 0;
  margin: 0 0 15px 0;
}
.article_list-item {
  display: block;
  text-align: center;
  padding-bottom: 50px;
}
.article_list-published {
  color: #aaa;
  font-family: 'PT Serif', serif;
  font-size: 12px;
  font-style: italic;
  line-height: 16px;
  margin-bottom: 15px;
}
.article_list-published:before {
  content: '';
  display: block;
  width: 35px;
  height: 3px;
  background-color: #d8d8d8;
  margin: 0 auto 25px auto;
}
.article_list-label {
  display: block;
  max-width: 450px;
  color: #ea1d63;
  font-family: "ProximaNova-regular", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  margin: 0 auto 25px auto;
}
.article_list-label a {
  display: block;
  color: #ea1d63;
  font-family: "ProximaNova-regular", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  text-decoration: underline;
}
.article_list-label a:hover {
  text-decoration: none;
}
@media (max-width: 550px) {
  .article_list-label,
  .article_list-label a {
    font-size: 24px;
    line-height: 30px;
  }
}
.article_list-author {
  margin-bottom: 35px;
}
.article-list-author-img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.article_list-author-desc {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-top: 2px;
}
.article_list-author-desc .name {
  color: black;
  font-family: "ProximaNova-regular", sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 13px;
  text-transform: uppercase;
  margin: 0 0 2px 0;
}
.article_list-author-desc .position {
  color: #656b6f;
  font-family: "ProximaNova-regular", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  margin: 0;
}
.article_list-img {
  display: block;
  margin: 0 auto 35px auto;
}
.article_list-img img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 550px) {
  .article_list-img {
    margin-bottom: 20px;
  }
}
.article_list-text {
  max-width: 630px;
  color: #252627;
  font-family: "ProximaNova-regular", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  margin: 0 auto;
}
.article_list-text .more {
  display: block;
  font-size: 20px;
  text-decoration: none;
}
.article_list-text .more:hover {
  text-decoration: underline;
}
@media (max-width: 550px) {
  .article_list-text {
    font-size: 16px;
    line-height: 22px;
  }
  .article_list-text .more {
    font-size: 16px;
  }
}
.article .btn.back {
  margin-bottom: 30px;
}
.article-published {
  color: #aaa;
  font-family: 'PT Serif', serif;
  font-size: 18px;
  font-style: italic;
  line-height: 16px;
  margin-bottom: 50px;
}
.article-img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 50px auto;
}
.article-text {
  max-width: 630px;
  color: #252627;
  font-family: "ProximaNova-regular", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  text-align: left;
  margin: 0 auto;
}
.article-text h2 {
  color: #3c3d41;
  font-family: "ProximaNova-regular", sans-serif;
  font-size: 52px;
  font-weight: 400;
  letter-spacing: -2px;
  line-height: 55px;
  padding-top: 20px;
  margin-bottom: 40px;
}
.article-text a {
  font-size: 22px;
  line-height: 30px;
}
.article-text p {
  margin-bottom: 50px;
}
.article-text ul {
  list-style: none;
  padding: 0;
  margin: 0 0 50px 10px;
}
.article-text ul li {
  position: relative;
  padding: 4px 0 4px 20px;
  margin: 0;
}
.article-text ul li:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 14px;
  background: url(../images/sprites.png) no-repeat -220px top;
}
.article-text p img {
  display: block;
  max-width: 100%;
  height: auto;
}
.article-text .perex {
  font-size: 26px;
  line-height: 36px;
}
.article-text img.fleft {
  margin: 5px 45px 10px 0;
}
.article-text img.fright {
  margin: 5px 0 10px 45px;
}
.article-text blockquote {
  display: block;
  color: #252627;
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  letter-spacing: -0.89px;
  line-height: 45px;
  text-align: center;
  padding: 10px 0 0 0;
  margin: 0 -60px 110px -60px;
}
.article-text blockquote:before {
  content: '“';
  display: block;
  color: #ea1d63;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 85px;
  font-weight: 700;
  letter-spacing: 15.3px;
  line-height: 100px;
  text-align: center;
}
.article-text blockquote .author {
  display: block;
  color: #9b9b9b;
  font-family: "ProximaNova-regular", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 2.76px;
  line-height: 18px;
  padding-top: 30px;
}
@media (max-width: 780px) {
  .article-text blockquote {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 550px) {
  .article-text {
    font-size: 20px;
    line-height: 28px;
  }
  .article-text h2 {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .article-text a {
    font-size: 20px;
    line-height: 28px;
  }
  .article-text p {
    margin-bottom: 40px;
  }
  .article-text .perex {
    font-size: 22px;
    line-height: 32px;
  }
  .article-text blockquote {
    font-size: 26px;
    line-height: 38px;
    padding-top: 30px;
  }
  .article-text blockquote:before {
    line-height: 60px;
  }
  .article-text blockquote .author {
    font-size: 12px;
    line-height: 16px;
  }
}
.article-author {
  text-align: center;
  padding-top: 10px;
}
.article-author:before {
  content: '';
  display: block;
  width: 35px;
  height: 3px;
  background-color: #d8d8d8;
  margin: 0 auto 25px auto;
}
.article-author-img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.article-author-desc {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-top: 2px;
}
.article-author-desc .name {
  color: black;
  font-family: "ProximaNova-regular", sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 13px;
  text-transform: uppercase;
  margin: 0 0 2px 0;
}
.article-author-desc .position {
  color: #656b6f;
  font-family: "ProximaNova-regular", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  margin: 0;
}
.more_articles {
  padding: 95px 0 80px 0;
  background-color: #f9f9f9;
}
.more_articles .inner {
  width: 1260px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .more_articles .inner {
    width: 96%;
    padding: 0 2%;
  }
}
@media (max-width: 1150px) {
  .more_articles {
    padding: 50px 0 40px 0;
  }
}
.more_articles-prev {
  float: left;
  display: block;
  width: 48%;
  position: relative;
  text-align: left;
  text-decoration: none;
}
.more_articles-prev:hover .more_articles-text {
  text-decoration: none;
}
.more_articles-prev .more_articles-arrow {
  float: left;
  margin-right: 30px;
}
.more_articles-prev .more_articles-arrow:before {
  background-position: -160px -40px;
}
.more_articles-prev .more_articles-img {
  float: left;
  margin-right: 25px;
}
.more_articles-prev .more_articles-text {
  float: left;
}
@media (max-width: 1150px) {
  .more_articles-prev .more_articles-arrow {
    float: none;
    margin: 0 0 20px 0;
  }
  .more_articles-prev .more_articles-img {
    float: none;
    margin: 0 0 10px 0;
  }
  .more_articles-prev .more_articles-text {
    float: none;
  }
}
.more_articles-next {
  float: right;
  display: block;
  width: 48%;
  position: relative;
  text-align: right;
  text-decoration: none;
}
.more_articles-next:hover .more_articles-text {
  text-decoration: none;
}
.more_articles-next .more_articles-arrow {
  float: right;
  margin-left: 30px;
}
.more_articles-next .more_articles-arrow:before {
  background-position: -200px -40px;
}
.more_articles-next .more_articles-img {
  float: right;
  margin-left: 25px;
}
.more_articles-next .more_articles-text {
  float: right;
}
@media (max-width: 1150px) {
  .more_articles-next .more_articles-arrow {
    margin: 0 0 20px 0;
  }
  .more_articles-next .more_articles-img {
    clear: both;
    margin: 0 0 10px 0;
  }
  .more_articles-next .more_articles-text {
    clear: both;
    float: right;
  }
}
.more_articles-arrow {
  display: block;
  width: 70px;
  height: 70px;
  position: relative;
  border: 1px solid #ddd;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.more_articles-arrow:before {
  content: '';
  display: block;
  width: 32px;
  height: 24px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/sprites.png) no-repeat left top;
}
.more_articles-img {
  display: block;
}
.more_articles-text {
  display: inline-block;
  vertical-align: top;
  width: 260px;
  color: #252627;
  font-family: "ProximaNova-bold", sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-decoration: underline;
}
@media (max-width: 580px) {
  .more_articles-text {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
  }
}
.error_notice {
  display: block;
  font-family: "ProximaNova-regular", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  color: #EA1D63;
  margin-bottom: 20px;
}
.page_404 {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0;
  background-image: linear-gradient(134deg, #fc004a 0%, #9b2683 100%);
}
.page_404-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.page_404-inner h1 {
  font-family: "ProximaNova-extraBold", sans-serif;
  font-size: 144px;
  letter-spacing: 19px;
  margin-bottom: 0;
}
.page_404-inner p {
  font-family: "ProximaNova-bold", sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 30px;
  margin: 0;
}
.page_404-inner a {
  font-family: "ProximaNova-bold", sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 30px;
  color: white;
}
@media (max-width: 400px), (max-height: 400px) {
  .page_404-inner {
    padding: 20px;
  }
  .page_404-inner h1 {
    font-size: 100px;
    letter-spacing: 15px;
  }
  .page_404-inner p,
  .page_404-inner a {
    font-size: 14px;
    line-height: 24px;
  }
}
