

/* Start:/bitrix/templates/livingdew/css/normalize.css?17490411788728*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */


/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/**
   * Remove default margin.
   */

body {
    margin: 0;
}


/* HTML5 display definitions
     ========================================================================== */


/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}


/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */

audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}


/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */

audio:not([controls]) {
    display: none;
    height: 0;
}


/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */

[hidden],
template {
    display: none;
}


/* Links
     ========================================================================== */


/**
   * Remove the gray background color from active links in IE 10.
   */

a {
    background-color: transparent;
}


/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */

a:active,
a:hover,
a:focus {
    outline: 0;
}


/* Text-level semantics
     ========================================================================== */


/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */

abbr[title] {
    border-bottom: 1px dotted;
}


/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */

b,
strong {
    font-weight: bold;
}


/**
   * Address styling not present in Safari and Chrome.
   */

dfn {
    font-style: italic;
}


/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/**
   * Address styling not present in IE 8/9.
   */

mark {
    background: #ff0;
    color: #000;
}


/**
   * Address inconsistent and variable font size in all browsers.
   */

small {
    font-size: 80%;
}


/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* Embedded content
     ========================================================================== */


/**
   * Remove border when inside `a` element in IE 8/9/10.
   */

img {
    border: 0;
}


/**
   * Correct overflow not hidden in IE 9/10/11.
   */

svg:not(:root) {
    overflow: hidden;
}


/* Grouping content
     ========================================================================== */


/**
   * Address margin not present in IE 8/9 and Safari.
   */

figure {
    margin: 1em 40px;
}


/**
   * Address differences between Firefox and other browsers.
   */

hr {
    box-sizing: content-box;
    height: 0;
}


/**
   * Contain overflow in all browsers.
   */

pre {
    overflow: auto;
}


/**
   * Address odd `em`-unit font size rendering in all browsers.
   */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}


/* Forms
     ========================================================================== */


/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */


/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}


/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */

button {
    overflow: visible;
}


/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */

button,
select {
    text-transform: none;
}


/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */

button,
html input[type="button"],

/* 1 */

input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}


/**
   * Re-set default cursor for disabled elements.
   */

button[disabled],
html input[disabled] {
    cursor: default;
}


/**
   * Remove inner padding and border in Firefox 4+.
   */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */

input {
    line-height: normal;
}


/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    box-sizing: content-box;
    /* 2 */
}


/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
   * Define consistent border, margin, and padding.
   */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}


/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */

textarea {
    overflow: auto;
}


/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */

optgroup {
    font-weight: bold;
}


/* Tables
     ========================================================================== */


/**
   * Remove most spacing between table cells.
   */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
/* End */


/* Start:/bitrix/templates/livingdew/css/template.css?175216472319612*/
@charset "utf-8";
@import "/bitrix/templates/livingdew/css/bootstrap.css";
@import "/bitrix/templates/livingdew/css/normalize.css";
@import "/bitrix/templates/livingdew/css/callback-btn.css";
@import "/bitrix/templates/livingdew/css/callback-modal.css";

@font-face {
  font-family: "Lato";
  src: url(/bitrix/templates/livingdew/css/../fonts/Lato-Bold.ttf) format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: "Lato";
  src: url(/bitrix/templates/livingdew/css/../fonts/Lato-Semibold.ttf) format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: "Lato";
  src: url(/bitrix/templates/livingdew/css/../fonts/Lato-Regular.ttf) format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Lato";
  src: url(/bitrix/templates/livingdew/css/../fonts/Lato-Light.ttf) format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: "MANROPE";
  src: url(/bitrix/templates/livingdew/css/../fonts/MANROPE-EXTRALIGHT.TTF) format("truetype");
  font-weight: 200;
}

