/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700;800&display=swap');*/

body {
  /*font-family: Athiti;*/
  font-family: 'Montserrat', Athiti, Arial, sans-serif;
  color: #333;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
}

h1 {
  margin-top: 0em;
  margin-bottom: 0.5em;
  font-size: 3em;
  line-height: 100%;
  font-weight: 600;
}

h2 {
  margin-top: 0.5em;
  margin-bottom: 0.25em;
  font-size: 2.5em;
  line-height: 100%;
  font-weight: 500;
}

h3 {
  margin-top: 0.5em;
  margin-bottom: 0.25em;
  font-size: 2em;
  line-height: 100%;
  font-weight: 300;
}

h4 {
  margin-top: 0em;
  margin-bottom: 0em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-size: 1.5em;
  line-height: 100%;
  font-weight: 400;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-size: 1.25em;
  line-height: 120%;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 100%;
  font-weight: 600;
  letter-spacing: 1px;
}

p {
  margin-bottom: 1em;
  line-height: 150%;
}

a {
  color: #66b7ac;
  text-decoration: none;
}

li {
  line-height: 150%;
}

label {
  display: block;
  padding-bottom: 0.5em;
  font-size: 0.8em;
  line-height: 100%;
  font-weight: 600;
  letter-spacing: 0px;
}

strong {
  font-weight: 600;
}

.section {
  overflow: hidden;
  padding: 5vw;
}
#offer.section {
  padding-top: 0;
}
.cypherdog-blue {
  color: #2690f9;
}
#voucher-table .cypherdog-blue {
  font-weight: bold;
  display: block;
}
.background-cypherdog-1 {
  background-image: url("../images/background_cypherdog_1.png");
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 120px;
}
.background-cypherdog-2 {
  background-image: url("../images/background_cypherdog_2.png");
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
}
.text-cypherblue {
  color: #2690f9;
}
.section.cypherblue {
  background-color: #2690f9;
}
h2.cypherblue, h2.cypherblue_noborders {
  margin: 30px 0 40px 0;
  color: #2690f9;
  position: relative;
}
h2.cypherblue::before, h2.cypherblue::after {
  content: '';
  position: absolute;
  width: 75%;
  height: 2px;
  background-color: #2690f9;
  left: 0;
  top: -12px;
}
h2.cypherblue::after {
  top: auto;
  bottom: -15px;
  width: 100%;
}
.cypherdog-about {
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat;
  height: 450px;
}
.cypherdog-about-1 {
  /*background-image: url("../images/cypherdog1.jpg");*/
}
.cypherdog-about-2 {
  /*background-image: url("../images/cypherdog2.jpg");*/
}

