html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: underline;
}

ol,
ul {
  list-style: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 100%;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
  outline: none;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button,
input,
label,
select,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  font-size: 16px;
  font-family: Arial;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

input,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
}

button,
input[type="button"],
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"],
select {
  box-sizing: border-box;
}

input[type="checkbox"],
input[type="radio"] {
  width: 13px;
  height: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: border-box;
}

::-webkit-search-decoration {
  display: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  overflow: visible;
  width: auto;
}

::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}

select[multiple],
textarea {
  vertical-align: top;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:focus input:-webkit-autofill,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
  caret-color: #fff;
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: inset 0 0 0 50px #121212;
}

@font-face {
  font-family: HelveticaNeueCE55Roman;
  src: url(../font/HelveticaNeueCE55Roman.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
}

html {
  height: 100%;
  width: 100%;
}

body,
button {
  color: #363636;
  font-family: verdana, sans-serif;
  font-size: 12px;
  line-height: 1.4;
}

button {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  background-color: transparent;
  display: inline-block;
}

a,
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

h1 {
  position: relative;
  font-size: 25px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-family: lato, sans-serif;
}

input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:focus input:-webkit-autofill,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
  -webkit-box-shadow: inset 0 0 0 50px #fff;
}

wbr {
  display: inline-block;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 320px;
}

.container.no-gutters {
  padding: 0;
  max-width: 320px;
}

.container--300 {
  padding-left: 10px;
  padding-right: 10px;
  max-width: 320px;
}

.container--300,
.container-small {
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  max-width: 250px;
}

