@charset "UTF-8";

@font-face {
  font-family: "DIN-2014-Narrow";
  font-display: swap;
  src: url("../fonts/DIN-2014-Narrow-Extra-Bold.woff") format("woff"),
    url("../fonts/DIN-2014-Narrow.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "DIN-2014-Narrow";
  font-display: swap;
  src: url("../fonts/DIN-2014-Narrow-Regular.woff") format("woff"),
    url("../fonts/DIN-2014-Narrow.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "DIN-2014-Narrow";
  font-display: swap;
  src: url("../fonts/DIN-2014-Narrow-Bold.woff") format("woff"),
    url("../fonts/DIN-2014-Narrow.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "DIN-2014-Narrow";
  font-display: swap;
  src: url("../fonts/DIN-2014-Narrow-Demi.woff") format("woff"),
    url("../fonts/DIN-2014-Narrow.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "DIN-2014";
  font-display: swap;
  src: url("../fonts/DIN-2014-Extra-Bold-Italic.woff") format("woff"),
    url("../fonts/DIN-2014.woff2") format("woff2");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: "DIN-2014";
  font-display: swap;
  src: url("../fonts/DIN-2014-ExtraBold.woff") format("woff"),
    url("../fonts/DIN-2014-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "DIN-2014";
  font-display: swap;
  src: url("../fonts/DIN-2014-Bold.woff") format("woff"),
    url("../fonts/DIN-2014.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "DIN-2014";
  font-display: swap;
  src: url("../fonts/DIN-2014-DemiBold.woff") format("woff"),
    url("../fonts/DIN-2014-DemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("../fonts/Roboto-Regular.woff") format("woff"),
    url("../fonts/Roboto.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("../fonts/Roboto-Bold.woff") format("woff"),
    url("../fonts/Roboto.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

.header__top {
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 30px;
  /* position: sticky;
  top: 0; */
  z-index: 100;
}

.header__top-container {
  max-width: 1200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}

.header__top-logo {
  margin-right: 10px;
}

.header__top-text {
  color: #fff;
}

.header__top-empty {
  width: 173px;
}

.header__top-burger {
  display: none;
}

.header__top-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__top-links-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__top-links-inner:first-child {
  border-right: 1px solid #fff;
}

.header__top-menu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__top-menu-inner:first-child {
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
}

.header__top-link {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
  margin-right: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-family: "DIN-2014-Narrow", sans-serif;
}

.header__top-link:hover {
  color: #009cda;
}

.header__top-link2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-family: "DIN-2014-Narrow", sans-serif;
}

.header__top-link2:hover {
  color: #009cda;
}

.header__top-link2 img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
}

#menuToggle {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#menuToggle a {
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

#menuToggle a:hover {
  color: rgb(0, 0, 0);
}

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}

#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #cdcdcd;
  border-radius: 3px;
  z-index: 1;
  -webkit-transform-origin: 4px 0px;
  -ms-transform-origin: 4px 0px;
  transform-origin: 4px 0px;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  -o-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease,
    -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

#menuToggle span:first-child {
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span {
  opacity: 1;
  -webkit-transform: rotate(45deg) translate(-2px, -1px);
  -ms-transform: rotate(45deg) translate(-2px, -1px);
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  -webkit-transform: rotate(0deg) scale(0.2, 0.2);
  -ms-transform: rotate(0deg) scale(0.2, 0.2);
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
  -webkit-transform: rotate(-45deg) translate(0, -1px);
  -ms-transform: rotate(-45deg) translate(0, -1px);
  transform: rotate(-45deg) translate(0, -1px);
}

#menu {
  position: absolute;
  width: 220px;
  margin: -100px 0 0 -30px;
  padding: 20px;
  padding-bottom: 50px;
  padding-top: 125px;
  background: -o-linear-gradient(293.38deg, #00b2ff -9.83%, #006bb7 105.02%);
  background: linear-gradient(156.62deg, #00b2ff -9.83%, #006bb7 105.02%);
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  -o-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

#menuToggle input:checked ~ ul {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 76px 30px;
}

.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero__bg img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1200px;
  width: 100%;
}

.hero__left {
  width: 100%;
}

.hero__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero__title {
  color: #fff;
  font-family: "DIN-2014", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 800;
  line-height: 90%;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 10px;
}

.hero__title span {
  font-family: "DIN-2014", sans-serif;
  font-size: 80px;
  font-style: italic;
  font-weight: 700;
  line-height: 90%;
  text-transform: uppercase;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}

.hero__description {
  color: #fff;
  font-family: "DIN-2014-Narrow", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  max-width: 461px;
  width: 100%;
}

.hero__info {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 240px;
}

.hero__rating {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero__rating img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 14px;
}

.hero__rating span {
  color: #fff;
  text-align: center;
  font-family: "DIN-2014-Narrow", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.36px;
  text-transform: uppercase;
}

.hero__right {
  width: 100%;
}

.content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 70px 30px;
}

.content__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content__bg img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}

.content__container {
  position: relative;
  max-width: 1200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content__inner {
  margin-bottom: 40px;
}

.content__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}

.content__item {
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 15px;
  max-width: 380px;
  width: 100%;
}

.content__item:first-child {
  margin-left: 0;
}

.content__item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.content__item-image {
  margin-bottom: 30px;
}

.content__item-image img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content__item-title {
  color: #000;
  text-align: center;
  font-family: "DIN-2014", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.content__item-text {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.shop {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 80px 30px;
}

.shop__bg {
  position: absolute;
  top: -60px;
  left: 0;
}

.shop__container {
  max-width: 1070px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop__left {
  width: 50%;
  max-width: 550px;
  margin-right: 60px;
  position: sticky;
  top: 90px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.shop__mobile {
  display: none;
}

.shop__title {
  color: #000;
  font-family: "DIN-2014", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.shop__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop__rating img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
}

.shop__rating span {
  color: #000;
  text-align: center;
  font-family: "DIN-2014-Narrow", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.36px;
  text-transform: uppercase;
}

.shop__sliders {
  width: 100%;
}

.shop__slider-item {
  cursor: pointer;
}

.shop__slider-item img {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-object-fit: cover;
  object-fit: cover;
}

.shop__big-slider {
  margin-bottom: 10px;
}

.shop__right {
  width: 50%;
}

.shop__description {
  margin-top: 13px;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  padding-bottom: 20px;
  border-bottom: 1px solid #979797;
  margin-bottom: 30px;
}

.shop__benefits-title {
  color: #000;
  font-family: "DIN-2014", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 10px;
}

.shop__benefits-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.shop__benefits-body ul {
  list-style: none;
}

.shop__benefits-body ul:first-child {
  margin-right: 40px;
  margin-bottom: 6px;
}

.shop__benefits-body ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6px;
}

.shop__benefits-body ul li:last-child {
  margin-bottom: 0;
}

.shop__benefits-body ul li img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 6px;
}

.shop__benefits-body ul li span {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}

.shop__qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.shop__qty-title {
  color: #000;
  font-family: "DIN-2014", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-right: 20px;
}

.shop__qty-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 180px;
  width: 100%;
  border: 1px solid #000;
  background: #fff;
}

.shop__qty-body button {
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 10px;
}

.shop__qty-body button:first-child {
  border-right: 1px solid #000;
}

.shop__qty-body button:last-child {
  border-left: 1px solid #000;
}

.shop__qty-body input {
  outline: none;
  border: none;
  text-align: center;
  width: 100%;
}

.shop__price {
  margin-bottom: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.shop__price-new {
  color: #000;
  text-align: center;
  font-family: "DIN-2014-Narrow", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
}

.shop__btn {
  max-width: 280px;
}

.shop__pay {
  font-size: 14px;
  line-height: 140%;
  color: #000000;
  margin-top: 10px;
}

.shop__pay img {
  margin: 0 5px -3px 3px;
  width: 57px;
}

.shop__pay br {
  display: none;
}

.shop__pay-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.shop__pay-link span {
  font-size: 14px;
  line-height: 122%;
  text-decoration-line: underline;
  color: #000000;
}

.shop__guarantee {
  display: flex;
  margin-top: 10px;
  align-items: center;
}

.shop__guarantee img {
  display: flex;
  margin-right: 4px;
}

.shop__guarantee span {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.shop__returns {
  display: flex;
  align-items: center;
  margin-top: 15px;
  flex-wrap: wrap;
}

.shop__returns img {
  display: flex;
  width: 25px;
  height: 25px;
}

.shop__returns span {
  font-weight: 700;
  font-size: 14px;
  margin: 0 5px;
}

.shop__returns a {
  font-size: 14px;
  color: #2e2eff;
}

.shop__returns a:hover {
  text-decoration: underline;
}

.confidence {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 70px 30px 90px 30px;
}

.confidence__bg-arrow {
  position: absolute;
  top: -40px;
  right: 0;
  z-index: 2;
}

.confidence__bg-arrow:nth-child(1) {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.confidence__bg-arrow:nth-child(2) {
  top: auto;
  bottom: -115px;
  right: auto;
  left: 0;
}

.confidence__bg-arrow img {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-object-fit: cover;
  object-fit: cover;
}

.confidence__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.confidence__bg img {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.confidence__container {
  position: relative;
  max-width: 980px;
  width: 100%;
}

.confidence__inner {
  margin-bottom: 30px;
}

.confidence__title {
  color: #fff;
  text-align: center;
  font-family: "DIN-2014-Narrow", sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: 0.92px;
  text-transform: uppercase;
}

.confidence__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.confidence__item {
  max-width: 200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 30px;
}

.confidence__item:first-child {
  margin-left: 0;
}

.confidence__item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.confidence__item-image {
  margin-bottom: 10px;
}

.confidence__item-title {
  color: #fff;
  text-align: center;
  font-family: "DIN-2014-Narrow", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 6px;
}

.confidence__item-text {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}

.action {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px 30px 90px 30px;
  z-index: 2;
}

.action__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.action__bg img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: bottom left;
}

.action__container {
  max-width: 1080px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.action__inner {
  margin-bottom: 30px;
}

.action__body {
  width: 100%;
  margin-bottom: 30px;
  padding: 0 50px 50px 50px;
}

.action__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.action__item-title {
  color: #fff;
  text-align: center;
  font-family: "DIN-2014", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 10px;
}

.action__item-content {
  position: relative;
  width: 90%;
}

.action__item-content video {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  max-width: 270px;
}

.action__item-content img {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.action .swiper-button-prev,
.action .swiper-rtl .swiper-button-next {
  left: 0;
}

.action .swiper-button-next,
.action .swiper-rtl .swiper-button-prev {
  right: 0;
}

.action .swiper-button-next:after,
.action .swiper-button-prev:after {
  color: #fff;
  font-weight: 800;
}

.action .swiper-slide-active .action__item-content {
  width: 100%;
}

.action .swiper-slide-active .action__item-content::before {
  display: none;
}

.action .swiper-slide-active .action__item-content::after {
  display: none;
}

.action .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.action .swiper-slide .action__item-content::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
}

.action .swiper-pagination-bullet {
  opacity: 1;
  background: rgba(255, 255, 255, 0.6);
}

.action .swiper-pagination-bullet-active {
  background: #009cda;
}

.reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 70px 30px;
  position: relative;
}

.reviews__bg-arrow {
  position: absolute;
  top: -60px;
  right: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: 5;
}

.reviews__bg-arrow img {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-object-fit: cover;
  object-fit: cover;
}

.reviews__container {
  max-width: 1200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.reviews__inner {
  margin-bottom: 40px;
}

.reviews__title {
  color: #000 !important;
}

.reviews__title br {
  display: none;
}

.reviews__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.reviews__item {
  margin: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.reviews__item:first-child {
  margin-left: 0;
}

.reviews__item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.reviews__item-stars {
  margin-bottom: 10px;
}

.reviews__item-stars img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reviews__item-text {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 10px;
}

.reviews__item-user {
  color: #000;
  text-align: center;
  font-family: "DIN-2014", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}

.periods {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 100px 30px 80px 30px;
  margin-top: -35px;
}

.periods__bg-arrow {
  position: absolute;
  z-index: 5;
  bottom: -115px;
  left: 0;
}

.periods__bg-arrow img {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-object-fit: cover;
  object-fit: cover;
}

.periods__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.periods__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.periods__container {
  max-width: 520px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.periods__title {
  color: #fff;
  text-align: center;
  font-family: "DIN-2014", sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: 0.92px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.periods__description {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 30px;
}

.periods__btn {
  max-width: 254px;
}

.faqs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 70px 30px;
  position: relative;
}

.faqs__bg-arrow {
  position: absolute;
  bottom: -20px;
  right: 0;
  z-index: 2;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faqs__bg-arrow img {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-object-fit: cover;
  object-fit: cover;
}

.faqs__container {
  max-width: 900px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.faqs__inner {
  margin-bottom: 30px;
}

.faqs__title {
  color: #000 !important;
}

.faqs__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-bottom: 30px;
}

.faqs__body details {
  border-radius: 7px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.faqs__body details:last-child {
  margin-bottom: 0;
}

.faqs__item-title {
  color: #000;
  font-family: "DIN-2014", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.faqs__item-title::before {
  content: "";
  background: #009cda;
  padding-left: 4px;
  margin-right: 8px;
}

.faqs__content {
  padding: 0 20px 20px 20px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.faqs__btn {
  max-width: 280px;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 78px 30px;
  margin-top: -40px;
}

.footer__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer__bg img {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.footer__container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer__logo {
  margin-bottom: 30px;
}

.footer__logo img {
  width: 286px;
}

.footer__links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.footer__link {
  margin: 5px 15px;
  color: #fff;
  font-size: 16px;
}

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

.footer__copy {
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-family: "DIN-2014-Narrow", sans-serif;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

* {
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

a {
  text-decoration: none;
}

summary {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

details {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

details > summary::-webkit-details-marker {
  display: none;
}

summary:focus {
  /* outline: none; */
}

summary:active {
  border: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type="number"] {
  -moz-appearance: textfield;
}

[v-cloak] {
  display: block;
  padding: 50px 0;
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

[v-cloak]:before {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #333;
  -webkit-animation: spinner 0.6s linear infinite;
  animation: spinner 0.6s linear infinite;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

[v-cloak] > div {
  display: none;
}

.modal-enter,
.modal-leave-to {
  opacity: 0;
}

.modal-enter-active,
.modal-leave-active {
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.shop .swiper-slide.swiper-slide-visible.swiper-slide-thumb-active::after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 0px 0px 2px #393b38 inset;
  box-shadow: 0px 0px 0px 2px #393b38 inset;
}

summary {
  cursor: pointer;
  position: relative;
  padding-bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 35px 16px 0;
}

summary::marker {
  font-size: 0;
}

details > summary::after {
  position: absolute;
  content: "+";
  right: 10px;
  font-size: 30px;
  font-weight: 400;
  color: #000;
}

details[open] > summary::after {
  position: absolute;
  content: "–";
  right: 12px;
  font-size: 30px;
  font-weight: 400;
  color: #000;
  line-height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

details > summary::-webkit-details-marker {
  display: none;
}

details {
  border-bottom: 1px solid #d2dde5;
}

.btn-primary {
  color: #000;
  text-align: center;
  font-family: "DIN-2014-Narrow", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 20px 0px #7dffff;
  box-shadow: 0px 0px 20px 0px #7dffff;
  padding: 11px 20px;
  width: 100%;
  max-width: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient((90deg, #fff 0%, #fff 57.43%, #b7d6ec 100%));
  background: linear-gradient(90deg, #fff 0%, #fff 57.43%, #b7d6ec 100%);
  z-index: -1;
}

.btn-primary::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient((90deg, #fff 0%, #b7d6ec 57.43%, #fff 100%));
  background: linear-gradient(90deg, #fff 0%, #b7d6ec 57.43%, #fff 100%);
  opacity: 0.1;
  color: #000;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.btn-primary:hover:after {
  opacity: 1;
}

.btn-secondary {
  color: #fff;
  text-align: center;
  font-family: "DIN-2014-Narrow", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  border-radius: 1000px;
  overflow: hidden;
  position: relative;
  padding: 11px 15px;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
}

.btn-secondary:hover::after {
  opacity: 1;
}

.btn-secondary::before {
  content: "";
  background: -o-linear-gradient(359deg, #00b2ff 0%, #006bb7 100.46%);
  background: linear-gradient(91deg, #00b2ff 0%, #006bb7 100.46%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.btn-secondary::after {
  content: "";
  background: -o-linear-gradient(359deg, #006bb7 0%, #00b2ff 100.46%);
  background: linear-gradient(91deg, #006bb7 0%, #00b2ff 100.46%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.title {
  color: #fff;
  text-align: center;
  font-family: "DIN-2014", sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: 0.92px;
  text-transform: uppercase;
}

.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
}

.modal-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 40px 10px;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-body {
  width: 100%;
  height: auto;
  max-width: 432px;
  border-radius: 10px;
  position: relative;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff;
  align-items: center;
  flex-direction: column;
}

.modal-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 16px;
}

.modal-close {
  font-size: 30px;
  cursor: pointer;
}

.modal-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 120%;
  margin: 0;
  max-width: 100%;
  font-family: inherit;
  letter-spacing: 0.02em;
}

.modal-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-subtitle {
  font-size: 18px;
  margin: 0 0 16px 0;
  line-height: 24px;
  width: 100%;
}

.modal-list {
  background-color: #f5f5f5;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  padding: 17px 21px;
  width: 100%;
}

.list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 22px 0;
  color: #707070;
  border-bottom: 1px solid #d9d9d9;
}

.list-item:last-child {
  border-bottom: 0;
}

.list-item__financial-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 12px;
}

.list-item__interest-details-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-item__amount-per-interval {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-item__price-per-term {
  font-size: 18px;
  font-weight: 600;
}

.list-item__frequency {
  font-size: 16px;
}

.list-item__payment-length {
  padding: 2px 0px;
  background: #f0f2f4;
  border-radius: 4px;
}

.list-item__number-of-terms {
  font-size: 14px;
}

.list-item__interest-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 80px;
  margin-right: 12px;
}

.list-item__interest-detail-label {
  font-size: 12px;
}

.list-item__interest-detail-value {
  font-size: 17px;
  margin-top: 5px;
}

.shop-pay-logo-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.shop-pay-logo-wrapper img {
  width: 88px;
}

.modal-btn {
  background: #5a31f4;
  line-height: normal;
  border-radius: 4px;
  height: 100%;
  text-decoration: none;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  white-space: nowrap;
  padding: 12px 15px;
  margin-top: 15px;
  width: 100%;
}

.modal-btn-label {
  margin: 5px 0;
  font-weight: 300;
  font-size: 12px;
  text-align: center;
}

.modal-text {
  margin-top: 30px;
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: 0.04rem;
  font-weight: 300;
  font-size: 11px;
}

.modal-text a {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: underline;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-top: 30px;
}

.affirm-text span {
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: 0.04rem;
  font-weight: 300;
  font-size: 11px;
}

@media (max-width: 1240px) {
  .header__top {
    padding: 15px 30px;
  }
}

@media (max-width: 1200px) {
  .hero__title {
    font-size: 70px;
  }

  .hero__title span {
    font-size: 70px;
  }
}

@media (max-width: 1060px) {
  .hero__title {
    font-size: 64px;
  }

  .hero__title span {
    font-size: 64px;
  }
}

@media (max-width: 1020px) {
  .header__top {
    padding: 15px 30px;
  }
}

@media (max-width: 990px) {
  .content__item {
    padding: 30px 15px;
  }

  .content__item-title {
    font-size: 20px;
  }

  .shop__bg img {
    width: 220px;
  }

  .shop__left {
    margin-right: 30px;
  }

  .shop__title {
    font-size: 33px;
  }

  .shop__rating span {
    font-size: 16px;
  }

  .shop__benefits-body ul:first-child {
    margin-right: 20px;
  }

  .confidence__bg-arrow:nth-child(2) {
    bottom: -90px;
  }

  .confidence__bg-arrow img {
    width: 220px;
  }

  .confidence__item {
    margin: 0 15px;
  }

  .action__body {
    padding: 0 30px 50px 30px;
  }

  .reviews__bg-arrow img {
    width: 220px;
  }

  .reviews__item {
    margin: 0 15px;
  }

  .periods__bg-arrow {
    bottom: -80px;
  }

  .periods__bg-arrow img {
    width: 220px;
  }

  .faqs__bg-arrow img {
    width: 220px;
  }

  .title {
    font-size: 36px;
  }
}

@media (max-width: 970px) {
  .hero__title {
    font-size: 54px;
  }

  .hero__title span {
    font-size: 54px;
  }

  .hero__description {
    font-size: 20px;
    max-width: 400px;
  }

  .hero__rating span {
    font-size: 16px;
  }

  .hero__right {
    width: 84%;
  }

  .btn-primary {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .periods {
    margin-top: -57px;
    z-index: 3;
  }
  .action__item-content video {
    max-width: none;
  }
  .footer__link {
    font-size: 14px;
    margin: 5px 10px;
  }
  .footer__copy {
    font-size: 14px;
  }
  .header__top {
    padding: 15px 20px;
  }
  .reviews__title br {
    display: flex;
  }
  .shop__pay {
    text-align: center;
  }
  .shop__guarantee {
  }
  .header__top-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header__top-logo {
    margin-right: 0;
  }

  .header__top-logo svg {
    width: 140px;
  }

  .header__top-empty {
    display: none;
  }

  .header__top-burger {
    display: block;
  }

  .header__top-links {
    display: none;
  }

  .header__top-link {
    margin-right: 0;
    font-size: 22px;
    margin-bottom: 15px;
  }

  .header__top-link2 {
    margin-left: 0;
    font-size: 22px;
  }

  .header__top-link2:first-child {
    margin-bottom: 15px;
  }

  .hero {
    padding: 0;
    max-height: 850px;
  }

  .hero__bg {
    position: relative;
  }

  .hero__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    position: absolute;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .hero__left {
    padding: 40px 20px;
  }

  .hero__body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero__title {
    text-align: center;
    font-size: 50px;
  }

  .hero__title span {
    text-align: center;
    font-size: 50px;
  }

  .hero__description {
    text-align: center;
  }

  .hero__info {
    margin-top: 30px;
  }

  .hero__right {
    width: 100%;
  }

  .content {
    padding: 40px 20px 90px 20px;
  }

  .content__inner {
    margin-bottom: 20px;
  }

  .content__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
  }

  .content__item {
    margin: 0 0 10px 0;
    padding: 20px 15px;
    max-width: none;
  }

  .content__item-image {
    margin-bottom: 20px;
  }

  .content__item-image img {
    width: 50px;
    height: 100%;
  }

  .shop {
    padding: 60px 20px;
  }

  .shop__bg img {
    width: 158px;
  }

  .shop__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .shop__left {
    width: 100%;
    position: relative;
    top: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .shop__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .shop__title {
    text-align: center;
    font-size: 30px;
  }

  .shop__rating span {
    font-size: 14px;
  }

  .shop__right {
    width: 100%;
    max-width: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .shop__desktop {
    display: none;
  }

  .shop__description {
    text-align: center;
  }

  .shop__benefits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .shop__benefits-body {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .shop__benefits-body ul:first-child {
    margin-right: 40px;
  }

  .confidence {
    padding: 60px 20px 40px 20px;
  }

  .confidence__bg-arrow:nth-child(1) {
    top: -30px;
  }

  .confidence__bg-arrow:nth-child(2) {
    display: none;
  }

  .confidence__bg-arrow img {
    width: 158px;
  }

  .confidence__body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .confidence__item {
    width: 50%;
    max-width: none;
    margin: 0 0 30px 0;
  }

  .confidence__item-image img {
    width: 100px;
  }

  .confidence__item-title {
    font-size: 18px;
  }

  .confidence__item-text {
    font-size: 14px;
  }

  .action {
    padding: 50px 20px 70px 20px;
  }

  .action__body {
    padding: 0 50px 50px 50px;
  }

  .action .swiper-slide {
    display: block;
  }

  .reviews {
    padding: 50px 20px;
  }

  .reviews__bg-arrow {
    top: -30px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    right: auto;
    left: 0;
  }

  .reviews__bg-arrow img {
    width: 158px;
  }

  .reviews__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .reviews__item {
    margin: 0 0 30px 0;
  }

  .periods {
    padding: 60px 20px;
  }

  .periods__bg-arrow {
    bottom: -60px;
  }

  .periods__bg-arrow img {
    width: 158px;
  }

  .faqs {
    padding: 50px 20px;
  }

  .faqs__bg-arrow img {
    width: 158px;
  }

  .faqs__item-title {
    font-size: 18px;
  }

  .footer {
    padding: 65px 20px 40px 20px;
  }

  .footer__bg img {
    object-position: 8% 84%;
  }

  .footer__logo img {
    width: 250px;
  }

  .btn-secondary {
    font-size: 20px;
  }

  .title {
    font-size: 30px;
  }

  .modal-body {
    padding: 30px 15px;
    overflow: auto;
    max-height: 460px;
  }

  .modal-title {
    font-size: 26px;
  }

  .modal-subtitle {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .periods {
    padding: 0;
  }

  .periods__bg {
    position: relative;
  }

  .periods__container {
    position: absolute;
    top: 54%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 20px;
  }

  .periods__description {
    font-size: 16px;
  }
}

@media (max-width: 540px) {
  .content {
    padding: 40px 20px 70px 20px;
  }
}

@media (max-width: 500px) {
  .shop__bg img {
    width: 120px;
  }

  .confidence__bg {
    height: 102%;
  }
  .footer__bg img {
    object-position: 60% 85%;
  }

  .confidence__bg-arrow img {
    width: 120px;
  }

  .reviews__bg-arrow img {
    width: 120px;
  }

  .periods__bg-arrow {
    bottom: -40px;
  }

  .periods__bg-arrow img {
    width: 120px;
  }

  .faqs__bg-arrow img {
    width: 120px;
  }
}

@media (max-width: 440px) {
  .shop__benefits-body ul:first-child {
    margin-right: 10px;
  }
}

@media (max-width: 439px) {
  .header__top-text {
    font-size: 14px;
  }
  .shop__benefits-body {
    max-width: 500px;
  }

  .shop__benefits-body ul li span {
    font-size: 14px;
  }
  .header__top-logo svg {
    width: 120px;
  }
}

@media (max-width: 430px) {
  .hero__title {
    font-size: 40px;
  }

  .hero__title span {
    font-size: 40px;
  }

  .hero__description {
    font-size: 18px;
  }

  .btn-primary {
    font-size: 22px;
  }
}

@media (max-width: 400px) {
  .confidence__item {
    padding: 0 3px;
  }
}

@media (max-width: 399px) {
  .hero__left {
    padding: 30px 15px;
  }
}

@media (max-width: 374px) {
  .footer {
    padding: 40px 15px 30px 15px;
  }
  .footer__copy {
    font-size: 12px;
  }
  .shop__returns a {
    font-size: 12px;
  }
  .shop__returns span {
    font-size: 12px;
  }
  .shop__returns img {
    width: 20px;
    height: 20px;
  }
  .header__top-text {
    font-size: 12px;
  }
  .header__top-logo svg {
    width: 90px;
  }
  .reviews__bg-arrow {
    top: -50px;
  }
  .shop__pay {
    font-size: 12px;
  }
  .shop__pay a {
    font-size: 12px;
  }
  .shop__guarantee {
    font-size: 12px;
  }
  .header__top {
    padding: 15px 15px;
  }

  #menu {
    margin: -100px 0 0 -15px;
  }

  .hero__left {
    padding: 20px 15px;
  }

  .hero__title {
    font-size: 36px;
  }

  .hero__title span {
    font-size: 36px;
  }

  .hero__description {
    font-size: 16px;
  }

  .hero__rating img {
    width: 80px;
  }

  .hero__rating span {
    font-size: 14px;
  }

  .content {
    padding: 30px 15px 70px 15px;
  }

  .content__item-title {
    font-size: 18px;
  }

  .shop {
    padding: 50px 15px;
  }

  .shop__bg img {
    width: 100px;
  }

  .shop__description {
    font-size: 16px;
  }

  .shop__benefits-title {
    font-size: 16px;
  }

  .shop__benefits-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .shop__qty-title {
    font-size: 16px;
  }

  .confidence {
    padding: 50px 15px;
  }

  .confidence__bg-arrow:nth-child(1) {
    top: -15px;
  }

  .confidence__bg-arrow img {
    width: 100px;
  }

  .confidence__item-image img {
    width: 80px;
  }

  .confidence__item-title {
    font-size: 16px;
  }

  .confidence__item-text {
    font-size: 12px;
  }

  .action {
    padding: 40px 15px 70px 15px;
  }

  .action__body {
    padding: 0 30px 50px 30px;
  }

  .action .swiper-button-next:after,
  .action .swiper-button-prev:after {
    font-size: 30px;
  }

  .reviews {
    padding: 40px 15px;
  }

  .reviews__bg-arrow img {
    width: 100px;
  }

  .periods__bg-arrow {
    bottom: -30px;
  }

  .periods__bg-arrow img {
    width: 100px;
  }

  .periods__container {
    padding: 0 15px;
  }

  .periods__description {
    font-size: 14px;
  }

  .faqs {
    padding: 40px 15px;
  }

  .faqs__bg-arrow {
    bottom: -15px;
  }

  .faqs__bg-arrow img {
    width: 100px;
  }

  .faqs__item-title {
    font-size: 16px;
  }

  .faqs__content {
    font-size: 14px;
  }

  .footer__logo img {
    width: 200px;
  }

  .btn-primary {
    font-size: 20px;
    padding: 11px 15px;
  }

  .modal-title {
    font-size: 20px;
  }
}
@supports (-webkit-appearance: none) {
}

@media (max-width: 1240px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 1200px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 1060px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 1020px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 990px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 970px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 767px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 600px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 540px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 500px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 440px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 439px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 430px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 400px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 399px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 374px) {
  @supports (-webkit-appearance: none) {
  }
}
