@charset "UTF-8";
html, body {
  background: #fff;
  font-family: "dm-sans", sans-serif;
  font-weight: 400;
  color: #30313c;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

.breadcramps {
  position: absolute;
  top: 30px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-family: "roc-grotesk-wide", sans-serif;
}
.breadcramps a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}
.breadcramps a:hover {
  text-decoration: underline;
}
.breadcramps .break {
  width: 12px;
  height: 12px;
  background: url(images/vw_arrow1.svg) no-repeat;
  background-size: 12px 12px;
  position: relative;
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
}

.hero-default {
  background: #C8314A;
  background: linear-gradient(45deg, rgb(200, 49, 74) 0%, rgb(221, 49, 97) 50%, rgb(196, 34, 106) 100%);
  width: 100%;
  min-height: 700px;
}
.hero-default .container-fluid {
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  height: 700px;
}
.hero-default .container-fluid .row {
  height: 700px;
}
.hero-default .hero-text {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
}
.hero-default .hero-text h1 {
  color: #fff;
}
.hero-default .hero-text p {
  color: #fff;
  font-variation-settings: "wght" 300;
  font-size: 16px;
  margin-bottom: 0;
  max-width: 500px;
  line-height: 1.2;
}
.hero-default .btn3 {
  background-color: #fff;
}
.hero-default .btn3:hover {
  color: #dd3160;
  background-color: #fff;
}

.hero-black {
  background: #131217;
  width: 100%;
  min-height: 500px;
}
.hero-black .container-fluid {
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  height: 500px;
}
.hero-black .container-fluid .row {
  height: 500px;
}
.hero-black .hero-text {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
}
.hero-black .hero-text h1 {
  color: #fff;
}
.hero-black .hero-text p {
  color: #fff;
  font-variation-settings: "wght" 300;
  font-size: 16px;
  margin-bottom: 0;
  max-width: 500px;
  line-height: 1.2;
}
.hero-black .btn3 {
  background-color: #fff;
}
.hero-black .btn3:hover {
  color: #dd3160;
  background-color: #fff;
}

.hero-dark {
  background: #30313C;
  background: linear-gradient(45deg, rgb(48, 49, 60) 0%, rgb(62, 40, 55) 50%, rgb(53, 38, 52) 100%);
  width: 100%;
  min-height: 700px;
}
.hero-dark .container-fluid {
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  height: 700px;
}
.hero-dark .container-fluid .row {
  height: 700px;
}
.hero-dark .hero-text {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
}
.hero-dark .hero-text h1 {
  color: #fff;
}
.hero-dark .hero-text p {
  color: #fff;
  font-variation-settings: "wght" 300;
  font-size: 16px;
  margin-bottom: 0;
  max-width: 500px;
  line-height: 1.2;
}
.hero-dark .btn3 {
  background-color: #fff;
}
.hero-dark .btn3:hover {
  color: #dd3160;
  background-color: #fff;
}

.section-dark {
  background: #30313C;
  background: linear-gradient(45deg, rgb(48, 49, 60) 0%, rgb(62, 40, 55) 50%, rgb(53, 38, 52) 100%);
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 100px;
}
.section-dark h2, .section-dark h3, .section-dark p {
  color: #fff;
}
.section-dark .values {
  top: initial;
  margin-top: 70px;
}
.section-dark .values h2, .section-dark .values h3, .section-dark .values p {
  color: #30313c;
}

.summary-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.summary-items .summary-item {
  margin-bottom: 40px;
}
.summary-items .summary-item:last-child {
  margin-bottom: 0;
}
.summary-items .summary-item h3 {
  font-size: 48px;
  margin-bottom: 0;
}

a {
  color: #30313c;
  text-decoration: underline;
}

img {
  border-radius: 20px;
}

.i-cover {
  display: inline-block;
  position: relative;
}
.i-cover:hover:after {
  content: "";
  background-color: rgba(55, 22, 51, 0.7529411765);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}

.bg-opacity {
  background-color: rgba(55, 22, 51, 0.7529411765);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}

.btn-a {
  color: #30313c;
  display: inline-block;
  transition: all 0.5s;
  text-decoration: none;
  font-family: "dm-sans", sans-serif;
  width: auto;
}
.btn-a .a {
  display: inline-block;
  width: 23px;
  height: 20px;
  background: url(images/vw_arrow2.svg) no-repeat;
  background-size: 20px 20px;
  position: relative;
  top: 5px;
  left: 8px;
  transition: all 0.5s;
}
.btn-a:hover {
  color: #30313c;
  text-decoration: underline;
}
.btn-a:hover .a {
  background: url(images/vw_arrow2.svg) no-repeat;
  background-size: 20px 20px;
}

.btn3 {
  color: #dd3160;
  border: 2px solid #dd3160;
  display: inline-block;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 8px;
  padding-bottom: 10px;
  border-radius: 100px;
  text-decoration: none;
}
.btn3:hover {
  color: #fff;
  border: 2px solid #dd3160;
  background: #dd3160;
  text-decoration: none;
  transition: all 0.5s;
}
.btn3 .a {
  display: inline-block;
  width: 23px;
  height: 20px;
  background: url(images/vw_arrow2.svg) no-repeat;
  background-size: 20px 20px;
  position: relative;
  top: 5px;
  left: 8px;
  transition: all 0.5s;
}
.btn3 span {
  font-weight: 600;
}

.btn2 {
  color: #fff;
  border: 2px solid #dd3160;
  background: #dd3160;
  display: inline-block;
  padding-right: 25px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 100px;
  transition: all 0.5s;
  text-decoration: none;
  font-family: "dm-sans", sans-serif;
  width: auto;
}
.btn2 .a {
  display: inline-block;
  width: 23px;
  height: 20px;
  background: url(images/vw_arrow1.svg) no-repeat;
  background-size: 20px 20px;
  position: relative;
  top: 5px;
  left: 8px;
  transition: all 0.5s;
}
.btn2 .a-reverse {
  display: inline-block;
  width: 23px;
  height: 20px;
  background: url(images/vw_arrow1.svg) no-repeat;
  background-size: 20px 20px;
  position: relative;
  top: 5px;
  left: -5px;
  transition: all 0.5s;
  transform: rotate(180deg);
}
.btn2:hover, .btn2:focus, .btn2:active {
  color: #30313c;
  border: 2px solid #dd3160;
  background: #fff;
  text-decoration: none;
}
.btn2:hover .a, .btn2:focus .a, .btn2:active .a {
  background: url(images/vw_arrow2.svg) no-repeat;
  background-size: 20px 20px;
}
.btn2:hover .a-reverse, .btn2:focus .a-reverse, .btn2:active .a-reverse {
  background: url(images/vw_arrow2.svg) no-repeat;
  background-size: 20px 20px;
}
.btn2.btn-disabled {
  background: #fff;
  border: 2px solid #d6d6d6;
  color: #d6d6d6;
  cursor: not-allowed;
}
.btn2.btn-disabled .a {
  background: url(images/vw_arrow4.svg) no-repeat;
  background-size: 20px 20px;
}
.btn2.btn-disabled .a-reverse {
  background: url(images/vw_arrow4.svg) no-repeat;
  background-size: 20px 20px;
}
.btn2.btn-disabled:hover {
  background: #fff;
  border: 2px solid #d6d6d6;
  color: #d6d6d6;
  cursor: not-allowed;
}

