a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: Bebas-Light;
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
  src: url(../fonts/BebasNeueLight/BebasNeueLight.woff2) format("woff2");
  src: url(../fonts/BebasNeueLight/BebasNeueLight.woff) format("woff");
}
@font-face {
  font-family: Bebas-Book;
  font-weight: 350;
  font-style: normal;
  font-display: fallback;
  src: url(../fonts/BebasNeueBook/BebasNeueBook.woff2) format("woff2");
  src: url(../fonts/BebasNeueBook/BebasNeueBook.woff) format("woff");
}
@font-face {
  font-family: Bebas-Regular;
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
  src: url(../fonts/BebasNeueRegular/BebasNeueRegular.woff2) format("woff2");
  src: url(../fonts/BebasNeueRegular/BebasNeueRegular.woff) format("woff");
}
@font-face {
  font-family: Bebas-Bold;
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
  src: url(../fonts/BebasNeueBold/BebasNeueBold.woff2) format("woff2");
  src: url(../fonts/BebasNeueBold/BebasNeueBold.woff) format("woff");
}
@font-face {
  font-family: Lato-Bold;
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
  src: url(../fonts/Lato-Bold/Lato-Bold.woff2) format("woff2");
  src: url(../fonts/Lato-Bold/Lato-Bold.woff) format("woff");
}
@font-face {
  font-family: Lato-Regular;
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
  src: url(../fonts/Lato-Regular/Lato-Regular.woff2) format("woff2");
  src: url(../fonts/Lato-Regular/Lato-Regular.woff) format("woff");
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  -o-transition: transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: fixed;
  /* vertical-align: middle; */
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
	top: 3.5rem;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
html {
  font-size: 100%;
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-size: 1rem;
  line-height: 1.3;
  overflow-x: hidden;
  font-family: Lato-Regular, sans-serif;
  letter-spacing: 0.03125rem;
  color: #292a31;
	min-width: 320px;
}
sup {
  color: #4f91ff;
  font-size: 0.625rem;
  line-height: 0.625rem;
  vertical-align: top;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-jc-c {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-ai-c {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-jc-sb {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-as-fs {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.flex-ai-fs {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.flex-jc-fe {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.strong {
  font-weight: 700;
}
.strong--aqua {
  color: #1deaea;
}
.body--overlay::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(41, 42, 49, 0.6);
  z-index: 1000;
}
.title {
  font-family: Bebas-Regular, sans-serif;
}
.title--h1 {
  font-size: 5.125rem;
  line-height: 4.5rem;
  font-family: Bebas-Book, sans-serif;
}
.title__blue-h1 {
  color: #4f91ff;
  font-size: 6.25rem;
  font-family: Bebas-Regular, sans-serif;
}
.title--h2 {
  font-size: 4rem;
  line-height: 4rem;
  font-family: Bebas-Book, sans-serif;
}
@media (max-width: 75rem) {
  .title--h2 {
    font-size: 3.25rem;
    line-height: 3.25rem;
  }
}
@media (max-width: 22.5rem) {
  .title--h2 {
    font-size: 2.625rem;
    line-height: 2.625rem;
  }
}
.title--fz-66 {
  font-size: 4.125rem;
  line-height: 4.125rem;
}
.title--h3 {
  font-size: 2.625rem;
  line-height: 2.625rem;
  font-family: Bebas-Book, sans-serif;
}
.title--h3-modified {
  font-family: Bebas-Regular, sans-serif;
  line-height: 3.125rem;
}
.title--h4 {
  font-size: 1.5rem;
  line-height: 1;
  font-family: Bebas-Bold, sans-serif;
}
.title__blue {
  color: #4f91ff;
  font-family: Bebas-Regular, sans-serif;
}
p {
  color: grey;
  line-height: 1.375rem;
}
a {
  text-decoration: none;
}
img,
svg {
  max-width: 100%;
  vertical-align: middle;
}
.button {
  font-family: Bebas-Regular, sans-serif;
  font-size: 1.5rem;
  line-height: .9;
  color: #fff;
  padding: 1.4375rem 1.4375rem;
  display: inline-block;
  letter-spacing: 0;
  background-color: #4f91ff;
  -webkit-box-shadow: 0px 10px 10px rgba(79, 145, 255, 0.2);
  box-shadow: 0px 10px 10px rgba(79, 145, 255, 0.2);
  border: 1px solid transparent;
  text-align: center;
  cursor: pointer;
}
.button--transparent {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #292a31;
  background-color: transparent;
  border-color: #292a31;
}
@media (max-width: 36rem) {
  .button {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 0.9375rem;
}
.container--lg {
  max-width: 75rem;
}
@media (max-width: 75rem) {
  .container {
    max-width: 46.125rem;
  }
}
.header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
}
@media (max-width: 75rem) {
  .header {
    background-color: transparent;
  }
}
.header__hamburger {
  width: 1.875rem;
  height: 1.25rem;
  display: none;
  position: relative;
  z-index: 9999;
  cursor: pointer;
}
.header__hamburger::after,
.header__hamburger::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  height: 0.25rem;
  background-color: #4f91ff;
}
.header__hamburger::before {
  top: 0;
}
.header__hamburger::after {
  bottom: 0;
}
@media (max-width: 75rem) {
  .header__hamburger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.header__hamburger--active > .header__hamburger-inner {
  width: 1.375rem;
}
.header__hamburger-inner {
  width: 100%;
  height: 0.25rem;
  background-color: #4f91ff;
  -webkit-transition: width 0.15s ease;
  -o-transition: width 0.15s ease;
  transition: width 0.15s ease;
}
.header__topbar {
  padding: 0.4375rem 0;
  background-color: #0a3243;
  color: #fff;
}
@media (max-width: 22.5rem) {
  .header__topbar {
    padding: 0;
  }
}
.header__topbar-content {
  font-size: 0.875rem;
  line-height: 1rem;
}
@media (max-width: 36rem) {
  .header__topbar-content {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 0.9375rem;
  }
}
@media (max-width: 22.5rem) {
  .header__topbar-content {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
.header__topbar-button {
  color: #1deaea;
  font-family: Lato-Bold, sans-serif;
}
.header__topbar-text {
  margin: 0 0.625rem 0 0.3125rem;
}
.header__inner {
  position: relative;
  padding: 1.5625rem 0;
}
@media (max-width: 75rem) {
  .header__inner {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 47.9375rem) {
  .header__inner {
    padding-left: 0.9375rem;
  }
}
.header__geberich,
.header__logo {
  position: absolute;
}
.header__logo {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 75rem) {
  .header__logo {
    display: none;
  }
}
.header__geberich {
  right: 0;
  top: 0;
  padding: 1.6875rem 0.9375rem;
  border-radius: 0 0 10px 10px;
  border: 1px solid #dbdbdb;
  background-color: #fff;
}
@media (max-width: 75rem) {
  .header__geberich {
    margin-top: -1.875rem;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
    border: none;
  }
}
@media (max-width: 36rem) {
  .header__geberich {
    padding: 1rem 0.5625rem;
  }
}
@media (max-width: 22.5rem) {
  .header__geberich {
    margin-top: -1rem;
  }
}
@media (max-width: 75rem) {
  .header__menu {
    display: none;
    position: absolute;
    background-color: #fff;
    top: 0;
    /* left: -1.875rem; */
    padding: 1.5rem 1.875rem 2.375rem;
    /* max-width: 23.375rem; */
    width: 100vw;
		left: calc(50% - 50vw);
  }
}
/* @media (max-width: 75rem) and (max-width: 47.9375rem) {
  .header__menu {
    left: -0.9375rem;
  }
} */
@media (max-width: 75rem) and (max-width: 36rem) {
  .header__menu {
    /* width: calc(100% + 30px);
    max-width: 25.875rem; */
    padding-top: 0;
  }
}
@media (max-width: 75rem) and (max-width: 22.5rem) {
  .header__menu {
    padding-bottom: 2.1875rem;
  }
}
@media (max-width: 20rem) {
  .header__menu {
    width: 320px;
		left: -15px;
  }
}


.header__menu--active {
  display: block;
}
.menu__link {
  font-size: 0.875rem;
  line-height: 1rem;
  color: #292a31;
}

.menu__item {
  padding: 0 0.75rem;
}

.menu__item:first-child,
.menu__item:nth-child(2),
.menu__item:last-child {
	display: none;
}

@media (max-width: 75rem) {
  .menu__item {
    padding: 1.5rem 0.75rem;
  }

	.menu__item:first-child,
	.menu__item:nth-child(2),
	.menu__item:last-child {
		display: block;
}
}
@media (max-width: 22.5rem) {
  .menu__item {
    padding-top: 1.0625rem;
    padding-bottom: 1.0625rem;
  }
}
.menu__button {
  width: 100%;
  display: none;
}
@media (max-width: 75rem) {
  .menu__button {
    display: block;
  }
}
@media (max-width: 75rem) {
  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin-bottom: 2.375rem;
  }
}
@media (max-width: 22.5rem) {
  .menu__list {
    margin-bottom: 1.0625rem;
  }
}
.menu__top {
  padding-bottom: 1.625rem;
  display: none;
}
@media (max-width: 75rem) {
  .menu__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 22.5rem) {
  .menu__top {
    padding-bottom: 0;
    height: 4.375rem;
  }
}
.menu__top-logo {
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  font-family: Bebas-Regular, sans-serif;
	margin-right: 20px;
}
.menu__top-logo span:first-child {
  color: #4f91ff;
  font-family: Bebas-Bold, sans-serif;
  margin-right: 0.1875rem;
}
@media (max-width: 36rem) {
  .menu__top-logo {
    margin-right: 0.125rem;
  }
}
/* .menu__top-product {
  position: absolute;
  top: 0;
  right: 0;
} */
@media (max-width: 36rem) {
  .menu__top-product {
    position: relative;
  }
}
@media (max-width: 22.5rem) {
  .menu__top-product {
    display: none;
  }
}
.first-section__items,
.third-section__items {
  padding: 1.6875rem 1.25rem;
}
@media (max-width: 75rem) {
  .first-section__items,
  .third-section__items {
    padding: 1.875rem;
    margin: 0 -1.875rem;
  }
}
@media (max-width: 36rem) {
  .first-section__items,
  .third-section__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.25rem;
    margin: 0 -1.25rem;
  }
}
.first-section__item,
.third-section__item {
  border: 1px solid #76a9ff;
  background-color: #fff;
  padding: 1.5rem 3.125rem 1.5rem 1.5rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 32.7433628319%;
  -ms-flex: 0 0 32.7433628319%;
  flex: 0 0 32.7433628319%;
}
@media (max-width: 75rem) {
  .first-section__item,
  .third-section__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.25rem 0.625rem 1.25rem 1.25rem;
  }
}
@media (max-width: 36rem) {
  .first-section__item,
  .third-section__item {
    margin-bottom: 0.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 1.25rem;
  }
}
@media (max-width: 36rem) {
  .first-section__item:last-child,
  .third-section__item:last-child {
    margin-bottom: 0;
  }
}
.first-section__item-title,
.third-section__item-title {
  letter-spacing: 0;
}
.first-section__item-icon,
.third-section__item-icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 2rem;
  -ms-flex: 0 0 2rem;
  flex: 0 0 2rem;
  margin-right: 1.5rem;
}
@media (max-width: 75rem) {
  .first-section__item-icon,
  .third-section__item-icon {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 36rem) {
  .first-section__item-icon,
  .third-section__item-icon {
    margin-right: 1rem;
  }
}
.first-section__item-paragraph,
.third-section__item-paragraph {
  font-size: 0.875rem;
  line-height: 1rem;
  margin-top: 0.5rem;
}
@media (max-width: 75rem) {
  .first-section__item-paragraph,
  .third-section__item-paragraph {
    margin-top: 0.75rem;
    max-width: 11.875rem;
  }
}
@media (max-width: 36rem) {
  .first-section__item-paragraph,
  .third-section__item-paragraph {
    max-width: 16.875rem;
  }
}
.first-section {
  position: relative;
  overflow: hidden;
  padding-top: 6.25rem;
}
.first-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 162px);
  background-image: url(../img/s1-bg.png);
  background-position: center -22px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 75rem) {
  .first-section::before {
    top: -4.25rem;
    height: calc(100% - 220px + 68px);
    background-image: url(../img/s1-bg-768.png);
  }
}
@media (max-width: 36rem) {
  .first-section::before {
    background-image: url(../img/s1-bg-414.png);
    height: calc(100% - 368px + 68px);
    background-position: center 0;
  }
}
@media (max-width: 22.5rem) {
  .first-section::before {
    background-image: url(../img/s1-bg-320.png);
    height: calc(100% - 416px + 68px);
  }
}
@media (max-width: 75rem) {
  .first-section {
    padding-top: 1.875rem;
  }
}
.first-section__text-vertical {
  top: 0;
  left: -50px;
}
@media (max-width: 75rem) {
  .first-section__text-vertical {
    display: none;
  }
}
@media (max-width: 36rem) {
  .first-section__text-vertical {
    display: block;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    left: auto;
    right: 0;
  }
}
.first-section__content {
  position: relative;
}
@media (max-width: 75rem) {
  .first-section__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.first-section__main {
  padding-bottom: 7.125rem;
  padding-top: 6.25rem;
  overflow: hidden;
}
@media (max-width: 75rem) {
  .first-section__main {
    padding-top: 7.0625rem;
    padding-bottom: 2.875rem;
  }
}
@media (max-width: 36rem) {
  .first-section__main {
    padding-top: 5.8125rem;
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 22.5rem) {
  .first-section__main {
    padding-bottom: 1.25rem;
  }
}
.first-section__about,
.first-section__intro {
  position: relative;
  z-index: 1;
}
.first-section__intro {
  margin-left: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 15.625rem;
  -ms-flex: 0 0 15.625rem;
  flex: 0 0 15.625rem;
}
@media (max-width: 75rem) {
  .first-section__intro {
    margin-left: 0;
  }
}
@media (max-width: 36rem) {
  .first-section__intro {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.first-section__about {
  margin-top: 6.25rem;
}
@media (max-width: 75rem) {
  .first-section__about {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    margin-top: 4.5625rem;
  }
}
@media (max-width: 36rem) {
  .first-section__about {
    margin-top: 2.5rem;
  }
}
.first-section__image-product-wrap {
  position: absolute;
  top: -7.8125rem;
  left: 48%;
  width: 46.625rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.first-section__image-product-wrap::before {
  content: "-50%";
  position: absolute;
  text-align: center;
  font-size: 32px;
  font-family: Bebas-Regular, sans-serif;
  line-height: 4.5625rem;
  bottom: 6.875rem;
  right: 8.3125rem;
  width: 73px;
  height: 73px;
  border-radius: 100%;
  background-color: #292a31;
  color: #fff;
  -webkit-box-shadow: 0 32px 32px rgba(79, 145, 255, 0.2);
  box-shadow: 0 32px 32px rgba(79, 145, 255, 0.2);
}
@media (max-width: 36rem) {
  .first-section__image-product-wrap::before {
    right: auto;
    left: 0.125rem;
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 3.125rem;
    bottom: 3.5rem;
  }
}
@media (max-width: 22.5rem) {
  .first-section__image-product-wrap::before {
    right: 0.875rem;
    bottom: 5.375rem;
    left: auto;
    width: 60px;
    height: 60px;
    font-size: 28px;
    line-height: 3.6875rem;
  }
}
@media (max-width: 75rem) {
  .first-section__image-product-wrap {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: 6.3125rem;
    top: -7.625rem;
  }
}
@media (max-width: 36rem) {
  .first-section__image-product-wrap {
    left: 8.3125rem;
    top: 4.25rem;
  }
}
@media (max-width: 22.5rem) {
  .first-section__image-product-wrap {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 22.5rem;
    text-align: center;
    top: 15rem;
  }
}
@media (max-width: 22.5rem) {
  .first-section__image-product-wrap {
    width: 20rem;
  }
}
.first-section__tags {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 75rem) {
  .first-section__tags {
    top: 33.625rem;
  }
}
@media (max-width: 36rem) {
  .first-section__tags {
    top: 11.125rem;
    left: 0;
    right: auto;
  }
}
@media (max-width: 22.5rem) {
  .first-section__tags {
    top: 15rem;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.first-section__tag {
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  margin: 0 0.15625rem;
  padding: 0.4375rem 0.9375rem;
  font-family: Bebas-Book, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  color: grey;
}
@media (max-width: 22.5rem) {
  .first-section__tag {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32.1428571429%;
    -ms-flex: 0 0 32.1428571429%;
    flex: 0 0 32.1428571429%;
    text-align: center;
    margin: 0;
  }
}
.first-section__tag:last-child {
  margin-right: 0;
}
.first-section__tag:first-child {
  margin-left: 0;
}
.text-vertical {
  position: absolute;
  -webkit-transform-origin: 90% 50%;
  -ms-transform-origin: 90% 50%;
  transform-origin: 90% 50%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 1.125rem;
  line-height: 1.125rem;
  text-transform: uppercase;
  font-family: Bebas-Light, sans-serif;
  color: grey;
}
.intro__title {
  max-width: 15.625rem;
  margin-bottom: 2.8125rem;
}
@media (max-width: 36rem) {
  .intro__title {
    margin-bottom: 4.5625rem;
  }
}
@media (max-width: 22.5rem) {
  .intro__title {
    margin-bottom: 1.5625rem;
  }
}
.intro__text {
  margin-bottom: 1.5625rem;
}
@media (max-width: 36rem) {
  .intro__text {
    font-size: 0.875rem;
    line-height: 1rem;
    max-width: 10.9375rem;
    margin-bottom: 2.375rem;
  }
}
@media (max-width: 22.5rem) {
  .intro__text {
    max-width: 100%;
    margin-bottom: 12.8125rem;
  }
}
.intro__price {
  margin-bottom: 2.875rem;
  max-width: 10.375rem;
  width: 100%;
}
@media (max-width: 36rem) {
  .intro__price {
    max-width: 7.6875rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 22.5rem) {
  .intro__price {
    margin-bottom: 1.25rem;
    max-width: 5.625rem;
  }
}
.about {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 19.25rem;
  -ms-flex: 0 0 19.25rem;
  flex: 0 0 19.25rem;
}
.about__title {
  margin-bottom: 0.375rem;
}
.about__rating {
  margin-bottom: 1.375rem;
}
.about__rating span {
  color: grey;
  font-size: 0.875rem;
  line-height: 0.875rem;
}
@media (max-width: 36rem) {
  .about__rating {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.about__rating-star span {
  position: relative;
}
.about__rating-star span::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 0.03125rem;
  background-color: grey;
}
.about__text {
  margin-bottom: 1.875rem;
}
@media (max-width: 36rem) {
  .about__text {
    margin-bottom: 1.25rem;
  }
}
.about__rating-star {
  padding-left: 6.625rem;
  margin-right: 0.625rem;
  height: 1rem;
  background-position: center left;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='96' height='16' viewBox='0 0 96 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.00008 1.93066L9.95675 5.926L14.3334 6.57066L11.1667 9.67866L11.9141 14.0693L8.00008 11.9953L4.08608 14.0693L4.83341 9.67866L1.66675 6.57066L6.04275 5.926L8.00008 1.93066Z' fill='%234F91FF' stroke='%234F91FF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M28.0001 1.93066L29.9567 5.926L34.3334 6.57066L31.1667 9.67866L31.9141 14.0693L28.0001 11.9953L24.0861 14.0693L24.8334 9.67866L21.6667 6.57066L26.0427 5.926L28.0001 1.93066Z' fill='%234F91FF' stroke='%234F91FF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M48.0001 1.93066L49.9567 5.926L54.3334 6.57066L51.1667 9.67866L51.9141 14.0693L48.0001 11.9953L44.0861 14.0693L44.8334 9.67866L41.6667 6.57066L46.0427 5.926L48.0001 1.93066Z' fill='%234F91FF' stroke='%234F91FF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M68.0001 1.93066L69.9567 5.926L74.3334 6.57066L71.1667 9.67866L71.9141 14.0693L68.0001 11.9953L64.0861 14.0693L64.8334 9.67866L61.6667 6.57066L66.0427 5.926L68.0001 1.93066Z' fill='%234F91FF' stroke='%234F91FF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M88.0001 1.93066L89.9567 5.926L94.3334 6.57066L91.1667 9.67866L91.9141 14.0693L88.0001 11.9953L84.0861 14.0693L84.8334 9.67866L81.6667 6.57066L86.0427 5.926L88.0001 1.93066Z' fill='%23DBDBDB' stroke='%23DBDBDB' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.price {
  border-bottom: 2px solid #292a31;
  padding-bottom: 1.0625rem;
}
@media (max-width: 22.5rem) {
  .price {
    padding-bottom: 1.6875rem;
  }
}
.price__item {
  font-family: Bebas-Regular, sans-serif;
	display: flex;
}
.price__item--new {
  font-size: 3rem;
  line-height: 3rem;
  font-family: Bebas-Bold, sans-serif;
}
@media (max-width: 36rem) {
  .price__item--new {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.price__item--old {
  font-size: 2rem;
  line-height: 2.375rem;
  color: #bdbdbd;
  margin-left: 0.625rem;
  margin-top: 0.125rem;
  position: relative;
}
.price__item--old::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #dbdbdb;
}
@media (max-width: 36rem) {
  .price__item--old {
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin-top: 0;
  }
}
@media (max-width: 22.5rem) {
  .price__item--old {
    margin-top: 0.125rem;
  }
}
.footer {
  background-color: #0a3243;
  padding: 1.875rem 0;
  color: #fff;
}
.footer__strong {
  font-size: 1rem;
}
@media (max-width: 36rem) {
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer__product-name,
.footer__product-name-mobile {
  margin-bottom: 2rem;
  font-size: 3rem;
  line-height: 3rem;
  font-family: Bebas-Book, sans-serif;
}
.footer__product-name span,
.footer__product-name-mobile span {
  display: block;
}
.footer__product-name span:first-child,
.footer__product-name-mobile span:first-child {
  font-family: Bebas-Regular, sans-serif;
  color: #4f91ff;
}
@media (max-width: 36rem) {
  .footer__product-name {
    display: none;
  }
}
.footer__product-name-mobile {
  display: none;
}
@media (max-width: 36rem) {
  .footer__product-name-mobile {
    display: block;
    margin-bottom: 1.5625rem;
    font-size: 3.875rem;
    line-height: 3.875rem;
  }
}
@media (max-width: 36rem) and (max-width: 36rem) {
  .footer__product-name-mobile span:first-child {
    margin-right: 0.625rem;
  }
}
@media (max-width: 36rem) and (max-width: 36rem) {
  .footer__product-name-mobile span {
    display: inline-block;
  }
}
@media (max-width: 22.5rem) {
  .footer__product-name-mobile {
    font-size: 3rem;
    line-height: 3rem;
  }
}
.footer__link {
  font-size: 1.125rem;
  color: #4f91ff;
  position: relative;
}
.footer__link::before {
  content: "";
  position: absolute;
  bottom: -0.125rem;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background-color: #4f91ff;
}
@media (max-width: 75rem) {
  .footer__link {
    font-size: 1rem;
  }
}
.footer__text {
  color: #fff;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
.footer__text--mb-0 {
  margin-bottom: 0;
}
.footer__column--first {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.1196581197%;
  -ms-flex: 0 0 58.1196581197%;
  flex: 0 0 58.1196581197%;
}
@media (max-width: 75rem) {
  .footer__column--first {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 51.9774011299%;
    -ms-flex: 0 0 51.9774011299%;
    flex: 0 0 51.9774011299%;
  }
}
@media (max-width: 36rem) {
  .footer__column--first {
    margin-bottom: 2.5rem;
  }
}
.footer__column--second {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}
@media (max-width: 36rem) {
  .footer__column--second {
    text-align: left;
  }
}
.second-section {
  padding: 2.6875rem 0 6rem;
  overflow: hidden;
}
@media (max-width: 75rem) {
  .second-section {
    padding: 2.5rem 0;
  }
}
.second-section__title {
  margin-bottom: 2.5rem;
  /* margin-top: 3.125rem; */
}
@media (max-width: 75rem) {
  .second-section__title {
    margin-top: 0;
    margin-bottom: 1.25rem;
    letter-spacing: 0;
  }
}
.second-section__content {
  position: relative;
	display: grid;
	grid-template-columns: 700px 1fr;
	grid-template-rows: 1fr max-content;
}

@media (max-width: 75rem) {
  .second-section__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
		display: flex;
    flex-direction: column;
  }
}

@media (max-width: 36rem) {
  .second-section__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 75rem) {
  .second-section__content-text {
		display: block;
	}
}

@media (max-width: 36rem) {
  .second-section__content-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.second-section__text-vertical {
  top: 15px;
  left: -70px;
}
@media (max-width: 75rem) {
  .second-section__text-vertical {
    display: none;
  }
}
.second-section__column--first {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 53.9316239316%;
  -ms-flex: 0 0 53.9316239316%;
  flex: 0 0 53.9316239316%;
  margin-left: 60px;
	margin-bottom: 2.9375rem;
}
@media (max-width: 75rem) {
  .second-section__column--first {
    margin-left: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 64.406779661%;
    -ms-flex: 0 0 64.406779661%;
    /* flex: 0 0 64.406779661%; */
		margin-bottom: 20px;
		order: -1;
  }
}
.second-section__column--second {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 34.188034188%;
  -ms-flex: 0 0 34.188034188%;
  /* flex: 0 0 34.188034188%; */
	grid-column: 2 / -1;
	grid-row: 1 / -1;
}
@media (max-width: 75rem) {
  .second-section__column--second {
    /* margin-left: 1.25rem; */
    margin-left: 0;
  }
}
@media (max-width: 36rem) {
  .second-section__column--second {
    margin-left: 0;
    text-align: center;
  }
}
.second-section__paragraph {
  line-height: 1.125rem;
}
@media (max-width: 75rem) {
  .second-section__paragraph {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}
.second-section__paragraph--mb-20 {
  margin-bottom: 1.25rem;
}
@media (max-width: 75rem) {
  .second-section__paragraph--mb-20 {
    margin-bottom: 0.625rem;
  }
}
@media (max-width: 36rem) {
  .second-section__paragraph--mb-20 {
    margin-bottom: 1.25rem;
  }
}
.second-section__button {
  margin-top: 2.5rem;
}

@media (max-width: 75rem) {
  .second-section__button {
    display: none;
  }
}

.second-section__button-mobile {
  display: none;
  /* margin-bottom: 1.25rem; */
}

@media (max-width: 75rem) {
  .second-section__button-mobile {
    display: block;
		width: 384px;
		margin: 0 auto;
		box-shadow: 0px 10px 10px rgba(79, 145, 255, 0.2);
  }
}

@media (max-width: 22.5rem) {
  .second-section__button-mobile {
    margin-bottom: 2.5rem;
  }
}
.second-section__column-inner:first-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.3629160063%;
  -ms-flex: 0 0 41.3629160063%;
  /* flex: 0 0 41.3629160063%; */
	margin-bottom: 10px;
}
@media (max-width: 75rem) {
  .second-section__column-inner:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.7582417582%;
    -ms-flex: 0 0 41.7582417582%;
    flex: 0 0 41.7582417582%;
  }
}
.second-section__column-inner:first-child > .second-section__paragraph {
  margin-right: 1.25rem;
}
@media (max-width: 36rem) {
  .second-section__column-inner:first-child > .second-section__paragraph {
    margin-right: 0;
    margin-bottom: 1.25rem;
  }
}
.second-section__column-inner:last-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50.7131537242%;
  -ms-flex: 0 0 50.7131537242%;
  flex: 0 0 50.7131537242%;
  margin-left: 1.25rem;
}
@media (max-width: 75rem) {
  .second-section__column-inner:last-child {
    margin-left: 0;
  }
}
/* .second-section__column-inner:last-child
  > .second-section__paragraph:last-child {
  margin-left: 1.875rem;
} */
@media (max-width: 36rem) {
  .second-section__column-inner:last-child
    > .second-section__paragraph:last-child {
    margin-left: 0;
  }
}

.second-section__image-wrap {
	width: 100%;
	height: 100%;
	background-color: #f8faff;
  /* position: relative; */
}
/* .second-section__image-wrap::before {
  content: "";
  position: absolute;
  bottom: -3.5rem;
  left: 0.5625rem;
  width: 20.125rem;
  height: 27.375rem;
  background-color: #f8faff;
} */
/* @media (max-width: 75rem) {
  .second-section__image-wrap::before {
    width: 17.25rem;
    height: 22.875rem;
    bottom: -1.9375rem;
    left: 0;
  }
}
@media (max-width: 36rem) {
  .second-section__image-wrap::before {
    width: 15.25rem;
    height: 24.25rem;
    left: 0;
    bottom: 0;
  }
} */

@media (max-width: 75rem) {
  .second-section__image-wrap {
		margin: 0 auto;
    margin-bottom: 1.25rem;
		max-width: 470px;
  }
}

@media (max-width: 36rem) {
  .second-section__image-wrap {
    display: ruby-base;
    /* margin-top: -2.5rem; */
  }
}
.second-section__image {
  /* z-index: 1;
  position: relative; */
	display: block;
	margin: auto;
	height: 100%;
	object-fit: cover;
	max-height: 577px;
}
/* @media (max-width: 75rem) {
  .second-section__image {
    max-height: 577px;
  }
} */
.second-section__bottom {
  padding-left: 4.3125rem;
  /* margin-top: -0.9375rem; */
}
@media (max-width: 75rem) {
  .second-section__bottom {
    padding-left: 0;
		order: -1;
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 36rem) {
  .second-section__bottom {
    /* margin-top: -0.9375rem; */
    position: relative;
    text-align: start;
  }
}
.second-section__text-small {
  font-size: 0.875rem;
  line-height: 1rem;
  color: grey;
  margin-bottom: 0.5rem;
}
.second-section__link {
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: #4f91ff;
  text-decoration: underline;
}
.third-section {
  overflow: hidden;
	background-color: #f8faff;
}
.third-section__inner {
  padding: 3.125rem 4.375rem 2.5rem;
}
@media (max-width: 75rem) {
  .third-section__inner {
    padding: 2.5rem 1.875rem;
    margin: 0 -1.875rem;
  }
}
@media (max-width: 36rem) {
  .third-section__inner {
    margin: 0 -1.25rem;
    padding: 2.5rem 1.25rem;
  }
}
.third-section__title {
  max-width: 44.375rem;
}
@media (max-width: 75rem) {
  .third-section__title {
    letter-spacing: 0;
  }
}
.third-section__content {
  margin-top: 2.5rem;
}
@media (max-width: 75rem) {
  .third-section__content {
    margin-top: 1.875rem;
  }
}
@media (max-width: 36rem) {
  .third-section__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.third-section__items {
  padding: 0;
  width: 100%;
}
@media (max-width: 75rem) {
  .third-section__items {
    margin: 0;
  }
}
.third-section__column--first {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 64.6601941748%;
  -ms-flex: 0 0 64.6601941748%;
  flex: 0 0 64.6601941748%;
}
.third-section__column--second {
  padding-left: 1.875rem;
}
@media (max-width: 36rem) {
  .third-section__column--second {
    padding-left: 0;
    margin-top: 1.25rem;
  }
}
.third-section__paragraph {
  color: #292a31;
}
@media (max-width: 75rem) {
  .third-section__paragraph {
    font-size: 0.875rem;
    line-height: 1rem;
  }
}
@media (max-width: 36rem) {
  .third-section__paragraph {
    text-align: center;
    color: grey;
  }
}
.third-section__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 49.2492492492%;
  -ms-flex: 0 0 49.2492492492%;
  flex: 0 0 49.2492492492%;
}
@media (max-width: 75rem) {
  .third-section__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 1.875rem 1.25rem 1.25rem;
  }
}
@media (max-width: 36rem) {
  .third-section__item {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
  }
}
@media (max-width: 22.5rem) {
  .third-section__item {
    padding: 1.25rem;
  }
}
.third-section__item-paragraph {
  max-width: 100%;
}
.third-section__item-icon {
  margin-right: 1rem;
}

.text-accent {
  color: #4f91ff;
}

.order-block {
  max-width: 43.1875rem;
  width: 100%;
  padding: 2.5rem 3.75rem;
  background-color: #f8faff;
}
@media (max-width: 75rem) {
  .order-block {
    padding: 2.5rem 1.875rem;
  }
}
@media (max-width: 36rem) {
  .order-block {
    padding: 1.25rem;
  }
}
.order-block__button {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 11.875rem;
  -ms-flex: 0 0 11.875rem;
  flex: 0 0 11.875rem;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
@media (max-width: 36rem) {
  .order-block__button {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    margin-top: 0.625rem;
  }
}
.order-block__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 36rem) {
  .order-block__text {
    text-align: center;
  }
}
.order-block__text small,
.order-block__text > span {
  display: block;
}
.order-block__text span {
  font-family: Bebas-Book, sans-serif;
  font-size: 4.125rem;
  line-height: 3.1875rem;
}
@media (max-width: 25rem) {
  .order-block__text span {
    font-size: 3.4375rem;
    line-height: 3.4375rem;
  }
}
.order-block__text span > span {
  font-family: Bebas-Bold, sans-serif;
}
.order-block__text small {
  font-family: Bebas-Regular, sans-serif;
  font-size: 1.5rem;
  line-height: 1.75rem;
  letter-spacing: 0;
}
@media (max-width: 25rem) {
  .order-block__text small {
    font-size: 1.1875rem;
  }
}
.fourth-section {
  padding: 4.6875rem 0 8.125rem;
  overflow: hidden;
}
@media (max-width: 75rem) {
  .fourth-section {
    padding: 3.75rem 0 0;
  }
}
@media (max-width: 36rem) {
  .fourth-section {
    padding-top: 2.5rem;
  }
}
.fourth-section__content {
  position: relative;
}
.fourth-section__content-text {
  margin-left: 60px;
  max-width: 33.125rem;
}
@media (max-width: 75rem) {
  .fourth-section__content-text {
    margin-left: 0;
    max-width: 100%;
  }
}
.fourth-section__text-vertical {
  left: -50px;
	top: 10px;
}
@media (max-width: 75rem) {
  .fourth-section__text-vertical {
    display: none;
  }
}
.fourth-section__order-block {
  margin-top: 2.25rem;
}
@media (max-width: 75rem) {
  .fourth-section__order-block {
    margin-top: 0;
  }
}
.fourth-section__title {
  margin-bottom: 1.875rem;
}
@media (max-width: 75rem) {
  .fourth-section__title {
    margin-bottom: 0.625rem;
  }
  .fourth-section__title br {
    display: none;
  }
}
.fourth-section__paragraph {
  color: grey;
  line-height: 1.125rem;
}
@media (max-width: 75rem) {
  .fourth-section__paragraph {
    max-width: 25.5rem;
    font-size: 0.875rem;
    line-height: 1rem;
  }
}

@media (max-width: 36rem) {
  .fourth-section__paragraph {
    max-width: 100%;
  }
}

.fourth-section__paragraph:first-of-type {
  margin-bottom: 0.9375rem;
}
.fourth-section__product-info {
  position: absolute;
  top: -2.8125rem;
  right: -4.0625rem;
}
@media (max-width: 75rem) {
  .fourth-section__product-info {
    position: relative;
    top: 0;
    right: 0;
    margin-top: -13.75rem;
    margin-bottom: -1.875rem;
  }
}
@media (max-width: 36rem) {
  .fourth-section__product-info {
    margin-top: 1.125rem;
    margin-bottom: 0;
  }
}
@media (max-width: 75rem) {
  .fourth-section__image {
    display: block;
    position: relative;
    right: -11.4375rem;
  }
}
@media (max-width: 36rem) {
  .fourth-section__image {
    right: 0;
		top: 0;
    /* top: 5.1875rem; */
		margin-left: auto;
		height: 435px;
  }
}
@media (max-width: 400px) {
  .fourth-section__image {
		right: -2.7rem;
    top: 2rem;
		height: auto;
  }
}

@media (max-width: 320px) {
  .fourth-section__image {
    top: 3rem;
  }
}

.fourth-section__tabs-wrap {
  position: absolute;
  top: 2.5rem;
  left: 1.5625rem;
  width: 17.3125rem;
  height: 34.5rem;
}
@media (max-width: 75rem) {
  .fourth-section__tabs-wrap {
    max-width: 28.75rem;
    width: 100%;
    top: auto;
    bottom: 3.125rem;
    left: 0;
  }
}
@media (max-width: 36rem) {
  .fourth-section__tabs-wrap {
    top: 0;
    height: 20rem;
    max-width: 100%;
  }
}
.fourth-section__tabs {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 18.5625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 3;
}
@media (max-width: 75rem) {
  .fourth-section__tabs {
    top: 56%;
    right: -1.5625rem;
  }
}
@media (max-width: 36rem) {
  .fourth-section__tabs {
    right: 7.875rem;
    height: 11.625rem;
		top: 62%;
  }
}
@media (max-width: 400px) {
  .fourth-section__tabs {
    right: 2.875rem;
  }
}

/* .fourth-section__tab:first-child {
  right: -1.25rem;
}
.fourth-section__tab:nth-child(2) {
  right: -0.5rem;
  top: 1.0625rem;
}
@media (max-width: 36rem) {
  .fourth-section__tab:nth-child(2) {
    top: -0.1875rem;
    right: 0.5rem;
  }
}
.fourth-section__tab:last-child {
  right: -1.875rem;
}
@media (max-width: 36rem) {
  .fourth-section__tab:last-child {
    right: -0.6875rem;
  }
} */

.fourth-section__tab {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
  position: relative;
  cursor: pointer;
	right: -1.875rem;
}

@media (max-width: 36rem) {
  .fourth-section__tab {
    right: -0.6875rem;
		width: 37.8px;
		height: 37.8px;
  }
}

.fourth-section__tab::before {
  width: 0.625rem;
  height: 0.125rem;
}
.fourth-section__tab::after {
  width: 0.125rem;
  height: 0.625rem;
}
.fourth-section__tab::after,
.fourth-section__tab::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #dbdbdb;
  border-radius: 30px;
}
.fourth-section__tab--active::after,
.fourth-section__tab--active::before {
  background-color: #4f91ff !important;
}
.fourth-section__tab--active > .fourth-section__tab-indicator {
  display: block;
}
@media (max-width: 75rem) {
  .fourth-section__tab--active > .fourth-section__tab-indicator {
    display: none;
  }
}
.fourth-section__tab-indicator {
  display: none;
  position: absolute;
  bottom: 0.9375rem;
  right: 0.9375rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.fourth-section__tab:first-child > .fourth-section__tab-indicator {
  width: 11.9375rem;
  height: 4.5625rem;
  background-image: url("data:image/svg+xml,%3Csvg width='192' height='75' viewBox='0 0 192 75' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1H87.5L191 74' stroke='%2376A9FF'/%3E%3C/svg%3E");
}
.fourth-section__tab:nth-child(2) > .fourth-section__tab-indicator {
  width: 11.125rem;
  height: 11.375rem;
  background-image: url("data:image/svg+xml,%3Csvg width='179' height='184' viewBox='0 0 179 184' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1H87.5L178.5 183' stroke='%2376A9FF'/%3E%3C/svg%3E");
}
.fourth-section__tab:last-child > .fourth-section__tab-indicator {
  width: 12.5rem;
  height: 15.6875rem;
  background-image: url("data:image/svg+xml,%3Csvg width='201' height='253' viewBox='0 0 201 253' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1H87.5L200 252.5' stroke='%2376A9FF'/%3E%3C/svg%3E%0A");
}
.fourth-section__tabs-content {
  border: 1px solid #76a9ff;
  height: 100%;
  padding: 2.625rem 4.0625rem 1.375rem 1.875rem;
}
@media (max-width: 75rem) {
  .fourth-section__tabs-content {
    height: 18.75rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.875rem 2.5rem 1.875rem 1.875rem;
  }
}
@media (max-width: 36rem) {
  .fourth-section__tabs-content {
    bottom: auto;
    top: 0;
    padding: 1.25rem 1.25rem 0;
    height: 20rem;
  }
}
.fourth-section__tab-content-headlines-mobile {
  max-width: 15rem;
  display: none;
}
@media (max-width: 75rem) {
  .fourth-section__tab-content-headlines-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.fourth-section__tab-content-heading {
  font-size: 1rem;
  line-height: 1.125rem;
  font-family: Lato-Bold, sans-serif;
  color: #dbdbdb;
}
.fourth-section__tab-content-heading--active {
  color: #4f91ff;
}
.fourth-section__picture {
  display: block;
  position: relative;
  z-index: 2;
}

.fourth-section__tab-content-title {
  font-size: 1rem;
  line-height: 1.125rem;
  font-family: Lato-Bold, sans-serif;
  color: #dbdbdb;
}
@media (max-width: 75rem) {
  .fourth-section__tab-content-title {
    display: none;
  }
}
.fourth-section__tab-content--active > .fourth-section__tab-content-title {
  color: #4f91ff;
}
@media (max-width: 75rem) {
  .fourth-section__tab-content:first-child > .fourth-section__tab-content-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
@media (max-width: 75rem) {
  .fourth-section__tab-content:first-child
    > .fourth-section__tab-content-list
    > .fourth-section__tab-content-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
  }
}
@media (max-width: 36rem) {
  .fourth-section__tab-content:first-child
    > .fourth-section__tab-content-list
    > .fourth-section__tab-content-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.fourth-section__tab-content:first-child,
.fourth-section__tab-content:nth-child(2) {
  margin-bottom: 1.5625rem;
}
@media (max-width: 75rem) {
  .fourth-section__tab-content:first-child,
  .fourth-section__tab-content:nth-child(2) {
    margin-bottom: 0;
  }
}
/* .fourth-section__tab-content:first-child > .fourth-section__tab-content-list {
  margin-bottom: 5.9375rem;
} */
@media (max-width: 75rem) {
  .fourth-section__tab-content:first-child > .fourth-section__tab-content-list {
    margin-bottom: 0;
  }
}
.fourth-section__tab-content:nth-child(2) > .fourth-section__tab-content-list {
  margin-bottom: 14.9375rem;
}
@media (max-width: 75rem) {
  .fourth-section__tab-content:nth-child(2)
    > .fourth-section__tab-content-list {
    margin-bottom: 0;
  }
}
.fourth-section__tab-content-item-icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 1.5rem;
  -ms-flex: 0 0 1.5rem;
  flex: 0 0 1.5rem;
  height: 1.375rem;
}
.fourth-section__tab-content-list {
  margin-top: 1.375rem;
  display: none;
}
@media (max-width: 75rem) {
  .fourth-section__tab-content-list {
    margin-top: 1.5625rem;
  }
}
@media (max-width: 36rem) {
  .fourth-section__tab-content-list {
    margin-top: 1.25rem;
    max-width: 11.875rem;
  }
}
.fourth-section__tab-content--active > .fourth-section__tab-content-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.fourth-section__tab-content-item-text {
  letter-spacing: 0;
  line-height: 1.1875rem;
}
@media (max-width: 36rem) {
  .fourth-section__tab-content-item-text {
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
}
.fourth-section__tab-content-item {
  margin-bottom: 0.625rem;
}
.fourth-section__tab-content-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 75rem) {
  .fourth-section__bottom {
    margin-top: 2.5rem;
  }
}
@media (max-width: 36rem) {
  .fourth-section__bottom {
    margin: -2.5rem -1.25rem 0;
  }
}
@media (max-width: 22.5rem) {
  .fourth-section__bottom {
    margin-top: 0;
  }
}
@media (max-width: 36rem) {
  .fourth-section__order-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.fifth-section {
  padding: 5.1875rem 0 5.375rem;
  overflow: hidden;
}
@media (max-width: 75rem) {
  .fifth-section {
    padding: 1.875rem 0;
  }
}
.fifth-section__content {
  position: relative;
}
@media (max-width: 36rem) {
  .fifth-section__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.fifth-section__column:nth-child(2) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 42.735042735%;
  -ms-flex: 0 0 42.735042735%;
  flex: 0 0 42.735042735%;
}
@media (max-width: 75rem) {
  .fifth-section__column:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 42.3728813559%;
    -ms-flex: 0 0 42.3728813559%;
    flex: 0 0 42.3728813559%;
  }
}
@media (max-width: 36rem) {
  .fifth-section__column:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.fifth-section__column:last-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.fifth-section__title {
  margin-bottom: 1.875rem;
}
@media (max-width: 75rem) {
  .fifth-section__title {
    margin-bottom: 0.9375rem;
  }
}
.fifth-section__paragraph {
  line-height: 1.125rem;
  max-width: 36.5625rem;
}
@media (max-width: 75rem) {
  .fifth-section__paragraph {
    font-size: 0.875rem;
    line-height: 1rem;
  }
}
.fifth-section__paragraph:first-of-type {
  margin-bottom: 1.25rem;
}
@media (max-width: 75rem) {
  .fifth-section__paragraph:first-of-type {
    margin-bottom: 0.9375rem;
  }
}
.fifth-section__paragraph:last-of-type {
  margin-bottom: 2.25rem;
}
@media (max-width: 75rem) {
  .fifth-section__paragraph:last-of-type {
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 36rem) {
  .fifth-section__paragraph:last-of-type {
    margin-bottom: 1.0625rem;
  }
}
.fifth-section__doctor-info-wrap {
	display: block;
	text-align: center;
  /* -webkit-box-flex: 0;
  -webkit-flex: 0 0 12.875rem;
  -ms-flex: 0 0 12.875rem;
  flex: 0 0 12.875rem; */
  border: 1px solid #76a9ff;
  padding: 1.25rem 0.625rem 1.25rem 1.25rem;
  background-color: #fff;
}
@media (max-width: 75rem) {
  .fifth-section__doctor-info-wrap {
    padding: 1.125rem 0.625rem 1.125rem 1.25rem;
  }
}
@media (max-width: 36rem) {
  .fifth-section__doctor-info-wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 15.25rem;
    -ms-flex: 0 0 15.25rem;
    flex: 0 0 15.25rem;
    max-width: 15.25rem;
    margin-bottom: 1.25rem;
    padding-right: 3.125rem;
  }
}
@media (max-width: 36rem) {
  .fifth-section__doctor-info-wrap--mobile {
    padding-right: 3.125rem;
    position: absolute;
    bottom: 4.25rem;
    left: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 20rem) {
  .fifth-section__doctor-info-wrap--mobile {
    bottom: 5.25rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 15.25rem;
    -ms-flex: 0 0 15.25rem;
    flex: 0 0 15.25rem;
    max-width: 15.25rem;
    width: 100%;
  }
}
.fifth-section__doctor-title {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-family: Bebas-Bold, sans-serif;
  letter-spacing: 0;
}
.fifth-section__doctor-image {
  margin-right: 0.625rem;
}
.fifth-section__doctor-text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 15.625rem;
  -ms-flex: 0 0 15.625rem;
  flex: 0 0 15.625rem;
  font-size: 0.875rem;
  line-height: 1rem;
  margin-left: 1.875rem;
}
@media (max-width: 75rem) {
  .fifth-section__doctor-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 43.1325301205%;
    -ms-flex: 0 0 43.1325301205%;
    flex: 0 0 43.1325301205%;
    margin-left: 0;
  }
}
@media (max-width: 36rem) {
  .fifth-section__doctor-text {
    padding-right: 1.25rem;
    margin-top: 1.25rem;
  }
}
.fifth-section__doctor-experience,
.fifth-section__doctor-specialization {
  font-size: 0.875rem;
  line-height: 1rem;
}
.fifth-section__doctor-specialization {
  color: #4f91ff;
}
.fifth-section__doctor-experience {
  color: grey;
  font-weight: 700;
}
.fifth-section__bottom {
  margin-top: -9.5rem;
  position: relative;
}
@media (max-width: 75rem) {
  .fifth-section__bottom {
    margin-top: 1.25rem;
  }
}
@media (max-width: 36rem) {
  .fifth-section__bottom {
    margin: 2.5rem -1.25rem 0;
  }
}
@media (max-width: 75rem) {
  .fifth-section__order-block {
    max-width: 100%;
  }
}
@media (max-width: 36rem) {
  .fifth-section__order-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.fifth-section__image-wrap {
  position: relative;
  top: 0.5rem;
}
@media (max-width: 36rem) {
  .fifth-section__image-wrap {
    margin-right: -1.25rem;
  }
}
.fifth-section__text-vertical {
  right: 0;
  left: auto;
}
@media (max-width: 75rem) {
  .fifth-section__text-vertical {
    display: none;
  }
}
@media (max-width: 75rem) {
  .fifth-section__row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 36rem) {
  .fifth-section__row {
    display: none;
  }
}
.fifth-section__row--mobile {
  display: none;
}
@media (max-width: 36rem) {
  .fifth-section__row--mobile {
    display: block;
    top: 22rem;
  }
}
.sixth-section {
  overflow: hidden;
	background-color: #f8faff;
}

.sixth-section__content {
  padding: 3.125rem 4.375rem;
}

@media (max-width: 75rem) {
  .sixth-section__content {
    margin: 0 -1.875rem;
    padding: 1.875rem;
  }
}
@media (max-width: 36rem) {
  .sixth-section__content {
    padding: 1.875rem 1.25rem;
    margin: 0 -1.25rem;
  }
}
@media (max-width: 36rem) {
  .sixth-section__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.sixth-section__title {
  letter-spacing: 0;
  margin-bottom: 1.875rem;
}
@media (max-width: 36rem) {
  .sixth-section__title {
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 1.0625rem;
  }
}
.sixth-section__paragraph {
  line-height: 1.125rem;
}
@media (max-width: 75rem) {
  .sixth-section__paragraph {
    font-size: 0.875rem;
    line-height: 1rem;
  }
}
.sixth-section__paragraph:first-child {
  margin-bottom: 1.875rem;
  padding-bottom: 1.5625rem;
  position: relative;
}
.sixth-section__paragraph:first-child::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10.375rem;
  height: 0.125rem;
  background-color: #292a31;
}
@media (max-width: 36rem) {
  .sixth-section__paragraph:first-child {
    padding-bottom: 1.0625rem;
    margin-bottom: 1.0625rem;
  }
}
.sixth-section__column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48.5436893204%;
  -ms-flex: 0 0 48.5436893204%;
  flex: 0 0 48.5436893204%;
}
.seventh-section {
  padding-top: 6rem;
  overflow: hidden;
}
@media (max-width: 75rem) {
  .seventh-section {
    padding-top: 1.875rem;
  }
}
.seventh-section__content {
  position: relative;
}
.seventh-section__headlines {
  padding-left: 4.3125rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 75rem) {
  .seventh-section__headlines {
    padding-left: 0;
    margin-bottom: 1.25rem;
  }
}
.seventh-section__title {
  margin-bottom: 1.0625rem;
  letter-spacing: 0;
}
@media (max-width: 25rem) {
  .seventh-section__title {
    font-size: 2.375rem;
    line-height: 2.375rem;
  }
}
.seventh-section__subtitle {
  font-size: 0.875rem;
  line-height: 1rem;
  color: grey;
}
.seventh-section__slider-item {
  padding: 2.5rem 2.5rem 3.4375rem;
  border: 1px solid #4f91ff;
  height: 100%;
}
@media (max-width: 36rem) {
  .seventh-section__slider-item {
    padding: 1.875rem 1.25rem 0.9375rem;
  }
}
.seventh-section__slider {
  margin-bottom: 4rem;
}
@media (max-width: 75rem) {
  .seventh-section__slider {
    width: 850px;
    margin-right: -7rem;
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 36rem) {
  .seventh-section__slider {
    margin-bottom: 1.25rem;
    width: 410px;
  }
}
.seventh-section__slider-item-title {
  font-family: Bebas-Bold, sans-serif;
  font-size: 1.5rem;
  line-height: 1.25rem;
}
.seventh-section__slider-item-age {
  margin-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1rem;
  color: grey;
}
.seventh-section__slider-item-text {
  line-height: 1.125rem;
}
@media (max-width: 36rem) {
  .seventh-section__slider-item-text {
    font-size: 0.875rem;
    line-height: 1rem;
  }
}
.seventh-section__slider-navigation {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 36rem) {
  .seventh-section__slider-navigation {
    position: relative;
    margin-bottom: 2.5rem;
  }
}
.seventh-section__slider-button-nav {
  width: 3.5rem;
  height: 3.5rem;
  cursor: pointer;
  border: 1px solid #292a31;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}
.seventh-section__slider-button-nav:last-child {
  margin-left: 0.625rem;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='10' viewBox='0 0 11 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.96 0.5L10.71 4.25V5.3L6.96 9.05L5.895 8L8.355 5.525H0V4.025H8.355L5.88 1.55L6.96 0.5Z' fill='black'/%3E%3C/svg%3E%0A");
}
.seventh-section__slider-button-nav:first-child {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='10' viewBox='0 0 11 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.04 0.5L0.289999 4.25V5.3L4.04 9.05L5.105 8L2.645 5.525H11V4.025H2.645L5.12 1.55L4.04 0.5Z' fill='black'/%3E%3C/svg%3E%0A");
}
.seventh-section .owl-stage-outer {
  overflow: visible;
}
@media (max-width: 36rem) {
  .seventh-section .owl-stage-outer {
    overflow: hidden;
  }
}

.order-block-large {
  /* background-color: #f8faff; */
  padding: 2.5rem 3.5625rem;
  position: relative;
}

.order-block-large::before {
	content: "";
	position: absolute;
	width: 100vw;
	height: 100%;
	background-color: #f8faff;
	top: 0;
	left: calc(50% - 50vw);
	z-index: -1;
}

@media (max-width: 75rem) {
  .order-block-large {
    padding: 2.5rem 1.875rem 1.875rem;
  }
}
@media (max-width: 41.25rem) {
  .order-block-large {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.25rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.order-block-large__title {
  font-family: Bebas-Book, sans-serif;
  font-size: 4.125rem;
  line-height: 4.125rem;
}
@media (max-width: 75rem) {
  .order-block-large__title {
    font-size: 2.625rem;
    line-height: 2.625rem;
  }
}
.order-block-large__title span {
  font-family: Bebas-Bold, sans-serif;
}
.order-block-large__subtitle {
  font-family: Bebas-Regular, sans-serif;
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-top: -0.4375rem;
}
@media (max-width: 75rem) {
  .order-block-large__subtitle {
    line-height: 1.625rem;
    max-width: 10rem;
    margin-top: 0;
  }
}
@media (max-width: 41.25rem) {
  .order-block-large__subtitle {
    font-size: 1.375rem;
    line-height: 1.375rem;
    max-width: 100%;
  }
}
.order-block-large__left {
  letter-spacing: 0;
}
@media (max-width: 41.25rem) {
  .order-block-large__left {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 75rem) {
  .order-block-large__right {
    position: absolute;
    bottom: 1.875rem;
    right: 1.875rem;
  }
}
@media (max-width: 41.25rem) {
  .order-block-large__right {
    position: relative;
    bottom: 0;
    right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}
.order-block-large__price {
  margin-right: 1.5rem;
  padding-bottom: 0.9375rem;
  border-bottom: 2px solid #292a31;
}
@media (max-width: 75rem) {
  .order-block-large__price {
    padding-bottom: 0.4375rem;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-right: 2.5rem;
  }
}
@media (max-width: 41.25rem) {
  .order-block-large__price {
    margin-bottom: 1.25rem;
    margin-right: 0;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    position: relative;
    width: 100%;
    padding-bottom: 0.75rem;
    border: none;
  }
  .order-block-large__price::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10.375rem;
    height: 0.125rem;
    background-color: #292a31;
  }
}
.order-block-large__price-new {
	display: flex;
  font-size: 3rem;
  line-height: 3rem;
  font-family: Bebas-Bold, sans-serif;
}
@media (max-width: 75rem) {
  .order-block-large__price-new {
    font-size: 2.625rem;
    line-height: 2.25rem;
  }
}
@media (max-width: 41.25rem) {
  .order-block-large__price-new {
    margin-right: 0.625rem;
    font-size: 2rem;
    line-height: 1.625rem;
  }
}
.order-block-large__price-old {
	display: flex;
  font-size: 2rem;
  line-height: 2rem;
  font-family: Bebas-Regular, sans-serif;
  color: #bdbdbd;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  position: relative;
  margin-top: 0.1875rem;
  margin-left: 1rem;
  margin-right: 0.625rem;
}
.order-block-large__price-old::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background-color: #bdbdbd;
}
@media (max-width: 75rem) {
  .order-block-large__price-old {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-left: 2.875rem;
    margin-top: 0;
  }
}
@media (max-width: 41.25rem) {
  .order-block-large__price-old {
    margin: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.order-block-large__price-discount {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #292a31;
  color: #fff;
  font-family: Bebas-Regular, sans-serif;
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 75rem) {
  .order-block-large__price-discount {
    width: 32px;
    height: 32px;
    font-size: 14px;
    line-height: 1rem;
  }
}
@media (max-width: 41.25rem) {
  .order-block-large__price-discount {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 60px;
    font-size: 20px;
  }
}
.eighth-section {
  padding-top: 6.75rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 75rem) {
  .eighth-section {
    padding-top: 3.75rem;
  }
}
@media (max-width: 36rem) {
  .eighth-section {
    padding-top: 2.5rem;
  }
}
.eighth-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 167px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/s8-bg.png);
}
.eighth-section__text-vertical {
  -webkit-transform-origin: -50% 50%;
  -ms-transform-origin: -50% 50%;
  transform-origin: -50% 50%;
  top: 230px;
	left: 40px;
}
.eighth-section__content {
  margin-left: 3.5625rem;
  margin-bottom: 8.75rem;
  position: relative;
}
@media (max-width: 75rem) {
  .eighth-section__content {
    margin-left: 0;
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 36rem) {
  .eighth-section__content {
    margin-bottom: 0;
  }
}
@media (max-width: 36rem) {
  .eighth-section__columns-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 36rem) {
  .eighth-section__column {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
.eighth-section__column:first-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 23.3602875112%;
  -ms-flex: 0 0 23.3602875112%;
  flex: 0 0 23.3602875112%;
  /* max-width: 23.3602875112%; */
}
@media (max-width: 75rem) {
  .eighth-section__column:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 31.6384180791%;
    -ms-flex: 0 0 31.6384180791%;
    flex: 0 0 31.6384180791%;
    /* max-width: 31.6384180791%; */
  }
}
.eighth-section__column:last-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 24.6181491465%;
  -ms-flex: 0 0 24.6181491465%;
  flex: 0 0 24.6181491465%;
  max-width: 24.6181491465%;
  margin-left: 1.625rem;
  margin-top: 0.625rem;
}
@media (max-width: 75rem) {
  .eighth-section__column:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 36.2994350282%;
    -ms-flex: 0 0 36.2994350282%;
    flex: 0 0 36.2994350282%;
    max-width: 36.2994350282%;
    margin-left: 0;
    margin-top: 0;
  }
}
.eighth-section__title {
  margin-bottom: 1.875rem;
}
@media (max-width: 36rem) {
  .eighth-section__title {
    margin-bottom: 0.3125rem;
  }
}
.eighth-section__text {
  margin-bottom: 3.4375rem;
}
@media (max-width: 75rem) {
  .eighth-section__text {
    font-size: 0.875rem;
    line-height: 1rem;
    margin-bottom: 2.9375rem;
  }
}
@media (max-width: 36rem) {
  .eighth-section__text {
    margin-bottom: 1.25rem;
  }
}
.eighth-section__price {
  max-width: 10.375rem;
  margin-bottom: 4.375rem;
}
@media (max-width: 75rem) {
  .eighth-section__price {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 36rem) {
  .eighth-section__price {
    display: none;
  }
}
@media (max-width: 36rem) {
  .eighth-section__button {
    display: none;
  }
}
@media (max-width: 75rem) {
  .eighth-section__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.eighth-section__item {
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  background-color: #f8faff;
  /* margin-left: auto; */
}
@media (max-width: 36rem) {
  .eighth-section__item {
    max-width: 100% !important;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.eighth-section__item-icon {
  margin-bottom: 1rem;
}
@media (max-width: 36rem) {
  .eighth-section__item-icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 1.5rem;
    -ms-flex: 0 0 1.5rem;
    flex: 0 0 1.5rem;
    margin-right: 0.625rem;
    margin-bottom: 0;
  }
}
.eighth-section__item-text {
  color: grey;
}
@media (max-width: 75rem) {
  .eighth-section__item-text {
    font-size: 0.875rem;
  }
}
/* .eighth-section__item:first-child {
  max-width: 14.75rem;
  margin-right: -9.0625rem;
} */
@media (max-width: 75rem) {
  .eighth-section__item:first-child {
    margin-right: 0;
    margin-bottom: 0;
  }
}
/* .eighth-section__item:nth-child(2) {
  max-width: 11.5rem;
} */
@media (max-width: 75rem) {
  .eighth-section__item:nth-child(2) {
    -webkit-box-ordinal-group: -1;
    -webkit-order: -2;
    -ms-flex-order: -2;
    order: -2;
    margin-bottom: 0.625rem;
    /* max-width: 15.125rem; */
  }
}
.eighth-section__item:last-child {
  margin-bottom: 0;
}
@media (max-width: 75rem) {
  .eighth-section__item:last-child {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 0.625rem;
  }
}
.eighth-section__image-product-wrap {
  position: absolute;
  top: -6.6875rem;
  right: -7.5rem;
}
.eighth-section__image-product-wrap::before {
  content: "-50%";
  position: absolute;
  text-align: center;
  font-size: 32px;
  font-family: Bebas-Regular, sans-serif;
  line-height: 4.5625rem;
  bottom: 9rem;
  right: 13.75rem;
  width: 73px;
  height: 73px;
  border-radius: 100%;
  background-color: #4f91ff;
  color: #fff;
  -webkit-box-shadow: 0 32px 32px rgba(79, 145, 255, 0.2);
  box-shadow: 0 32px 32px rgba(79, 145, 255, 0.2);
}
@media (max-width: 75rem) {
  .eighth-section__image-product-wrap::before {
    bottom: 6.25rem;
    right: 1.25rem;
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 3.125rem;
  }
}
@media (max-width: 36rem) {
  .eighth-section__image-product-wrap::before {
    bottom: 7.5rem;
    width: 73px;
    height: 73px;
    font-size: 32px;
    line-height: 4.5625rem;
  }
}
@media (max-width: 75rem) {
  .eighth-section__image-product-wrap {
    right: -1.875rem;
    top: -4.375rem;
  }
}
@media (max-width: 36rem) {
  .eighth-section__image-product-wrap {
    position: relative;
    right: 0;
    top: 0;
    margin-top: -1.875rem;
  }
}
.ninth-section {
  padding: 5.4375rem 3.4375rem;
}
@media (max-width: 75rem) {
  .ninth-section {
    padding: 3.75rem 0 1.875rem;
  }
}
@media (max-width: 36rem) {
  .ninth-section {
    padding-bottom: 2.5rem;
  }
}
.ninth-section__content {
  position: relative;
  max-width: 66.4375rem;
  margin: 0 auto;
}
.ninth-section__title {
  margin-bottom: 2.1875rem;
}
@media (max-width: 75rem) {
  .ninth-section__title {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 36rem) {
  .ninth-section__title {
    margin-bottom: 0.625rem;
  }
}
.ninth-section__text {
  line-height: 1.125rem;
  margin-bottom: 3.75rem;
}
@media (max-width: 75rem) {
  .ninth-section__text {
    font-size: 0.875rem;
    line-height: 1rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 36rem) {
  .ninth-section__text {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 36rem) {
  .ninth-section__columns-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.ninth-section__column:first-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20.1317027281%;
  -ms-flex: 0 0 20.1317027281%;
  flex: 0 0 20.1317027281%;
  position: relative;
  top: 0.3125rem;
}
@media (max-width: 75rem) {
  .ninth-section__column:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 26.8361581921%;
    -ms-flex: 0 0 26.8361581921%;
    flex: 0 0 26.8361581921%;
    top: 0;
  }
}
.ninth-section__column:nth-child(2) {
  position: relative;
  top: 1.25rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 2.75rem;
}
@media (max-width: 75rem) {
  .ninth-section__column:nth-child(2) {
    padding-left: 1.625rem;
  }
}
@media (max-width: 36rem) {
  .ninth-section__column:nth-child(2) {
    padding-left: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    top: 0;
    margin-top: 1.25rem;
  }
}
.ninth-section__column:last-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20.7902163688%;
  -ms-flex: 0 0 20.7902163688%;
  flex: 0 0 20.7902163688%;
}
@media (max-width: 75rem) {
  .ninth-section__column:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35.4519774011%;
    -ms-flex: 0 0 35.4519774011%;
    flex: 0 0 35.4519774011%;
    padding-left: 1.875rem;
  }
}
@media (max-width: 36rem) {
  .ninth-section__column:last-child {
    padding-left: 0;
  }
}
.ninth-section__image-text {
  line-height: 1.125rem;
  color: grey;
  position: absolute;
  top: -0.625rem;
  right: 1.875rem;
  max-width: 16.75rem;
}
@media (max-width: 75rem) {
  .ninth-section__image-text {
    position: relative;
    top: 0;
    right: 0;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 1.25rem;
    font-size: 0.875rem;
    line-height: 1rem;
  }
}
@media (max-width: 36rem) {
  .ninth-section__image-text {
    position: absolute;
  }
}
@media (max-width: 36rem) {
  .ninth-section__image-text {
    left: 6.875rem;
    right: auto;
  }
}
@media (max-width: 22.5rem) {
  .ninth-section__image-text {
    left: 6.25rem;
  }
}
.ninth-section__image-wrap {
  position: relative;
}
@media (max-width: 75rem) {
  .ninth-section__image-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 36rem) {
  .ninth-section__image {
    margin-top: 0.9375rem;
  }
}
@media (max-width: 22.5rem) {
  .ninth-section__image {
    margin-top: 0;
    margin-left: -1.25rem;
  }
}
.ninth-section__item {
  border: 1px solid #76a9ff;
  padding: 1.25rem;
  margin-bottom: 0.625rem;
}
@media (max-width: 36rem) {
  .ninth-section__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.ninth-section__item:last-child {
  margin-bottom: 0;
}
.ninth-section__item-icon {
  margin-bottom: 1rem;
}
@media (max-width: 36rem) {
  .ninth-section__item-icon {
    margin-bottom: 0;
    margin-right: 1.25rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 1.625rem;
    -ms-flex: 0 0 1.625rem;
    flex: 0 0 1.625rem;
  }
}
.ninth-section__item-text {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-family: Bebas-Regular, sans-serif;
}
@media (max-width: 75rem) {
  .ninth-section__item-text {
    font-size: 1rem;
    line-height: 1.1875rem;
  }
}
@media (max-width: 36rem) {
  .ninth-section__item-text {
    font-size: 1.25rem;
    line-height: 1.125rem;
  }
}
.ninth-section__text-vertical {
  -webkit-transform-origin: -30% 50%;
  -ms-transform-origin: -30% 50%;
  transform-origin: -30% 50%;
  top: 250px;
	left: 15px;
}
@media (max-width: 36rem) {
  .ninth-section__button {
    display: none;
  }
}
.ninth-section__button-mobile {
  display: none;
}
@media (max-width: 36rem) {
  .ninth-section__button-mobile {
    display: block;
    margin-top: -1.5625rem;
  }
}
.tenth-section {
  padding: 2.1875rem 0 2.8125rem;
  overflow: hidden;
}
@media (max-width: 36rem) {
  .tenth-section {
    padding-top: 2.5rem;
    padding-bottom: 0;
  }
}
@media (max-width: 75rem) {
  .tenth-section__title {
    font-size: 3.25rem;
    line-height: 3.25rem;
    margin-bottom: 0.625rem;
    max-width: 21.25rem;
  }
}
.tenth-section__content {
  position: relative;
  margin-left: 3.5625rem;
}
@media (max-width: 75rem) {
  .tenth-section__content {
    margin-left: 0;
  }
}
.tenth-section__main {
  position: relative;
  padding: 1.875rem 0 1.5625rem;
}
@media (max-width: 75rem) {
  .tenth-section__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 10rem;
    padding-top: 0;
  }
}
@media (max-width: 36rem) {
  .tenth-section__main {
    padding-bottom: 2.3125rem;
  }
}
/* .tenth-section__counter {
  position: absolute;
  bottom: 1.5625rem;
  left: 0;
}
@media (max-width: 36rem) {
  .tenth-section__counter {
    bottom: 1.25rem;
  }
} */
.tenth-section__text-vertical {
  top: 220px;
	left: 15px;
  -webkit-transform-origin: -35% 50%;
  -ms-transform-origin: -35% 50%;
  transform-origin: -35% 50%;
}
@media (max-width: 75rem) {
  .tenth-section__text-vertical {
    display: none;
  }
}
.tenth-section__column:first-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 75rem) {
  .tenth-section__column:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 51.1299435028%;
    -ms-flex: 0 0 51.1299435028%;
    flex: 0 0 51.1299435028%;
    max-width: 51.1299435028%;
  }
}
@media (max-width: 36rem) {
  .tenth-section__column:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.tenth-section__column:last-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.0637915544%;
  -ms-flex: 0 0 33.0637915544%;
  flex: 0 0 33.0637915544%;
  position: relative;
  padding-right: 3.125rem;
}
@media (max-width: 75rem) {
  .tenth-section__column:last-child {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20.125rem;
    -ms-flex: 0 0 20.125rem;
    flex: 0 0 20.125rem;
    max-width: 20.125rem;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 36rem) {
  .tenth-section__column:last-child {
    position: relative;
    margin-top: 1.0625rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.tenth-section__column:nth-child(2) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 32.5247079964%;
  -ms-flex: 0 0 32.5247079964%;
  flex: 0 0 32.5247079964%;
}
@media (max-width: 75rem) {
  .tenth-section__column:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 51.1299435028%;
    -ms-flex: 0 0 51.1299435028%;
    flex: 0 0 51.1299435028%;
    max-width: 51.1299435028%;
  }
}
@media (max-width: 36rem) {
  .tenth-section__column:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.tenth-section__item:first-child {
  margin-bottom: 0.625rem;
}
.tenth-section__item {
  padding: 1.5rem 1.5rem 1.5rem 1rem;
  background-color: #f8faff;
}
.tenth-section__item-icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 1.5rem;
  -ms-flex: 0 0 1.5rem;
  flex: 0 0 1.5rem;
  height: 1.5rem;
  margin-right: 0.625rem;
}
.tenth-section__item-text {
  line-height: 1.125rem;
}
@media (max-width: 75rem) {
  .tenth-section__item-text {
    font-size: 0.875rem;
    line-height: 1rem;
  }
}
.tenth-section__picture {
  display: block;
  position: absolute;
  top: -1.25rem;
  left: 0;
}
@media (max-width: 36rem) {
  .tenth-section__picture {
    position: relative;
    top: 0;
    margin-top: -5rem;
  }
}
@media (max-width: 22.5rem) {
  .tenth-section__picture {
    left: -1.25rem;
  }
}
.tenth-section__price {
  letter-spacing: 0;
}
@media (max-width: 75rem) {
  .tenth-section__price {
    margin-top: 0.625rem;
  }
}
@media (max-width: 36rem) {
  .tenth-section__price {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.tenth-section__price-text {
  text-transform: uppercase;
  color: #dbdbdb;
  font-size: 0.875rem;
  line-height: 1rem;
}
.tenth-section__price-old {
	display: flex;
  margin-left: 1.5625rem;
  font-size: 2rem;
  line-height: 1.625rem;
  font-family: Bebas-Regular, sans-serif;
  color: #dbdbdb;
  position: relative;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.tenth-section__price-old::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #bdbdbd;
}
@media (max-width: 36rem) {
  .tenth-section__price-old {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-top: -0.1875rem;
  }
}
.tenth-section__price-new {
	display: flex;
  margin-left: 0.625rem;
  font-size: 3rem;
  line-height: 2.375rem;
  font-family: Bebas-Bold, sans-serif;
}
.tenth-section__discount-wrap {
  position: absolute;
  top: 18.4375rem;
  right: 3.125rem;
}
@media (max-width: 75rem) {
  .tenth-section__discount-wrap {
    right: 0;
    top: 19.375rem;
  }
}
@media (max-width: 36rem) {
  .tenth-section__discount-wrap {
    top: 17.5rem;
  }
}
.tenth-section__discount-vertical {
  font-size: 4.5rem;
  line-height: 5.375rem;
  color: #76a9ff;
  position: absolute;
  top: -6.875rem;
  left: -0.625rem;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
@media (max-width: 75rem) {
  .tenth-section__discount-vertical {
    left: 0.625rem;
  }
}
.tenth-section__discount-text {
  font-size: 0.875rem;
  line-height: 1rem;
  text-transform: uppercase;
  color: #76a9ff;
}
@media (max-width: 75rem) {
  .tenth-section__discount-text {
    padding-left: 2.1875rem;
    margin-top: 1.5625rem;
  }
}
@media (max-width: 36rem) {
  .tenth-section__discount-text {
    margin-top: 0;
  }
}
.tenth-section__discount {
  margin-top: 1.6875rem;
  width: 77px;
  height: 77px;
  background-color: #4f91ff;
  border-radius: 100%;
  color: #fff;
  font-family: Bebas-Regular, sans-serif;
  font-size: 32px;
  -webkit-box-shadow: 0 32px 32px rgba(79, 145, 255, 0.2);
  box-shadow: 0 32px 32px rgba(79, 145, 255, 0.2);
}
@media (max-width: 36rem) {
  .tenth-section__discount {
    margin-top: 1.25rem;
  }
}
.tenth-section__form {
  padding: 1.875rem 0 2.375rem 3.5625rem;
  margin-left: -3.5625rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f8faff;
}
@media (max-width: 75rem) {
  .tenth-section__form {
    margin: 0 -1.875rem;
    padding: 1.875rem 1.875rem;
  }
}
.form--p0 {
  padding: 0;
}
.form--ml0 {
  margin: 0;
}
.form__actions {
  margin-bottom: 1.125rem;
  flex-direction: column;
}

.form__actions-footer {
	max-width: 60%;
}
@media (max-width: 36rem) {
  .form__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.form__actions--mb10 {
  margin-bottom: 0.625rem;
}
.form__actions--fdc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.form__field {
  position: relative;
  margin-bottom: 10px;
}
.form__field::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.125rem;
  height: 1.125rem;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 36rem) {
  .form__field {
    margin-right: 0 !important;
  }
}
.form__input::-webkit-input-placeholder {
  font-size: 1rem;
  font-family: Lato-Regular, sans-serif;
}
.form__input::-moz-placeholder {
  font-size: 1rem;
  font-family: Lato-Regular, sans-serif;
}
.form__input:-ms-input-placeholder {
  font-size: 1rem;
  font-family: Lato-Regular, sans-serif;
}
.form__input::-ms-input-placeholder {
  font-size: 1rem;
  font-family: Lato-Regular, sans-serif;
}
.form__input::placeholder {
  font-size: 1rem;
  font-family: Lato-Regular, sans-serif;
}
.form__input, select {
  display: block;
  width: 100%;
  height: 4.125rem;
  padding: 0 3.125rem;
  line-height: 4.125rem;
  border: 1px solid #dbdbdb;
  font-size: 1rem;
  font-family: Lato-Regular, sans-serif;
  /* max-width: 15.625rem; */
}

select {
	max-width: 100%;
	/* box-sizing: content-box; */
	margin-bottom: 10px;
  padding-left: 1rem
}
@media (max-width: 36rem) {
  .form__input {
    max-width: 100%;
  }
}
.form__input--modal {
  width: 100%;
  max-width: 100%;
}
.form__input--mb10 {
  margin-bottom: 0.625rem;
}
.form__field--m0 {
  margin: 0 !important;
}
.form__field:first-child {
  margin-right: 0.5rem;
}
.form__field:first-child::before {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.99578 16.5C8.34162 16.4615 7.68514 16.4435 7.0339 16.3783C6.49288 16.324 5.95496 16.2281 5.42112 16.1248C5.0336 16.0498 4.64937 15.9491 4.27368 15.8311C3.5324 15.598 2.82837 15.2912 2.24291 14.7789C1.93282 14.5076 1.69355 14.1885 1.57518 13.7991C1.49309 13.5292 1.47815 13.2534 1.53074 12.9728C1.63785 12.4014 1.84103 11.863 2.15151 11.3671C2.3215 11.0958 2.51381 10.832 2.73057 10.5938C2.97236 10.328 3.22308 10.0622 3.53706 9.86892C3.93331 9.62488 4.31657 9.36059 4.76813 9.20577C5.1151 9.08682 5.46595 8.98813 5.82883 8.93126C6.02074 8.90115 6.21654 8.89557 6.40924 8.86918C6.60135 8.84279 6.77367 8.88647 6.94522 8.96471C7.10473 9.03757 7.26948 9.1002 7.43481 9.16024C7.60053 9.22027 7.76645 9.2842 7.93819 9.32286C8.10003 9.35929 8.26924 9.36542 8.43535 9.38438C8.59525 9.4026 8.75476 9.42471 8.91525 9.43624C8.98452 9.44107 9.05555 9.41598 9.1256 9.41728C9.46209 9.42341 9.7879 9.36022 10.112 9.28532C10.2905 9.24406 10.4731 9.21265 10.6443 9.1515C10.8241 9.08738 10.992 8.99259 11.1659 8.91249C11.1971 8.89799 11.2311 8.88182 11.2646 8.87959C11.7063 8.85189 12.1418 8.89762 12.5677 9.00653C12.7723 9.05876 12.969 9.13905 13.1685 9.20893C13.3218 9.26283 13.4792 9.30967 13.6253 9.37825C14.4615 9.77004 15.138 10.3408 15.6598 11.0772C15.9212 11.4459 16.1364 11.84 16.271 12.2687C16.3488 12.5165 16.4249 12.7668 16.4727 13.0209C16.5437 13.3997 16.4738 13.766 16.2926 14.1099C16.0335 14.6011 15.6128 14.9408 15.1345 15.2226C14.6744 15.4938 14.183 15.7025 13.6649 15.8456C13.2166 15.9694 12.7651 16.0865 12.3089 16.1785C11.1406 16.4141 10.1172 16.471 8.99578 16.5Z' fill='%234F91FF'/%3E%3Cpath d='M12.5495 4.90313C12.5574 6.82306 10.9534 8.10679 9.49896 8.27648C8.31834 8.4142 7.30538 8.09043 6.47114 7.29272C5.78924 6.64054 5.45333 5.83726 5.44576 4.90722C5.43102 3.05049 7.0436 1.48983 9.02081 1.50005C10.9516 1.51009 12.5656 3.04064 12.5495 4.90313Z' fill='%234F91FF'/%3E%3C/svg%3E%0A");
}
@media (max-width: 36rem) {
  .form__field:first-child {
    margin-bottom: 0.3125rem;
  }
}
.form__field:nth-child(3)::before {
  /* margin-right: 1.25rem; */
  /* margin-bottom: 10px; */
background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.1067 12.5085L14.009 10.4152C13.2598 9.66758 11.9862 9.96665 11.6865 10.9385C11.4618 11.6114 10.7126 11.9852 10.0383 11.8356C8.53996 11.4618 6.51718 9.51806 6.14259 7.94809C5.91783 7.27522 6.36734 6.52761 7.0416 6.30336C8.01553 6.00432 8.31521 4.73339 7.56603 3.98578L5.46833 1.89249C4.86898 1.36917 3.96997 1.36917 3.44555 1.89249L2.02211 3.31294C0.598669 4.80815 2.17194 8.77045 5.69308 12.2842C9.21422 15.7979 13.1849 17.4427 14.6832 15.9475L16.1067 14.527C16.6311 13.9289 16.6311 13.0318 16.1067 12.5085Z' fill='%234F91FF'/%3E%3C/svg%3E%0A");
}
.form__field:nth-child(2)::before {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.99578 16.5C8.34162 16.4615 7.68514 16.4435 7.0339 16.3783C6.49288 16.324 5.95496 16.2281 5.42112 16.1248C5.0336 16.0498 4.64937 15.9491 4.27368 15.8311C3.5324 15.598 2.82837 15.2912 2.24291 14.7789C1.93282 14.5076 1.69355 14.1885 1.57518 13.7991C1.49309 13.5292 1.47815 13.2534 1.53074 12.9728C1.63785 12.4014 1.84103 11.863 2.15151 11.3671C2.3215 11.0958 2.51381 10.832 2.73057 10.5938C2.97236 10.328 3.22308 10.0622 3.53706 9.86892C3.93331 9.62488 4.31657 9.36059 4.76813 9.20577C5.1151 9.08682 5.46595 8.98813 5.82883 8.93126C6.02074 8.90115 6.21654 8.89557 6.40924 8.86918C6.60135 8.84279 6.77367 8.88647 6.94522 8.96471C7.10473 9.03757 7.26948 9.1002 7.43481 9.16024C7.60053 9.22027 7.76645 9.2842 7.93819 9.32286C8.10003 9.35929 8.26924 9.36542 8.43535 9.38438C8.59525 9.4026 8.75476 9.42471 8.91525 9.43624C8.98452 9.44107 9.05555 9.41598 9.1256 9.41728C9.46209 9.42341 9.7879 9.36022 10.112 9.28532C10.2905 9.24406 10.4731 9.21265 10.6443 9.1515C10.8241 9.08738 10.992 8.99259 11.1659 8.91249C11.1971 8.89799 11.2311 8.88182 11.2646 8.87959C11.7063 8.85189 12.1418 8.89762 12.5677 9.00653C12.7723 9.05876 12.969 9.13905 13.1685 9.20893C13.3218 9.26283 13.4792 9.30967 13.6253 9.37825C14.4615 9.77004 15.138 10.3408 15.6598 11.0772C15.9212 11.4459 16.1364 11.84 16.271 12.2687C16.3488 12.5165 16.4249 12.7668 16.4727 13.0209C16.5437 13.3997 16.4738 13.766 16.2926 14.1099C16.0335 14.6011 15.6128 14.9408 15.1345 15.2226C14.6744 15.4938 14.183 15.7025 13.6649 15.8456C13.2166 15.9694 12.7651 16.0865 12.3089 16.1785C11.1406 16.4141 10.1172 16.471 8.99578 16.5Z' fill='%234F91FF'/%3E%3Cpath d='M12.5495 4.90313C12.5574 6.82306 10.9534 8.10679 9.49896 8.27648C8.31834 8.4142 7.30538 8.09043 6.47114 7.29272C5.78924 6.64054 5.45333 5.83726 5.44576 4.90722C5.43102 3.05049 7.0436 1.48983 9.02081 1.50005C10.9516 1.51009 12.5656 3.04064 12.5495 4.90313Z' fill='%234F91FF'/%3E%3C/svg%3E%0A")
}
@media (max-width: 36rem) {
  .form__field:nth-child(2) {
    margin-bottom: 1.25rem;
  }
}
.form__checkbox-wrap {
  max-width: 40.625rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
}
.form__checkbox-wrap a {
  color: #ff5a50;
  text-decoration: underline;
}
.form__checkbox-wrap--ptb10plr15 {
  padding: 0.625rem 0.9375rem;
}
.form__checkbox-wrap--bg {
  background-color: #f8faff;
}
.form__checkbox {
  margin: 0 0.9375rem 0 0;
  padding: 0;
  cursor: pointer;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 0.9375rem;
  -ms-flex: 0 0 0.9375rem;
  flex: 0 0 0.9375rem;
  height: 0.9375rem;
}
.form__button {
  /* -webkit-box-flex: 0; */
  /* -webkit-flex: 0 0 11.875rem; */
  -ms-flex: 0 0 11.875rem;
  /* flex: 0 0 11.875rem; */
  display: block;
}
@media (max-width: 75rem) {
  .form__button {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
}
.form__button--fn {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.form__button--mt10 {
  margin-top: 0.625rem;
}
.counter {
  max-width: 18.75rem;
  width: 100%;
}
@media (max-width: 36rem) {
  .counter {
    max-width: 100%;
  }
}
.counter__title {
  color: #76a9ff;
  font-size: 0.875rem;
  line-height: 1rem;
  margin-bottom: 0.625rem;
}
.counter__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 31.3333333333%;
  -ms-flex: 0 0 31.3333333333%;
  flex: 0 0 31.3333333333%;
  text-align: center;
  padding: 0.3125rem 0 0.625rem;
  border: 1px solid #76a9ff;
  background-color: #fff;
}
.counter__item span:first-child {
  font-size: 2rem;
  line-height: 2rem;
  font-family: Bebas-Bold, sans-serif;
  color: #4f91ff;
}
.counter__item span:last-child {
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: grey;
  margin-top: 0.1875rem;
}
.counter__item span {
  display: block;
}
.modal-form {
  margin: 0 auto;
  max-width: 23.125rem;
}
.modal-form__container {
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
}
.modal-form__counter {
  max-width: 14.5625rem;
}
@media (max-width: 22.5rem) {
  .modal-form__counter {
    max-width: 12.5rem;
  }
}
.modal-form__counter .counter__item {
  padding-bottom: 0.3125rem;
}
.modal-form__top {
  padding: 1.25rem;
  background-color: #4f91ff;
}
.modal-form__body {
  padding: 1.25rem 1.25rem 2.5rem;
}
@media (max-width: 22.5rem) {
  .modal-form__body {
    padding: 0.625rem 1.25rem 1.25rem;
  }
}
.modal-form__discount {
  color: #fff;
  font-family: Bebas-Bold, sans-serif;
  font-size: 1.125rem;
  line-height: 1.125rem;
}
.modal-form__discount span {
  font-size: 2.375rem;
  line-height: 2.375rem;
}
.modal-form__price {
  margin: 0 -1.25rem 1.25rem;
  padding: 0 1.25rem;
  background-color: #f8faff;
}
@media (max-width: 22.5rem) {
  .modal-form__price {
    margin-bottom: 0.625rem;
  }
}

.modal-form__price-item {
	text-align: center;
}

.modal-form__price-item:first-child {
	margin-right: 20px;
}

.modal-form__price-item-text {
  color: #6b86a3;
  margin-bottom: 0.25rem;
  font-size: 20px;
  line-height: .9;
}
.modal-form__price-item-new,
.modal-form__price-item-old {
  font-size: 2.625rem;
  line-height: 3.125rem;
  font-family: Bebas-Regular, sans-serif;
  letter-spacing: 0;
}
@media (max-width: 22.5rem) {
  .modal-form__price-item-new,
  .modal-form__price-item-old {
    font-size: 2rem;
    line-height: 2.375rem;
  }
}

.modal-form__price-item-new {
  color: #4f91ff;
  /* margin-right: 1.4375rem; */
	display: flex;
	justify-content: center;
}

/* @media (max-width: 22.5rem) {
  .modal-form__price-item-new {
    margin-right: 3rem;
  }
} */
.modal-form__price-item-old {
  color: #6b86a3;
	position: relative;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	width: 65px;
}

.modal-form__price-item-old::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #6b86a3;
}

@media (max-width: 22.5rem) {
  .modal-form__price-item-old {
    margin-right: 1rem;
  }
}
.modal-form__form {
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.mfp-container {
  padding: 0;
}
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.first-section__bottom {
	background-color: #f8faff;
}

#modalOrder {
	display: flex;
}

@media (max-width: 36rem) {
  .form__actions-footer {
    max-width: 100%;
  }
}