@charset "UTF-8";

@import url(../libs/animateCSS/animate.css);

@import url(../libs/remodal/remodal.css);

@import url(../libs/remodal/remodal-default-theme.css);

@import url(../libs/slick/slick.css);

@import url(../libs/slick/slick-theme.css);

@font-face {
  font-family: "Sharp Sans";
  src: url("../fonts/Sharp-Sans-Semibold.woff") format("woff");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Sharp Sans";
  src: url("../fonts/Sharp-Sans.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Sharp Sans";
  src: url("../fonts/SharpSansBold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

code,
kbd,
pre,
samp,
tt,
var {
  font: 14px/18px Consolas,"Courier New",monospace;
}

body,
optgroup {
  color: #000;
  background: #fff;
}

body,
code,
dl,
dd,
form,
pre {
  margin: 0;
}

a:link,
a:visited,
ins {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:link img,
a:visited img,
object,
fieldset,
abbr,
acronym {
  border: none;
}

sub,
sup {
  position: relative;
  display: inline-block;
  font-size: 11px;
  line-height: 11px;
}

sub {
  top: 5px;
  vertical-align: middle;
}

sup {
  top: -2px;
  margin-top: -11px;
}

abbr,
acronym {
  cursor: help;
  border-bottom: 1px dotted #999;
}

address,
cite,
dfn {
  font-style: normal;
}

code,
pre {
  white-space: pre-wrap;
}

img {
  vertical-align: bottom;
}

td,
th,
textarea {
  vertical-align: top;
}

input,
select,
button {
  overflow: visible;
  vertical-align: middle;
}

legend {
  color: #000;
  margin: 0 0 -2px;
  padding: 0;
}

li {
  display: block;
  list-style: none;
}

optgroup option {
  padding-left: 22px;
}

table {
  border-collapse: collapse;
}

caption,
th {
  text-align: left;
}

td,
th {
  padding: 0;
}

address,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
fieldset,
p,
ol,
ul {
  margin: 0;
  padding: 0;
}

th,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

q {
  quotes: "\00ab" "\00bb" "\201e" "\201c";
}

q:after {
  content: "\00bb";
}

q:before {
  content: "\00ab";
}

q > q:after {
  content: "\201c";
}

q > q:before {
  content: "\201e";
}

.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity,filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}

.hamburger:hover {
  opacity: .7;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-appearance: none;
}

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

/*end*/

/*Стили сбросса*/

button {
  border: none;
  display: block;
  cursor: pointer;
  transition: 0.25s;
}

* {
  box-sizing: border-box;
  outline: none;
}

input::-moz-placeholder {
  padding: 0;
}

input:-ms-input-placeholder {
  padding: 0;
}

input::placeholder {
  padding: 0;
}

input {
  outline: none;
  border: none;
}

a {
  text-decoration: none;
  transition: 0.25s;
}

textarea {
  resize: none;
  outline: none;
}

a:hover {
  text-decoration: none;
}

a,
.hamburger,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*конец стилей сбросса*/

input.error {
  border: 1px solid red !important;
}

label.error {
  display: none !important;
}

body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.wpcf7-form br {
  display: none !important;
}

span.wpcf7-not-valid-tip {
  display: none !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  display: none !important;
}

input.wpcf7-not-valid {
  border: 1px solid red !important;
}

div.wpcf7-mail-sent-ok {
  display: none !important;
}

div.wpcf7 .ajax-loader {
  display: none !important;
}

/* .wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  display: none !important;
} */

.wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
}

/* .wpcf7 form .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  display: none !important;
} */

.page_container {
  width: 100%;
  overflow: hidden;
}

:root {
  --main-family: "Sharp Sans", sans-serif;
  --section-padding: 60px;
  --section-padding-mobile: 40px;
  --container-width: 1300px;
  --main-color: #222222;
  --contrast-color: #ffffff;
  --accent-color: #D76701;
  --standart-shadow: 0px 0px 4px rgba(0,0,0,0.2);
}

.page_container {
  width: 100%;
}

body,
input,
button,
textarea,
a {
  font-family: var(--main-family);
  font-weight: 500;
}

h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 128.5%;
}

h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 155%;
}

h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
}

.main_wrapper {
  width: 100%;
  overflow: hidden;
}

.section {
  position: relative;
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
}

.wrapper {
  width: var(--container-width);
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

.header-language {
  position: relative;
  padding: 10px;
}

.header-language:hover .hover-language {
  max-height: 80px;
  opacity: 1;
}

.active-language .lang-item {
  display: none;
}

.active-language .current-lang {
  display: block;
}

.active-language .current-lang a {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #003563;
}

.hover-language {
  position: absolute;
  bottom: 0px;
  overflow: hidden;
  max-height: 0px;
  transition: 0.35s;
  left: 50%;
  transform: translate(-50%, 100%);
  background: #fff;
  box-shadow: var(--standart-shadow);
  border-radius: 10px;
}

.hover-language a {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #003563;
}

.hover-language a:hover {
  color: #D64F52;
}

.hover-language ul {
  padding: 6px 10px;
}

.hover-language .current-lang {
  display: none;
}

.active-language .current-lang:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  margin-left: 3px;
  background-image: url("../images/lang-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform-origin: center;
  transition: 0.25s;
}

.active-language .current-lang {
  display: flex;
  align-items: center;
  justify-content: center;
}

.remodal-form {
  width: 450px;
  max-width: 100%;
}

.remodal-close:before {
  display: none;
}

.remodal_form {
  width: 450px;
  max-width: 100%;
}

.remodal-close {
  left: auto;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  background-image: url("../images/remodal_close.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.remodal-form__header {
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0.2px;
  color: var(--main-color);
  margin-bottom: 40px;
}

.input-hidden {
  display: none !important;
}

.remodal_wrapper_2 .section-title {
  text-align: center;
  margin-bottom: 40px;
}

.remodal-form__form {
  width: 100%;
}

.remodal-form__form input {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  border: 1px solid #DFDFDF;
  box-sizing: border-box;
  line-height: 30px;
  padding: 10px 20px;
  color: var(--main-color);
  font-size: 16px;
}

.remodal-form__form input:focus {
  border: 1px solid #575656;
}

.remodal-form__form input::-moz-placeholder {
  color: var(--main-color);
  opacity: 0.8;
}

.remodal-form__form input:-ms-input-placeholder {
  color: var(--main-color);
  opacity: 0.8;
}

.remodal-form__form input::placeholder {
  color: var(--main-color);
  opacity: 0.8;
}

.remodal-form__form label {
  display: block;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  font-size: 16px;
  line-height: 19px;
  color: var(--main-color);
}

.remodal-form__form button {
  width: 100% !important;
}

.remodal-thanks {
  background: #36B37E;
  border-radius: 10px;
  width: 450px;
  max-width: 100%;
  padding: 50px 30px;
}

.remodal_thanks {
  background: #F2F5F7;
  line-height: 155%;
  text-align: center;
  color: #122334
}

.remodal-thanks .remodal-close {
  background-image: url("../img/remodal_close_white.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.remodal-thanks__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.remodal-thanks__icon {
  width: 32px;
  height: 21px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 26px;
  min-width: 32px;
}

.remodal-thnaks__header {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 5px;
  text-align: left;
  color: #FFFFFF;
}

.remodal_thanks__text {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 48px;
}

.remodal_thanks__dec {
  margin-bottom: 48px;
}

.remodal_thanks__title {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 9px;
}

.remodal_thanks__btn {
  background: #122334;
  border-radius: 24px;
  padding: 12px 36px;
  font-weight: bold;
  font-size: 14px;
  line-height: 170%;
  color: #FFFFFF;
  margin: 0 auto;
}

.jq-selectbox {
  border: 1px solid #DFDFDF;
  box-sizing: border-box;
  border-radius: 12px;
  margin-bottom: 18px;
  width: 100%;
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--main-color);
}

.jq-selectbox__select-text {
  padding: 15px 20px;
}

.jq-selectbox__trigger-arrow {
  display: none;
}

.jq-selectbox__trigger {
  width: 50px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  background-image: url("../img/select_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  transform: none;
}

.header-hambugreg {
  display: none;
  width: 30px;
  height: 20px;
  position: relative;
  cursor: pointer;
  transition: 0.25s;
}

.header-hambugreg:before {
  content: '';
  display: block;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  transform-origin: center;
  transition: 0.25s;
  width: 100%;
  height: 2px;
  background: #003563;
}

.header-hambugreg:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -100%);
  transform-origin: center;
  transition: 0.25s;
  width: 100%;
  height: 2px;
  background: #003563;
}

.header-hambugreg.is-active .header-hamburger-line {
  transform: translate(-50%, -50%) rotate(135deg);
  opacity: 0;
}

.header-hambugreg.is-active:before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
}