.btn-default {
  color: #fff;
  background: #dd3160;
  border: 2px solid #dd3160;
  text-decoration: none;
  display: inline-block;
  padding-right: 25px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 100px;
  transition: background 0.5s;
  text-decoration: none;
}
.btn-default span {
  font-weight: 600;
}
.btn-default:hover {
  color: #fff;
  background: #790c54;
  border: 2px solid #790c54;
  text-decoration: none;
}
.btn-default:hover .a {
  background: url(images/ico_strzalka-slider-white.svg) no-repeat;
  background-size: 23px 20px;
}
.btn-default:hover .b {
  background: url(images/ico_strzalka-slider-white.svg) no-repeat;
  background-size: 23px 20px;
}
.btn-default .a {
  display: inline-block;
  width: 23px;
  height: 20px;
  background: url(images/ico_strzalka-slider-white.svg) no-repeat;
  background-size: 23px 20px;
  position: relative;
  top: 5px;
  left: 8px;
}
.btn-default .b {
  display: inline-block;
  width: 23px;
  height: 20px;
  background: url(images/ico_strzalka-slider-white.svg) no-repeat;
  background-size: 23px 20px;
  position: relative;
  top: 5px;
  left: -5px;
  transform: rotate(180deg);
}

.label {
  color: #dd3160;
  font-size: 16px;
  margin-bottom: 30px;
}

hr {
  border-top: 1px solid #d6d6d6;
  margin-top: 25px;
}

img {
  max-width: 100%;
}

h1 {
  font-size: 56px;
  font-family: "roc-grotesk-wide", sans-serif;
  color: #30313c;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  margin-bottom: 40px;
  z-index: 1;
  position: relative;
}
h1 span {
  font-weight: 400;
}

h2 {
  font-size: 42px;
  font-family: "roc-grotesk-wide", sans-serif;
  color: #30313c;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 30px;
}
h2 span {
  font-weight: 400;
}

h3 {
  font-size: 40px;
  font-family: "roc-grotesk-wide", sans-serif;
  color: #30313c;
  font-weight: 600;
  line-height: 1;
}
h3.pink {
  color: #dd3160;
}

h4 {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 30px;
}

h5 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 30px;
}

h6 {
  font-size: 120px;
  font-weight: 600;
  line-height: 120px;
  color: #371633;
}

p {
  font-size: 16px;
  color: #30313c;
}

.container-full {
  width: calc(100% - 60px);
  margin-left: 30px;
  margin-right: 30px;
}

section.default {
  margin-top: 100px;
  margin-bottom: 100px;
}

section.default2 {
  margin-top: 100px;
  margin-bottom: 0px;
}

section.image {
  margin-top: 50px;
}

.box-wrap1, .box-wrap2 {
  margin-bottom: 30px;
}

.box-wrap2 .wrap {
  background: rgb(245, 245, 245);
  background: linear-gradient(55deg, rgb(245, 245, 245) 0%, rgb(250, 239, 253) 100%);
  padding: 90px 90px 0px 90px;
}

.opinion-item {
  background-color: #e9e4e0;
  padding: 30px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 430px;
  width: calc(50% - 45px);
  max-width: 493px;
  margin-right: 30px;
}
.opinion-item .opinion-author-box {
  display: flex;
  flex-direction: row;
  position: absolute;
  bottom: 30px;
}
.opinion-item .opinion-author-box .opinion-image {
  margin-right: 15px;
}
.opinion-item .opinion-author-box .opinion-image img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.opinion-item .opinion-author-box .opinion-author {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pagination-container {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
}
.pagination-container .arrow-left {
  width: 20px;
  height: 20px;
  background: url(images/vw_arrow2.svg) no-repeat;
  background-size: 20px 20px;
  transform: rotate(180deg);
  display: inline-block;
  margin-right: 13px;
}
.pagination-container .arrow-right {
  width: 20px;
  height: 20px;
  background: url(images/vw_arrow2.svg) no-repeat;
  background-size: 20px 20px;
  display: inline-block;
  margin-left: 13px;
}
.pagination-container .page-numbers {
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
  border: 1px solid #ffffff;
  width: 45px;
  border-radius: 1000px;
  font-size: 16px;
  height: 45px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #30313c;
  text-decoration: none;
}
.pagination-container .page-numbers.current {
  border: 1px solid #eaeaec;
  width: 45px;
  border-radius: 1000px;
  font-size: 16px;
  height: 45px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eaeaec;
}

#default-contact {
  margin-top: 50px;
  margin-bottom: 100px;
}

.default-contact-wrapper {
  background-image: url(images/vw_baner-kontakt_cta2.webp);
  background-repeat: no-repeat;
  background-position: right top;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  border-radius: 40px;
  padding-left: 50px;
  padding-right: 50px;
  width: 100%;
  border-radius: 40px;
}
.default-contact-wrapper h1, .default-contact-wrapper p {
  color: #fff;
}
.default-contact-wrapper h1 {
  font-style: italic;
  font-weight: 300;
}
.default-contact-wrapper h1 span {
  font-weight: bold;
  font-style: normal;
}
.default-contact-wrapper p {
  margin-bottom: 50px;
}
.default-contact-wrapper .btn3 {
  background-color: #fff;
  border: 2px solid #fff;
}
.default-contact-wrapper .btn3 .a {
  background: url(images/vw_arrow3.svg) no-repeat;
  background-size: 20px 20px;
}
.default-contact-wrapper .btn3:hover {
  color: #dd3160;
  background-color: #fff;
}

