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;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

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: #fff;
  -webkit-box-shadow: inset 0 0 0 50px #121212;
}

b,
strong {
  font-family: inherit;
}

* {
  box-sizing: border-box;
  font-size: 14px;
  line-height: 22px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
}

html {
  width: 100%;
}

body,
html {
  height: 100%;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  background-color: #fff;
}

input {
  box-sizing: border-box;
}

button {
  font-size: 14px;
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  background-color: transparent;
  display: inline-block;
}

a,
a:hover {
  text-decoration: none;
}

h3,
h4 {
  font-weight: 600;
}

p {
  color: #464646;
}

img {
  height: auto;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

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: 15px;
  padding-right: 15px;
  max-width: 1120px;
}

.wrapper {
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.row,
.wrapper {
  display: -webkit-box;
  display: flex;
}

.row {
  flex-wrap: wrap;
}

.no-wrap {
  flex-wrap: nowrap;
}

.relative {
  position: relative;
}

@-webkit-keyframes fade-up {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-up {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.wrappers {
  display: -webkit-box;
  display: flex;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.wrappers .main {
  -webkit-box-flex: 1;
  flex: 1;
}

.main {
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.absolute-top {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  font-size: 14px;
}

.p-l-30 {
  padding-left: 30px;
}

.m-b--5 {
  margin-bottom: 5px;
}

.m-b--20 {
  margin-bottom: 20px;
}

.br {
  display: block !important;
}

.block-more-info {
  display: none;
  padding-bottom: 15px;
}

.m-285 {
  max-width: 285px;
}

.text--center {
  text-align: center;
}

.color--blue {
  color: #0018ff;
}

.font--300 {
  font-weight: 300;
}

.font--400 {
  font-weight: 400;
}

.font--500 {
  font-weight: 500;
}

.font--600 {
  font-weight: 600;
}

.font--12 {
  font-size: 12px;
}

.font--14 {
  font-size: 14px;
}

.font--16 {
  font-size: 16px;
}

.font--center {
  text-align: center;
}

.font--underline {
  text-decoration: underline;
}

.font--l-4 {
  letter-spacing: 0.4px;
}

.bold,
.strong {
  font-weight: 700;
}

.header {
  position: relative;
  background: #fff;
  padding: 20px 0 18px;
  box-shadow: 3px 0 40px rgba(205, 100, 32, 0.1);
}

.header__contant {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.footer {
  background-color: #ff7e00;
  padding-bottom: 27px;
  padding-top: 27px;
}

.footer .logo-footer {
  display: inline-block;
  margin-right: 7.5px;
}

.footer__content {
  -webkit-box-align: center;
  align-items: center;
}

.footer__content,
.footer__nav {
  display: -webkit-box;
  display: flex;
}

.footer__nav {
  -webkit-box-pack: center;
  justify-content: center;
}

.footer__nav li {
  padding-right: 7.5px;
  padding-left: 7.5px;
  font-size: 13px;
  color: #fff;
  border-right: 1px solid #fff;
}

.footer__nav li:last-of-type {
  margin-right: 0;
  border-right: 0;
}

.blackout {
  background-color: hsla(0, 0%, 85.1%, 0.63);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: none;
}

.blackout.active {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.modal {
  max-width: 490px;
  width: 100%;
  padding: 25px 20px 25px 35px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.caption,
.modal-item {
  text-align: center;
}

.caption {
  color: #242424;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 10px;
}

.caption--mb-12 {
  margin-bottom: 12px !important;
}

.caption span {
  color: #229258;
}

.sub-caption {
  font-size: 16px;
  color: #464646;
  line-height: 22px;
  text-align: center;
  margin-bottom: 10px;
}

.sub-heading {
  font-size: 16px;
  color: #464646;
  line-height: 22px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 27px;
}

.slick-slider {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list,
.slick-slider {
  position: relative;
  display: block;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.section-reviews .slick-slide,
.section-reviews
  .slick-slide[aria-hidden="true"]:not(.slick-cloned)
  ~ .slick-cloned[aria-hidden="true"] {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.section-reviews .slick-center,
.section-reviews
  .slick-slide[aria-hidden="true"]:not([tabindex="-1"])
  + .slick-cloned[aria-hidden="true"] {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.section-partners .slick-slide,
.section-reviews
  .slick-slide[aria-hidden="true"]:not(.slick-cloned)
  ~ .slick-cloned[aria-hidden="true"] {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.section-partners .slick-center,
.section-reviews
  .slick-slide[aria-hidden="true"]:not([tabindex="-1"])
  + .slick-cloned[aria-hidden="true"] {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.wrap-ctrl-slider {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.slider-dots ul {
  display: -webkit-box;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 15px;
}

.slider-dots ul li {
  line-height: 0;
}

.slider-dots ul li.slick-active button,
.slider-dots ul li button.active {
  background-color: #fe580c;
}

.slider-dots ul li button {
  font-size: 0;
  line-height: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 5px;
  border: 1px solid #fe580c;
  cursor: pointer;
}

.slider {
  margin-bottom: -8px;
}

.wrap-input {
  margin-bottom: 20px;
}

.wrap-input--b-10 {
  margin-bottom: 10px;
}

.label {
  display: -webkit-box;
  display: flex;
  text-align: left;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.label span {
  max-width: 165px;
  width: 100%;
  flex-shrink: 0;
  display: block;
  font-size: 16px;
  font-family: montserrat, Arial, Helvetica, sans-serif;
}

.input {
  width: 100%;
  max-width: 325px;
  height: 51px;
  border: 1px solid #ebebeb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  padding: 5px 15px 0;
}

.input::-webkit-input-placeholder {
  font-family: Lato;
  font-size: 30px;
  color: #242424;
  line-height: 1;
  font-weight: 700;
  padding-top: 20px;
}

.input::-moz-placeholder {
  font-family: Lato;
  font-size: 30px;
  color: #242424;
  line-height: 1;
  font-weight: 700;
  padding-top: 20px;
}

.input:-ms-input-placeholder {
  font-family: Lato;
  font-size: 30px;
  color: #242424;
  line-height: 1;
  font-weight: 700;
  padding-top: 20px;
}

.input::-ms-input-placeholder {
  font-family: Lato;
  font-size: 30px;
  color: #242424;
  line-height: 1;
  font-weight: 700;
  padding-top: 20px;
}

.input::placeholder {
  font-family: Lato;
  font-size: 30px;
  color: #242424;
  line-height: 1;
  font-weight: 700;
  padding-top: 20px;
}

.input-small {
  max-width: 65px;
}

.section-testen {
  background-color: #fff6ec;
  padding-top: 40px;
  padding-bottom: 50px;
}

.section-testen .caption {
  margin-bottom: 45px;
}

.wrap-testen > div {
  margin-left: 37px;
  margin-right: 15px;
}

.wrap-testen ul {
  margin-bottom: 26px;
}

.wrap-testen ul li {
  margin-bottom: 12px;
  font-size: 16px;
}

.wrap-testen h3 {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 30px;
}

.wrap-testen h3 span {
  color: #19ab69;
}

.section-partner {
  background: #ffe5c6;
  padding: 45px 0;
}

.seals-heading {
  margin-bottom: 45px;
}

.partner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.partner > div:last-of-type {
  margin-right: 0;
}

.btn--green {
  font-size: 22px;
  font-weight: 600;
  font-family: freight-sans-pro, sans-serif;
  color: #fff;
  text-shadow: 1px 3px 0 rgba(0, 0, 0, 0.2), 1px 7px 5px rgba(0, 0, 0, 0.2);
  max-width: 280px;
  min-height: 44px;
  line-height: 40px;
  padding-bottom: 4px;
  padding-left: 25px;
  text-align: left;
  width: 100%;
  background: linear-gradient(
    175deg,
    #26d384,
    #32c381 50%,
    #0bbd6c 51%,
    #19ab69
  );
  border-radius: 5px;
  border-bottom: 4px solid #097f4a;
  position: relative;
}

.btn--green:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/arrow-white.png) 50% no-repeat;
  width: 26px;
  height: 26px;
  right: 20px;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn--green-small {
  max-width: 258px;
  text-align: center;
  padding-right: 45px;
  font-size: 24px;
  line-height: 46px;
  min-height: 54px;
  margin-bottom: 15px;
}

.btn--yellow {
  font-size: 22px;
  font-weight: 600;
  font-family: freight-sans-pro, sans-serif;
  line-height: 42px;
  padding-bottom: 2px;
  min-height: 44px;
  padding-left: 20px;
  width: 100%;
  background: linear-gradient(177deg, #ffe96a, 50%, #ffd400 50%, #ffd400);
  border-radius: 5px;
  color: #1b2a77;
  position: relative;
  text-align: left;
  margin-bottom: 7px;
}

.btn--yellow:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/arrow-black.png) 50% no-repeat;
  width: 26px;
  height: 26px;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form {
  margin-left: auto;
  margin-right: auto;
  max-width: 325px;
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.list li {
  margin: 20px 0;
  position: relative;
}

.list-horizontal {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.list-horizontal li {
  margin: 0 10px;
  position: relative;
}

.list-marker li {
  margin-bottom: 22px;
  padding-left: 30px;
  position: relative;
}

.list-marker li:before {
  content: "";
  width: 17px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 4px;
  display: inline-block;
  background: url(../img/check.png) 50% no-repeat;
  margin-right: 4px;
}

.tooltipe-custom {
  position: fixed;
  background: #fff;
  border: 1px solid #898989;
  border-radius: 1px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  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;
}

[data-tooltip] {
  cursor: pointer;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.link--btn {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.modal-partners {
  border-radius: 5px;
  max-width: 95%;
  width: auto;
  height: auto;
  max-height: 95%;
  position: fixed;
  z-index: 100;
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.54);
  border: 1px solid #a1a1a1;
  padding: 15px 66px 10px 110px;
  background-color: #fff;
  display: none;
}

.modal-partners li {
  list-style-type: none;
}

.modal-partners.active {
  display: block;
}

.modal-partners-close-icon {
  position: absolute;
  cursor: pointer;
  z-index: 10;
  top: -15px;
  right: -15px;
}

.modal-partners-close-icon img {
  width: auto;
}

.modal-partners__title {
  font-size: 30px;
  line-height: 1.4em;
  text-align: center;
  margin-bottom: 10px;
  color: #474747;
  font-family: Lato, Arial;
  font-weight: 700;
}

.modal-partners__sub-title {
  font-size: 15px;
  text-align: center;
  font-family: Verdana, Arial;
  color: #474747;
  margin-bottom: 20px;
}

.modal-partners__block {
  z-index: 2;
  position: relative;
  min-width: 775px;
  margin-bottom: 20px;
  display: none;
}

.modal-partners__block.active {
  display: -webkit-box;
  display: flex;
}

.modal-partners__block ul {
  padding: 10px 36px 16px 38px;
}

.modal-partners__block-small ul {
  padding: 10px 23px 16px 28px;
}

.modal-partners__block ul li {
  white-space: nowrap;
  font-family: source-sans-pro, Arial;
  padding-top: 5px;
  font-size: 17px;
  line-height: 1.2;
  color: #555;
  font-feature-settings: "lnum", "liga", "clig off";
  font-variant: lining-nums no-common-ligatures;
}

.modal-partners__block ul li span {
  cursor: pointer;
}

.modal-partners__block ul li span:hover {
  text-decoration: underline;
}

.modal-partners__block .modal-partners__col:first-child .modal__header,
.modal-partners__block .modal-partners__col:first-child .modal__row {
  padding-left: 76px;
}

.modal-partners__block
  .modal-partners__col:first-child
  .modal__row
  ul:first-child {
  padding-left: 0;
}

.modal-partners__header {
  background-color: #737373;
  height: 53px;
  box-sizing: border-box;
  padding: 10px 23px 16px 27px;
  color: #555;
  font-size: 21px;
}

.modal-partners__header p {
  line-height: 1.3em;
  font-family: source-sans-pro, Arial;
  color: #fff;
  text-align: center;
}

.modal-partners__col {
  overflow: hidden;
  margin: 0 2.5px;
  border: 1px solid #e9e9e9;
  background-color: #f4f4f4;
  border-radius: 5px;
}

.modal-partners__inner {
  display: -webkit-box;
  display: flex;
}

.modal-partners__nav {
  border-radius: 5px;
  padding: 18px 5px 0 30px;
  position: absolute;
  background-color: #ec802c;
  left: 15px;
  z-index: 3;
  width: 120px;
  height: 89px;
  box-shadow: -2px 3px 8px #525248;
  top: 150px;
}

.modal-partners__nav-item {
  cursor: pointer;
  margin-bottom: 10px;
  color: #fff;
}

.modal-partners__nav-item.active {
  text-decoration: underline;
}

.modal-partners__nav-item:last-child {
  margin-bottom: 0;
}

.modal-partners__nav-flag {
  left: 22px;
  border-left: 75px solid transparent;
  border-bottom: 17px solid #c76b22;
  top: 133px;
  width: 0;
  height: 0;
  position: absolute;
  z-index: 1;
}

.modal-partners__row {
  display: -webkit-box;
  display: flex;
}

.modal-partners__wrap-close {
  text-align: center;
}

.modal-partners__wrap-close span {
  cursor: pointer;
}

.close-modal-partners {
  text-decoration: underline;
  color: #0059fb;
}

.modal-partners--center {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.modal-partners--w-100 {
  width: 100%;
}

.modal-partners__sign {
  position: absolute;
  bottom: 25px;
  right: 20px;
  z-index: 10;
}

.pulsing_circle {
  background-color: #fe580c;
  box-shadow: 0 0 20px #457de3;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: relative;
  cursor: pointer;
  z-index: 3;
  -webkit-animation: circle_shadow_pulse 2s infinite;
  animation: circle_shadow_pulse 2s infinite;
}

.pulsing_circle:before {
  width: 14px;
  height: 14px;
  top: -3px;
  left: -3px;
}

.pulsing_circle:after,
.pulsing_circle:before {
  content: "";
  border: 1px solid #fe580c;
  border-radius: 100%;
  position: absolute;
  z-index: 3;
}

.pulsing_circle:after {
  width: 20px;
  height: 20px;
  top: -6px;
  left: -6px;
}

.mc-slide-box {
  background-color: #fff;
  border: 1px solid #fe580c;
  padding: 15px 19px;
  color: #011d51;
  text-align: left;
  line-height: 1.2em;
  position: absolute;
  top: 6px;
  left: 7px;
  z-index: 2;
  display: none;
  max-width: 350px;
  min-width: 200px;
}

.circle_outer:hover .mc-slide-box {
  display: block;
  z-index: 99999;
}

.circle_outer {
  position: absolute;
}

.slide-1-pos-1 {
  left: 9%;
  top: 39%;
}

.slide-1-pos-2 {
  left: 46%;
  top: 52%;
}

.slide-1-pos-3 {
  left: 93%;
  top: 42%;
}

.slide-1-pos-3 .mc-slide-box {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.slide-2-pos-1 {
  left: 18%;
  top: 49%;
}

.slide-2-pos-2 {
  left: 36%;
  top: 67%;
}

.slide-2-pos-3 {
  left: 74%;
  top: 83%;
}

.slide-2-pos-3 .mc-slide-box {
  -webkit-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
}

.slide-3-pos-1 {
  left: 35%;
  top: 26%;
}

.slide-3-pos-2 {
  left: 10%;
  top: 37%;
}

.slide-3-pos-3 {
  left: 26%;
  top: 75%;
}

.slide-3-pos-3 .mc-slide-box {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.slide-4-pos-1 {
  left: 7%;
  top: 78%;
}

.slide-4-pos-1 .mc-slide-box {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.slide-4-pos-2 {
  left: 6%;
  top: 44%;
}

.slide-4-pos-3 {
  left: 90%;
  top: 81%;
}

.slide-4-pos-3 .mc-slide-box {
  -webkit-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
}

.slide-5-pos-1 {
  left: 84%;
  top: 48%;
}

.slide-5-pos-1 .mc-slide-box {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.slide-5-pos-2 {
  left: 57%;
  top: 47%;
}

.slide-5-pos-3 {
  left: 9%;
  top: 66%;
}

.slide-5-pos-3 .mc-slide-box {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.slide-6-pos-1 {
  left: 22%;
  top: 60%;
}

.slide-6-pos-2 {
  left: 80%;
  top: 89%;
}

.slide-6-pos-2 .mc-slide-box {
  -webkit-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
}

.slide-7-pos-1 {
  left: 17%;
  top: 31%;
}

.slide-7-pos-2 {
  left: 60%;
  top: 35%;
}

.slide-8-pos-1 {
  left: 18%;
  top: 29%;
}

.slide-8-pos-2 {
  left: 74%;
  top: 49%;
}

.slide-8-pos-2 .mc-slide-box {
  -webkit-transform: translate(-100%);
  transform: translate(-100%);
}

@-webkit-keyframes circle_shadow_pulse {
  0% {
    box-shadow: 0 0 20px #fe580c;
  }
  70% {
    box-shadow: 0 0 0 #fe580c;
  }
  to {
    box-shadow: 0 0 20px #fe580c;
  }
}

@keyframes circle_shadow_pulse {
  0% {
    box-shadow: 0 0 20px #fe580c;
  }
  70% {
    box-shadow: 0 0 0 #fe580c;
  }
  to {
    box-shadow: 0 0 20px #fe580c;
  }
}

.home {
  padding-top: 32px;
  padding-bottom: 47px;
}

.home__inner {
  position: relative;
}

.home__wrap-slider img {
  margin: 0 auto;
  /*   -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -moz-crisp-edges;
  image-rendering: pixelated; */
}

.home__notic {
  position: absolute;
  left: -33px;
  top: -3px;
  z-index: 10;
}

.home__notic li:nth-of-type(2) {
  margin-top: 7px;
  margin-left: -4px;
  margin-bottom: 5px;
}

.home__desc {
  padding-top: 69px;
  padding-left: 18px;
}

.icon-info,
.pointer {
  cursor: pointer;
}

.icon-info {
  background: url(../img/icon-info.png);
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
}

.modal-title {
  margin-bottom: 30px;
  text-align: left;
}

.section-contact {
  position: relative;
  padding-top: 50px;
}

.section-contact:before {
  content: "";
  display: block;
  position: absolute;
  height: calc(100% - 130px);
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #eef7f6;
}

.section-contact__contant {
  position: relative;
  z-index: 2;
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 768px) {
  .header__contant {
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .footer__content {
    padding-left: 73px;
  }
  .caption {
    font-size: 45px;
    line-height: 60px;
  }
  .caption--big {
    font-size: 45px;
    line-height: 55px;
  }
  .wrap-testen {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .partner > div {
    margin-right: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .footer__nav {
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .partners {
    flex-shrink: 0;
  }
  .home__contant,
  .home__inner {
    display: -webkit-box;
    display: flex;
  }
  .home__wrap-slider {
    max-width: 725px;
    max-width: 610px;
  }
  .home__wrap-caption {
    padding-right: 115px;
  }
}

@media only screen and (min-width: 1200px) {
  .slider {
    min-width: 600px;
  }
  .home__wrap-slider {
    max-width: 735px;
    margin-left: -23px;
    margin-top: -10px;
  }
}

@media only screen and (max-width: 1199.9px) {
  .home__wrap-slider,
  .partners {
    margin-bottom: 40px;
  }

  .home__notic { left: 5px;}
}

@media only screen and (max-width: 991.9px) {
  br {
    display: none;
  }
  .partners .list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 991.9px) and (max-width: 1199.9px) {
  .partners .list li {
    margin: 10px 20px;
  }
}

@media (max-width: 768px) {
  .modal-partners__contant {
    max-width: 100%;
    overflow-x: scroll;
  }
}

@media only screen and (max-width: 767.9px) {
  .wrap-testen > div {
    margin-bottom: 25px;
  }
  .partner {
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .partner > div {
    max-width: 120px;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .home__notic {
    max-width: 50px;
    left: -3px;
  }
  .section-contact__contant {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: stretch;
    justify-content: stretch;
    align-content: stretch;
    text-align: center;
  }
  .section-contact__contant > div {
    width: 100%;
  }
  .section-contact__wrap-form {
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .section-contact__wrap-caption {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

@media only screen and (max-width: 575.9px) {
  .logo {
    margin-bottom: 40px;
  }
}

.gkv_top {
  position: absolute;
  bottom: 66px;
  right: 35px;
  border: 2px solid #000;
}

.gkv_top.left {
  right: auto;
  bottom: -5px;
  left: 100px;
}

.gadget-text.v2 {
  left: 205px;
}

@media screen and (max-width: 992px) {
  .gkv_top {
    bottom: 45px;
    right: 15px;
  }
  .gadget-text.v2 {
    bottom: -25px;
  }
}
@media screen and (max-width: 768px) {
  .gadget-text.v2 {
    bottom: 55px;
    left: 55px;
  }
}
@media screen and (max-width: 400px) {
  .gkv_top {
    width: 70px;
    bottom: 65px;
    right: 0px;
  }
}

/*gadget*/

.gadget-text {
  position: absolute;
  left: 140px;
  bottom: 15px;
}

.gadget-text p {
  font-size: 14px;
  line-height: 23px;
  color: #808080;
}

.preis-container {
  margin: 0 0 25px 0;
}

.preis-container p {
  color: #ff0000;
}

.preis-container p span {
  color: #229258;
}
