/*typography*/

@import url("https://use.typekit.net/syr8fqo.css");

@import url("https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap");

body {
  color: #4c526a;
  font-family: "Karla", sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  image-rendering: -webkit-optimize-contrast;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-weight: 700;
  font-family: din-2014, sans-serif;
  letter-spacing: 0.16px;
}

h1 {
  font-size: 45px;
  line-height: 65px;
}

h2 {
  font-size: 60px;
  line-height: 72px;
}

h3 {
  font-size: 40px;
  line-height: 50px;
}

h3.big {
  font-size: 28px;
  line-height: 36px;
}

h4 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  color: #333333;
}

h5 {
  font-size: 20px;
  line-height: 30px;
}

h5.small {
  font-size: 15px;
  line-height: 22px;
}

p {
  color: #222222;
  font-size: 17px;
  line-height: 24px;
  font-family: "Karla", sans-serif;
  margin-bottom: 10px;
}

.heading {
  color: #4c526a;
  font-size: 1.1875rem;
  line-height: 1.5625rem;
}

a {
  color: #26407b;
}

a:hover {
  color: #444444;
  text-decoration: none !important;
}

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

.font-normal {
  font-size: 14px;
  line-height: 21px;
}

.font-weight-extrabold {
  font-weight: 800;
}

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

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

.font-weight-thin {
  font-weight: 100;
}

.text-shadow {
  text-shadow: 3px 7px 40px rgba(0, 0, 0, 0.17);
}

.text-primary {
  color: #fd7d2f !important;
}

.text-mark {
  position: relative;
}

.text-mark:after {
  content: "";
  background: #ffdab3;
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: 1px;
  height: 19px;
  z-index: -1;
}

.text-mark.yellow:after {
  background: #fff587;
}

a.text-primary:hover {
  color: #444444 !important;
}

.text-secondary {
  color: #20cea0 !important;
}

.font-secondary {
  font-family: jaf-facitweb, sans-serif;
}

.text-body {
  color: #5d5d5d;
}

.text-stroke {
  text-decoration: line-through;
}

hr {
  border-top: 1px solid #efefef;
}

.text-grey {
  color: #555555;
}

.text-blue {
  color: #2844bf;
}

.text-dark-grey {
  color: #333333;
}

.text-light {
  color: #b5b5b5 !important;
}

.text-light-grey {
  color: #9a9a9a;
}

.border-bottom {
  border-color: #efefef !important;
}

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

.small-box {
  width: 50px;
  text-align: left;
}

.small-box img {
  max-height: 50px;
}

.img-black {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}

.link {
  color: #1f93ea;
  text-decoration: underline;
}

.small-link {
  font-size: 0.9375rem;
  color: #228acb;
}

.btn {
  padding: 4px 36px;
  font-size: 22px;
  font-weight: 700;
  border-radius: 10px;
  line-height: 50px;
  font-family: din-2014, sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  cursor: pointer;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  border-color: #fd7d2f !important;
  background-color: #fd7d2f !important;
}

.btn-secondary {
  border-color: #26ad18 !important;
  background-color: #26ad18 !important;
}

.btn-gradient {
  background: rgb(41, 70, 196, 1);
  background-image: -moz-linear-gradient(
    163deg,
    rgb(41, 70, 196) 0%,
    rgb(19, 35, 103) 100%
  );
  background-image: -webkit-linear-gradient(
    163deg,
    rgb(41, 70, 196) 0%,
    rgb(19, 35, 103) 100%
  );
  background-image: -ms-linear-gradient(
    163deg,
    rgb(41, 70, 196) 0%,
    rgb(19, 35, 103) 100%
  );
  color: #fff;
  font-family: din-2014, sans-serif;
  font-weight: 700;
}

.btn-gradient:hover {
  background: rgb(41, 70, 196, 1);
  background-image: -moz-linear-gradient(
    163deg,
    rgb(41, 70, 196) 0%,
    rgb(19, 35, 103) 100%
  );
  background-image: -webkit-linear-gradient(
    163deg,
    rgb(41, 70, 196) 0%,
    rgb(19, 35, 103) 100%
  );
  background-image: -ms-linear-gradient(
    163deg,
    rgb(41, 70, 196) 0%,
    rgb(19, 35, 103) 100%
  );
  color: #fff;
}

.btn-arrow {
  width: 15px;
}