.wrapper {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.main {
  flex: 1 0 auto;
}

.footer {
  flex: 0 0 auto;
}

b {
  font-weight: 900;
}

.w-225 {
  width: 225px;
}

hr {
  border-bottom: 1px solid #dfdfdf;
  width: 100%;
  padding: 0;
  margin: 0;
}

.font--300 {
  font-weight: 300;
}

.font--400 {
  font-weight: 400;
}

.font--500 {
  font-weight: 500;
}

.font--600 {
  font-weight: 600;
}

.font--700 {
  font-weight: 700;
}

.font--900 {
  font-weight: 900;
}

.font--10 {
  font-size: 10px;
}

.font--12 {
  font-size: 12px;
}

.font--13 {
  font-size: 13px;
}

.font--16 {
  font-size: 16px;
}

.font--20 {
  font-size: 20px;
}

.font--35 {
  font-size: 35px;
}

.font--45 {
  font-size: 45px;
}

.text--center {
  text-align: center;
}

.text--left {
  text-align: left;
}

.text--right {
  text-align: right;
}

.text--underline {
  text-decoration: underline;
}

.l-h--16 {
  line-height: 16px;
}

.automatish-footer,
.automatish-item__adding,
.automatish-item__title,
.font--14 {
  font-size: 14.67px;
}

.font-second {
  font-family: lato, sans-serif;
}

.m-b--5 {
  margin-bottom: 5px;
}

.m-b--10 {
  margin-bottom: 10px;
}

.m-b--15 {
  margin-bottom: 15px;
}

.m-b--20 {
  margin-bottom: 20px;
}

.m-b--25 {
  margin-bottom: 25px;
}

.m-b--30 {
  margin-bottom: 30px;
}

.m-b--35 {
  margin-bottom: 35px;
}

.m-b--40 {
  margin-bottom: 40px;
}

.m-b--50 {
  margin-bottom: 50px;
}

.m-b--70 {
  margin-bottom: 70px;
}

.m-t--50 {
  margin-top: 50px;
}

.m-r--10 {
  margin-right: 10px;
}

.m-r--20 {
  margin-right: 20px;
}

.m-r--35 {
  margin-right: 35px;
}

.m-l---5 {
  margin-left: -5px;
}

.m-l--20 {
  margin-left: 20px;
}

.m-l--24 {
  margin-left: 24px;
}

.m-l--30 {
  margin-left: 30px;
}

.m-x--auto {
  margin-left: auto;
  margin-right: auto;
}

.p-r--35 {
  padding-right: 35px;
}

.p-b--5 {
  padding-bottom: 5px;
}

.p-b--10 {
  padding-bottom: 10px;
}

.p-b--15 {
  padding-bottom: 15px;
}

.p-b--20 {
  padding-bottom: 20px;
}

.p-b--25 {
  padding-bottom: 25px;
}

.p-b--30 {
  padding-bottom: 30px;
}

.p-b--35 {
  padding-bottom: 35px;
}

.p-b--40 {
  padding-bottom: 40px;
}

.p-b--45 {
  padding-bottom: 45px;
}

.p-b--65 {
  padding-bottom: 65px;
}

.p-b--100 {
  padding-bottom: 100px;
}

.p-b--105 {
  padding-bottom: 105px;
}

.p-t--5 {
  padding-top: 5px;
}

.p-t--10 {
  padding-top: 10px;
}

.p-t--15 {
  padding-top: 15px;
}

.p-t--20 {
  padding-top: 20px;
}

.p-t--25 {
  padding-top: 25px;
}

.p-t--30 {
  padding-top: 30px;
}

.p-t--35 {
  padding-top: 35px;
}

.p-t--40 {
  padding-top: 40px;
}

.p-t--45 {
  padding-top: 45px;
}

.p-l--10 {
  padding-left: 10px;
}

.p-l--15 {
  padding-left: 15px;
}

.p-l--18 {
  padding-left: 18px;
}

.p-l--20 {
  padding-left: 20px;
}

.p-l--30 {
  padding-left: 30px;
}

.p-l--33 {
  padding-left: 33px;
}

.p-l--40 {
  padding-left: 40px;
}

.p-l--45 {
  padding-left: 45px;
}

.p-l--50 {
  padding-left: 50px;
}

.p-l--65 {
  padding-left: 65px;
}

.bg-gray {
  background-color: #f7f7f7;
}

.bg--orange {
  background-color: #ffe7c9;
}

.bg--blue {
  background-color: #008bce;
}

.bg--gradient-blue-r {
  background: linear-gradient(180deg, #eef6f9 0, #fbfaff 50%, #fff);
}

.bg--gradient-blue {
  background: linear-gradient(180deg, #fff 0, #fbfaff 50%, #eef6f9);
}

.color--green {
  color: #26ad18;
}

.color--green-light {
  color: #01be56;
}

.color--blue {
  color: #0084c8;
}

.color--dark-blue {
  color: #053f7f;
}

.color--white {
  color: #fff;
}

.color--gray {
  color: #474747;
}

.color--blue {
  color: #228acb;
}

.sub-caption {
  text-align: center;
  margin-bottom: 30px;
}

.caption,
h2 {
  text-align: center;
  font-size: 25px;
  line-height: 30px;
  font-weight: 900;
  font-family: lato, sans-serif;
  color: #333;
}

.caption span,
h2 span {
  color: #f89a0d;
}

.caption--white {
  color: #fff;
}

.caption--bold {
  font-weight: 700;
}

.caption--light {
  color: #d2f4e1;
  font-weight: 700;
}

.caption--light span {
  color: #fff;
}

.link {
  color: #228acb;
  font-family: open-sans, sans-serif;
}

.link,
.link:hover {
  text-decoration: underline;
}

.section {
  padding-top: 25px;
  padding-bottom: 40px;
}

.section--40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.btn--orange,
.btn--testen {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 17px;
  height: 35px;
  line-height: 1px;
  background-color: #ff9a00;
  box-shadow: 0 5px 10px rgba(255, 154, 0, 0.25);
  border-radius: 10px;
  font-family: lato, sans-serif;
  padding-bottom: 4px;
  padding-right: 20px;
  font-weight: 700;
  color: #fff;
  position: relative;
}

.btn--orange:before,
.btn--testen:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 12px;
  background: url(../img/arrow-btn.png) 50% no-repeat;
  background-size: 100%;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.btn--orange:hover,
.btn--testen:hover {
  background-color: #f09100;
}

.btn--testen-short {
  max-width: 155px;
}

.btn--testen-short2 {
  max-width: 186px;
}

.btn--testen-middle {
  max-width: 200px;
}

.btn--orange {
  font-size: 20px;
  padding-bottom: 2px;
}

.btn--orange:before {
  right: 19px;
}

.btn--blue {
  background-color: #248cc9;
  box-shadow: 0 5px 10px rgba(36, 140, 201, 0.25);
}

.list li:not(:last-of-type) {
  margin-bottom: 15px;
}

.list--4 li:not(:last-of-type) {
  margin-bottom: 4px;
}

.list--marker > li {
  text-align: left;
  position: relative;
  line-height: 20px;
  padding-left: 25px;
  line-height: 1.5;
}

.list--marker li:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/check.png) 50%/100% no-repeat;
  left: 0;
  top: 4px;
  width: 15px;
  height: 15px;
}

.list--marker-small li {
  padding-left: 13px;
}

.list--marker-white li {
  padding-left: 20px;
}

.list--marker-white li:before {
  background: url(../img/check-white.png) 50%/100% no-repeat;
}

.list--img li {
  display: grid;
  grid-template-columns: 32px 1fr;
  grid-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.list--img li div {
  text-align: center;
}

.list--5 > li {
  margin-bottom: 5px;
}

.list--15 li {
  margin-bottom: 15px;
}

.amp-carousel-button,
body .amp-carousel-button.amp-disabled {
  opacity: 1;
  visibility: visible;
}

.amp-carousel-button {
  z-index: 200;
  margin: 0;
  width: 56px;
  height: 56px;
  outline: none;
}

.amp-carousel-button:active,
.amp-carousel-button:focus {
  outline: none;
  border: none;
}

.amp-carousel-button-prev {
  background: url(../img/prev-arrow.png) 50%/100% no-repeat;
  left: 15px;
}

.amp-carousel-button-next {
  background: url(../img/next-arrow.png) 50%/100% no-repeat;
  right: 15px;
}

.client-slider .amp-carousel-button {
  top: -182px;
}

.testimonial-wrapper .amp-carousel-button {
  top: -217px;
}

.wrap-screen-slider .amp-carousel-button {
  top: 45px;
}

.wrap-screen-slider .amp-carousel-button-prev {
  left: 0;
}

.wrap-screen-slider .amp-carousel-button-next {
  right: 0;
}

.slider-watch .amp-carousel-button {
  top: 60px;
}

.slider-watch .amp-carousel-button-prev {
  left: 165px;
}

.slider-watch .amp-carousel-button-next {
  right: 15px;
}

.partner {
  display: inline-block;
  vertical-align: top;
}

.timer-discount {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}

.timer-discount__elem {
  margin: 0 10px;
}

.timer-discount__firs {
  width: 100%;
  padding-left: 14px;
  margin-bottom: 10px;
}

.bwl_countdown_bg {
  padding: 12px 0;
  border-radius: 5px;
  background: linear-gradient(135deg, #1887c0, #34c1af);
}

.bwl_countdown__couter {
  font-size: 18px;
}

.bwl_countdown__wrap-item {
  text-align: center;
  padding: 0 5px;
  color: #fff;
  border-right: 1px solid #fff;
  font-size: 24px;
  min-width: 55px;
}

.bwl_countdown__wrap-item:last-of-type {
  border-right: none;
}

.bwl_countdown_bg__wrapper {
  display: flex;
}

.countdown_label {
  font-size: 12px;
}

.form {
  max-width: 255px;
  margin-left: auto;
  margin-right: auto;
}

.wrap-input {
  margin-bottom: 20px;
  text-align: center;
}

.input {
  display: block;
  width: 100%;
  border: 1px solid #bebebe;
  background-color: #fff;
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-size: 25px;
  font-family: lato, sans-serif;
  outline: none;
  height: 34px;
  border-radius: 12px;
  padding-left: 10px;
  padding-bottom: 7px;
  color: #888;
}

.input::-moz-placeholder {
  line-height: 1.2;
}

.input:-ms-input-placeholder {
  line-height: 1.2;
}

.input::placeholder {
  line-height: 1.2;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip-slider {
  position: static;
}

.tooltip-slider .tooltip-main {
  top: auto;
  bottom: 20px;
  transform: translateX(-50%);
  left: 50%;
}

.tooltip:hover .tooltip-main {
  display: block;
}

.tooltip-main {
  display: none;
  position: absolute;
  background: none repeat scroll 0 0 #f2f2f2;
  border: 1px solid #898989;
  border-radius: 1px;
  box-shadow: 0 0 3px 0 #000;
  padding: 3px 8px;
  text-align: left;
  color: #333;
  font-size: 14px;
  font-family: Verdana;
  max-width: 403px;
  line-height: 1.5;
  -webkit-animation: fadeUp 0.3s 0.2s backwards;
  animation: fadeUp 0.3s 0.2s backwards;
  z-index: 200;
  min-width: 250px;
}

.tooltip-main-first {
  top: 20px;
  left: 0;
  transform: translateX(-75%);
  min-width: 270px;
}

.tooltip-main-tuv {
  top: 0;
  left: 0;
  transform: translateX(-75%) translateY(-100%);
  min-width: 270px;
}

.tooltip-wie {
  left: 0;
  transform: translateX(-30%);
  top: 25px;
}

.tooltip-second {
  top: 0;
  left: 0;
  transform: translateX(-50%) translateY(-100%);
  min-width: 300px;
}

.tooltip-first {
  top: 110%;
  left: 0;
  transform: translateX(-50%);
  min-width: 300px;
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.modal {
  right: auto;
  bottom: auto;
  overflow: visible;
  max-width: 95%;
  max-height: 95%;
  height: 100%;
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.54);
  border: 1px solid #a1a1a1;
  padding: 20px 15px;
  background-color: #fff;
  display: none;
  width: 100%;
}

.modal.active {
  display: block;
}

.modal-close-icon {
  position: absolute;
  cursor: pointer;
  z-index: 10;
  top: -15px;
  right: -8px;
}

.modal-close-icon img {
  width: auto;
}

.modal__contant {
  height: 100%;
  max-height: calc(100% - 185px);
  overflow-y: auto;
}

.modal__title {
  font-size: 22px;
  line-height: 1.4em;
  text-align: center;
  margin-bottom: 10px;
  color: #474747;
  font-family: Lato, Arial;
  font-weight: 700;
}

.modal__sub-title {
  font-size: 14px;
  text-align: center;
  font-family: Verdana, Arial;
  color: #474747;
  margin-bottom: 25px;
}

.modal__block {
  z-index: 2;
  border: 1px solid #dcdcdc;
  position: relative;
  margin-bottom: 20px;
  flex-direction: column;
  display: none;
}

.modal__block.active {
  display: flex;
}

.modal__block ul {
  padding: 10px 13px 16px;
  width: 100%;
}

.modal__block ul li {
  white-space: nowrap;
  font-family: Verdana, Arial;
  padding-top: 5px;
  font-size: 15px;
  color: #555;
  font-feature-settings: "lnum", "liga", "clig off";
  font-variant: lining-nums no-common-ligatures;
}

.modal__block ul li span {
  cursor: pointer;
}

.modal__block ul li span:hover {
  text-decoration: underline;
}

.modal__header {
  background-color: #dcdcdc;
  border-bottom: 3px solid #a7a7a7;
  height: 53px;
  box-sizing: border-box;
  padding: 10px 23px 16px 27px;
  color: #555;
  font-size: 18px;
  text-align: center;
}

.modal__header p {
  line-height: 1.3em;
  font-family: Verdana, Arial;
  color: #555;
}

.modal__col {
  border-right: 1px solid #a7a7a7;
  flex-grow: 1;
}

.modal__col:last-child {
  border-right: 0;
}

.modal__inner {
  display: flex;
}

.modal__wrap-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.modal__nav {
  display: inline-flex;
  background-color: #ec802c;
  left: 15px;
  z-index: 3;
}

.modal__nav-item {
  padding: 15px;
  cursor: pointer;
  margin-bottom: 10px;
  color: #fff;
}

.modal__nav-item.active button {
  text-decoration: underline;
  color: #fff;
}

.modal__nav-item:last-child {
  margin-bottom: 0;
}

.modal__row,
.modal__row-f {
  display: flex;
  width: 100%;
}

.modal__row-f {
  flex-wrap: wrap;
}

.modal__row-f ul {
  width: 50%;
}

.modal__wrap-close {
  text-align: right;
}

.modal__wrap-close span {
  cursor: pointer;
}

.tooltip-elem {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}

.tooltip-elem[data-tooltipe-position="right"] .tooltip-desc {
  left: auto;
  right: 0;
}

.tooltip-elem:hover .tooltip-desc {
  display: block;
}

body .modal .tooltip-elem-40 .tooltip-desc {
  right: -40px;
}

body .modal .tooltip-elem-25 .tooltip-desc {
  right: -25px;
}

body .modal .tooltip-elem-5 .tooltip-desc {
  right: -5px;
}

body .modal .tooltip-elem-10 .tooltip-desc {
  right: -10px;
}

body .modal .tooltip-elem-35 .tooltip-desc {
  right: -35px;
}

body .modal .tooltip-elem-42 .tooltip-desc {
  right: -42px;
}

.tooltip-desc {
  left: 0;
  bottom: -10px;
  transform: translateY(100%);
  z-index: 1500;
  position: absolute;
  display: none;
  font-family: Verdana !important;
  width: 260px;
  max-width: 500px;
  z-index: 900;
  border: 2px solid #a7a7a7 !important;
  background-color: #fff !important;
  border-radius: 0 !important;
  padding: 15px;
  line-height: 20px;
  white-space: normal;
  font-size: 14px !important;
  color: #555 !important;
}

.price-modal {
  background-color: #fff;
  overflow: auto;
}

.price-modal .header {
  margin-bottom: 20px;
}

.price-modal__contant {
  padding-top: 40px;
}

.price-modal--close {
  position: absolute;
  left: 10px;
  top: 0;
}

.hero-section {
  padding-top: 22px;
  margin-bottom: 70px;
}

.hero-section:before {
  content: "";
  width: 200%;
  height: 110%;
  position: absolute;
  left: 50%;
  top: -159px;
  transform: translateX(-50%);
  background: #00b346;
  border-radius: 46%;
}

.hero-section .container {
  position: relative;
  z-index: 2;
}

.hero-section__content {
  color: #fff;
  display: flex;
  padding-top: 30px;
  margin-bottom: 6px;
}

.hero-section__wrap-img {
  margin-top: -50px;
  margin-left: -185px;
  margin-right: -20px;
}

.block-counter {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 13px rgba(47, 47, 47, 0.13);
  overflow: hidden;
  border-radius: 10px;
  padding: 20px 0 15px;
  text-align: center;
}

.slider-watch {
  max-width: 320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.slider-watch__item {
  display: flex;
}

.slider-watch__item p {
  padding-top: 73px;
}

.slider-watch__item--r {
  margin-right: -15px;
}

.slider-watch__item--l {
  margin-left: -15px;
}

.slider-watch__img {
  flex-shrink: 0;
}

.text-no-wrap {
  white-space: nowrap;
}

.counter-block {
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
}

.counter {
  font-family: lato, sans-serif;
}

.counter,
.counter-value {
  display: flex;
  justify-content: center;
  align-items: center;
}

.counter-value {
  width: 40px;
  height: 40px;
  font-size: 26.98px;
  color: #333334;
  font-weight: 600;
  padding-bottom: 4px;
  border: 1px solid #ebebeb;
  border-radius: 12px;
  background: #f6f6f6;
}

.counter-point {
  margin-top: -19px;
  margin-left: 2px;
  margin-right: 2px;
  font-size: 19.27px;
}

.wrap-counter {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.title {
  font-size: 16px;
  font-family: lato, sans-serif;
  text-align: center;
}

.wrap-tbl_buchhaltung {
  padding-bottom: 10px;
  padding-top: 15px;
}

.tbl_buchhaltung {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 10px;
}

.tbl_buchhaltung__title {
  font-size: 22px;
  color: #00c282;
  font-family: marydale, sans-serif;
}

.tbl_buchhaltung p {
  line-height: 1.3em;
}

.tbl_buchhaltung td {
  width: 50%;
  vertical-align: top;
  border: 1px solid #d4d4d4;
  position: relative;
  line-height: 1.3em;
  padding: 9px 0;
}

.tbl_buchhaltung td:first-of-type {
  border-left: none;
}

.tbl_buchhaltung td:last-of-type {
  border-right: none;
  padding-left: 9px;
}

.tbl_buchhaltung h4 {
  font-family: lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 7px;
  line-height: 1.1;
  white-space: nowrap;
}

.tbl_buchhaltung tr:first-child td {
  border-top: none;
  padding-bottom: 2px;
  padding-top: 0;
}

.tbl_buchhaltung tr:last-of-type td {
  border-bottom: none;
}

.tbl_buchhaltung__fiiter-title {
  font-family: lato, sans-serif;
  font-size: 16px;
  color: #01be56;
}

.tbl_buchhaltung__fiiter-title-blue {
  color: #228acb;
}

.tbl_buchhaltung__b-t {
  border-top: none;
  border-bottom: none;
}

.tbl_buchhaltung__arrow {
  position: absolute;
  top: 4px;
  left: 54px;
}

.tbl_buchhaltung .tbl_buchhaltung__b-b {
  border-bottom: 0;
}

.tbl_buchhaltung .tbl_buchhaltung__b-t {
  border-top: none;
}

.icon_images {
  display: flex;
  align-items: center;
  text-align: left;
  padding-left: 5px;
  margin-bottom: 12px;
}

.icon_images-img {
  text-align: center;
  width: 30px;
  margin-right: 5px;
}

.icon-info {
  width: 13px;
  height: 13px;
  background: url(../img/info.png) 50% no-repeat;
  background-size: 100%;
}

.block-logos-box {
  text-align: center;
  padding-top: 17px;
  padding-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  margin-left: -2px;
  margin-right: -2px;
}

.block-logos-box__title {
  font-size: 16px;
  font-family: lato, sans-serif;
  margin-bottom: 14px;
}

.block-logos-box__img {
  margin-bottom: 13px;
}

.block-logos-box__link {
  font-size: 12px;
  color: #228acb;
  text-decoration: underline;
}

.wrap-video {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -28px;
}

.video-block-header {
  display: flex;
}

.video-block-header > div {
  width: 50%;
  font-size: 10px;
}

.video-block-footer {
  display: flex;
  padding-top: 5px;
}

.video-block-footer > div {
  position: relative;
  width: 50%;
}

.video-block-footer__img-1 {
  position: relative;
  z-index: 2;
  left: -12px;
  top: -14px;
}

.video-block-footer__img-2 {
  position: absolute;
  z-index: 1;
  left: 40px;
  top: -35px;
}

.wrap-music-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
}

.block-music-links {
  text-align: center;
  position: relative;
  padding-top: 17px;
}

.block-music-links__icon {
  position: absolute;
  right: 19px;
  top: 0;
}

.no-wrap-t {
  white-space: nowrap;
}

.logo-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.postit_zeit {
  position: absolute;
  bottom: 30px;
  left: 20px;
}

.v-middle {
  vertical-align: middle;
}

.v-t-bottom {
  vertical-align: text-bottom;
}

.video-btn {
  width: 274px;
  height: 174px;
}

.screen-wrapper {
  text-align: center;
}

.relative,
.screen-wrapper {
  position: relative;
}

.slider-dots button {
  border: 0;
  padding: 0;
  width: 10px;
  height: 10px;
  background: #ddd;
  border-radius: 50%;
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
}

.slider-dots .active {
  background: #37b5a5;
}

.screen-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrap-screen-slider {
  padding-left: 8px;
  padding-right: 8px;
  margin-top: -10px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.quote-wrapper {
  background-repeat: no-repeat;
  z-index: 1;
  left: auto;
  right: auto;
  max-width: 100%;
  width: auto;
  text-align: left;
  margin-bottom: 10px;
  padding: 20px;
  background-image: url(../img/note-bg.png);
  position: relative;
  background-size: 100% 100%;
}

.px-5 {
  padding-left: 30px;
  padding-right: 30px;
}

.mx-2 {
  margin-left: 8px;
  margin-right: 8px;
}

.slider-box {
  background: #fff;
  border-radius: 4px;
  padding: 29px 22px;
  margin-bottom: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
}

.thumb {
  transition: 0.3s;
}

.img-box {
  border: 2px solid transparent;
  border-radius: 3px;
}

.img-box.active {
  border: 2px solid #ff811d;
}

.img-box button {
  font-size: 0;
  line-height: 0;
}

.current-slide-4,
.current-slide-5 {
  transform: translateX(-65px);
}

.current-slide-6,
.current-slide-7,
.current-slide-8,
.current-slide-9 {
  transform: translateX(-130px);
}

.client-slider,
.testimonial-wrapper {
  position: relative;
  max-width: 340px;
  width: 100%;
  margin: 0 auto;
}

.slider-box {
  margin: 85px 20px 20px;
}

.wrap-client-slider {
  position: relative;
}

.testimonial-item {
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  margin: 85px 20px 20px;
}

.testimonial-item__header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  position: relative;
}

.testimonial-item__header:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 225px;
  height: 1px;
  background-color: #dfdfdf;
  transform: translateX(-50%);
}

.testimonial-item__name {
  font-size: 16px;
  font-family: lato, sans-serif;
}

.testimonial-item__position {
  margin-bottom: 5px;
}

.testimonial-item__wrap-img {
  margin-right: 10px;
  flex-shrink: 0;
}

.testimonial-item__desc {
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 20px;
  line-height: 1.45;
  position: relative;
}

.client-slider-dots,
.testimonial-dots {
  max-width: 199px;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 200;
  padding-top: 3px;
  padding-bottom: 3px;
}

.client-slider-dots ul,
.testimonial-dots ul {
  display: flex;
  align-items: center;
}

.client-slider-dots ul li,
.testimonial-dots ul li {
  font-size: 0;
  line-height: 0;
}

.client-slider-dots .img-box {
  border: none;
  opacity: 0.6;
}

.client-slider-dots .img-box.active {
  opacity: 1;
  border: none;
}

.client-slider-dots .thumb {
  transform: none;
  justify-content: center;
}

.client-slider-dots .thumb li {
  margin-left: 1px;
  margin-right: 1px;
}

.small-heading {
  font-size: 12px;
  line-height: 17px;
}

.font-weight-bold {
  font-weight: 700;
}

.bg-box {
  margin-bottom: 10px;
  background-image: url(../img/circle-1.png);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  max-width: 100%;
}

.bg-box.box-2 {
  background-image: url(../img/circle-2.png);
}

.bg-box.box-3 {
  background-image: url(../img/circle-3.png);
}

.bg-box h3 {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.bg-box h3 .text-grey {
  color: #d0d0d0;
}

.show {
  display: block;
  visibility: visible;
}

.hide {
  display: none;
  visibility: hidden;
}

.disk {
  list-style-type: disc;
}

.d-b-l {
  display: inline-block;
}

.l-h--1-5 {
  line-height: 1.5;
}

.text-mark {
  background: #aaddd6;
  padding: 1px 3px;
}

.w-100 {
  width: 100%;
}

.overlay {
  background: url(../img/overlay.png);
}

.modal-cust,
.overlay {
  width: 100%;
  height: 100%;
}

.modal-cust {
  background-color: #fff;
  max-width: 93%;
  max-height: 96%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.modal-cust--auto {
  height: auto;
}

.modal-cust .list {
  margin-bottom: 20px;
}

.modal-cust__contant {
  height: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 25px 20px;
  position: relative;
}

.modal-cust__contant .center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-height: 150px;
  width: 100%;
  padding: 0 15px;
}

.modal-cust__img {
  max-width: 100%;
  margin-bottom: 20px;
}

.modal--gray {
  background: #fafafa;
}

.modal-custom-close {
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(25%, -25%);
  width: 44px;
  height: 45px;
  background: url(../img/haken_gross.png) 50% no-repeat;
  z-index: 20;
  padding: 0;
  cursor: pointer;
}

.modal-des {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-des__inner {
  max-width: 250px;
  border-radius: 5px;
  background-color: #fff;
  padding: 30px 25px;
  position: relative;
}

.modal-des__wrap-img {
  margin-right: 25px;
}

.modal__content-info {
  overflow: auto;
  max-height: calc(100vh - 235px);
}

.btn-close-modal {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 11px;
  top: 11px;
}

.btn-close-modal:after,
.btn-close-modal:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 10px;
  background-color: #f43557;
  top: 50%;
  left: 50%;
}

.btn-close-modal:after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.btn-close-modal:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.tabs-ctrl {
  display: flex;
  flex-wrap: wrap;
  margin: -5px -5px 20px;
}

.tabs-ctrl--first li:first-of-type {
  max-width: 110px;
}

.tabs-ctrl li {
  margin: 3px;
}

.tabs-ctrl button {
  width: 100%;
  font-size: 16px;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  color: #676767;
  font-family: lato, sans-serif;
  padding: 6px 8px 8px;
  line-height: 1;
  transition: color 0.2s, background-color 0.2s;
  min-width: 88px;
}

.tabs-ctrl button[selected] {
  background-color: #ff9f00;
  color: #fff;
  font-weight: 700;
  border: none;
}

.tabs-ctrl--them button {
  position: relative;
}

.tabs-ctrl--them button:before {
  content: "";
  width: 1px;
  height: 22px;
  position: absolute;
  background: #8f8f8f;
  top: 100%;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  transition: 0.3s;
}

.tabs-ctrl--them button[selected] {
  background-color: #fff;
  color: #ff9f00;
  font-weight: 700;
  border: none;
}

.tabs-ctrl--them button[selected]:before {
  opacity: 1;
}

amp-selector [option][selected] {
  outline: none;
}

.acordion-content {
  background: #fff;
  padding: 30px 0 15px;
  border-radius: 9px;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.acordion-content--second {
  padding: 15px 19px 0;
  border-radius: 10px;
}

.acordion-content__title.acordion-content__title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
  font-family: lato, sans-serif;
}

.tabs-contant {
  border-radius: 4px;
  display: none;
  -webkit-animation: fade 0.4s ease-in-out backwards;
  animation: fade 0.4s ease-in-out backwards;
}

.tabs-contant[selected] {
  display: block;
}

.tabs-contant h3 {
  line-height: 1.2;
  font-size: 16px;
  color: #f59d18;
  font-weight: 700;
  font-family: lato, sans-serif;
  margin-bottom: 5px;
}

.tabs-contant p {
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 26px;
}

.tabs-contant .list li {
  line-height: 17px;
  margin-bottom: 8px;
}

.wrap-ekomi {
  min-height: 238px;
  text-align: center;
  margin-top: -115px;
  margin-bottom: 40px;
}

.wrap-ekomi a {
  display: inline-block;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.bilanz-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.bilanz-block__desc {
  padding-top: 5px;
}

.bilanz-block__img {
  margin-top: -5px;
  padding-right: 5px;
}

.img-icon {
  vertical-align: middle;
  margin-right: 5px;
}

.wrap-automatish {
  display: flex;
}

.wrap-automatish > div {
  width: 160px;
}

.wrap-automatish > div:nth-of-type(2) {
  position: relative;
  z-index: 2;
  margin-left: -13px;
  margin-top: 28px;
}

.link-music {
  display: inline-block;
}

.timer {
  position: absolute;
  background: url(../img/timer.png) 50%/100% no-repeat;
  width: 116px;
  height: 61.5px;
  z-index: 2;
  right: -23px;
  top: -34px;
  padding-left: 47px;
  padding-top: 8px;
}

.timer__content {
  display: flex;
  align-items: center;
}

.timer__item {
  text-align: center;
  margin-left: 1.5px;
  margin-right: 1.5px;
}

.timer__item-value {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  width: 18px;
  height: 21px;
  border-radius: 2px;
  background-image: linear-gradient(
    #23a621,
    #1c8e2c 37%,
    #147537 48%,
    #1c8e2c 63%,
    #23a621
  );
  box-shadow: 0 2px 7.92px 0.08px rgba(0, 0, 0, 0.29);
}

.timer__item-desc {
  font-size: 6px;
  display: block;
  color: #107334;
}

.marked-orange {
  background: #ffcb8e;
  padding-left: 1px;
  padding-right: 1px;
  padding-bottom: 1px;
}

.marker-green {
  background: #a8edba;
}

.marker-green,
.marker-yellow {
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 1px;
}

.marker-yellow {
  background: #ffeb77;
}

.automatish-item {
  position: relative;
}

.automatish-item__inner {
  padding: 20px 0 20px 10px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  position: relative;
}

.automatish-item__caption {
  font-weight: 600;
  color: #26ad18;
  font-size: 21.34px;
  margin-bottom: 15px;
}

.automatish-item__title {
  font-weight: 900;
  margin-bottom: 10px;
}

.automatish-item__desc {
  font-size: 12px;
  line-height: 1.2;
}

.automatish-item__desc:not(:last-of-type) {
  margin-bottom: 16px;
}

.automatish-item__links li {
  display: grid;
  grid-template-columns: 25px 1fr;
}

.automatish-item__links li:not(:last-of-type) {
  margin-bottom: 20px;
}

.automatish-item__links li span {
  margin-top: -4px;
  text-decoration: underline;
  color: #2e3e88;
}

.automatish-item__links li .info {
  margin-top: 0;
}

.automatish-item__arrow {
  position: absolute;
  right: 20px;
  bottom: -10px;
  transform: translateY(100%);
}

.automatish-item__adding {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 100px;
  color: #626ca5;
  padding-bottom: 10px;
  border-bottom: 2px solid;
}

.automatish-item ul {
  font-size: 12px;
}

.automatish-item ul li {
  line-height: 1.2;
}

.automatish-footer {
  display: flex;
  padding-top: 15px;
}

.automatish-footer > div {
  width: 50%;
  font-weight: 700;
}

.automatish-footer > div:first-of-type {
  color: #34448c;
}

.automatish-footer > div:last-of-type {
  color: #26ad18;
}

.info {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 2px;
  vertical-align: middle;
  background: url(../img/info.png) 50% no-repeat;
  background-size: 13px;
}

.block-line {
  position: relative;
}

.block-line:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 130px;
  bottom: 0;
  background-color: #75deaf;
  left: 50%;
  transform: translateX(-50%);
}

.block-slider-handy {
  width: 200%;
  transform: translateX(-25%);
  background: #00b346;
  padding-top: 45px;
  border-radius: 0 0 45% 45%;
  overflow: hidden;
}

.wrap-block-slider-handy {
  overflow: hidden;
  margin-bottom: 25px;
}

.img-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.block-siegel-content {
  display: none;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.block-siegel-content.active {
  display: block;
}

.block-siegel {
  display: flex;
}

.block-siegel__wrap-img {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-siegel__item {
  width: 33.333333%;
  flex-shrink: 0;
  text-align: center;
  position: relative;
}

.block-siegel__item:last-of-type:before {
  content: none;
}

.block-siegel__item button {
  position: relative;
}

.block-siegel__item button span {
  color: #228acb;
  vertical-align: middle;
  display: inline-block;
  text-decoration: underline;
}

.block-siegel__btn.active .block-siegel__btn-arrow {
  transform: translateY(50%) rotate(135deg);
}

.block-siegel__btn span {
  display: inline-block;
  color: #228acb;
  text-decoration: underline;
}

.block-siegel__btn-arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #228acb;
  border-bottom: 2px solid #228acb;
  transform: rotate(-45deg);
  margin-left: 3px;
  margin-bottom: 3px;
  text-decoration: none;
  transition: 0.3s;
}

.btn-info {
  font-size: 0;
  line-height: 0;
}

.block-tuv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
}

.block-tuv__desc {
  color: #fff;
  line-height: 17px;
  margin-left: 20px;
}

.wrap-video {
  text-align: center;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

.wrap-video__img {
  display: flex;
  justify-content: center;
}

.check3 li {
  text-align: left;
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}

.check3 li:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/check_f3.png) 50% no-repeat;
  left: 0;
  top: 4px;
  width: 17px;
  height: 12px;
}

.made-block-info {
  position: relative;
  height: auto;
}

.made-block-info p {
  margin-bottom: 15px;
}

.made-block-info ul li {
  background-image: url(../img/haken.2.png);
  background-position: 0 4px;
  background-repeat: no-repeat;
  padding-left: 25px;
  background-position: 0 1px;
  margin: 4px 0;
}

.made-block-info__header {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.made-block-info__title.made-block-info__title {
  color: #870004;
  font-size: 20px;
  margin-bottom: 0;
}

.made-block-info__img {
  flex-shrink: 0;
  margin-top: -15px;
  margin-bottom: -15px;
  margin-right: 15px;
}

.darkblue {
  color: #06325a;
}

.block-trust {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-between;
  margin-bottom: -12px;
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
}

.block-trust__item {
  margin-bottom: 12px;
}

.block-trust__item:first-of-type,
.block-trust__item:nth-of-type(4) {
  text-align: left;
}

.block-trust__item:nth-of-type(3),
.block-trust__item:nth-of-type(6) {
  text-align: right;
}

.block-trust__item:hover .block-trust__content {
  height: auto;
  padding: 30px;
  box-shadow: 0 0 5px #ccc;
}

.block-trust__content {
  height: 0;
  padding: 0;
  overflow: hidden;
  background-color: #fff;
  text-align: left;
  border-radius: 3px;
  position: absolute !important;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  white-space: nowrap;
  text-align: center;
}

.section--automatish {
  padding-top: 40px;
  padding-bottom: 15px;
  background: url(../img/bg--green.png) 50% no-repeat;
  background-color: #00bf4c;
}

.card {
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  padding-top: 27px;
  padding-bottom: 23px;
  margin-bottom: 15px;
}

.card__value {
  color: #f90;
  font-size: 29.91px;
  font-weight: 700;
  font-family: lato, sans-serif;
  margin-bottom: 10px;
}

.table-ctrl {
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
}

.table-ctrl-item {
  padding-top: 2px;
  padding-bottom: 2px;
  display: grid;
  grid-template-columns: 25px 1fr 80px;
  font-size: 9px;
}

.table-ctrl-item:not(:last-of-type) {
  border-bottom: 1px solid #e1e1e1;
}

.table-ctrl-item__wrap-img {
  text-align: center;
  padding-top: 2px;
}

.table-ctrl-item__wrap-input {
  display: flex;
}

.table-ctrl-item__title {
  padding-top: 1px;
}

.table-arrow {
  position: absolute;
  right: -1px;
  top: -35px;
}

.input-crtl {
  width: 32px;
  height: 15px;
  font-size: 10px;
  border-radius: 15px;
  margin-right: 5px;
  border: 1px solid #a6a6a6;
  padding: 0 4px;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.table-price {
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin-bottom: 10px;
  position: relative;
}

.table-price__line {
  width: 2px;
  height: 70px;
  position: absolute;
}

.table-price__line:before {
  content: "";
  width: 0;
  height: 0;
  padding: 0;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  border-top: 2px solid transparent;
  border-left: 2px solid #00b64b;
  border-bottom: 2px solid transparent;
}

.table-price__line--green {
  background: #00b64b;
  top: 26px;
  left: -10px;
}

.table-price__line--orange {
  background: #ff7c00;
  top: 97px;
  height: 85px;
  left: -10px;
}

.table-price__line--orange:before {
  border-left: 2px solid #ff7c00;
}

.table-price-item {
  display: grid;
  grid-template-columns: 20px 1fr 55px 59px;
  font-size: 7.8px;
  min-height: 10px;
}

.table-price-item--second {
  display: grid;
  grid-template-columns: 1fr 65px 59px;
}

.table-price-item--second .table-price-item__title {
  padding-left: 25px;
}

.table-price-item--all {
  display: grid;
  grid-template-columns: 1fr 59px;
}

.table-price-item--all .table-price-item__value {
  color: #01be56;
  font-weight: 700;
  white-space: nowrap;
}

.table-price-item--all .table-price-item__title {
  padding-left: 25px;
}

.table-price-item:not(:last-of-type) {
  border-bottom: 1px solid #e1e1e1;
}

.table-price-item__wrap-img {
  text-align: center;
  padding-top: 2px;
}

.table-price-item__title {
  padding-top: 1.5px;
  padding-bottom: 1.5px;
}

.table-price-item__value {
  text-align: right;
  padding-right: 2px;
  border-left: 1px solid #e1e1e1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.table-price-item__value-title {
  padding-top: 3px;
  padding-bottom: 3px;
  line-height: 1.3;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.table-price-item__value--lex {
  background: #d5f1e6;
}

.table-price-footer {
  display: flex;
  justify-content: space-between;
}

.table-price-footer__item:first-of-type {
  font-size: 8px;
}

.table-price-footer__item:first-of-type span {
  font-size: 9px;
  color: #f90;
}

.table-price-footer__item:last-of-type {
  font-size: 12px;
}

.table-price-footer__item:last-of-type span {
  font-size: 16px;
  color: #01be56;
  font-weight: 700;
  font-family: lato, sans-serif;
}

.acordion-content--third {
  padding: 0;
}

.modal__content-info {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.product-item {
  padding-top: 25px;
  padding-bottom: 25px;
}

.product-item__wrap-img {
  height: 60px;
  margin-bottom: 15px;
}

.product-item__desc {
  padding-left: 15px;
  padding-right: 15px;
}

.product-item__desc p {
  font-family: lato, sans-serif;
  font-size: 15px;
  color: #565656;
}

.product-item:not(:last-of-type) {
  border-bottom: 1px solid #eaeaea;
}

.api_epages {
  background: url(../img/anzeigen/api_epages.png) 50% no-repeat;
}

.api_billbee {
  background: url(../img/anzeigen/api_billbee.png) 50% no-repeat;
}

.api_german-market {
  background: url(../img/anzeigen/api_german-market.png) 50% no-repeat;
}

.api_lightspeed {
  background: url(../img/anzeigen/api_lightspeed.png) 50% no-repeat;
}

.api_netzkollektiv {
  background: url(../img/anzeigen/api_netzkollektiv.png) 50% no-repeat;
}

.api_shopify {
  background: url(../img/anzeigen/api_shopify.png) 50% no-repeat;
}

.api_shopqueue {
  background: url(../img/anzeigen/api_shopqueue.png) 50% no-repeat;
}

.api_shopsy {
  background: url(../img/anzeigen/api_shopsy.png) 50% no-repeat;
}

.api_versa {
  background: url(../img/anzeigen/api_versa.png) 50% no-repeat;
}

.api_invioces {
  background: url(../img/anzeigen/api_invioces.png) 50% no-repeat;
}

.api_holvi {
  background: url(../img/anzeigen/api_holvi.png) 50% no-repeat;
}

.api_invoice-fetcher {
  background: url(../img/anzeigen/api_invoice-fetcher.png) 50% no-repeat;
}

.api_kontist {
  background: url(../img/anzeigen/api_kontist.png) 50% no-repeat;
}

.api_paypal {
  background: url(../img/anzeigen/api_paypal.png) 50% no-repeat;
}

.api_penta {
  background: url(../img/anzeigen/api_penta.png) 50% no-repeat;
}

.api_qonto {
  background: url(../img/anzeigen/api_qonto.png) 50% no-repeat;
}

.api_datevconnect {
  background: url(../img/anzeigen/api_datevconnect.png) 50% no-repeat;
}

.api_reisekosten {
  background: url(../img/anzeigen/api_reisekosten.png) 50% no-repeat;
}

.api_onexma {
  background: url(../img/anzeigen/api_onexma.png) 50% no-repeat;
}

.api_smartsteuer {
  background: url(../img/anzeigen/api_smartsteuer.png) 50% no-repeat;
}

.api_cleverreach {
  background: url(../img/anzeigen/api_cleverreach.png) 50% no-repeat;
}

.api_clockodo {
  background: url(../img/anzeigen/api_clockodo.png) 50% no-repeat;
}

.api_etermin {
  background: url(../img/anzeigen/api_etermin.png) 50% no-repeat;
}

.api_filee {
  background: url(../img/anzeigen/api_filee.png) 50% no-repeat;
}

.api_timetrack {
  background: url(../img/anzeigen/api_timetrack.png) 50% no-repeat;
}

.api_timicx {
  background: url(../img/anzeigen/api_timicx.png) 50% no-repeat;
}

.api_zapier {
  background: url(../img/anzeigen/api_zapier.png) 50% no-repeat;
}

.api_debevet {
  background: url(../img/anzeigen/api_debevet.png) 50% no-repeat;
}

.api_open-handwerk {
  background: url(../img/anzeigen/api_open-handwerk.png) 50% no-repeat;
}

.api_apple-watch {
  background: url(../img/anzeigen/api_apple-watch.png) 50% no-repeat;
}

.api_baebeca {
  background: url(../img/anzeigen/api_baebeca.png) 50% no-repeat;
}

.cyprych {
  background: url(../img/anzeigen/cyprych.png) 50% no-repeat;
}

.api_hardfork {
  background: url(../img/anzeigen/api_hardfork.png) 50% no-repeat;
}

.api_my-scale {
  background: url(../img/anzeigen/api_my-scale.png) 50% no-repeat;
}

.api_econsor {
  background: url(../img/anzeigen/api_econsor.png) 50% no-repeat;
}

.api_future {
  background: url(../img/anzeigen/api_future.png) 50% no-repeat;
}

.amp-script {
  opacity: 1;
}

.header {
  padding-top: 15px;
  background: #00b346;
  position: relative;
  z-index: 2;
}

.footer {
  background-size: 348px;
}

.footer-block {
  border: 2px solid #00ad46;
  border-radius: 10px;
}

.footer__content {
  background-color: #00b346;
  padding-top: 22px;
  padding-bottom: 25px;
}

.footer__content .caption {
  color: #fff;
}

.footer__inner {
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer__nav {
  padding-top: 12px;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
}

.footer__nav li {
  line-height: 0;
  padding: 0 11px 1px;
}

.footer__nav li a {
  color: #3b3b3b;
  line-height: 1;
}

.footer__nav li:last-child {
  margin-right: 0;
}

.hero-section {
  position: relative;
  background-size: 100% auto;
  background-repeat: no-repeat;
  /*background-image:url(../img/mobile-banner-bg.png);*/
  background-position: bottom;
}

@media only screen and (min-width: 365px) {
  .wrap-screen-slider {
    padding: 0;
    margin-left: -6px;
    margin-right: -6px;
  }
}

@media only screen and (min-width: 576px) {
  .text-sm--center {
    text-align: center;
  }

  .text-sm--left {
    text-align: left;
  }

  .text-sm--right {
    text-align: right;
  }
}

@media only screen and (min-width: 768px) {
  .text-md--center {
    text-align: center;
  }

  .text-md--left {
    text-align: left;
  }

  .text-md--right {
    text-align: right;
  }

  .modal {
    max-width: 500px;
  }

  .modal-cust {
    max-width: 760px;
  }

  .modal-cust-md--auto {
    height: auto;
  }

  .modal-info-cust-second {
    display: flex;
    justify-content: space-between;
  }

  .modal-info-cust-second > div {
    width: 40%;
    margin-left: 10px;
    margin-right: 10px;
    flex-shrink: 1;
  }

  .modal-info-cust-second > div:first-of-type {
    width: 60%;
    max-width: 555px;
  }
}

@media only screen and (min-width: 992px) {
  .text-lg--center {
    text-align: center;
  }

  .text-lg--left {
    text-align: left;
  }

  .text-lg--right {
    text-align: right;
  }
}

@media only screen and (min-width: 1200px) {
  .text-xl--center {
    text-align: center;
  }

  .text-xl--left {
    text-align: left;
  }

  .text-xl--right {
    text-align: right;
  }
}

@media only screen and (max-width: 575.9px) {
  .modal-cust--small {
    max-height: 39%;
  }
}

.blank_star {
  position: absolute;
  top: -20px;
  right: 45px;
}

.blank_star p {
  font-family: Lato, Arial;
  color: #000;
  text-align: center;
  line-height: 1.3em;
  position: absolute;
  top: 27px;
  left: 14px;
}

.blank_star .bigger_text {
  font-size: 15px;
}

.spinning_badge {
  animation: 3s spin_badge infinite;
}

@keyframes spin_badge {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.servicepreis {
  background-image: url(../img/servicepreis_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  padding: 115px 0 40px 0;
  margin-top: 95px;
  position: relative;
}

.servicepreis__siegel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  border-radius: 50%;
  filter: drop-shadow(0px 0px 30px #fff);
  box-shadow: 0px 0px 80px #ffffff5c;
}

.font-lato {
  font-family: Lato, Arial;
}

.fw-300 {
  font-weight: 300;
}

.mw-none {
  max-width: none;
}

.pb-0 {
  padding-bottom: 0;
}

.text-info-wrapper {
  position: relative;
}

.text-info-wrapper button {
  position: absolute;
  right: 7px;
  bottom: 0px;
}

.wrap-video.new {
  width: 85%;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 20px;
}

.wrap-video.new amp-iframe {
  border: 5px solid white;
  border-radius: 16px;
}

.toggle.cc.off {
  display: none !important;
}

.timebar2 {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 50;
  background-color: #ffffff;
  background-repeat: no-repeat;
}

.timebar2 .container {
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.timebar2 .leftside {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 7px;
  width: 71px;
  padding: 10px 0;
  box-sizing: border-box;
}

.timebar2 .rightside {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: center;
  height: 55px;
}

.timebar2 .rightside .timer-new {
  display: flex;
  align-items: flex-start;
  color: #000000;
  width: fit-content;
  column-gap: 7px;
  margin-top: 10px;
}

.timebar2 .rightside .timer-new .days {
  font-family: Verdana, sans-serif;
  font-size: 10px;
  text-align: left;
}

.timebar2 .rightside .timer-new .hrs-mins-secs {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  column-gap: 5px;
}

.timebar2 .rightside .timer-new .hrs-mins-secs .counting {
  display: flex;
  column-gap: 5px;
  font-family: "Bahnschrift", sans-serif;
  flex-direction: row;
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
  width: fit-content;
}

.timebar2 .rightside .timer-new .hrs-mins-secs .counting div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 28px;
}

.timebar2 .rightside .timebar .hrs-mins-secs .separator-point {
  width: 12px;
}

.timebar2 .rightside .timer-new .hrs-mins-secs .counting .namer {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  font-family: "lato", sans-serif;
  font-size: 7px;
  margin: 0px auto;
  line-height: 7px;
}

.timebar2 .rightside .sign {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Banhnschrift", sans-serif;
  font-size: 27px;
  width: 84px;
  height: 67px;
  border: 3px solid #fff4c0;
  border-radius: 0px 0px 8px 8px;
  background-color: #ffe969;
  font-weight: 700;
  box-sizing: border-box;
}

.timebar2 .rightside .sign .sign-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: rotate(5deg);
}

.timebar2 .rightside .sign .sign-text p:nth-child(1) {
  width: fit-content;
  font-family: "Bahnschrift", sans-serif;
  font-size: 25px;
  line-height: 25px;
}

.timebar2 .rightside .sign .sign-text p:nth-child(2) {
  font-family: Verdana, sans-serif;
  width: fit-content;
  font-size: 16px;
}

.search-box-outer {
  position: fixed;
  z-index: 50;
  width: 100%;
}

.search-box {
  padding: 7px 0;
  box-sizing: border-box;
  width: 500px;
  max-width: 100%;
  margin: auto;
  top: 0;
  z-index: 50;
  overflow: auto;
  background: #2d2d2d;
  color: #fff;
  cursor: pointer;
}

.search-box .search-box-content {
  position: relative;
  margin: auto;
  width: 300px;
}

.search-box .search-box-search {
  padding: 2px;
  margin-right: 13px;
  cursor: pointer;
  margin-top: 5px;
  float: right;
}

.search-box .search-box-close {
  float: right;
  cursor: pointer;
  padding: 6px 4px 5px 3px;
}

.search-box .search-box-open {
  float: right;
  padding: 3px 1px;
  cursor: pointer;
}

.search-box .search-box-logo {
}

.search-box .search-row {
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
  color: #000;
  width: 260px;
  padding: 11px 15px;
  box-sizing: border-box;
  margin: auto;
  position: absolute;
  display: block;
  top: -2px;
  left: 0;
  z-index: 800;
  display: none;
}

.search-box .fa-search {
  position: absolute;
  right: 8px;
  top: 8px;
  filter: invert(1);
}

.search-box .letter-row {
  font-size: 14px;
  font-weight: bold;
}

.search-box .row-hr {
  border-top: none;
  border-bottom: 1px solid #dfdfdf;
}

.search-box .item {
  padding: 8px 10px;
  margin-bottom: 3px;
  background: #fff;
  color: #000;
  border-radius: 5px;
}

.search-box .item a {
  font-size: 14px;
  margin-top: 3px;
}

.search-box .description-list {
  background: #444;
  overflow-y: scroll;
  margin-top: 7px;
  overflow-x: hidden;
  max-height: 80vh;
  width: 100%;
}

.search-box .description-item {
  width: 330px;
  max-width: 98%;
  margin: auto;
}

.search-box .description-title {
  font-weight: bold;
  margin-bottom: 7px;
  font-size: 14px;
  display: block;
}

.search-box .description-text {
  font-weight: inherit;
}

.search-box .search-box-navi {
  background: #444;
  overflow-y: scroll;
  margin-top: 7px;
  overflow-x: hidden;
  max-height: 80vh;
  width: 100%;
}

.search-box .search-box-navi a {
  display: block;
  text-align: center;
  padding: 9px 0;
  margin: 1px 0;
}

#videoContainer {
  cursor: pointer;
}

.videoContainer-resp,
.videoContainer-resp iframe,
.videoContainer-resp img {
  width: 500px;
  height: 280px;
  margin: auto;
}

@media (max-width: 500px) {
  .videoContainer-resp,
  .videoContainer-resp iframe,
  .videoContainer-resp img {
    width: 400px;
    height: 225px;
  }
}

@media (max-width: 400px) {
  .videoContainer-resp,
  .videoContainer-resp iframe,
  .videoContainer-resp img {
    width: 320px;
    height: 180px;
  }
}