.cooperation-item {
  background-image: url(images/vw_baner-home-poziom.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px;
  border-radius: 40px;
  color: #fff;
  text-align: center;
  height: 480px;
  display: block;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 480px;
  display: flex;
  flex-direction: column;
}
.cooperation-item h2 {
  font-size: 48px;
  font-family: "roc-grotesk-wide", sans-serif;
  color: #fff;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 10px;
}
.cooperation-item h3 {
  font-size: 48px;
  font-family: "roc-grotesk-wide", sans-serif;
  color: #fff;
  font-variation-settings: "wght" 600;
  margin-bottom: 30px;
}
.cooperation-item a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-family: "dm-sans", sans-serif;
  background-image: url(images/vw_arrow1.svg);
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 35px;
}

.p-unset {
  position: unset;
}

.next-step {
  margin-top: 150px !important;
  position: relative;
}
.next-step .bg {
  position: absolute;
  width: 1130px;
  height: 310px;
  background: #fbf4fb;
  right: 0;
  border-radius: 5px;
  top: 0px;
}
.next-step h1 {
  padding-top: 50px;
}
.next-step h4 {
  padding-top: 70px;
  font-size: 32px;
}

.tick {
  margin-bottom: 30px;
}
.tick strong {
  font-size: 22px;
}
.tick img {
  display: block;
  margin-bottom: 20px;
}

.default-offer {
  overflow: hidden;
  clear: both;
  margin-top: 30px;
}
.default-offer h2 {
  margin-bottom: 40px;
}
.default-offer .default-offer-left {
  background-color: #f2f2f2;
  height: 630px;
  float: left;
  width: calc(50% - 15px);
}
.default-offer .default-offer-left .wrap {
  width: 100%;
  height: 630px;
  background-image: url(images/offer1.png);
  background-repeat: no-repeat;
  background-position: right;
  padding-left: 40px;
  padding-top: 400px;
  padding-right: 100px;
}
.default-offer .default-offer-right {
  background-color: rgb(245, 245, 245);
  background: linear-gradient(55deg, rgb(245, 245, 245) 0%, rgb(250, 239, 253) 100%);
  height: 630px;
  float: right;
  width: calc(50% - 15px);
}
.default-offer .default-offer-right .wrap {
  width: 100%;
  height: 630px;
  background-image: url(images/offer2.png);
  background-repeat: no-repeat;
  background-position: right;
  padding-left: 40px;
  padding-top: 352px;
  padding-right: 100px;
}

.header-1 {
  overflow: hidden;
  clear: both;
}
.header-1 .header-left {
  width: calc(40% - 15px);
  display: flex;
  align-items: flex-end;
  float: left;
  height: 80vh;
  background: rgb(255, 255, 255);
  background: linear-gradient(45deg, rgb(255, 255, 255) 0%, rgb(234, 166, 205) 49%, rgb(198, 119, 234) 100%);
  padding-left: calc((100% - 1570px) / 2 + 15px);
  padding-right: 120px;
  padding-bottom: 50px;
}
.header-1 .header-right {
  width: calc(60% - 15px);
  height: 80vh;
  float: right;
}
.header-1 .header-right img {
  height: 80vh;
  object-fit: cover;
  border-radius: 0px 1000px 1000px 0px;
}

.header-2 {
  overflow: hidden;
  clear: both;
}
.header-2 .header-left {
  width: calc(30% - 15px);
  display: flex;
  align-items: flex-end;
  float: left;
  height: 80vh;
  background: #ebe6ea;
  padding-left: calc((100% - 1570px) / 2 + 15px);
  padding-right: 120px;
  padding-bottom: 50px;
}
.header-2 .header-right {
  width: calc(70% - 15px);
  background: linear-gradient(55deg, rgb(245, 245, 245) 0%, rgb(250, 239, 253) 100%);
  height: 80vh;
  float: right;
}
.header-2 .header-right img {
  height: 80vh;
  object-fit: cover;
  border-radius: 1000px 0px 0px 1000px;
}

.header-3 {
  overflow: hidden;
  clear: both;
}
.header-3 .header-left {
  width: calc(35% - 15px);
  display: flex;
  align-items: flex-end;
  float: left;
  height: 750px;
  background: #333333;
  padding-left: calc((100% - 1570px) / 2 + 15px);
  padding-right: 120px;
  padding-bottom: 50px;
}
.header-3 .header-left h1, .header-3 .header-left h2, .header-3 .header-left p {
  color: #fff;
}
.header-3 .header-right {
  width: calc(65% - 15px);
  height: 750px;
  float: right;
}
.header-3 .header-right img {
  height: 750px;
  object-fit: cover;
  width: 100%;
}

.header-4 {
  overflow: hidden;
  clear: both;
}
.header-4 .header-left {
  width: calc(45% - 15px);
  display: flex;
  align-items: flex-end;
  float: left;
  height: 750px;
  background: #333333;
  padding-left: calc((100% - 1570px) / 2 + 15px);
  padding-right: 120px;
  padding-bottom: 50px;
}
.header-4 .header-left h1, .header-4 .header-left h2, .header-4 .header-left p {
  color: #fff;
}
.header-4 .header-right {
  width: calc(55% - 15px);
  height: 750px;
  float: right;
}
.header-4 .header-right img {
  height: 750px;
  object-fit: cover;
}

.branza-slider {
  margin-bottom: 0px !important;
}
.branza-slider .item-slider {
  margin-top: 50px;
}
.branza-slider .item-slider .item {
  width: 270px;
  padding-bottom: 40px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.branza-slider .item-slider .item img {
  width: 70px;
  float: left;
  margin-right: 20px;
  height: 55px;
  object-fit: cover;
  position: relative;
  border-radius: 40px;
}
.branza-slider .item-slider .item h6 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 0;
  float: left;
  display: inline-block;
  height: 55px;
  width: 120px;
  line-height: 20px;
  display: flex;
  align-content: center;
  align-items: center;
  position: relative;
}
.branza-slider .item-slider .item h6 br {
  display: none;
}

