

/* Start:/bitrix/templates/levetinol/styles.css?169450915014825*/
* {
  box-sizing: border-box;
  outline: none;
  color: #000;
  font-family: Circe;
  font-size: 18px;
  font-style: normal;
  font-weight: 350;
  line-height: 26px;
  letter-spacing: -0.1px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body,
html {
  background: #fff;
  color: #000;
  font-family: Circe;
  font-size: 18px;
  font-style: normal;
  font-weight: 350;
  line-height: 26px;
  letter-spacing: -0.1px;
  min-width: 320px;
  max-width: 100%;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.fixed {
  overflow: hidden;
}

p {
  color: #000;
  font-family: Circe;
  font-size: 18px;
  font-style: normal;
  font-weight: 350;
  line-height: 26px;
  letter-spacing: -0.1px;
  margin-top: 24px;
}

strong {
  font-weight: 700;
}

.display-none {
  display: none;
}

.display-block {
  display: block;
}

.collapsable__item > details > summary::marker {
  content: none;
  display: none;
}

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

.collapsable__button {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
}

.collapsable__item > details > summary:after {
  width: 31px;
  height: 30px;
  min-width: 31px;
  min-height: 30px;
  background-image: url("/bitrix/templates/levetinol/./images/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  left: 114px;
  top: 16px;
  content: "";
}

.collapsable__item > details[open] > summary:after {
  transform: rotateZ(180deg);
}

.collapsable__answer {
  margin-top: 30px;
}

/* details[open] summary ~ * {
  animation: sweep 0.35s ease-in-out;
}

@keyframes sweep {
  0% {
    opacity: 0;
    margin-left: -10px;
  }
  100% {
    opacity: 1;
    margin-left: 0px;
  }
} */

.underline {
  text-decoration: underline;
}

.italics {
  font-style: italic;
}

ul {
  margin: 0 0 0 25px;
  padding: 0;
  list-style-type: none;
}

li + li {
  margin-top: 17px;
}

li {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

li::before {
  content: "";
  height: 14px;
  width: 14px;
  min-width: 14px;
  position: absolute;
  top: 8px;
  left: -25px;
  background-image: url("/bitrix/templates/levetinol/./images/bullet.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.instructions__title {
  color: #ee5a07;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.1px;
  text-transform: capitalize;
}

.br__mobile {
  display: none;
}

.buttons-section {
  display: flex;
  gap: 30px;
  margin: 70px 0 50px;
}

.buttons-section button {
  width: 594px;
  height: 60px;
  border-radius: 100px;
  background: #fff;
  border: 1px solid #ee5a07;
  cursor: pointer;

  color: #ee5a07;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-family: Circe, sans-serif;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  letter-spacing: -0.3px;
}

.buttons-section button:hover {
  color: #fff !important;
  background: linear-gradient(90deg, #813629 0%, #cf882a 100%) !important;
}

.btn-active {
  color: #fff !important;
  background: linear-gradient(90deg, #ae4936 0%, #f39f32 100%) !important;
}

@media (max-width: 1024px) {
  .buttons-section {
    gap: 24px;
    margin: 50px 0;
  }
  .buttons-section button {
    width: 450px;
    height: 80px;
  }
}

@media (max-width: 840px) {
  .instructions__title {
    font-size: 20px;
  }
  .br__mobile {
    display: block;
  }
  .buttons-section {
    gap: 10px;
    margin: 24px 0 36px;
  }
  .buttons-section button {
    max-width: 50%;
    width: 100%;
    height: 60px;

    font-size: 10px;
    line-height: 16px;
  }
}

.instruction__image {
  margin-top: 24px;
  width: fit-content;
  max-width: 100%;
  height: 100%;
}

.footnote {
  font-size: 16px;
  margin-top: 14px;
  line-height: 18px;
}

sup {
  font-size: 16px;
  line-height: 18px;
}

.uppercase {
  text-transform: uppercase;
}

.btn-buy__wrapper {
  position: sticky;
  height: 0;
  width: 0;
  right: 0;
  top: 40px;
  margin-left: auto;
  transform: translateX(-350px) translateY(0px);
  overflow: visible;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 1;
}

.btn-buy__wrapper a {
  text-decoration: none;
  width: 234px;
  min-height: 60px;
  font-family: Circe, sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  padding: 20px 0;
  color: #fff;
  border-radius: 100px;
  border: none;
  background: linear-gradient(90deg, #ae4936 0%, #f39f32 100%);
  cursor: pointer;
}

.btn-buy__wrapper a:hover {
  background: linear-gradient(90deg, #813629 0%, #cf882a 100%);
}

@media (max-width: 1024px) {
  .btn-buy__wrapper {
    gap: 10px;
    transform: translateX(-284px) translateY(0px);
  }
  .btn-buy__wrapper a {
    min-height: 50px;
    font-size: 16px;
    padding: 14px 0;
  }
}

@media (max-width: 840px) {
  .btn-buy__wrapper {
    gap: 5px;
    transform: translateX(-164px) translateY(-20px);
  }
  .btn-buy__wrapper a {
    width: 150px;
    min-height: 35px;
    font-size: 12px;
    padding: 8px 0;
  }
}

.popup-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 100;
  overflow: auto;
}

.popup {
  background: #fff;
  max-width: 1218px;
  height: 600px;
  border-radius: 30px;
  padding: 50px;
  width: 100%;
  text-align: center;
  margin: 10px auto;
}

.popup-container {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.popup__title {
  font-family: Circe, sans-serif;
  font-size: 52px;
  font-style: normal;
  font-weight: 350;
  line-height: 70px;
  letter-spacing: 0.1px;
  margin: 0;
}

.popup__title sup {
  font-family: Circe, sans-serif;
  color: #ee5a07;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.1px;
}

.popup__title span {
  font-family: Circe, sans-serif;
  color: #ee5a07;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0.1px;
  text-transform: uppercase;
}

.popup__description {
  font-family: Circe, sans-serif;
  margin: 30px 0 0;
  color: #000;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 350;
  line-height: 40px;
  letter-spacing: -1.2px;
}

.popup__buttons {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.popup__button {
  font-family: Circe, sans-serif;
  display: inline-block;
  max-width: 278px;
  color: #ee5a07;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  border: 2px solid #ee5a07;
  border-radius: 40px;
  padding: 16px;
  text-align: center;
  cursor: pointer;
  transition:
    background 0.25s ease-in-out,
    color 0.25s ease-in-out;
  text-decoration: none;
  letter-spacing: -0.3px;
  width: 100%;
}

.popup__button:hover {
  background: linear-gradient(90deg, #ae4936 0%, #f39f32 100%);
  color: #fff;
}

.popup__info {
  font-family: Circe;
  margin: 30px 0 0;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 24px;
}

.popup__info a {
  font-family: Circe;
  margin: 30px 0 0;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 24px;
  text-decoration-line: underline;
}

@media (max-width: 1024px) {
  .popup {
    max-width: 922px;
    padding: 50px 25px;
  }
  .popup-container {
    max-width: unset;
  }
}

@media (max-width: 840px) {
  .popup {
    max-width: 90vw;
    padding: 30px 15px;
    height: fit-content;
    border-radius: 15px;
  }
  .popup__title,
  .popup__title span {
    font-size: 24px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
  }
  .popup__title sup {
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
  }
  .popup__description {
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.4px;
  }
  .popup__buttons {
    margin-top: 30px;
    flex-direction: column;
    gap: 10px;
  }
  .popup__button {
    max-width: 100%;
    font-size: 10px;
    line-height: 8px;
  }
  .popup__info,
  .popup__info a {
    font-size: 12px;
    line-height: 18px;
  }
  .popup__info {
    margin-top: 15px;
  }
}

.container {
  width: 100%;
  max-width: 1300px;
  padding: 0 50px;
  margin: 0 auto;
}

.container-small {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1440px) {
  .collapsable__item > details > summary:after {
    left: 2px;
    top: 14px;
  }
}

@media (max-width: 1024px) {
  .container {
    max-width: 100%;
  }
  .container-small {
    max-width: 100%;
  }
}

@media (max-width: 840px) {
  * {
    font-size: 14px;
  }
  p {
    margin-top: 14px;
    font-size: 14px;
  }
  .footnote {
    font-size: 12px;
    margin-top: 10px;
    line-height: normal;
    letter-spacing: 0.1px;
  }
  sup {
    font-size: 12px;
    line-height: normal;
    letter-spacing: 0.1px;
  }
  .container {
    padding: 0 15px;
  }
  .collapsable__item > details > summary:after {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
  }
}

.header {
  display: block;
}

.header__inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.header img {
  width: 192px;
  height: auto;
}

.header__logo {
  color: #ee5a07;
  font-family: Circe, sans-serif;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0.1px;
  text-decoration: none;
}

.full-header {
  position: relative;
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
  height: 0;
  padding-top: 72%;
  overflow: hidden;
  background-image: url("/bitrix/templates/levetinol/images/header-01.png");
}

.full-header__content {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 1.5vw;
  height: 35.2vw;
  width: 52.55vw;
  top: 29.4%;
  right: 3.7vw;
}

.full-header__packs {
  position: relative;
  top: -41.25%;
  right: 6.9vw;
  width: 52.55vw;
}

.full-header__logo {
  width: 10vw;
  height: auto;
}

.full-header h1 {
  color: #fff;
  font-family: Circe, sans-serif;
  font-size: 2.8vw;
  font-style: normal;
  font-weight: 500;
  line-height: 3.2vw;
  letter-spacing: 0.1px;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .full-header {
    padding-top: 81%;

    background-image: url("/bitrix/templates/levetinol/images/header-01_t.png");
  }
  .full-header__content {
    top: 24%;
    right: 79px;
    gap: 2.6vw;
    width: 50.55vw;
  }
  .full-header__packs {
    max-width: 517px;
    top: -46.9%;
    right: -49px;
    width: 50.55vw;
  }
  .full-header h1 {
    font-size: 3.2vw;
    line-height: 5vw;
  }
  .full-header__logo {
    width: 14vw;
  }
}

@media (max-width: 700px) {
  .full-header h1,
  .full-header__logo {
    position: relative;
    left: 30px;
  }
  .full-header__packs {
    top: -50%;
  }
}

@media (max-width: 400px) {
  .full-header {
    padding-top: 196%;

    background-image: url("/bitrix/templates/levetinol/images/header-01_m.png");
  }
  .full-header__content {
    top: 20px;
    right: -2px;
    gap: 26vw;
    width: 96.55vw;
  }
  .full-header h1,
  .full-header__logo {
    left: 0px;
  }
  .full-header__packs {
    max-width: 377px;
    width: 96.55vw;
    top: -14%;
    right: -8.4vw;
  }
  .full-header h1 {
    font-size: 7.7vw;
    line-height: 10.5vw;
  }
  .full-header__logo {
    width: 25vw;
    right: 27px;
  }
}

.footer {
  margin-top: 93px;
  padding: 59px 0 70px;
  border-top: 1px solid #e3e4eb;
}

.footer img {
  width: 192px;
  height: auto;
}

.footer a {
  display: inline-block;
  font-size: 0;
  cursor: pointer;
}

.footer p {
  font-size: 14px;
  color: #959595;
  margin: 18px 0 0;
  line-height: 1.2;
  padding-bottom: 9px;
}

.footer__contacts h3 {
  font-size: 14px;
  color: #959595;
  line-height: 1.2;
  padding: 0 0 8px 0;
  margin: 0;
}

.footer__contacts p {
  margin: 0;
  padding: 0 0 8px 0;
}

.footer__contacts a {
  font-size: unset;
}

@media (max-width: 840px) {
  .header img {
    width: 100px;
  }

  .header span {
    font-size: 24px;
    line-height: normal;
  }

  .footer {
    margin-top: 25px;
    padding: 25px 0 20px;
    padding-left: 0;
  }

  .footer img {
    width: 100px;
    margin-left: -10px;
  }

  .footer p {
    line-height: 1.5;
    font-size: 12px;
    margin: 10px 0 0;
    padding-bottom: 0px;
    padding-left: 18px;
  }
}

.terms-of-user__title {
  color: #ee5a07;
  font-family: Circe;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
  letter-spacing: 0.1px;
  margin: 70px 0;
}

.terms-of-user h3 {
  color: #000;
  font-family: Circe;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.1px;
  margin-top: 24px;
}

.terms-of-user .paragraph-wrapper {
  max-width: 1010px;
  margin: 0 auto;
}

@media (max-width: 840px) {
  .terms-of-user__title {
    font-size: 20px;
    line-height: normal;
    text-transform: capitalize;
    margin: 24px 0 0;
  }
  .terms-of-user h3 {
    margin-top: 14px;
  }
}

.not-found__inner {
  display: flex;
  flex-direction: column;
  padding: 96px 0 24px;
}

.not-found__inner h1 {
  color: #ee5a07;
  text-align: center;
  font-family: Circe, sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.1px;
  margin-bottom: 6px;
}

.not-found__inner p {
  font-family: Circe, sans-serif;
  text-align: center;
  margin-top: 40px;
}

.not-found__inner a {
  width: 271px;
  height: 60px;
  border-radius: 100px;
  background: linear-gradient(90deg, #ae4936 0%, #f39f32 100%);
  margin: 50px auto 0;
  padding: 20px;

  color: #fff;
  font-family: Circe, sans-serif;
  font-weight: 500;
  font-size: 18px;
  font-style: normal;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}

.not-found__inner a:hover {
  background: linear-gradient(90deg, #813629 0%, #cf882a 100%);
}

@media (max-width: 840px) {
  .not-found__inner {
    padding: 80px 0 24px;
  }
  .not-found__inner h1 {
    font-size: 36px;
  }
  .not-found__inner p {
    text-align: center;
    margin-top: 20px;
  }
}

@media (max-width: 500px) {
  .not-found__inner a {
    width: 100%;
    height: 50px;
    margin-top: 30px auto 0;
  }
}

/* End */
/* /bitrix/templates/levetinol/styles.css?169450915014825 */
