@charset "UTF-8";
@font-face {
  font-family: AcuminRegular;
  src: url("../fonts/Acumin-RPro.otf") format("opentype");
}
@font-face {
  font-family: AcuminBold;
  src: url("../fonts/Acumin-BdPro.otf") format("opentype");
}
@font-face {
  font-family: MVBoli;
  src: url("../fonts/mvboli.ttf") format("truetype");
}
@font-face {
  font-family: DIN2014Bold;
  src: url("../fonts/DIN 2014 Bold.ttf") format("truetype");
}

:root {
  --main-color: #cd2828;
  --handfont-color: #cd2828;
  --highlight-table: rgba(205, 40, 43, 0.1);
  --main-hl-font: "Lato", sans-serif;
  --main-font: "Lato", sans-serif;
}

:root body.blue_v {
  --main-color: #a70417;
  --handfont-color: #3987d7;
  --highlight-table: #eff8ee;
  --main-hl-font: "jaf-facitweb", sans-serif;
  --main-font: Verdana;
}

body {
  font-family: var(--main-font, "Lato", sans-serif);
  color: #222222;
}
body .jquery-modal {
  z-index: 99999;
}
body .modal {
  width: 80vw;
  padding: 0;
  height: 80vh;
  max-width: 1000px;
  border-radius: 0;
  z-index: 99999;
}
body .modal iframe {
  width: 100%;
  height: 100%;
  border: 1px solid var(--main-color);
}
body .tooltipster-content *:not(a) {
  color: #222222 !important;
}
body .tooltipster-content * {
  font-size: 12px !important;
  font-family: "Verdana" !important;
}
body button {
  color: #222222;
}
body .opacity-0 {
  opacity: 0;
}
body .highlight {
  background-color: #f5eea5;
  white-space: nowrap;
  border-radius: 5px;
  padding: 0 2px;
}
body .hover {
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.6s all ease-in-out;
  cursor: pointer;
}
body .hover:hover {
  opacity: 0.7;
}
body .cselect {
  position: relative;
}
body .cselect input {
  background: #f9f9f9;
  background-image: url(../images/select-arrow.png);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: calc(100% - 10px) 12px;
  border: 1px solid #dedede;
  padding: 5px 10px;
}
body .cselect ul {
  display: none;
  position: absolute;
  z-index: 999;
  left: 0;
  top: 2.2rem;
  margin: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #dedede;
  padding-left: 0;
}
body .cselect ul li {
  list-style: none;
}
body .cselect ul li:hover {
  background: rgba(41, 128, 185, 0.2);
}
body .cselect ul li a {
  padding: 10px 5%;
  display: block;
  color: #000;
}
body header:first-child {
  position: sticky;
  top: 0;
  z-index: 9999999;
}
body header .top {
  background-color: #b81010;
  height: 70px;
  width: 100%;
}
body header .top .container {
  max-width: 1280px;
  margin: auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
body header .top .container .left {
  display: flex;
  align-items: center;
  height: 100%;
}
body header .top .container .left img {
  height: 27px;
}
body header .top .container .left img.img2 {
  height: 28px;
  margin-left: 20px;
}
body header .top .container .middle img {
  position: relative;
  top: 5px;
}
body header .top .container .right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
body header .top .container .right div {
  text-align: right;
}
body header .top .container .right div p {
  font-size: 14px;
  background-color: #f5eea5;
  margin: 0 5px 2px 0;
  border-radius: 5px;
  padding: 0 2px;
  display: inline;
  font-family: Verdana, sans-serif;
}
body header .top .container .right button {
  background-color: #ffd73b;
  color: #222222;
  border: 2px solid #fff;
  border-radius: 5px;
  font-weight: bold;
  font-size: 22px;
  padding: 5px 30px;
  height: 50px;
  position: relative;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.6s all ease-in-out;
  box-shadow: 5.142px 6.128px 6px 0px rgba(12, 57, 29, 0.1);
}
body header .top .container .right button span {
  font-family: AcuminBold;
}
body header .top .container .right button img {
  position: absolute;
  bottom: -10px;
  right: 40px;
  pointer-events: none;
}
body header .top .container .right button:hover {
  background-color: #e5bf2c;
}
body header .bottom {
  height: 40px;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
}
body header .bottom .container {
  max-width: 1280px;
  margin: auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
body header .bottom .container .left {
  display: flex;
  align-items: center;
}
body header .bottom .container .left a {
  font-size: 14px;
  color: #000;
  font-family: Verdana, sans-serif;
}
body header .bottom .container .left a:first-child {
  text-decoration: underline;
}
body header .bottom .container .left a:not(:first-child) {
  text-decoration: underline;
  margin-left: 30px;
}
body header .bottom .container .right {
  display: flex;
  align-items: center;
}
body header .bottom .container .right p {
  font-family: Verdana, sans-serif;
  margin: 0 0 0 5px;
  font-size: 14px;
  color: #222222 !important;
}
body header .bottom .container .right p:first-child {
  font-weight: bold;
  margin: 0 10px 0 0;
}
body header .bottom .container .right img {
  height: 21px;
}
body .sticky-cont {
  position: fixed;
  right: 0;
  top: 50%;
  display: flex;
  flex-direction: column;
  border-radius: 5px 0 0 5px;
  background-color: #fff;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
  padding-top: 15px;
  min-width: 136px;
  z-index: 9999;
}
body .sticky-cont > span {
  font-size: 14px;
  color: #888888;
  opacity: 0.8;
  padding-left: 17px;
  padding-right: 15px;
  margin-bottom: 10px;
  cursor: pointer;
}
body .sticky-cont > span.active {
  opacity: 1;
  font-family:var(--main-hl-font);
  color: var(--main-color);
  padding-left: 15px;
  border-left: 2px solid var(--main-color);
  font-weight: bold;
}
body .sticky-cont button {
  background-color: #ffd73b;
  color: #222222;
  border: 0;
  font-weight: 400;
  font-size: 14px;
  padding: 2px 5px;
  height: 30px;
  position: relative;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.6s all ease-in-out;
  font-family: var(--main-hl-font);
  margin: 0 15px 15px 17px;
  max-width: 95px;
}
body .sticky-cont button span {
  font-family: AcuminBold;
  color: #222222;
  padding-left: 3px;
  font-size: 11px;
  position: relative;
  top: -1px;
}
body section .container {
  max-width: 1280px;
  margin: auto;
  padding: 50px 0px;
}
body section .container > h2 {
	font-family: var(--main-hl-font);
  font-size: 40px;
  color: #222222;
  text-align: center;
}
body section .container > h2 object {
  height: 33px;
}
body section .container > h2 img:first-child {
  height: 36px;
  margin: 0 4px 11px;
}
body section .container > h3 {
	font-family: var(--main-hl-font);
  font-size: 22px;
  text-align: center;
  font-weight: 400;
  margin: 10px 0 20px;
}
body section.hero {
  background-color: #eaf8e6;
}
body section.hero .container {
  margin: auto;
  max-width: 940px;
  height: 430px;
  display: flex;
  position: relative;
  padding: 0 0;
}
body section.hero .container .left {
  height: 100%;
}
body section.hero .container .left img {
  height: 100%;
}
body section.hero .container .right {
  display: flex;
  flex-direction: column;
  margin: auto;
}
body section.hero .container .right p {
	font-family:var(--main-hl-font);
  font-size: 22px;
  margin: 0 0 0 20px;
}
body section.hero .container .right h1 {
	font-family:var(--main-hl-font);
  font-size: 55px;
  margin-bottom: 0;
  line-height: 70px;
}
body section.hero .container .right h1 span {
  color: var(--main-color);
}
body section.hero .container .info {
  position: absolute;
  bottom: 15px;
  right: -50px;
  margin: 0;
  font-family: MVBoli !important;
  color: var(--handfont-color);
  font-size: 20px;
  font-weight: bold;
}
body section.hero .container .info .dot {
  position: relative;
  bottom: -5px;
}
body section.hero .container .info .info-btn {
  position: relative;
  cursor: pointer;
  top: -2px;
}
body section.hero .container .info img.arrow {
  position: absolute;
  bottom: -60px;
  left: 20px;
}
body section.section-2 .container h2 {
  line-height: 52px;
  margin-bottom: 20px;
}
body section.section-2 .container h2 img {
  margin: 0 5px 9px 0;
  height: 37px;
}
body section.section-2 .container h4 {
	font-family: var(--main-hl-font);
  font-weight: 400;
  text-align: center;
  font-size: 22px;
}
body section.section-2 .container .book-section {
  display: flex;
  margin-bottom: 20px;
  position: relative;
}
body section.section-2 .container .book-section .text{
  position: absolute;
  left: 100px;
  font-size: 20px;
  font-family: "MVBoli";
  top: -60px;
  font-weight: bold;
  line-height: 24px;
  color: var(--handfont-color);
}
body section.section-2 .container .book-section .left {
  display: flex;
}
body section.section-2 .container .book-section .left .img-1 {
  display: flex;
  flex-direction: column;
  align-items:center;
}
body section.section-2 .container .book-section .left .img-1 img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  max-width: 110px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
}
body section.section-2 .container .book-section .left .img-1 img:first-child {
  margin-top: 30px;
}
body section.section-2 .container .book-section .left .img-1 img:hover {
  -webkit-filter: unset;
  filter: unset;
  transform: scale(1.2);
}
body section.section-2 .container .book-section .left .img-1 .amazon {
  position: relative;
}
body section.section-2 .container .book-section .left .img-1 .amazon img {
  -webkit-filter: unset;
  filter: unset;
  max-width: 140px;
  margin-top: 0;
  cursor: unset;
}
body section.section-2 .container .book-section .left .img-1 .amazon img:hover {
  transform: unset;
}
body section.section-2 .container .book-section .left .img-1 .amazon .info-btn {
  position: absolute;
  bottom: 5px;
  right: 5px;
  height: 14px;
  width: 14px;
  z-index: 2;
  cursor: pointer;
}
body section.section-2 .container .book-section .left .img-2 .cont {
  position: relative;
}
body section.section-2 .container .book-section .left .img-2 .cont img.book {
  margin: 50px 0 0 20px;
}
body section.section-2 .container .book-section .left .img-2 .cont img.discount {
  position: absolute;
  top: 0;
  left: 0;
}
body section.section-2 .container .book-section .left .img-2 .cont .money-cont {
  height: 140px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
	position:absolute;
}
body section.section-2 .container .book-section .left .img-2 .cont .money-cont .money {
  max-width: 300px;
  object-fit: contain;
}
body section.section-2 .container .book-section .left .img-2 .cont .price {
  position: absolute;
  bottom: -36px;
  right: 0;
}
body section.section-2 .container .book-section .left .img-2 .cont .price p {
  margin-bottom: 0;
  position: relative;
}
body section.section-2 .container .book-section .left .img-2 .cont .price p.slash {
  margin-bottom: -5px;
  color: var(--main-color);
  font-size: 17px;
  font-family: var(--main-hl-font);
  text-align: right;
}
body section.section-2 .container .book-section .left .img-2 .cont .price p.slash span {
  position: absolute;
  top: 15px;
  right: 0;
  width: 55px;
  border-bottom: 1px solid var(--main-color);
}
body section.section-2 .container .book-section .left .img-2 .cont .price p.promo {
  margin-bottom: 0;
  font-size: 22px;
  color: #61b75a;
  font-family: var(--main-hl-font);
  font-weight: bold;
}
body section.section-2 .container .book-section .right {
  padding: 50px 100px 20px 100px;
}
body section.section-2 .container .book-section .right .boxes {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
body section.section-2 .container .book-section .right .boxes .box {
  cursor: default;
  width: calc(50% - 10px);
  text-align: center;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
  margin: 5px;
  padding: 20px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  border: 1px solid #fff;
}
body section.section-2 .container .book-section .right .boxes .box img {
  margin-bottom: 10px;
  height: 34px;
}
body section.section-2 .container .book-section .right .boxes .box:last-child img {
  height: 24px;
  margin-top: 5px;
  margin-bottom: 15px;
}
body section.section-2 .container .book-section .right .boxes .box p {
  margin-bottom: 0;
  font-size: 14px;
}
body section.section-2 .container .book-section .right .boxes .box p span {
  background-color: #f5eea5;
  white-space: nowrap;
  border-radius: 5px;
  padding: 0 2px;
  font-weight: bold;
}
body section.section-2 .container .book-section .right .boxes .box:hover {
  background-color: rgba(184, 16, 16, 0.2);
  border-color: #b81010;
}
body section.section-2 .container .book-section .right .cselect {
  margin: 20px 0;
}
body section.section-2 .container .book-section .right select {
  margin: 20px 0;
  font-size: 14px;
  padding: 5px 40px 5px 15px;
  border: 1px solid #dedede;
  border-radius: 2px;
  background-color: #f9f9f9;
  -webkit-appearance: none;
  background-image: url(../images/select-arrow.png);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: calc(100% - 10px) 12px;
}
body section.section-2 .container .book-section .right .button-cont {
  position: relative;
}
body section.section-2 .container .book-section .right .button-cont button {
  color: #222222;
  background-color: #ffd73b;
  border: 2px solid #fff;
  border-radius: 5px;
  font-weight: bold;
  font-size: 22px;
  padding: 8px 30px;
  height: 50px;
  position: relative;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.6s all ease-in-out;
  box-shadow: 5.142px 6.128px 6px 0px rgba(12, 57, 29, 0.1);
  font-family: var(--main-hl-font);
}
body section.section-2 .container .book-section .right .button-cont button span {
  font-family: AcuminBold;
}
body section.section-2 .container .book-section .right .button-cont button img {
  position: absolute;
  bottom: -52px;
  right: 10px;
}
body section.section-2 .container .book-section .right .button-cont button:hover {
  background-color: #e5bf2c;
}
body section.section-2 .container .book-section .right .button-cont .text {
  position: absolute;
  left: 345px;
  font-size: 20px;
  font-family: "MVBoli";
  top: -20px;
  font-weight: bold;
  line-height: 24px;
  color: var(--handfont-color);
}
body section.section-2 .container .book-section .right .button-cont img {
  margin-left: 20px;
}
body section.section-2 .container .book-section .right .discount {
  max-width: 255px;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
body section.section-2 .container .book-section .right .discount p {
  font-size: 14px;
  background-color: #f5eea5;
  white-space: nowrap;
  border-radius: 5px;
  padding: 0 2px;
  display: inline;
}
body section.section-2 .container .specs-section {
  max-width: 1084px;
  margin: auto;
  border: 1px solid #f9b2b2;
  padding: 20px 50px;
  border-radius: 5px;
  display: flex;
  position: relative;
  cursor: default;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
}
body section.section-2 .container .specs-section:hover {
  background-color: rgba(184, 16, 16, 0.2);
  border-color: #b81010;
}
body section.section-2 .container .specs-section .left img {
  margin: 0 50px 0 20px;
}
body section.section-2 .container .specs-section .right h4 {
  text-align: left;
  font-size: 28px;
  margin-bottom: 20px;
}
body section.section-2 .container .specs-section .right .requirements .requirement {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
body section.section-2 .container .specs-section .right .requirements .requirement img {
  height: 18px;
  width: 18px;
  margin-right: 20px;
}
body section.section-2 .container .specs-section .right .requirements .requirement p {
  margin-bottom: 0;
}
body section.section-2 .container .specs-section .right .requirements .requirement p a {
  color: #000;
  text-decoration: underline;
}
body section.section-2 .container .specs-section .fixed {
  position: absolute;
  right: -1px;
  top: -40px;
}
body section.section-3 {
  background-color: #f9f9f9;
}
body section.section-3 .container h2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
body section.section-3 .container h2 img {
  margin: 0 12px;
}
body section.section-3 .container .install-section {
  margin-top: 50px;
  display: flex;
  padding-left: 100px;
  position: relative;
}
body section.section-3 .container .install-section .left img {
  position: relative;
  bottom: -1px;
}
body section.section-3 .container .install-section .right {
  margin-left: 40px;
  display: flex;
}
body section.section-3 .container .install-section .right .left-1 > p {
  font-size: 14px;
  font-family: "Verdana";
  color: #222222;
}
body section.section-3 .container .install-section .right .left-1 .box {
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 5.142px 6.128px 6px 0px rgba(12, 57, 29, 0.03);
  display: flex;
  margin-bottom: 20px;
  padding-right: 30px;
  transition: 0.3s all ease-in-out;
  cursor: default;
  -webkit-transition: 0.3s all ease-in-out;
}
body section.section-3 .container .install-section .right .left-1 .box:hover {
  background-color: rgba(184, 16, 16, 0.2);
  border-color: #b81010;
}
body section.section-3 .container .install-section .right .left-1 .box > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body section.section-3 .container .install-section .right .left-1 .box > div img {
  margin: 20px;
}
body section.section-3 .container .install-section .right .left-1 .box > div p {
  font-size: 14px;
  font-family: "Verdana";
  color: #222222;
  margin-bottom: 0;
}
body section.section-3 .container .install-section .right .left-1 .box > div p span {
  font-size: 22px;
  font-weight: 600;
}
body section.section-3 .container .install-section .right .right-1 {
  padding: 50px 0 0 70px;
  position: absolute;
  right: 0;
}
body section.section-3 .container .install-section .right .right-1 p {
  font-family: MVBoli;
  font-size: 17px;
  color: var(--handfont-color);
  text-align: center;
  font-weight: bold;
}
body section.section-4 .container h2 img:first-child {
  height: 36px;
  margin: 0 4px 11px;
}
body section.section-4 .container h3 {
  font-size: 22px;
  text-align: center;
  font-weight: 400;
  margin: 10px 0 20px;
}
body section.section-4 .container .main {
  display: flex;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
  max-width: 1080px;
  margin: 50px auto 0;
}
body section.section-4 .container .main > img {
  object-fit: cover;
}
body section.section-4 .container .main .right {
  padding: 30px 40px 20px 70px;
  width: 100%;
  position: relative;
}
body section.section-4 .container .main .right h4 {
	font-family: var(--main-hl-font);
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}
body section.section-4 .container .main .right h4 .info {
  margin-bottom: 4px;
}
body section.section-4 .container .main .right h4 span {
  font-weight: 400;
}
body section.section-4 .container .main .right .features {
  margin-bottom: 20px;
}
body section.section-4 .container .main .right .features .feature {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
body section.section-4 .container .main .right .features .feature p {
  margin: 0 0 0 15px;
}
body section.section-4 .container .main .right .features .feature p span {
  background-color: #f5eea5;
  white-space: nowrap;
  border-radius: 5px;
  padding: 0 2px;
}
body section.section-4 .container .main .right > img {
  margin: 5px 0 20px;
}
body section.section-4 .container .main .right > img.medal {
  position: absolute;
  margin: 0;
  top: 100px;
  right: -100px;
}
body section.section-4 .container .main .right p {
  font-family: "Verdana";
  font-size: 14px;
}
body section.section-4 .container .main-2 {
  margin: 70px auto;
  max-width: 1080px;
}
body section.section-4 .container .main-2 .item {
  display: flex;
  margin: 0 0 70px 0;
}
body section.section-4 .container .main-2 .item > img, body section.section-4 .container .main-2 .item .laptop-2 {
  width: calc(50% - 5px);
}
body section.section-4 .container .main-2 .item .laptop-2 {
  position: relative;
}
body section.section-4 .container .main-2 .item .laptop-2 img {
  width: 100%;
}
body section.section-4 .container .main-2 .item .laptop-2 img.info {
  width: 15px;
  position: absolute;
  top: 33%;
  left: 5%;
  z-index: 99;
}
body section.section-4 .container .main-2 .item > div {
  width: calc(50% - 5px);
}
body section.section-4 .container .main-2 .item > div .head {
  border-radius: 5px;
  background-color: var(--main-color);
  display: inline-block;
  padding: 10px 20px;
  max-width: 420px;
  width: 100%;
}
body section.section-4 .container .main-2 .item > div .head p {
	font-family: var(--main-hl-font);
  color: #fff;
  margin: 0;
  font-size: 28px;
}
body section.section-4 .container .main-2 .item > div > p {
  font-size: 22px;
  margin: 5px 0 20px 50px;
}
body section.section-4 .container .main-2 .item > div .checklist {
  display: flex;
  align-items: flex-start;
  margin: 0 0px 15px 20px;
}
body section.section-4 .container .main-2 .item > div .checklist img {
  margin-top: 3px;
}
body section.section-4 .container .main-2 .item > div .checklist p {
  margin: 0 0 0 15px;
}
body section.section-4 .container .main-2 .item > div .checklist p span {
  background-color: #f5eea5;
  white-space: nowrap;
  border-radius: 5px;
  padding: 0 2px;
}
body section.section-4 .container .footer {
  display: flex;
  align-items: center;
  justify-content: center;
}
body section.section-4 .container .footer > img {
  height: 100px;
}
body section.section-4 .container .footer .button {
  text-align: center;
  margin: 10px 20px 0 40px;
}
body section.section-4 .container .footer .button button {
  color: #222222;
  background-color: #ffd73b;
  border: 2px solid #fff;
  border-radius: 5px;
  font-weight: bold;
  font-size: 22px;
  padding: 8px 30px;
  height: 50px;
  position: relative;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.6s all ease-in-out;
  box-shadow: 5.142px 6.128px 6px 0px rgba(12, 57, 29, 0.1);
  margin-bottom: 10px;
  font-family: var(--main-hl-font);
}
body section.section-4 .container .footer .button button span {
  font-family: AcuminBold;
}
body section.section-4 .container .footer .button button img {
  position: absolute;
  bottom: -52px;
  right: 10px;
}
body section.section-4 .container .footer .button button:hover {
  background-color: #e5bf2c;
}
body section.section-4 .container .footer .button p {
  background-color: #f5eea5;
  white-space: nowrap;
  border-radius: 5px;
  padding: 0 2px;
  display: inline-block;
}
body section.section-4 .container .footer .arrow-cont {
  display: flex;
  align-items: flex-start;
}
body section.section-4 .container .footer .arrow-cont img {
  margin-top: 10px;
}
body section.section-4 .container .footer .arrow-cont p {
  font-size: 20px;
  font-family: MVBoli;
  color: var(--handfont-color);
  font-weight: bold;
  line-height: 23px;
  margin-left: 2px;
}
body section.section-5 {
  background-color: #f9f9f9;
}
body section.section-5 .container {
  max-width: 1280px;
  margin: auto;
  padding: 50px 0;
  position: relative;
}
body section.section-5 .container h2 {
  font-size: 40px;
  color: #222222;
  text-align: center;
}
body section.section-5 .container h2 img:first-child {
  height: 36px;
  margin: 0 4px 11px;
}
body section.section-5 .container h3 {
  font-size: 22px;
  text-align: center;
  font-weight: 400;
  margin: 10px 0 20px;
}
body section.section-5 .container .medal {
  position: absolute;
  top: 60px;
  right: 100px;
}
body section.section-5 .container .items {
  display: flex;
  justify-content: center;
  margin: 50px 0 20px;
}
body section.section-5 .container .items .item {
  text-align: center;
  margin: 0 50px;
}
body section.section-5 .container .items .item img {
  height: 125px;
  object-fit: none;
  margin-bottom: 20px;
}
body section.section-5 .container .items .item p {
  font-family: "Verdana";
  font-size: 14px;
  margin-bottom: 0;
}
body section.section-5 .container .items .item p span {
  background-color: #f5eea5;
  white-space: nowrap;
  border-radius: 5px;
  padding: 0 2px;
}
body section.section-6 .container h2 img {
  height: 24px;
  margin: 0 0 0 4px;
}
body section.section-6 .container h2 object {
  height: 24px;
}
body section.section-6 .container .main {
  display: flex;
  align-items: center;
  justify-content: center;
}
body section.section-6 .container .main .arrow {
  font-family: AcuminBold;
  color: var(--main-color);
  font-size: 22px;
  border-radius: 50%;
  border: 2px solid var(--main-color);
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 6px;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  cursor: pointer;
}
body section.section-6 .container .main .arrow:hover {
  background-color: var(--main-color);
  color: #fff;
}
body section.section-6 .container .main .slider {
  max-width: 854px;
  margin: 0 20px;
}
body section.section-6 .container .main .slider .slick-arrow {
  display: none !important;
}
body section.section-6 .container .main .slider .slide {
  padding: 20px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  min-height: 243px;
  margin: 20px;
  display: flex;
  align-items: center;
}
body section.section-6 .container .main .slider .slide .left {
  width: calc(50% - 10px);
  height: 100%;
  padding: 0px 30px;
}
body section.section-6 .container .main .slider .slide .left .img {
  height: 100%;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  max-height: 150px;
  max-width: 200px;
  width: 100%;
  height: 300px;
  margin: auto;
}
body section.section-6 .container .main .slider .slide .right {
  width: calc(50% - 10px);
  display: inline-block;
}
body section.section-6 .container .main .slider .slide .right p {
  font-family: "Verdana";
  font-size: 14px;
  margin-bottom: 0;
}
body section.section-6 .container .main .slider .slide .right a {
  display: flex;
  align-items: center;
  color: #3b88d7;
  text-decoration: underline;
}
body section.section-6 .container .main .slider .slide .right a img {
  margin-right: 5px;
  opacity: 0.6;
}
body section.section-6 .container .logos {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 814px;
  margin: 10px auto 20px;
  cursor: pointer;
}
body section.section-6 .container .logos img {
  max-height: 70px;
  margin: 0 20px;
  opacity: 0.5;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
}
body section.section-6 .container .logos img.active {
  opacity: 1;
}
body section.section-6 .container .logos img:hover {
  opacity: 1;
}
body section.section-7 {
  background-color: #f9f9f9;
}
body section.section-7 .container {
  padding-bottom: 0;
}
body section.section-7 .container .main {
  display: flex;
  justify-content: center;
  padding: 20px 40px;
  margin-left: 40px;
}
body section.section-7 .container .main .left {
  padding: 20px 100px;
}
body section.section-7 .container .main .right {
  padding: 20px 0;
}
body section.section-7 .container .main .right > p {
  font-size: 14px;
  font-family: "Verdana";
}
body section.section-7 .container .main .right .items {
  display: flex;
  flex-wrap: wrap;
  max-width: 600;
}
body section.section-7 .container .main .right .items .item {
  display: flex;
  align-items: center;
  width: 50%;
  margin-bottom: 5px;
}
body section.section-7 .container .main .right .items .item p {
  margin-bottom: 0;
}
body section.section-7 .container .main .right .items .item img {
  margin-right: 10px;
}
body section.section-7 .container .main .right .footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 40px;
}
body section.section-7 .container .main .right .footer > img {
  height: 100px;
}
body section.section-7 .container .main .right .footer .button {
  text-align: center;
  margin: 10px 20px 0 0;
}
body section.section-7 .container .main .right .footer .button button {
  background-color: #ffd73b;
  border: 2px solid #fff;
  color: #222222;
  border-radius: 5px;
  font-weight: bold;
  font-size: 22px;
  padding: 8px 30px;
  height: 50px;
  position: relative;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.6s all ease-in-out;
  box-shadow: 5.142px 6.128px 6px 0px rgba(12, 57, 29, 0.1);
  margin-bottom: 10px;
  font-family: var(--main-hl-font);
}
body section.section-7 .container .main .right .footer .button button span {
  font-family: AcuminBold;
}
body section.section-7 .container .main .right .footer .button button img {
  position: absolute;
  bottom: -52px;
  right: 10px;
}
body section.section-7 .container .main .right .footer .button button:hover {
  background-color: #e5bf2c;
}
body section.section-7 .container .main .right .footer .button p {
  background-color: #f5eea5;
  white-space: nowrap;
  border-radius: 5px;
  padding: 0 2px;
  display: inline-block;
}
body section.section-7 .container .main .right .footer .arrow-cont {
  display: flex;
  align-items: flex-start;
  margin-right: 40px;
}
body section.section-7 .container .main .right .footer .arrow-cont img {
  margin-top: 10px;
}
body section.section-7 .container .main .right .footer .arrow-cont p {
  font-size: 20px;
  font-family: MVBoli;
  color: var(--handfont-color);
  font-weight: bold;
  line-height: 23px;
  margin-left: 3px;
}
body section.section-8 .container .main {
  display: flex;
  justify-content: center;
}
body section.section-8 .container .main .right {
  padding: 0 50px;
}
body section.section-8 .container .main .right p {
  font-size: 17px;
  text-align: center;
  margin: 0 auto;
  font-style: italic;
  max-width: 405px;
}
body section.section-8 .container .main .right p.toggle {
  color: #3b88d7;
  text-decoration: underline;
  cursor: pointer;
}
body section.section-8 .container .main .right p.name {
  margin-top: 10px;
  color: var(--main-color);
  font-weight: bold;
  font-size: 20px;
}
body section.section-8 .container .main .right .slider-cont {
  width: 630px;
  display: flex;
  align-items: center;
  margin: 40px 0 0 0;
}
body section.section-8 .container .main .right .slider-cont .slick-arrow {
  display: none !important;
}
body section.section-8 .container .main .right .slider-cont .arrow {
  font-family: AcuminBold;
  color: var(--main-color);
  font-size: 22px;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 6px;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  cursor: pointer;
  margin: 0 10px;
}
body section.section-8 .container .main .right .slider-cont .arrow:hover {
  background-color: var(--main-color);
  color: #fff;
}
body section.section-8 .container .main .right .slider-cont .slider {
  display: block;
  max-width: 490px;
}
body section.section-8 .container .main .right .slider-cont .slider img {
  border-radius: 50%;
  height: 60px;
  width: 60px;
  opacity: 0.6;
  margin: 45px 0;
}
body section.section-8 .container .main .right .slider-cont .slider img.slick-active {
  height: 80px;
  width: 80px;
  opacity: 0.75;
  margin: 35px 10px;
}
body section.section-8 .container .main .right .slider-cont .slider img.slick-active.slick-current {
  height: 150px;
  width: 150px;
  opacity: 1;
  margin: 0 10px;
}
body section.section-8 .container .video {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  padding: 30px 10px 30px 50px;
  max-width: 1020px;
  margin: 40px auto 0;
}
body section.section-8 .container .video .left {
  display: flex;
  align-items: center;
  width: calc(50% - 20px);
}
body section.section-8 .container .video .left img {
  max-width: 418px;
  width: 100%;
}
body section.section-8 .container .video .right {
  width: calc(50% - 20px);
  display: flex;
  justify-content: flex-end;
  position: relative;
}
body section.section-8 .container .video .right .video-js {
  width: 436px;
  height: 245px;
}
body section.section-8 .container .video .right .mute {
  position: absolute;
  z-index: 99999999;
  top: 10px;
  right: 10px;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  cursor: pointer;
}
body section.section-8 .container .video .right .mute:hover {
  opacity: 0.7;
}
body section.section-8 .container .video .right .player-arrow {
  display: flex;
  position: absolute;
  top: 0;
  right: -135px;
}
body section.section-8 .container .video .right .player-arrow img {
  height: 30px;
  margin-right: 10px;
}
body section.section-8 .container .video .right .player-arrow p {
  font-size: 17px;
  font-family: MVBoli;
  color: var(--handfont-color);
  font-weight: bold;
  line-height: 23px;
  margin-left: -12px;
  margin-top: -42px;
}
body section.section-8 .container .footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
body section.section-8 .container .footer > img {
  height: 100px;
}
body section.section-8 .container .footer .button {
  text-align: center;
  margin: 10px 20px 0 40px;
}
body section.section-8 .container .footer .button button {
  background-color: #ffd73b;
  border: 2px solid #fff;
  border-radius: 5px;
  font-weight: bold;
  font-size: 22px;
  padding: 8px 30px;
  height: 50px;
  position: relative;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.6s all ease-in-out;
  box-shadow: 5.142px 6.128px 6px 0px rgba(12, 57, 29, 0.1);
  margin-bottom: 10px;
  font-family: var(--main-hl-font);
}
body section.section-8 .container .footer .button button span {
  font-family: AcuminBold;
}
body section.section-8 .container .footer .button button img {
  position: absolute;
  bottom: -52px;
  right: 10px;
}
body section.section-8 .container .footer .button button:hover {
  background-color: #e5bf2c;
}
body section.section-8 .container .footer .button p {
  background-color: #f5eea5;
  white-space: nowrap;
  border-radius: 5px;
  padding: 0 2px;
  display: inline-block;
}
body section.section-8 .container .footer .arrow-cont {
  display: flex;
  align-items: flex-start;
}
body section.section-8 .container .footer .arrow-cont img {
  margin-top: 5px;
}
body section.section-8 .container .footer .arrow-cont p {
  font-size: 20px;
  font-family: MVBoli;
  color: var(--handfont-color);
  line-height: 23px;
  font-weight: bold;
}
body section.section-9 {
  background-color: #f9f9f9;
}
body section.section-9 .container .facebook {
  height: 130px;
  width: 592px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
  position: relative;
}
body section.section-9 .container .facebook img, body section.section-9 .container .facebook a {
  position: absolute;
  cursor: pointer;
  transition: 0.2 all ease-in-out;
  -webkit-transition: 0.2 all ease-in-out;
}
body section.section-9 .container .facebook img:hover, body section.section-9 .container .facebook a:hover {
  opacity: 0.8;
}
body section.section-9 .container .facebook img {
  bottom: 15px;
  left: 125px;
}
body section.section-9 .container .facebook a {
  color: #4267B2;
  right: 30px;
  top: 25px;
  font-size: 12px;
  font-family: Arial;
}
body section.section-10 .container {
  padding-top: 70px;
}
body section.section-10 .container .table {
  display: flex;
  margin: 50px auto;
  max-width: 750px;
  box-shadow: 10px 0px 8px -10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 10px 0px 8px -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 10px 0px 8px -10px rgba(0, 0, 0, 0.1);
  position: relative;
}
body section.section-10 .container .table .upsell {
  height: 125px;
  position: absolute;
  right: -175px;
  bottom: 10px;
}
body section.section-10 .container .table .col.first {
  width: 100%;
}
body section.section-10 .container .table .col.first .row {
  position: relative;
  border-left: 1px solid #f9b2b2;
  padding: 20px 50px 20px 20px;
  min-height: 83px;
}
body section.section-10 .container .table .col.first .row img.sig {
  position: absolute;
  top: 70px;
}
body section.section-10 .container .table .col.first .row p {
  font-family: "Verdana";
  font-size: 14px;
  margin-bottom: 0;
}
body section.section-10 .container .table .col.first .row p.title {
  position: absolute;
  top: 10px;
  left: 200px;
}
body section.section-10 .container .table .col.first .row:first-child {
  border-left: none;
  padding-bottom: 0;
}
body section.section-10 .container .table .col.first .row:nth-of-type(even) {
  background-color: var(--highlight-table);
}
body section.section-10 .container .table .col.first .row:nth-child(2) {
  border-radius: 5px 0 0 0;
  border-top: 1px solid #f9b2b2;
}
body section.section-10 .container .table .col.first .row:nth-child(7) {
  border-radius: 0 0 0 5px;
  border-bottom: 1px solid #f9b2b2;
}
body section.section-10 .container .table .col.first .row:last-child {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 40px;
  background-color: #fff;
  border-left: none;
  width: 100%;
}
body section.section-10 .container .table .col.first .row:last-child p {
  font-family: MVBoli;
  font-weight: bold;
  font-size: 20px;
  color: var(--handfont-color);
}
body section.section-10 .container .table .col.deluxe .row:first-child {
  border-radius: 0 5px 0 0;
}
body section.section-10 .container .table .col.deluxe .row:first-child .info {
  position: absolute;
  top: 40px;
  right: -115px;
}
body section.section-10 .container .table .col.deluxe .row:first-child .info p {
  font-family: MVBoli;
  color: var(--handfont-color);
  font-size: 17px;
  margin-bottom: 0;
  margin-left: 50px;
  font-weight: bold;
  line-height: 23px;
  text-align: left;
}
body section.section-10 .container .table .col.deluxe .row:last-child {
  position: relative;
}
body section.section-10 .container .table .col.deluxe .row:last-child img {
  position: absolute;
  top: -70px;
  right: -210px;
}
body section.section-10 .container .table .col.orig, body section.section-10 .container .table .col.deluxe {
  cursor: pointer;
  position: relative;
}
body section.section-10 .container .table .col.orig .row, body section.section-10 .container .table .col.deluxe .row {
  border: 3px solid transparent;
  padding: 20px 30px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 83px;
}
body section.section-10 .container .table .col.orig .row:first-child, body section.section-10 .container .table .col.deluxe .row:first-child {
  flex-direction: column;
  height: 276px;
}
body section.section-10 .container .table .col.orig .row:first-child p, body section.section-10 .container .table .col.deluxe .row:first-child p {
	font-family: var(--main-hl-font);
  font-size: 20px;
  text-align: center;
  white-space: nowrap;
}
body section.section-10 .container .table .col.orig .row:nth-of-type(even), body section.section-10 .container .table .col.deluxe .row:nth-of-type(even) {
  background-color: var(--highlight-table);
}
body section.section-10 .container .table .col.orig .row:last-child, body section.section-10 .container .table .col.deluxe .row:last-child {
  padding: 10px;
}
body section.section-10 .container .table .col.orig .row:last-child p, body section.section-10 .container .table .col.deluxe .row:last-child p {
  font-family: "Verdana";
  font-size: 14px;
  margin-bottom: 0;
}
body section.section-10 .container .table .col.orig .row:last-child p b, body section.section-10 .container .table .col.deluxe .row:last-child p b {
  color: #61b75a;
}
body section.section-10 .container .table .col.orig.active .row, body section.section-10 .container .table .col.deluxe.active .row {
  border-color: transparent #61b75a transparent #61b75a;
  border-bottom: none;
  border-top: none;
}
body section.section-10 .container .table .col.orig.active .row:first-child, body section.section-10 .container .table .col.deluxe.active .row:first-child {
  border-top: 3px solid #61b75a;
  border-radius: 5px 5px 0 0;
}
body section.section-10 .container .table .col.orig.active .row:last-child, body section.section-10 .container .table .col.deluxe.active .row:last-child {
  border-bottom: 3px solid #61b75a;
  border-radius: 0 0 5px 5px;
  background-color: #61b75a;
  color: #fff;
}
body section.section-10 .container .table .col.orig.active .row:last-child b, body section.section-10 .container .table .col.deluxe.active .row:last-child b {
  color: #fff;
}
body section.section-10 .container .table .col.orig:hover:not(.active) .row, body section.section-10 .container .table .col.deluxe:hover:not(.active) .row {
  opacity: 0.7;
}
body section.section-11 {
  background-color: #f9f9f9;
}
body section.section-11 .container .images {
  display: flex;
  align-items: center;
  justify-content: center;
}
body section.section-11 .container .images img {
  max-height: 130px;
  margin: 0 20px;
  cursor: zoom-in;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
}
body section.section-11 .container .images img:hover {
  transform: scale(1.4);
  -webkit-transform: scale(1.4);
}
body section.section-12 .container h2 img {
  margin-bottom: 6px;
}
body section.section-12 .container h2 object {
  height: 33px;
  margin-bottom: -3px;
}
body section.section-12 .container .offer {
  display: flex;
  justify-content: center;
}
body section.section-12 .container .offer .left {
  position: relative;
  padding: 0 100px 0 80px;
}
body section.section-12 .container .offer .left .countdown {
  padding: 10px 20px;
  background-color: #222222;
  color: #fff;
  max-width: 218px;
  position: absolute;
  bottom: 0;
  left: -50px;
  border-radius: 5px;
}
body section.section-12 .container .offer .left .countdown h5 {
	font-family: var(--main-hl-font);
  font-size: 22px;
}
body section.section-12 .container .offer .left .countdown .timer {
  display: flex;
  justify-content: space-between;
}
body section.section-12 .container .offer .left .countdown .timer > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body section.section-12 .container .offer .left .countdown .timer > div p {
  font-family: DIN2014Bold;
  font-size: 40px;
  margin-bottom: 0;
  line-height: 40px;
}
body section.section-12 .container .offer .left .countdown .timer > div span {
  font-family: "Verdana";
  font-size: 14px;
  color: #888888;
}
body section.section-12 .container .offer .left .countdown .timer > p {
  font-family: DIN2014Bold;
  font-size: 40px;
  margin-bottom: 0;
  line-height: 40px;
}
body section.section-12 .container .offer .left .countdown > img {
  position: absolute;
  bottom: 3px;
  right: 3px;
}
body section.section-12 .container .offer .left .money {
  position: absolute;
  bottom: 00px;
  right: 60px;
}
body section.section-12 .container .offer .left .discount {
  position: absolute;
  left: 0;
  top: -20px;
}
body section.section-12 .container .offer .left .price {
  position: absolute;
  right: 20px;
  bottom: 190px;
}
body section.section-12 .container .offer .left .price .slash {
  margin-bottom: 0;
  color: var(--main-color);
  font-size: 17px;
  font-family: var(--main-hl-font);
  position: relative;
}
body section.section-12 .container .offer .left .price .slash span {
  border-bottom: 1px solid var(--main-color);
  position: absolute;
  top: 15px;
  left: 0px;
  width: 56px;
  font-family: var(--main-hl-font);
}
body section.section-12 .container .offer .left .price .promo {
  margin-bottom: 0;
  font-family: var(--main-hl-font);
  font-size: 22px;
  color: #61b75a;
  font-weight: bold;
}
body section.section-12 .container .offer .right {
  padding: 10px 40px 0;
  position: relative;
}
body section.section-12 .container .offer .right .icon-cont-1 {
  position: absolute;
  top: 0;
  right: -200px;
}
body section.section-12 .container .offer .right .icon-cont-1 .info {
  position: absolute;
  bottom: 35px;
  right: 30px;
}
body section.section-12 .container .offer .right .icon-cont-2 {
  position: absolute;
  top: 235px;
  right: -150px;
}
body section.section-12 .container .offer .right .icon-cont-2 .info-btn {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
body section.section-12 .container .offer .right .options {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 300px;
  justify-content: space-around;
  padding: 25px 20px 15px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}
body section.section-12 .container .offer .right .options .radio-container {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body section.section-12 .container .offer .right .options .radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
body section.section-12 .container .offer .right .options .radio-container input:checked ~ .checkmark {
  background-image: url(../images/gray-check.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  border-radius: 3px;
}
body section.section-12 .container .offer .right .options .radio-container input:checked ~ .checkmark:after {
  display: block;
}
body section.section-12 .container .offer .right .options .radio-container:hover input ~ .checkmark {
  background-color: #ccc;
}
body section.section-12 .container .offer .right .options .radio-container.checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 0;
  background: white;
  content: "✓";
}
body section.section-12 .container .offer .right .options .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 0;
}
body section.section-12 .container .offer .right .options .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
body section.section-12 .container .offer .right h4 {
	font-family: var(--main-hl-font);
  font-size: 22px;
}
body section.section-12 .container .offer .right h4.features-h4 {
  margin-top: 30px;
}
body section.section-12 .container .offer .right .features {
  margin-bottom: 40px;
}
body section.section-12 .container .offer .right .features .item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
body section.section-12 .container .offer .right .features .item img {
  margin-top: 3px;
  margin-right: 10px;
}
body section.section-12 .container .offer .right .features .item p {
  margin-bottom: 0;
}
body section.section-12 .container .offer .right .button-cont {
  position: relative;
  margin-top: 10px;
}
body section.section-12 .container .offer .right .button-cont button {
  background-color: #ffd73b;
  border: 2px solid #fff;
  border-radius: 5px;
  font-weight: bold;
  font-size: 22px;
  padding: 8px 30px;
  height: 50px;
  position: relative;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.6s all ease-in-out;
  box-shadow: 5.142px 6.128px 6px 0px rgba(12, 57, 29, 0.1);
  font-family: var(--main-hl-font);
}
body section.section-12 .container .offer .right .button-cont button span {
  font-family: AcuminBold;
}
body section.section-12 .container .offer .right .button-cont button img {
  position: absolute;
  bottom: -52px;
  right: 10px;
  top: unset;
}
body section.section-12 .container .offer .right .button-cont button:hover {
  background-color: #e5bf2c;
}
body section.section-12 .container .offer .right .button-cont .€_14_99__€_11_70 {
  font-size: 17px;
  font-family: "Lato";
  color: var(--main-color);
  text-decoration: line-through;
  line-height: 1.471;
  text-align: left;
  position: absolute;
  left: 800px;
  top: 9743.41px;
  width: 74px;
  height: 41px;
  z-index: 666;
}
body section.section-12 .container .offer .right .button-cont .text {
  position: absolute;
  left: 350px;
  font-size: 20px;
  font-family: "MVBoli";
  top: 20px;
  color: #3987d7;
  font-weight: bold;
  line-height: 23px;
}
body section.section-12 .container .offer .right .button-cont img {
  position: absolute;
  margin-left: 20px;
  top: 30px;
}
body section.section-12 .container .offer .right .discount {
  max-width: 255px;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
body section.section-12 .container .offer .right .discount p {
  font-size: 14px;
  background-color: #f5eea5;
  white-space: nowrap;
  border-radius: 5px;
  padding: 0 2px;
  display: inline;
}



body section.section-13 {
  background-color: #fff;
}
body section.section-13 .container {
  padding-bottom: 0;
}
body section.section-13 .container .main {
  display: flex;
  justify-content: center;
  padding: 20px 40px;
}
body section.section-13 .container .main .left {
  padding: 20px 100px;
}
body section.section-13 .container .main .right {
  padding: 20px 0;
}
body section.section-13 .container .main .right > p {
  font-size: 14px;
  font-family: "Verdana";
}
body section.section-13 .container .main .right .items {
  display: flex;
  flex-wrap: wrap;
  max-width: 600;
}
body section.section-13 .container .main .right .items .item {
  display: flex;
  align-items: center;
  width: 50%;
  margin-bottom: 5px;
}
body section.section-13 .container .main .right .items .item p {
  margin-bottom: 0;
}
body section.section-13 .container .main .right .items .item img {
  margin-right: 10px;
}
body section.section-13 .container .footer {
  display: flex;
  align-items: center;
  justify-content: center;
}
body section.section-13 .container .footer > img {
  height: 100px;
}
body section.section-13 .container .footer .button {
  text-align: center;
  margin: 10px 20px 0 40px;
}
body section.section-13 .container .footer .button button {
  color: #222222;
  background-color: #ffd73b;
  border: 2px solid #fff;
  border-radius: 5px;
  font-weight: bold;
  font-size: 22px;
  padding: 8px 30px;
  height: 50px;
  position: relative;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.6s all ease-in-out;
  box-shadow: 5.142px 6.128px 6px 0px rgba(12, 57, 29, 0.1);
  margin-bottom: 10px;
  font-family: var(--main-hl-font);
}
body section.section-13 .container .footer .button button span {
  font-family: AcuminBold;
}
body section.section-13 .container .footer .button button img {
  position: absolute;
  bottom: -52px;
  right: 10px;
}
body section.section-13 .container .footer .button button:hover {
  background-color: #e5bf2c;
}
body section.section-13 .container .footer .button p {
  background-color: #f5eea5;
  white-space: nowrap;
  border-radius: 5px;
  padding: 0 2px;
  display: inline-block;
}
body section.section-13 .container .footer .arrow-cont {
  display: flex;
  align-items: flex-start;
}
body section.section-13 .container .footer .arrow-cont img {
  margin-top: 10px;
}
body section.section-13 .container .footer .arrow-cont p {
  font-size: 20px;
  font-family: MVBoli;
  color: var(--handfont-color);
  font-weight: bold;
  line-height: 23px;
  margin-left: 2px;
}

body section.section-13 .container .footer .button button img {
    position: absolute;
    bottom: -52px;
    right: 10px;
}
body section.section-13 .container .footer .button button img.small_btn_arrow{
	
    position: relative;
    bottom: 2px;
    right: -10px;
}

@media only screen and (max-width: 767px){
	body section.section-13 .container .main {
		padding:20px;
		margin-left: 0;
		flex-direction: column;
	}
}
@media only screen and (max-width: 767px){
	body section.section-13 .container .footer .button button {
			border: 2px solid #fff;
			font-family: var(--main-hl-font);
			font-size: 16px;
			padding: 5px 10px;
			height: 50px;
			margin-bottom: 10px;
	}
}
@media only screen and (max-width: 499px){
	body section.section-13 .container .footer .button button {
			border: 2px solid #fff;
			font-family: var(--main-hl-font);
			font-size: 12px;
			padding: 5px 10px;
			height: 50px;
			margin-bottom: 10px;
	}
}



body footer {
  background-color: #68b845;
  color: #fff;
}
body footer .container {
  max-width: 1280px;
  margin: auto;
  padding: 50px 0px 20px;
  position: relative;
}
body footer .container .note {
  color: #fff;
  font-family: "Verdana";
  font-size: 14px;
  display: inline;
  margin: 0;
  position: absolute;
  top: 10px;
  right: 0;
}
body footer .container h2 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-family: var(--main-hl-font);
}
body footer .container form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 20px;
}
body footer .container form input[type=text] {
  border-style: solid;
  border-width: 1px;
  border-color: #c2c2c2;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 5.142px 6.128px 6px 0px rgba(12, 57, 29, 0.1);
  width: 399px;
  height: 48px;
  padding: 0 20px;
  font-size: 22px;
}
body footer .container form .invalid-form {
  padding: 10px 10px 0 10px;
  margin: 20px 20px 0;
  background-color: #f9c9c9;
  color: var(--main-color);
  border-radius: 5px;
  width: 100%;
  max-width: 399px;
}
body footer .container form .invalid-form p {
  margin-bottom: 10px;
  font-family: "Verdana";
  font-size: 14px;
}
body footer .container form .button-cont {
  position: relative;
  margin-top: 10px;
}
body footer .container form .button-cont .los-geht {
  position: absolute;
  right: -180px;
  top: 10px;
}
body footer .container form .button-cont input[type=submit], body footer .container form .button-cont button {
  background-color: #ffd73b;
  border: 2px solid #fff;
  border-radius: 5px;
  font-weight: bold;
  font-size: 22px;
  padding: 8px 30px;
  height: 50px;
  position: relative;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.6s all ease-in-out;
  box-shadow: 5.142px 6.128px 6px 0px rgba(12, 57, 29, 0.1);
  width: 252px;
  margin-top: 20px;
  font-family: var(--main-hl-font);
}
body footer .container form .button-cont input[type=submit] span, body footer .container form .button-cont button span {
  font-family: AcuminBold;
}
body footer .container form .button-cont input[type=submit] img, body footer .container form .button-cont button img {
  position: absolute;
  bottom: -10px;
  right: 40px;
}
body footer .container form .button-cont input[type=submit]:hover, body footer .container form .button-cont button:hover {
  background-color: #e5bf2c;
}
body footer .container form .ssl {
  position: relative;
  left: 0;
}
body footer .lower {
  background-color: #54a630;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 20px;
}
body footer .lower img {
  margin-bottom: 20px;
}
body footer .lower ul {
  display: flex;
  padding-left: 0;
}
body footer .lower ul li {
  list-style: none;
}
body footer .lower ul li a {
  text-decoration: none;
  color: #fff;
  margin: 0 20px;
  font-size: 14px;
  font-family: "Verdana";
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {
  body .modal {
    width: 80vw;
    padding: 0;
    height: 80vh;
    max-width: 1000px;
  }
  body .modal iframe {
    width: 100%;
    height: 100%;
    border: 1px solid var(--main-color);
  }
  body .tooltipster-content * {
    font-size: 12px !important;
    font-family: "Verdana" !important;
  }
  body .highlight {
    border-radius: 5px;
    padding: 0 2px;
  }
  body .cselect {
    position: relative;
  }
  body .cselect input {
    background-size: 14px;
    background-position: calc(100% - 10px) 12px;
    border: 1px solid #dedede;
    padding: 5px 10px;
  }
  body .cselect ul {
    display: none;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 2.2rem;
    margin: 0;
    width: 100%;
    border: 1px solid #dedede;
    padding-left: 0;
  }
  body .cselect ul li a {
    padding: 10px 5%;
    display: block;
  }
  body header .top {
    padding: 0 20px;
    height: 70px;
    width: 100%;
  }
  body header .top .container {
    max-width: 1280px;
    margin: auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
  }
  body header .top .container .left {
    display: flex;
    align-items: center;
    height: 100%;
  }
  body header .top .container .left img {
    height: 27px;
  }
  body header .top .container .left img.img2 {
    height: 28px;
    margin-left: 20px;
  }
  body header .top .container .middle img {
    position: relative;
    top: 16px;
    max-width: 235px;
  }
  body header .top .container .right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  body header .top .container .right div {
    text-align: right;
  }
  body header .top .container .right div p {
    font-size: 14px;
    margin: 0 5px 2px 0;
    border-radius: 5px;
    padding: 0 2px;
    display: inline;
  }
  body header .top .container .right button {
    border: 2px solid #fff;
    border-radius: 5px;
    font-weight: bold;
    font-size: 22px;
    padding: 5px 30px;
    height: 50px;
    position: relative;
  }
  body header .top .container .right button img {
    position: absolute;
    bottom: -10px;
    right: 40px;
  }
  body header .bottom {
    height: 40px;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
    padding: 0 20px;
  }
  body header .bottom .container {
    max-width: 1280px;
    margin: auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
  }
  body header .bottom .container .left {
    display: flex;
    align-items: center;
  }
  body header .bottom .container .left a {
    font-size: 14px;
  }
  body header .bottom .container .left a:not(:first-child) {
    margin-left: 30px;
  }
  body header .bottom .container .right {
    display: flex;
    align-items: center;
  }
  body header .bottom .container .right p {
    margin: 0 0 0 5px;
    font-size: 14px;
  }
  body header .bottom .container .right p:first-child {
    margin: 0 10px 0 0;
  }
  body header .bottom .container .right img {
    height: 21px;
  }
  body section .container {
    max-width: 1280px;
    margin: auto;
    padding: 50px 0px;
  }
  body section .container > h2 {
    font-size: 40px;
  }
  body section .container > h2 img:first-child {
    height: 36px;
    margin: 0 4px 11px;
  }
  body section .container > h3 {
    font-size: 22px;
    margin: 10px 0 20px;
  }
  body section.hero .container {
    margin: auto;
    max-width: 900px;
    height: 430px;
    display: flex;
    position: relative;
  }
  body section.hero .container .left {
    height: 100%;
  }
  body section.hero .container .left img {
    height: 100%;
  }
  body section.hero .container .right {
    display: flex;
    flex-direction: column;
    margin: auto;
  }
  body section.hero .container .right p {
	  font-family:var(--main-hl-font);
    font-size: 22px;
    margin: 0 0 0 20px;
  }
  body section.hero .container .right h1 {
	  font-family:var(--main-hl-font);
    font-size: 50px;
    margin-bottom: 0;
    line-height: 70px;
  }
  body section.hero .container .info {
    position: absolute;
    bottom: 15px;
    right: -40px;
    margin: 0;
    font-size: 20px;
  }
  body section.hero .container .info .info-btn {
    position: relative;
    top: -2px;
  }
  body section.hero .container .info img.arrow {
    position: absolute;
    bottom: -60px;
    left: 20px;
  }
  body section.section-2 {
    padding: 0 20px;
  }
  body section.section-2 .container h2 {
    line-height: 52px;
    margin-bottom: 20px;
  }
  body section.section-2 .container h2 img {
    margin: 0 5px 9px 0;
    height: 37px;
  }
  body section.section-2 .container h4 {
    font-size: 22px;
  }
  body section.section-2 .container .book-section {
    display: flex;
    margin-bottom: 20px;
  }
  body section.section-2 .container .book-section .left {
    display: flex;
  }
  body section.section-2 .container .book-section .left .img-1 {
    display: flex;
    flex-direction: column;
  }
  body section.section-2 .container .book-section .left .img-1 img {
    max-width: 110px;
    margin-bottom: 10px;
  }
  body section.section-2 .container .book-section .left .img-1 img:first-child {
    margin-top: 30px;
  }
  body section.section-2 .container .book-section .left .img-1 .amazon {
    position: relative;
  }
  body section.section-2 .container .book-section .left .img-1 .amazon img {
    max-width: 140px;
    margin-top: 0;
  }
  body section.section-2 .container .book-section .left .img-1 .amazon .info-btn {
    position: absolute;
    bottom: 5px;
    right: 5px;
    height: 14px;
    width: 14px;
  }
  body section.section-2 .container .book-section .left .img-2 .cont img.book {
    margin: 50px 0 0 20px;
  }
  body section.section-2 .container .book-section .left .img-2 .cont img.discount {
    position: absolute;
    top: 0;
    left: 0;
  }
  body section.section-2 .container .book-section .left .img-2 .cont .money-cont {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
  }
  body section.section-2 .container .book-section .left .img-2 .cont .money-cont .money {
    max-width: 300px;
  }
  /*body section.section-2 .container .book-section .left .img-2 .cont .price {
    position: absolute;
    bottom: -5px;
    right: 0;
  }*/
  body section.section-2 .container .book-section .left .img-2 .cont .price p {
    margin-bottom: 0;
  }
  body section.section-2 .container .book-section .left .img-2 .cont .price p.slash {
    margin-bottom: 0;
	font-family: var(--main-hl-font);
    font-size: 17px;
  }
  body section.section-2 .container .book-section .left .img-2 .cont .price p.promo {
    margin-bottom: 0;
	font-family: var(--main-hl-font);
    font-size: 22px;
  }
  body section.section-2 .container .book-section .right {
    padding: 50px 50px 20px 50px;
  }
  body section.section-2 .container .book-section .right .boxes {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  body section.section-2 .container .book-section .right .boxes .box {
    width: calc(50% - 10px);
    margin: 5px;
    padding: 20px 50px;
    border: 1px solid #fff;
  }
  body section.section-2 .container .book-section .right .boxes .box img {
    margin-bottom: 10px;
    height: 34px;
  }
  body section.section-2 .container .book-section .right .boxes .box:last-child img {
    height: 24px;
    margin-top: 5px;
    margin-bottom: 15px;
  }
  body section.section-2 .container .book-section .right .boxes .box p {
    margin-bottom: 0;
    font-size: 14px;
  }
  body section.section-2 .container .book-section .right .boxes .box p span {
    border-radius: 5px;
    padding: 0 2px;
  }
  body section.section-2 .container .book-section .right .cselect {
    margin: 20px 0;
  }
  body section.section-2 .container .book-section .right select {
    margin: 20px 0;
    font-size: 14px;
    padding: 5px 40px 5px 15px;
    border: 1px solid #dedede;
  }
  body section.section-2 .container .book-section .right .button-cont {
    position: relative;
  }
  body section.section-2 .container .book-section .right .button-cont button {
    font-size: 22px;
    padding: 5px 30px;
    height: 50px;
  }
  body section.section-2 .container .book-section .right .button-cont button img {
    position: absolute;
    bottom: -50px;
    right: 20px;
  }
  body section.section-2 .container .book-section .right .button-cont .text {
    position: absolute;
    left: 325px;
    font-size: 20px;
    top: -30px;
  }
  body section.section-2 .container .book-section .right .button-cont img {
    margin-left: 10px;
  }
  body section.section-2 .container .book-section .right .discount {
    max-width: 255px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  body section.section-2 .container .book-section .right .discount p {
    font-size: 14px;
    background-color: #f5eea5;
    white-space: nowrap;
    border-radius: 5px;
    padding: 0 2px;
    display: inline;
  }
  body section.section-2 .container .specs-section {
    max-width: 1084px;
    margin: auto;
    border: 1px solid #f9b2b2;
    padding: 20px 50px;
    border-radius: 5px;
    display: flex;
    position: relative;
    cursor: default;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
  }
  body section.section-2 .container .specs-section:hover {
    background-color: rgba(184, 16, 16, 0.2);
    border-color: #b81010;
  }
  body section.section-2 .container .specs-section .left img {
    margin: 0 50px 0 20px;
  }
  body section.section-2 .container .specs-section .right h4 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  body section.section-2 .container .specs-section .right .requirements .requirement {
    margin-bottom: 5px;
  }
  body section.section-2 .container .specs-section .right .requirements .requirement img {
    height: 18px;
    width: 18px;
    margin-right: 20px;
  }
  body section.section-2 .container .specs-section .right .requirements .requirement p {
    margin-bottom: 0;
  }
  body section.section-2 .container .specs-section .fixed {
    position: absolute;
    right: -1px;
    top: -40px;
  }
  body section.section-3 .container h2 img {
    margin: 0 12px;
  }
  body section.section-3 .container .install-section {
    margin-top: 50px;
    padding: 0 50px;
  }
  body section.section-3 .container .install-section .left img {
    bottom: -1px;
  }
  body section.section-3 .container .install-section .right {
    margin-left: 40px;
  }
  body section.section-3 .container .install-section .right .left-1 > p {
    font-size: 14px;
  }
  body section.section-3 .container .install-section .right .left-1 .box {
    border-radius: 5px;
    margin-bottom: 20px;
    padding-right: 30px;
  }
  body section.section-3 .container .install-section .right .left-1 .box > div img {
    margin: 20px;
  }
  body section.section-3 .container .install-section .right .left-1 .box > div p {
    font-size: 14px;
    margin-bottom: 0;
  }
  body section.section-3 .container .install-section .right .left-1 .box > div p span {
    font-size: 22px;
    font-weight: 600;
  }
  body section.section-3 .container .install-section .right .right-1 {
    display: none;
    padding: 50px 0 0 70px;
    position: absolute;
    right: 0;
  }
  body section.section-3 .container .install-section .right .right-1 p {
    font-family: MVBoli;
    font-size: 17px;
    color: #b81010;
  }
  body section.section-4 .container {
    padding: 0 20px;
  }
  body section.section-4 .container h2 img:first-child {
    height: 36px;
    margin: 0 4px 11px;
  }
  body section.section-4 .container h3 {
    font-size: 22px;
    font-weight: 400;
    margin: 10px 0 20px;
  }
  body section.section-4 .container .main {
    max-width: 1080px;
    margin: 50px auto 0;
  }
  body section.section-4 .container .main .right {
    padding: 30px 40px 20px 70px;
    width: 100%;
    position: relative;
  }
  body section.section-4 .container .main .right h4 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  body section.section-4 .container .main .right h4 .info {
    margin-bottom: 4px;
  }
  body section.section-4 .container .main .right h4 span {
    font-weight: 400;
  }
  body section.section-4 .container .main .right .features {
    margin-bottom: 20px;
  }
  body section.section-4 .container .main .right .features .feature {
    margin-bottom: 10px;
  }
  body section.section-4 .container .main .right .features .feature p {
    margin: 0 0 0 15px;
  }
  body section.section-4 .container .main .right .features .feature p span {
    padding: 0 2px;
  }
  body section.section-4 .container .main .right > img {
    margin: 5px 0 20px;
  }
  body section.section-4 .container .main .right > img.medal {
    margin: 0;
    top: unset;
    right: 0;
    bottom: -65px;
  }
  body section.section-4 .container .main .right p {
    font-size: 14px;
  }
  body section.section-4 .container .main-2 {
    margin: 70px auto;
    max-width: 1080px;
  }
  body section.section-4 .container .main-2 .item {
    margin: 0 0 70px 0;
  }
  body section.section-4 .container .main-2 .item > img, body section.section-4 .container .main-2 .item .laptop-2 {
    width: calc(50% - 5px);
  }
  body section.section-4 .container .main-2 .item .laptop-2 img {
    width: 100%;
  }
  body section.section-4 .container .main-2 .item .laptop-2 img.info {
    width: 15px;
    position: absolute;
    top: 33%;
    left: 5%;
  }
  body section.section-4 .container .main-2 .item > div {
    width: calc(50% - 5px);
  }
  body section.section-4 .container .main-2 .item > div .head {
    border-radius: 5px;
    display: inline-block;
    padding: 10px 20px;
    max-width: 420px;
    width: 100%;
  }
  body section.section-4 .container .main-2 .item > div .head p {
	  font-family: var(--main-hl-font);
    margin: 0;
    font-size: 28px;
  }
  body section.section-4 .container .main-2 .item > div > p {
    font-size: 22px;
    margin: 5px 0 20px 50px;
  }
  body section.section-4 .container .main-2 .item > div .checklist {
    margin: 0 0px 15px 20px;
  }
  body section.section-4 .container .main-2 .item > div .checklist img {
    margin-top: 3px;
  }
  body section.section-4 .container .main-2 .item > div .checklist p {
    margin: 0 0 0 15px;
  }
  body section.section-4 .container .main-2 .item > div .checklist p span {
    border-radius: 5px;
    padding: 0 2px;
  }
  body section.section-4 .container .footer > img {
    height: 100px;
  }
  body section.section-4 .container .footer .button {
    margin: 10px 20px 0 40px;
  }
  body section.section-4 .container .footer .button button {
    border: 2px solid #fff;
	font-family: var(--main-hl-font);
    font-size: 22px;
    padding: 5px 30px;
    height: 50px;
    margin-bottom: 10px;
  }
  body section.section-4 .container .footer .button button img {
    bottom: -50px;
    right: 20px;
  }
  body section.section-4 .container .footer .button p {
    border-radius: 5px;
    padding: 0 2px;
  }
  body section.section-4 .container .footer .arrow-cont img {
    margin-top: 10px;
  }
  body section.section-4 .container .footer .arrow-cont p {
    font-size: 20px;
  }
  body section.section-5 .container {
    max-width: 1280px;
    margin: auto;
    padding: 50px 0;
  }
  body section.section-5 .container h2 {
    font-size: 40px;
  }
  body section.section-5 .container h2 img:first-child {
    height: 36px;
    margin: 0 4px 11px;
  }
  body section.section-5 .container h3 {
    font-size: 22px;
    margin: 10px 0 20px;
  }
  body section.section-5 .container .medal {
    top: 60px;
    right: 100px;
  }
  body section.section-5 .container .items {
    margin: 50px 0 20px;
  }
  body section.section-5 .container .items .item {
    text-align: center;
    margin: 0 50px;
  }
  body section.section-5 .container .items .item img {
    height: 125px;
    margin-bottom: 20px;
  }
  body section.section-5 .container .items .item p {
    font-size: 14px;
    margin-bottom: 0;
  }
  body section.section-5 .container .items .item p span {
    border-radius: 5px;
    padding: 0 2px;
  }
  body section.section-6 .container h2 img {
    height: 24px;
    margin: 0 0 0 4px;
  }
  body section.section-6 .container .main .arrow {
    font-size: 22px;
    border: 2px solid var(--main-color);
    height: 50px;
    width: 50px;
    padding-top: 6px;
  }
  body section.section-6 .container .main .slider {
    max-width: 854px;
    margin: 0 20px;
  }
  body section.section-6 .container .main .slider .slide {
    padding: 20px;
    min-height: 243px;
    margin: 20px;
  }
  body section.section-6 .container .main .slider .slide .left {
    width: calc(50% - 10px);
    height: 100%;
    padding: 0px 30px;
  }
  body section.section-6 .container .main .slider .slide .left .img {
    height: 100%;
    width: 100%;
    max-height: 150px;
    max-width: 200px;
    width: 100%;
    height: 300px;
    margin: auto;
  }
  body section.section-6 .container .main .slider .slide .right {
    width: calc(50% - 10px);
  }
  body section.section-6 .container .main .slider .slide .right p {
    font-size: 14px;
    margin-bottom: 0;
  }
  body section.section-6 .container .main .slider .slide .right a img {
    margin-right: 5px;
  }
  body section.section-6 .container .logos {
    max-width: 814px;
    margin: 10px auto 20px;
  }
  body section.section-6 .container .logos img {
    max-height: 70px;
    margin: 0 20px;
  }
  body section.section-7 .container {
    padding: 0 20px;
  }
  body section.section-7 .container .main {
    padding: 20px 0;
    margin-left: 0;
  }
  body section.section-7 .container .main .left {
    padding: 20px 100px;
  }
  body section.section-7 .container .main .right {
    padding: 20px 0;
  }
  body section.section-7 .container .main .right > p {
    font-size: 14px;
  }
  body section.section-7 .container .main .right .items {
    max-width: 600px;
  }
  body section.section-7 .container .main .right .items .item {
    width: 50%;
    margin-bottom: 5px;
  }
  body section.section-7 .container .main .right .items .item p {
    margin-bottom: 0;
  }
  body section.section-7 .container .main .right .items .item img {
    margin-right: 10px;
  }
  body section.section-7 .container .main .right .footer {
    margin-top: 40px;
  }
  body section.section-7 .container .main .right .footer > img {
    height: 100px;
  }
  body section.section-7 .container .main .right .footer .button {
    margin: 10px 20px 0 0;
  }
  body section.section-7 .container .main .right .footer .button button {
    border: 2px solid #fff;
	font-family: var(--main-hl-font);
    font-size: 15px;
    padding: 5px 10px;
    height: 50px;
    margin-bottom: 10px;
  }
  body section.section-7 .container .main .right .footer .button button img {
    position: absolute;
    bottom: -50px;
    right: 20px;
  }
  body section.section-7 .container .main .right .footer .button p {
    padding: 0 2px;
  }
  body section.section-7 .container .main .right .footer .arrow-cont {
    margin-right: 40px;
  }
  body section.section-7 .container .main .right .footer .arrow-cont img {
    margin-top: 10px;
  }
  body section.section-7 .container .main .right .footer .arrow-cont p {
    font-size: 20px;
  }
  body section.section-8 .container {
    padding: 0 20px;
  }
  body section.section-8 .container .main .left {
    display: flex;
    align-items: center;
  }
  body section.section-8 .container .main .left img {
    width: 100%;
  }
  body section.section-8 .container .main .right {
    padding: 0 20px;
  }
  body section.section-8 .container .main .right p {
    font-size: 17px;
    margin: 0 auto;
    max-width: 405px;
  }
  body section.section-8 .container .main .right p.name {
    margin-top: 10px;
    font-size: 20px;
  }
  body section.section-8 .container .main .right .slider-cont {
    width: 630px;
    display: flex;
    align-items: center;
    margin: 40px 0 0 0;
  }
  body section.section-8 .container .main .right .slider-cont .arrow {
    font-size: 22px;
    height: 50px;
    width: 50px;
    padding-top: 6px;
    margin: 0 10px;
  }
  body section.section-8 .container .main .right .slider-cont .slider {
    display: block;
    max-width: 490px;
  }
  body section.section-8 .container .main .right .slider-cont .slider img {
    height: 60px;
    width: 60px;
    margin: 45px 0;
  }
  body section.section-8 .container .main .right .slider-cont .slider img.slick-active {
    height: 80px;
    width: 80px;
    margin: 35px 10px;
  }
  body section.section-8 .container .main .right .slider-cont .slider img.slick-active.slick-current {
    height: 150px;
    width: 150px;
    margin: 0 10px;
  }
  body section.section-8 .container .video {
    padding: 30px 30px 30px 30px;
    max-width: 1080px;
    margin: 40px auto 0;
  }
  body section.section-8 .container .video .left {
    width: calc(50% - 20px);
  }
  body section.section-8 .container .video .left img {
    max-width: 418px;
    width: 100%;
  }
  body section.section-8 .container .video .right {
    width: calc(50% - 20px);
    display: flex;
    justify-content: center;
    position: relative;
  }
  body section.section-8 .container .video .right .video-js {
    width: 436px;
    height: 248px;
  }
  body section.section-8 .container .video .right .mute {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  body section.section-8 .container .video .right .player-arrow {
    display: none;
  }
  body section.section-8 .container .footer {
    margin-top: 40px;
  }
  body section.section-8 .container .footer > img {
    height: 100px;
  }
  body section.section-8 .container .footer .button {
    margin: 10px 20px 0 40px;
  }
  body section.section-8 .container .footer .button button {
    border: 2px solid #fff;
	font-family: var(--main-hl-font);
    font-size: 22px;
    padding: 5px 30px;
    height: 50px;
    margin-bottom: 10px;
  }
  body section.section-8 .container .footer .button button img {
    position: absolute;
    bottom: -50px;
    right: 20px;
  }
  body section.section-8 .container .footer .button p {
    border-radius: 5px;
    padding: 0 2px;
    display: inline-block;
  }
  body section.section-8 .container .footer .arrow-cont {
    display: flex;
    align-items: flex-start;
  }
  body section.section-8 .container .footer .arrow-cont img {
    margin-top: 10px;
  }
  body section.section-8 .container .footer .arrow-cont p {
    font-size: 20px;
    font-family: MVBoli;
    color: #b81010;
  }
  body section.section-9 .container .facebook {
    height: 130px;
    width: 592px;
    margin: auto;
  }
  body section.section-9 .container .facebook img, body section.section-9 .container .facebook a {
    position: absolute;
  }
  body section.section-9 .container .facebook img {
    bottom: 15px;
    left: 125px;
  }
  body section.section-9 .container .facebook a {
    right: 30px;
    top: 25px;
    font-size: 12px;
  }
  body section.section-10 .container {
    padding-top: 70px;
  }
  body section.section-10 .container .table {
    margin: 50px auto;
    max-width: 750px;
    position: relative;
  }
  body section.section-10 .container .table .upsell {
    display: none;
  }
  body section.section-10 .container .table .col.first {
    width: 100%;
  }
  body section.section-10 .container .table .col.first .row {
    position: relative;
    border-left: 1px solid #f9b2b2;
    padding: 20px 50px 20px 20px;
    min-height: 83px;
  }
  body section.section-10 .container .table .col.first .row img.sig {
    position: absolute;
    top: 70px;
  }
  body section.section-10 .container .table .col.first .row p {
    font-size: 14px;
    margin-bottom: 0;
  }
  body section.section-10 .container .table .col.first .row p.title {
    position: absolute;
    top: 10px;
    left: 200px;
  }
  body section.section-10 .container .table .col.first .row:first-child {
    border-left: none;
    padding-bottom: 0;
  }
  body section.section-10 .container .table .col.first .row:nth-child(2) {
    border-radius: 5px 0 0 0;
    border-top: 1px solid #f9b2b2;
  }
  body section.section-10 .container .table .col.first .row:nth-child(7) {
    border-radius: 0 0 0 5px;
    border-bottom: 1px solid #f9b2b2;
  }
  body section.section-10 .container .table .col.first .row:last-child {
    margin-right: 40px;
    width: 100%;
  }
  body section.section-10 .container .table .col.first .row:last-child p {
    font-size: 20px;
  }
  body section.section-10 .container .table .col.deluxe .row:first-child {
    border-radius: 0 5px 0 0;
  }
  body section.section-10 .container .table .col.deluxe .row:first-child .info {
    position: absolute;
    top: 40px;
    right: -115px;
  }
  body section.section-10 .container .table .col.deluxe .row:first-child .info p {
    font-size: 17px;
    margin-bottom: 0;
    margin-left: 40px;
  }
  body section.section-10 .container .table .col.deluxe .row:last-child {
    position: relative;
  }
  body section.section-10 .container .table .col.deluxe .row:last-child img {
    position: absolute;
    top: -70px;
    right: -210px;
  }
  body section.section-10 .container .table .col.orig, body section.section-10 .container .table .col.deluxe {
    position: relative;
  }
  body section.section-10 .container .table .col.orig .row, body section.section-10 .container .table .col.deluxe .row {
    border: 3px solid transparent;
    padding: 20px 30px 10px;
    min-height: 83px;
  }
  body section.section-10 .container .table .col.orig .row:first-child, body section.section-10 .container .table .col.deluxe .row:first-child {
    height: 276px;
  }
  body section.section-10 .container .table .col.orig .row:first-child p, body section.section-10 .container .table .col.deluxe .row:first-child p {
	  font-family: var(--main-hl-font);
    font-size: 20px;
  }
  body section.section-10 .container .table .col.orig .row:last-child, body section.section-10 .container .table .col.deluxe .row:last-child {
    padding: 10px;
  }
  body section.section-10 .container .table .col.orig .row:last-child p, body section.section-10 .container .table .col.deluxe .row:last-child p {
    font-size: 14px;
    margin-bottom: 0;
  }
  body section.section-10 .container .table .col.orig.active .row:first-child, body section.section-10 .container .table .col.deluxe.active .row:first-child {
    border-top: 3px solid #61b75a;
    border-radius: 5px 5px 0 0;
  }
  body section.section-10 .container .table .col.orig.active .row:last-child, body section.section-10 .container .table .col.deluxe.active .row:last-child {
    border-bottom: 3px solid #61b75a;
    border-radius: 0 0 5px 5px;
  }
  body section.section-11 .container .images img {
    max-height: 105px;
    margin: 0 20px;
  }
  body section.section-12 .container h2 img {
    margin-bottom: 6px;
  }
  body section.section-12 .container .offer .left {
    position: relative;
    padding: 0 100px 0 80px;
  }
  body section.section-12 .container .offer .left .countdown {
    padding: 10px 20px;
    max-width: 218px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  body section.section-12 .container .offer .left .countdown h5 {
	  font-family: var(--main-hl-font);
    font-size: 22px;
  }
  body section.section-12 .container .offer .left .countdown .timer > div p {
    font-size: 40px;
    margin-bottom: 0;
    line-height: 40px;
  }
  body section.section-12 .container .offer .left .countdown .timer > div span {
    font-size: 14px;
  }
  body section.section-12 .container .offer .left .countdown .timer > p {
    font-size: 40px;
    margin-bottom: 0;
    line-height: 40px;
  }
  body section.section-12 .container .offer .left .countdown > img {
    position: absolute;
    bottom: 3px;
    right: 3px;
  }
  body section.section-12 .container .offer .left .money {
    position: absolute;
    bottom: 00px;
    right: 60px;
  }
  body section.section-12 .container .offer .left .discount {
    position: absolute;
    left: 0;
    top: -20px;
  }
  body section.section-12 .container .offer .left .price {
    position: absolute;
    right: 20px;
    bottom: 190px;
  }
  body section.section-12 .container .offer .left .price .slash {
    margin-bottom: 0;
    color: var(--main-color);
    font-size: 17px;
	font-family: var(--main-hl-font);
  }
  body section.section-12 .container .offer .left .price .promo {
    margin-bottom: 0;
	font-family: var(--main-hl-font);
    font-size: 22px;
  }
  body section.section-12 .container .offer .right {
    padding: 10px 40px 0;
    position: relative;
  }
  body section.section-12 .container .offer .right .icon-cont-1 {
    display: none;
  }
  body section.section-12 .container .offer .right .icon-cont-2 {
    display: none;
  }
  body section.section-12 .container .offer .right .options {
    width: 100%;
    max-width: 300px;
    padding: 25px 20px 15px;
    margin-top: 30px;
  }
  body section.section-12 .container .offer .right .options .radio-container {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-size: 14px;
  }
  body section.section-12 .container .offer .right .options .radio-container input {
    position: absolute;
  }
  body section.section-12 .container .offer .right .options .radio-container.checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
  }
  body section.section-12 .container .offer .right .options .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 0;
  }
  body section.section-12 .container .offer .right .options .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  body section.section-12 .container .offer .right h4 {
	  font-family: var(--main-hl-font);
    font-size: 22px;
  }
  body section.section-12 .container .offer .right h4.features-h4 {
    margin-top: 30px;
  }
  body section.section-12 .container .offer .right .features {
    margin-bottom: 40px;
  }
  body section.section-12 .container .offer .right .features .item {
    margin-bottom: 10px;
  }
  body section.section-12 .container .offer .right .features .item img {
    margin-top: 3px;
    margin-right: 10px;
  }
  body section.section-12 .container .offer .right .features .item p {
    margin-bottom: 0;
  }
  body section.section-12 .container .offer .right .button-cont {
    position: relative;
    margin-top: 10px;
  }
  body section.section-12 .container .offer .right .button-cont button {
    border: 2px solid #fff;
    font-size: 22px;
    padding: 5px 30px;
    height: 50px;
    position: relative;
	font-family: var(--main-hl-font);
  }
  body section.section-12 .container .offer .right .button-cont button span {
    font-family: AcuminBold;
  }
  body section.section-12 .container .offer .right .button-cont button img {
    position: absolute;
    bottom: -50px;
    right: 20px;
  }
  body section.section-12 .container .offer .right .button-cont .text {
    position: absolute;
    left: 350px;
    font-size: 20px;
    top: 20px;
  }
  body section.section-12 .container .offer .right .button-cont img {
    position: absolute;
    margin-left: 20px;
    top: 30px;
  }
  body section.section-12 .container .offer .right .discount {
    max-width: 255px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  body section.section-12 .container .offer .right .discount p {
    font-size: 14px;
    border-radius: 5px;
    padding: 0 2px;
  }
  body footer .container {
    max-width: 1280px;
    padding: 50px 20px 20px;
    position: relative;
  }
  body footer .container .note {
    font-size: 14px;
    display: inline;
    margin: 0;
    position: absolute;
    top: 10px;
    right: 20px;
  }
  body footer .container h2 {
    color: #fff;
    text-align: center;
    font-size: 40px;
	font-family: var(--main-hl-font);
  }
  body footer .container form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  body footer .container form input[type=text] {
    border-style: solid;
    border-width: 1px;
    border-color: #c2c2c2;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 5.142px 6.128px 6px 0px rgba(12, 57, 29, 0.1);
    width: 399px;
    height: 48px;
    padding: 0 20px;
    font-size: 22px;
  }
  body footer .container form .invalid-form {
    padding: 10px 10px 0 10px;
    margin: 20px 20px 0;
    background-color: #f9c9c9;
    color: var(--main-color);
    border-radius: 5px;
    width: 100%;
    max-width: 399px;
  }
  body footer .container form .invalid-form p {
    margin-bottom: 10px;
    font-family: "Verdana";
    font-size: 14px;
  }
  body footer .container form .button-cont {
    position: relative;
    margin-top: 10px;
  }
  body footer .container form .button-cont .los-geht {
    position: absolute;
    right: -180px;
    top: 10px;
  }
  body footer .container form .button-cont input[type=submit], body footer .container form .button-cont button {
    border: 2px solid #fff;
    font-size: 22px;
    padding: 5px 30px;
    height: 50px;
    position: relative;
    width: 252px;
    margin-top: 20px;
	font-family: var(--main-hl-font);
  }
  body footer .container form .button-cont input[type=submit] img, body footer .container form .button-cont button img {
    position: absolute;
    bottom: -10px;
    right: 40px;
  }
  body footer .container form .ssl {
    position: relative;
    left: 0;
  }
  body footer .lower {
    padding: 30px 20px;
  }
  body footer .lower img {
    margin-bottom: 20px;
  }
  body footer .lower ul li a {
    margin: 0 20px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body .modal {
    width: 80vw;
    padding: 0;
    height: 80vh;
    max-width: 1000px;
  }
  body .modal iframe {
    width: 100%;
    height: 100%;
    border: 1px solid var(--main-color);
  }
  body .tooltipster-content * {
    font-size: 12px !important;
    font-family: "Verdana" !important;
  }
  body .highlight {
    border-radius: 5px;
    padding: 0 2px;
  }
  body .cselect {
    position: relative;
  }
  body .cselect input {
    background-size: 14px;
    background-position: calc(100% - 10px) 12px;
    border: 1px solid #dedede;
    padding: 5px 10px;
  }
  body .cselect ul {
    display: none;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 2.2rem;
    margin: 0;
    width: 100%;
    border: 1px solid #dedede;
    padding-left: 0;
  }
  body .cselect ul li a {
    padding: 10px 5%;
    display: block;
  }
  body header .top {
    padding: 0 20px;
    height: 70px;
    width: 100%;
  }
  body header .top .container {
    max-width: 1280px;
    margin: auto;
    height: 100%;
  }
  body header .top .container .left {
    height: 100%;
  }
  body header .top .container .left img {
    height: 20px;
  }
  body header .top .container .left img.img2 {
    height: 20px;
    margin-left: 10px;
  }
  body header .top .container .middle img {
    top: 24px;
    max-width: 200px;
    margin: 0 5px;
  }
  body header .top .container .right div p {
    font-size: 14px;
    margin: 0 5px 2px 0;
    padding: 0 2px;
  }
  body header .top .container .right button {
    border: 2px solid #fff;
    font-size: 16px;
    padding: 5px 15px;
    height: 50px;
    position: relative;
  }
  body header .top .container .right button img {
    position: absolute;
    bottom: -10px;
    right: 40px;
  }
  body header .bottom {
    height: 40px;
    padding: 0 20px;
  }
  body header .bottom .container {
    max-width: 1280px;
    margin: auto;
    height: 100%;
  }
  body header .bottom .container .left a {
    font-size: 14px;
  }
  body header .bottom .container .left a:not(:first-child) {
    margin-left: 30px;
  }
  body header .bottom .container .right p {
    margin: 0 0 0 5px;
    font-size: 14px;
  }
  body header .bottom .container .right p:first-child {
    margin: 0 10px 0 0;
  }
  body header .bottom .container .right img {
    height: 21px;
  }
  body section .container {
    max-width: 1280px;
    margin: auto;
    padding: 50px 0px;
  }
  body section .container > h2 {
    font-size: 32px;
  }
  body section .container > h2 img {
    height: 28px;
  }
  body section .container > h2 img:first-child {
    height: 28px;
    margin: 0 4px 11px;
  }
  body section .container > h2 object {
    height: 24px;
  }
  body section .container > h3 {
    font-size: 18px;
    margin: 10px 0 20px;
  }
  body section.hero .container {
    margin: auto;
    max-width: 900px;
    height: 430px;
    position: relative;
  }
  body section.hero .container .left {
    height: 100%;
  }
  body section.hero .container .left img {
    height: 100%;
  }
  body section.hero .container .right {
    display: flex;
    flex-direction: column;
    margin: auto;
  }
  body section.hero .container .right p {
	  font-family:var(--main-hl-font);
    font-size: 18px;
    margin: 0px 0 0 7px;
  }
  body section.hero .container .right h1 {
    font-size: 32px;
    margin-bottom: 0;
    line-height: 50px;
  }
  body section.hero .container .info {
    position: absolute;
    bottom: 15px;
    right: 20px;
    margin: 0;
    font-size: 20px;
  }
  body section.hero .container .info .info-btn {
    position: relative;
    top: -2px;
  }
  body section.hero .container .info img.arrow {
    position: absolute;
    bottom: -60px;
    left: 20px;
  }
  body section.section-2 {
    padding: 0 20px;
  }
  body section.section-2 .container h2 {
    line-height: 48px;
    margin-bottom: 10px;
  }
  body section.section-2 .container h2 img {
    margin: 0 5px 9px 0;
  }
  body section.section-2 .container h4 {
    font-size: 18px;
  }
  body section.section-2 .container .book-section {
    display: flex;
    margin-bottom: 20px;
  }
  body section.section-2 .container .book-section .left {
    display: flex;
  }
  body section.section-2 .container .book-section .left .img-1 {
    display: flex;
    flex-direction: column;
  }
  body section.section-2 .container .book-section .left .img-1 img {
    max-width: 90px;
    margin-bottom: 10px;
  }
  body section.section-2 .container .book-section .left .img-1 img:first-child {
    margin-top: 30px;
  }
  body section.section-2 .container .book-section .left .img-1 .amazon {
    position: relative;
  }
  body section.section-2 .container .book-section .left .img-1 .amazon img {
    max-width: 110px;
    margin-top: 0;
  }
  body section.section-2 .container .book-section .left .img-1 .amazon .info-btn {
    position: absolute;
    bottom: 5px;
    right: 5px;
    height: 14px;
    width: 14px;
  }
  body section.section-2 .container .book-section .left .img-2 .cont img.book {
    margin: 50px 0 0 20px;
    width: 260px;
  }
  body section.section-2 .container .book-section .left .img-2 .cont img.discount {
    position: absolute;
    top: 0;
    left: 0;
  }
  body section.section-2 .container .book-section .left .img-2 .cont .money-cont {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
  }
  body section.section-2 .container .book-section .left .img-2 .cont .money-cont .money {
    max-width: 280px;
  }
  body section.section-2 .container .book-section .left .img-2 .cont .price {
    position: absolute;
    bottom: -24px;
    right: 0;
  }
  body section.section-2 .container .book-section .left .img-2 .cont .price p {
    margin-bottom: 0;
  }
  body section.section-2 .container .book-section .left .img-2 .cont .price p.slash {
    margin-bottom: 0;
	font-family: var(--main-hl-font);
    font-size: 17px;
  }
  body section.section-2 .container .book-section .left .img-2 .cont .price p.promo {
    margin-bottom: 0;
	font-family: var(--main-hl-font);
    font-size: 22px;
  }
  body section.section-2 .container .book-section .right {
    padding: 50px 0 20px 20px;
  }
  body section.section-2 .container .book-section .right .boxes {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  body section.section-2 .container .book-section .right .boxes .box {
    width: calc(50% - 10px);
    margin: 5px;
    padding: 10px;
    border: 1px solid #fff;
  }
  body section.section-2 .container .book-section .right .boxes .box img {
    margin-bottom: 10px;
    height: 34px;
  }
  body section.section-2 .container .book-section .right .boxes .box:last-child img {
    height: 24px;
    margin-top: 5px;
    margin-bottom: 15px;
  }
  body section.section-2 .container .book-section .right .boxes .box p {
    margin-bottom: 0;
    font-size: 14px;
  }
  body section.section-2 .container .book-section .right .boxes .box p span {
    border-radius: 5px;
    padding: 0 2px;
  }
  body section.section-2 .container .book-section .right .cselect {
    margin: 20px 0;
  }
  body section.section-2 .container .book-section .right select {
    margin: 20px 0;
    font-size: 14px;
    padding: 5px 40px 5px 15px;
    border: 1px solid #dedede;
  }
  body section.section-2 .container .book-section .right .button-cont {
    position: relative;
  }
  body section.section-2 .container .book-section .right .button-cont button {
    font-size: 18px;
    padding: 5px 20px;
    height: 50px;
  }
  body section.section-2 .container .book-section .right .button-cont button img {
    position: absolute;
    bottom: -50px;
    right: 10px;
    width: unset;
  }
  body section.section-2 .container .book-section .right .button-cont .text {
    position: absolute;
    left: 240px;
    font-size: 14px;
    top: -30px;
  }
  body section.section-2 .container .book-section .right .button-cont img {
    margin-left: 5px;
    width: 30px;
  }
  body section.section-2 .container .book-section .right .discount {
    max-width: 200px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  body section.section-2 .container .book-section .right .discount p {
    font-size: 14px;
    background-color: #f5eea5;
    white-space: nowrap;
    border-radius: 5px;
    padding: 0 2px;
    display: inline;
  }
  body section.section-2 .container .specs-section {
    max-width: 1084px;
    margin: 70px auto 0;
    border: 1px solid #f9b2b2;
    padding: 20px 50px;
    border-radius: 5px;
    display: flex;
    position: relative;
    cursor: default;
  }
  body section.section-2 .container .specs-section .left img {
    margin: 0 20px;
    width: 240px;
  }
  body section.section-2 .container .specs-section .right h4 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  body section.section-2 .container .specs-section .right .requirements .requirement {
    margin-bottom: 5px;
  }
  body section.section-2 .container .specs-section .right .requirements .requirement img {
    height: 18px;
    width: 18px;
    margin-right: 20px;
  }
  body section.section-2 .container .specs-section .right .requirements .requirement p {
    margin-bottom: 0;
  }
  body section.section-2 .container .specs-section .fixed {
    position: absolute;
    right: -1px;
    top: -70px;
  }
  body section.section-3 .container h2 img {
    margin: 0 12px;
  }
  body section.section-3 .container .install-section {
    margin-top: 50px;
    padding: 0 20px;
  }
  body section.section-3 .container .install-section .left {
    display: flex;
    align-items: center;
  }
  body section.section-3 .container .install-section .left img {
    bottom: 0;
    max-width: 300px;
  }
  body section.section-3 .container .install-section .right {
    margin-left: 40px;
  }
  body section.section-3 .container .install-section .right .left-1 > p {
    font-size: 14px;
  }
  body section.section-3 .container .install-section .right .left-1 .box {
    border-radius: 5px;
    margin-bottom: 20px;
    padding-right: 30px;
  }
  body section.section-3 .container .install-section .right .left-1 .box > div img {
    width: 43px;
    margin: 20px;
  }
  body section.section-3 .container .install-section .right .left-1 .box > div p {
    font-size: 14px;
    margin-bottom: 0;
  }
  body section.section-3 .container .install-section .right .left-1 .box > div p span {
    font-size: 14px;
  }
  body section.section-3 .container .install-section .right .right-1 {
    display: none;
    padding: 50px 0 0 70px;
    position: absolute;
    right: 0;
  }
  body section.section-3 .container .install-section .right .right-1 p {
    font-family: MVBoli;
    font-size: 17px;
    color: #b81010;
  }
  body section.section-4 .container {
    padding: 20px 20px 0;
  }
  body section.section-4 .container h2 img {
    height: 16px;
  }
  body section.section-4 .container h2 img:first-child {
    height: 28px;
    margin: 0 4px 11px;
  }
  body section.section-4 .container h3 {
    font-size: 18px;
    font-weight: 400;
    margin: 10px 0 20px;
  }
  body section.section-4 .container .main {
    max-width: 1080px;
    margin: 50px auto 0;
  }
  body section.section-4 .container .main > img {
    max-width: 300px;
  }
  body section.section-4 .container .main .right {
    padding: 30px 40px 20px 70px;
    width: 100%;
    position: relative;
  }
  body section.section-4 .container .main .right h4 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  body section.section-4 .container .main .right h4 .info {
    margin-bottom: 4px;
  }
  body section.section-4 .container .main .right h4 span {
    font-weight: 400;
  }
  body section.section-4 .container .main .right .features {
    margin-bottom: 20px;
  }
  body section.section-4 .container .main .right .features .feature {
    margin-bottom: 10px;
  }
  body section.section-4 .container .main .right .features .feature p {
    margin: 0 0 0 15px;
  }
  body section.section-4 .container .main .right .features .feature p span {
    padding: 0 2px;
  }
  body section.section-4 .container .main .right > img {
    margin: 5px 0 20px;
  }
  body section.section-4 .container .main .right > img.medal {
    margin: 0;
    top: unset;
    right: 0;
    bottom: -65px;
  }
  body section.section-4 .container .main .right p {
    font-size: 14px;
  }
  body section.section-4 .container .main-2 {
    margin: 70px auto;
    max-width: 1080px;
  }
  body section.section-4 .container .main-2 .item {
    margin: 0 0 70px 0;
    align-items: center;
  }
  body section.section-4 .container .main-2 .item > img, body section.section-4 .container .main-2 .item .laptop-2 {
    width: calc(50% - 5px);
  }
  body section.section-4 .container .main-2 .item .laptop-2 img {
    width: 100%;
  }
  body section.section-4 .container .main-2 .item .laptop-2 img.info {
    width: 15px;
    position: absolute;
    top: 33%;
    left: 5%;
  }
  body section.section-4 .container .main-2 .item > div {
    width: calc(50% - 5px);
  }
  body section.section-4 .container .main-2 .item > div .head {
    border-radius: 5px;
    display: inline-block;
    padding: 10px 20px;
    max-width: 420px;
    width: 100%;
  }
  body section.section-4 .container .main-2 .item > div .head p {
	  font-family: var(--main-hl-font);
    margin: 0;
    font-size: 28px;
  }
  body section.section-4 .container .main-2 .item > div > p {
    font-size: 22px;
    margin: 5px 0 20px 50px;
  }
  body section.section-4 .container .main-2 .item > div .checklist {
    margin: 0 0px 15px 20px;
  }
  body section.section-4 .container .main-2 .item > div .checklist img {
    margin-top: 3px;
  }
  body section.section-4 .container .main-2 .item > div .checklist p {
    margin: 0 0 0 15px;
  }
  body section.section-4 .container .main-2 .item > div .checklist p span {
    border-radius: 5px;
    padding: 0 2px;
  }
  body section.section-4 .container .footer > img {
    height: 100px;
  }
  body section.section-4 .container .footer .button {
    margin: 10px 20px 0 40px;
  }
  body section.section-4 .container .footer .button button {
    border: 2px solid #fff;
	font-family: var(--main-hl-font);
    font-size: 22px;
    padding: 5px 30px;
    height: 50px;
    margin-bottom: 10px;
  }
  body section.section-4 .container .footer .button button img {
    bottom: -50px;
    right: 10px;
  }
  body section.section-4 .container .footer .button p {
    border-radius: 5px;
    padding: 0 2px;
  }
  body section.section-4 .container .footer .arrow-cont img {
    margin-top: 10px;
  }
  body section.section-4 .container .footer .arrow-cont p {
    font-size: 20px;
  }
  body section.section-5 .container {
    max-width: 1280px;
    margin: auto;
    padding: 50px 20px;
  }
  body section.section-5 .container h2 {
    font-size: 32px;
  }
  body section.section-5 .container h2 img:first-child {
    height: 28px;
    margin: 0 4px 11px;
  }
  body section.section-5 .container h3 {
    font-size: 18px;
    margin: 10px 0 20px;
  }
  body section.section-5 .container .medal {
    top: 0px;
    right: 20px;
    width: 120px;
  }
  body section.section-5 .container .items {
    margin: 50px 0 20px;
  }
  body section.section-5 .container .items .item {
    text-align: center;
    margin: 0 10px;
  }
  body section.section-5 .container .items .item img {
    height: 125px;
    margin-bottom: 20px;
  }
  body section.section-5 .container .items .item p {
    font-size: 14px;
    margin-bottom: 0;
  }
  body section.section-5 .container .items .item p span {
    border-radius: 5px;
    padding: 0 2px;
  }
  body section.section-6 .container h2 img {
    height: 24px;
    margin: 0 0 0 4px;
  }
  body section.section-6 .container h2 object {
    height: 18px;
  }
  body section.section-6 .container .main .arrow {
    font-size: 22px;
    border: 2px solid var(--main-color);
    height: 50px;
    width: 50px;
    padding-top: 6px;
  }
  body section.section-6 .container .main .slider {
    max-width: 575px;
    margin: 0 20px;
  }
  body section.section-6 .container .main .slider .slide {
    padding: 20px;
    min-height: 243px;
    margin: 20px 10px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  }
  body section.section-6 .container .main .slider .slide .left {
    width: calc(30% - 10px);
    height: 100%;
    padding: 0px 10px 0 0;
  }
  body section.section-6 .container .main .slider .slide .left .img {
    height: 100%;
    width: 100%;
    max-height: 150px;
    max-width: 200px;
    width: 100%;
    height: 300px;
    margin: auto;
  }
  body section.section-6 .container .main .slider .slide .right {
    width: calc(70% - 10px);
  }
  body section.section-6 .container .main .slider .slide .right p {
    font-size: 12px;
    margin-bottom: 0;
    width: 100%;
  }
  body section.section-6 .container .main .slider .slide .right a img {
    margin-right: 5px;
  }
  body section.section-6 .container .logos {
    max-width: 754px;
    margin: 10px auto 20px;
  }
  body section.section-6 .container .logos img {
    max-height: 48px;
    margin: 0 20px;
  }
  body section.section-7 .container {
    padding: 0 20px;
  }
  body section.section-7 .container .main {
    padding: 20px 0;
    margin-left: 0;
    flex-direction: column;
  }
  body section.section-7 .container .main .left {
    padding: 20px;
  }
  body section.section-7 .container .main .left img {
    max-width: 500px;
    display: block;
    margin: auto;
  }
  body section.section-7 .container .main .right {
    max-width: 600px;
    margin: auto;
    padding: 20px 0;
  }
  body section.section-7 .container .main .right > p {
    font-size: 14px;
  }
  body section.section-7 .container .main .right .items {
    max-width: 600px;
  }
  body section.section-7 .container .main .right .items .item {
    width: 50%;
    margin-bottom: 5px;
  }
  body section.section-7 .container .main .right .items .item p {
    margin-bottom: 0;
  }
  body section.section-7 .container .main .right .items .item img {
    margin-right: 10px;
  }
  body section.section-7 .container .main .right .footer {
    margin-top: 40px;
    justify-content: center;
  }
  body section.section-7 .container .main .right .footer > img {
    height: 100px;
  }
  body section.section-7 .container .main .right .footer .button {
    margin: 10px 20px 0 0;
  }
  body section.section-7 .container .main .right .footer .button button {
    border: 2px solid #fff;
	font-family: var(--main-hl-font);
    font-size: 15px;
    padding: 5px 10px;
    height: 50px;
    margin-bottom: 10px;
  }
  body section.section-7 .container .main .right .footer .button button img {
    position: absolute;
    bottom: -50px;
    right: 10px;
  }
  body section.section-7 .container .main .right .footer .button p {
    padding: 0 2px;
  }
  body section.section-7 .container .main .right .footer .arrow-cont {
    margin-right: 40px;
  }
  body section.section-7 .container .main .right .footer .arrow-cont img {
    margin-top: 10px;
  }
  body section.section-7 .container .main .right .footer .arrow-cont p {
    font-size: 20px;
  }
  body section.section-8 .container {
    padding: 50px 20px 0;
  }
  body section.section-8 .container .main {
    flex-direction: column;
  }
  body section.section-8 .container .main .left {
    display: flex;
    align-items: center;
    padding-bottom: 50px;
  }
  body section.section-8 .container .main .left img {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }
  body section.section-8 .container .main .right {
    padding: 0 20px;
  }
  body section.section-8 .container .main .right p {
    font-size: 17px;
    margin: 0 auto;
    max-width: 405px;
  }
  body section.section-8 .container .main .right p.name {
    margin-top: 10px;
    font-size: 20px;
  }
  body section.section-8 .container .main .right .slider-cont {
    width: 630px;
    display: flex;
    align-items: center;
    margin: 40px auto 0;
  }
  body section.section-8 .container .main .right .slider-cont .arrow {
    font-size: 22px;
    height: 50px;
    width: 50px;
    padding-top: 6px;
    margin: 0 10px;
  }
  body section.section-8 .container .main .right .slider-cont .slider {
    display: block;
    max-width: 490px;
  }
  body section.section-8 .container .main .right .slider-cont .slider img {
    height: 60px;
    width: 60px;
    margin: 45px 0;
  }
  body section.section-8 .container .main .right .slider-cont .slider img.slick-active {
    height: 80px;
    width: 80px;
    margin: 35px 10px;
  }
  body section.section-8 .container .main .right .slider-cont .slider img.slick-active.slick-current {
    height: 150px;
    width: 150px;
    margin: 0 10px;
  }
  body section.section-8 .container .video {
    padding: 30px 30px 30px 30px;
    max-width: 1080px;
    margin: 40px auto 0;
    justify-content: space-between;
  }
  body section.section-8 .container .video .left {
    width: calc(50% - 20px);
  }
  body section.section-8 .container .video .left img {
    max-width: 418px;
    width: 100%;
  }
  body section.section-8 .container .video .right {
    width: calc(50% - 20px);
    display: flex;
    justify-content: center;
    position: relative;
  }
  body section.section-8 .container .video .right .video-js {
    width: 436px;
    height: 248px;
  }
  body section.section-8 .container .video .right .mute {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  body section.section-8 .container .video .right .player-arrow {
    display: none;
  }
  body section.section-8 .container .footer {
    margin-top: 40px;
  }
  body section.section-8 .container .footer > img {
    height: 100px;
  }
  body section.section-8 .container .footer .button {
    margin: 10px 20px 0 40px;
  }
  body section.section-8 .container .footer .button button {
    border: 2px solid #fff;
	font-family: var(--main-hl-font);
    font-size: 22px;
    padding: 5px 30px;
    height: 50px;
    margin-bottom: 10px;
  }
  body section.section-8 .container .footer .button button img {
    position: absolute;
    bottom: -50px;
    right: 10px;
  }
  body section.section-8 .container .footer .button p {
    border-radius: 5px;
    padding: 0 2px;
    display: inline-block;
  }
  body section.section-8 .container .footer .arrow-cont {
    display: flex;
    align-items: flex-start;
  }
  body section.section-8 .container .footer .arrow-cont img {
    margin-top: 10px;
  }
  body section.section-8 .container .footer .arrow-cont p {
    font-size: 20px;
    font-family: MVBoli;
    color: #b81010;
  }
  body section.section-9 .container .facebook {
    height: 130px;
    width: 592px;
    margin: auto;
  }
  body section.section-9 .container .facebook img, body section.section-9 .container .facebook a {
    position: absolute;
  }
  body section.section-9 .container .facebook img {
    bottom: 15px;
    left: 125px;
  }
  body section.section-9 .container .facebook a {
    right: 30px;
    top: 25px;
    font-size: 12px;
  }
  body section.section-10 .container {
    padding-top: 70px;
  }
  body section.section-10 .container .table {
    margin: 50px auto;
    max-width: 750px;
    position: relative;
  }
  body section.section-10 .container .table .upsell {
    display: none;
  }
  body section.section-10 .container .table .col.first {
    width: 100%;
  }
  body section.section-10 .container .table .col.first .row {
    position: relative;
    border-left: 1px solid #f9b2b2;
    padding: 20px 50px 20px 20px;
    min-height: 83px;
  }
  body section.section-10 .container .table .col.first .row img.sig {
    position: absolute;
    top: 70px;
  }
  body section.section-10 .container .table .col.first .row p {
    font-size: 14px;
    margin-bottom: 0;
  }
  body section.section-10 .container .table .col.first .row p.title {
    position: absolute;
    top: 10px;
    left: 200px;
  }
  body section.section-10 .container .table .col.first .row:first-child {
    border-left: none;
    padding-bottom: 0;
  }
  body section.section-10 .container .table .col.first .row:nth-child(2) {
    border-radius: 5px 0 0 0;
    border-top: 1px solid #f9b2b2;
  }
  body section.section-10 .container .table .col.first .row:nth-child(7) {
    border-radius: 0 0 0 5px;
    border-bottom: 1px solid #f9b2b2;
  }
  body section.section-10 .container .table .col.first .row:last-child {
    margin-right: 40px;
    width: 100%;
  }
  body section.section-10 .container .table .col.first .row:last-child p {
    font-size: 20px;
  }
  body section.section-10 .container .table .col.deluxe .row:first-child {
    border-radius: 0 5px 0 0;
  }
  body section.section-10 .container .table .col.deluxe .row:first-child .info {
    position: absolute;
    top: 40px;
    right: -115px;
    display: none;
  }
  body section.section-10 .container .table .col.deluxe .row:first-child .info p {
    font-size: 17px;
    margin-bottom: 0;
    margin-left: 40px;
  }
  body section.section-10 .container .table .col.deluxe .row:last-child {
    position: relative;
  }
  body section.section-10 .container .table .col.deluxe .row:last-child img {
    position: absolute;
    top: -70px;
    right: -210px;
  }
  body section.section-10 .container .table .col.orig, body section.section-10 .container .table .col.deluxe {
    position: relative;
  }
  body section.section-10 .container .table .col.orig .row, body section.section-10 .container .table .col.deluxe .row {
    border: 3px solid transparent;
    padding: 20px 30px 10px;
    min-height: 83px;
  }
  body section.section-10 .container .table .col.orig .row:first-child, body section.section-10 .container .table .col.deluxe .row:first-child {
    height: 276px;
  }
  body section.section-10 .container .table .col.orig .row:first-child p, body section.section-10 .container .table .col.deluxe .row:first-child p {
	  font-family: var(--main-hl-font);
    font-size: 20px;
  }
  body section.section-10 .container .table .col.orig .row:last-child, body section.section-10 .container .table .col.deluxe .row:last-child {
    padding: 10px;
  }
  body section.section-10 .container .table .col.orig .row:last-child p, body section.section-10 .container .table .col.deluxe .row:last-child p {
    font-size: 14px;
    margin-bottom: 0;
  }
  body section.section-10 .container .table .col.orig.active .row:first-child, body section.section-10 .container .table .col.deluxe.active .row:first-child {
    border-top: 3px solid #61b75a;
    border-radius: 5px 5px 0 0;
  }
  body section.section-10 .container .table .col.orig.active .row:last-child, body section.section-10 .container .table .col.deluxe.active .row:last-child {
    border-bottom: 3px solid #61b75a;
    border-radius: 0 0 5px 5px;
  }
  body section.section-11 .container {
    padding: 30px 20px;
  }
  body section.section-11 .container .images img {
    max-height: 95px;
    margin: 0 10px;
  }
  body section.section-12 .container h2 img {
    margin-bottom: 6px;
  }
  body section.section-12 .container h2 object {
    height: 24px;
  }
  body section.section-12 .container .offer .left {
    position: relative;
    padding: 0 20px 0 20px;
  }
  body section.section-12 .container .offer .left .data-book-image {
    max-width: 300px;
  }
  body section.section-12 .container .offer .left .countdown {
    padding: 10px 20px;
    max-width: 218px;
    position: absolute;
    bottom: 40px;
    left: 0;
  }
  body section.section-12 .container .offer .left .countdown h5 {
	  font-family: var(--main-hl-font);
    font-size: 22px;
  }
  body section.section-12 .container .offer .left .countdown .timer > div p {
    font-size: 40px;
    margin-bottom: 0;
    line-height: 40px;
  }
  body section.section-12 .container .offer .left .countdown .timer > div span {
    font-size: 14px;
  }
  body section.section-12 .container .offer .left .countdown .timer > p {
    font-size: 40px;
    margin-bottom: 0;
    line-height: 40px;
  }
  body section.section-12 .container .offer .left .countdown > img {
    position: absolute;
    bottom: 3px;
    right: 3px;
  }
  body section.section-12 .container .offer .left .money {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  body section.section-12 .container .offer .left .discount {
    position: absolute;
    left: 0;
    top: -40px;
    width: 120px;
  }
  body section.section-12 .container .offer .left .price {
    position: absolute;
    right: 0;
    bottom: 120px;
  }
  body section.section-12 .container .offer .left .price .slash {
    margin-bottom: 0;
    color: var(--main-color);
    font-size: 17px;
	font-family: var(--main-hl-font);
  }
  body section.section-12 .container .offer .left .price .promo {
    margin-bottom: 0;
	font-family: var(--main-hl-font);
    font-size: 22px;
  }
  body section.section-12 .container .offer .right {
    padding: 10px 40px 0;
    position: relative;
  }
  body section.section-12 .container .offer .right .icon-cont-1 {
    display: none;
  }
  body section.section-12 .container .offer .right .icon-cont-2 {
    display: none;
  }
  body section.section-12 .container .offer .right .options {
    width: 100%;
    max-width: 300px;
    padding: 25px 20px 15px;
    margin-top: 30px;
  }
  body section.section-12 .container .offer .right .options .radio-container {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-size: 14px;
  }
  body section.section-12 .container .offer .right .options .radio-container input {
    position: absolute;
  }
  body section.section-12 .container .offer .right .options .radio-container.checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
  }
  body section.section-12 .container .offer .right .options .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 0;
  }
  body section.section-12 .container .offer .right .options .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  body section.section-12 .container .offer .right h4 {
	  font-family: var(--main-hl-font);
    font-size: 22px;
  }
  body section.section-12 .container .offer .right h4.features-h4 {
    margin-top: 30px;
  }
  body section.section-12 .container .offer .right .features {
    margin-bottom: 40px;
  }
  body section.section-12 .container .offer .right .features .item {
    margin-bottom: 10px;
  }
  body section.section-12 .container .offer .right .features .item img {
    margin-top: 3px;
    margin-right: 10px;
  }
  body section.section-12 .container .offer .right .features .item p {
    margin-bottom: 0;
  }
  body section.section-12 .container .offer .right .button-cont {
    position: relative;
    margin-top: 10px;
  }
  body section.section-12 .container .offer .right .button-cont button {
    border: 2px solid #fff;
    font-size: 16px;
    padding: 5px 20px;
    height: 50px;
    position: relative;
    width: 195px;
	font-family:var(--main-hl-font);
  }
  body section.section-12 .container .offer .right .button-cont button span {
    font-family: AcuminBold;
  }
  body section.section-12 .container .offer .right .button-cont button img {
    position: absolute;
    bottom: -50px;
    right: 10px;
  }
  body section.section-12 .container .offer .right .button-cont button:hover img {
    display: none;
  }
  body section.section-12 .container .offer .right .button-cont .text {
    position: absolute;
    left: 250px;
    font-size: 20px;
    top: 20px;
  }
  body section.section-12 .container .offer .right .button-cont img {
    position: absolute;
    margin-left: 20px;
    top: 30px;
  }
  body section.section-12 .container .offer .right .discount {
    max-width: 255px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  body section.section-12 .container .offer .right .discount p {
    font-size: 14px;
    border-radius: 5px;
    padding: 0 2px;
  }
  body footer .container {
    max-width: 1280px;
    padding: 50px 20px 20px;
    position: relative;
  }
  body footer .container .note {
    font-size: 14px;
    display: inline;
    margin: 0;
    position: absolute;
    top: 10px;
    right: 20px;
  }
  body footer .container h2 {
    color: #fff;
    text-align: center;
    font-size: 32px;
	font-family: var(--main-hl-font);
  }
  body footer .container form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  body footer .container form input[type=text] {
    border-style: solid;
    border-width: 1px;
    border-color: #c2c2c2;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 5.142px 6.128px 6px 0px rgba(12, 57, 29, 0.1);
    width: 399px;
    height: 48px;
    padding: 0 20px;
    font-size: 18px;
  }
  body footer .container form .invalid-form {
    padding: 10px 10px 0 10px;
    margin: 20px 20px 0;
    background-color: #f9c9c9;
    color: var(--main-color);
    border-radius: 5px;
    width: 100%;
    max-width: 399px;
  }
  body footer .container form .invalid-form p {
    margin-bottom: 10px;
    font-family: "Verdana";
    font-size: 14px;
  }
  body footer .container form .button-cont {
    position: relative;
    margin-top: 10px;
  }
  body footer .container form .button-cont .los-geht {
    position: absolute;
    right: -180px;
    top: 10px;
  }
  body footer .container form .button-cont input[type=submit], body footer .container form .button-cont button {
    border: 2px solid #fff;
    font-size: 18px;
    padding: 5px 30px;
    height: 50px;
    position: relative;
    width: 252px;
    margin-top: 20px;
	font-family: var(--main-hl-font);
  }
  body footer .container form .button-cont input[type=submit] img, body footer .container form .button-cont button img {
    position: absolute;
    bottom: -10px;
    right: 40px;
  }
  body footer .container form .ssl {
    position: relative;
    left: 0;
  }
  body footer .lower {
    padding: 30px 20px;
  }
  body footer .lower img {
    margin-bottom: 20px;
  }
  body footer .lower ul li a {
    margin: 0 20px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  body .modal {
    width: 100%;
    padding: 0;
    height: 80vh;
    max-width: calc(100% - 40px);
    margin: auto;
  }
  body .modal iframe {
    width: 100%;
    height: 100%;
    border: 1px solid var(--main-color);
  }
  body .tooltipster-content * {
    font-size: 12px !important;
    font-family: "Verdana" !important;
  }
  body .highlight {
    border-radius: 5px;
    padding: 0 2px;
  }
  body .cselect {
    position: relative;
  }
  body .cselect input {
    background-size: 14px;
    background-position: calc(100% - 10px) 12px;
    border: 1px solid #dedede;
    padding: 5px 10px;
  }
  body .cselect ul {
    display: none;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 2.2rem;
    margin: 0;
    width: 100%;
    border: 1px solid #dedede;
    padding-left: 0;
  }
  body .cselect ul li a {
    padding: 10px 5%;
    display: block;
  }
  body .sticky-cont {
    display: none;
  }
  body header .top {
    padding: 0 20px;
    height: 70px;
    width: 100%;
  }
  body header .top .container {
    max-width: 1280px;
    margin: auto;
    height: 100%;
  }
  body header .top .container .left {
    height: 100%;
  }
  body header .top .container .left img {
    height: 20px;
  }
  body header .top .container .left img.img2 {
    height: 20px;
    margin-left: 20px;
  }
  body header .top .container .middle {
    display: none;
  }
  body header .top .container .middle img {
    top: 24px;
    max-width: 200px;
    margin: 0 5px;
  }
  body header .top .container .right div {
    display: none;
  }
  body header .top .container .right div p {
    font-size: 14px;
    margin: 0 5px 2px 0;
    padding: 0 2px;
  }
  body header .top .container .right button {
    border: 2px solid #fff;
    font-size: 16px;
    padding: 5px 15px;
    height: 50px;
    position: relative;
  }
  body header .top .container .right button img {
    position: absolute;
    bottom: -10px;
    right: 40px;
  }
  body header .bottom {
    height: 40px;
    padding: 0 20px;
  }
  body header .bottom .container {
    max-width: 1280px;
    margin: auto;
    height: 100%;
  }
  body header .bottom .container .left a {
    font-size: 12px;
  }
  body header .bottom .container .left a:not(:first-child) {
    margin-left: 15px;
  }
  body header .bottom .container .right p {
    margin: 0 0 0 5px;
    font-size: 14px;
  }
  body header .bottom .container .right p:first-child {
    display: none;
  }
  body header .bottom .container .right img {
    height: 21px;
  }
  body section .container {
    max-width: 1280px;
    margin: auto;
    padding: 50px 0px;
  }
  body section .container > h2 {
    font-size: 24px;
    line-height: 40px;
  }
  body section .container > h2 img {
    height: 20px;
  }
  body section .container > h2 img:first-child {
    height: 20px;
    margin: 0 4px 11px;
  }
  body section .container > h2 object {
    height: 20px;
  }
  body section .container > h3 {
    font-size: 16px;
    margin: 10px 0 20px;
  }
  body section.hero .container {
    margin: auto;
    max-width: 900px;
    height: 300px;
    position: relative;
  }
  body section.hero .container .left {
    height: 100%;
    display: flex;
    align-items: flex-end;
  }
  body section.hero .container .left img {
    height: auto;
    max-width: 270px;
  }
  body section.hero .container .right {
    display: flex;
    flex-direction: column;
    margin: auto;
  }
  body section.hero .container .right p {
	  font-family:var(--main-hl-font);
    font-size: 16px;
    margin: 0px 0 0 7px;
  }
  body section.hero .container .right p i {
    display: none;
  }
  body section.hero .container .right h1 {
    font-size: 26px;
    margin-bottom: 0;
    line-height: 40px;
  }
  body section.hero .container .info {
    position: absolute;
    bottom: 15px;
    right: 20px;
    margin: 0;
    font-size: 16px;
  }
  body section.hero .container .info .dot {
    bottom: -4px;
  }
  body section.hero .container .info .info-btn {
    position: relative;
    top: -2px;
  }
  body section.hero .container .info img.arrow {
    position: absolute;
    bottom: -60px;
    left: 20px;
  }
  body section.section-2 {
    padding: 0 20px;
  }
  body section.section-2 .container h2 {
    line-height: 40px;
    margin-bottom: 10px;
  }
  body section.section-2 .container h2 img {
    margin: 0 5px 9px 0;
  }
  body section.section-2 .container h4 {
    font-size: 16px;
  }
  body section.section-2 .container .book-section {
    display: flex;
    margin-bottom: 20px;
    flex-direction: column;
  }
  body section.section-2 .container .book-section .left {
    display: flex;
    margin: 20px auto 0;
  }
  body section.section-2 .container .book-section .left .img-1 {
    display: flex;
    flex-direction: column;
  }
  body section.section-2 .container .book-section .left .img-1 img {
    max-width: 90px;
    margin-bottom: 10px;
  }
  body section.section-2 .container .book-section .left .img-1 img:first-child {
    margin-top: 30px;
  }
  body section.section-2 .container .book-section .left .img-1 .amazon {
    position: relative;
  }
  body section.section-2 .container .book-section .left .img-1 .amazon img {
    max-width: 110px;
    margin-top: 0;
  }
  body section.section-2 .container .book-section .left .img-1 .amazon .info-btn {
    position: absolute;
    bottom: 5px;
    right: 5px;
    height: 14px;
    width: 14px;
  }
  body section.section-2 .container .book-section .left .img-2 .cont img.book {
    margin: 50px 0 0 20px;
    width: 260px;
  }
  body section.section-2 .container .book-section .left .img-2 .cont img.discount {
    position: absolute;
    top: 0;
    left: 0;
  }
  body section.section-2 .container .book-section .left .img-2 .cont .money-cont {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
  }
  body section.section-2 .container .book-section .left .img-2 .cont .money-cont .money {
    max-width: 280px;
  }
  body section.section-2 .container .book-section .left .img-2 .cont .price {
    position: absolute;
    bottom: -27px;
    right: 0;
  }
  body section.section-2 .container .book-section .left .img-2 .cont .price p {
    margin-bottom: 0;
  }
  body section.section-2 .container .book-section .left .img-2 .cont .price p.slash {
    margin-bottom: 0;
	font-family: var(--main-hl-font);
    font-size: 17px;
  }
  body section.section-2 .container .book-section .left .img-2 .cont .price p.promo {
    margin-bottom: 0;
	font-family: var(--main-hl-font);
    font-size: 22px;
  }
  body section.section-2 .container .book-section .right {
    padding: 50px 0 20px 0;
  }
  body section.section-2 .container .book-section .right .boxes {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  body section.section-2 .container .book-section .right .boxes .box {
    width: calc(50% - 10px);
    margin: 5px;
    padding: 10px;
    border: 1px solid #fff;
  }
  body section.section-2 .container .book-section .right .boxes .box img {
    margin-bottom: 10px;
    height: 34px;
  }
  body section.section-2 .container .book-section .right .boxes .box:last-child img {
    height: 24px;
    margin-top: 5px;
    margin-bottom: 15px;
  }
  body section.section-2 .container .book-section .right .boxes .box p {
    margin-bottom: 0;
    font-size: 14px;
  }
  body section.section-2 .container .book-section .right .boxes .box p span {
    border-radius: 5px;
    padding: 0 2px;
  }
  body section.section-2 .container .book-section .right .cselect {
    margin: 20px 0;
  }
  body section.section-2 .container .book-section .right select {
    margin: 20px 0;
    font-size: 14px;
    padding: 5px 40px 5px 15px;
    border: 1px solid #dedede;
  }
  body section.section-2 .container .book-section .right .button-cont {
    position: relative;
  }
  body section.section-2 .container .book-section .right .button-cont button {
    font-size: 18px;
    padding: 5px 20px;
    height: 50px;
  }
  body section.section-2 .container .book-section .right .button-cont button img {
    position: absolute;
    bottom: -50px;
    right: 10px;
    width: unset;
  }
  body section.section-2 .container .book-section .right .button-cont .text {
    position: absolute;
    left: 240px;
    font-size: 14px;
    top: -30px;
  }
  body section.section-2 .container .book-section .right .button-cont img {
    margin-left: 5px;
    width: 30px;
  }
  body section.section-2 .container .book-section .right .discount {
    max-width: 200px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  body section.section-2 .container .book-section .right .discount p {
    font-size: 14px;
    background-color: #f5eea5;
    white-space: nowrap;
    border-radius: 5px;
    padding: 0 2px;
    display: inline;
  }
  body section.section-2 .container .specs-section {
    max-width: 1084px;
    margin: 0 auto;
    border: 1px solid #f9b2b2;
    padding: 20px 50px;
    border-radius: 5px;
    display: flex;
    position: relative;
    cursor: default;
    flex-direction: column;
  }
  body section.section-2 .container .specs-section .left {
    margin: auto;
  }
  body section.section-2 .container .specs-section .left img {
    margin: 0 20px;
    width: 240px;
  }
  body section.section-2 .container .specs-section .right h4 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  body section.section-2 .container .specs-section .right .requirements .requirement {
    margin-bottom: 5px;
  }
  body section.section-2 .container .specs-section .right .requirements .requirement img {
    height: 18px;
    width: 18px;
    margin-right: 20px;
  }
  body section.section-2 .container .specs-section .right .requirements .requirement p {
    margin-bottom: 0;
  }
  body section.section-2 .container .specs-section .fixed {
    position: absolute;
    right: -1px;
    top: -70px;
  }
  body section.section-3 .container h2 img {
    margin: 0 12px;
  }
  body section.section-3 .container .install-section {
    margin-top: 50px;
    padding: 0 20px;
    flex-direction: column;
  }
  body section.section-3 .container .install-section .left {
    display: flex;
    align-items: center;
    margin: auto;
  }
  body section.section-3 .container .install-section .left img {
    bottom: 0;
    max-width: 400px;
    width: 100%;
  }
  body section.section-3 .container .install-section .right {
    margin: 40px auto 0;
  }
  body section.section-3 .container .install-section .right .left-1 > p {
    font-size: 14px;
  }
  body section.section-3 .container .install-section .right .left-1 .box {
    border-radius: 5px;
    margin-bottom: 20px;
    padding-right: 30px;
  }
  body section.section-3 .container .install-section .right .left-1 .box > div img {
    margin: 20px;
  }
  body section.section-3 .container .install-section .right .left-1 .box > div p {
    font-size: 14px;
    margin-bottom: 0;
  }
  body section.section-3 .container .install-section .right .left-1 .box > div p span {
    font-size: 14px;
  }
  body section.section-3 .container .install-section .right .right-1 {
    display: none;
    padding: 50px 0 0 70px;
    position: absolute;
    right: 0;
  }
  body section.section-3 .container .install-section .right .right-1 p {
    font-family: MVBoli;
    font-size: 17px;
    color: #b81010;
  }
  body section.section-4 .container {
    padding: 20px 20px 0;
  }
  body section.section-4 .container h2 img {
    height: 16px;
  }
  body section.section-4 .container h2 img:first-child {
    height: 20px;
    margin: 0 4px 11px;
  }
  body section.section-4 .container h3 {
    font-size: 18px;
    font-weight: 400;
    margin: 10px 0 20px;
  }
  body section.section-4 .container .main {
    max-width: 1080px;
    margin: 40px auto 0;
    flex-direction: column;
  }
  body section.section-4 .container .main > img {
    max-width: 500px;
    width: 100%;
  }
  body section.section-4 .container .main .right {
    padding: 30px 40px 20px;
    width: 100%;
    position: relative;
  }
  body section.section-4 .container .main .right h4 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  body section.section-4 .container .main .right h4 .info {
    margin-bottom: 4px;
  }
  body section.section-4 .container .main .right h4 span {
    font-weight: 400;
  }
  body section.section-4 .container .main .right .features {
    margin-bottom: 20px;
  }
  body section.section-4 .container .main .right .features .feature {
    margin-bottom: 10px;
  }
  body section.section-4 .container .main .right .features .feature p {
    margin: 0 0 0 15px;
  }
  body section.section-4 .container .main .right .features .feature p span {
    padding: 0 2px;
  }
  body section.section-4 .container .main .right > img {
    margin: 5px 0 20px;
  }
  body section.section-4 .container .main .right > img.medal {
    margin: 0;
    top: unset;
    right: 0;
    bottom: -65px;
  }
  body section.section-4 .container .main .right p {
    font-size: 14px;
  }
  body section.section-4 .container .main-2 {
    margin: 70px auto 20px;
    max-width: 1080px;
  }
  body section.section-4 .container .main-2 .item {
    margin: 0 0 40px 0;
    align-items: center;
    flex-direction: column;
  }
  body section.section-4 .container .main-2 .item > img, body section.section-4 .container .main-2 .item .laptop-2 {
    width: 100%;
    max-width: 400px;
    margin: auto;
  }
  body section.section-4 .container .main-2 .item .laptop-2 img {
    width: 100%;
  }
  body section.section-4 .container .main-2 .item .laptop-2 img.info {
    width: 15px;
    position: absolute;
    top: 33%;
    left: 5%;
  }
  body section.section-4 .container .main-2 .item > div {
    width: 100%;
  }
  body section.section-4 .container .main-2 .item > div .head {
    border-radius: 5px;
    display: inline-block;
    padding: 10px 20px;
    max-width: 100%;
    width: 100%;
  }
  body section.section-4 .container .main-2 .item > div .head p {
	  font-family: var(--main-hl-font);
    margin: 0;
    font-size: 28px;
  }
  body section.section-4 .container .main-2 .item > div > p {
    font-size: 22px;
    margin: 5px 0 20px 50px;
  }
  body section.section-4 .container .main-2 .item > div .checklist {
    margin: 0 0px 15px 20px;
  }
  body section.section-4 .container .main-2 .item > div .checklist img {
    margin-top: 3px;
  }
  body section.section-4 .container .main-2 .item > div .checklist p {
    margin: 0 0 0 15px;
  }
  body section.section-4 .container .main-2 .item > div .checklist p span {
    border-radius: 5px;
    padding: 0 2px;
  }
  body section.section-4 .container .footer > img {
    height: 100px;
  }
  body section.section-4 .container .footer .button {
    margin: 10px 20px 0;
  }
  body section.section-4 .container .footer .button button {
    border: 2px solid #fff;
	font-family: var(--main-hl-font);
    font-size: 16px;
    padding: 5px 10px;
    height: 50px;
    margin-bottom: 10px;
  }
  body section.section-4 .container .footer .button button img {
    bottom: -50px;
    right: 10px;
  }
  body section.section-4 .container .footer .button p {
    border-radius: 5px;
    padding: 0 2px;
  }
  body section.section-4 .container .footer .arrow-cont img {
    margin-top: 10px;
  }
  body section.section-4 .container .footer .arrow-cont p {
    font-size: 20px;
  }
  body section.section-5 .container {
    max-width: 1280px;
    margin: auto;
    padding: 50px 20px;
  }
  body section.section-5 .container h2 {
    font-size: 24px;
  }
  body section.section-5 .container h2 img:first-child {
    height: 20px;
    margin: 0 4px 11px;
  }
  body section.section-5 .container h3 {
    font-size: 16px;
    margin: 10px 0 20px;
  }
  body section.section-5 .container .medal {
    top: -30px;
    right: 0;
    width: 100px;
  }
  body section.section-5 .container .items {
    margin: 50px 0 20px;
  }
  body section.section-5 .container .items .item {
    text-align: center;
    margin: 0 10px;
  }
  body section.section-5 .container .items .item img {
    height: 80px;
    margin-bottom: 20px;
  }
  body section.section-5 .container .items .item p {
    font-size: 12px;
    margin-bottom: 0;
  }
  body section.section-5 .container .items .item p span {
    border-radius: 5px;
    padding: 0 2px;
  }
  body section.section-6 .container h2 img {
    height: 20px;
    margin: 0 0 0 4px;
  }
  body section.section-6 .container h2 object {
    height: 15px;
  }
  body section.section-6 .container .main .arrow {
    font-size: 22px;
    border: 2px solid var(--main-color);
    height: 50px;
    width: 50px;
    padding-top: 6px;
  }
  body section.section-6 .container .main .slider {
    max-width: 360px;
    margin: 0 20px;
  }
  body section.section-6 .container .main .slider .slide {
    padding: 20px;
    min-height: 400px;
    margin: 20px 10px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    flex-direction: column;
  }
  body section.section-6 .container .main .slider .slide .left {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin-bottom: 20px;
  }
  body section.section-6 .container .main .slider .slide .left .img {
    height: 100%;
    width: 100%;
    max-height: 150px;
    margin: auto;
    height: 100px;
    width: 100%;
    max-width: 200px;
  }
  body section.section-6 .container .main .slider .slide .right {
    width: 100%;
  }
  body section.section-6 .container .main .slider .slide .right p {
    font-size: 12px;
    margin-bottom: 0;
    width: 100%;
  }
  body section.section-6 .container .main .slider .slide .right a img {
    margin-right: 5px;
  }
  body section.section-6 .container .logos {
    max-width: 754px;
    margin: 10px auto 20px;
    flex-wrap: wrap;
  }
  body section.section-6 .container .logos img {
    max-height: 48px;
    margin: 0 20px 40px;
  }
  body section.section-7 .container {
    padding: 40px 20px 0;
  }
  body section.section-7 .container .main {
    padding: 20px 0;
    margin-left: 0;
    flex-direction: column;
  }
  body section.section-7 .container .main .left {
    padding: 20px;
  }
  body section.section-7 .container .main .left img {
    max-width: 500px;
    display: block;
    margin: auto;
  }
  body section.section-7 .container .main .right {
    max-width: 600px;
    margin: auto;
    padding: 20px 0;
  }
  body section.section-7 .container .main .right > p {
    font-size: 14px;
  }
  body section.section-7 .container .main .right .items {
    max-width: 600px;
  }
  body section.section-7 .container .main .right .items .item {
    width: 50%;
    margin-bottom: 5px;
  }
  body section.section-7 .container .main .right .items .item p {
    margin-bottom: 0;
    font-size: 14px;
  }
  body section.section-7 .container .main .right .items .item img {
    margin-right: 10px;
  }
  body section.section-7 .container .main .right .footer {
    margin-top: 40px;
    justify-content: center;
  }
  body section.section-7 .container .main .right .footer > img {
    height: 100px;
  }
  body section.section-7 .container .main .right .footer .button {
    margin: 10px 20px 0 0;
  }
  body section.section-7 .container .main .right .footer .button button {
    border: 2px solid #fff;
	font-family: var(--main-hl-font);
    font-size: 15px;
    padding: 5px 10px;
    height: 50px;
    margin-bottom: 10px;
  }
  body section.section-7 .container .main .right .footer .button button img {
    position: absolute;
    bottom: -50px;
    right: 10px;
  }
  body section.section-7 .container .main .right .footer .button p {
    padding: 0 2px;
  }
  body section.section-7 .container .main .right .footer .arrow-cont {
    margin-right: 40px;
  }
  body section.section-7 .container .main .right .footer .arrow-cont img {
    margin-top: 10px;
  }
  body section.section-7 .container .main .right .footer .arrow-cont p {
    font-size: 20px;
  }
  body section.section-8 .container {
    padding: 50px 20px 0;
  }
  body section.section-8 .container .main {
    flex-direction: column;
  }
  body section.section-8 .container .main .left {
    display: flex;
    align-items: center;
    padding-bottom: 50px;
  }
  body section.section-8 .container .main .left img {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }
  body section.section-8 .container .main .right {
    padding: 0 20px;
  }
  body section.section-8 .container .main .right p {
    font-size: 17px;
    margin: 0 auto;
    max-width: 405px;
  }
  body section.section-8 .container .main .right p.name {
    margin-top: 10px;
    font-size: 20px;
  }
  body section.section-8 .container .main .right .slider-cont {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 40px auto 0;
  }
  body section.section-8 .container .main .right .slider-cont .arrow {
    font-size: 22px;
    height: 50px;
    width: 50px;
    padding-top: 6px;
    margin: 0 10px;
  }
  body section.section-8 .container .main .right .slider-cont .arrow:hover {
    background-color: unset;
    opacity: 1;
    color: var(--main-color);
  }
  body section.section-8 .container .main .right .slider-cont .slider {
    display: block;
    max-width: 360px;
  }
  body section.section-8 .container .main .right .slider-cont .slider img {
    height: 40px;
    width: 40px;
    margin: 45px 0;
  }
  body section.section-8 .container .main .right .slider-cont .slider img.slick-active {
    height: 60px;
    width: 60px;
    margin: 35px 10px;
  }
  body section.section-8 .container .main .right .slider-cont .slider img.slick-active.slick-current {
    height: 100px;
    width: 100px;
    margin: 15px 10px 0;
  }
  body section.section-8 .container .video {
    padding: 30px 30px 30px 30px;
    max-width: 1080px;
    margin: 40px auto 0;
    justify-content: space-between;
    flex-direction: column;
  }
  body section.section-8 .container .video .left {
    width: 100%;
  }
  body section.section-8 .container .video .left img {
    max-width: 418px;
    width: 100%;
  }
  body section.section-8 .container .video .right {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    padding-top: 20px;
  }
  body section.section-8 .container .video .right .video-js {
    width: 436px;
    height: 248px;
  }
  body section.section-8 .container .video .right .mute {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  body section.section-8 .container .video .right .player-arrow {
    display: none;
  }
  body section.section-8 .container .footer {
    margin-top: 40px;
  }
  body section.section-8 .container .footer > img {
    height: 100px;
  }
  body section.section-8 .container .footer .button {
    margin: 10px 20px 0 40px;
  }
  body section.section-8 .container .footer .button button {
    border: 2px solid #fff;
	font-family: var(--main-hl-font);
    font-size: 16px;
    padding: 5px 10px;
    height: 50px;
    margin-bottom: 10px;
  }
  body section.section-8 .container .footer .button button img {
    position: absolute;
    bottom: -50px;
    right: 10px;
  }
  body section.section-8 .container .footer .button p {
    border-radius: 5px;
    padding: 0 2px;
    display: inline-block;
  }
  body section.section-8 .container .footer .arrow-cont {
    display: flex;
    align-items: flex-start;
  }
  body section.section-8 .container .footer .arrow-cont img {
    margin-top: 10px;
  }
  body section.section-8 .container .footer .arrow-cont p {
    font-size: 20px;
    font-family: MVBoli;
    color: #b81010;
  }
  body section.section-9 .container {
    padding: 20px 0;
  }
  body section.section-9 .container .facebook {
    height: 130px;
    width: 400px;
    margin: auto;
  }
  body section.section-9 .container .facebook img, body section.section-9 .container .facebook a {
    position: absolute;
  }
  body section.section-9 .container .facebook img {
    bottom: 30px;
    left: 83px;
    width: 85px;
  }
  body section.section-9 .container .facebook a {
    right: 25px;
    top: 35px;
    font-size: 10px;
  }
  body section.section-10 .container {
    padding-top: 70px;
  }
  body section.section-10 .container .table {
    margin: 50px auto;
    max-width: 750px;
    position: relative;
    overflow-x: auto;
  }
  body section.section-10 .container .table .upsell {
    display: none;
  }
  body section.section-10 .container .table .col.first {
    width: 100%;
  }
  body section.section-10 .container .table .col.first .row {
    position: relative;
    border-left: 1px solid #f9b2b2;
    padding: 20px 50px 20px 20px;
    min-height: 83px;
  }
  body section.section-10 .container .table .col.first .row img.persona {
    max-width: 160px;
  }
  body section.section-10 .container .table .col.first .row img.sig {
    position: absolute;
    top: 70px;
    right: 20px;
    width: 100px;
  }
  body section.section-10 .container .table .col.first .row p {
    font-size: 14px;
    margin-bottom: 0;
  }
  body section.section-10 .container .table .col.first .row p.title {
    position: absolute;
    top: 10px;
    left: 160px;
  }
  body section.section-10 .container .table .col.first .row:first-child {
    border-left: none;
    padding-bottom: 0;
  }
  body section.section-10 .container .table .col.first .row:nth-child(2) {
    border-radius: 5px 0 0 0;
    border-top: 1px solid #f9b2b2;
  }
  body section.section-10 .container .table .col.first .row:nth-child(7) {
    border-radius: 0 0 0 5px;
    border-bottom: 1px solid #f9b2b2;
  }
  body section.section-10 .container .table .col.first .row:last-child {
    margin-right: 40px;
    width: 100%;
  }
  body section.section-10 .container .table .col.first .row:last-child p {
    font-size: 20px;
  }
  body section.section-10 .container .table .col.deluxe .row:first-child {
    border-radius: 0 5px 0 0;
  }
  body section.section-10 .container .table .col.deluxe .row:first-child .info {
    position: absolute;
    top: 40px;
    right: -115px;
    display: none;
  }
  body section.section-10 .container .table .col.deluxe .row:first-child .info p {
    font-size: 17px;
    margin-bottom: 0;
    margin-left: 40px;
  }
  body section.section-10 .container .table .col.deluxe .row:last-child {
    position: relative;
  }
  body section.section-10 .container .table .col.deluxe .row:last-child img {
    position: absolute;
    top: -70px;
    right: -210px;
  }
  body section.section-10 .container .table .col.orig, body section.section-10 .container .table .col.deluxe {
    position: relative;
  }
  body section.section-10 .container .table .col.orig .row, body section.section-10 .container .table .col.deluxe .row {
    border: 3px solid transparent;
    padding: 20px 30px 10px;
    min-height: 83px;
  }
  body section.section-10 .container .table .col.orig .row:first-child, body section.section-10 .container .table .col.deluxe .row:first-child {
    height: 276px;
  }
  body section.section-10 .container .table .col.orig .row:first-child img, body section.section-10 .container .table .col.deluxe .row:first-child img {
    max-width: 80px;
  }
  body section.section-10 .container .table .col.orig .row:first-child p, body section.section-10 .container .table .col.deluxe .row:first-child p {
	  font-family: var(--main-hl-font);
    font-size: 16px;
  }
  body section.section-10 .container .table .col.orig .row:last-child, body section.section-10 .container .table .col.deluxe .row:last-child {
    padding: 10px;
  }
  body section.section-10 .container .table .col.orig .row:last-child p, body section.section-10 .container .table .col.deluxe .row:last-child p {
    font-size: 14px;
    margin-bottom: 0;
  }
  body section.section-10 .container .table .col.orig.active .row:first-child, body section.section-10 .container .table .col.deluxe.active .row:first-child {
    border-top: 3px solid #61b75a;
    border-radius: 5px 5px 0 0;
  }
  body section.section-10 .container .table .col.orig.active .row:last-child, body section.section-10 .container .table .col.deluxe.active .row:last-child {
    border-bottom: 3px solid #61b75a;
    border-radius: 0 0 5px 5px;
  }
  body section.section-11 .container {
    padding: 30px 20px;
  }
  body section.section-11 .container .images {
    flex-wrap: wrap;
  }
  body section.section-11 .container .images img {
    max-height: 95px;
    margin: 10px 10px;
  }
  body section.section-12 .container h2 img {
    margin-bottom: 6px;
  }
  body section.section-12 .container h2 object {
    height: 20px;
  }
  body section.section-12 .container .offer {
    flex-direction: column;
  }
  body section.section-12 .container .offer .left {
    position: relative;
    padding: 0 20px 0 20px;
    max-width: 400px;
    margin: auto;
    width: 100%;
  }
  body section.section-12 .container .offer .left .data-book-image {
    max-width: 300px;
  }
  body section.section-12 .container .offer .left .countdown {
    padding: 10px 20px;
    max-width: 218px;
    position: absolute;
    bottom: -70px;
    left: 0;
  }
  body section.section-12 .container .offer .left .countdown h5 {
	  font-family: var(--main-hl-font);
    font-size: 22px;
  }
  body section.section-12 .container .offer .left .countdown .timer > div p {
    font-size: 40px;
    margin-bottom: 0;
    line-height: 40px;
  }
  body section.section-12 .container .offer .left .countdown .timer > div span {
    font-size: 14px;
  }
  body section.section-12 .container .offer .left .countdown .timer > p {
    font-size: 40px;
    margin-bottom: 0;
    line-height: 40px;
  }
  body section.section-12 .container .offer .left .countdown > img {
    position: absolute;
    bottom: 3px;
    right: 3px;
  }
  body section.section-12 .container .offer .left .money {
    position: absolute;
    bottom: -50px;
    right: 0;
  }
  body section.section-12 .container .offer .left .discount {
    position: absolute;
    left: 0;
    top: -40px;
    width: 120px;
  }
  body section.section-12 .container .offer .left .price {
    position: absolute;
    right: 0;
    bottom: 120px;
  }
  body section.section-12 .container .offer .left .price .slash {
    margin-bottom: 0;
    color: var(--main-color);
    font-size: 17px;
	font-family: var(--main-hl-font);
  }
  body section.section-12 .container .offer .left .price .promo {
    margin-bottom: 0;
	font-family: var(--main-hl-font);
    font-size: 22px;
  }
  body section.section-12 .container .offer .right {
    padding: 120px 40px 0;
    position: relative;
  }
  body section.section-12 .container .offer .right .icon-cont-1 {
    display: none;
  }
  body section.section-12 .container .offer .right .icon-cont-2 {
    display: none;
  }
  body section.section-12 .container .offer .right .options {
    width: 100%;
    max-width: 300px;
    padding: 25px 20px 15px;
    margin-top: 30px;
  }
  body section.section-12 .container .offer .right .options .radio-container {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-size: 14px;
  }
  body section.section-12 .container .offer .right .options .radio-container input {
    position: absolute;
  }
  body section.section-12 .container .offer .right .options .radio-container.checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
  }
  body section.section-12 .container .offer .right .options .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 0;
  }
  body section.section-12 .container .offer .right .options .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  body section.section-12 .container .offer .right h4 {
	  font-family: var(--main-hl-font);
    font-size: 22px;
  }
  body section.section-12 .container .offer .right h4.features-h4 {
    margin-top: 30px;
  }
  body section.section-12 .container .offer .right .features {
    margin-bottom: 40px;
  }
  body section.section-12 .container .offer .right .features .item {
    margin-bottom: 10px;
  }
  body section.section-12 .container .offer .right .features .item img {
    margin-top: 3px;
    margin-right: 10px;
  }
  body section.section-12 .container .offer .right .features .item p {
    margin-bottom: 0;
  }
  body section.section-12 .container .offer .right .button-cont {
    position: relative;
    margin-top: 10px;
  }
  body section.section-12 .container .offer .right .button-cont button {
    border: 2px solid #fff;
    font-size: 16px;
    padding: 5px 20px;
    height: 50px;
    position: relative;
    width: 195px;
	font-family:var(--main-hl-font);
  }
  body section.section-12 .container .offer .right .button-cont button span {
    font-family: AcuminBold;
  }
  body section.section-12 .container .offer .right .button-cont button img {
    position: absolute;
    bottom: -50px;
    right: 10px;
  }
  body section.section-12 .container .offer .right .button-cont .text {
    position: absolute;
    left: 250px;
    font-size: 20px;
    top: 20px;
  }
  body section.section-12 .container .offer .right .button-cont img {
    position: absolute;
    margin-left: 20px;
    top: 30px;
  }
  body section.section-12 .container .offer .right .discount {
    max-width: 255px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  body section.section-12 .container .offer .right .discount p {
    font-size: 14px;
    border-radius: 5px;
    padding: 0 2px;
  }
  body footer .container {
    max-width: 1280px;
    padding: 50px 20px 20px;
    position: relative;
  }
  body footer .container .note {
    font-size: 14px;
    display: inline;
    margin: 0;
    position: absolute;
    top: 10px;
    right: 20px;
  }
  body footer .container h2 {
    color: #fff;
    text-align: center;
    font-size: 24px;
	font-family: var(--main-hl-font);
  }
  body footer .container form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  body footer .container form input[type=text] {
    border-style: solid;
    border-width: 1px;
    border-color: #c2c2c2;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 5.142px 6.128px 6px 0px rgba(12, 57, 29, 0.1);
    width: 399px;
    height: 48px;
    padding: 0 20px;
    font-size: 16px;
  }
  body footer .container form .invalid-form {
    padding: 10px 10px 0 10px;
    margin: 20px 20px 0;
    background-color: #f9c9c9;
    color: var(--main-color);
    border-radius: 5px;
    width: 100%;
    max-width: 399px;
    font-size: 16px;
  }
  body footer .container form .invalid-form p {
    margin-bottom: 10px;
    font-family: "Verdana";
    font-size: 14px;
  }
  body footer .container form .button-cont {
    position: relative;
    margin-top: 10px;
  }
  body footer .container form .button-cont .los-geht {
    position: absolute;
    right: -180px;
    top: 10px;
    display: none;
  }
  body footer .container form .button-cont input[type=submit], body footer .container form .button-cont button {
    border: 2px solid #fff;
    font-size: 18px;
    padding: 5px 30px;
    height: 50px;
    position: relative;
    width: 252px;
    margin-top: 20px;
	font-family: var(--main-hl-font);
  }
  body footer .container form .button-cont input[type=submit] img, body footer .container form .button-cont button img {
    position: absolute;
    bottom: -10px;
    right: 40px;
  }
  body footer .container form .ssl {
    position: relative;
    left: 0;
  }
  body footer .lower {
    padding: 30px 10px;
  }
  body footer .lower img {
    margin-bottom: 20px;
  }
  body footer .lower ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  body footer .lower ul li {
    margin: 10px;
  }
  body footer .lower ul li a {
    margin: 0 10px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 499px) {
  body .modal {
    width: 100%;
    padding: 0;
    height: 80vh;
    max-width: calc(100% - 40px);
    margin: auto;
  }
  body .modal iframe {
    width: 100%;
    height: 100%;
    border: 1px solid var(--main-color);
  }
  body .tooltipster-content * {
    font-size: 12px !important;
    font-family: "Verdana" !important;
  }
  body .highlight {
    border-radius: 5px;
    padding: 0 2px;
  }
  body .cselect {
    position: relative;
  }
  body .cselect input {
    background-size: 14px;
    background-position: calc(100% - 10px) 12px;
    border: 1px solid #dedede;
    padding: 5px 10px;
  }
  body .cselect input::placeholder {
    color: #222222;
  }
  body .cselect ul {
    display: none;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 2.2rem;
    margin: 0;
    width: 100%;
    border: 1px solid #dedede;
    padding-left: 0;
  }
  body .cselect ul li a {
    padding: 10px 5%;
    display: block;
  }
  body header .top {
    padding: 0 10px;
    height: 70px;
    width: 100%;
  }
  body header .top .container {
    max-width: 1280px;
    margin: auto;
    height: 100%;
  }
  body header .top .container .left {
    height: 100%;
  }
  body header .top .container .left img {
    height: 16px;
  }
  body header .top .container .left img.img2 {
    height: 16px;
    margin-left: 10px;
  }
  body header .top .container .middle {
    display: none;
  }
  body header .top .container .middle img {
    top: 24px;
    max-width: 200px;
    margin: 0 5px;
  }
  body header .top .container .right div {
    display: none;
  }
  body header .top .container .right div p {
    font-size: 14px;
    margin: 0 5px 2px 0;
    padding: 0 2px;
  }
  body header .top .container .right button {
    border: 2px solid #fff;
    font-size: 16px;
    padding: 5px 10px;
    height: 35px;
    position: relative;
  }
  body header .top .container .right button img {
    position: absolute;
    bottom: -10px;
    right: 40px;
  }
  body header .bottom {
    height: 40px;
    padding: 0 10px;
  }
  body header .bottom .container {
    max-width: 1280px;
    margin: auto;
    height: 100%;
    flex-wrap: wrap;
  }
  body header .bottom .container .left a {
    font-size: 10px;
  }
  body header .bottom .container .left a:not(:first-child) {
    margin-left: 10px;
  }
  body header .bottom .container .right p {
    margin: 0 0 0 5px;
    font-size: 11px;
    color: #222222;
  }
  body header .bottom .container .right p:first-child {
    display: none;
  }
  body header .bottom .container .right img {
    height: 14px;
  }
  body section .container {
    max-width: 1280px;
    margin: auto;
    padding: 50px 0px;
  }
  body section .container > h2 {
    font-size: 24px;
    line-height: 40px;
  }
  body section .container > h2 img {
    height: 20px;
  }
  body section .container > h2 img:first-child {
    height: 20px;
    margin: 0 4px 11px;
  }
  body section .container > h3 {
    font-size: 16px;
    margin: 10px 0 20px;
  }
  body section.hero .container {
    margin: auto;
    max-width: 900px;
    height: 300px;
    position: relative;
    padding: 10px 0 0;
  }
  body section.hero .container .left {
    height: 100%;
    display: flex;
    align-items: flex-end;
    width: 100%;
  }
  body section.hero .container .left img {
    height: auto;
  }
  body section.hero .container .right {
    display: flex;
    flex-direction: column;
    margin: auto;
    position: absolute;
    width: 180px;
    right: unset;
    top: 40px;
    left: 48%;
  }
  body section.hero .container .right p {
    font-size: 14px;
    margin: 0px 0 0 7px;
  }
  body section.hero .container .right p i {
    display: none;
  }
  body section.hero .container .right h1 {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 28px;
    margin-top: 10px;
    width: 100%;
    max-width: 180px;
  }
  body section.hero .container .info {
    position: absolute;
    bottom: 10px;
    right: 10px;
    margin: 0;
    font-size: 12px;
  }
  body section.hero .container .info .dot {
    bottom: -3px;
  }
  body section.hero .container .info .info-btn {
    position: relative;
    top: -2px;
  }
  body section.hero .container .info img.arrow {
    position: absolute;
    bottom: -60px;
    left: 20px;
  }
  body section.section-2 {
    padding: 0 10px;
  }
  body section.section-2 .container h2 {
    line-height: 40px;
    margin-bottom: 10px;
  }
  body section.section-2 .container h2 img {
    margin: 0 5px 9px 0;
  }
  body section.section-2 .container h4 {
    font-size: 16px;
  }
  body section.section-2 .container .book-section {
    display: flex;
    margin-bottom: 20px;
    flex-direction: column;
  }
  body section.section-2 .container .book-section .left {
    display: flex;
    margin: 20px auto 0;
  }
  body section.section-2 .container .book-section .left .img-1 {
    display: flex;
    flex-direction: column;
  }
  body section.section-2 .container .book-section .left .img-1 img {
    max-width: 75px;
    margin-bottom: 10px;
  }
  body section.section-2 .container .book-section .left .img-1 img:first-child {
    margin-top: 30px;
  }
  body section.section-2 .container .book-section .left .img-1 .amazon {
    position: relative;
  }
  body section.section-2 .container .book-section .left .img-1 .amazon img {
    max-width: 90px;
    margin-top: 0;
  }
  body section.section-2 .container .book-section .left .img-1 .amazon .info-btn {
    position: absolute;
    bottom: 5px;
    right: 5px;
    height: 14px;
    width: 14px;
  }
  body section.section-2 .container .book-section .left .img-2 .cont img.book {
    margin: 50px 0 0 20px;
    width: 100%;
    max-width: 200px;
  }
  body section.section-2 .container .book-section .left .img-2 .cont img.discount {
    position: absolute;
    top: 0;
    left: 0;
    width: 75px;
  }
  body section.section-2 .container .book-section .left .img-2 .cont .money-cont {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-top: 50px;
  }
  body section.section-2 .container .book-section .left .img-2 .cont .money-cont .money {
    max-width: 230px;
  }
  body section.section-2 .container .book-section .left .img-2 .cont .price {
    position: absolute;
    bottom: -35px;
    right: 0;
  }
  body section.section-2 .container .book-section .left .img-2 .cont .price p {
    margin-bottom: 0;
  }
  body section.section-2 .container .book-section .left .img-2 .cont .price p.slash {
    margin-bottom: 0;
	font-family: var(--main-hl-font);
    font-size: 17px;
  }
  body section.section-2 .container .book-section .left .img-2 .cont .price p.promo {
    margin-bottom: 0;
	font-family: var(--main-hl-font);
    font-size: 22px;
  }
  body section.section-2 .container .book-section .right {
    padding: 50px 0 20px 0;
  }
  body section.section-2 .container .book-section .right .boxes {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  body section.section-2 .container .book-section .right .boxes .box {
    width: calc(50% - 10px);
    margin: 5px;
    padding: 10px;
    border: 1px solid #fff;
  }
  body section.section-2 .container .book-section .right .boxes .box img {
    margin-bottom: 10px;
    height: 34px;
  }
  body section.section-2 .container .book-section .right .boxes .box:last-child img {
    height: 24px;
    margin-top: 5px;
    margin-bottom: 15px;
  }
  body section.section-2 .container .book-section .right .boxes .box p {
    margin-bottom: 0;
    font-size: 14px;
  }
  body section.section-2 .container .book-section .right .boxes .box p span {
    border-radius: 5px;
    padding: 0 2px;
  }
  body section.section-2 .container .book-section .right .cselect {
    margin: 20px 0;
  }
  body section.section-2 .container .book-section .right select {
    margin: 20px 0;
    font-size: 14px;
    padding: 5px 40px 5px 15px;
    border: 1px solid #dedede;
  }
  body section.section-2 .container .book-section .right .button-cont {
    position: relative;
  }
  body section.section-2 .container .book-section .right .button-cont button {
    font-size: 18px;
    padding: 5px 20px;
    height: 50px;
  }
  body section.section-2 .container .book-section .right .button-cont button img {
    position: absolute;
    bottom: -50px;
    right: 10px;
  }
  body section.section-2 .container .book-section .right .button-cont .text {
    position: absolute;
    left: 240px;
    font-size: 14px;
    top: -30px;
  }
  body section.section-2 .container .book-section .right .button-cont img {
    margin-left: 5px;
    width: 30px;
  }
  body section.section-2 .container .book-section .right .discount {
    max-width: 200px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  body section.section-2 .container .book-section .right .discount p {
    font-size: 14px;
    background-color: #f5eea5;
    white-space: nowrap;
    border-radius: 5px;
    padding: 0 2px;
    display: inline;
  }
  body section.section-2 .container .specs-section {
    max-width: 1084px;
    margin: 0 auto;
    border: 1px solid #f9b2b2;
    padding: 20px 50px;
    border-radius: 5px;
    display: flex;
    position: relative;
    cursor: default;
    flex-direction: column;
  }
  body section.section-2 .container .specs-section .left {
    margin: auto;
  }
  body section.section-2 .container .specs-section .left img {
    margin: 0 20px;
    width: 240px;
  }
  body section.section-2 .container .specs-section .right h4 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  body section.section-2 .container .specs-section .right .requirements .requirement {
    margin-bottom: 5px;
  }
  body section.section-2 .container .specs-section .right .requirements .requirement img {
    height: 18px;
    width: 18px;
    margin-right: 20px;
  }
  body section.section-2 .container .specs-section .right .requirements .requirement p {
    margin-bottom: 0;
  }
  body section.section-2 .container .specs-section .fixed {
    position: absolute;
    right: -1px;
    top: -70px;
  }
  body section.section-3 .container h2 img {
    margin: 0 12px;
  }
  body section.section-3 .container .install-section {
    margin-top: 50px;
    padding: 0 20px;
    flex-direction: column;
  }
  body section.section-3 .container .install-section .left {
    display: flex;
    align-items: center;
    margin: auto;
  }
  body section.section-3 .container .install-section .left img {
    bottom: 0;
    max-width: 400px;
    width: 100%;
  }
  body section.section-3 .container .install-section .right {
    margin: 40px auto 0;
  }
  body section.section-3 .container .install-section .right .left-1 > p {
    font-size: 14px;
  }
  body section.section-3 .container .install-section .right .left-1 .box {
    border-radius: 5px;
    margin-bottom: 20px;
    padding-right: 10px;
  }
  body section.section-3 .container .install-section .right .left-1 .box > div img {
    margin: 20px;
  }
  body section.section-3 .container .install-section .right .left-1 .box > div p {
    font-size: 12px;
    margin-bottom: 0;
  }
  body section.section-3 .container .install-section .right .left-1 .box > div p span {
    font-size: 12px;
  }
  body section.section-3 .container .install-section .right .right-1 {
    display: none;
    padding: 50px 0 0 70px;
    position: absolute;
    right: 0;
  }
  body section.section-3 .container .install-section .right .right-1 p {
    font-family: MVBoli;
    font-size: 17px;
    color: #b81010;
  }
  body section.section-4 .container {
    padding: 20px 20px 0;
  }
  body section.section-4 .container h2 img {
    height: 16px;
  }
  body section.section-4 .container h2 img:first-child {
    height: 20px;
    margin: 0 4px 11px;
  }
  body section.section-4 .container h3 {
    font-size: 18px;
    font-weight: 400;
    margin: 10px 0 20px;
  }
  body section.section-4 .container .main {
    max-width: 1080px;
    margin: 40px auto 0;
    flex-direction: column;
  }
  body section.section-4 .container .main > img {
    max-width: 500px;
    width: 100%;
  }
  body section.section-4 .container .main .right {
    padding: 30px 40px 20px;
    width: 100%;
    position: relative;
  }
  body section.section-4 .container .main .right h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  body section.section-4 .container .main .right h4 .info {
    margin-bottom: 4px;
  }
  body section.section-4 .container .main .right h4 span {
    font-weight: 400;
  }
  body section.section-4 .container .main .right .features {
    margin-bottom: 20px;
  }
  body section.section-4 .container .main .right .features .feature {
    margin-bottom: 10px;
  }
  body section.section-4 .container .main .right .features .feature p {
    margin: 0 0 0 15px;
  }
  body section.section-4 .container .main .right .features .feature p span {
    padding: 0 2px;
  }
  body section.section-4 .container .main .right > img {
    margin: 5px 0 20px;
  }
  body section.section-4 .container .main .right > img.medal {
    margin: 0;
    top: unset;
    right: 0;
    bottom: -65px;
    width: 130px;
  }
  body section.section-4 .container .main .right p {
    font-size: 14px;
  }
  body section.section-4 .container .main-2 {
    margin: 70px auto 20px;
    max-width: 1080px;
  }
  body section.section-4 .container .main-2 .item {
    margin: 0 0 40px 0;
    align-items: center;
    flex-direction: column;
  }
  body section.section-4 .container .main-2 .item > img, body section.section-4 .container .main-2 .item .laptop-2 {
    width: 100%;
    max-width: 400px;
    margin: auto;
  }
  body section.section-4 .container .main-2 .item .laptop-2 img {
    width: 100%;
  }
  body section.section-4 .container .main-2 .item .laptop-2 img.info {
    width: 15px;
    position: absolute;
    top: 33%;
    left: 5%;
  }
  body section.section-4 .container .main-2 .item > div {
    width: 100%;
  }
  body section.section-4 .container .main-2 .item > div .head {
    border-radius: 5px;
    display: inline-block;
    padding: 10px 20px;
    max-width: 100%;
    width: 100%;
  }
  body section.section-4 .container .main-2 .item > div .head p {
	  font-family: var(--main-hl-font);
    margin: 0;
    font-size: 20px;
  }
  body section.section-4 .container .main-2 .item > div > p {
    font-size: 18px;
    margin: 5px 0 20px 50px;
  }
  body section.section-4 .container .main-2 .item > div .checklist {
    margin: 0 0px 15px 20px;
  }
  body section.section-4 .container .main-2 .item > div .checklist img {
    margin-top: 3px;
  }
  body section.section-4 .container .main-2 .item > div .checklist p {
    margin: 0 0 0 15px;
  }
  body section.section-4 .container .main-2 .item > div .checklist p span {
    border-radius: 5px;
    padding: 0 2px;
  }
  body section.section-4 .container .footer > img {
    height: 80px;
  }
  body section.section-4 .container .footer .button {
    margin: 10px 10px 0;
  }
  body section.section-4 .container .footer .button button {
    border: 2px solid #fff;
	font-family: var(--main-hl-font);
    font-size: 12px;
    padding: 5px 10px;
    height: 50px;
    margin-bottom: 10px;
  }
  body section.section-4 .container .footer .button button img {
    bottom: -50px;
    right: 10px;
  }
  body section.section-4 .container .footer .button p {
    border-radius: 5px;
    padding: 0 2px;
    font-size: 12px;
  }
  body section.section-4 .container .footer .arrow-cont img {
    margin-top: 10px;
  }
  body section.section-4 .container .footer .arrow-cont p {
    font-size: 14px;
  }
  body section.section-5 .container {
    max-width: 1280px;
    margin: auto;
    padding: 50px 20px;
  }
  body section.section-5 .container h2 {
    font-size: 24px;
  }
  body section.section-5 .container h2 img:first-child {
    height: 20px;
    margin: 0 4px 11px;
  }
  body section.section-5 .container h3 {
    font-size: 16px;
    margin: 10px 0 20px;
  }
  body section.section-5 .container .medal {
    top: -30px;
    right: 0;
    width: 100px;
  }
  body section.section-5 .container .items {
    margin: 20px 0 20px;
    flex-wrap: wrap;
  }
  body section.section-5 .container .items .item {
    text-align: center;
    margin: 20px 10px;
  }
  body section.section-5 .container .items .item img {
    height: 80px;
    margin-bottom: 20px;
  }
  body section.section-5 .container .items .item p {
    font-size: 12px;
    margin-bottom: 0;
  }
  body section.section-5 .container .items .item p span {
    border-radius: 5px;
    padding: 0 2px;
  }
  body section.section-6 .container h2 img {
    height: 20px;
    margin: 0 0 0 4px;
  }
  body section.section-6 .container .main .arrow {
    font-size: 22px;
    border: 2px solid var(--main-color);
    height: 50px;
    width: 50px;
    padding-top: 6px;
    display: none;
  }
  body section.section-6 .container .main .slider {
    max-width: 320px;
    margin: 0 10px;
  }
  body section.section-6 .container .main .slider .slide {
    padding: 20px;
    min-height: 400px;
    margin: 20px 10px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    flex-direction: column;
  }
  body section.section-6 .container .main .slider .slide .left {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin-bottom: 20px;
  }
  body section.section-6 .container .main .slider .slide .left .img {
    height: 100%;
    width: 100%;
    max-height: 150px;
    margin: auto;
    height: 100px;
    width: 100%;
    max-width: 200px;
  }
  body section.section-6 .container .main .slider .slide .right {
    width: 100%;
  }
  body section.section-6 .container .main .slider .slide .right p {
    font-size: 12px;
    margin-bottom: 0;
    width: 100%;
  }
  body section.section-6 .container .main .slider .slide .right a img {
    margin-right: 5px;
  }
  body section.section-6 .container .logos {
    max-width: 754px;
    margin: 10px auto 20px;
    flex-wrap: wrap;
  }
  body section.section-6 .container .logos img {
    max-height: 48px;
    margin: 0 20px 40px;
  }
  body section.section-7 .container {
    padding: 40px 20px 0;
  }
  body section.section-7 .container .main {
    padding: 20px 0;
    margin-left: 0;
    flex-direction: column;
  }
  body section.section-7 .container .main .left {
    padding: 20px;
  }
  body section.section-7 .container .main .left img {
    max-width: 250px;
    width: 100%;
    display: block;
    margin: auto;
  }
  body section.section-7 .container .main .right {
    max-width: 600px;
    margin: auto;
    padding: 20px 0;
  }
  body section.section-7 .container .main .right > p {
    font-size: 14px;
  }
  body section.section-7 .container .main .right .items {
    max-width: 600px;
    flex-direction: column;
    padding-left: 10px;
  }
  body section.section-7 .container .main .right .items .item {
    width: 100%;
    margin-bottom: 10px;
  }
  body section.section-7 .container .main .right .items .item p {
    margin-bottom: 0;
    font-size: 14px;
  }
  body section.section-7 .container .main .right .items .item img {
    margin-right: 10px;
  }
  body section.section-7 .container .main .right .footer {
    margin-top: 40px;
    justify-content: center;
  }
  body section.section-7 .container .main .right .footer > img {
    height: 80px;
  }
  body section.section-7 .container .main .right .footer .button {
    margin: 10px 10px 0 0;
  }
  body section.section-7 .container .main .right .footer .button button {
    border: 2px solid #fff;
	font-family: var(--main-hl-font);
    font-size: 11px;
    padding: 5px 10px;
    height: 50px;
    margin-bottom: 10px;
  }
  body section.section-7 .container .main .right .footer .button button img {
    position: absolute;
    bottom: -50px;
    right: 10px;
  }
  body section.section-7 .container .main .right .footer .button p {
    padding: 0 2px;
    font-size: 11px;
  }
  body section.section-7 .container .main .right .footer .arrow-cont {
    margin-right: 10px;
  }
  body section.section-7 .container .main .right .footer .arrow-cont img {
    margin-top: 10px;
  }
  body section.section-7 .container .main .right .footer .arrow-cont p {
    font-size: 14px;
  }
  body section.section-8 .container {
    padding: 50px 20px 0;
  }
  body section.section-8 .container .main {
    flex-direction: column;
  }
  body section.section-8 .container .main .left {
    display: flex;
    align-items: center;
    padding-bottom: 50px;
  }
  body section.section-8 .container .main .left img {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }
  body section.section-8 .container .main .right {
    padding: 0;
  }
  body section.section-8 .container .main .right p {
    font-size: 17px;
    margin: 0 auto;
    max-width: 405px;
  }
  body section.section-8 .container .main .right p.name {
    margin-top: 10px;
    font-size: 20px;
  }
  body section.section-8 .container .main .right .slider-cont {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 40px auto 0;
    justify-content: center;
  }
  body section.section-8 .container .main .right .slider-cont .arrow {
    font-size: 16px;
    height: 30px;
    width: 30px;
    padding-top: 6px;
    margin: 0 10px;
  }
  body section.section-8 .container .main .right .slider-cont .arrow:hover {
    background-color: unset;
    opacity: 1;
    color: var(--main-color);
  }
  body section.section-8 .container .main .right .slider-cont .slider {
    display: block;
    max-width: 280px;
  }
  body section.section-8 .container .main .right .slider-cont .slider img {
    height: 35px;
    width: 35px;
    margin: 45px 0;
  }
  body section.section-8 .container .main .right .slider-cont .slider img.slick-active {
    height: 50px;
    width: 50px;
    margin: 35px 5px;
  }
  body section.section-8 .container .main .right .slider-cont .slider img.slick-active.slick-current {
    height: 80px;
    width: 80px;
    margin: 15px 5px 0;
  }
  body section.section-8 .container .video {
    padding: 30px 30px 30px 30px;
    max-width: 1080px;
    margin: 40px auto 0;
    justify-content: space-between;
    flex-direction: column;
  }
  body section.section-8 .container .video .left {
    width: 100%;
  }
  body section.section-8 .container .video .left img {
    max-width: 418px;
    width: 100%;
  }
  body section.section-8 .container .video .right {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    padding-top: 20px;
  }
  body section.section-8 .container .video .right .video-js {
    width: 436px;
    height: 248px;
  }
  body section.section-8 .container .video .right .mute {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  body section.section-8 .container .video .right .player-arrow {
    display: none;
  }
  body section.section-8 .container .footer {
    margin-top: 40px;
  }
  body section.section-8 .container .footer > img {
    height: 80px;
  }
  body section.section-8 .container .footer .button {
    margin: 10px 10px 0 10px;
  }
  body section.section-8 .container .footer .button button {
    border: 2px solid #fff;
	font-family: var(--main-hl-font);
    font-size: 11px;
    padding: 5px 10px;
    height: 50px;
    margin-bottom: 10px;
  }
  body section.section-8 .container .footer .button button img {
    position: absolute;
    bottom: -50px;
    right: 10px;
  }
  body section.section-8 .container .footer .button p {
    border-radius: 5px;
    padding: 0 2px;
    display: inline-block;
    font-size: 11px;
  }
  body section.section-8 .container .footer .arrow-cont {
    display: flex;
    align-items: flex-start;
  }
  body section.section-8 .container .footer .arrow-cont img {
    margin-top: 10px;
  }
  body section.section-8 .container .footer .arrow-cont p {
    font-size: 14px;
    font-family: MVBoli;
    color: #b81010;
  }
  body section.section-9 .container {
    padding: 20px 0;
  }
  body section.section-9 .container .facebook {
    height: 130px;
    width: 320px;
    margin: auto;
  }
  body section.section-9 .container .facebook img, body section.section-9 .container .facebook a {
    position: absolute;
  }
  body section.section-9 .container .facebook img {
    bottom: 36px;
    left: 65px;
    width: 70px;
  }
  body section.section-9 .container .facebook a {
    right: 15px;
    top: 40px;
    font-size: 9px;
  }
  body section.section-10 .container {
    padding-top: 70px;
  }
  body section.section-10 .container .table {
    margin: 50px auto;
    max-width: 750px;
    position: relative;
    overflow-x: auto;
  }
  body section.section-10 .container .table .upsell {
    display: none;
  }
  body section.section-10 .container .table .col.first {
    width: 100%;
  }
  body section.section-10 .container .table .col.first .row {
    position: relative;
    border-left: 1px solid #f9b2b2;
    padding: 20px 50px 20px 20px;
    min-height: 83px;
  }
  body section.section-10 .container .table .col.first .row img.persona {
    max-width: 160px;
  }
  body section.section-10 .container .table .col.first .row img.sig {
    position: absolute;
    top: 70px;
    right: 20px;
    width: 100px;
  }
  body section.section-10 .container .table .col.first .row p {
    font-size: 14px;
    margin-bottom: 0;
  }
  body section.section-10 .container .table .col.first .row p.title {
    position: absolute;
    top: 10px;
    left: 160px;
  }
  body section.section-10 .container .table .col.first .row:first-child {
    border-left: none;
    padding-bottom: 0;
  }
  body section.section-10 .container .table .col.first .row:nth-child(2) {
    border-radius: 5px 0 0 0;
    border-top: 1px solid #f9b2b2;
  }
  body section.section-10 .container .table .col.first .row:nth-child(7) {
    border-radius: 0 0 0 5px;
    border-bottom: 1px solid #f9b2b2;
  }
  body section.section-10 .container .table .col.first .row:last-child {
    margin-right: 40px;
    width: 100%;
  }
  body section.section-10 .container .table .col.first .row:last-child p {
    font-size: 20px;
  }
  body section.section-10 .container .table .col.deluxe .row:first-child {
    border-radius: 0 5px 0 0;
  }
  body section.section-10 .container .table .col.deluxe .row:first-child .info {
    position: absolute;
    top: 40px;
    right: -115px;
    display: none;
  }
  body section.section-10 .container .table .col.deluxe .row:first-child .info p {
    font-size: 17px;
    margin-bottom: 0;
    margin-left: 40px;
  }
  body section.section-10 .container .table .col.deluxe .row:last-child {
    position: relative;
  }
  body section.section-10 .container .table .col.deluxe .row:last-child img {
    position: absolute;
    top: -70px;
    right: -210px;
  }
  body section.section-10 .container .table .col.orig, body section.section-10 .container .table .col.deluxe {
    position: relative;
  }
  body section.section-10 .container .table .col.orig .row, body section.section-10 .container .table .col.deluxe .row {
    border: 3px solid transparent;
    padding: 20px 30px 10px;
    min-height: 83px;
  }
  body section.section-10 .container .table .col.orig .row:first-child, body section.section-10 .container .table .col.deluxe .row:first-child {
    height: 276px;
  }
  body section.section-10 .container .table .col.orig .row:first-child img, body section.section-10 .container .table .col.deluxe .row:first-child img {
    max-width: 80px;
  }
  body section.section-10 .container .table .col.orig .row:first-child p, body section.section-10 .container .table .col.deluxe .row:first-child p {
	  font-family: var(--main-hl-font);
    font-size: 16px;
  }
  body section.section-10 .container .table .col.orig .row:last-child, body section.section-10 .container .table .col.deluxe .row:last-child {
    padding: 10px;
  }
  body section.section-10 .container .table .col.orig .row:last-child p, body section.section-10 .container .table .col.deluxe .row:last-child p {
    font-size: 14px;
    margin-bottom: 0;
  }
  body section.section-10 .container .table .col.orig.active .row:first-child, body section.section-10 .container .table .col.deluxe.active .row:first-child {
    border-top: 3px solid #61b75a;
    border-radius: 5px 5px 0 0;
  }
  body section.section-10 .container .table .col.orig.active .row:last-child, body section.section-10 .container .table .col.deluxe.active .row:last-child {
    border-bottom: 3px solid #61b75a;
    border-radius: 0 0 5px 5px;
  }
  body section.section-11 .container {
    padding: 30px 20px;
  }
  body section.section-11 .container .images {
    flex-wrap: wrap;
  }
  body section.section-11 .container .images img {
    max-height: 95px;
    margin: 10px 10px;
  }
  body section.section-12 .container h2 img {
    margin-bottom: 6px;
  }
  body section.section-12 .container .offer {
    flex-direction: column;
  }
  body section.section-12 .container .offer .left {
    position: relative;
    padding: 0 20px 0 20px;
    max-width: 400px;
    margin: auto;
    width: 100%;
  }
  body section.section-12 .container .offer .left .data-book-image {
    max-width: 300px;
  }
  body section.section-12 .container .offer .left .countdown {
    padding: 10px 20px;
    max-width: 218px;
    position: absolute;
    bottom: -70px;
    left: 0;
  }
  body section.section-12 .container .offer .left .countdown h5 {
	  font-family: var(--main-hl-font);
    font-size: 22px;
  }
  body section.section-12 .container .offer .left .countdown .timer > div p {
    font-size: 40px;
    margin-bottom: 0;
    line-height: 40px;
  }
  body section.section-12 .container .offer .left .countdown .timer > div span {
    font-size: 14px;
  }
  body section.section-12 .container .offer .left .countdown .timer > p {
    font-size: 40px;
    margin-bottom: 0;
    line-height: 40px;
  }
  body section.section-12 .container .offer .left .countdown > img {
    position: absolute;
    bottom: 3px;
    right: 3px;
  }
  body section.section-12 .container .offer .left .money {
    position: absolute;
    bottom: -150px;
    right: 40px;
  }
  body section.section-12 .container .offer .left .discount {
    position: absolute;
    left: 0;
    top: -40px;
    width: 120px;
  }
  body section.section-12 .container .offer .left .price {
    position: absolute;
    right: 10px;
    bottom: -15px;
  }
  body section.section-12 .container .offer .left .price .slash {
    margin-bottom: 0;
    color: var(--main-color);
    font-size: 17px;
	font-family: var(--main-hl-font);
  }
  body section.section-12 .container .offer .left .price .promo {
    margin-bottom: 0;
	font-family: var(--main-hl-font);
    font-size: 22px;
  }
  body section.section-12 .container .offer .right {
    padding: 180px 20px 0;
    position: relative;
  }
  body section.section-12 .container .offer .right .icon-cont-1 {
    display: none;
  }
  body section.section-12 .container .offer .right .icon-cont-2 {
    display: none;
  }
  body section.section-12 .container .offer .right .options {
    width: 100%;
    max-width: 300px;
    padding: 25px 20px 15px;
    margin-top: 30px;
  }
  body section.section-12 .container .offer .right .options .radio-container {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-size: 14px;
  }
  body section.section-12 .container .offer .right .options .radio-container input {
    position: absolute;
  }
  body section.section-12 .container .offer .right .options .radio-container.checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
  }
  body section.section-12 .container .offer .right .options .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 0;
  }
  body section.section-12 .container .offer .right .options .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  body section.section-12 .container .offer .right h4 {
	  font-family: var(--main-hl-font);
    font-size: 22px;
  }
  body section.section-12 .container .offer .right h4.features-h4 {
    margin-top: 30px;
  }
  body section.section-12 .container .offer .right .features {
    margin-bottom: 40px;
  }
  body section.section-12 .container .offer .right .features .item {
    margin-bottom: 10px;
  }
  body section.section-12 .container .offer .right .features .item img {
    margin-top: 3px;
    margin-right: 10px;
  }
  body section.section-12 .container .offer .right .features .item p {
    margin-bottom: 0;
  }
  body section.section-12 .container .offer .right .button-cont {
    position: relative;
    margin-top: 10px;
  }
  body section.section-12 .container .offer .right .button-cont button {
    border: 2px solid #fff;
    font-size: 16px;
    padding: 5px 20px;
    height: 50px;
    position: relative;
    width: 195px;
	font-family:var(--main-hl-font);
  }
  body section.section-12 .container .offer .right .button-cont button span {
    font-family: AcuminBold;
  }
  body section.section-12 .container .offer .right .button-cont button img {
    position: absolute;
    bottom: -50px;
    right: 10px;
  }
  body section.section-12 .container .offer .right .button-cont .text {
    position: absolute;
    left: 250px;
    font-size: 20px;
    top: 20px;
  }
  body section.section-12 .container .offer .right .button-cont img {
    position: absolute;
    margin-left: 20px;
    top: 30px;
  }
  body section.section-12 .container .offer .right .discount {
    max-width: 255px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  body section.section-12 .container .offer .right .discount p {
    font-size: 14px;
    border-radius: 5px;
    padding: 0 2px;
  }
  body footer .container {
    max-width: 1280px;
    padding: 50px 20px 20px;
    position: relative;
  }
  body footer .container .note {
    font-size: 14px;
    display: inline;
    margin: 0;
    position: absolute;
    top: 10px;
    right: 20px;
  }
  body footer .container h2 {
    color: #fff;
    text-align: center;
    font-size: 24px;
	font-family: var(--main-hl-font);
  }
  body footer .container form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  body footer .container form input[type=text] {
    border-style: solid;
    border-width: 1px;
    border-color: #c2c2c2;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 5.142px 6.128px 6px 0px rgba(12, 57, 29, 0.1);
    width: 399px;
    height: 48px;
    padding: 0 20px;
    font-size: 16px;
    max-width: 100%;
  }
  body footer .container form .invalid-form {
    padding: 10px 10px 0 10px;
    margin: 20px 20px 0;
    background-color: #f9c9c9;
    color: var(--main-color);
    border-radius: 5px;
    width: 100%;
    max-width: 399px;
    font-size: 16px;
  }
  body footer .container form .invalid-form p {
    margin-bottom: 10px;
    font-family: "Verdana";
    font-size: 14px;
  }
  body footer .container form .button-cont {
    position: relative;
    margin-top: 10px;
  }
  body footer .container form .button-cont .los-geht {
    position: absolute;
    right: -180px;
    top: 10px;
    display: none;
  }
  body footer .container form .button-cont input[type=submit], body footer .container form .button-cont button {
    border: 2px solid #fff;
    font-size: 18px;
    padding: 5px 30px;
    height: 50px;
    position: relative;
    width: 252px;
    margin-top: 20px;
	font-family: var(--main-hl-font);
  }
  body footer .container form .button-cont input[type=submit] img, body footer .container form .button-cont button img {
    position: absolute;
    bottom: -10px;
    right: 40px;
  }
  body footer .container form .ssl {
    position: relative;
    left: 0;
  }
  body footer .container > img {
    display: block;
    margin: auto;
  }
  body footer .lower {
    padding: 30px 10px;
  }
  body footer .lower img {
    margin-bottom: 20px;
  }
  body footer .lower ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  body footer .lower ul li {
    margin: 10px;
  }
  body footer .lower ul li a {
    margin: 0 10px;
    font-size: 14px;
  }
}

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


body section.section-5 .container .footer {
	display: flex;
    align-items: center;
    justify-content: center;
	margin-top:55px;
}

body section.section-5 .container .footer > img {
	height: 100px;
}

body section.section-5 .container .footer .button {
	text-align: center;
    margin: 10px 20px 0 40px;
}

body section.section-5 .container .footer .button button {
	color: #222222;
    background-color: #ffd73b;
    border: 2px solid #fff;
    border-radius: 5px;
    font-weight: bold;
    font-size: 22px;
    padding: 8px 30px;
    height: 50px;
    position: relative;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.6s all ease-in-out;
    box-shadow: 5.142px 6.128px 6px 0px rgb(12 57 29 / 10%);
    margin-bottom: 10px;
	font-family: var(--main-hl-font);
}

body section.section-5 .container .footer .button button span {
	font-family: AcuminBold;
}

body section.section-5 .container .footer .button button img {
	position: absolute;
    bottom: -52px;
    right: 10px;
}

body section.section-5 .container .footer .button p {
	background-color: #f5eea5;
    white-space: nowrap;
    border-radius: 5px;
    padding: 0 2px;
    display: inline-block;
}

body section.section-5 .container .footer .arrow-cont {
	display: flex;
    align-items: flex-start;
}

body section.section-5 .container .footer .arrow-cont img {
	margin-top: 10px;
}

body section.section-5 .container .footer .arrow-cont p {
	font-size: 20px;
    font-family: MVBoli;
    color: var(--handfont-color);
    font-weight: bold;
    line-height: 23px;
    margin-left: 2px;
}


body section.hero .container .info img.arrow.v2 {
		left:240px;
	}
}

@media only screen and (max-width: 575px){
	body section.hero .container .info img.arrow.v2 {
		right:0px;
	}
}

body.blue_v header .bottom .container .left a,
body.blue_v header .bottom .container .right p {
	font-size:12px;
}

.hl-highlight {
	color:var(--main-color);
}


.middle.countdown {
	margin:-15px auto 0px auto; 
	display:flex; 
	flex-wrap:wrap;
}

.simple-countdown{
	background-color:#333333;
	box-shadow:0px -1px 15px 0px rgb(0 0 0 / 75%);
	display:flex;
	align-items:center;
	justify-content:space-evenly;
	height:68px;
	min-width:135px;
	padding:0px 7px;
	margin-left:-15px;
	border-radius:7px;
}

.simple-countdown__text {
	font-size: 14px;
	color: #c2c2c2;
	line-height:1.2em;
	margin-bottom:0px;
}

.simple-countdown__counter {
	font-family:var(--main-hl-font);
	font-size:40px;
	color:#fff;
	line-height:1em;
	height:42px;
}

body.blue_v section.section-12 .container .offer .left .price {
	/* right: -11px; */
}

@media only screen and (max-width: 800px){
	.middle.countdown {
		display:none;
	}
}

body section.section-2 .container .book-section .right .button-cont img,
body section.section-12 .container .offer .right .button-cont img {
	margin-left:0;
}

body section.section-2 .container .book-section .right .button-cont button img.small_btn_arrow,
body section.section-4 .container .footer .button button img.small_btn_arrow,
body section.section-5 .container .footer .button button img.small_btn_arrow,
body section.section-7 .container .main .right .footer .button button img.small_btn_arrow,
body section.section-8 .container .footer .button button img.small_btn_arrow,
body section.section-12 .container .offer .right .button-cont button img.small_btn_arrow,
body footer .container form .button-cont input[type=submit] img, body footer .container form .button-cont button img.small_btn_arrow {
	position:relative;
	bottom:2px;
	right:-10px;
}


.kundenzahl {
	 display:flex; 
	 flex-direction:column; 
	 align-items:center; 
	 margin-bottom:70px;
}

.kundenzahl__hl {
	font-family:var(--main-hl-font);
	font-size:50px;
	line-height:1.2em;
	text-align:center;
	margin-bottom:20px;
}

.kundenzahl__gif {
	margin:-15px 0 -40px 0;
	max-width:100%;
}

@media only screen and (max-width: 900px){
	.kundenzahl__hl {
		font-size:35px;
	}
}
@media only screen and (max-width: 650px){
	.kundenzahl__hl {
		font-size:25px;
	}
}

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

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

.m-0 {
	margin:0;
}

body.f-s--14 {
	font-size:14px;
}

.yellow_bg {
	background-color:#f5eea5;
	border-radius:5px;
	padding:0 2px;
}

.service_red_box {
	background-color:#fff;
	border:1px solid #f9b2b2;
	border-radius:8px;
	padding:20px 25px;
	width:288px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	position:relative;
}

.arrow_gratis {
	position:absolute;
	top:0;
	right:-15px;
	transform:translateX(100%);
}

.service_red_box__hl {
	font-family:var(--main-hl-font);
	font-size:22px;
}

.service_red_box__text {
	font-size:14px;
}

.service_white_box {
	background-color:#fff;
	border-radius:5px;
	padding:17px 21px;
	box-shadow:0 0 15px #00000026;
	position:absolute;
	bottom:-1px;
	right:0;
}

.button-cont {
	text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	gap:40px;
}

.download-btn {
	color: #222222;
    background-color: #ffd73b;
    border: 2px solid #fff;
    border-radius: 5px;
    font-weight: bold;
    font-size: 22px;
    padding: 8px 30px;
    height: 50px;
    position: relative;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.6s all ease-in-out;
    box-shadow: 5.142px 6.128px 6px 0px rgb(12 57 29 / 10%);
    font-family: var(--main-hl-font);
}


.service-small-hl {
	font-family:var(--main-hl-font);
	font-size:28px;
	line-height:1.3em;
	margin-bottom:25px;
}

.btn_cursor {
	position:absolute;
	bottom:-10px;
	right:25px;
}

.btn_handfont {
	font-size: 20px;
    font-family: MVBoli;
    color: #fff;
    line-height: 23px;
	text-align:left;
}

.btn_klick_arrow {
	display:flex;
	align-items:flex-start;
	margin-top:25px;
}

.service-design .flex-section {
	display:grid;
	grid-template-columns:405px auto;
	gap:135px;
	align-items:center;
	padding-left:100px;
}

.service-design .flex-section .left {
	display:flex;
	justify-content:center;
}

.icon-card {
	background-color:#fff;
	border-radius:10px;
	box-shadow:0 0 20px #00000014;
	text-align:center;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	gap:20px;
	width:265px;
	height:150px;
	position:relative;
}

.big-hl {
	font-family: var(--main-hl-font);
	font-size:55px;
	color:#000;
	line-height:1.3em;
}

.big-hl span {
	color:#cd2828;
}

.schwein-gruen {
	height:auto;
	margin:20px 0 -30px -70px;
	max-width:100%;
}

.sub-hl {
	font-family:var(--main-hl-font);
	font-size:22px;
	color:#222222;
}

.small_btn_arrow {
	position: relative;
    right:-10px;
}

.download-btn .btn-cursor {
	position:absolute;
	bottom:-10px;
	right:25px;
}

@media only screen and (max-width: 1375px){ 
	.big-hl {
		font-size:40px;
	}
}
@media only screen and (max-width: 1100px){ 
	.service-design .flex-section {
		padding-left:10px;
		gap:20px;
	}
	.arrow_gratis {
		display:none;
	}
}
@media only screen and (max-width: 900px){
	.hide_900px {
		display:none;
	}
}
@media only screen and (max-width: 1100px){
	.hide_1100px {
		display:none;
	}
}
@media only screen and (max-width: 800px){ 
	.schwein-gruen {
		margin:20px 0 0 -70px;
	}
	.service-design .flex-section {
		display:flex;
		flex-direction:column;
		align-items:center;
		justify-content:center;
	}
	.service-design .flex-section .left img {
		max-width:100%;
	}
}
@media only screen and (max-width: 650px){ 
	.hersteller-hinweis {
		display:none;
	}
}
@media only screen and (max-width: 450px){ 
	.big-hl {
		font-size:30px;
	}
	.sub-hl {
		font-size:18px;
	}
	.service-small-hl {
		font-size:21px;
	}
}


.tooltip_outer {
	position:relative;
}

.tooltip_outer .tooltip {
	background-color: #fff;
    padding: 10px;
    box-shadow: 0 0 10px #0003;
    border-radius: 5px;
	position:absolute;
	bottom:-135px;
	right:0;
	display:none;
}

.tooltip_outer:hover .tooltip {
	display:block;
}

.images-container{text-align:center;}
.images-container img{height:136px;margin:0px 12px;}

/* Begin QS-Slider */

.qs-slider-section {
  padding: 20px 0 60px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.qs-slider-section .qs-slider-heading {
  font-family: "jaf-facitweb", sans-serif;
  margin-bottom: 40px;
}

.qs-slider-section .qs-slider-heading h2 {
  font-size: 46px;
  line-height: 50px;
  margin-bottom: 16px;
}

.qs-slider-section .qs-slider-heading span {
  color: #a70417;
}

.qs-slider-section .qs-slider-heading p {
  font-size: 22px;
  line-height: 30px;
}

.qs-slider-section .qs-slider {
  max-width: 1138px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

.slider-container .slide {
  position: relative;
  display: none;
  animation: slide .4s ease-in-out;
}

.slider-container .slide.active{
  display: block;
}

.slide .content {
  position: absolute;
  bottom: -50px;
  right: 20px;
}

.slide .content p {
  max-width: 375px;
  width: 100%;
  padding: 10px;
  background-color: #a70417; 
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  border-radius: 5px;
  text-align: left;
}

.slide .slide-image img {
  width: 100%;
  filter: drop-shadow(0px 0px 6px grey);
}

.qs-slider .qs-slider-controls {
  cursor: pointer;
  margin: 0 10px;
}

.qs-slider .prev-btn {
  cursor: pointer;
  margin: 0 10px 0 0;
}

.qs-slider .next-btn {
  cursor: pointer;
  margin: 0 0 0 10px;
}

.qs-slider .qs-slider-controls img {
  width: 100%;
}

.dots-navigation {
  display: flex;
}

.dots-navigation .active {
  background-color: #a70417;
}

.dots-navigation span {
  height: 19px;
  width: 19px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #a70417;
  margin-right: 10px;
  cursor: pointer;
}

/* Keyframes */

@keyframes slide {
  0% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}

/* Media queries */

@media (max-width: 1180px) {
  .qs-slider-section .qs-slider {
    max-width: none;
    width: 98%;
  }
}

@media (max-width: 768px) {
  .qs-slider-controls,
  .content {
    display: none;
  }

  .qs-slider-section .qs-slider-heading {
    margin-bottom: 10px;
  }

  .qs-slider-section .qs-slider-heading h2 {
  font-size: 36px;
  line-height: 34px;
  margin-bottom: 10px;
  }

  .qs-slider-section .qs-slider-heading p {
    font-size: 20px;
    line-height: 26px;
  }

  .slide .slide-image img {
    width: 90%;
  }
}


/* End QS-Slider */


/*Testi Stars Animation*/
.testi-sterne-container{
  display: block; 
  width: 460px;
  position: absolute;
  top:0;
  left: 130px;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
  padding: 12px 50px 35px 20px;
  margin: 25px auto 0;
  height:338px;
}

.testi-sterne-slide{
  margin: -20px -10px 0 0;
}

.testi-sterne {
    display: flex;
    justify-content: space-between;
    height: 45px;
    align-items: center;
    width: 615px;
}

.testi-sterne p {
    margin-top: 21px;
    width: 70%;
    text-align: right;
    margin-right: 15px;
    font-size: 16px;
}
.testi-sterne p:last-child {
    text-align: left;
}

body section.section-8 .container .main .right.testi-text-container .slider-cont .slider img{
  height:80px!important;
  width: 80px!important;
  opacity: 1!important;
  margin: 35px 10px!important;
  filter: grayscale();
}

body section.section-8 .container .main .right.testi-text-container .slider-cont .slider img.slick-active.slick-current{
  height: 80px!important;
  width: 80px!important;
  opacity: 1!important;
  margin: 35px 10px!important;
  filter: none;
}

.sterne-container img{
  width: 102%;
  margin-top: -2px;
}

.sterne-container{
  background-color: #ffd338;
  width: 260px;
  margin: -4px 20px -1px 0px;
  background-color: #fff;
  background-image:linear-gradient(90deg, #ffd338 35%, white 21%);
  animation-fill-mode: both!important;
  background-size: 300% 300%;
}

/*first animation*/
.animation-5{
  animation: stern_5 normal 4s;
}
.animation-4_2 {
  animation: stern_4_2 normal 4s;
}
.animation-4_5 {
  animation: stern_4_5 normal 4s;
}
.animation-4_8 {
  animation: stern_4_8 normal 4s;
}
/*first animation*/

.testi-text-bg {
  background-color: #fff;
  padding: 20px;
  height:200px;
  width: 399px;
  position: absolute;
}

.testi-text-bg p{
  z-index: 9;
}

.testi-text-container{
  background-color: #faedbf; 
  padding:30px; 
  width: 670px;
  padding-left: 212px;
  position: relative;
}  

.testi-text-container .toggle,
.testi-text-container .name{
  background: #fff;
  padding-bottom: 10px!important;
  width: 470px;
  max-width: none!important;
  margin-top: 0!important;
}

/*Sterne Animation Keyframes*/
@keyframes stern_3_8 {
    0% {background-position: 100%}
    100% {background-position: -40px}
}
@keyframes stern_3_7 {
    0% {background-position: 100%}
    100% {background-position: -38px}
}
@keyframes stern_4 {
    0% {background-position: 100%}
    100% {background-position: -33px}
}
@keyframes stern_4_5 {
    0% {background-position: 100%}
    100% {background-position: -15px}
}
@keyframes stern_4_6 {
    0% {background-position: 100%}
    100% {background-position: -14px}
}
@keyframes stern_5 {
    0% {background-position: 100%}
    100% {background-position: 0px}
}
@keyframes stern_4_2 {
    0% {background-position: 100%}
    100% {background-position: -20px}
}
@keyframes stern_4_3 {
    0% {background-position: 100%}
    100% {background-position: -20px}
}
@keyframes stern_4_8 {
    0% {background-position: 100%}
    100% {background-position: -12px}
}
@keyframes stern_4_7 {
    0% {background-position: 100%}
    100% {background-position: -13px}
}


/*Testi Stars Animation ende*/

.testi-sterne-slide{display:none;}

.testi-text-container .arrow-right {
    position: absolute;
    right: 9px;
    top: 205px;
    color: #fff!important;
    background: #a70417!important;
    z-index: 10;

}

.testi-text-container .arrow-left {
    position: absolute;
    left: 115px;
    top: 205px;
    color: #fff!important;
    background: #a70417!important;
    z-index: 10;
}
.testi-text-container h1{
    text-align: right;
    font-size: 23px;
    margin-top: 7px;
}

.testi-text-container .arrow-left:hover,
.testi-text-container .arrow-right:hover  {
    color: #a70417!important;
    background: none!important;
    }


@media only screen and (max-width: 1366px) {
  .testi-sterne {
    display: flex;
    justify-content: space-between;
    height: 45px;
    align-items: center;
    width: 615px;
  }

.testi-sterne p {
    margin-top: 21px;
    width: 70%;
    text-align: right;
    margin-right: 15px;
    font-size: 14px;
  }

   .testi-sterne-container {
      display: block!important;
  }
}

@media only screen and (max-width: 991px) {
   .testi-text-container {
      width: 930px
  }
   .testi-text-container p {
      font-size: 12px;
  }
   .testi-sterne-container {
      display: block!important;
      left: 11px;
  }
}

.fixed_navi {
  position: fixed;
  z-index: 10; 
  width: 100%; 
  top:0
}
.section-13 .features .feature{
  position: relative;
}

.section-13 .features .feature p{
  margin-left: 30px;
}

.section-13 .features .feature::before{
  content:url('../images/green-check.png');
  position:absolute;
  top: 4px;
}

@media only screen and (min-width: 992px) and (max-width: 1365px){
.section-13 .features .feature{
  margin-bottom: 10px;
}
}


.yearSelect {
    background: #f9f9f9;
    background-image: url(../images/select-arrow.png);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: calc(100% - 10px) 12px;
    border: 1px solid #dedede;
    padding: 5px 10px;
		width:235px;
}