.item-slider-wrap .branza-item-wrap {
  background: rgb(245, 245, 245);
  background: linear-gradient(55deg, rgb(245, 245, 245) 0%, rgb(250, 239, 253) 100%);
  height: 500px;
  width: 100%;
  margin-bottom: 100px;
}
.item-slider-wrap .branza-item-wrap .preview-wrap {
  padding-top: 100px;
  padding-bottom: 100px;
  height: 500px;
  position: relative;
}
.item-slider-wrap .branza-item-wrap .preview-wrap img {
  width: 45%;
  height: 500px;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  border-radius: 0px 300px 300px 0px;
}
.item-slider-wrap .slick-arrow.slick-prev {
  left: calc(50% + 15px);
}
.item-slider-wrap .slick-arrow.slick-next {
  left: calc(50% + 15px + 100px);
}

#default-seo {
  width: 100%;
  background-color: #f3f3f3;
  padding-top: 40px;
  padding-bottom: 40px;
}
#default-seo .more {
  display: none;
}
#default-seo .show-more {
  text-decoration: none;
  cursor: pointer;
}
#default-seo .show-more:hover {
  text-decoration: underline;
  cursor: pointer;
}
#default-seo .show-more span {
  color: #30313c;
  display: block;
  padding-top: 5px;
  font-variation-settings: "ital" 0, "opsz" 6, "wght" 400;
  color: #30313c;
  cursor: pointer;
}

