@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiGyp8kv8JHgFVrJJLedw.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiDyp8kv8JHgFVrJJLmy15lEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiDyp8kv8JHgFVrJJLm81xlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLBT5V1s.ttf) format('truetype');
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* 
 * =====================================================================================================================
 * CONFIG
 * =====================================================================================================================
*/
/* 
 * =====================================================================================================================
 * CONFIG
 * =====================================================================================================================
*/
/* 
 * =====================================================================================================================
 * SPRITE
 * =====================================================================================================================
*/
/* 
 * =====================================================================================================================
 * CLEAR FIX
 * =====================================================================================================================
*/
/*
 * =====================================================================================================================
 * Default clear style for ul li
 * =====================================================================================================================
 */
/*
 * =====================================================================================================================
 * GRAYSCALE
 * =====================================================================================================================
 */
/* 
 * =====================================================================================================================
 * Font Awesome icon
 * =====================================================================================================================
*/
body,
html {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #878787;
  cursor: default;
  background: #ffffff;
}
body.overflow-y {
  overflow-y: hidden;
  height: 100vh;
}
strong,
b {
  font-weight: 700;
}
ul {
  padding: 0;
  margin: 0;
}
ul li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
a {
  color: #d20a14;
  text-decoration: underline;
}
a:hover {
  color: #991915;
  text-decoration: underline;
}
p {
  padding: 0;
  margin: 0 0 10px 0;
  line-height: 140%;
}
h2 {
  font-size: 18px;
  font-weight: 700;
}
b,
strong {
  font-weight: 700;
}
.text-red {
  color: #d20a14;
  text-align: center;
}
.weight-black {
  font-weight: 900;
}
.plain-text {
  text-align: center;
  margin: 0 0 20px 0;
}
.pointlist-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0;
}
.pointlist-wrapper .item {
  width: 50%;
  border: 1px solid #ffffff;
  background: #e5e5e5;
  padding: 40px;
  text-align: center;
  color: #232c77;
  cursor: pointer;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pointlist-wrapper .item:nth-child(1),
.pointlist-wrapper .item:nth-child(6),
.pointlist-wrapper .item:nth-child(9),
.pointlist-wrapper .item:nth-child(14),
.pointlist-wrapper .item:nth-child(17) {
  background: #cccccc;
}
.pointlist-wrapper .item.active {
  background: #232c77 !important;
  border: 1px solid #232c77;
  color: #ffffff;
}
.pointlist-wrapper .nexttext-desktop {
  display: none;
}
.pointlist-wrapper .nexttext-desktop .image {
  width: 200px;
  text-align: center;
}
.pointlist-wrapper .nexttext-desktop .image img {
  vertical-align: middle;
}
.pointlist-wrapper .nexttext-desktop .description {
  width: calc(100% - 200px);
}
.pointlist-wrapper .nexttext-mobile {
  display: none;
}
.pointlist-wrapper .nexttext-mobile .image {
  display: block;
  margin: 0 auto;
  padding-bottom: 20px;
}
@media screen and (min-width: 641px) {
  .pointlist-wrapper .nexttext-desktop.active {
    display: flex;
    background: #232c77;
    color: #ffffff;
    padding: 30px 80px;
  }
  .pointlist-wrapper .nexttext-desktop.active:after {
    content: "";
    display: block;
    position: relative;
    height: 0;
    clear: both;
  }
}
@media screen and (max-width: 640px) {
  .pointlist-wrapper .item {
    width: 100%;
  }
  .pointlist-wrapper .item:nth-child(1),
  .pointlist-wrapper .item:nth-child(5),
  .pointlist-wrapper .item:nth-child(9),
  .pointlist-wrapper .item:nth-child(13),
  .pointlist-wrapper .item:nth-child(17) {
    background: #e5e5e5;
  }
  .pointlist-wrapper .item:nth-child(2),
  .pointlist-wrapper .item:nth-child(6),
  .pointlist-wrapper .item:nth-child(10),
  .pointlist-wrapper .item:nth-child(14),
  .pointlist-wrapper .item:nth-child(18) {
    background: #cccccc;
  }
  .pointlist-wrapper .item.active .nexttext-mobile {
    display: block;
    background: #232c77;
    color: #ffffff;
    padding: 30px 0 0 0;
  }
  .pointlist-wrapper .item.active .nexttext-mobile:after {
    content: "";
    display: block;
    position: relative;
    height: 0;
    clear: both;
  }
}
.tab-wrapper {
  display: block;
  padding: 40px 0;
  width: 100%;
}
.tab-wrapper ul#tab {
  display: flex;
  width: 100%;
}
.tab-wrapper ul#tab li {
  background: #d20a14;
  width: calc(100% / 3);
  border-right: 2px solid #ffffff;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tab-wrapper ul#tab li a {
  display: block;
  padding: 10px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  text-decoration: none;
  height: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tab-wrapper ul#tab li a:hover {
  text-decoration: none;
  background: #991915;
}
.tab-wrapper ul#tab li:last-child {
  border-right: 0;
}
.tab-wrapper ul#tab li.active a {
  background: #991915;
}
.tab-wrapper ul#tab li.active a:before {
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #991915;
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -16px;
}
@media screen and (max-width: 600px) {
  .tab-wrapper {
    display: none;
  }
}
@media screen and (min-width: 601px) {
  .title-tabs {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .title-tabs {
    display: block;
    background: #d20a14;
    padding: 5px 10px;
    font-weight: bold;
    margin: 20px 0 10px 0;
    color: #d20a14;
    color: #ffffff;
  }
  .title-tabs a {
    color: #ffffff;
    display: block;
    text-decoration: none;
  }
  .title-tabs a:hover {
    text-decoration: none;
  }
  .title-tabs:hover {
    background: #991915;
  }
  .title-tabs.active {
    background: #991915;
  }
}
.writter-wrapper-footer {
  display: table;
  margin: 40px auto 0 auto;
  width: 100%;
}
.writter-wrapper-footer div {
  display: table-cell;
  padding: 0 20px;
}
.writter-wrapper-footer div img {
  margin: 0 auto;
  display: block;
}
.writter-wrapper-footer div img:first-child {
  margin-bottom: 10px;
}
@media screen and (max-width: 810px) {
  .writter-wrapper-footer {
    display: block;
  }
  .writter-wrapper-footer div {
    display: block;
    padding: 20px;
    text-align: center;
  }
}
.logs-wrapper {
  display: table;
  margin: 40px auto 0 auto;
}
.logs-wrapper div {
  display: table-cell;
  padding: 0 20px;
}
.logs-wrapper div img {
  max-width: 100%;
  height: auto;
}
.logs-wrapper-footer img {
  max-height: 50px;
}
@media screen and (max-width: 470px) {
  .logs-wrapper {
    display: block;
  }
  .logs-wrapper div {
    display: block;
    padding: 20px;
    text-align: center;
  }
}
.footer-wrapper {
  border-top: 2px solid #c6c6c6;
  margin-top: 50px;
  padding: 40px 0;
  text-align: center;
  font-size: 14px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*.copy {
		float: left;
	}

	.gdpr {
		float: right;
	}*/
}
.footer-wrapper .download-link {
  position: absolute;
  top: -30px;
  left: 0;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 720px) {
  .footer-wrapper {
    display: block;
    /*.gdpr,
		.copy {
			float: none;
			text-align: center;
		}*/
  }
  .footer-wrapper .gdpr,
  .footer-wrapper .zadavatel,
  .footer-wrapper .copy {
    padding: 5px;
  }
}
.form-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.form-wrapper .text-input-wrapper {
  width: calc(50% - 20px);
  margin: 0 20px 0 0;
  padding-bottom: 30px;
  position: relative;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-wrapper .text-input-wrapper:nth-child(2n) {
  margin: 0 0 0 20px;
}
.form-wrapper .text-input-wrapper .help-block {
  background: #e30616;
  color: #ffffff;
  font-size: 12px;
  padding: 3px 5px;
  position: absolute;
  left: 0;
  bottom: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
@media screen and (max-width: 710px) {
  .form-wrapper .text-input-wrapper {
    width: 100%;
    margin: 0;
  }
  .form-wrapper .text-input-wrapper:nth-child(2n) {
    margin: 0 0 0 0;
  }
}
input[type="text"],
input[type="email"],
input[type=number],
input[type=password] {
  border: 1px solid #c6c6c6;
  padding: 5px 10px;
  width: 100%;
  line-height: 40px;
  height: 40px;
  font-family: 'Poppins', sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type=number]:focus,
input[type=password]:focus {
  border: 1px solid #222c78;
}
input[type="text"].has-error,
input[type="email"].has-error,
input[type=number].has-error,
input[type=password].has-error {
  border: 1px solid #e30616;
}
input[type="submit"] {
  background: #e30616;
  border: 0;
  padding: 0 10px;
  width: 100%;
  line-height: 40px;
  height: 40px;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
input[type="submit"]:hover {
  background: #991915;
}
label {
  font-size: 14px;
}
ul.error {
  background: #e30616;
  padding: 10px;
  margin: 20px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
ul.error li {
  color: #ffffff;
}
.popup-ok-wrapper {
  position: fixed;
  display: table;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9;
}
.popup-ok-wrapper .popup-ok-outer {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.popup-ok-wrapper .popup-ok-outer .popup-ok-content {
  display: inline-block;
  width: 90%;
  max-width: 510px;
  border: 1px solid #c6c6c6;
  background: #ffffff;
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.popup-ok-wrapper .popup-ok-outer .popup-ok-content .logs-wrapper {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
}
.popup-ok-wrapper .popup-ok-outer .popup-ok-content .logs-wrapper div {
  padding: 0 10px;
}
.popup-ok-wrapper .popup-ok-outer .popup-ok-content .column2-1 {
  margin-bottom: 0;
  margin-top: 20px;
}
.popup-ok-wrapper .popup-ok-outer .popup-ok-content .column2-1 .column:last-child {
  text-align: right;
}
.popup-ok-wrapper .popup-ok-outer .popup-ok-content .column2-1 .column:last-child a {
  background: #222c78;
  color: #ffffff;
  padding: 10px 30px;
  border: 2px solid #ffffff;
  line-height: 40px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.popup-ok-wrapper .popup-ok-outer .popup-ok-content .column2-1 .column:last-child a:hover {
  text-decoration: none;
  border: 2px solid #222c78;
  background: #ffffff;
  color: #222c78;
}
@media screen and (max-width: 480px) {
  .popup-ok-wrapper .popup-ok-outer .popup-ok-content .column2-1 .column {
    width: 100%;
    margin-left: 0;
  }
  .popup-ok-wrapper .popup-ok-outer .popup-ok-content .column2-1 .column:last-child {
    margin-top: 10px;
    text-align: center;
  }
}
.column2,
.column2-1,
.column3,
.column4,
.column5 {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 30px;
}
.column2 .column,
.column2-1 .column,
.column3 .column,
.column4 .column,
.column5 .column {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 30px;
}
.column2 .column:first-child,
.column2-1 .column:first-child,
.column3 .column:first-child,
.column4 .column:first-child,
.column5 .column:first-child {
  margin-left: 0;
}
.column2 .column {
  width: calc(50% - 15px);
}
.column2-1 .column {
  width: calc(60% - 15px);
}
.column2-1 .column:last-child {
  width: calc(40% - 15px);
}
.column3 .column {
  width: calc(100% / 3 - 60px / 3);
}
@media screen and (max-width: 799px) {
  .responsive-layout .column2 .column,
  .responsive-layout .column3 .column {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .responsive-layout .column2 .column:last-child,
  .responsive-layout .column3 .column:last-child {
    margin-bottom: 0;
  }
}
.column4 .column {
  width: calc(100% / 4 - 90px / 4);
}
@media screen and (max-width: 799px) {
  .responsive-layout .column4 .column {
    width: calc(100% / 2 - 15px);
    margin: 0 0 30px 30px;
  }
  .responsive-layout .column4 .column:first-child,
  .responsive-layout .column4 .column:nth-child(3) {
    margin-left: 0;
  }
  .responsive-layout .column4 .column:nth-child(3),
  .responsive-layout .column4 .column:nth-child(4) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 560px) {
  .responsive-layout .column4 .column {
    width: 100%;
    margin: 0 0 30px;
  }
  .responsive-layout .column4 .column:nth-child(3) {
    margin-bottom: 30px;
  }
}
.column5 {
  align-items: center;
  justify-content: center;
}
.column5 .column {
  width: calc(100% / 5 - 120px / 5);
}
@media screen and (max-width: 950px) {
  .responsive-layout .column5 .column {
    width: calc(100% / 3 - 60px / 3);
  }
  .responsive-layout .column5 .column:nth-child(4) {
    margin-left: 0;
  }
}
@media screen and (max-width: 520px) {
  .responsive-layout .column5 .column {
    width: calc(100% / 2 - 30px / 2);
  }
  .responsive-layout .column5 .column:nth-child(4) {
    margin-left: 30px;
  }
  .responsive-layout .column5 .column:nth-child(3),
  .responsive-layout .column5 .column:nth-child(5) {
    margin-left: 0;
  }
}
@media screen and (max-width: 420px) {
  .responsive-layout .column5 .column {
    width: 100%;
    margin-left: 0;
  }
  .responsive-layout .column5 .column:nth-child(4) {
    margin-left: 0;
  }
}
.main-content {
  max-width: 1024px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 40px 20px 0 20px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main-content video {
  width: 100%;
  height: auto;
}
.main-content .logo {
  text-align: center;
  margin: 60px auto;
}
.main-content .logo img {
  max-width: 80%;
  height: auto;
}
.login-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 500px;
  transform: translate(-50%, -50%);
}
.gdpr-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9;
}
.gdpr-overlay .gdpr-wrapper {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.gdpr-overlay .gdpr-wrapper .gdpr-content {
  width: 90%;
  text-align: left;
  max-width: 700px;
  max-height: 90vh;
  display: inline-block;
  padding: 30px 20px 20px 20px;
  overflow: hidden;
  border: 1px solid #c6c6c6;
  background: #ffffff;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.gdpr-overlay .gdpr-wrapper .gdpr-content .gdpr-text {
  overflow-y: auto;
  width: 100%;
  max-height: calc(90vh - 60px);
}
.gdpr-overlay .gdpr-wrapper .gdpr-content .close {
  position: absolute;
  top: 5px;
  right: 5px;
  background-image: url(/image/close.png);
  background-size: 14px 14px;
  background-position: center center;
  background-color: #d20a14;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.download-link-button {
  display: block;
  text-align: center;
}
.download-link-button a {
  padding: 10px 20px;
  background: #271f7c;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.download-link-button a img {
  vertical-align: middle;
  margin-right: 10px;
}
/*# sourceMappingURL=style.css.map */