.btn-small {
  padding: 9px 15px 9px 15px;
  font-size: 1rem;
  border: none;
}

.btn-small i {
  font-size: 13px;
}

.white-bg {
  background: #ffffff;
}

.grey-bg {
  background: #f7f7f7 !important;
}

/*spacing*/

.main-padding {
  padding-top: 90px;
  padding-bottom: 90px;
}

.margin-top {
  margin-top: 100px;
}

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

.padding-top {
  padding-top: 90px;
}

.padding-bottom {
  padding-bottom: 90px;
}

.medium-padding-top {
  padding-top: 55px;
}

.medium-padding-bottom {
  padding-bottom: 55px;
}

/*header*/

.navbar {
  padding: 23px 0;
  background: transparent;
}

.navbar-light .navbar-nav .nav-item {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.navbar-light .navbar-nav .nav-item:first-child {
  padding-left: 0;
}

.navbar-light .navbar-nav .nav-item:last-child {
  padding-right: 0;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff !important;
  padding: 0 !important;
  position: relative;
  font-weight: 700;
}

.navbar-nav .btn-small {
  padding: 5px 22px 5px 22px;
  font-size: 17px;
}

.top-btn {
  padding: 9px 25px 9px 25px;
  color: #ffffff;
  background-color: #007bfc;
  transition: all 0.3s;
  border-radius: 3px;
  font-family: jaf-facitweb, sans-serif;
  font-weight: 600;
  font-size: 1.375rem;
  margin-left: 2.5rem;
}

.top-btn:hover {
  color: #ffffff;
}

/*Banner*/

.banner-wrapper {
  position: relative;
  height: 555px;
}

.video-mute {
  width: 60px;
  height: 60px;
}

.banner-wrapper .video-bg {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  display: block;
}

.banner-wrapper h2 {
  font-weight: 800;
}

.banner-wrapper .video-bg .video-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.video-mute {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-mute img {
  width: 60px;
  height: 60px;
}

.left-img {
  position: relative;
  left: -100px;
}

.mobile-left {
  position: relative;
  left: -110px;
}

.mobile-small-left {
  position: relative;
  left: -30px;
}

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

.graphic-1 {
  position: relative;
  right: -65px;
}

/*Logo gallery*/

.sm-logo-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  filter: grayscale(1);
}

.logo-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.partner-logo-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.partner-logo-wrapper > div {
  padding: 0 25px;
}

.logo-wrapper .col .item {
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  box-shadow: 0 0px 30px 15px rgba(112, 112, 112, 0.07);
}

.interface-logo-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.winner-logo-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.winner-logo-wrapper img {
  max-height: 90px;
}

/*blue section*/

.blue-bg-section {
  background: #1963da;
  padding: 30px 0;
  position: relative;
}

.blue-light-box {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  padding: 55px 50px 55px 70px;
  margin-right: -23px;
}

.blue-light-box h3,
.blue-light-box p {
  color: #ffffff;
  font-weight: bold;
}

.blue-light-box p {
  line-height: 25px;
  font-weight: bold;
}

.blue-section-1:after {
  content: "";
  position: absolute;
  right: 0;
  width: 41.5%;
  height: 100%;
  top: 0;
  background-image: url(../images/blue-bg-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.blue-section-2:after {
  content: "";
  position: absolute;
  right: 0;
  width: 41.5%;
  height: 100%;
  top: 0;
  background-image: url(../images/blue-bg-2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.orange-bg-section {
  background: #f9f9f9;
  padding: 30px 0;
  position: relative;
}

.orange-bg-section:after {
  content: "";
  position: absolute;
  right: 0;
  width: 41.5%;
  height: 100%;
  top: 0;
  background-image: url(../images/orange-bg-1.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  background-color: #fd7d2f;
}

.transparent-light-box {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 5px;
  padding: 55px 50px 55px 70px;
  margin-right: -23px;
}

.blue-grey-bg-section {
  background: #f9f9f9;
  padding: 30px 0;
  position: relative;
}

.blue-grey-bg-section:after {
  content: "";
  position: absolute;
  right: 0;
  width: 41.5%;
  height: 100%;
  top: 0;
  background-image: url(../images/blue-bg-3.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  background-color: #1962d8;
}

.white-bg-section {
  background: #fff;
  padding: 30px 0;
  position: relative;
}

.white-bg-section:after {
  content: "";
  position: absolute;
  right: 0;
  width: 41.5%;
  height: 100%;
  top: 0;
  background-image: url(../images/white-bg-img.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/*Pagination*/

.pagination {
  align-items: center;
}

.pagination li {
  padding: 0;
}

.pagination li .prev,
.pagination li .next {
  position: relative;
}

.pagination li .prev img,
.pagination li .next img {
  width: 16px;
  height: 27px;
}

.pagination li span {
  width: 70px;
  height: 6px;
  background: #f1f1f1;
  border-radius: 0;
  display: inline-block;
  transform-origin: center;
}

.pagination.pagination-light li span {
  background: #88bac9;
}

.pagination li span.active {
  background: #fd7d2f;
  border-radius: 3px;
}

.pagination.pagination-light li span.active {
  background: #ffffff;
}

.v-pagination {
  flex-direction: column;
}

.pagination.v-pagination li {
  padding: 3px 0;
}

.pagination.v-pagination li .prev {
  margin-bottom: 8px;
  display: block;
}

.pagination.v-pagination li .next {
  margin-top: 8px;
  display: block;
}

.pagination-center .prev-btn,
.pagination-center .next-btn {
  position: absolute;
  left: 54px;
  top: 40%;
}

.pagination-center .next-btn {
  position: absolute;
  left: auto;
  right: 54px;
}

.center-pagination {
  padding-left: 0;
}

.center-pagination li {
  list-style-type: none;
  width: 87px;
  height: 87px;
  position: absolute;
  padding: 0;
  top: 45%;
}

.center-pagination li img {
  max-width: 100%;
}

.center-pagination li.prev {
  left: -25px;
}

.center-pagination li.next {
  right: -25px;
}

.center-pagination li a {
  display: block;
}

/*List*/

.list,
.number-list {
  padding: 0;
  margin: 0;
}

.list li {
  list-style-type: none;
  padding-left: 38px;
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 15px;
  position: relative;
  color: #222222;
}

.number-list {
  counter-reset: brand-counter;
}

.number-list li {
  list-style-type: none;
  padding-left: 50px;
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 20px;
  position: relative;
  color: #222222;
  counter-increment: brand-counter;
}

.number-list li::before {
  content: "0" counter(brand-counter);
  color: #bbbbbb;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  position: absolute;
  left: 0;
  width: 21px;
  height: 17px;
  top: 3px;
  font-family: din-2014, sans-serif;
}

.list li:before {
  content: "";
  position: absolute;
  left: 0;
  background-image: url(../images/list-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 21px;
  height: 17px;
  background-size: 100% auto;
  top: 3px;
}

.list li.no-icon:before {
  content: none;
}

.small-list li {
  margin-bottom: 10px;
}

.small-list li:before {
  top: 2px;
}

/*testimonial*/

.testimonial-wrapper {
  position: relative;
}

.testimonial-wrapper .info {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.testimonial-wrapper .thumbnail {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.thumb-wrapper {
  position: relative;
  margin-left: 0;
  margin-right: 23px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
}

.testimonial-wrapper .thumbnail {
  width: 95px;
  height: 95px;
  border-radius: 50%;
}

.testimonial-wrapper .thumbnail img {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

.testimonial-wrapper .item {
  transition: all 0.3s;
  border-radius: 5px;
  background-color: rgb(249, 249, 249);
  height: 100%;
  padding: 30px 20px;
  position: relative;
  overflow: hidden;
}

.testimonial-wrapper .item .rating i {
  color: #ffd659;
}

.testimonial-wrapper .item h6 {
  font-size: 1.25rem;
  line-height: 1.375rem;
  letter-spacing: 0.02rem;
  color: #333333;
}

.testimonial-wrapper .item p {
  font-size: 15px;
  line-height: 20px;
  color: #888888;
}

.testimonial-wrapper .content p {
  font-style: italic;
  margin: 0;
  color: #222222 !important;
  letter-spacing: 0.16px;
  font-size: 16px;
  line-height: 22px;
}

.testimonial-wrapper .content .profile p {
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  color: #848486;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: 0 auto;
  text-align: center;
}

.testimonial-wrapper .col {
  max-width: 20%;
  flex: 0 0 20%;
}

.testimonial-wrapper .item.active .info {
  /*  display: none;*/
  opacity: 0;
}

.show-active-thumb {
  display: none;
}

.testimonial-wrapper .item.active .show-active-thumb {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}

.testimonial-wrapper .item.active .show-active-thumb:after {
  content: "";
  background-image: url(../images/overlay.png);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  background-position: center bottom -150px;
  background-size: cover;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
}

.testimonial-wrapper .item.active .show-active-thumb img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.video-play {
  background-image: url(../images/video-play.png);
  width: 44px;
  height: 44px;
  top: 22px;
  right: 22px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% auto;
  cursor: pointer;
  z-index: 9;
}

.testimonial-wrapper .item.active .content {
  position: absolute;
  bottom: 30px;
  left: 20px;
}

.testimonial-wrapper .item.active .content p {
  color: #ffffff !important;
}

.show-active-title {
  display: none;
}

.testimonial-wrapper .item.active .show-active-title {
  display: block;
  opacity: 0.8;
  font-size: 15px;
  margin-bottom: 8px;
}

/*faq*/

#faq .card {
  margin-bottom: 0;
  border: 0;
  background: #fff;
  line-height: 23px;
  color: #666666;
  font-size: 16px;
  border-radius: 0;
}

#faq .card .card-header {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
  padding: 0;
}

#faq .card .card-header .btn-header-link {
  display: block;
  text-align: left;
  background: #fff;

  /* font-weight: bold; */
  /* color: #fd7d2f; */
  font-weight: 400;
  color: #222222;
  font-size: 17px;
  border-top: 1px solid #d6d6d6;
  border-radius: 0;
  padding: 9px 35px 9px 18px;
  box-shadow: none !important;
  outline: none !important;
  transform: none !important;
  transition: none !important;
  line-height: 1.5;

  white-space: normal;
}

#faq .card:last-child {
  border-bottom: 1px solid #d6d6d6;
}

#faq .card .card-header .btn-header-link:after {
  content: " ";
  background-image: url(../images/arrow-down.svg);
  float: right;
  width: 16px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 17px;
  transition: transform 0.3s;
}

#faq .card .card-header .btn-header-link.rotate:after {
  transform: rotate(180deg);
}

#faq .card .card-header .btn-header-link.collapsed {
  font-weight: 400;
  background: #fff;
  color: #222222;
  font-size: 17px;
  border-top: 1px solid #d6d6d6;
  border-radius: 0;
  padding: 9px 35px 9px 18px;
}

#faq
  .card
  .card-header
  .btn-header-link.col
  #faq
  .card
  .card-header
  .btn-header-link.collapsed:after {
  background-image: url(../images/arrow-down.svg);
}

#faq .card .collapse {
  padding: 0;
  transition: none !important;
  background: #fff;
  line-height: 23px;
  color: #666666;
  font-size: 16px;
  border-radius: 3px;
}

#faq .card .collapse .card-body,
#faq .card .card-header + div .card-body {
  padding: 0px 18px 5px 18px;
}

#faq .card .card-header + div {
  padding: 0;
}

#faq .card .collapse.show {
  background: #fff;
  line-height: 23px;
  color: #666666;
  font-size: 16px;
  border-radius: 3px;
}

/*footer*/

.excellent-logo {
  position: relative;
  margin-top: -170px;
  margin-bottom: 60px;
}

.rabatt-logo {
  position: absolute;
  width: 134px;
  right: 0;
  top: -10px;
	width:134px;
	height:134px;
	background-image:url("../../Befrei_Dich/images/black_rabatt.png");	
    padding: 54px 13px 0 0;
    color: #fff;
    font-weight: bold;
    font-size: 55px;
}

footer {
  padding-bottom: 35px;
  padding-top: 35px;
  background: #222222;
}

/*form section*/

.form-container {
  margin-top: -65px;
  box-shadow: 0 0px 50px 20px rgba(77, 77, 77, 0.08);
  background: #fff;
  padding: 50px 30px 35px;
  position: relative;
  border-radius: 10px;
  margin-bottom: 25px;
}

footer .btn {
  padding: 12px 20px;
}

.form-wrapper {
  max-width: 400px;
}

.bottom-form-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.field-left {
  display: flex;
  flex: 0 0 70%;
  max-width: 70%;
}

.field-right {
  display: flex;
  align-items: center;
  flex: 0 0 30%;
  max-width: 30%;
}

.form-wrapper p {
  color: #232323;
  font-style: 16px;
}

.form-group {
  position: relative;
  margin-bottom: 20px;
}

.form-control {
  color: #b6b6b6;
  font-size: 20px;
  line-height: 34px;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 5px;
  font-weight: 400;
  letter-spacing: 0.16px;
  border: 2px solid #cccccc;
  padding: 12px 40px;
}

.bottom-form-wrapper .form-control {
  border-radius: 5px 0 0 5px;
  background-color: rgb(255, 255, 255);
  border: none;
}

.border-radius-left-0 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.bottom-form-wrapper .btn {
  transform: none !important;
}

.form-control:focus {
  border-color: #b6b6b6;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b6b6b6 !important;
  opacity: 1 !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #b6b6b6 !important;
  opacity: 1 !important;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #b6b6b6 !important;
  opacity: 1 !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #b6b6b6 !important;
  opacity: 1 !important;
}

.bottom-container p {
}

.bottom-container a {
  color: #f4f4f4;
}

.sec11_fix-p {
  line-height: 1.5;
  margin-bottom: 17px;
  margin-left: -3px;
}

.sec11_fix-h3 {
  margin-bottom: 29px !important;
}

.sec11_fix-li {
  margin-bottom: 25px !important;
}

.video-bg iframe {
  border: none;
}

.track_video {
  position: absolute;
  cursor: pointer;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.additional-text {
  display: none;
  white-space: initial;
  border: 2px solid #555;
  color: #333;
  padding: 15px 10px;
  z-index: 100;
  width: 390px;
  background-color: #fff;
  position: absolute;
  top: 77px;
  left: 20px;
}

.link_hover:hover .additional-text {
  display: block !important;
}

.zoom_overlay {
  cursor: pointer !important;
  display: none;
  background-color: #fff;
  padding: 30px;
  text-align: left;
  border-radius: 3px;
  box-shadow: 0 0 5px #cccccc;
  position: absolute !important;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 360px;
  animation: opacity 0.3s backwards;
  animation-play-state: paused;
}

.logo-wrapper img {
  cursor: pointer !important;
}

.zoom_overlay-mouseover {
  display: block !important;
  animation-play-state: running;
}

@keyframes opacity {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.logo-wrapper > div {
  position: relative;
}

.img_mouseover-reletive {
  position: relative;
}

.swiper_testimonials {
  overflow: hidden;
}

.swiper_testimonials .swiper-slide {
  height: auto;
}

.scrollbar_testimonials {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.scrollbar_testimonials img {
  height: 25px;
}

.scrollbar_testimonials {
  max-width: 570px;
  margin-top: 40px;
}

.scrollbar_testimonials .swiper-scrollbar {
  opacity: 1 !important;
  width: 100%;
  height: 5px;
}

.scrollbar_testimonials .swiper-scrollbar-drag {
  background-color: #fd7d2f;

  /* width: 70px !important; */
}

.logo-wrapper2 img {
  height: 90px;
}

.modal-custom--gray {
  background-color: rgb(244, 244, 244);
  padding: 40px 65px;
  border-radius: 10px;
}

.modal-custom {
  cursor: default;
  display: flex;
  width: 1000px;
  height: 580px;
  -webkit-animation: zoom 0.5s;
  animation: zoom 0.5s;
  padding: 10px;
  max-width: 95%;
  max-height: 95%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.modal-custom-close {
  align-self: flex-end;
  background-color: transparent;
  border: none;
  outline: none;
  background-image: url(../images/haken_gross.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.modal-custom-close:focus {
  outline: none;
}

.block-products {
  display: flex;
}

.block-products__ctrl {
  display: flex;
  justify-content: flex-end;
}

.block-products__ctrl ul {
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.block-products__ctrl button {
  width: 150px;
  min-height: 38px;
  border-radius: 2px;
  border-top: 2px solid rgb(206, 206, 206);
  border-left: 2px solid rgb(206, 206, 206);
  border-bottom: 2px solid rgb(206, 206, 206);
  box-shadow: none;
  box-sizing: border-box;
  margin: 4px 0px;
  font-size: 15px;
  color: rgb(85, 85, 85);
  text-align: left;
  padding: 5px 13px;
  font-family: Lato, Arial;
  cursor: pointer;
  background-color: #fff;
}

.block-products__ctrl button:focus {
  outline: none;
}

.block-products__ctrl .active button {
  width: 170px;
  min-height: 38px;
  background-color: #fff;
  border-top: 2px solid rgb(239, 125, 0);
  border-left: 2px solid rgb(239, 125, 0);
  border-bottom: 2px solid rgb(239, 125, 0);
  font-size: 16px;
  color: rgb(239, 125, 0);
  font-weight: bold;
}

.block-product__content {
  background-color: #fff;
  padding: 0px 20px;
  max-height: 420px;
  overflow-y: scroll;
  box-shadow: 0px 0px 10px #b7b7b7;
  position: relative;
  z-index: 2;
  margin-left: -2px;
}

.block-product__content-item.active {
  display: block;
}

.block-product__content-item {
  display: none;
}

.product-item {
  display: flex;
  align-items: flex-start;
  padding: 15px 0px;
  border-bottom: 1px solid rgb(232, 232, 232);
}

.product-item__wrap-img {
  width: 170px;
  text-align: center;
}

.product-item__desc {
  max-width: 380px;
}

.modal-custom_wrapper,
.modal_video_wrapper {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(128, 128, 128, 0.541);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.modal-custom_wrapper.active,
.modal_video_wrapper.active,
.modal_live_demo.active {
  display: flex;
}

.modal_video,
.iframe_wrapper {
  width: 100%;
  height: 100%;
}

.live_demo_animation {
  position: relative;
  cursor: pointer;
}

.orange_boxes {
  width: 550px;
  height: 325px;
  background-color: #fff;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.orange_boxes p {
  text-transform: uppercase;
  color: #ee7200;
  font-size: 24px;
  margin-bottom: 30px;
}

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

.orange_boxes .orange_boxes__inner_wraper div {
  width: 33.33%;
  margin-bottom: 25px;
}

.orange_boxes__inner_wraper :first-child img {
  animation: resize 0.8s linear 0s;
}

.orange_boxes__inner_wraper :nth-child(2) img {
  animation: resize 0.8s linear 1s;
}

.orange_boxes__inner_wraper :nth-child(3) img {
  animation: resize 0.8s linear 2s;
}

.orange_boxes__inner_wraper :nth-child(4) img {
  animation: resize 0.8s linear 3s;
}

.orange_boxes__inner_wraper :nth-child(5) img {
  animation: resize 0.8s linear 4s;
}

.orange_boxes__inner_wraper :nth-child(6) img {
  animation: resize 0.8s linear 5s;
}

.anim_pause {
  animation-play-state: paused !important;
}

@keyframes resize {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.3);
  }

  100% {
    transform: scale(1);
  }
}

.big_hover_img {
  position: fixed;
  display: none;
}

.hover_img {
  cursor: pointer;
}

.display_block {
  display: block !important;
}

.card-body p {
  /* color: #666666; */
}
.video-bg video {
  width: 100%;
}

.video__container {
  max-width: 1090px;
  margin: 0 auto;
  margin-bottom: -70px;
}
.section__video {
  padding: 100px 20px 50px;
}
.video__container .video-bg {
  max-width: 979px;
  margin-left: auto;
  margin-right: 0;
  width: 100%;
  display: block;
  position: relative;
}
.video__container iframe {
  height: 550px;
}
.video__description {
  max-width: 868px;
  display: flex;
  position: relative;
  top: -70px;
  border-radius: 5px;
  overflow: hidden;
}
.video__description img {
  max-width: 313px;
}
.video__description div {
  background-color: #f9f9f9;
  padding: 56px 48px 37px 88px;
}
.video__description h4 {
  font-size: 25px;
  font-weight: bold;
  position: relative;
}
.section__video2 {
  padding: 90px 20px;
  background: #000;
}
.section__video2 .video-bg {
  max-width: 1090px;
  width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
}
.section__video2 iframe {
  height: 620px;
  width: 100%;
}
.video__description h4::before {
  content: "";
  display: inline-block;
  width: 22px;
  background-image: url(../images/arrows.svg);
  position: absolute;
  height: 51px;
  background-repeat: no-repeat;
  background-size: contain;
  top: -15px;
  left: -19px;
}
.video__description p {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 30px;
}
.video__description p:last-child {
  margin-bottom: 0;
  font-size: 17px;
}
.video__description p strong {
  color: #fd7d2f;
}
.video__description p:last-child strong {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