.cypherdog-offer-heading {
  background-color: #2690f9;
  color: #fff;
  text-align: center;
  padding: 25px 15px;
  font-weight: bold;
}
.cypherdog-offer-image {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  /*height: 100px;*/
  height: 0px;
  width: 100%;
  /*margin: 20px 0;*/
}
.cypherdog-offer-image-1 {
  /*background-image: url("../images/cypherdog-offer1.png");*/
}
.cypherdog-offer-image-2 {
  /*background-image: url("../images/cypherdog-offer2.png");*/
}
.cypherdog-offer-image-3 {
  /*background-image: url("../images/cypherdog-offer3.png");*/
}
.margin-25 {
  height: 25px;
}
.margin-50 {
  height: 50px;
}
.margin-100 {
  height: 100px;
}
ul.checkmark, ul.bullet, ul.triangle {
  list-style: none;
  padding-left: 0;
}
ul.checkmark li, ul.bullet li, ul.triangle li {
  position: relative;
  padding-left: 1.5em;
}
ul.checkmark li:before, ul.bullet li:before , ul.triangle li:before {
  content:"\2714\0020";
  position: absolute;
  color: #2690f9;
  left: 0;
  width: 1em;
  height: 1em;
  /*background: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg width='18' height='18' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'><path d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/></svg>") no-repeat;*/
}
ul.bullet li:before {
  content: "\25CF";
}
ul.triangle li:before {
  content: "\2023";
  font-size: 1.75em;
}
.cypherdog-offer-list {
  border-left: 2px solid #2690f9;
  border-right: 2px solid #2690f9;
  padding: 15px;
  box-sizing: content-box;
}
.cypherdog-offer-list li {
  margin: 10px;
  padding: 10px;
  border-bottom: 1px solid rgba(38,144,249,0.3);
}
.cypherdog-offer-list li:last-child {
  border-bottom: none;
}
.cypherdog-offer-pricing {
  text-align: center;
  line-height: 40px;
  padding: 20px 0;
  border: 2px solid #2690f9;
  border-top: none;
}
.cypherdog-offer-price {
  color: #2690f9;
  font-weight: bold;
  font-size: 1.4em;
}
.offer-star {
  color: #2690f9;
  display: inline-block;
  margin-left: 5px;
  border: 1px solid #2690f9;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 29px;
}
.required {
  color: #ff0000;
  display: inline-block;
}
#start {
  padding-top: 5em;
  padding-bottom: 16em;
  background-image:  url('../images/cdog_wallaper_1920x1080_c-min.png');
  background-position: 0 0, 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  /*background-attachment: scroll, fixed;*/
  color: #fff;
}
#start #start1 {
  font-weight: bold;
  font-size: 43px;
}
#start #start1 .reg {
  font-size: 14px;
  font-weight: normal;
  top: -1.1em;
}
#start #start2 {
  margin-top: 1.3em;
  font-weight: bold;
  font-size: 41px;
  line-height: 40px;
  padding-bottom: 1.1em;
  position: relative;
}
#start #start2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0.6em;
  height: 3px;
  background-color: #fff;
  width: 100px;
}
#start #start3 {
  font-size: 29px;
  line-height: 30px;
  margin-bottom: 1.3em;
}
#start #start4 a {
  color: #2690f9;
  font-size: 24px;
  font-weight: bold;
}
#start #start5 {
  margin: 2.5em 0;
}
#start #start6 {
  width: 100%;
}
#old-start {
  padding-top: 25em;
  padding-bottom: 26em;
  background-image:  url('../images/cdog_wallaper_1920x1080_pl-min.png');
  background-position: 0 0, 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  /*background-attachment: scroll, fixed;*/
  color: #fff;
}
.section.section-about {
  background-color: #15253c;
  color: #fff;
}
/*.pricing-table {*/
/*  display: table-row;*/
/*}*/
/*.pricing-table > div {*/
/*  display: table-column;*/
/*}*/
.section.gray {
  background-color: #f1f1f1;
  color: #15253c;
}
#test {
  font-size: 1.4em;
  margin-bottom: 2em;
}
#test .cypherdog-wrapper {
  display: flex;
  justify-content: center;
}
#test .cypherdog-image {
  height: 60px;
}
#test .cypherdog-image img {
  height: 60px;
}
#test .cypherdog-text {
  font-family: Monserrat, Arial, sans-serif;
  font-size: 60px;
  margin-left: 25px;
  line-height: 60px;
}


/* The actual timeline (the vertical ruler) */
#test .timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
#test .timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
#test .container {
  padding: 10px 30px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
#test .container::after {
  content: '';
  position: absolute;
  width: 35px;
  height: 35px;
  right: -22px;
  background-color: white;
  border: 4px solid #2690f9;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
  color: #2690f9;
  line-height: 33px;
  text-align: center;
}

#test .container.container-1::after {
  content: '1';
}
#test .container.container-2::after {
  content: '2';
}
#test .container.container-3::after {
  content: '3';
}
#test .container.container-4::after {
  content: '4';
}
/* Place the container to the left */
#test .left {
  left: 0;
}

/* Place the container to the right */
#test .right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
#test .left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
#test .right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
#test .right::after {
  left: -22px;
}

/* The actual content */
#test .content {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
}

#voucher-table td, #voucher-table th {
  padding: 15px;
  line-height: 30px;
}
#voucher-table .hide-big {
  display: none;
}