:root {
  --black: #050505;
  --black-accent: #0065e8;
  --main-gray: #b4b4b4;
  --dark-gray: #707070;
  --gray: #e3e3e350;
  --accent-3-light: #ffd3dc;
  --lite-grey: #F2F2F2;
}

.wrapper {
  max-width: 1920px;
  margin: 0 auto;
  min-height: 100vh;
  position: relative;
  overflow: clip;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

a {
  color: var(--black);
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--black);
  text-decoration: underline;
}

body {
  color: var(--black);
  font-weight: 400;
  line-height: 1.2;
  font-size: 20px;
  font-family: Lato;
}

input {
  color: var(--black);
  font-weight: 400;
  line-height: 1.2;
  font-size: 20px;
  font-family: Lato;
}

.btnStyle1 {
  max-width: 300px;
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #767676;
  background: var(--black);
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 4px;
  transition: 0.3s;
}

.btnStyle1:hover,
.btnStyle1:focus {
  color: #fff;
  text-decoration: unset;
  background: #b4b4b4;
  border-color: #b4b4b4;
}

.btnStyle2 {
  font-weight: 500;
  font-size: 16px;
  padding: 16px;
  height: 56;
  border-radius: 4px;
  display: flex;
  gap: 12px;
  border: solid 1px #767676;
  padding: 16px;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.btnStyle2 .svg{
  line-height: 0;
}

.btnStyle2:hover{
text-decoration: unset;
}
.btnStyle2 svg{
  transition: 0.3s;
}
.btnStyle2:hover svg{
  rotate: -45deg;
}
.blog .btnStyle2 {
  font-size: 18px;
}

.btnStyle2.w100 {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  box-sizing: border-box;
}

section {
  margin-bottom: 140px;
}

.hidden {
  display: none !important;
}

.flex-between{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row !important;
}

h1{
  font-size: 48px;
  text-transform: uppercase;
}

/* header */

.header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 89px;
  padding: 32px 0;
  box-sizing: content-box;
  position: relative;
}