.header-hambugreg.is-active:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(225deg);
}

.header-hamburger-line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  transition: 0.25s;
  width: 100%;
  height: 2px;
  background: #003563;
}

.pagination-wordpres {
  padding-top: 50px;
}

.pagination-wordpres .screen-reader-text {
  display: none;
}

.pagination-wordpres .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination-wordpres .nav-links a {
  background: var(--contrast-color);
  border: 1px solid  #E0E0E0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: var(--main-color);
  margin-left: 4px;
  margin-right: 4px;
}

.pagination-wordpres .nav-links a:hover {
  border: 1px solid #D64F52;
}

.pagination-wordpres .nav-links .current {
  background: #D64F52;
  border: 1px solid #D64F52;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: var(--contrast-color);
  margin-left: 4px;
  margin-right: 4px;
}

.pagination-wordpres .nav-links .next,
.pagination-wordpres .nav-links .prev {
  font-size: 0px;
  color: transparent;
}

.pagination-wordpres .nav-links .next {
  background-image: url("../images/pagination_wordpres_next.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.pagination-wordpres .nav-links .prev {
  background-image: url("../images/pagination_wordpre_prev.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.cars-text-seo {
  margin-top: 60px;
}

.sp-hero {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 127px;
  padding-bottom: 289px;
}

/* deactivated at 18.11.2025 by M.V.GEISSER (Jens Hennig) and added alternative at Line 4249
.sp-hero.pb-fix {
  padding-bottom: 127px;
} */

.sp-hero-title {
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 128.5%;
  color: #FFFFFF;
  margin-bottom: 16px;
  width: 630px;
  max-width: 100%;
}

.sp-hero-background-desctop {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sp-hero-container {
  position: relative;
  z-index: 20;
}

.sp-wrapper {
  width: 1158px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.sp-hero-after-title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  color: #FFFFFF;
  margin-bottom: 16px;
  max-width: 900px;
}

.sp-hero-text {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 170%;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  width: 746px;
  max-width: 100%;
  margin-bottom: 32px;
}

.sp-hero-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  max-width: 100%;
  height: 56px;
  background: #63224D;
  border-radius: 32px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 170%;
  text-align: center;
  color: #122334;
}

.sp-hero-btn .sp-dec {
  display: block;
  width: 24px;
  height: 24px;
  /*background-image: url("../images/hero-btn-arrow.svg");*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 12px;
  position: relative;
  left: 3px; 
}

.sp-hero-btn:hover {
  transform: translateY(-4px);
}

.sp-dark .sp-hero-title,
.sp-dark .sp-hero-after-title,
.sp-dark .sp-hero-text
{
  color: #122334;
}

.sp-main-header {
  padding: 14px 0px;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 300;
}

.sp-main-header.active,
.sp-main-header.fixed {
  background: linear-gradient(94.62deg, #122334 23.1%, #1B2320 100.78%);
}

.sp-wrapper-big {
  width: 1308px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.sp-main-header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-header-btn {
  width: 151px;
  height: 44px;
  border: 1px solid #FFFFFF;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 170%;
  text-align: center;
  color: #FFFFFF;
}

.main-header-btn:hover {
  background: #ffffff;
  color: #222222;
}

.sp-main-2 {
  position: relative;
  z-index: 20;
  margin-top: -240px;
  position: relative;
}

.sp-main-2:after {
  content: '';
  display: block;
  position: absolute;
  top: 240px;
  left: 0px;
  width: 100%;
  height: calc(100% - 240px);
  background: rgba(242, 245, 247, 0.8);
}

.sp-main-2-flex {
  display: flex;
  flex-wrap: wrap;
  background: #FFFFFF;
  border-radius: 8px;
  position: relative;
  z-index: 20;
  box-shadow: 0px 4px 40px rgba(17, 60, 170, 0.08);
}

.sp-main-2-el {
  height: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: calc(100% / 3);
  padding: 40px 10px;
  border-bottom: 1px solid #E2E7EA;
  border-right: 1px solid #E2E7EA;
}

.sp-main-2-el:nth-child(4),
.sp-main-2-el:nth-child(5),
.sp-main-2-el:nth-child(6) {
  border-bottom: none;
}

.sp-main-2-el:nth-child(3),
.sp-main-2-el:nth-child(6) {
  border-right: none;
}

.sp-main-2-el-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.sp-main-2-el-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.sp-main-2-el-text {
  width: 294px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 170%;
  text-align: center;
  color: #122334;
  margin-bottom: 4px;
}

.sp-main-2-el-big-text {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  color: #122334;
}

.sp-main-3 {
  padding-top: 156px;
  padding-bottom: 141px;
  background: rgba(242, 245, 247, 0.8);
}

.sp-main-3-flex {
  display: flex;
}

.sp-main-3-left {
  width: 1px;
  position: relative;
  height: 552px;
}

.sp-main-3-left img {
  position: absolute;
  top: 0px;
  right: -553px;
  max-height: 100%;
}

@media (min-width: 1451px)
{
  .sp-main-3
  {
    position: relative;
    overflow: hidden;
  }

  .sp-main-3-left
  {
    position: static;
  }

  .sp-main-3-left img
  {
    top: 50%;
    right: auto;
    max-height: none;
    width: 50vw;
    left: 0;
    height: auto;
    transform: translateY(-50%);
  }
}

.sp-main-3-right {
  width: 774px;
  position: relative;
  z-index: 20;
  max-width: 100%;
  margin-left: auto;
  padding-top: 64px;
}

.sp-main-3-slide-wrapper {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 56px 56px 52px 40px;
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: flex-start;
}

.sp-main-3-slide-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  margin-right: 32px;
  background-image: url("../images/main-3-slide-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.sp-main-3-slide-text {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 170%;
  color: #122334;
  margin-bottom: 20px;
}

.sp-main-3-slide-bottom {
  font-style: normal;
  font-weight: 600;
  margin-top: auto;
  color: #122334;
}

.sp-main-3-slide-bottom strong {
  color: #63224D;
}

.sp-main-3-slick {
  margin-left: -10px;
  margin-right: -10px;
}

.sp-main-3-slick .slick-track {
  display: flex;
}

.sp-main-3-slide {
  padding-left: 10px;
  padding-right: 10px;
  height: inherit;
  min-height: 400px;
}

.sp-main-3-slide-content {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.sp-main-3-slick .slick-dots {
  bottom: -47px;
}

 .slick-dots li button {
  display: none;
}

 .slick-dots li {
  border: 1px solid rgba(18, 35, 52, 0);
  width: 24px;
  height: 24px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 100%;
  position: relative;
  background: transparent;
  transition: 0.25s;
}

 .slick-dots li:after {
  content: '';
  display: block;
  background: #E2E7EA;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.25s;
  border-radius: 100%;
}

 .slick-dots li.slick-active {
  border: 1px solid rgba(18, 35, 52, 0.4);
}

 .slick-dots li.slick-active:after {
  background: #122334;
}

.sp-main-3-slick .slick-prev,
.sp-main-3-slick .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  display: block;
  padding: 0px;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 100%;
}

.sp-main-3-slick .slick-prev {
  z-index: 99;
  left: -76px;
  background-image: url("../images/sp-main-3-arrow-prev.svg");
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #E2E7EA;
}

.sp-main-3-slick .slick-next {
  z-index: 99;
  right: -76px;
  background-image: url("../images/sp-main-3-arrow-next.svg");
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #E2E7EA;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.sp-main-4 {
  padding-top: 40px;
  margin-bottom: -134px;
  position: relative;
  z-index: 20;
}

.sp-main-4-wrapper {
  background: #FFFFFF;
  box-shadow: 0px 35px 40px rgba(17, 60, 170, 0.08);
  border-radius: 8px;
  padding: 56px 72px 72px 72px;
}

.sp-main-4-title {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 155%;
  color: #122334;
  margin-bottom: 36px;
}

.sp-main-4-left {
  width: calc(100% - 530px);
}

.sp-main-4-right {
  width: 485px;
  margin-left: 45px;
}

.sp-main-4-right img {
  max-width: 100%;
}

.sp-main-4-block-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sp-main-4-block {
  border-bottom: 1px solid #E2E7EA;
  padding: 16px 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sp-main-4-block:first-child {
  border-top: 1px solid #E2E7EA;
}

.sp-main-4-block.active .sp-main-4-block-btn {
  transform: rotate(180deg);
}

.sp-main-4-block.active .sp-main-4-block-btn:before {
  opacity: 0;
}

.sp-main-4-block.active .sp-main-4-block-content {
  display: block;
}

.sp-main-4-block-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  min-width: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.sp-main-4-block-icon svg,
.sp-main-4-block-icon img {
  height: auto;
  width: 100%;
}

.sp-main-4-block-title {
  flex-grow: 2;
  width: 1px;
  font-style: normal;
  color: #122334;
}

.sp-main-4-block-btn {
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin-left: 10px;
  position: relative;
  transition: 0.25s;
  transform-origin: center;
}

.sp-main-4-block-btn:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 100%;
  transition: 0.25s;
  transform: translate(-50%, -50%);
  background: #63224d;
}

.sp-main-4-block-btn:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  transform: translate(-50%, -50%);
  background: #63224d;
}

.sp-main-4-flex {
  display: flex;
  justify-content: space-between;
}

.sp-main-4-block-content {
  padding-top: 16px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 170%;
  color: #343538;
  display: none;
}

.sp-main-4-block-content p {
  margin-bottom: 16px;
}

.sp-main-4-block-content p:last-child {
  margin-bottom: 0px;
}

.sp-main-4-block-content li {
  margin-bottom: 4px;
  position: relative;
  padding-left: 24px;
}

.sp-main-4-block-content li:before {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 0px;
  border-radius: 100%;
  background: #63224d;
  width: 8px;
  height: 8px;
}

.sp-main-4-block-content li:last-child {
  margin-bottom: 0px;
}

.sp-main-5 {
  padding-top: 206px;
  padding-bottom: 70px;
  background: linear-gradient(94.62deg, #122334 23.1%, #1B2320 100.78%);
}

.sp-main-5-flex {
  width: 1164px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sp-main-5-title {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 155%;
  color: #FFFFFF;
  width: 682px;
  max-width: 100%;
}

.sp-section-title {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 155%;
  text-align: center;
  color: #122334;
}

.sp-fix {
  margin-bottom: 88px;
}

.sp-main-6 {
  padding: 149px 0px;
}

.sp-main-6-flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.sp-main-6-el {
  margin-top: 30px;
  margin-left: 8px;
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  width: calc(100% / 7 - 16px);
}

.sp-main-6-el img {
  max-width: 90%;
  max-height: 90%;
}

.sp-main-7 {
  background: rgba(242, 245, 247, 0.8);
  padding-top: 156px;
  padding-bottom: 0px;
  position: relative;
}

.sp-main-7:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: #ffffff;
  height: 135px;
}

.sp-main-7-flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
  margin-top: 32px;
  position: relative;
  z-index: 20;
}

.sp-main-7-el {
  width: calc(100% / 3 - 24px);
  padding: 32px;
  background: #122334;
  border-radius: 8px;
  margin-left: 12px;
  margin-right: 12px;
  margin-top: 24px;
}

.sp-main-7-count {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  color: #63224D;
  margin-bottom: 16px;
}

.sp-main-7-title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  color: #FFFFFF;
  margin-bottom: 16px;
}

.sp-main-7-text {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 170%;
  color: #FFFFFF;
}

.sp-main-8-after-title {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 170%;
  color: #122334;
  margin-top: 8px;
  text-align: center;
  margin-bottom: 64px;
}

.sp-main-8 {
  padding-bottom: 187px;
  padding-top: 187px;
}

.sp-main-8-row-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.sp-main-8-row-title-text {
  width: calc(50% - 32px);
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  color: #122334;
}

.sp-main-8-row {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 16px;
}

.sp-main-8-row:last-child {
  margin-bottom: 0px;
}

.sp-main-8-el {
  width: calc(50% - 32px);
  padding: 32px;
  background: #ECF1F4;
  border-radius: 8px;
  position: relative;
}

.sp-main-8-el.sp-main-8-el--first .sp-dec {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 16px;
  right: -54px;
}

.sp-main-8-el.sp-main-8-el--first .sp-dec svg {
  height: auto;
  width: 100%;
}

.sp-main-8-el-icon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  background: #FFFFFF;
  border-radius: 40px;
}

.sp-main-8-el-icon .icon {
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.sp-main-8-el-title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
  color: #122334;
  margin-bottom: 16px;
}

.sp-main-8-el-text {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 170%;
  color: #122334;
}

.sp-main-8-el-text p {
  margin-bottom: 20px;
}

.sp-main-8-el-text p:last-child {
  margin-bottom: 0px;
}

.sp-main-9-after-title {
  margin-top: 8px;
  margin-bottom: 90px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 170%;
  text-align: center;
  color: #122334;
  width: 852px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.sp-main-9-after-title p {
  margin-bottom: 20px;
}

.sp-main-9-after-title p:last-child {
  margin-bottom: 0px;
}

.sp-main-9-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 140px;
}

.sp-main-9-row:last-child {
  margin-bottom: 0px;
}

.sp-main-9-row:nth-child(even) {
  flex-direction: row-reverse;
}

.sp-main-9-el {
  width: calc(50% - 37px);
}

.sp-main-9-el img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.sp-main-9-el-title {
  font-style: normal;
  color: #122334;
  margin-bottom: 16px;
}

.sp-main-9-el-text {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 170%;
  color: #122334;
}

.sp-main-9-el-text p {
  margin-bottom: 20px;
}

.sp-main-9-el-text p:last-child {
  margin-bottom: 0px;
}

.sp-main-9-el-text li {
  position: relative;
  padding-left: 20px;
}

.sp-main-9-el-text li:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #122334;
  position: absolute;
  left: 0px;
  top: 10px;
}

.sp-main-9-btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

.sp-main-9 {
  padding-bottom: 156px;
}

.sp-main-10 {
  background: linear-gradient(104.83deg, #122334 22.23%, #2B312E 159.7%);
  padding: 123px 0px;
}

.sp-main-10 .sp-section-title {
  color: #FFFFFF;
  margin-bottom: 48px;
}

.sp-main-10-flex {
  display: flex;
  flex-wrap: wrap;
}

.sp-main-10-el {
  height: 104px;
  width: calc(100% / 8 - 16px);
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sp-main-10-el img {
  max-width: 100%;
  max-height: 100%;
}

.sp-main-11 {
  padding-top: 152px;
  position: relative;
}

.sp-main-11:after {
  content: '';
  display: block;
  height: 168px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: rgba(242, 245, 247, 0.8);
}

.sp-main-11-wrapper {
  position: relative;
  z-index: 20;
  background: #FFFFFF;
  box-shadow: 0px 4px 40px rgba(17, 60, 170, 0.08);
  border-radius: 8px;
  padding: 54px 0px 46px 0px;
  overflow: hidden;
}

.sp-main-11-row {
  display: flex;
  padding-top: 32px;
  padding-bottom: 32px;
  min-width: 1070px;
  padding-right: 42px;
  padding-left: 72px;
}

.sp-main-11-row:nth-child(odd) {
  background: #FAFAFA;
  position: relative;
}

.sp-main-11-row:last-child {
  padding-bottom: 0px;
}

.sp-main-11-row-counts {
  padding-top: 0px;
  padding-bottom: 0px;
  background: transparent !important;
}

.sp-main-11-row-counts:before {
  display: none !important;
}

.sp-main-11-col {
  width: calc(25%);
  padding-right: 32px;
  position: relative;
  z-index: 20;
}

.sp-main-11-col:last-child {
  padding-right: 0px;
}

.sp-main-11-col-number {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  z-index: 20;
  background: #63224D;
  border-radius: 50px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #FFFFFF;
}

.sp-main-11-col-title {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  color: #122334;
  margin-bottom: 16px;
}

.sp-main-11-col-text {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 170%;
  color: #122334;
}

.sp-main-11-col-text strong {
  font-weight: 600;
}

.sp-main-11 .sp-main-11-row-counts {
  margin-top: 58px;
  position: relative;
}

.sp-main-11 .sp-main-11-row-counts .sp-dec {
  display: flex;
  width: calc(100% - 72px);
  position: absolute;
  top: 50%;
  left: 72px;
  background: transparent;
  transform: translate(0%, -50%);
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
  height: 2px;
}

.sp-main-11-table {
  width: 100%;
  overflow: auto;
}

.sp-main-12 {
  padding-top: 126px;
  padding-bottom: 146px;
  background: rgba(242, 245, 247, 0.8);
}

.sp-main-12 .sp-section-title {
  text-align: left;
}

.sp-main-12-row-input {
  position: relative;
  margin-bottom: 16px;
}

.sp-main-12-row-input input,
.sp-main-12-row-input textarea {
  display: block;
  width: 100%;
  background: #FFFFFF;
  border-radius: 4px;
  height: 42px;
  border: 1px solid transparent;
  line-height: 22px;
  padding: 10px 12px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 170%;
  color: #122334;
}

.sp-main-12-row-input select {
  display: block;
  width: 100%;
  background: #FFFFFF;
  border-radius: 4px;
  height: 42px;
  border: 1px solid transparent;
  line-height: 22px;
  padding: 10px 12px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 170%;
  color: #122334;
}

.sp-main-12-row-input textarea {
  height: 112px;
}

.sp-main-12-form-label {
  position: absolute;
  top: 10px;
  left: 12px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  z-index: 10;
  transition: 0.25s;
  pointer-events: none;
  line-height: 22px;
  color: #343538;
  transform-origin: left bottom;
}

.sp-main-12-form-label strong {
  font-weight: 500;
  color: #63224D;
}

.sp-main-12-form-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
}

.sp-main-12-form-left-row {
  display: flex;
  justify-content: space-between;
}

.sp-main-12-form-left-col {
  width: calc(50% - 12px);
}

.sp-main-12-form-left {
  width: calc(50% - 45px);
}

.sp-main-12-form-right {
  width: calc(50% - 45px);
}

.sp-main-12-form {
  margin-top: 30px;
}

.sp-main-12-row-input.active .sp-main-12-form-label {
  transform: scale(0.6) translateY(-28px);
}

.sp-main-12-right-title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  color: #122334;
  margin-bottom: 32px;
}

.sp-main-12-row-checkbox .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
  margin-top: -16px;
  margin-right: -11px;
}

.wpcf7-list-item:not(.sp-main-12-form-politika .wpcf7-list-item) {
  margin-right: 11px;
  margin-left: 0px;
  margin-top: 16px;
  display: block;
  cursor: pointer;
  padding: 8px 20px;
  border: 1px solid rgba(113, 120, 138, 0.5);
  border-radius: 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #122334;
  padding-left: 52px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: 0.25s;
}

.wpcf7-list-item * {
  cursor: pointer;
}

.wpcf7-list-item input {
  opacity: 0;
  width: 0px;
  height: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  pointer-events: none;
}

.wpcf7-list-item:before:not(.sp-main-12-form-politika .wpcf7-list-item) {
  content: '';
  display: block;
  position: absolute;
  left: 26px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 2px;
  transition: 0.25s;
  transform-origin: center;
  background: #343538;
}

.wpcf7-list-item:after:not(.sp-main-12-form-politika .wpcf7-list-item) {
  content: '';
  display: block;
  position: absolute;
  left: 31px;
  top: 50%;
  transform-origin: center;
  transform: translateY(-50%);
  width: 2px;
  height: 12px;
  transition: 0.25s;
  background: #343538;
}

.wpcf7-list-item.active {
  background: #002074;
  color: #ffffff;
}

.wpcf7-list-item.active:before {
  background: #ffffff;
  transform: translateY(-50%) rotate(45deg);
}

.wpcf7-list-item.active:after {
  background: #ffffff;
  transform: translateY(-50%) rotate(45deg);
}

.sp-main-12-form-politika {
  position: relative;
} 

.sp-main-12-form-politika .wpcf7-form-control.wpcf7-checkbox {
  position: absolute;
}

.sp-main-12-form-politika input {
  position: absolute;
  top: 15px;
  left: 6px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.sp-main-12-form-politika.active .sp-main-12-form-politika-my:after {
  opacity: 1;
}

.sp-main-12-form-politika-my {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #122334;
}

.sp-main-12-form-politika-my:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: #FFFFFF;
  border-radius: 4px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.sp-main-12-form-politika-my:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 5px;
  opacity: 0;
  transition: 0.25s;
  height: 9px;
  border-bottom: 2px solid #222;
  border-right: 2px solid #222;
  transform: rotate(45deg);
}

.sp-main-12-form-left > .sp-main-12-row-input:last-child {
  width: 100%;
}

.sp-main-12-form-left > .sp-main-12-row-input:last-child:last-child {
  margin-bottom: 0px;
}

.sp-main-12-button {
  background: #63224D;
  border-radius: 24px;
  width: 214px;
  max-width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 170%;
  text-align: center;
  color: #122334;
  margin-top: 40px;
}

.sp-main-12-button:hover {
  transform: translateY(-4px);
}

.sp-main-footer {
  background: #FFFFFF;
  padding-top: 45px;
}

.sp-main-footer-bottom {
  background: #F5F5F5;
  padding: 13px 0px;
  margin-top: 62px;
}

.sp-main-footer-bottom-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sp-main-footer-bottom-copy {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 170%;
  color: #343538;
}

.sp-main-footer-bottom-menu {
  display: flex;
}

.sp-main-footer-bottom-menu a {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 170%;
  color: #343538;
  margin-left: 25px;
}

.sp-main-footer-bottom-menu a:hover {
  color: #63224D;
}

.sp-main-footer-follow-links {
  display: flex;
}

.sp-main-footer-follow-links a {
  width: 40px;
  height: 40px;
  margin-right: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform-origin: center;
  transition: 0.25s;
}

.sp-main-footer-follow-links a:hover {
  transform: scale(1.2);
}

.sp-main-footer-follow-links a:last-child {
  margin-right: 0px;
}

.sp-main-footer-follow-title {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 170%;
  color: #122334;
  margin-bottom: 12px;
}

.sp-main-footer-block-header {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 170%;
  margin-bottom: 14px;
  color: #122334;
}

.sp-main-footer-block-header .icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  min-width: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.sp-main-footer-block-content {
  padding-left: 36px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 170%;
  color: #122334;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.sp-main-footer-block-content a {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 170%;
  color: #122334;
}

.sp-main-footer-block-content a:hover {
  color: #63224D;
}

.sp-main-footer-flex {
  display: flex;
  justify-content: space-between;
}

/* .sp-main-12-form-politika .wpcf7-form-control-wrap label .wpcf7-list-item-label{
  display: none;
} */


.sp-main-8-row .sp-main-8-row-title-text {
	display: none;
}
/* 
Модальное окно с формой




.remodal_2 {
    width: 409px;
    padding: 19px;
    max-width: 100%;
    background: #fff;
}
.remodal_wrapper_2 {
    background: rgba(196, 196, 196, 0.1);
    padding: 40px 20px;
}
.remodal-close {
    width: 25px;
    line-height: 25px;
    left: auto;
    right: 0;
}
.remodal_wrapper_2 h2 {

    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: normal;
    font-family: "Century Gothic";
    text-align: center;
    color: #E14B4C;
    margin-bottom: 20px;
}
.remodal_wrapper_2 p {
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    color: #1A1A1A;
    margin-bottom: 20px;
}
.remodal_wrapper_2 input {
    background: #FFFFFF;
    display: block;
    width: 260px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
    background: rgba(253, 253, 253, 0.5);
border: 1px solid #000000;
box-sizing: border-box;
    color: #959595;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.remodal_wrapper_2 button {
    background: #C8102E;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    line-height: 40px;
    width: 260px;
    margin-left: auto;
    margin-right: auto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 44px;
    color: #E14B4C;
    border: 2px solid #E14B4C;
    background: #fff;
}
.remodal_wrapper_2 button:hover {
    background: #E14B4C;
    color: #fff;
}
.remodal_2 .remodal-close:before {
    width: 25px;
    line-height: 25px;
}
.remodal_2 .remodal-close {
    width: 25px;
    line-height: 25px;
} 


*/

/* 
Модальное окно - спасибо

.remodal_thanks {
    width: 430px;
    max-width: 100%;
}
.remodal_thanks h2 {
    text-align: center;
    margin-bottom: 0;
    font-size: 25px;
}
.remodal_thanks p {
    text-align: center;
}
.remodal_thanks .remodal_wrapper_2 {
    padding: 20px 10px 20px 10px;
}
@media screen and (max-width: 600px){
    .remodal_thanks .remodal_wrapper_2 h2 {
        font-size: 20px;
        text-align: center;
    }
    .remodal_wrapper_2 p {
        font-size: 16px;
        text-align: center;
    }
} */

/* 
    Пагинация вордпресс, через плагин WP-PageNavi




.b_1_paginator {
    margin-top: 20px;
    margin-bottom: 60px;
}
.wp-pagenavi .current {
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    line-height: 30px;
    width: 32px;
    font-size: 15px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    color: #000000;
    border: 1px solid transparent;
    background: #A7046F;
    border: 1px solid #A7046F;
    border-radius: 10px;
    display: block;
    color: #fff;
}
.wp-pagenavi a {
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    line-height: 30px;
    width: 32px;
    font-size: 15px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    color: #000000;
    border: 1px solid transparent;
}
.wp-pagenavi a:hover {
    border: 1px solid #A7046F;
}
.wp-pagenavi .nextpostslink {
    background-image: url(../img/k_1_pagination_right.svg);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    line-height: 30px;
    width: 32px;
    font-size: 15px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    color: transparent;
    border: 1px solid transparent;
}
.wp-pagenavi .nextpostslink:hover {
    background: #DADADA !important;
border-radius: 10px !important;
border: 1px solid transparent !important;
    background-image: url(../img/k_1_pagination_right.svg) !important;
    background-position: center !important; 
    background-repeat: no-repeat !important;
}
.wp-pagenavi .previouspostslink:hover {
        background: #DADADA !important;
border-radius: 10px !important;
border: 1px solid transparent !important;
    background-image: url(../img/k_1_pagination_left.svg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.wp-pagenavi .previouspostslink {
    background-image: url(../img/k_1_pagination_left.svg);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    line-height: 30px;
    width: 32px;
    color: transparent;
    font-size: 15px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
}
.wp-pagenavi {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pages {
    display: none;
}
 */


.sp-header-logo, .sp-main-footer-logo {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain, 0;
  height: 58px;
  width: 185px;
  display: block;
}

.sp-main-footer-logo {
  background-position: center top;
  background-size: contain;
}

.black-style .sp-header-logo {
  background-size: 0, contain;
}

.sp-header-logo img,
.sp-main-footer-logo img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center;
}

@media screen and (max-width: 1380px) {
  .sp-main-3-slick .slick-prev {
    left: -50px;
  }

  .sp-main-3-slick .slick-next {
    right: -50px;
  }

  .sp-main-3-right {
    width: 650px;
    margin-right: 60px;
  }
}

@media screen and (max-width: 1200px) {
  .sp-main-4-right {
    width: 400px;
    margin-left: 40px;
  }

  .sp-main-4-left {
    width: calc(100% - 440px);
  }

  .sp-main-4-wrapper {
    padding: 40px 20px;
  }

  .sp-main-4 {
    padding-top: 60px;
  }

  .sp-main-6-el {
    width: calc(100% / 4 - 16px);
    height: 80px;
  }

  .sp-main-11-row {
    padding-left: 54px;
    padding-right: 15px;
  }
  .sp-main-11-row-with-title {
    left: 16px;
  }

  .sp-main-11 .sp-main-11-row-counts:after {
    left: 15px;
    width: calc(100% - 15px);
  }

  .sp-main-11 {
    padding-top: 0px;
  }

  .sp-main-11 .sp-wrapper-big {
    padding: 0px;
  }

  .sp-main-11-col {
    padding-right: 15px;
  }

  .sp-main-11-row {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .sp-main-11-col-title {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 992px) {
  .wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sp-hero-title {
    font-size: 36px;
    width: 470px;
  }

  .sp-main-2-el {
    width: 100%;
    border-right: none;
    padding: 20px 10px;
    height: auto;
  }

  .sp-main-2-el:first-child {
    min-height: 200px;
  }

  .sp-main-2-el:nth-child(4),
  .sp-main-2-el:nth-child(5) {
    border-bottom: 1px solid #E2E7EA;
  }

  .sp-main-2 {
    margin-top: -200px;
  }

  .sp-hero {
    padding-bottom: 248px;
  }

  .sp-main-3-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .sp-main-3-left {
    width: 100%;
    height: auto;
  }

  .sp-main-3-left img {
    max-height: 550px;
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: static;
  }

  .sp-main-3 {
    padding-top: 60px;
    padding-bottom: 140px;
  }

  .sp-main-3-right {
    width: 100%;
  }

  .sp-main-3-slide {
    min-height: 1px;
  }

  .sp-main-3-slide-wrapper {
    padding: 30px 20px;
  }

  .sp-main-4-title {
    font-size: 26px;
    line-height: 34px;
  }

  .sp-main-4-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .sp-main-4-right {
    margin-left: auto;
    margin-right: auto;
    margin-top: 64px;
    min-width: 1px;
    width: calc(100% + 30px);
    display: flex;
    justify-content: center;
  }

  .sp-main-4-title {
    text-align: center;
  }

  .sp-main-4-left {
    width: 100%;
  }

  .sp-main-4-wrapper {
    padding: 0px 15px;
  }

  .sp-main-4 .sp-wrapper-big {
    padding: 0px;
  }

  .sp-main-4-wrapper {
    box-shadow: none;
  }

  .sp-main-3-slick .slick-dots {
    bottom: -35px;
  }

  .sp-main-5-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .sp-main-5-title {
    text-align: center;
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 36px;
  }

  .sp-main-5 {
    padding: 60px 0px;
  }

  .sp-main-4 {
    margin-bottom: 0px;
  }

  .sp-main-5-btn-wrapper {
    max-width: 100%;
  }

  .sp-section-title {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 36px;
  }

  .sp-main-6 {
    padding: 60px 0px;
  }

  .sp-main-6-flex {
    margin-top: -10px;
    justify-content: center;
  }

  .sp-main-6-el {
    width: calc(100% / 3 - 4px);
    margin-top: 10px;
    height: 60px;
    margin-left: 2px;
    margin-right: 2px;
  }

  .sp-main-7 {
    padding: 60px 0px;
    padding-bottom: 0px;
  }

  .sp-main-7-flex {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
  }

  .sp-main-7-el {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }

  .sp-main-7-el:first-child {
    margin-top: 0px;
  }

  .sp-main-8-row-title {
    display: none;
  }

  .sp-main-8-row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .sp-main-8-el {
    width: 100%;
  }

  .sp-main-8-el.sp-main-8-el--first {
    margin-bottom: 64px;
  }

  .sp-main-8-el.sp-main-8-el--first .sp-dec {
    top: auto;
    right: auto;
    bottom: -38px;
    left: -12px;
    z-index: 20;
    transform-origin: center;
    transform:  rotate(90deg);
  }

  .sp-main-8-row {
    margin-bottom: 0px;
  }

  .sp-main-8-row:last-child {
    margin-bottom: 0px;
  }

  .sp-main-8-el {
  	padding: 16px 17px 21px 16px;
  }
  .sp-main-8-slick-mobile .slick-dots{
  	bottom: -40px;
  }
  .sp-main-8-after-title {
    margin-top: -28px;
  }

  .sp-main-8 {
    padding-bottom: 213px;
    padding-top: 80px;
  }

  .sp-main-9-el {
    width: 100%;
  }

  .sp-main-9-el:first-child {
    margin-bottom: 56px;
  }

  .sp-main-9-row {
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
  }

  .sp-main-9-el img {
    max-height: 350px;
    max-width: 100%;
  }

  .sp-main-9-el-title {
    font-size: 20px;
    line-height: 28px;
  }

  .sp-main-9-after-title {
    margin-bottom: 60px;
  }

  .sp-main-9-row {
    margin-bottom: 60px;
  }

  .sp-main-9 {
    padding-bottom: 80px;
  }

  .sp-main-9-btn-wrapper {
    margin-top: 60px;
  }

  .sp-main-10 {
    padding: 80px 0px;
  }

  .sp-main-10-el {
    width: calc(100% / 3 - 16px);
    height: 60px;
  }

  .sp-main-11 .sp-main-11-row-counts {
    margin-top: 0px;
  }

  .sp-main-11-table {
    padding-bottom: 5px;
  }

  .sp-main-12 {
    padding-top: 126px;
    padding-bottom: 80px;
  }

  .sp-main-12 .sp-section-title {
    text-align: center;
  }

  .sp-main-12-form {
    width: 500px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .sp-main-12-form-flex {
    flex-direction: column;
  }

  .sp-main-12-form-left {
    margin-bottom: 100px;
    width: 100%;
  }

  .sp-main-12-form-right {
    width: 100%;
  }

  .sp-main-12-right-title {
    margin-bottom: 20px;
  }

  .sp-main-12-button {
    margin-top: 30px;
  }

  .sp-main-12-form-left-row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .sp-main-12-form-left-col {
    width: 100%;
  }

  .wpcf7-list-item {
    font-size: 14px;
    margin-right: 8px;
    margin-top: 12px;
  }



  .sp-main-12-row-checkbox .wpcf7-form-control {
    margin-top: -5px;
    margin-right: -5px;
  }

  .sp-main-12-form-politika-my {
    font-size: 12px;
  }

  .sp-main-12-button {
    margin-left: auto;
    margin-right: auto;
    width: 327px;
    max-width: 100%;
  }

  .sp-main-footer-flex {
    flex-wrap: wrap;
  }

  .sp-main-footer-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .sp-main-footer-flex {
    width: 500px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .sp-main-footer-block,
  .sp-main-footer-follow {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }

  .sp-main-footer-bottom {
    margin-top: 20px;
  }

  .sp-main-footer-bottom-flex {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .sp-main-footer-bottom-menu a {
    margin-left: 10px;
    margin-right: 10px;
  }

  .sp-main-footer-block-content {
    padding-left: 0px;
  }

  .sp-main-3-left img {
    min-height: 456px;
    margin-left: -15px;
    width: calc(100% + 30px);
  }

  .sp-main-3-slick {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -220px;
  }

  .sp-main-3-slide-icon {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
    background-image: url("../images/sp-main-3-icon-blue.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .sp-main-3-slide-text {
    text-align: center;
  }

  .sp-main-3-slide-bottom {
    width: 295px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  	.sp-main-8-row .sp-main-8-row-title-text {
		display: block;
		font-size: 20px;
		line-height: 160%;
		margin-bottom: 16px;
		width: 100%
	}
	.sp-main-8-after-title {
		margin-bottom: 40px;
	}
	.sp-main-9 .sp-section-title{
		font-size: 20px;
		line-height: 155%;
		margin-bottom: 8px;
	}
	.sp-main-10 .sp-section-title{
		font-size: 20px;
		margin-bottom: 40px;
	}
	.sp-main-10-el {
		width: 128px;
		margin-right: 4px;
		height: 112px;
	}
	.sp-main-10 .slick-dots {
		bottom: -40px;
	}
	.sp-main-10 {
		padding-bottom: 140px;
	}
	.sp-main-10-flex {
		width: calc(100% + 24px);
	}
	.sp-main-11 .sp-section-title {
		font-size: 20px;
		margin-bottom: 56px;
	}
	.sp-main-12 .sp-section-title {
		font-size: 20px;
		line-height: 150%;
		margin-bottom: 26px;
		text-align: left;
	}
	.sp-main-6-flex .slick-dots {
	  	bottom: -30px;
	  }
	  .sp-main-6 {
	  	padding-bottom: 140px;
	  }
	  .sp-main-12 .sp-section-title {
	  	width: 500px;
	  	max-width: 100%;
	  	margin-left: auto;
	  	margin-right: auto;
	  }
	  .wpcf7-list-item {
	  	padding-left: 48px;
	  }
	 .sp-main-2-el {
	 	min-height: 200px;
	 }
	 .sp-main-8-row {
	 	padding-left: 10px;
	 	padding-right: 10px;
	 }
	 .sp-main-8-slick-mobile  {
	 	margin-left: -10px;
	 	margin-right: -10px;
	 }

}

@media screen and (max-width: 767px) {
  .sp-hero-title {
    font-size: 26px;
    width: 340px;
    margin-bottom: 8px;
  }



  .sp-hero-after-title {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .sp-hero-text {
  	font-size: 14px;
  	line-height: 24px;
  }

  .sp-main-3-slide-wrapper {
    flex-direction: column;
  }

  .sp-main-3-slide-icon {
    min-height: 48px;
    margin-bottom: 24px;
  }

  .sp-main-3-slide-text {
  	margin-bottom: 61px;
  }

  .sp-main-3-slide-wrapper {
    padding: 20px 10px;
  }

  .sp-main-3-slide-content {
    min-height: 1px;
    width: 100%;
  }

  .sp-main-3-slick .slick-track {
    display: block;
  }

  .sp-main-7-el {
    padding: 20px;
  }

  .sp-main-7-title {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .sp-main-7-count {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .sp-main-4-right {
    margin-left: -15px;
  }
  .sp-main-4-title {
  	font-size: 20px;
  	text-align: left;
  }
  .sp-main-5-title {
  	font-size: 32px;
	line-height: 151%;
	margin-bottom: 40px;
  }
  .sp-hero-btn {
  	width: 327px;
	height: 48px;
	font-size: 14px;
  }
  .sp-main-6-el {
  	height: 112px;
  }
  .sp-main-6-el img {
  	max-width: 100%;
  	max-height: 100%;
  }
  
  .sp-main-7 .sp-wrapper-big {
  	padding-left: 20px;
  	padding-right: 20px;
  }
  .sp-main-7-el {
  	padding: 32px 20px 37px 32px;
  }
  .sp-main-8 .sp-section-title {
  	font-size: 20px;
  	text-align: left;
  }
  .sp-main-8-after-title {
  	text-align: left;
  }
  .sp-main-12-row-checkbox {
  	width: 283px;
  }
}

@media screen and (max-width: 600px) {
  .section {
    padding-top: var(--section-padding-mobile);
    padding-bot: var(--section-padding-mobile);
  }

  .remodal {
    padding-left: 10px;
    padding-right: 10px;
  }

  .remodal_thanks {
    padding-left: 20px;
    padding-right: 10px;
  }

  .remodal_thanks__icon {
    margin-right: 20px;
  }
  .sp-wrapper, .sp-wrapper-big {
  	padding-left: 24px;
  	padding-right: 24px;
  }
  .sp-main-4-title {
	 	width: 285px;
	 	text-align: left;
	 	max-width: 100%;
	 }
	.sp-section-title {
		font-size: 20px;
		line-height: 155%;
		margin-bottom: 28px;
	}
	.sp-section-title {
		font-size: 20px;
		line-height: 155%;
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 374px) {
  .main-header-btn {
    width: 130px;
  }

  .sp-header-logo {
    width: 130px;
  }

  .sp-hero-title {
    font-size: 25px;
    width: 285px;
  }

  .sp-section-title {
    font-size: 23px;
  }

  .sp-main-footer-follow-links a {
    width: 25px;
    height: 25px;
    margin-right: 6px;
  }
}

.sp-main-12-anhor {
  position: absolute;
  top: 0px;
  left: 0px;
}
.sp-main-12 {
  position: relative;
}

.sp-impressum-1-header {
  width: 100%;
  padding: 140px 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.sp-impressum-1-header:after {
  content:'';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0,0,0,0.45);
}
.sp-impressum-1-header h1 {
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 0px;
  position: relative;
  z-index: 20;
}
.sp-impressum-1-header .sp-wrapper-big {
  position: relative;
  z-index: 20;
}
.sp-impressum-1-text {
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 18px;
  line-height: 30px;
  color: #4b4d4d;
}
.sp-impressum-1-text h2 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 5px;
}
.sp-impressum-1-text p {
  margin-bottom: 20px;
  font-size: 14px;
}
.sp-impressum-1-text p:last-child {
  margin-bottom: 0px;
}
.sp-impressum-1-text ul {
  margin-top: 0px;
  margin-bottom: 20px;
  list-style-type: none;
}
.sp-impressum-1-text li {
  position: relative;
  padding-left: 20px;
}
.sp-impressum-1-text li:before {
  content:'';
  display: block;
  position: absolute;
  top: 12px;
  left: 0px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #4b4d4d;
}


.sp-main-11-row-with-title {
  position: absolute;
  top: 0px;
  left: 22px;
  height: 100%;
  text-align: center;
  z-index: 30;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 170%;
  color: #122334;
}
.sp-main-11-row-with-title p {
  transform: rotate(-90deg);
  transform-origin:  center;
}
.sp-main-11-row {
  position: relative;
}

@media screen and (max-width: 600px){
  .sp-impressum-1-header h1 {
    font-size: 28px;
    line-height: 34px;
  }
  .sp-impressum-1-text {
    font-size: 14px;
    line-height: 20px;
  }
  .sp-impressum-1-text h2 {
    font-size: 18px;
    line-height: 26px;
  }
}


.grecaptcha-badge {
	z-index: 999;
}

.sp-main-12-form-subscribe-news {
    margin-top: 8px;
}
.sp-page-content {
  width: 100%;
  overflow: hidden;
}

/* template: contact */

html.template-contact,
.template-contact body,
.template-contact .sp-page-content
{
  height: 100%;
}

.template-contact .sp-page-content
{
  display: flex;
  flex-direction: column;
}

.sp-contact
{
  color: #122334;
  display: flex;
  width: 1240px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 145px 15px 142px;
  flex-grow: 2;
  align-items: center;
  justify-content: center;
}

.sp-contact .sp-contact-wrap
{
  display: inline-flex;
  width: 100%;
}

.sp-contact .sp-left
{
  flex-shrink: 1;
  margin-right: 67px;
  max-width: 408px;
  width: 100%;
}

.sp-contact .sp-right
{
  flex-grow: 2;
}

.sp-contact .sp-title
{
  font-weight: 700;
  font-size: 32px;
  line-height: 155%;
  margin-bottom: 6px;
  padding-top: 4px;
}

.sp-contact .sp-text
{
  font-weight: 600;
  font-size: 14px;
  line-height: 170%;
  margin-bottom: 53px;
}

.sp-contact .sp-contact-item
{
  display: flex;
  margin-bottom: 20px;
}

.sp-contact .sp-contact-item .sp-item
{
  color: #122334;
  font-weight: 500;
  font-size: 14px;
  line-height: 170%;
}

.sp-contact .sp-contact-item a.sp-item:hover
{
  text-decoration: underline;
}

.sp-contact .sp-contact-item .sp-icon
{
  margin-right: 12px;
  height: 20px;
  width: auto;
}

.sp-contact .sp-contact-form
{
  background: #F2F5F7;
  border-radius: 16px;
  padding: 40px 64px 49px;
}

.sp-contact .sp-contact-form .sp-line
{
  align-items: center;
  display: flex;
  margin-bottom: 12px;
}

.sp-contact .sp-contact-form .sp-line:last-child
{
  padding-top: 20px;
  margin-bottom: 0;
}

.sp-contact .sp-contact-form .sp-line-item
{
  width: 100%;
}

.sp-contact .sp-contact-form .sp-line-item-half
{
  margin-right: 5px;
  width: calc(50% - 5px);
}

.sp-contact .sp-contact-form .sp-line-item,
.sp-contact .sp-contact-form .sp-line-item-half
{
  position: relative;
}

.sp-contact .sp-contact-form .sp-line-item-half + .sp-line-item-half
{
  margin-left: 5px;
  margin-right: 0;
}

.sp-contact .sp-contact-form input[type="text"],
.sp-contact .sp-contact-form input[type="email"],
.sp-contact .sp-contact-form input[type="tel"],
.sp-contact .sp-contact-form textarea
{
  background: #FFF;
  border: none;
  border-radius: 4px;
  color: #122334;
  font-weight: 500;
  font-size: 14px;
  line-height: 170%;
  padding: 12px 16px;
  width: 100%;
}

.sp-contact .sp-contact-form .sp-placeholder
{
  font-weight: 500;
  font-size: 14px;
  line-height: 170%;
  color: #122334;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  user-select: none;
}

.sp-contact .sp-contact-form .sp-placeholder span
{
  color: #63224D;
}

.sp-contact .sp-contact-form textarea
{
  height: 97px;
}

.sp-contact .sp-contact-form .sp-main-12-form-politika-my
{
  font-weight: 600;
  font-size: 12px;
  line-height: 170%;
  color: rgba(28, 27, 31, 0.6);
  max-width: 303px;
  width: 100%;
}

.sp-contact .sp-contact-form .sp-main-12-form-politika-my:before
{
  top: 50%;
  transform: translateY(-50%);
}

.sp-contact .sp-contact-form .sp-main-12-form-politika-my:after
{
  margin-top: -7px;
  top: 50%;
}

.sp-contact .sp-contact-form .sp-submit
{
  background: #122334;
  border-radius: 24px;
  margin-left: auto;
  padding: 12px 58px;
  font-weight: 600;
  font-size: 14px;
  line-height: 170%;
  text-align: center;
  color: #FFFFFF;
}
.sp-main-3-slick .slick-dots {
  bottom: -34px;
}
.sp-main-3-flex {
  padding-bottom: 50px;
}
@media screen and (max-width: 1240px){
  
  .sp-main-3 {
     padding-bottom: 50px !important;
  }
}
@media (min-width: 961px) and (max-width: 1200px)
{
  .sp-contact .sp-contact-form
  {
    padding: 30px;
  }

  .sp-contact .sp-contact-form .sp-line
  {
    flex-direction: column;
  }

  .sp-contact .sp-contact-form .sp-line-item-half,
  .sp-contact .sp-contact-form .sp-line-item-half + .sp-line-item-half
  {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 12px;
    width: 100%;
  }

  .sp-contact .sp-contact-form .sp-line-item-half + .sp-line-item-half
  {
    margin-bottom: 0;
  }

  .sp-contact .sp-contact-form .sp-submit
  {
    margin: 0 auto;
  }
}

@media (max-width: 960px)
{
  .sp-contact
  {
    padding: 100px 15px 40px;
  }

  .sp-contact .sp-contact-wrap
  {
    flex-direction: column;
  }

  .sp-contact .sp-left
  {
    margin-right: 0;
    max-width: none;
    margin-bottom: 30px;
  }
}

@media (max-width: 650px)
{
  .sp-contact .sp-contact-form
  {
    padding: 30px 20px;
  }

  .sp-contact .sp-contact-form .sp-line
  {
    flex-direction: column;
  }

  .sp-contact .sp-contact-form .sp-line-item-half,
  .sp-contact .sp-contact-form .sp-line-item-half + .sp-line-item-half
  {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 12px;
    width: 100%;
  }

  .sp-contact .sp-contact-form .sp-line-item-half + .sp-line-item-half
  {
    margin-bottom: 0;
  }

  .sp-contact .sp-contact-form .sp-submit
  {
    margin: 0 auto;
  }
}

.sp-header-logo--black {
  display: none;
}
.black-style .main-header-btn{
  color: #122334;
  border-color: #122334;
}
.black-style .sp-header-logo--black {
  display: block;
}
.black-style .sp-header-logo--white {
  display: none;
}
.mobile-menu {
  flex-grow: 2;
  display: flex;
  align-items: center;
}
.header-main-menu {
  margin-right: 42px;
  margin-left: auto;
}
.header-main-menu ul {
  display: flex;
}
.header-main-menu li {
  margin-left: 10px;
  margin-right: 10px;
}
.header-main-menu li a {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 170%;
  text-align: center;
  color: #ffffff;
}
/* deactivated at 18.11.2025 by M.V.GEISSER (Jens Hennig) and added alternative at Line 4244
.header-main-menu li a:hover {
  color: #63224D !important;
} */

.sp-light-menu .sp-header-logo {
  background-size: 0, contain;
}

.sp-light-menu .header-main-menu li a {
  color: #122334;
}

.sp-light-menu .header-main-menu > ul > li.menu-item-has-children:after {
  background-image: url('../images/main-menu-arrow-dark.svg');
}

.sp-main-header.active.sp-light-menu, .sp-main-header.sp-light-menu.fixed {
  background: #fff;
  box-shadow: 0px 17px 30px rgba(17, 60, 170, 0.08);
}

.sp-light-menu .main-header-btn {
  border: 1px solid #122334;
  color: #122334;
}

.sp-light-menu .main-header-btn:hover {
  background: #122334;
  color: #fff;
}

.sp-light-menu .header-main-menu > ul > li > .sub-menu {
  background: #122334;
}

.sp-light-menu .header-main-menu > ul > li > .sub-menu > li > .sub-menu > li a,
.sp-light-menu .header-main-menu > ul > li > .sub-menu > li > a {
  color: #fff;
}

.sp-light-menu .header-hamburger-line,
.sp-light-menu .header-hambugreg:before,
.sp-light-menu .header-hambugreg:after {
  background: #122334;
}

@media screen and (max-width: 992px) {
  .sp-light-menu .header-main-menu > ul > li > .sub-menu > li > .sub-menu > li a,
  .sp-light-menu .header-main-menu > ul > li > .sub-menu > li > a {
    color: #122334;
  }

  .sp-light-menu .header-main-menu > ul > li > .sub-menu {
    background: #fff;
  }
}

.black-style .header-main-menu li a {
  color: #122334;
  font-size: 14px;
  font-weight: 600;
}

.black-style.sp-main-header.active, .black-style.sp-main-header.fixed {
  background: #ffffff;
}
.header-hambugreg {
  display: none;
}

.header-hamburger-line,
.header-hambugreg:before,
.header-hambugreg:after {
  background: #ffffff;
}

.black-style .header-hamburger-line,
.black-style .header-hambugreg:before,
.black-style .header-hambugreg:after {
  background: #000000;
}

.mobile-menu-bg {
  display: none;
}
@media screen and (max-width: 992px){
  .header-hambugreg {
    display: block;
    margin-left: 20px;
  }
  .mobile-menu {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 300px;
    max-width: calc(100% - 100px);
    transform: translateX(-110%);
    transition: 0.45s;
    z-index: 400;
    padding: 60px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100vh;
    background: #ffffff;
  }
  .mobile-menu.active {
    transform: translateX(0%);
  }
  .mobile-menu .header-main-menu ul{
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .mobile-menu .header-main-menu ul li {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 20px;
  }
  .mobile-menu .header-main-menu ul li:last-child {
    margin-bottom: 0px;
  }
  .mobile-menu .header-main-menu ul li a {
    color: #000000;
    font-size: 20px;
  }
  .mobile-menu .header-main-menu {
    margin-left: 0px;
    margin-right: 0px;
  }
  .mobile-menu .main-header-btn {
    margin-top: 60px;
    color: #000000;
    border-color: #000000;
  }
  .mobile-menu-bg {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 399;
    background: rgba(0,0,0,0.15);
    opacity: 0;
    transition: 0.35s;
    pointer-events: none;
  }
  .mobile-menu-bg.active {
    opacity: 1;
    pointer-events: inherit;
  }
  .overfloww {
    overflow: hidden;
  }
  .scm-mainpage-waruminfopulse-inner-img {
    margin-top: 0px;
    margin-left: 0px;
    position: relative;
    top: -5px;
 }
 .scm-mainpage-waruminfopulse-inner-cell {
    max-width: 100%;
 }
}
@media screen and (max-width: 550px){
  .header-main-menu {
    margin-right: 0px;
  }
  .header-main-menu li a {
    font-size: 12px;
  }
}


span.cart-quantity {
  padding: 2px;
  position: absolute;
  right: -13px;
  background: #ffffff;
  color: #000000;
  top: -10px;
  border-radius: 100%;
  width: 19px;
  line-height: 15px;
  font-size: 11px;
  vertical-align: middle;
  text-align: center;
}

a#minicart {
  position: relative;
  display: block;
  margin-right: 20px;
}
a#minicart svg {
    width: 20px;
    height: auto;
    color: #fff;
    fill: #fff;
}

.sp-light-menu a#minicart svg {
  color: #000000;
  fill: #000000;
}

table.products-table {
  width: 100%;
}

table.products-table th {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
  text-align: left;
  color: #122334;
}

table.products-table th, 
table.products-table td {
  padding: 10px 0;
  vertical-align: middle;
}

table.products-table th:not(.no-border), 
table.products-table td:not(.no-border) {
  border-bottom: 1px solid grey;
}

table .sp-hero-btn {
  width: auto;
  border-radius: 32px;
  padding: 0 20px;
  cursor: pointer;
}

/** Mobile tables expertree academy 2024 **/
@media screen and (max-width: 599px) {
  table.products-table {
      border:none;
  }

  table.products-table thead {
      display: none;
  }
  
  table.products-table tbody {
      display: block;
  }
  
  table.products-table tr {
      margin: 0;
      overflow: hidden;
      padding: 10px 0;
      display: grid;
      grid-template-columns: 1fr repeat(1, 50%);
  }
  
  table.products-table tr td, 
  table.products-table tr th {
      display: block;
      padding: 4px 4px;
    border-bottom: none;
  }
  
  table.products-table tr td:before, 
  table.products-table tr th:before {
      color: #777;
      content: attr(data-label);
      display: block;
      font-size: 13px;
      word-break: break-word;
  }

  table.products-table tr td:last-of-type {
      grid-column: span 2;
      /* text-align: center; */
  }
}







.sp-page-content {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
}
.sp-main-footer {
  margin-top: auto;
}

.modal-body {
  position: fixed;
  width: 75%;
  max-width: 800px;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  height: 150px;
  left: 50%;
  z-index: 99;
}

.modal:before {
  position: fixed;
  left: 0;
  top: 0;
  content: '';
  width: 100vw;
  height: 100vw;
  background: rgba(0,0,0,0.5);
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vw;
  z-index: 999;
}

.modal-title {
  padding: 10px 20px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
}
.modal-title h2.sp-main-12-right-title{
  margin: 0;
}
.modal-content {
  padding: 20px;
}

.modal-title .close-modal svg {
  width: 15px;
  height: auto;
  display: block;
}

.modal-title .close-modal {
  width: 15px;
  height: auto;
  cursor: pointer;
}

.remove-addon svg {
  opacity: 0.7;
  transition: opacity 0.3s;
}

.remove-addon:hover svg {
  opacity: 1;
}


/*------------ 18. Nov 2025 changes by M.V.GEISSER (Jens Hennig) ------------*/

/* Button Icon Color Repair overwrite - used accent color regulary*/
.sp-hero-btn .sp-dec path, .sp-main-2-el:not(:last-child) .sp-main-2-el-icon path, .sp-main-4-block-icon path, .sp-main-8-el-icon .icon path, .sp-main-11 .sp-main-11-row-counts .sp-dec path, .portfolio-2-item-icon path, .portfolio-3-fixed-box-btn .sp-dec path, .portfolio-single-3-btn .sp-dec path, .scm-mainpage-waruminfopulse-inner-img path, .sp-steps .sp-dec path, .sp-main-8-el.sp-main-8-el--first .sp-dec path, .sp-contact .sp-contact-item .sp-icon path {
    stroke: white !important;
}

/* Button Border overwrite */
.white-button-hero .sp-hero-btn, .gradient-on .sp-hero-btn {
    border: 2px solid #fff !important;
}
body .sp-hero-btn, body .sp-main-12-button, body .portfolio-3-fixed-box-btn, body .portfolio-single-3-btn, body .va-3-btn {
    border: 2px solid #63224d !important;
}

/* Main Menu:hover Color Repair - alternative class */
.header-main-menu li a:hover {
    color: lightgrey;
}

/* reducing banner-size of "home hero" block - alternative class */
.sp-hero.pb-fix {
    padding-bottom: 30px;
    padding-top: 90px;
}
/*------------------------------- END ---------------------------------------*/