@media (min-width: 1600px) {
  .container-fluid {
    width: 1500px;
    max-width: 1500px;
    min-width: 1500px;
    margin: 0 auto;
  }
  .mb-sm-100 {
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .container-full {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .default {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .opinion-item {
    width: 100%;
    max-width: 400px;
  }
  h1 {
    font-size: 36px !important;
  }
  h2 {
    font-size: 34px;
  }
  .default-contact-wrapper {
    background: #C8314A !important;
    background: linear-gradient(45deg, rgb(200, 49, 74) 0%, rgb(221, 49, 97) 50%, rgb(196, 34, 106) 100%) !important;
  }
  .cooperation-item {
    padding: 40px;
  }
  .cooperation-item h2 {
    font-size: 36px;
  }
  .cooperation-item h3 {
    font-size: 34px;
  }
  .cooperation-item a {
    font-size: 20px;
  }
  .hero-slider {
    padding-top: 25px;
  }
  .hero-default .container-fluid,
  .hero-dark .container-fluid {
    background: none !important;
    height: auto !important;
  }
  .hero-default .container-fluid .row,
  .hero-dark .container-fluid .row {
    height: auto !important;
  }
  .hero-default .container-fluid .hero-text,
  .hero-dark .container-fluid .hero-text {
    padding-top: 85px;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .container-full {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}
.grecaptcha-badge {
  display: none;
}

.numbers {
  background: #30313C;
  background: linear-gradient(45deg, rgb(48, 49, 60) 0%, rgb(62, 40, 55) 50%, rgb(53, 38, 52) 100%);
  padding-bottom: 100px;
  padding-top: 100px;
  margin-top: 100px;
}
.numbers strong {
  color: #dd3160;
  display: block;
  font-size: 56px;
  font-family: "roc-grotesk-wide", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}
.numbers strong .odometer-digit:last-child {
  padding-right: 5px;
}
.numbers span.label {
  color: #dd3160;
  font-size: 20px;
  line-height: 28px;
}
.numbers h2, .numbers p {
  color: #fff;
}

.value-item {
  background-color: #e9e4e0;
  padding: 30px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  height: 100%;
}
.value-item h3 {
  font-size: 24px;
  margin-bottom: 30px;
}
.value-item p {
  color: #30313c;
}

@media (max-width: 768px) {
  .numbers {
    text-align: center;
    padding-bottom: 60px;
  }
  .numbers span {
    display: block;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .numbers {
    padding-top: 0;
  }
  .values {
    position: relative;
    top: -50px;
  }
}
header {
  padding-top: 30px;
  padding-bottom: 10px;
  z-index: 11;
  background-color: #fff;
  position: relative;
}
header img {
  border-radius: 0;
}
header .logo2 {
  display: none;
}
header .phone-link {
  font-size: 16px;
  font-weight: 400;
  color: #30313c;
  text-decoration: none;
  margin-right: 20px;
  background-image: url(images/vw_ico-phone.svg);
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
  padding-top: 3px;
  padding-bottom: 3px;
}
header .phone-mail {
  font-size: 16px;
  font-weight: 400;
  color: #30313c;
  text-decoration: none;
  margin-right: 20px;
  background-image: url(images/vw_ico-mail.svg);
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
  padding-top: 3px;
  padding-bottom: 3px;
}
header.scrolled {
  position: fixed;
  width: 100%;
  padding-bottom: 10px;
  padding-top: 0px;
  top: 0;
}
header.scrolled .logo-header {
  display: none !important;
}
header .login-link {
  border: 2px solid transparent;
  background: url(images/ico_logowanie.svg) no-repeat;
  background-size: 25px 25px;
  background-position: left center;
  padding-left: 30px;
}
header .login-link:hover {
  border: 2px solid transparent;
  background: url(images/ico_logowanie.svg) no-repeat;
  background-size: 25px 25px;
  background-position: left center;
  color: #dd3160;
}

@media (min-width: 768px) {
  header .logo img {
    width: 330px;
  }
  header.scrolled .logo img {
    width: 280px;
    margin-top: 10px;
  }
  header .btn3 {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  header {
    padding-bottom: 20px;
  }
}
.single-solutions .header-wrap, .single-automat .header-wrap, .page-template-page-cooperation .header-wrap, .single-post .header-wrap {
  position: relative;
}
.single-solutions .header-wrap:before, .single-automat .header-wrap:before, .page-template-page-cooperation .header-wrap:before, .single-post .header-wrap:before {
  background: #30313C;
  background: linear-gradient(45deg, rgb(48, 49, 60) 0%, rgb(62, 40, 55) 50%, rgb(53, 38, 52) 100%);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100px;
}
.single-solutions .header-wrap .hero-dark img, .single-automat .header-wrap .hero-dark img, .page-template-page-cooperation .header-wrap .hero-dark img, .single-post .header-wrap .hero-dark img {
  border-radius: 0;
  margin-top: 50px;
}
.single-solutions .header-wrap header, .single-automat .header-wrap header, .page-template-page-cooperation .header-wrap header, .single-post .header-wrap header {
  background: none;
}
.single-solutions .header-wrap header .phone-link, .single-solutions .header-wrap header .phone-mail, .single-automat .header-wrap header .phone-link, .single-automat .header-wrap header .phone-mail, .page-template-page-cooperation .header-wrap header .phone-link, .page-template-page-cooperation .header-wrap header .phone-mail, .single-post .header-wrap header .phone-link, .single-post .header-wrap header .phone-mail {
  color: #fff;
}
.single-solutions .header-wrap header .logo, .single-automat .header-wrap header .logo, .page-template-page-cooperation .header-wrap header .logo, .single-post .header-wrap header .logo {
  display: none;
}
.single-solutions .header-wrap header .logo2, .single-automat .header-wrap header .logo2, .page-template-page-cooperation .header-wrap header .logo2, .single-post .header-wrap header .logo2 {
  display: block;
}
.single-solutions .header-wrap nav ul li a, .single-automat .header-wrap nav ul li a, .page-template-page-cooperation .header-wrap nav ul li a, .single-post .header-wrap nav ul li a {
  color: #fff;
}
.single-solutions .header-wrap .btn-nav a:hover, .single-automat .header-wrap .btn-nav a:hover, .page-template-page-cooperation .header-wrap .btn-nav a:hover, .single-post .header-wrap .btn-nav a:hover {
  color: #dd3160;
}
.single-solutions .header-wrap .nav-mobile-collapse, .single-automat .header-wrap .nav-mobile-collapse, .page-template-page-cooperation .header-wrap .nav-mobile-collapse, .single-post .header-wrap .nav-mobile-collapse {
  background: #30313C;
  background: linear-gradient(45deg, rgb(48, 49, 60) 0%, rgb(62, 40, 55) 50%, rgb(53, 38, 52) 100%);
}
.single-solutions .header-wrap .nav-mobile-collapse ul li a, .single-automat .header-wrap .nav-mobile-collapse ul li a, .page-template-page-cooperation .header-wrap .nav-mobile-collapse ul li a, .single-post .header-wrap .nav-mobile-collapse ul li a {
  color: #fff;
}
.single-solutions .header-wrap .navbar-toggle, .single-automat .header-wrap .navbar-toggle, .page-template-page-cooperation .header-wrap .navbar-toggle, .single-post .header-wrap .navbar-toggle {
  --bar-color: #ffffff;
}
.single-solutions .header-wrap .navbar-toggle::before, .single-solutions .header-wrap .navbar-toggle::after, .single-automat .header-wrap .navbar-toggle::before, .single-automat .header-wrap .navbar-toggle::after, .page-template-page-cooperation .header-wrap .navbar-toggle::before, .page-template-page-cooperation .header-wrap .navbar-toggle::after, .single-post .header-wrap .navbar-toggle::before, .single-post .header-wrap .navbar-toggle::after {
  background-color: #fff;
}

footer {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 150px;
  color: #30313c;
}
footer strong {
  font-size: 18px;
  margin-bottom: 30px;
  display: inline-block;
}
footer ul {
  list-style: none;
  padding-left: 15px;
}
footer ul li a {
  color: #30313c;
  text-decoration: none;
}
footer ul li a:hover {
  color: #30313c;
  text-decoration: underline;
}
footer ul li.break {
  margin-top: 20px;
}
footer .contact-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 240px;
}
footer .contact-box .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
footer .contact-box .contact-item .fab {
  font-size: 24px;
  margin-right: 8px;
  margin-top: 25px;
}
footer .contact-box .ico-phone {
  background: url(images/vw_ico-support.svg) no-repeat;
  background-size: 20px 20px;
  background-position: left center;
  padding-left: 25px;
  padding-top: 3px;
  padding-bottom: 3px;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 8px;
}
footer .contact-box .ico-mail {
  background: url(images/vw_ico-mail2.svg) no-repeat;
  background-size: 20px 20px;
  background-position: left center;
  padding-left: 25px;
  padding-top: 3px;
  padding-bottom: 3px;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 8px;
}
footer .contact-box .contact-details {
  line-height: 1.4;
  font-size: 14px;
}
footer .contact-box .phone {
  font-weight: 500;
}
footer .contact-box .hours {
  font-size: 13px;
  color: #666;
}
footer .contact-box a {
  color: #333;
  text-decoration: none;
}
footer .contact-box a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  footer .logo img {
    max-width: 100%;
    width: 770px;
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  footer {
    margin-top: 50px;
    padding-bottom: 40px;
  }
  footer .footer-menu-wrap {
    margin-top: 70px;
  }
}
.navbar-toggle {
  display: none;
}

nav {
  justify-content: flex-end;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: right;
}
nav ul li {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  text-align: right;
}
nav ul li:first-child {
  margin-left: 0;
}
nav ul li a {
  font-size: 16px;
  color: #30313c;
  text-decoration: none;
  border: 2px solid transparent;
  background: transparent;
  display: inline-block;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 8px;
  padding-bottom: 10px;
  border-radius: 100px;
  transition: all 0.5s;
  text-decoration: none;
  font-family: "dm-sans", sans-serif;
  width: auto;
  font-weight: 400;
}
nav ul li a:hover, nav ul li a:focus, nav ul li a:active {
  color: #dd3160;
  text-decoration: none;
  border: 2px solid #dd3160;
  background: transparent;
}
nav ul li.current-menu-item a {
  border: 2px solid #dd3160;
  background: transparent;
  color: #dd3160;
}

.single-post nav ul li.menu-blog a {
  border: 2px solid #dd3160;
  background: transparent;
  color: #fff;
}

.btn-nav a {
  color: #fff;
  border: 2px solid #dd3160;
  background: #dd3160;
  display: inline-block;
  padding-right: 25px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 100px;
  transition: all 0.5s;
  text-decoration: none;
  font-family: "dm-sans", sans-serif;
  width: auto;
}
.btn-nav a:hover {
  color: #dd3160;
  border: 2px solid #dd3160;
  background: #fff;
  text-decoration: none;
}

@media (min-width: 768px) {
  nav {
    margin-top: 20px;
  }
  .login-mobile {
    display: none;
  }
}
.nav-mobile-collapse {
  display: none;
}

@media (max-width: 768px) {
  /* hamburger dla .navbar-toggle */
  .navbar-toggle {
    --bar-color: #111; /* kolor pasków (zmień jeśli trzeba) */
    width: 44px;
    height: 36px;
    display: inline-block;
    position: relative;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    /* dostępność */
    outline: none;
  }
  /* środkowy pasek - używamy tła przycisku */
  .navbar-toggle {
    background-image: linear-gradient(var(--bar-color), var(--bar-color));
    background-size: calc(100% - 18px) 3px; /* szerokość i grubość środkowego paska */
    background-repeat: no-repeat;
    background-position: center;
    transition: background 0.28s ease, opacity 0.28s ease;
  }
  /* górny i dolny pasek - pseudo-elementy */
  .navbar-toggle::before,
  .navbar-toggle::after {
    content: "";
    position: absolute;
    left: 9px; /* odstęp od lewej i prawej - dopasuj do background-size */
    right: 9px;
    height: 3px;
    background: var(--bar-color);
    transition: transform 0.28s ease, top 0.28s ease, bottom 0.28s ease, opacity 0.28s ease;
    transform-origin: center;
    border-radius: 2px;
  }
  /* pozycjonowanie pasków w stanie "zamkniętym" */
  .navbar-toggle::before {
    top: 9px;
  }
  .navbar-toggle::after {
    bottom: 9px;
  }
  /* stan "otwarte" — wykorzystujemy aria-expanded lub klasę .collapsed */
  .navbar-toggle[aria-expanded=true],
  .navbar-toggle:not([aria-expanded=false]) {
    /* usuń środkowy pasek */
    background-image: none;
  }
  /* obrócone paski tworzące X */
  .navbar-toggle[aria-expanded=true]::before {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .navbar-toggle[aria-expanded=true]::after {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }
  /* estetyka focus (klawiatura) */
  .navbar-toggle:focus {
    box-shadow: 0 0 0 3px rgba(21, 156, 228, 0.18);
    border-radius: 6px;
  }
  /* opcjonalnie: ciemne tło (np. navbar o ciemnym tle) */
  .navbar-toggle.dark {
    --bar-color: #fff;
  }
  .nav-mobile-collapse {
    position: absolute !important;
    width: 100%;
    z-index: 10000;
    left: 0;
    top: 20px;
    background: #FFFFFF;
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .nav-mobile-collapse .phone-link, .nav-mobile-collapse .phone-mail {
    display: block;
    margin-top: 15px;
    margin-right: 0;
    margin-left: 35px;
  }
  .nav-mobile-collapse ul li {
    display: block;
    text-align: left;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-top: 0;
  }
  .nav-mobile-collapse ul li.menu-item-has-children a::after {
    display: none;
  }
  .nav-mobile-collapse ul li.btn-nav {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .nav-mobile-collapse ul li.btn-nav a {
    color: #fff !important;
  }
  .nav-mobile-collapse ul li a {
    font-size: 18px;
    font-weight: 500;
    color: #30313c;
    display: inline;
    text-decoration: none;
  }
  .nav-mobile-collapse ul li a:hover, .nav-mobile-collapse ul li a:focus, .nav-mobile-collapse ul li a:active {
    color: #30313c !important;
    text-decoration: none !important;
  }
  .nav-mobile-collapse ul li ul {
    position: relative;
    background: none;
    display: none;
    padding: 0;
    top: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
  }
  .nav-mobile-collapse ul li ul.active {
    display: block;
  }
  .nav-mobile-collapse ul li ul li a {
    font-size: 16px;
    display: inline-block;
  }
}
.home-image {
  margin-top: 50px;
  margin-bottom: 50px;
}

.home-partners {
  padding-top: 70px;
  padding-bottom: 70px;
}
.home-partners .logos img {
  margin-bottom: 30px;
  margin-left: 50px;
  margin-right: 50px;
  border-radius: 0px;
}

.home-offer {
  padding-top: 70px;
  padding-bottom: 70px;
}

.home-solutions {
  padding-top: 70px;
  padding-bottom: 70px;
}
.home-solutions .solutions-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.home-configurator {
  margin-top: 100px;
  margin-bottom: 100px;
  background: #39313d;
  padding-top: 50px;
  padding-bottom: 50px;
}
.home-configurator .config-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
}
.home-configurator .config-item p, .home-configurator .config-item h2 {
  color: #fff;
}
.home-configurator .config-item p {
  font-variation-settings: "wght" 300;
}

.home-slider {
  padding-top: 70px;
  margin-bottom: 50px;
}

.home-slider-main {
  padding-bottom: 120px;
}

.home-icons .icons {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.home-icons .icons img {
  width: 100px !important;
  height: auto !important;
  margin-bottom: 30px;
  display: inline-block;
}
.home-icons .icons p {
  text-align: center;
  font-weight: 600;
  font-size: 26px;
}
.home-icons .icons.icons-br {
  border-left: 2px solid #d6d6d6;
  border-right: 2px solid #d6d6d6;
}
.home-icons .icons.icons-br-right {
  border-right: 2px solid #d6d6d6;
}

.home-blog {
  margin-top: 100px !important;
  margin-bottom: 60px;
}
.home-blog h2 {
  margin-bottom: 30px;
}
.home-blog .blog-item a.i-cover {
  margin-bottom: 20px;
}
.home-blog .blog-item a.i-cover img {
  border-radius: 5px;
}
.home-blog .blog-item p {
  font-size: 18px;
  line-height: 22px;
}
.home-blog .blog-item p a {
  text-decoration: none;
}
.home-blog .blog-item p a:hover {
  text-decoration: none;
  color: #30313c;
}

.home-industry {
  margin-top: 100px;
  margin-bottom: 100px;
}
.home-industry h2 {
  margin-bottom: 50px;
}
.home-industry .industry-item {
  width: 100%;
  height: 350px;
  background: #f2f2f2;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  margin-bottom: 30px;
}
.home-industry .industry-item.industry-item-other {
  background: rgb(245, 245, 245);
  background: linear-gradient(55deg, rgb(245, 245, 245) 0%, rgb(250, 239, 253) 100%);
}
.home-industry .industry-item img {
  height: 100%;
  position: absolute;
  width: 60%;
  right: 0;
  top: 0;
  border-radius: 1000px 0px 0 1000px;
}
.home-industry .industry-item h2 {
  font-size: 32px;
  margin-bottom: 20px;
}
.home-industry .industry-item p {
  font-size: 16px;
  line-height: 22px;
}
.home-industry .industry-item .bt {
  color: #30313c;
  border: 2px solid #fdd454;
  background: #fdd454;
  height: 55px;
  width: 55px;
  border-radius: 100px;
  display: block;
  text-align: center;
  padding-top: 15px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  transition: all 0.5s;
}
.home-industry .industry-item .bt span {
  width: 26px;
  height: 22px;
  background: url(images/ico_strzalka-buttony.svg) no-repeat;
  background-size: 23px 20px;
  display: inline-block;
  position: relative;
  left: 2px;
}
.home-industry .industry-item .bt:hover {
  color: #30313c;
  border: 2px solid #eac03c;
  background: #eac03c;
  text-decoration: none;
}
.home-industry .industry-item .btn-default {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.home-info {
  overflow: hidden;
  clear: both;
}
.home-info .home-info-left {
  padding-left: calc((100% - 1570px) / 2 + 15px);
  float: left;
  width: 40%;
  height: 720px;
  background: rgb(245, 245, 245);
  background: linear-gradient(55deg, rgb(245, 245, 245) 0%, rgb(250, 239, 253) 100%);
  padding-top: 200px;
  padding-right: 100px;
}
.home-info .home-info-left h2 {
  margin-bottom: 40px;
}
.home-info .home-info-left p {
  margin-bottom: 50px;
}
.home-info .home-info-right {
  float: right;
  width: calc(60% - 30px);
  height: 720px;
  background: url(images/son_zaproszenie-do-wspolpracy.webp) no-repeat;
  background-size: cover;
}

#home-slider img {
  height: 800px;
  margin-right: 30px;
}
#home-slider .slider-first {
  padding-right: 200px;
  padding-top: 200px;
  width: 760px;
  height: 800px;
  background: rgb(245, 245, 245);
  background: linear-gradient(55deg, rgb(245, 245, 245) 0%, rgb(250, 239, 253) 100%);
  margin-right: 30px;
}
#home-slider .slider-first h3 {
  margin-bottom: 20px;
}
#home-slider .slider-first p {
  margin-bottom: 40px;
}
#home-slider .slider-first .wrap {
  display: none;
}

@media (max-width: 768px) {
  .home-info .home-info-left {
    width: 100%;
    clear: both;
    padding: 30px;
    height: auto;
  }
  .home-info .home-info-right {
    width: 100%;
    clear: both;
    margin-top: 30px;
    height: 200px;
  }
  .home-blog {
    margin-top: 50px !important;
  }
  .home-icons .icons.icons-br,
  .home-icons .icons.icons-br-right {
    border: 0;
  }
  .home-icons .icons img {
    width: 60px !important;
  }
  .home-icons .icons p {
    font-size: 20px;
    line-height: 23px;
  }
  .home-industry {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .home-industry .industry-item {
    height: auto;
  }
  .home-industry .industry-item img {
    display: none;
  }
  .home-industry .industry-item .bt, .home-industry .industry-item .btn-default {
    position: relative;
    top: 0;
    left: 0;
  }
  .home-slider-main {
    padding-bottom: 0px;
  }
  #home-slider .slider-first {
    width: 100%;
    height: 600px;
    padding: 30px;
    padding-top: 100px;
  }
  #home-slider .slider-first .wrap {
    display: block;
  }
  #home-slider img {
    height: 600px;
    width: 100%;
    object-fit: cover;
  }
  .home-partners {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .home-partners .btn2 {
    margin-bottom: 40px;
    margin-bottom: 40px;
  }
  .home-partners .logos {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    flex-wrap: wrap;
  }
  .home-partners .logos img {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1599px) {
  .home-info .home-info-left {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .offer-box h4 {
    height: 55px;
  }
  .offer-box p {
    height: 170px;
  }
  .offer-box p.blog-post-excerpt {
    height: 130px;
  }
}
@media (max-width: 768px) {
  .home-solutions {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
::-webkit-input-placeholder {
  color: #b2b2b2;
}

::-moz-placeholder {
  color: #b2b2b2;
}

:-ms-input-placeholder {
  color: #b2b2b2;
}

:-moz-placeholder {
  color: #b2b2b2;
}

.address strong {
  font-size: 22px;
  display: block;
  margin-bottom: 10px;
  color: #dd3160;
}
.address .add {
  margin-bottom: 40px;
}
.address .add h5 {
  margin-bottom: 15px;
}
.address .ct {
  color: #30313c;
}
.address .ico-mail {
  background: url(images/vw_ico-mail2.svg) no-repeat;
  background-size: 20px 20px;
  background-position: left center;
  padding-left: 25px;
  padding-top: 3px;
  padding-bottom: 3px;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 8px;
}
.address .ico-phone {
  background: url(images/vw_ico-support.svg) no-repeat;
  background-size: 20px 20px;
  background-position: left center;
  padding-left: 25px;
  padding-top: 3px;
  padding-bottom: 3px;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 8px;
}
.address a {
  text-decoration: none;
}
.address a:hover {
  text-decoration: underline;
}

form label {
  font-size: 16px;
  display: block;
  width: 100%;
  font-weight: 600;
  color: #30313c;
}
form label.check {
  display: inherit;
  font-size: 14px;
  line-height: 18px;
  float: left;
  width: 90%;
  font-weight: 500;
}
form p {
  margin-bottom: 0;
}
form input[type=text],
form input[type=email],
form input[type=tel],
form select,
form .select2,
form textarea {
  border: 1px solid #30313c;
  border-radius: 25px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  font-size: 16px;
  color: #30313c;
  padding-top: 5px;
  outline: none;
  font-family: "dm-sans", sans-serif;
  height: 52px;
  margin-bottom: 20px;
}
form input[type=text]:focus-visible,
form input[type=email]:focus-visible,
form input[type=tel]:focus-visible,
form select:focus-visible,
form .select2:focus-visible,
form textarea:focus-visible {
  border: 1px solid #dd3160;
}
form input[type=checkbox] {
  margin-right: 10px;
  float: left;
}
form textarea {
  height: 100px;
  padding-top: 15px;
}
form select {
  padding-top: 9px;
  padding-bottom: 9px;
}
form button {
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 40px;
}
form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'><path fill='black' d='M0 0l5 6 5-6z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 10px 6px;
}

.wpcf7 form .wpcf7-response-output {
  border-radius: 40px;
  padding: 20px;
}

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  padding-top: 3px;
  cursor: pointer;
  font-size: 16px;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control_indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  border: 0px solid #000000;
  border-radius: 0px;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
  background: #cccccc;
}

.control input:checked ~ .control_indicator {
  background: #dd3160;
}

.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
  background: #dd3160;
}

.control input:disabled ~ .control_indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.control_indicator:after {
  box-sizing: unset;
  content: "";
  position: absolute;
  display: none;
}

.control input:checked ~ .control_indicator:after {
  display: block;
}

.control-checkbox .control_indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.control-checkbox input:disabled ~ .control_indicator:after {
  border-color: #7b7b7b;
}

.control-checkbox .control_indicator::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 4.5rem;
  height: 4.5rem;
  margin-left: -1.3rem;
  margin-top: -1.3rem;
  background: #2aa1c0;
  border-radius: 3rem;
  opacity: 0.6;
  z-index: 99999;
  transform: scale(0);
}

@keyframes s-ripple {
  0% {
    transform: scale(0);
  }
  20% {
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes s-ripple-dup {
  0% {
    transform: scale(0);
  }
  30% {
    transform: scale(1);
  }
  60% {
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.control-checkbox input + .control_indicator::before {
  animation: s-ripple 250ms ease-out;
}

.control-checkbox input:checked + .control_indicator::before {
  animation-name: s-ripple-dup;
}

.slick-next {
  right: 0;
  position: absolute;
  top: 0px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  background-image: url(images/vw_arrow2.svg);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #dd3160;
  cursor: pointer;
  border-radius: 50%;
}

.slick-prev {
  right: 50px;
  position: absolute;
  top: 0px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  background-image: url(images/vw_arrow2.svg);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #dd3160;
  cursor: pointer;
  border-radius: 50%;
  transform: rotate(180deg);
}

.hero-slider .slick-prev {
  left: 10px;
  top: 10px;
  z-index: 10;
  background-color: white;
}
.hero-slider .slick-next {
  right: 10px;
  top: 10px;
  z-index: 10;
  background-color: white;
}

#configurator {
  padding-bottom: 100px;
}
#configurator .configurator-bg-wrap-inc {
  padding-top: 100px;
}
#configurator .configurator-line {
  width: 100%;
  height: 2px;
  background-color: #d6d6d6;
  position: absolute;
  top: 30px;
  width: 85%;
  margin-left: 5%;
  z-index: 1;
}
#configurator .configurator-steps {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}
#configurator .configurator-steps .configurator-step {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#configurator .configurator-steps .configurator-step .configurator-step-ico {
  width: 60px;
  height: 60px;
  background-color: #d6d6d6;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
  text-align: center;
}
#configurator .configurator-steps .configurator-step .configurator-step-ico img {
  width: 24px;
  border-radius: 0;
}
#configurator .configurator-steps .configurator-step.active .configurator-step-ico {
  background-color: #dd3160;
}
#configurator .configurator-steps .configurator-step.active .configurator-step-title {
  color: #dd3160;
}
#configurator .configurator-steps .configurator-step .configurator-step-title {
  font-size: 14px;
}
#configurator #step-action-title {
  margin-bottom: 10px;
  font-size: 52px;
}
#configurator .configurator-step-item {
  border: 2px solid #d6d6d6;
  padding: 20px;
  border-radius: 40px;
  transition: all 0.3s ease;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding-top: 40px;
  padding-bottom: 40px;
  height: 100%;
}
#configurator .configurator-step-item:hover {
  border-color: #dd3160;
}
#configurator .configurator-step-item img {
  margin-bottom: 40px;
  height: 220px;
  border-radius: 0px;
}
#configurator .configurator-step-item h3 {
  font-size: 30px;
  font-family: "dm-sans", sans-serif;
  margin-bottom: 40px;
  font-weight: 400;
  color: #30313c;
  height: 40px;
}
#configurator .configurator-step-item p {
  font-size: 16px;
  margin-bottom: 30px;
  color: #30313c;
  text-align: left;
}
#configurator .configurator-step-item .label {
  font-size: 16px;
  color: #dd3160;
  margin-bottom: 0px;
  border: 2px solid #dd3160;
  background: #fff;
  display: inline-block;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 8px;
  padding-bottom: 10px;
  border-radius: 100px;
  transition: all 0.5s;
  text-decoration: none;
  font-family: "dm-sans", sans-serif;
  width: auto;
  text-align: center;
}
#configurator .configurator-step-item.active {
  border-color: #dd3160;
}
#configurator .configurator-step-item.active .label {
  background: #dd3160;
  color: #fff;
}
#configurator #configurator-previous-step {
  margin-right: 20px;
}
#configurator #configurator-next-step {
  margin-left: 20px;
}
#configurator #step-2-a, #configurator #step-2-b, #configurator #step-2-c, #configurator #step-2-d, #configurator #step-3, #configurator #step-4, #configurator #step-5 {
  display: none;
}
#configurator .configurator-wrapper {
  min-height: 740px;
}
#configurator .configurator-step-item-summary-item-content {
  color: #dd3160;
}
#configurator h4 {
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 20px;
  font-family: "roc-grotesk-wide", sans-serif;
}
#configurator #step-5 .configurator-bg-wrap {
  width: 100%;
  background-color: #fdeaf0;
  padding-bottom: 50px;
}