#test table {
  width: 100%;
  margin-top: 30px;
}
#test table thead {
  background-color: #2690f9;
  color: #fff;
}
#test table tr {
  height: 40px;
}
#test table tr:nth-child(even) {
  background-color: #f9f9f9;
}
#form .form-inputs {
  width: 70%;
}
#form .form-input-wrapper {
  /*display: flex;*/
  margin-top: 25px;
  padding-bottom: 12px;
  border-bottom: 1px solid #2690f9;
  margin-bottom: 12px;
  /*align-items: center;*/
  display: table;
  width: 100%;
}
#form .form-input-wrapper .form-input-left {
  width: 70%;
  text-align: right;
  padding-right: 25px;
  line-height: 35px;
  display: table-cell;
}
#form .form-input-wrapper .form-input-right {
  width: 30%;
  display: table-cell;
  vertical-align: middle;
}
#form .w-button {
  color: #2690f9;
  border-color: #2690f9;
}
#form input {
  border-radius: 4px;
  /*margin-bottom: 20px;*/
  border-color: #0d1622;
  padding: 5px 10px;
  box-shadow: none;
}
#form input.width {
  width: 200px;
}

#form input.error {
  border-color: #cf424b;
  background-color: #cf424b22;
  color: #cf424b;
}
#form input[type=checkbox] {
  margin-bottom: 0;
}
#form input:focus {
  border-color: #2690f9;
}
#form .marketing {
  line-height: 35px;
  margin-bottom: 40px;
}
#form .form-left input {
  margin-top: 20px;
  margin-bottom: 10px;
}
#form .form-left input[name="first_name"] {
  margin-top: 0;
}
#form div.error {
  color: white;
  background-color: #cf424bdd;
  line-height: 15px;
  font-size: 13px;
  padding: 3px 10px;
  border-radius: 4px;
  display: none;
  border: 1px solid #cf424b;
}
#form .marketing span.marketingt {
  color: #000;
}
#form .marketing span.marketingt.error {
  color: #cf424b;
}
#form div.error.error-submit {
  line-height: 20px;
  margin-top: 15px;
}
#form div.error.form-submit-success {
  background-color: #fff;
  border: 1px solid forestgreen;
  color: forestgreen;
  padding: 10px;
}
#contact {
  line-height: 40px;
  color: #fff;
  background-color: #0d1622;
}
#contact h3 {
  margin-top: 0;
}

.section.section-clients {
  background-color: #fff;
  color: #999;
}

.section.section-lead {
  background-color: #15253c;
  background-image: linear-gradient(135deg, rgba(21, 37, 60, .8), rgba(102, 183, 172, .8));
  background-position: 0px 0px;
  color: #fff;
}

.section.section-team {
  background-color: #15253c;
  color: hsla(0, 0%, 100%, .8);
}

.section.section-team.top-margin-5 {
  margin-top: -5vw;
}

/*.section.section-contact {*/
/*  background-color: #66b7ac;*/
/*  background-image: linear-gradient(135deg, rgba(102, 183, 172, .6), rgba(21, 37, 60, .8)), url('../images/kontakt.jpg');*/
/*  background-position: 0px 0px, 50% 50%;*/
/*  background-size: auto, cover;*/
/*  background-repeat: repeat, no-repeat;*/
/*  background-attachment: scroll, fixed;*/
/*  color: #fff;*/
/*}*/

.section.zsk-top {
  background-color: #eee;
}

.section.bg-333 {
  color: #fff;
}

.logo {
  position: absolute;
  left: 2em;
  top: 1em;
  height: 4em;
  padding: 1em;
  text-align: center;
}

.navbar {
  position: fixed;
  top: 1em;
  right: 1em;
  z-index: 1000;
  width: 12em;
  background-color: transparent;
}

.navlink {
  padding: 0.5em;
  color: #fff;
}

.navlink:hover {
  background-color: #15253c;
  color: #66b7ac;
}

.navlink.w--current {
  color: #66b7ac;
}

.nav-btn {
  padding: 0.5em 1em;
  border: 2px solid #fff;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .62);
  color: #fff;
  line-height: 20px;
}

.nav-btn.w--open {
  float: left;
  background-color: rgba(0, 0, 0, .8);
}