.header__top::after {
  content: "";
  width: 100dvw;
  height: 8px;
  background: var(--black);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.menu {
  display: flex;
  gap: 24px;
}

.menu__nuc {
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  align-items: center;
}

.dial {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.light-font {
  font-size: 14px;
  font-weight: 300;
}

/* header end */



/* title */
.title-block {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
  margin-bottom: 32px;
}

.title-block__title {
  font-size: 48px;
  text-transform: uppercase;
}

.title-block__right {
  max-width: 836px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.title-block__subtitle {
  font-size: 36px;
  font-weight: 500;
  text-transform: uppercase;
}

.title-block__disc {
  color: var(--dark-gray);
}

/* title end */



/* catalog */

.catalog__block {
  display: flex;
  align-items: start;
  gap: 40px;
  margin-top: 40px;
}



.catalog-section .row {
  height: 100%;
  display: flex;
}

.catalog-section .col-sm-4 {
  height: auto;
}

.product-item-container {
  height: 100% !important;
}

/* catalog end */



/* footer */

footer {
  background: var(--black);
  color: #fff;
  padding: 60px 0;
}

footer a,
footer a:hover,
footer a:focus {
  color: #fff;
}

footer .content {
  display: flex;
  gap: 70px;
  max-width: 1920px;
  margin: 0 auto;
  justify-content: space-between;
}

.fLeftTop__title {
  letter-spacing: 5%;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.fLeftTop__elem ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.fLeft {
  width: 66%;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.fLeftTop {
  display: grid;
  grid-gap: 64px 90px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fRightBottom {
  display: flex;
  gap: 12px;
  justify-content: end;
}

.fRightBottom__elem {
  font-size: 16px;
}

.fRight {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.fRightTop {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 398px;
}

.formTitle {
  font-size: 24px;
  letter-spacing: 5%;
  font-weight: 600;
  text-transform: uppercase;
}

.fRightTop form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.fRightTop form input {
  border: solid 1px #767676;
  border-radius: 4px;
  background: none;
  padding: 16px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  outline: unset;
}

.fRightTop form input::placeholder {
  color: var(--main-gray);
  opacity: 1;
}

.fRightTop form input[type="submit"] {
  padding: 17px 0;
  border: solid 1px #767676;
  border-radius: 4px;
  color: var(--black);
  background: #fff;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}

.formLittle {
  font-size: 12px;
  color: var(--main-gray);
}

/* footer */

/* popup */

.popup-window-buttons {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.popup-window-buttons .btn.btn-default {
  font-weight: 500;
  font-size: 16px;
  padding: 16px;
  height: 56;
  border-radius: 4px;
  display: flex;
  gap: 12px;
  border: solid 1px #767676;
  padding: 16px;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  background: none;
  color: var(--black);
}

.popup-window-buttons .btn.btn-default:hover,
.popup-window-buttons .btn.btn-default:focus {
  background: none;
  color: var(--black);
  border: solid 1px #767676;
}

/* popup end */

/* about */

.about-banner {
  background: var(--lite-grey);
  margin-bottom: 230px;
}

.about-banner .content {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}

.about-banner__text-block {
  flex-direction: column;
  gap: 12px;
  display: flex;
  padding-top: 120px;
}

.about__title {
  font-size: 48px;
  text-transform: uppercase;
}

.about-banner__text {
  font-size: 40px;
  font-weight: 300;
}

.about-banner__right img {
  height: 100%;
  object-fit: contain;
}

.about-banner__top-imgs {
  display: flex;
  gap: 40px;
  align-items: start;
  padding-top: 109px;
  margin-bottom: -90px;
}
.about-banner__top-imgs .imgW{
  flex:1;
}
.about-banner__top-imgs .imgW img{
  max-width: 100%;
}

.about-flex.content {
  gap: 32px;
  display: flex;
  flex-direction: column;
}

.idea__block {
  display: flex;
  gap: 40px;
}

.idea__text-block {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 20px;
}

.idea__text {
  font-size: 24px;
}



.research__text {
  font-size: 20px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.research__text-big {
  font-size: 40px;
}

.premium__block {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.premium__text {
  display: flex;
  gap: 10px;
  flex-direction: column;
  font-size: 24px;
}

.premium__text span {
  font-style: italic;
}

.principles__block {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.principles__elem {
  display: flex;
  gap: 10px;
  flex-direction: column;
  font-size: 24px;
  text-transform: uppercase;
  align-items: start;
  justify-content: center;
}

.principles__elem img {
  width: 100%;
  object-fit: contain;
}

.principles__elem-text {
  padding: 0 20px;
}

/* about end */
/* delivery */

.title__underline {
  font-size: 48px;
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: solid 1px #0065e8;
  margin-bottom: 32px;
}

.delivery__block-big {
  max-width: 1420px;
  margin-left: auto;
}

.delivery__block {
  margin-bottom: 60px;
}

.delivery__title {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 300;
  text-transform: uppercase;
}

.delivery-advant__title {
  color: #000;
  text-transform: uppercase;
  font-size: 48px;
}

.delivery-advant__block {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 20px;
}

.delivery-advant__elem svg {
  margin: 40px 0;
}

.delivery-advant__text {
  color: #707070;
  font-size: 16px;
}

.inside__list ul {
  list-style-type: disc;
  margin-left: 20px;
}

.delivery__text p {
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
}

.delivery__text p:last-child {
  margin-bottom: 0;
}

/* delivery end */
.burger__menu {
  display: none;
}

.close-block {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 100;
  cursor: pointer;
}
.close-elem {
  width: 100%;
  height: 1px;
  background: #000;
  rotate: 45deg;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.close-elem:last-child{
  rotate: -45deg;
}
.burger {
  display: none;
  width: 15px;
  height: 14px;
  position: relative;
  padding: 6px 5px;
  box-sizing: content-box;
  cursor: pointer;
}

.burger__elem {
  position: absolute;
  width: 15px;
  height: 2px;
  top: 6px;
  left: 5px;
  border-radius: 40%;
  background: var(--black);
}

.burger__elem:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.burger__elem:nth-child(3) {
  top: auto;
  bottom: 6px;
}

.another-news {
  max-width: 1274px;
  margin-left: auto;
}

button.dropdown-toggle-selfmade {
  color: var(--black);
  font-weight: 400;
  line-height: 1.2;
  font-size: 20px;
  font-family: Lato;
  text-transform: uppercase;
  background: none;
  border: solid 1px #b4b4b4;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 4px;
}

.dropdown-toggle-selfmade.active i {
  scale: -1;
}

.dropdown-menu-selfmade {
  display: none;
  position: absolute;
  width: 280px;
  border: solid 1px #b4b4b4;
  padding: 15px;
  border-radius: 4px;
  flex-direction: column;
  gap: 16px;
  z-index: 99;
  background: #fff;
  right: 0;
  top: 50px;
}

.dropdown-menu-selfmade.active {
  display: flex;
}

.btn-dropdown-group {
  position: relative;
  width: fit-content;
  margin-left: auto;
}

.dropdown-toggle-top {
  display: flex;
  gap: 4px;
  align-items: end;
}

.dropdown-toggle-top li {
  text-transform: lowercase;
  font-size: 16px;
  margin-bottom: 2px;
}

.product .buttons-block span {
    display: none;
  }

/* coockie */

.cookieBlock{
    
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;    
    border-top: 2px solid var(--black);;
    z-index: 2000;
    background: #fff;
    font-size: 16px;
    color: #000;
}
.wrapCookieBlockTxt{
  display: flex;  
  padding:10px;
    gap: 20px;
    align-items: center;
    justify-content: center;
}
.wrapCookieBlockTxt a{
    color: var(--black);;
    text-decoration: underline;
    display: inline;
}
.cookieBlock .btnCookie{
    display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  background: var(--black);;
  border-radius: 8px;
  padding: 3px 20px 0 20px;
  line-height: 1;
  height: 55px;
  transition: all 0.4s;
  border: none;
  cursor: pointer;

}
.cookieBlock .btnCookie:hover {
   background: #f0468a;
  text-decoration: none;
  color: #fff;
  }
.cookieBlock ~ footer{
    margin-bottom: 72px;
}
/* coockie end */

.list__ul {
  display: flex;
  gap: 40px;
  justify-content: space-around;
  margin-bottom: 60px;

}
.bx_sitemap .list__ul .bx_sitemap_li_title{
	margin: 0;
}
.list__ul li .bx_sitemap_li_title a{
	font-size: 16px;
  color: var(--black);
  text-transform: uppercase;
  margin: 0;
  padding: 12px;
  border: solid 1px var(--black);
  border-radius: 4px;
display: block;
}

@media screen and (min-width: 1367px) {
  .content {
    padding: 0 104px;
  }
}

@media screen and (max-width: 1800px) {
  .content {
    padding: 0 75px;
  }
}

@media screen and (max-width: 1700px) {

  .fLeftTop {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

/*  .about-banner__top-imgs img:nth-child(1) {
    max-width: 450px;
  }

  .about-banner__top-imgs img:nth-child(2) {
    max-width: 316px;
  }*/

  .about-banner__right img {
    height: 800px;
  }

  .principles__elem {
    font-size: 18px;
  }
}

@media screen and (max-width: 1365px) {
  body {
    font-size: 16px;
  }

  .content {
    padding: 0 64px;
  }

  .header__bottom {
    display: none;
  }

  .logo img {
    width: 130px;
    object-fit: contain;
  }

  .dial {
    display: none;
  }

  .burger {
    display: block;
  }

  .menu__nuc span {
    display: none;
  }
.burger__menu.active{
  display: block;
}
.burger__menu {
  position: fixed;
  top: 0;
  left: 0;
  background: #00000080;
  width: 100dvw;
  height: 100dvh;
  z-index: 999;
}
.burger__menu ul{
  height: 100dvh;
  background: #fff;
  width: 300px;
  padding: 80px 20px 0 20px;
  overflow-y: scroll;
  
  /* изначально за экраном слева */
  transform: translateX(-100%);
}

/* === Анимация выезда === */
@keyframes slideIn {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

/* при активации — проигрываем анимацию */
.burger__menu.active ul {
  animation: slideIn 0.4s ease-out forwards;
}

.burger__menu ul a{
  font-size: 18px;
  text-transform: uppercase;
  padding: 20px 0;
  display: block;
}
  .menu {
    gap: 12px;
  }

  .header__top {
    padding: 20px 0;
  }

  .runLine__text {
    font-size: 20px;
  }

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

  .title-block {
    align-items: center;
  }

  .title-block__right {
    max-width: 548px;
  }

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

  .about .title-block {
    align-items: start;
  }



  footer ul li,
  footer ul li {
    font-size: 20px;
  }

  .fLeftTop {
    column-gap: 0;
  }

  .about__title {
    font-size: 36px;
  }

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

  .about-banner__top-imgs {
    gap: 32px;
  }

  .about-banner .content {
    gap: 32px;
  }

/*  .about-banner__top-imgs img:nth-child(1) {
    max-width: 330px;
  }

  .about-banner__top-imgs img:nth-child(2) {
    max-width: 208px;
  }*/

  .about-banner__right img {
    height: 630px;
  }

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

  .idea__text-block {
    width: 50%;
  }

  .idea__img {
    width: 45%;
  }

  .idea__img img {
    width: 100%;
    object-fit: contain;
  }

.list__ul li .bx_sitemap_li_title a{
	font-size: 14px;
}

}

@media screen and (max-width: 1240px) {

  .about-banner__text-block {
    max-width: 480px;
  }

  /*.about-banner__top-imgs img:nth-child(1) {
    max-width: 286px;
  }

  .about-banner__top-imgs img:nth-child(2) {
    max-width: 170px;
  }*/

  .about-banner__right img {
    height: 667px;
  }
.list__ul{
	padding-right: 60px;
overflow-x: scroll;
}
}

@media screen and (max-width: 1023px) {
  section {
    margin-bottom: 100px;
  }

  footer {
    padding: 40px 0;
  }

  footer .content {
    gap: 40px;
    flex-direction: column;
    align-items: center;
  }


  .fLeft {
    max-width: 400px;
    width: 100%;
    flex-direction: column-reverse;
  }

  .fLeftTop__title {
    font-size: 20px;
    margin-bottom: 8px;
  }

  footer ul li,
  footer ul li {
    font-size: 14px;
  }

  .fLeftTop {
    row-gap: 40px;
  }

  .idea__block {
    flex-direction: column;
  }

  .idea__img {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }

  .idea__text-block {
    width: 100%;
  }

  .idea__text,
  .premium__text {
    font-size: 18px;
  }

  .premium__block {
    flex-direction: column;
  }

  .premium__img {
    margin: 0 auto;
    max-width: 450px;
  }

  .premium__img img {
    width: 100%;
    object-fit: contain;
  }

  .principles__elem {
    font-size: 14px;
  }

  .principles__block {
    grid-template-columns: repeat(2, minmax(0, 1fr));

  }

  .principles__elem:nth-child(3) {
    grid-column-start: 2;
    grid-row-start: 2;
  }

	.title__underline{
		font-size: 32px;
}
	.delivery-advant__title{
	font-size: 32px;
}
	.delivery__title{
	font-size: 24px;
}
.delivery-advant__elem svg {
  margin: 20px 0;
}
	.fRightBottom{
justify-content: center;
  margin-top: 20px;
}

}

@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
  }
.about-banner__text-block {
    max-width: 100%;
  }
  .content {
    padding: 0 24px;
  }

  .header__top {
    padding: 40px 0 20px;
  }

  .logo img {
    width: 50px;
    object-fit: contain;
  }

  .header__top {
    justify-content: start;
    gap: 12px;
  }

  .header__top .menu {
    margin-left: auto;
  }

  .btnStyle1 {
    font-size: 16px;
  }

  .btnStyle2 {
    font-size: 16px;
  }

  .btnStyle2 span,
  .btnStyle2 svg {
    display: none;
  }

  .product .btnStyle2 {
    padding: 12px 16px;
  }

  .product .btnIcon {
    padding: 0;
  }

  .product .btnStyle2 span {
    display: block;
  }

  .btnStyle2.w100 {
    font-size: 16px;
  }

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

  .title-block__right {
    gap: 12px;
  }

  .about .title-block {
    flex-direction: column;
    gap: 16px;
  }

  .formTitle {
    font-size: 20px;
  }

  .fRightBottom {
    justify-content: center;
  }

  /* about */
  .about__title {
    font-size: 20px;
  }

  .about-banner__text {
    font-size: 16px;
  }

  .about-banner__text-block {
    padding-top: 80px;
  }

  .about-banner__top-imgs {
    padding-top: 70px;
    margin-bottom: -45px;
    justify-content: space-around;
  }

/*  .about-banner__top-imgs img:nth-child(1) {
    max-width: 240px;
  }

  .about-banner__top-imgs img:nth-child(2) {
    max-width: 170px;
  }*/

  .about-banner__right {
    display: none;
  }

  .research__text {
    font-size: 12px;
  }

  .research__text-big {
    font-size: 16px;
  }

  .idea__text,
  .premium__text {
    font-size: 14px;
  }


  /* about end */
  .popup-window-buttons {
    flex-direction: column;
  }

  .popup-window-buttons .btn.btn-default {
    margin: 0 !important;
  }
	.delivery-advant__block{
flex-direction: column;
}
.delivery-advant__elem svg {
    margin: 10px 0;
  }
}

@media screen and (max-width: 530px) {
 .about-banner{
  margin-bottom: 100px;
 }

  .principles__block {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .principles__elem {
    padding: 20px 0;
  }

  .principles__elem:nth-child(3) {
    grid-column-start: 1;
    grid-row-start: 5;
  }

  .principles__elem:nth-child(5) {
    grid-column-start: 1;
    grid-row-start: 3;
  }
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 600px) {}

@media screen and (max-width: 485px) {
	.f__menu{
		display: none;
	}
	.fLeftTop {
  		flex-direction: column;
  		display: flex;
	}
}


@media screen and (max-width: 425px) {}

@media screen and (max-width: 400px) {}

@media screen and (max-width: 370px) {}
/* End */


/* Start:/bitrix/templates/livingdew/css/callback-modal.css?1749041178536*/
.mfp-close-btn-in .mfp-close{
    top: 80px !important;
  right: 80px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.callback-modalWrap {
  margin-top: 56px;

}

.modal__auth{
    cursor: pointer;
}
.modal__auth:hover span{
    text-decoration: underline;
}
.callback-modal{
    max-width: 606px;
    width: 100%;
    padding: 80px;
    background: #fff;
}

.callback-modal {
  margin: auto;
  position: relative;
}

.modal__title {
  text-align: center;
  margin-bottom: 32px;
}

/* End */


/* Start:/bitrix/templates/livingdew/css/slick.css?17490411781776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/bitrix/templates/livingdew/magnific-popup/dist/magnific-popup.css?17490411786951*/
/* Magnific Popup CSS */
.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: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-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: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-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-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  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:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-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:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    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%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.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;
    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) {
  /**
       * Remove all paddings around the image on small screen
       */
  .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;
    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);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* End */


/* Start:/bitrix/templates/livingdew/components/bitrix/menu/topMenu/style.css?1749041178323*/

.header__bottom ul {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 32px;
	padding: 20px 0;
  }
  
  .header__bottom ul li a {
	transition: 0.3s;
	font-size: 24px;
  }
  
  .header__bottom ul li a.root-item-selected  {
	color: #0065e8;
  }
  
  .header__bottom ul li a:hover {
	color: #0065e8;
  }
  
/* End */


/* Start:/bitrix/templates/livingdew/components/bitrix/sale.basket.basket.line/basketLine/style.css?17490411785081*/
.bx-basket { }

.bx-basket-block {
	margin: auto;
	position: relative;
	padding-bottom: 5px;
	padding-left: 20px;
	white-space: nowrap;
	font-size: 12px;
}

.bx-basket-block > .fa {
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	color: #97a1ab;
}

.bx-basket-block a { margin-right: 10px; }

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 100;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top { top: 10px }

	.bx-basket-fixed.right { right: 10px }

	.bx-basket-fixed.bottom { bottom: 10px }

	.bx-basket-fixed.left { left: 10px }

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }

	.block-store-catalog-list .bx-basket-fixed.bottom { bottom: 70px }
}

@media (min-width: 768px) and (width <= 992px) {
	.block-store-catalog-list .bx-basket-fixed.bottom { bottom: 90px }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 100;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-item-list { display: none; }

	.block-wrapper .bx-basket-fixed {
		padding-top: 0;
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile {
		display: flex;
		justify-content: space-between;
		
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile .bx-basket-block {
		padding-bottom: 0;
	}

	/*.bx-basket-fixed */
}

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
	border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name { padding-bottom: 5px; }

.bx-basket-item-list-item-name a {
	font-size: 13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .bx-hdr-profile { line-height: 1.44em; }

.bx-hdr-profile{
	position: relative;
}
.basketCount {
	position: absolute;
	top: -11px;
	right: 2px;
	background: #0065e8;
	color: #fff;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
  }
/* End */


/* Start:/bitrix/templates/livingdew/components/bitrix/breadcrumb/breadcrumbs/style.css?1751370546918*/
.bx-breadcrumbs{
    font-family: "MANROPE";
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-weight: 200;
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 50px;
    padding: 0;
}
.bx-breadcrumbs-item a,.bx-breadcrumbs-item a span{
   color: #767676;
}
.bx-breadcrumbs-item .divider{
    color: #767676;
}

.bx-breadcrumbs-item span{
    color: #767676;
}
.bx-breadcrumbs-item .divider{
    display: inline-block;
    margin-left: 4px;
}


@media screen and (max-width: 1800px) {
.bx-breadcrumbs{
    margin-bottom: 26px;
    font-size: 10px;
}
}
@media screen and (max-width: 1439px) {
.bx-breadcrumbs{
    margin-bottom: 20px;
}
}

@media screen and (max-width: 1270px) {
.bx-breadcrumbs{
    padding-top: 15px;
    margin-bottom: 15px;
}
}

@media screen and (max-width: 1000px) {

}

@media screen and (max-width: 991px) {

}

@media screen and (max-width: 700px) {

}
/* End */


/* Start:/bitrix/templates/livingdew/components/bitrix/system.auth.form/.default/style.css?17490411781762*/
div.bx-system-auth-form span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:bottom; margin-top:-1px;}
div.bx-system-auth-form div.bx-auth-secure-icon {background-image:url(/bitrix/templates/livingdew/components/bitrix/system.auth.form/.default/images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-system-auth-form div.bx-auth-secure-unlock {background-image:url(/bitrix/templates/livingdew/components/bitrix/system.auth.form/.default/images/sec-unlocked.png);}
.input__wrap{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 12px;
}
.input__elem{
    position: relative;
}
.input__text{
    position: absolute;
   top: -10px;
    background: #FFF;
    left: 16px;
    padding: 3px 8px;
    font-size: 12px;display: flex;
  gap: 4px;
  justify-content: center;
  align-items: center;
}
.input__text span{
    color: #ff1d1d;
    font-size: 16px;
}
.input__elem input{
padding: 0px;
  width: 100%;
  height: 52px;
  border-radius: 4px;
  outline: unset;
  border: solid 2px #b4b4b4;padding: 0 16px;
  font-size: 16px;
}

.forgotPass{
    font-size: 12px;
}

.forgetAndRemember {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.remember-block{
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 32px;
}
.remember-block label{
    font-size: 12px;
    margin: 0;
}

.remember-block input{
    margin: 0;
}

.form-wrap .btnStyle1{

    max-width: 100%;
    margin-bottom: 32px;
}

.new-reg__block{
    display: flex;
    gap: 20px;
    justify-content: space-between;align-items: center;
}
.new-reg__block a{
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: underline;

}
.new-reg__title{
    font-size: 14px;
}

.mfp-bg{
    background: #E7E6E680;
  opacity: 1;
}
/* End */


/* Start:/bitrix/templates/livingdew/components/bitrix/main.register/.default/style.css?17490411781783*/
div.bx-auth-reg input.bx-auth-input {vertical-align:middle;}
div.bx-auth-reg span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:middle;}
div.bx-auth-reg div.bx-auth-secure-icon {background-image:url(/bitrix/templates/livingdew/components/bitrix/main.register/.default/images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-auth-reg div.bx-auth-secure-unlock {background-image:url(/bitrix/templates/livingdew/components/bitrix/main.register/.default/images/sec-unlocked.png);}

.input__wrap{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 12px;
}
.input__elem{
    position: relative;
}
.input__text{
    position: absolute;
   top: -10px;
    background: #FFF;
    left: 16px;
    padding: 3px 8px;
    font-size: 12px;display: flex;
  gap: 4px;
  justify-content: center;
  align-items: center;
}
.input__text span{
    color: #ff1d1d;
    font-size: 16px;
}
.input__elem input{
padding: 0px;
  width: 100%;
  height: 52px;
  border-radius: 4px;
  outline: unset;
  border: solid 2px #b4b4b4;padding: 0 16px;
  font-size: 16px;
}

.forgotPass{
    font-size: 12px;
}

.forgetAndRemember {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.remember-block{
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 32px;
}
.remember-block label{
    font-size: 12px;
    margin: 0;
}

.remember-block input{
    margin: 0;
}

.form-wrap .btnStyle1{

    max-width: 100%;
    margin-bottom: 32px;
}

.new-reg__block{
    display: flex;
    gap: 20px;
    justify-content: space-between;align-items: center;
}
.new-reg__block a{
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: underline;

}
.new-reg__title{
    font-size: 14px;
}

.mfp-bg{
    background: #E7E6E680;
  opacity: 1;
}
/* End */
/* /bitrix/templates/livingdew/css/normalize.css?17490411788728 */
/* /bitrix/templates/livingdew/css/template.css?175216472319612 */
/* /bitrix/templates/livingdew/css/callback-modal.css?1749041178536 */
/* /bitrix/templates/livingdew/css/slick.css?17490411781776 */
/* /bitrix/templates/livingdew/magnific-popup/dist/magnific-popup.css?17490411786951 */
/* /bitrix/templates/livingdew/components/bitrix/menu/topMenu/style.css?1749041178323 */
/* /bitrix/templates/livingdew/components/bitrix/sale.basket.basket.line/basketLine/style.css?17490411785081 */
/* /bitrix/templates/livingdew/components/bitrix/breadcrumb/breadcrumbs/style.css?1751370546918 */
/* /bitrix/templates/livingdew/components/bitrix/system.auth.form/.default/style.css?17490411781762 */
/* /bitrix/templates/livingdew/components/bitrix/main.register/.default/style.css?17490411781783 */