.configurator-bg-wrap-inc.active {
  width: 100%;
  background-color: #fdeaf0;
}

.header-wrap.active header {
  width: 100%;
  background-color: #fdeaf0;
}

@media (max-width: 767px) {
  #configurator .configurator-steps .configurator-step {
    width: 20%;
  }
  #configurator .configurator-steps .configurator-step .configurator-step-ico {
    width: 45px;
    height: 45px;
  }
  #configurator .configurator-steps .configurator-step .configurator-step-ico img {
    width: 20px;
  }
  #configurator .configurator-steps .configurator-step.active .configurator-step-title {
    height: 25px;
  }
  #configurator .configurator-step-item {
    margin-bottom: 30px;
    display: block;
  }
  #configurator #configurator-previous-step {
    margin: 0;
  }
  .configurator-step-wrapper .col-12 {
    margin-bottom: 30px;
  }
}
@media (max-width: 400px) {
  #configurator #configurator-previous-step,
  #configurator #configurator-next-step {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 7px;
  }
  #configurator .btn2.btn-disabled .a-reverse,
  #configurator .btn2 .a-reverse,
  #configurator .btn2:hover .a-reverse,
  #configurator .btn2:focus .a-reverse,
  #configurator .btn2:active .a-reverse {
    background-size: 14px 14px !important;
    top: 2px !important;
  }
  #configurator .btn2 .a,
  #configurator .btn2 .a,
  #configurator .btn2:hover .a,
  #configurator .btn2:focus .a,
  #configurator .btn2:active .a {
    background-size: 14px 14px !important;
    top: 9px !important;
  }
}

/*# sourceMappingURL=style.css.map */