.nav-btn-txt {
  margin-bottom: 0px;
  margin-left: 1em;
  float: left;
  font-size: 0.8em;
  font-weight: 600;
  letter-spacing: 1px;
}

.nav-btn-icon {
  float: left;
  font-size: 1em;
}

.navmenu {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  background-color: rgba(0, 0, 0, .62);
}

.underline {
  margin-bottom: 0.5em;
  padding-bottom: 0em;
  border-bottom: 2px solid #000;
  text-decoration: none;
}

.underline.color-white {
  border-bottom-color: #fff;
}

.btn {
  margin-right: -2px;
  padding: 0.5em 1em;
  border: 2px solid #fff;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  font-weight: 600;
  letter-spacing: 1px;
}

.btn:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.btn.btn-greeen {
  border-color: #66b7ac;
  color: #66b7ac;
}

.sect-head {
  display: inline-block;
  min-width: 20vw;
  margin: -5vw -5vw 0vw;
  padding: 5vw;
}

.color-emerald {
  color: #66b7ac;
}

.circle {
  display: inline-block;
  width: 150px;
  height: 150px;
  margin-bottom: 1em;
  padding-top: 0em;
  padding-bottom: 0em;
  border: 2px solid #66b7ac;
  border-radius: 75px;
  line-height: 150px;
  text-align: center;
}

.about-holders {
  min-height: 20em;
  padding-top: 2em;
  padding-right: 0px;
  padding-left: 0px;
  border-top: 2px solid hsla(0, 0%, 100%, .25);
}

.about-holders:hover {
  border-top-color: #66b7ac;
}

.spacer-5 {
  margin-bottom: 4em;
}

.frame {
  padding: 2em;
}

.color-gold {
  color: #e8af5d;
}

.client-logo {
  display: inline-block;
  height: 113px;
  max-width: 180px;
  margin-right: 0.5em;
  margin-left: 0.5em;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: -webkit-filter 400ms ease-in-out;
  transition: -webkit-filter 400ms ease-in-out;
  transition: filter 400ms ease-in-out;
  transition: filter 400ms ease-in-out, -webkit-filter 400ms ease-in-out;
  line-height: 113px;
  text-align: center;
}

.client-logo:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.clients {
  text-align: center;
}

.dot {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -1em;
  display: block;
  width: 2em;
  height: 2em;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0.4em;
  border: 2px solid #66b7ac;
  border-radius: 2em;
  background-color: #66b7ac;
  color: #fff;
  line-height: 100%;
  font-weight: 600;
  text-align: center;
}

.lead-row {
  padding-bottom: 2em;
}

.slide {
  padding-top: 5vw;
}

.lead-slider {
  height: 100%;
  margin-bottom: 2em;
  padding-right: 5vw;
  padding-bottom: 3em;
  padding-left: 5vw;
  border-top: 2px solid hsla(0, 0%, 100%, .5);
  background-color: transparent;
}

.slider-dots {
  height: 3em;
  padding-top: 1em;
  color: #15253c;
  line-height: 120%;
  font-weight: 900;
}

.slider-arr {
  width: 5vw;
  font-size: 1em;
}

.center {
  text-align: center;
}

.team-list {
  padding-top: 4em;
  padding-bottom: 0em;
  padding-left: 2em;
}

.frame-box {
  position: relative;
  height: 100%;
  margin-bottom: 2em;
  padding: 2em 1em;
  border: 2px solid #66b7ac;
  border-radius: 4px;
}

.frame-box.white-bg {
  border-radius: 1em;
  background-color: #fff;
}

.spacer-10 {
  padding-top: 5em;
  padding-bottom: 5em;
}

.rot-6 {
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.rot-3 {
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.rot_3 {
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.rot_6 {
  -webkit-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.spacer-2 {
  margin-bottom: 2em;
}

.input {
  display: block;
  margin-bottom: 1em;
  padding: 0.5em 1em;
  border-style: solid;
  border-width: 2px;
  border-radius: 4px;
}

.right {
  text-align: right;
}

.rot-9 {
  -webkit-transform: translate(0px, 0px) rotate(-9deg);
  -ms-transform: translate(0px, 0px) rotate(-9deg);
  transform: translate(0px, 0px) rotate(-9deg);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.hr {
  height: 2px;
  margin-top: 2em;
  margin-bottom: 2em;
  background-color: hsla(0, 0%, 100%, .25);
}

.divided-half {
  background-image: url('../images/spacer.png');
  background-position: 50% 50%;
  background-repeat: repeat-y;
}

.offer-icon {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.offer-icons-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
  padding: 1em;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, .5);
  border-radius: 1em;
  background-color: #fff;
  text-align: center;
}

.offer-icon-link {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-right: 1em;
  padding-left: 1em;
  border-bottom: 2px solid #fff;
  -webkit-transition: border-color 500ms ease-in-out;
  transition: border-color 500ms ease-in-out;
  color: #66b7ac;
  text-align: center;
}

.offer-icon-link:hover {
  border-bottom-color: #66b7ac;
  background-color: #fff;
  color: #66b7ac;
}

.vertical-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lightbox {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1010;
  display: none;
  width: 100%;
  height: 100vh;
  min-height: 320px;
  padding-top: 2em;
  padding-right: 4em;
  padding-left: 4em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, .95);
  opacity: 0;
  color: #666;
  text-align: center;
}

.lightbox-close {
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  width: 4em;
  height: 2em;
  background-color: #cf424b;
  color: #fff;
  line-height: 2em;
  font-weight: 900;
  text-align: center;
}

.mini {
  font-size: 0.75em;
  line-height: 100%;
}

.referencja {
  padding-right: 2em;
  padding-bottom: 2em;
  padding-left: 2em;
  font-size: 0.8em;
}

.reference-img {
  margin-bottom: 1em;
  border-radius: 75px;
}

.white-shadow {
  text-shadow: 1px 1px 1em #fff, 0 2px 1px #fff;
}

.color-navy {
  color: #15253c;
}

.color-white {
  color: #fff;
}

.callback-btn {
  position: fixed;
  right: 1em;
  bottom: 1em;
  z-index: 1009;
  display: inline-block;
  padding: 0.5em 1em;
  border: 2px solid #15253c;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, .8);
  color: #15253c;
  font-weight: 600;
}

._01 {
  font-family: Athiti;
}

.lead-gen-img {
  display: inline-block;
  width: 150px;
  height: 150px;
  margin-top: 2em;
  border: 2px solid #66b7ac;
  border-radius: 120px;
  line-height: 150px;
  text-align: center;
}

.tab-link {
  position: relative;
  width: 20vw;
  padding: 2em 1em;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  background-color: transparent;
  background-image: radial-gradient(circle closest-corner at 50% 100%, rgba(21, 37, 60, .2), rgba(21, 37, 60, 0));
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  color: hsla(0, 0%, 100%, .62);
  text-align: center;
}

.tab-link:hover {
  border-top-color: #fff;
  background-color: rgba(21, 37, 60, .2);
  color: #fff;
}

.tab-link.w--current {
  width: 30vw;
  border-top-color: #fff;
  background-color: transparent;
  color: #fff;
}

.tab-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lead-link {
  display: block;
  padding-right: 1em;
  padding-left: 2em;
  border-left: 2px solid #66b7ac;
  color: #727272;
}

.lead-link:hover {
  opacity: 1;
}

.cookie-info {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1020;
  padding: 1em;
  background-color: #fff;
  font-size: 0.75em;
  text-align: center;
}

.inline-block {
  display: inline-block;
  margin-right: 2em;
  margin-bottom: 0em;
}

.succes {
  border-radius: 4px;
  background-color: #66b7ac;
  color: #fff;
}



.uno {
  display: block;
  opacity: 1;
}

.privacy-policy {
  position: relative;
  display: none;
  padding: 2em;
  background-color: rgba(21, 37, 60, .6);
  opacity: 0;
}

.dropdown-toggle {
  padding-top: 0em;
  padding-bottom: 0em;
  padding-left: 0px;
  color: #727272;
}

.inline-dropdown {
  display: block;
  width: 100%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  color: #727272;
}

.inline-dropdown-list.w--open {
  margin-top: -1.5em;
  padding-top: 1em;
  background-color: #fff;
  font-size: 0.8em;
}

.ref-p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.big-form {
  font-size: 30px;
}

.lang-select {
  display: inline-block;
  width: 2.8em;
  height: 2.8em;
  margin-left: 0.5em;
  padding: 0.5em;
  float: right;
  border-radius: 2em;
  background-image: url('../images/pl.svg');
  background-position: 50% 50%;
  background-size: 1em 1em;
  background-repeat: no-repeat;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  color: transparent;
}

.lang-select:hover {
  background-color: #fff;
}

.lang-select.en {
  background-image: url('../images/eng.svg');
  background-size: 75px 1em;
}

.blockquote {
  padding-left: 2em;
  border-left-style: solid;
  border-left-width: 2px;
}

.zsk-dell {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.zsk-logo{
	height:6em;
}

.dell-form-data {
  display: none;
  opacity: 0;
}

.dell-form-data.uno {
  display: block;
  opacity: 1;
}

.bg-333 {
  background-color: #333;
}

.bg-999 {
  background-color: #999;
}

.bg-emerald {
  background-color: #66b7ac;
}

.jumbo {
  font-size: 1.618em;
}

.m0 {
  padding: 0px;
}

.big-img {
  width: 100%;
}

.agenda-date {
  margin-bottom: 0em;
  border-right: 1px solid #eee;
  color: #dfa468;
  font-size: 1.5em;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
}

.agenda-desc {
  padding-left: 2em;
}

.agenda-row {
  padding-top: 1em;
  border-bottom: 1px solid #ededed;
}

.bg-fa {
  background-color: #fafafa;
}

html.w-mod-js *[data-ix="scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px) scale(0.5, 0.5);
  -ms-transform: translate(0px, 100px) scale(0.5, 0.5);
  transform: translate(0px, 100px) scale(0.5, 0.5);
}

html.w-mod-js *[data-ix="loadin"] {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
@media (max-width: 1280px) {
  /*#start #start6 {*/
  /*  width: 32%;*/
  /*}*/
  #form .form-inputs {
    width: 85%;
  }
}
@media (max-width: 991px) {
  /*#start #start6 {*/
  /*  width: 46%;*/
  /*}*/
  #form .form-inputs {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {

  #test .cypherdog-wrapper {
    display: block;
  }
  #test .cypherdog-image {
    height: auto;
    width: 100%;
    margin: 40px 0;
  }
  #test .cypherdog-image img {
    height: auto;
    width: 90%;
  }
  #test .right {
    text-align: left;
  }
  /* Place the timelime to the left */
  #test .timeline::after {
    left: 31px;
  }

  /* Full-width containers */
  #test .container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  #test .container::before {
    left: 60px;
    /*border: medium solid white;*/
    /*border-width: 10px 10px 10px 0;*/
    border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  #test .left::after, #test .right::after {
    left: 8px;
  }

  /* Make all right containers behave like the left ones */
  #test .right {
    left: 0;
  }
  /*#test .right::after {*/
  /*  left: 8px;*/
  /*}*/
}
@media (min-width: 992px) {
  #about .margin-100 {
    background-image: none;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 18px;
  }
  h5 {
    letter-spacing: 0.5px;
  }
  .section {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .navlink.w--current {
    background-color: rgba(0, 0, 0, .2);
    color: #66b7ac;
  }
  .sect-head {
    margin-top: -1.5em;
    margin-right: -1.5em;
    margin-left: -1.5em;
    padding: 1.5em;
  }
  .clients {
    -webkit-column-count: 3;
    column-count: 3;
  }
  .offer-icons-row {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .offer-icon-link {
    width: 20%;
  }
  .privacy-policy.uno {
    display: block;
    opacity: 1;
  }
  .big-form {
    font-size: 22px;
  }
  /*#about .w-col-4 {*/
  /*  display: none;*/
  /*}*/
  /*#about .w-col-8 {*/
  /*  width: 100%;*/
  /*}*/
  .section.background-cypherdog-2 {
    background-size: 100% auto;
    background-position: left top;
    background-repeat: repeat-y;
  }
  .background-cypherdog-1 {
    background-size: 100% auto;
  }
  #form ol {
    padding-left: 15px;
    margin-top: 40px;
  }
  #offer .cypherdog-offer {
    margin-top: 40px;
  }
  #test .cypherdog-wrapper {
    display: block;
  }
  #test .cypherdog-wrapper .cypherdog-image {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
  .navbar {
    width: 13em;
  }
  .clients {
    -webkit-column-count: 2;
    column-count: 2;
  }
  .divided-half {
    background-image: none;
    background-position: 0px 0px;
    background-repeat: repeat;
  }
  .offer-icons-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .offer-icon-link {
    width: 50%;
  }
  .offer-icon-link.oil-big {
    width: 100%;
  }
  .lightbox {
    overflow: auto;
  }
  .white-shadow {
    margin-bottom: 2em;
  }
  .tab-link {
    width: 50%;
    height: 240px;
    float: left;
  }
  .tab-link.w--current {
    display: block;
    width: 50%;
  }
  .tab-menu {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .inline-block {
    margin-left: 2em;
  }
  .big-form {
    font-size: 20px;
  }
  .agenda-date {
    border-right-style: none;
  }
  .agenda-desc {
    padding-top: 0.5em;
    padding-left: 0em;
    text-align: center;
  }
  #about .w-col-4 {
    display: none;
  }
  .section.background-cypherdog-2 {
    background-image: none;
  }
  #about .margin-100 {
    margin: 20px 0;
  }
  #contact .w-row:first-child .w-col:last-child {
    margin-top: 40px;
  }
  #offer .cypherdog-offer .cypherdog-offer-list {
    height: auto !important;
  }
  #offer .cypherdog-offer .cypherdog-offer-pricing {
    height: auto !important;
  }
}
@media (max-width: 640px) {
  #old-start {
    padding-top: 16em;
    padding-bottom: 17em;
    background-position: left center;
    background-size: auto 600px;
  }
  /*#start #start6 {*/
  /*  width: 66%;*/
  /*}*/
  #form .form-input-wrapper .form-input-left {
    display: block;
    padding-right: 0;
    width: 100%;
    text-align: center;
  }
  #form .form-input-wrapper .form-input-right {
    display: block;
    width: 100%;
    text-align: center;
  }
  #form .form-input-wrapper .form-input-right.margin-top {
    margin: 20px 0 10px 0;
  }
}

@media (max-width: 479px) {
  body {
    font-size: 14px;
  }
  .logo {
    left: 1em;
  }
  .navbar {
    width: auto;
    max-width: 100%;
    min-width: 50%;
  }
  .nav-btn {
    text-align: center;
  }
  .nav-btn-icon {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .underline {
    border-bottom-style: none;
    text-decoration: underline;
  }
  .underline.color-white {
    border-bottom-color: #fff;
    color: #fff;
  }
  .frame {
    padding-right: 1em;
    padding-left: 1em;
  }
  .clients {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .vertical-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tab-link {
    width: 100%;
    height: auto;
  }
  .tab-link.w--current {
    width: 100%;
  }
  .lead-link {
    padding-right: 0em;
    padding-left: 0em;
    border-left-style: none;
  }
  .big-form {
    font-size: 16px;
  }
  .logo-img {
    height: 2em;
  }
  #old-start {
    padding-top: 18em;
    padding-bottom: 13em;
    background-size: auto 500px;
  }
  #voucher-table .hide-big {
    display: block;
  }
  #voucher-table .hide-small {
    display: none;
  }
  #start #start1 {
    font-size: 39px;
  }
  #start #start2 {
    font-size: 30px;
  }
  /*#start #start6 {*/
  /*  width: 100%;*/
  /*}*/
}

@media screen and (max-width: 360px) {
  #old-start {
    padding-top: 15em;
    padding-bottom: 10em;
    background-size: auto 400px;
  }
  #test {
    font-size: 1.3em;
  }
  #test .content {
    padding: 15px 15px;
  }
}
