

/* Start:/local/templates/bibi/template_styles.css?1780651527216770*/
@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import "/local/templates/bibi/libs/ionRangeSlider/ionRangeSlider.css";
@import "/local/templates/bibi/libs/ionRangeSlider/ionRangeSlider.skinModern.css";
button, hr, input {
  overflow: visible;
}

progress, sub, sup {
  vertical-align: baseline;
}

[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

details, main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #000;
}

.hamburger-inner:after, .hamburger-inner:before {
  display: block;
  content: "";
}

.hamburger-inner:before {
  top: -10px;
}

.hamburger-inner:after {
  bottom: -10px;
}

.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx .hamburger-inner:after, .hamburger--3dx .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx.is-active .hamburger-inner {
  transform: rotateY(180deg);
  background-color: transparent;
}

.hamburger--3dx.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx-r .hamburger-inner:after, .hamburger--3dx-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx-r.is-active .hamburger-inner {
  transform: rotateY(-180deg);
  background-color: transparent;
}

.hamburger--3dx-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy .hamburger-inner:after, .hamburger--3dy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy.is-active .hamburger-inner {
  transform: rotateX(-180deg);
  background-color: transparent;
}

.hamburger--3dy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy-r .hamburger-inner:after, .hamburger--3dy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy-r.is-active .hamburger-inner {
  transform: rotateX(180deg);
  background-color: transparent;
}

.hamburger--3dy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy .hamburger-inner:after, .hamburger--3dxy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg);
  background-color: transparent;
}

.hamburger--3dxy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy-r .hamburger-inner:after, .hamburger--3dxy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
  background-color: transparent;
}

.hamburger--3dxy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--arrow.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrow.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrow-r.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrow-r.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowalt .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowalt.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowalt-r .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowturn.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn-r.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner:after, .hamburger--boring .hamburger-inner:before {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}

.hamburger--collapse .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}

.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(-90deg);
}

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}

.hamburger--collapse-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(45deg);
}

.hamburger--collapse-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}

.hamburger--collapse-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(90deg);
}

.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: 0.275s;
}

.hamburger--elastic .hamburger-inner:before {
  top: 10px;
  transition: opacity 0.125s ease 0.275s;
}

.hamburger--elastic .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(135deg);
}

.hamburger--elastic.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(-270deg);
}

.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: 0.275s;
}

.hamburger--elastic-r .hamburger-inner:before {
  top: 10px;
  transition: opacity 0.125s ease 0.275s;
}

.hamburger--elastic-r .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(-135deg);
}

.hamburger--elastic-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(270deg);
}

.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s ease-in 0.175s;
}

.hamburger--emphatic .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}

.hamburger--emphatic .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic.is-active .hamburger-inner:before {
  top: -80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
}

.hamburger--emphatic.is-active .hamburger-inner:after {
  top: -80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
}

.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic-r.is-active .hamburger-inner:before {
  top: 80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
}

.hamburger--emphatic-r.is-active .hamburger-inner:after {
  top: 80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
}

.hamburger--minus .hamburger-inner:after, .hamburger--minus .hamburger-inner:before {
  transition: bottom 0.08s ease-out 0s, top 0.08s ease-out 0s, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner:after, .hamburger--minus.is-active .hamburger-inner:before {
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s linear 0.08s;
  opacity: 0;
}

.hamburger--minus.is-active .hamburger-inner:before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner:after {
  bottom: 0;
}

.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform, opacity;
}

.hamburger--slider .hamburger-inner:after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform, opacity;
}

.hamburger--slider-r .hamburger-inner:after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner:before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

.hamburger--spin .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
}

.hamburger--spin .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(225deg);
}

.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}

.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

.hamburger--spin-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
}

.hamburger--spin-r .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(-225deg);
}

.hamburger--spin-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}

.hamburger--spin-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(90deg);
}

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s linear 0.13s;
}

.hamburger--spring .hamburger-inner:before {
  top: 10px;
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner:after {
  top: 20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}

.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}

.hamburger--spring-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner:before {
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--spring-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s linear 0.22s;
  opacity: 0;
}

.hamburger--spring-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: rotate(90deg);
}

.hamburger--stand .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}

.hamburger--stand .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(90deg);
  background-color: transparent;
}

.hamburger--stand.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg);
}

.hamburger--stand.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg);
}

.hamburger--stand-r .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}

.hamburger--stand-r .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand-r .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand-r.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(-90deg);
  background-color: transparent;
}

.hamburger--stand-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg);
}

.hamburger--stand-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg);
}

.hamburger--squeeze .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}

.hamburger--squeeze .hamburger-inner:before {
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}

.hamburger--squeeze .hamburger-inner:after {
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}

.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
  opacity: 0;
}

.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

.hamburger--vortex .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.2s;
}

.hamburger--vortex .hamburger-inner:after, .hamburger--vortex .hamburger-inner:before {
  transition-delay: 0.1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}

.hamburger--vortex .hamburger-inner:before {
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner:after {
  transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(765deg);
}

.hamburger--vortex.is-active .hamburger-inner:after, .hamburger--vortex.is-active .hamburger-inner:before {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(90deg);
}

.hamburger--vortex-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.2s;
}

.hamburger--vortex-r .hamburger-inner:after, .hamburger--vortex-r .hamburger-inner:before {
  transition-delay: 0.1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}

.hamburger--vortex-r .hamburger-inner:before {
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner:after {
  transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(-765deg);
}

.hamburger--vortex-r.is-active .hamburger-inner:after, .hamburger--vortex-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}

/* 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;
  }
}
/**
 * Swiper 8.2.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.str_wrap {
  overflow: hidden;
  width: 100%;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

.str_move {
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
}

.str_move_clone {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0;
}

.str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}

.str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
  white-space: normal;
  width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
  cursor: inherit;
}

.str_wrap img {
  max-width: none !important;
}

.spinner.input-group .input-group-addon .spin-down, .spinner.input-group .input-group-addon .spin-up {
  height: 10px;
  width: 10px;
  overflow: hidden;
  display: block;
  text-align: center;
  color: #999;
}

.spinner.input-group .input-group-addon .spin-down:hover, .spinner.input-group .input-group-addon .spin-up:hover {
  color: #555;
}

.spinner.input-group .input-group-addon .spin-down .fa, .spinner.input-group .input-group-addon .spin-up .fa {
  margin-top: -8px;
  vertical-align: middle;
}

.spinner.input-group .input-group-addon .spin-down .glyphicon, .spinner.input-group .input-group-addon .spin-up .glyphicon {
  font-size: 10px;
  top: -2px;
}

.spinner.input-group .input-group-addon a.spin-down, .spinner.input-group .input-group-addon a.spin-up {
  text-decoration: none;
}

.spinner.input-group .input-group-addon button.spin-down, .spinner.input-group .input-group-addon button.spin-up {
  background: 0 0;
  border: none;
  padding: 0;
}

.spinner.input-group.input-group-sm .input-group-addon .spin-down, .spinner.input-group.input-group-sm .input-group-addon .spin-up {
  height: 8px;
}

.spinner.input-group.input-group-sm .input-group-addon .spin-down .fa, .spinner.input-group.input-group-sm .input-group-addon .spin-up .fa {
  margin-top: -12px;
}

.spinner.input-group.input-group-sm .input-group-addon .spin-down .glyphicon, .spinner.input-group.input-group-sm .input-group-addon .spin-up .glyphicon {
  font-size: 8px;
  top: -5px;
}

.spinner.input-group.input-group-lg .input-group-addon .spin-down, .spinner.input-group.input-group-lg .input-group-addon .spin-up {
  height: 12px;
  width: 12px;
}

.spinner.input-group.input-group-lg .input-group-addon .spin-down .fa, .spinner.input-group.input-group-lg .input-group-addon .spin-up .fa {
  margin-top: -16px;
}

.spinner.input-group.input-group-lg .input-group-addon .spin-down .glyphicon, .spinner.input-group.input-group-lg .input-group-addon .spin-up .glyphicon {
  font-size: 12px;
  top: -6px;
}

.mfp_zoom_in .mfp-content {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

.mfp_zoom_in.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
}

.mfp_zoom_in.mfp-removing .mfp-content {
  transform: scale(0.8);
  opacity: 0;
}

.mfp_zoom_in.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.mfp_zoom_in.mfp-ready.mfp-bg,
.mfp_with_zoom.mfp-ready.mfp-bg {
  opacity: 1;
  background: rgba(26, 29, 34, 0.3);
  backdrop-filter: blur(0.8rem);
}

.mfp_zoom_in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-container {
  padding: 0 1.6rem;
}

/* img */
.mfp_with_zoom .mfp-container,
.mfp_with_zoom.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp_with_zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp_with_zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp_with_zoom.mfp-removing .mfp-container,
.mfp_with_zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

img.mfp-img {
  padding: 0;
}

.mfp-image-holder .mfp-close,
.mfp-close-btn-in .mfp-close {
  font-size: 0;
  opacity: 1;
  right: 3rem;
  top: 3rem;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("/local/templates/bibi/img/close.svg") center no-repeat;
}

.mfp-figure figure {
  border-radius: 2rem;
  overflow: hidden;
}
.mfp-figure:after {
  display: none;
}

.js_lazy_load:not(.loaded) {
  width: 6rem !important;
  height: 6rem !important;
  margin: auto;
}
.js_lazy_load .loaded {
  animation-name: fade;
  animation-duration: 2s;
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.swiper-slide {
  height: auto;
}

@font-face {
  font-family: "Geometria";
  font-style: normal;
  font-weight: 500;
  src: url("/local/templates/bibi/fonts/Geometria-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Geometria";
  font-style: normal;
  font-weight: 700;
  src: url("/local/templates/bibi/fonts/Geometria-Bold.woff2") format("woff2");
}
::placeholder {
  color: #E0E0E0;
  transition: 0.2s color;
}

::selection {
  color: #fff;
  background-color: #0047AB;
}

input, textarea {
  outline: none;
}
input:focus:required:invalid, textarea:focus:required:invalid {
  border-color: red;
}
input:required:valid, textarea:required:valid {
  border-color: green;
}

* {
  box-sizing: border-box;
}

html, body {
  font-size: 10px;
}

body {
  font-size: 1.4rem;
  font-weight: 500;
  min-width: 36rem;
  line-height: normal;
  font-family: "Geometria", sans-serif;
  overflow-x: hidden;
  color: #010101;
  background: #FEFEFE;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.wrapper {
  width: 160rem;
  margin: 0 auto;
}
@media screen and (max-width: 1720px) {
  .wrapper {
    max-width: 136rem;
  }
}
@media screen and (max-width: 1480px) {
  .wrapper {
    max-width: 117.6rem;
  }
}
@media screen and (max-width: 1240px) {
  .wrapper {
    max-width: 97.2rem;
  }
}
@media screen and (max-width: 1080px) {
  .wrapper {
    max-width: 72rem;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 1720px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.fixed {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

button {
  padding: 0;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}

input.txt {
  width: 100%;
  height: 4rem;
  color: #191919;
  padding: 0 1.2rem;
  border-radius: 1.2rem;
  border: 0.1rem solid #E0E0E0;
}
@media screen and (max-width: 1080px) {
  input.txt {
    height: 4.8rem;
  }
}
input.txt.bg {
  background: #F7F7F7;
}
input.txt.bg::placeholder {
  color: #B2B2B2;
}
input.txt.error {
  border: 0.1rem solid #E60909 !important;
}

section.section:not(:last-child) {
  margin-bottom: 3rem;
}
section.section.big:not(:last-child) {
  margin-bottom: 6rem;
}
@media screen and (max-width: 1240px) {
  section.section.big:not(:last-child) {
    margin-bottom: 6.4rem;
  }
}
@media screen and (max-width: 1080px) {
  section.section.big:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 1240px) {
  section.section.empty_basket:not(:last-child) {
    margin-bottom: 1rem;
  }
}

h1, .h1 {
  margin: 0;
  font-size: 4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 2.4rem;
  }
}
h1:not(.left), .h1:not(.left) {
  text-align: center;
}
@media screen and (max-width: 1240px) {
  h1.custom, .h1.custom {
    font-size: 3.4rem;
  }
}
h1:not(:last-child), .h1:not(:last-child) {
  margin-bottom: 3rem;
}

h2 {
  margin: 0;
  font-size: 4.6rem;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 1480px) {
  h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1080px) {
  h2 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.4rem;
  }
}
h2:not(:last-child) {
  margin-bottom: 2rem;
}

h3 {
  margin: 0;
  font-size: 3rem;
}
@media screen and (max-width: 1240px) {
  h3 {
    font-size: 2.4rem;
  }
}
h3:not(:last-child) {
  margin-bottom: 2rem;
}

a {
  color: #010101;
  transition: 0.2s color;
  text-decoration: none;
}
a:hover {
  color: #0047AB;
}

.link_icon {
  display: flex;
  align-items: center;
}

.link_gray {
  color: #8C8C8C;
  transition: 0.2s color;
}
.link_gray svg {
  stroke: #8C8C8C;
  transition: 0.2s stroke;
}
.link_gray:hover {
  color: #010101;
}
.link_gray:hover svg {
  stroke: #010101;
}

img.left, svg.left {
  margin-right: 0.7rem;
}
img.left10, svg.left10 {
  margin-right: 1rem;
}
img.left20, svg.left20 {
  margin-right: 2rem;
}
img.right, svg.right {
  margin-left: 0.7rem;
}
img.right5, svg.right5 {
  margin-left: 0.5rem;
}
img.right10, svg.right10 {
  margin-left: 1rem;
}
img.right20, svg.right20 {
  margin-left: 2rem;
}

.btn {
  width: fit-content;
  height: 4.8rem;
  padding: 0 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  border-radius: 1rem;
  border: 0.2rem solid transparent;
  transition: 0.2s background, 0.2s opacity;
}
.btn:hover {
  text-decoration: none;
}
.btn.round {
  border-radius: 4.8rem;
}
.btn.accent {
  color: #FFF;
  background: #0047AB;
}
.btn.accent:hover {
  background: #336CBC;
}
@media screen and (max-width: 1080px) {
  .btn.accent:hover {
    background: #0047AB;
  }
}
.btn.empty {
  padding: 0 2rem;
  border: 0.1rem solid #E4E4E4;
}
.btn.empty:hover {
  color: #010101;
  background: #F4F4F4;
}
@media screen and (max-width: 1080px) {
  .btn.empty:hover {
    background: unset;
  }
}
.btn.blue {
  color: #0047AB;
  background: #E4EDF8;
}
.btn.blue:hover {
  color: #FFF;
  background: #336CBC;
}
@media screen and (max-width: 1080px) {
  .btn.blue:hover {
    background: #E4EDF8;
  }
}
.btn.icon {
  padding: 0 1.8rem;
}
.btn.big {
  font-size: 1.6rem;
  height: 4rem;
}
@media screen and (max-width: 1240px) {
  .btn.big {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1240px) {
  .btn.big {
    font-size: 1.4rem;
    padding: 0 2.7rem;
  }
}
.btn.min {
  height: 4rem;
}
.btn.disable, .btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.pagination_block {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  position: relative;
  z-index: 1;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #FFF;
  transition: 0.2s transform;
  font-size: 1.6rem;
}
@media screen and (max-width: 1240px) {
  header {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1080px) {
  header {
    border: 0.1rem solid #E4E4E4;
  }
}

.header_line {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 1720px) {
  .header_line {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.header_line {
  height: 8rem;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .header_line {
    margin: 0;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1080px) {
  .header_line {
    display: none;
  }
}
.header_line:before {
  content: "";
  display: block;
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 0;
  height: 0.1rem;
  background: #E4E4E4;
}
@media screen and (max-width: 1240px) {
  .header_line:before {
    left: 0;
    right: 0;
  }
}
.header_line > div {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 1720px) {
  .header_line > div {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.header_line > div {
  width: calc(33.3333333333% - 30px);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1240px) {
  .header_line > div {
    width: auto;
    margin: 0;
  }
}

.header_contacts > .main_location_block:not(:last-child), .header_contacts > .link_icon:not(:last-child) {
  margin-right: 2rem;
}

.header_logo {
  justify-content: center;
}
.header_logo .logo {
  margin-top: -1.2rem;
}
.header_logo img {
  display: block;
}

.header_links {
  justify-content: flex-end;
}

.main_location_block {
  position: relative;
}
.main_location_block .select_radio_block {
  position: absolute;
  left: -1.7rem;
  margin-top: -0.2rem;
}

.header_main {
  display: flex;
  height: 10.9rem;
  margin-top: 0.1rem;
}
@media screen and (max-width: 1080px) {
  .header_main {
    display: block;
    margin-top: 0;
  }
}
.header_main .header_nav, .header_main .header_search, .header_main .header_personal {
  display: flex;
  align-items: center;
}
.header_main .header_nav {
  flex-shrink: 0;
  margin-right: 3rem;
}
@media screen and (max-width: 1080px) {
  .header_main .header_nav {
    display: none;
  }
}
.header_main .header_nav .btn:not(:last-child), .header_main .header_nav .link_icon:not(:last-child) {
  margin-right: 1.5rem;
}
.header_main .catalog_link {
  height: 6.4rem;
  font-size: 2rem;
}
.header_main .catalog_link img {
  transition: 0.2s transform;
}
.header_main .catalog_link.open {
  background: #336CBC;
}
.header_main .catalog_link.open img:last-child {
  transform: rotate(180deg);
}
.header_main .header_search {
  width: 100%;
}
.header_main .header_personal {
  flex-shrink: 0;
  margin-left: 3rem;
}
@media screen and (max-width: 1080px) {
  .header_main .header_personal {
    display: none;
  }
}
.header_main .header_personal a {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: 0.2s color;
}
.header_main .header_personal a:not(:last-child) {
  margin-right: 1.5rem;
}
.header_main .header_personal a:hover {
  color: #606060;
}
.header_main .header_personal a:hover img:last-child {
  opacity: 1;
}
.header_main .header_personal a .icon {
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 0.7rem;
  position: relative;
}
.header_main .header_personal a img {
  position: absolute;
}
.header_main .header_personal a img:last-child {
  opacity: 0;
  transition: 0.2s opacity;
}

.header_search input.txt {
  z-index: 10;
  position: relative;
}
.header_search .input_dropdown {
  box-shadow: none;
  background: #F7F7F7;
  margin: -3rem 0 0 -0.5rem;
  padding: 3.5rem 0.5rem 0.5rem;
  border-bottom-left-radius: 2.9rem;
  border-bottom-right-radius: 2.9rem;
}
@media screen and (max-width: 1080px) {
  .header_search .input_dropdown {
    margin-left: 0;
    border-bottom-left-radius: 2.6rem;
    border-bottom-right-radius: 2.6rem;
  }
}
.header_search .input_dropdown .content {
  padding: 2.5rem;
  background: #FFF;
  border-radius: 2.6rem;
}
@media screen and (max-width: 1080px) {
  .header_search .input_dropdown .content {
    padding: 1.5rem;
    border-radius: 2.1rem;
  }
}
.header_search .search_item {
  display: flex;
  align-items: center;
  color: #191919;
  border-radius: 6rem;
  padding: 0.5rem 2rem 0.5rem 3.7rem;
  background: url("/local/templates/bibi/img/icon_loupe.svg") 1rem center no-repeat;
}
.header_search .search_item:hover {
  background: #F7F7F7 url("/local/templates/bibi/img/icon_loupe.svg") 1rem center no-repeat;
}
.header_search .search_item:not(:last-child) {
  margin-bottom: 1.5rem;
}

.search_form, .input_search_block {
  position: relative;
}
.search_form .clear_input, .search_form .go_input, .input_search_block .clear_input, .input_search_block .go_input {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(0, -50%);
  transition: 0.2s opacity;
  z-index: 10;
}
.search_form .clear_input.opacity, .search_form .go_input.opacity, .input_search_block .clear_input.opacity, .input_search_block .go_input.opacity {
  opacity: 0;
  pointer-events: none;
}
.search_form .clear_input, .input_search_block .clear_input {
  width: 2rem;
  height: 2rem;
  right: 7.6rem;
}
@media screen and (max-width: 1080px) {
  .search_form .clear_input, .input_search_block .clear_input {
    width: 1.4rem;
    height: 1.4rem;
    right: 4.5rem;
  }
}
.search_form .go_input, .input_search_block .go_input {
  width: 3.6rem;
  height: 3.6rem;
  right: 3rem;
  position: absolute;
  border-radius: 1.1rem;
  background: #0047AB;
  transition: 0.2s background, 0.2s opacity;
}
@media screen and (max-width: 1080px) {
  .search_form .go_input, .input_search_block .go_input {
    right: 1rem;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 0.9rem;
  }
}
.search_form .go_input:hover, .input_search_block .go_input:hover {
  background: #336CBC;
}
@media screen and (max-width: 1080px) {
  .search_form .go_input img, .input_search_block .go_input img {
    max-height: 1.6rem;
  }
}

.input_search_block .clear_input {
  width: 1.4rem;
  height: 1.4rem;
  right: 4.5rem;
}
.input_search_block .go_input {
  right: 1rem;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 0.9rem;
}
.input_search_block .go_input img {
  max-height: 1.6rem;
}

.search_form {
  width: 100%;
  padding: 0.5rem;
  background: #F7F7F7;
  border-radius: 3.4rem;
  transition: 0.2s border-radius;
}
@media screen and (max-width: 1080px) {
  .search_form {
    padding: 0;
    background: unset;
    border-radius: unset;
  }
}
.search_form:hover input {
  background: #FFF;
}
@media screen and (max-width: 1080px) {
  .search_form:hover input {
    background: #F7F7F7;
  }
}
.search_form input {
  width: 100%;
  height: 5.4rem;
  color: #191919;
  border: none;
  border-radius: 4.2rem;
  padding: 0 9.5rem 0 2.5rem;
  background: #F7F7F7;
  transition: 0.2s background;
}
@media screen and (max-width: 1080px) {
  .search_form input {
    height: 4rem;
    border-radius: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .search_form input {
    font-size: 1.2rem;
    padding-left: 1.5rem;
    border-radius: 2.1rem;
  }
}
.search_form input:focus {
  background: #FFF;
}
@media screen and (max-width: 1080px) {
  .search_form input:focus {
    background: #F7F7F7;
  }
}
.search_form input::placeholder {
  color: #B2B2B2;
}

.catalog_dropdown {
  position: absolute;
  background: #FFF;
  width: 100%;
  left: 0;
  transition: 0.2s opacity;
}
@media screen and (max-width: 1080px) {
  .catalog_dropdown {
    display: none;
  }
}
.catalog_dropdown.open {
  padding: 1.6rem 0 2rem;
}
.catalog_dropdown:not(.open) {
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.catalog_dropdown .wrapper {
  display: flex;
}
.catalog_dropdown ul {
  margin: 0;
  padding: 0;
}
.catalog_dropdown ul:not(:last-child) {
  margin-right: 5rem;
}
.catalog_dropdown ul:last-child a {
  color: #010101;
}
.catalog_dropdown ul:last-child a:hover {
  color: #0047AB;
}
.catalog_dropdown li {
  line-height: 1;
  list-style-type: none;
}
.catalog_dropdown li:not(:last-child) {
  margin-bottom: 3.2rem;
}
.catalog_dropdown a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #B2B2B2;
  transition: 0.2s color;
}
.catalog_dropdown a.active, .catalog_dropdown a:hover {
  color: #010101;
}
.catalog_dropdown a.active svg, .catalog_dropdown a:hover svg {
  stroke: #010101;
}
.catalog_dropdown a svg {
  flex-shrink: 0;
  margin-left: 4rem;
  stroke: #B2B2B2;
  transition: 0.2s stroke;
}
.catalog_dropdown .dropdown_lvl_2, .catalog_dropdown .dropdown_lvl_3 {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: 0.2s opacity;
}
.catalog_dropdown.show_lvl_2 .dropdown_lvl_2 {
  opacity: 1;
  height: auto;
  overflow: unset;
}
.catalog_dropdown.show_lvl_3 .dropdown_lvl_3 {
  opacity: 1;
  height: auto;
  overflow: unset;
}

.header_mobile_line {
  height: 5.5rem;
  display: none;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .header_mobile_line {
    display: flex;
  }
}
.header_mobile_line .logo img {
  display: block;
}

.header_mobile_links {
  display: flex;
  align-items: center;
}
.header_mobile_links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
}
.header_mobile_links a:not(:last-child) {
  margin-right: 1.5rem;
}

.hamburger {
  padding: 0;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 1rem;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger .hamburger-box {
  top: -0.2rem;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
}
.hamburger .hamburger-inner {
  display: flex;
  justify-content: center;
}
.hamburger .hamburger-inner, .hamburger .hamburger-inner:after, .hamburger .hamburger-inner:before {
  margin: 0;
  width: 2rem;
  height: 0.3rem;
  background-color: #191919;
}
.hamburger .hamburger-inner:before {
  top: -0.7rem;
}
.hamburger .hamburger-inner:after {
  bottom: -0.7rem;
}

.mobile_menu {
  position: fixed;
  top: 11.1rem;
  width: 27.5rem;
  left: 0;
  opacity: 1;
  padding: 3rem 0;
  height: calc(100vh - 10.9rem);
  background: #FFF;
  transition: 0.2s opacity;
  overflow: auto;
  z-index: 100;
}
.mobile_menu:not(.open) {
  opacity: 0;
  transform: translate(0, -200%);
}

.mobile_block {
  display: flex;
  flex-direction: column;
}
.mobile_block:not(:last-child) {
  margin-bottom: 2.9rem;
  padding-bottom: 2.9rem;
  border-bottom: 0.1rem solid #E4E4E4;
}

.mobile_link {
  display: flex;
  align-items: center;
  padding-left: 1.5rem;
}
.mobile_link:not(:last-child) {
  margin-bottom: 2.7rem;
}
.mobile_link .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.7rem;
  height: 1.9rem;
  margin-right: 1rem;
}
.mobile_link .arrow {
  margin: 0 1.5rem 0 auto;
}

.mobile_city_block:not(:last-child) {
  margin-bottom: 2.6rem;
}
.mobile_city_block .mobile_link {
  margin-bottom: 0;
}
.mobile_city_block .t {
  font-size: 0.8rem;
  color: #8C8C8C;
}
.mobile_city_block .arrow {
  transform: rotate(90deg);
}
.mobile_city_block .content {
  padding-left: 4.2rem;
}
.mobile_city_block .content:not(.open) {
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.mobile_city_block .content.open {
  margin-top: 1.2rem;
}

.mobile_social_block {
  display: flex;
  align-items: center;
  padding: 0 1.5rem;
}
.mobile_social_block a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile_social_block a:not(:last-child) {
  margin-right: 1.3rem;
}

main:not(.sml) {
  margin-top: 19rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 1240px) {
  main:not(.sml) {
    padding-top: 0.8rem;
  }
}
@media screen and (max-width: 1080px) {
  main:not(.sml) {
    margin-top: 13.1rem;
  }
}
main.sml {
  min-height: calc(100vh - 18.2rem);
  margin-top: 9.2rem;
  padding-top: 3.5rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 1480px) {
  main.sml {
    padding-top: 2.5rem;
    padding-bottom: 1.8rem;
  }
}
@media screen and (max-width: 1080px) {
  main.sml {
    margin-top: 7rem;
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  main.sml {
    padding-top: 4rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 1480px) {
  main.sml .breadcrumbs {
    margin-bottom: 1.4rem;
  }
}
@media screen and (max-width: 1240px) {
  main.sml .breadcrumbs {
    margin-top: -1.7rem;
    margin-bottom: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  main.sml .breadcrumbs {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 1240px) {
  main.sml h1 {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  main.sml h1 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1480px) {
  main.sml h1:not(:last-child) {
    margin-bottom: 2.8rem;
  }
}

.header_sml {
  border-bottom: 0.1rem solid #E4E4E4;
}
.header_sml .wrapper {
  height: 9.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .header_sml .wrapper {
    height: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .header_sml .wrapper {
    padding: 0 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .header_sml .logo {
    width: 23rem;
  }
}
.header_sml .logo img {
  display: block;
}
.header_sml .phone_block {
  margin-bottom: 0.7rem;
}
.header_sml .phone_block .phone {
  display: block;
  font-size: 3rem;
}
@media screen and (max-width: 1240px) {
  .header_sml .phone_block .phone {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .header_sml .phone_block .phone {
    font-size: 0;
    margin-bottom: 0;
  }
}
.header_sml .phone_block .phone:before {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background: url("/local/templates/bibi/img/icon_phone.svg") center no-repeat;
}
@media screen and (max-width: 767px) {
  .header_sml .phone_block .phone:before {
    content: "";
  }
}
.header_sml .phone_block .text {
  font-size: 1.6rem;
  color: #B2B2B2;
}
@media screen and (max-width: 1240px) {
  .header_sml .phone_block .text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .header_sml .phone_block .text {
    display: none;
  }
}

.header_auth {
  border-bottom: 0.1rem solid #E4E4E4;
}
.header_auth .wrapper {
  height: 8.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_auth .logo {
  width: 30rem;
}
.header_auth .logo img {
  display: block;
}

.main_slider_section {
  overflow: hidden;
}

.main_slider img {
  width: 100%;
  display: block;
}

.products_row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 1720px) {
  .products_row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (max-width: 1480px) {
  .products_row {
    margin-left: 0;
    margin-right: 0;
  }
}
.products_row .product_item {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 1720px) {
  .products_row .product_item {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.products_row .product_item {
  width: calc(16.6666666667% - 30px);
}
@media screen and (max-width: 1480px) {
  .products_row .product_item {
    width: 24.1rem;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1240px) {
  .products_row .product_item {
    width: 16.8rem;
  }
}
@media screen and (max-width: 767px) {
  .products_row .product_item {
    width: calc((100% - 2.4rem) / 2);
  }
}
@media screen and (max-width: 1480px) {
  .products_row .product_item:not(:nth-child(4n+4)) {
    margin-right: calc((100% - 96.4rem) / 3);
  }
}
@media screen and (max-width: 1240px) {
  .products_row .product_item:not(:nth-child(4n+4)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1240px) {
  .products_row .product_item:not(:nth-child(5n+5)) {
    margin-right: calc((100% - 84rem) / 4);
  }
}
@media screen and (max-width: 1080px) {
  .products_row .product_item:not(:nth-child(5n+5)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1080px) {
  .products_row .product_item:not(:nth-child(4n+4)) {
    margin-right: calc((100% - 67.2rem) / 3);
  }
}
@media screen and (max-width: 767px) {
  .products_row .product_item:not(:nth-child(4n+4)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .products_row .product_item:nth-child(odd) {
    margin-right: 2.4rem;
  }
}
.products_row .product_item:not(:nth-child(-n+6)) {
  margin-top: 2rem;
}
@media screen and (max-width: 1480px) {
  .products_row .product_item:not(:nth-child(-n+4)) {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 1240px) {
  .products_row .product_item:not(:nth-child(-n+4)) {
    margin-top: 0;
  }
}
@media screen and (max-width: 1240px) {
  .products_row .product_item:not(:nth-child(-n+5)) {
    margin-top: 4.6rem;
  }
}
@media screen and (max-width: 1080px) {
  .products_row .product_item:not(:nth-child(-n+4)) {
    margin-top: 4.6rem;
  }
}
@media screen and (max-width: 767px) {
  .products_row .product_item:not(:nth-child(-n+2)) {
    margin-top: 4.6rem;
  }
}

@media screen and (max-width: 1240px) {
  .product_item {
    position: relative;
    padding-bottom: 6.4rem;
  }
}
@media screen and (max-width: 767px) {
  .product_item {
    padding-bottom: 6.7rem;
  }
}
.product_item.in_basket .btn {
  display: none;
}
.product_item:not(.in_basket) .spinner {
  display: none;
}
.product_item:hover .btn, .product_item:hover .spinner {
  opacity: 1;
}
.product_item .img_block {
  aspect-ratio: 1;
  position: relative;
  margin-bottom: 1.1rem;
}
@media screen and (max-width: 1240px) {
  .product_item .img_block {
    position: static;
  }
}
.product_item .img_block .btn {
  width: 5rem;
}
@media screen and (max-width: 1240px) {
  .product_item .img_block .btn {
    width: 100%;
  }
}
.product_item .img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
  border: 0.1rem solid #E4E4E4;
  overflow: hidden;
}
.product_item .btn, .product_item .spinner {
  position: absolute;
  z-index: 1;
  opacity: 0;
  bottom: 1.5rem;
  transition: 0.2s opacity;
}
@media screen and (max-width: 1240px) {
  .product_item .btn, .product_item .spinner {
    opacity: 1;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
  }
}
.product_item .btn {
  height: 5rem;
  padding: 0;
  font-size: 0;
  right: 1.5rem;
}
@media screen and (max-width: 1240px) {
  .product_item .btn {
    width: 100%;
    font-size: 1.2rem;
    text-align: left;
  }
}
@media screen and (max-width: 1240px) {
  .product_item .btn img {
    width: 1.2rem;
    margin-right: 0.5rem;
  }
}
.product_item .spinner {
  left: 50%;
  transform: translate(-50%, 0);
}
.product_item .favorite {
  position: absolute;
  top: 1.4rem;
  right: 1.3rem;
}
@media screen and (max-width: 1240px) {
  .product_item .favorite {
    top: 0.6rem;
    right: 0.8rem;
  }
}
.product_item .text_block {
  padding-left: 0.2rem;
}
@media screen and (max-width: 1480px) {
  .product_item .text_block {
    padding-left: 0;
  }
}
.product_item .name {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.9rem;
}
@media screen and (max-width: 1240px) {
  .product_item .name {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}
.product_item .old {
  width: 100%;
  color: #8C8C8C;
  font-size: 1.4rem;
  text-decoration: line-through;
  margin-bottom: -0.3rem;
}
@media screen and (max-width: 1240px) {
  .product_item .old {
    font-size: 1.2rem;
    margin-bottom: -0.2rem;
  }
}
.product_item .price_block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 1240px) {
  .product_item .price_block {
    font-size: 1.6rem;
  }
}

.sale {
  width: fit-content;
  color: #FFF;
  height: 2.6rem;
  padding: 0 0.6rem;
  font-size: 1.4rem;
  border-radius: 0.7rem;
  background: #0047AB;
  display: flex;
  align-items: center;
  font-weight: 500;
  margin-left: 1rem;
}
@media screen and (max-width: 1240px) {
  .sale {
    margin-left: 0.7rem;
  }
}
@media screen and (max-width: 1080px) {
  .sale {
    height: 2.4rem;
    font-size: 1.2rem;
    margin-left: 0.6rem;
    border-right: 0.6rem;
  }
}

.slider_3 {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .slider_3 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.slider_3:before, .slider_3:after {
  content: "";
  position: absolute;
  top: 0;
  width: 12rem;
  height: 100%;
  background: #FFF;
  pointer-events: none;
  transition: 0.5s opacity;
  backdrop-filter: blur(20px);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .slider_3:before, .slider_3:after {
    display: none;
  }
}
.slider_3:before {
  left: 0;
  mask-image: linear-gradient(to right, black 0%, transparent 100%);
}
.slider_3:after {
  right: 0;
  mask-image: linear-gradient(to left, black 0%, transparent 100%);
}
.slider_3.no-left-fade::before {
  opacity: 0;
}
.slider_3.no-right-fade::after {
  opacity: 0;
}
.slider_3 .product_item {
  width: 24.1rem;
}
@media screen and (max-width: 1240px) {
  .slider_3 .product_item {
    width: 16.8rem;
  }
}

.slider_4 {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .slider_4 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.slider_4 .brand_item {
  width: 20rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .slider_4 .brand_item {
    width: 17rem;
  }
}
.slider_4.vs_visiable {
  height: 0;
  overflow: hidden;
  margin-top: -4.4rem;
}
@media screen and (max-width: 1240px) {
  .slider_4.vs_visiable {
    margin-top: -4.6rem;
  }
}
@media screen and (max-width: 767px) {
  .slider_4.vs_visiable {
    height: auto;
    overflow: unset;
    margin-top: 0;
  }
}

.set_item {
  width: 56.6rem;
  position: relative;
  padding-bottom: 26rem;
  border-radius: 5.6rem;
  overflow: hidden;
  border-bottom-right-radius: 0;
}
@media screen and (max-width: 1240px) {
  .set_item {
    width: 36rem;
    border-radius: 3.6rem;
    padding-bottom: 16.5rem;
    border-bottom-right-radius: 0;
  }
}
.set_item:hover {
  color: #010101;
}
.set_item:hover .arrow {
  background: #E5E5E5;
}
.set_item:hover .arrow svg {
  stroke: #979797;
}
.set_item .text_block {
  line-height: 1.3;
  padding: 3rem;
  height: 20.8rem;
  background: #F7F7F7;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  z-index: 1;
  border-bottom-left-radius: 5.6rem;
  border-bottom-right-radius: 5.6rem;
}
@media screen and (max-width: 1240px) {
  .set_item .text_block {
    height: 13.2rem;
    font-size: 1.2rem;
    border-bottom-left-radius: 3.6rem;
    border-bottom-right-radius: 3.6rem;
  }
}
.set_item .name {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1240px) {
  .set_item .name {
    font-size: 2rem;
    margin-bottom: 0.6rem;
  }
}
.set_item .img_block {
  position: absolute;
  top: 0.4rem;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: 5.6rem;
}
@media screen and (max-width: 1240px) {
  .set_item .img_block {
    border-radius: 3.6rem;
  }
}
.set_item .img_block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.set_item .arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 7.8rem;
  height: 7.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #F7F7F7;
  transition: 0.2s background;
}
@media screen and (max-width: 1240px) {
  .set_item .arrow {
    width: 4.8rem;
    height: 4.8rem;
  }
}
.set_item .arrow svg {
  stroke: #D8D8D8;
  transition: 0.2s stroke;
}
@media screen and (max-width: 1240px) {
  .set_item .arrow svg {
    width: 1.8rem;
  }
}

.categories_row {
  display: flex;
  flex-wrap: wrap;
}
.categories_row .categories_item {
  width: 33rem;
}
@media screen and (max-width: 1240px) {
  .categories_row .categories_item {
    width: 17rem;
  }
}
@media screen and (max-width: 767px) {
  .categories_row .categories_item {
    width: calc((100% - 2rem) / 2);
  }
}
.categories_row .categories_item:not(:nth-child(-n+4)) {
  margin-top: 2rem;
}
.categories_row .categories_item:not(:nth-child(4n+4)) {
  margin-right: calc((100% - 132rem) / 3);
}
@media screen and (max-width: 1480px) {
  .categories_row .categories_item:not(:nth-child(4n+4)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1480px) {
  .categories_row .categories_item:not(:nth-child(-n+3)) {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 1240px) {
  .categories_row .categories_item:not(:nth-child(-n+3)) {
    margin-top: 0;
  }
}
@media screen and (max-width: 1480px) {
  .categories_row .categories_item:not(:nth-child(3n+3)) {
    margin-right: calc((100% - 99rem) / 2);
  }
}
@media screen and (max-width: 1240px) {
  .categories_row .categories_item:not(:nth-child(3n+3)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1240px) {
  .categories_row .categories_item:not(:nth-child(-n+5)) {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 1080px) {
  .categories_row .categories_item:not(:nth-child(-n+5)) {
    margin-top: 0;
  }
}
@media screen and (max-width: 1240px) {
  .categories_row .categories_item:not(:nth-child(5n+5)) {
    margin-right: calc((100% - 85rem) / 4);
  }
}
@media screen and (max-width: 1080px) {
  .categories_row .categories_item:not(:nth-child(5n+5)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1080px) {
  .categories_row .categories_item:not(:nth-child(-n+4)) {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .categories_row .categories_item:not(:nth-child(-n+4)) {
    margin-top: 0;
  }
}
@media screen and (max-width: 1080px) {
  .categories_row .categories_item:not(:nth-child(4n+4)) {
    margin-right: calc((100% - 68rem) / 3);
  }
}
@media screen and (max-width: 767px) {
  .categories_row .categories_item:not(:nth-child(4n+4)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .categories_row .categories_item:not(:nth-child(-n+2)) {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .categories_row .categories_item:not(:nth-child(even)) {
    margin-right: 2rem;
  }
}
.categories_row .categories_item:not(:nth-child(-n+8)) {
  display: none;
}
@media screen and (max-width: 767px) {
  .categories_row .categories_item:not(:nth-child(-n+8)) {
    display: none !important;
  }
}
@media screen and (max-width: 1480px) {
  .categories_row .categories_item:not(:nth-child(-n+6)) {
    display: none;
  }
}
@media screen and (max-width: 1240px) {
  .categories_row .categories_item:not(:nth-child(-n+6)) {
    display: block;
  }
}

.categories_item {
  padding: 1rem;
  border-radius: 2.8rem;
  background: #F7F7F7;
}
@media screen and (max-width: 1240px) {
  .categories_item {
    padding: 0.5rem;
  }
}
@media screen and (max-width: 1240px) {
  .categories_item {
    border-radius: 1.4rem;
  }
}
.categories_item:hover .text_block {
  color: #FCFCFC;
  background: #191919;
}
.categories_item:hover .img_block img {
  transform: scale(1.111);
}
@media screen and (max-width: 1240px) {
  .categories_item:hover .img_block img {
    transform: none;
  }
}
.categories_item .img_block {
  height: 22.2rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1240px) {
  .categories_item .img_block {
    height: 11.5rem;
    padding: 1rem 0 0;
    margin-bottom: 0.5rem;
  }
}
.categories_item .img_block img {
  transform: scale(1);
  will-change: transform;
  transform-origin: bottom;
  transition: 0.2s transform;
}
.categories_item .text_block {
  height: 6.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 2rem;
  background: #EFEFEF;
  transition: 0.2s background, 0.2s color;
}
@media screen and (max-width: 1240px) {
  .categories_item .text_block {
    height: 3.2rem;
    font-size: 1.2rem;
    border-radius: 1rem;
  }
}

.main_banner {
  position: relative;
}
.main_banner .img picture, .main_banner .img img {
  width: 100%;
  display: block;
  position: relative;
  z-index: -1;
}
.main_banner .btn {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 1720px) {
  .main_banner .btn {
    transform: translate(-50%, 0) scale(0.85);
  }
}
@media screen and (max-width: 1480px) {
  .main_banner .btn {
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 1080px) {
  .main_banner .btn {
    position: static;
    margin: 1.5rem auto;
    transform: unset;
  }
}

.journal_section {
  display: flex;
  flex-wrap: wrap;
}
.journal_section:not(.main) .journal_item:not(:nth-child(-n+5)) {
  display: none;
}
@media screen and (max-width: 1240px) {
  .journal_section:not(.main) .journal_item:not(:nth-child(-n+5)) {
    display: block;
  }
}
@media screen and (max-width: 1480px) {
  .journal_section:not(.main) .journal_item:not(:nth-child(-n+4)) {
    display: none;
  }
}
@media screen and (max-width: 1240px) {
  .journal_section:not(.main) .journal_item:not(:nth-child(-n+4)) {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .journal_section:not(.main) .journal_item:not(:nth-child(-n+3)) {
    display: none;
  }
}
.journal_section:not(.main) .journal_item:not(:nth-child(5n+5)) {
  margin-right: calc((100% - 132rem) / 3);
}
@media screen and (max-width: 1480px) {
  .journal_section:not(.main) .journal_item:not(:nth-child(5n+5)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1480px) {
  .journal_section:not(.main) .journal_item:not(:nth-child(4n+4)) {
    margin-right: calc((100% - 99rem) / 2);
  }
}
@media screen and (max-width: 1240px) {
  .journal_section:not(.main) .journal_item:not(:nth-child(4n+4)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1240px) {
  .journal_section:not(.main) .journal_item:not(:nth-child(6n+6)) {
    margin-right: calc((100% - 85rem) / 4);
  }
}
@media screen and (max-width: 1080px) {
  .journal_section:not(.main) .journal_item:not(:nth-child(6n+6)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1080px) {
  .journal_section:not(.main) .journal_item:not(:nth-child(5n+5)) {
    margin-right: calc((100% - 68rem) / 3);
  }
}
@media screen and (max-width: 767px) {
  .journal_section:not(.main) .journal_item:not(:nth-child(5n+5)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .journal_section:not(.main) .journal_item:not(:nth-child(odd)) {
    margin-right: 2rem;
  }
}
.journal_section.main .journal_item {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .journal_section.main .journal_item {
    margin-top: 2rem;
  }
}
.journal_section.main .journal_item:not(:nth-child(4n+4)) {
  margin-right: calc((100% - 132rem) / 3);
}
@media screen and (max-width: 1480px) {
  .journal_section.main .journal_item:not(:nth-child(4n+4)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1480px) {
  .journal_section.main .journal_item:not(:nth-child(3n+3)) {
    margin-right: calc((100% - 99rem) / 2);
  }
}
@media screen and (max-width: 1240px) {
  .journal_section.main .journal_item:not(:nth-child(3n+3)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1240px) {
  .journal_section.main .journal_item:not(:nth-child(5n+5)) {
    margin-right: calc((100% - 85rem) / 4);
  }
}
@media screen and (max-width: 1080px) {
  .journal_section.main .journal_item:not(:nth-child(5n+5)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1080px) {
  .journal_section.main .journal_item:not(:nth-child(4n+4)) {
    margin-right: calc((100% - 68rem) / 3);
  }
}
@media screen and (max-width: 767px) {
  .journal_section.main .journal_item:not(:nth-child(4n+4)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .journal_section.main .journal_item:not(:nth-child(even)) {
    margin-right: 2rem;
  }
}
.journal_section.main .journal_item .title {
  line-height: 1.25;
}
@media screen and (max-width: 1240px) {
  .journal_section.main .journal_item .title {
    line-height: 1.2;
  }
}
@media screen and (max-width: 1480px) {
  .journal_section.main .journal_item:not(:nth-child(-n+15)) {
    display: none;
  }
}
@media screen and (max-width: 1240px) {
  .journal_section.main .journal_item:not(:nth-child(-n+15)) {
    display: block;
  }
}
@media screen and (max-width: 1240px) {
  .journal_section.main .journal_item:not(:nth-child(-n+20)) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .journal_section.main .journal_item:not(:nth-child(-n+16)) {
    display: none;
  }
}

.journal_item_main, .journal_item {
  flex-shrink: 0;
}
.journal_item_main .date, .journal_item .date {
  display: flex;
  align-items: center;
  width: fit-content;
  padding: 0.6rem 1rem 0.3rem;
  border-radius: 4.5rem;
  background: #EFEFEF;
  color: #8C8C8C;
  font-size: 1.2rem;
}
.journal_item_main .date img, .journal_item .date img {
  margin-right: 0.6rem;
}
.journal_item_main .img_block, .journal_item .img_block {
  display: block;
  overflow: hidden;
}
.journal_item_main .img_block img, .journal_item .img_block img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.journal_item_main {
  width: 100%;
  display: flex;
  min-height: 40rem;
}
@media screen and (max-width: 1080px) {
  .journal_item_main {
    min-height: unset;
    flex-direction: column-reverse;
  }
}
.journal_item_main .text_block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 4rem;
  width: 54rem;
  flex-shrink: 0;
  background: #F7F7F7;
  border-radius: 4.2rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 1240px) {
  .journal_item_main .text_block {
    width: 47.8rem;
  }
}
@media screen and (max-width: 1080px) {
  .journal_item_main .text_block {
    width: 100%;
    margin-top: -6.2rem;
    padding: 4rem 2rem;
  }
}
.journal_item_main .date {
  margin-bottom: 3rem;
}
.journal_item_main .title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 3rem;
  line-height: 1.25;
}
@media screen and (max-width: 1240px) {
  .journal_item_main .title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1080px) {
  .journal_item_main .title {
    font-size: 2rem;
  }
}
.journal_item_main .arrow {
  width: 7.8rem;
  height: 7.8rem;
  margin-top: auto;
  align-self: flex-end;
  display: flex;
  align-items: center;
  justify-content: center;
}
.journal_item_main .img_block {
  flex-shrink: 0;
  margin-left: -8rem;
  border-radius: 4.2rem;
  width: calc(100% - 54rem + 8rem);
}
@media screen and (max-width: 1240px) {
  .journal_item_main .img_block {
    width: calc(100% - 47.8rem + 8rem);
  }
}
@media screen and (max-width: 1080px) {
  .journal_item_main .img_block {
    margin: 0;
    width: 100%;
    height: 33.6rem;
  }
}

.journal_item {
  display: block;
  width: 33rem;
  flex-shrink: 0;
  margin-top: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 1240px) {
  .journal_item {
    width: 17rem;
  }
}
@media screen and (max-width: 767px) {
  .journal_item {
    width: calc((100% - 2rem) / 2);
  }
}
.journal_item:hover .img_block img {
  transform: scale(1.111);
}
@media screen and (max-width: 1240px) {
  .journal_item:hover .img_block img {
    transform: unset;
  }
}
.journal_item .img_block {
  border-radius: 2.8rem;
  margin-bottom: 2rem;
  aspect-ratio: 1.594;
}
@media screen and (max-width: 1240px) {
  .journal_item .img_block {
    border-radius: 1.4rem;
    margin-bottom: 1.2rem;
  }
}
.journal_item .img_block img {
  transition: 0.2s transform;
}
@media screen and (max-width: 1240px) {
  .journal_item .date {
    padding: 0.5rem 0.7rem 0.2rem;
  }
}
@media screen and (max-width: 1240px) {
  .journal_item .date img {
    width: 1rem;
  }
}
.journal_item .title {
  color: #010101;
  display: block;
  font-size: 1.6rem;
  margin-bottom: 2rem;
  line-height: 1.2;
}
@media screen and (max-width: 1240px) {
  .journal_item .title {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}

.brands_row {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1240px) {
  .brands_row.countries .brand_item {
    width: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .brands_row.countries .brand_item {
    width: calc((100% - 2rem) / 2);
  }
}
.brands_row.countries .brand_item {
  margin-bottom: 0;
}
.brands_row.countries .brand_item:not(:nth-child(-n+3)) {
  display: none;
}
@media screen and (max-width: 767px) {
  .brands_row.countries .brand_item:not(:nth-child(-n+3)) {
    display: block;
  }
}
.brands_row.countries .brand_item:not(:nth-child(7n+7)) {
  margin-right: 3rem;
}
@media screen and (max-width: 1720px) {
  .brands_row.countries .brand_item:not(:nth-child(7n+7)) {
    margin-right: 0;
  }
}
.brands_row.countries .brand_item:not(:nth-child(-n+7)) {
  margin-top: 2rem;
}
@media screen and (max-width: 1720px) {
  .brands_row.countries .brand_item:not(:nth-child(6n+6)) {
    margin-right: 3rem;
  }
}
@media screen and (max-width: 1480px) {
  .brands_row.countries .brand_item:not(:nth-child(6n+6)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1720px) {
  .brands_row.countries .brand_item:not(:nth-child(-n+6)) {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 1480px) {
  .brands_row.countries .brand_item:not(:nth-child(5n+5)) {
    margin-right: 3rem;
  }
}
@media screen and (max-width: 1240px) {
  .brands_row.countries .brand_item:not(:nth-child(5n+5)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1480px) {
  .brands_row.countries .brand_item:not(:nth-child(-n+5)) {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 1240px) {
  .brands_row.countries .brand_item:not(:nth-child(4n+4)) {
    margin-right: 3rem;
  }
}
@media screen and (max-width: 1080px) {
  .brands_row.countries .brand_item:not(:nth-child(4n+4)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1240px) {
  .brands_row.countries .brand_item:not(:nth-child(-n+4)) {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 1080px) {
  .brands_row.countries .brand_item:not(:nth-child(3n+3)) {
    margin-right: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .brands_row.countries .brand_item:not(:nth-child(3n+3)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1080px) {
  .brands_row.countries .brand_item:not(:nth-child(-n+3)) {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .brands_row.countries .brand_item:not(:nth-child(even)) {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .brands_row.countries .brand_item:not(:nth-child(-n+2)) {
    margin-top: 2.5rem;
  }
}
.brands_row .brand_item:not(:nth-child(7n+7)) {
  margin-right: calc((100% - 140rem) / 6);
}
@media screen and (max-width: 1720px) {
  .brands_row .brand_item:not(:nth-child(7n+7)) {
    margin-right: 0;
  }
}
.brands_row .brand_item:not(:nth-child(-n+7)) {
  margin-top: 2rem;
}
@media screen and (max-width: 1720px) {
  .brands_row .brand_item:not(:nth-child(6n+6)) {
    margin-right: calc((100% - 120rem) / 5);
  }
}
@media screen and (max-width: 1480px) {
  .brands_row .brand_item:not(:nth-child(6n+6)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1720px) {
  .brands_row .brand_item:not(:nth-child(-n+6)) {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 1480px) {
  .brands_row .brand_item:not(:nth-child(5n+5)) {
    margin-right: calc((100% - 100rem) / 4);
  }
}
@media screen and (max-width: 1240px) {
  .brands_row .brand_item:not(:nth-child(5n+5)) {
    margin-right: calc((100% - 85rem) / 4);
  }
}
@media screen and (max-width: 1080px) {
  .brands_row .brand_item:not(:nth-child(5n+5)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1480px) {
  .brands_row .brand_item:not(:nth-child(-n+5)) {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 1080px) {
  .brands_row .brand_item:not(:nth-child(4n+4)) {
    margin-right: calc((100% - 68rem) / 3);
  }
}
@media screen and (max-width: 767px) {
  .brands_row .brand_item:not(:nth-child(4n+4)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1080px) {
  .brands_row .brand_item:not(:nth-child(-n+4)) {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .brands_row .brand_item:not(:nth-child(even)) {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .brands_row .brand_item:not(:nth-child(-n+2)) {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 1480px) {
  .brands_row .brand_item:not(:nth-child(-n+10)) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .brands_row .brand_item:not(:nth-child(-n+8)) {
    display: none;
  }
}

.brand_item {
  display: block;
  width: 20rem;
  flex-shrink: 0;
  margin-bottom: -0.3rem;
}
@media screen and (max-width: 1240px) {
  .brand_item {
    width: 17rem;
  }
}
@media screen and (max-width: 767px) {
  .brand_item {
    width: calc((100% - 2rem) / 2);
  }
}
.brand_item:hover .img_block img:first-child {
  opacity: 0;
}
.brand_item:hover .img_block img:nth-child(2) {
  opacity: 1;
}
.brand_item:hover .text_block, .brand_item:hover .txt {
  color: #010101;
}
.brand_item .img_block {
  display: block;
  position: relative;
  aspect-ratio: 1.053;
  background: #F7F7F7;
  border-radius: 2.6rem;
  overflow: hidden;
  margin-bottom: 0.9rem;
}
@media screen and (max-width: 1240px) {
  .brand_item .img_block {
    margin-bottom: 0.8rem;
  }
}
.brand_item .img_block img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: calc(100% - 3rem);
  max-height: calc(100% - 3rem);
  transform: translate(-50%, -50%);
  transition: 0.2s opacity;
}
.brand_item .img_block img:nth-child(2) {
  opacity: 0;
}
@media screen and (max-width: 1240px) {
  .brand_item .img_block img:nth-child(2) {
    opacity: 1;
  }
}
.brand_item .text_block, .brand_item .txt {
  width: 100%;
  display: block;
  padding: 0.4rem;
  text-align: center;
  color: #8C8C8C;
  background: #F7F7F7;
  border-radius: 4.8rem;
  transition: 0.2s color;
}
@media screen and (max-width: 1240px) {
  .brand_item .text_block, .brand_item .txt {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1240px) {
  .brand_item .text_block, .brand_item .txt {
    font-size: 1.2rem;
    padding: 0.3rem 0.4rem 0.4rem;
  }
}
.brand_item .text_block_2 {
  display: flex;
}
.brand_item .flag {
  width: 2.8rem;
  height: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 1rem;
  border-radius: 100%;
  background: #F7F7F7;
}
@media screen and (max-width: 767px) {
  .brand_item .flag {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.brand_item .txt {
  width: 100%;
  font-size: 1.6rem;
  padding: 0.2rem 0.4rem 0.6rem;
}
@media screen and (max-width: 1240px) {
  .brand_item .txt {
    color: #010101;
    font-size: 1.4rem;
    padding: 0.5rem 0.4rem 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .brand_item .txt {
    font-size: 1.2rem;
  }
}

.contacts_map_section {
  display: flex;
  padding: 3rem 3rem 2.7rem;
  border-radius: 4.2rem;
  border: 0.1rem solid #E4E4E4;
}
@media screen and (max-width: 1480px) {
  .contacts_map_section {
    padding: 3rem;
  }
}
@media screen and (max-width: 1080px) {
  .contacts_map_section {
    display: block;
    padding: 3rem 2rem;
  }
}
.contacts_map_section .map_block {
  width: 68.9rem;
  height: 43.6rem;
  flex-shrink: 0;
  margin-right: 3rem;
  border-radius: 4.2rem;
  overflow: hidden;
}
@media screen and (max-width: 1240px) {
  .contacts_map_section .map_block {
    width: 50.3rem;
    height: 43.6rem;
  }
}
@media screen and (max-width: 1080px) {
  .contacts_map_section .map_block {
    width: 100%;
    height: 32rem;
    margin-bottom: 3rem;
  }
}
.contacts_map_section .text_block {
  width: 100%;
}

.spoiler_block:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1480px) {
  .spoiler_block:not(:last-child) {
    margin-bottom: 3.4rem;
  }
}
@media screen and (max-width: 1240px) {
  .spoiler_block:not(:last-child) {
    margin-bottom: 3.2rem;
  }
}
.spoiler_block:not(.open) .spoiler_title:after {
  transform: translate(0, -50%) rotate(180deg);
}
.spoiler_block:not(.open) .spoiler_content {
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.spoiler_block.open .spoiler_content {
  padding-top: 1rem;
}

.spoiler_title {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-right: 3.5rem;
  cursor: pointer;
}
@media screen and (max-width: 1240px) {
  .spoiler_title {
    font-size: 2.5rem;
    max-width: 39rem;
  }
}
@media screen and (max-width: 1080px) {
  .spoiler_title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .spoiler_title {
    padding-right: 2.5rem;
  }
}
.spoiler_title span {
  flex: 0 0 auto;
}
.spoiler_title:after {
  content: "";
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  margin-left: 1.5rem;
  transform: translate(0, -50%);
  transition: 0.2s transform;
  background: url("/local/templates/bibi/img/icon_arrow_8.svg") center no-repeat;
}

.spoiler_content {
  transition: 0.2s opacity;
}

.shop_contact_block {
  display: flex;
  cursor: pointer;
}
@media screen and (max-width: 1480px) {
  .shop_contact_block {
    display: block;
  }
}
.shop_contact_block .item {
  display: flex;
  align-items: center;
  padding: 3rem 2rem 2.5rem;
  background: #F7F7F7;
  border-radius: 2rem;
}
@media screen and (max-width: 1240px) {
  .shop_contact_block .item {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .shop_contact_block .item {
    padding: 2.6rem 2rem 2.6rem;
  }
}
.shop_contact_block .item:not(:last-child) {
  margin-right: 2rem;
}
@media screen and (max-width: 1480px) {
  .shop_contact_block .item:not(:last-child) {
    margin: 0 0 2rem;
  }
}
.shop_contact_block .item img {
  margin-right: 1rem;
}

footer {
  background: #F7F7F7;
}
footer.sml {
  border-top: 0.1rem solid #E4E4E4;
}
@media screen and (max-width: 767px) {
  footer.sml .footer_line {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
footer.sml .footer_line .pay_system {
  margin-top: 0.3rem;
}
@media screen and (max-width: 767px) {
  footer.sml .footer_line .pay_system {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  footer.sml .footer_line .copy {
    font-size: 1.2rem;
    max-width: 30.9rem;
  }
}

.footer_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5rem;
  margin: 0 auto 5rem;
}
@media screen and (max-width: 1080px) {
  .footer_logo {
    padding-top: 3rem;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .footer_logo {
    margin: 0 0 4.1rem;
    max-width: 32.2rem;
  }
}
.footer_logo img {
  display: block;
}

.footer_main {
  display: flex;
  padding-bottom: 5rem;
  border-bottom: 0.1rem solid #B2B2B2;
}
@media screen and (max-width: 1080px) {
  .footer_main {
    flex-wrap: wrap;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .footer_main {
    display: block;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 3.3rem;
  }
}

.footer_contacts {
  width: 100%;
  margin-right: 10rem;
}
@media screen and (max-width: 1240px) {
  .footer_contacts {
    margin-right: 4rem;
  }
}
@media screen and (max-width: 1080px) {
  .footer_contacts {
    margin-bottom: 4rem;
    width: calc((100% - 4rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .footer_contacts {
    width: 100%;
    margin-bottom: 3.6rem;
  }
}
.footer_contacts .item:not(:last-child) {
  margin-bottom: 2.9rem;
}
@media screen and (max-width: 1480px) {
  .footer_contacts .item:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.footer_contacts .phone {
  font-size: 3rem;
  line-height: 0.8;
}
.footer_contacts .txt {
  color: #B2B2B2;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 1480px) {
  .footer_contacts .txt {
    font-size: 1.4rem;
  }
}

.footer_social {
  display: flex;
  align-items: center;
}
.footer_social a {
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_social a:not(:last-child) {
  margin-right: 1.2rem;
}

.footer_links {
  flex-shrink: 0;
}
@media screen and (max-width: 1080px) {
  .footer_links {
    width: calc((100% - 4rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .footer_links {
    width: 100%;
  }
}
.footer_links:not(:last-child) {
  margin-right: 10rem;
}
@media screen and (max-width: 1240px) {
  .footer_links:not(:last-child) {
    margin-right: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .footer_links:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 1080px) {
  .footer_links:nth-child(2) {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 1080px) {
  .footer_links:nth-child(2), .footer_links :nth-child(4) {
    margin-right: 0;
  }
}
.footer_links .title {
  font-size: 2rem;
  font-weight: bold;
  color: #191919;
  margin-bottom: 2rem;
}
.footer_links ul {
  margin: 0;
  padding: 0;
}
.footer_links li {
  list-style-type: none;
}
.footer_links li:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (max-width: 1480px) {
  .footer_links li:not(:last-child) {
    margin-bottom: 1.1rem;
  }
}
.footer_links a {
  font-size: 1.6rem;
  color: #191919;
}
@media screen and (max-width: 1480px) {
  .footer_links a {
    font-size: 1.4rem;
  }
}

.footer_line {
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #B2B2B2;
  font-size: 1.6rem;
}
@media screen and (max-width: 1480px) {
  .footer_line {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1080px) {
  .footer_line {
    height: unset;
    display: block;
    padding: 2rem 0;
  }
}
@media screen and (max-width: 1080px) {
  .footer_line .copy {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .footer_line .copy {
    max-width: 27rem;
  }
}
.footer_line .pay_system {
  display: flex;
  align-items: center;
}
.footer_line .pay_system .item:not(:last-child) {
  margin-right: 1.5rem;
}
.footer_line.sml .copy {
  font-size: 1.4rem;
}

.select_radio_block {
  transition: 0.2s opacity;
}
.select_radio_block:not(.open) {
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.select_radio_block.open {
  padding: 1.3rem 2rem;
  background: #FFF;
  border-radius: 15px;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
.select_radio_block .custom_checkbox {
  white-space: nowrap;
}
.select_radio_block .custom_checkbox:not(:last-child) {
  margin-bottom: 1rem;
}

.custom_checkbox {
  display: flex;
  align-items: center;
}
.custom_checkbox > input {
  display: none;
}
.custom_checkbox [type=radio] + .check {
  border-radius: 100%;
}
.custom_checkbox [type=radio] + .check:after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 100%;
  background: transparent;
  transition: 0.2s background;
}
.custom_checkbox [type=checkbox] + .check {
  border-radius: 0.6rem;
}
.custom_checkbox input:checked + .check {
  border: 0.1rem solid #0047AB;
}
.custom_checkbox input[type=radio]:checked + .check:after {
  background: #0047AB;
}
.custom_checkbox input[type=checkbox]:checked + .check {
  background: #0047AB url("/local/templates/bibi/img/icon_check.svg") center no-repeat;
}
.custom_checkbox .check {
  width: 2rem;
  height: 2rem;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin-right: 1rem;
  border: 0.1rem solid #E0E0E0;
  transition: 0.2s background;
}
.custom_checkbox .color {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 100%;
  margin-right: 0.5rem;
}
.custom_checkbox a {
  text-decoration: underline;
}

.swiper-pagination {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-pagination-bullet {
  width: 4.6rem;
  height: 0.5rem;
  opacity: 1;
  margin: 1rem 0.6rem 0 !important;
  border-radius: 0.3rem;
  background: #E4E4E4;
  transition: 0.2s background;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    margin: 1.5rem 0.6rem 0 !important;
  }
}

.swiper-pagination-bullet-active {
  background: #0047AB;
}

.swiper-arrows {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
.swiper-arrows .swiper-prev:not(:last-child), .swiper-arrows .swiper-next:not(:last-child) {
  margin-right: 5rem;
}

.swiper-prev, .swiper-next {
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #FEFEFE;
  transition: 0.2s background;
  box-shadow: 0 0 0.7rem rgba(0, 0, 0, 0.05);
}
.swiper-prev:hover, .swiper-next:hover {
  background: #E5E5E5;
}
.swiper-prev.v2, .swiper-next.v2 {
  margin-top: 0.3rem;
  background: #F7F7F7;
  border: 1px solid #CCCCCC;
  box-shadow: 0 0 0.7rem rgba(0, 0, 0, 0.05);
}
.swiper-prev.v2:hover, .swiper-next.v2:hover {
  background: #E5E5E5;
}

.swiper-button-lock {
  display: none;
}
@media screen and (max-width: 767px) {
  .swiper-button-lock.custom_visiable {
    display: flex;
  }
}

.content_tabs_radio {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -2rem -0.5rem 2rem;
}
@media screen and (max-width: 1240px) {
  .content_tabs_radio {
    margin-bottom: 3.3rem;
  }
}
.content_tabs_radio .custom_checkbox_tab {
  margin: 2rem 0.5rem 0;
}

.custom_checkbox_tab > input {
  display: none;
}
.custom_checkbox_tab input:checked + .check {
  color: #FFF;
  background: #0047AB;
  border: 0.1rem solid #0047AB;
}
.custom_checkbox_tab .check {
  display: flex;
  align-items: center;
  height: 4.8rem;
  padding: 0 2rem;
  cursor: pointer;
  border-radius: 3.1rem;
  border: 0.1rem solid #E4E4E4;
  transition: 0.2s border, 0.2s background, 0.2s color;
}
.custom_checkbox_tab .check:hover {
  background: #F4F4F4;
}

.spinner {
  width: 16.8rem;
  display: flex;
  overflow: hidden;
  border-radius: 1.2rem;
  border: 0.1rem solid #E4EDF8;
}
.spinner input {
  width: 100%;
  height: 4.8rem;
  text-align: center;
  border: none;
}
.spinner .down, .spinner .up {
  width: 5rem;
  height: 4.8rem;
  flex-shrink: 0;
  font-size: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0047AB;
  background: #E4EDF8;
  transition: 0.2s background;
}
.spinner .down:hover, .spinner .up:hover {
  background: #D3DCE7;
}

.favorite {
  width: 2.6rem;
  height: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.favorite img {
  position: absolute;
  transition: 0.2s opacity;
}
.favorite:not(:hover):not(.active) img:not(:first-child), .favorite:not(.active) img:last-child, .favorite.active img:not(:last-child) {
  opacity: 0;
}

.breadcrumbs {
  display: flex;
  font-size: 1.6rem;
  margin-top: -1rem;
  margin-bottom: 1.6rem;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media screen and (max-width: 1480px) {
  .breadcrumbs {
    margin-top: -1.8rem;
  }
}
@media screen and (max-width: 1240px) {
  .breadcrumbs {
    font-size: 1.4rem;
    margin-top: -2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    font-size: 1.2rem;
    overflow: auto;
    white-space: nowrap;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin: 0 -1.5rem 0.4rem;
  }
}
.breadcrumbs::-webkit-scrollbar {
  display: none;
}
.breadcrumbs a, .breadcrumbs span {
  color: #8C8C8C;
}
.breadcrumbs a:hover span {
  text-decoration: underline;
}
.breadcrumbs a:after {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.6rem;
  background: #8C8C8C;
  margin: 0 1rem 0 0.5rem;
  position: relative;
  top: -0.2rem;
}
@media screen and (max-width: 767px) {
  .breadcrumbs a:after {
    width: 0.4rem;
    height: 0.4rem;
  }
}

.h1_block {
  display: flex;
  align-items: flex-end;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .h1_block {
    margin-bottom: 2.3rem;
  }
}
.h1_block h1:not(:last-child) {
  margin: 0 1rem 0 0;
}
.h1_block .sub {
  color: #8C8C8C;
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 1240px) {
  .h1_block .sub {
    font-size: 1.4rem;
    margin-bottom: 0.9rem;
  }
}
@media screen and (max-width: 767px) {
  .h1_block .sub {
    font-size: 1.2rem;
    margin-bottom: 0.4rem;
  }
}

.catalog_section {
  display: flex;
}
@media screen and (max-width: 1240px) {
  .catalog_section {
    display: block;
  }
}

.catalog_filter_close {
  display: none;
  position: absolute;
  top: 1rem;
  right: 1.6rem;
  width: 2.6rem;
  height: 2.6rem;
  align-items: center;
  justify-content: center;
  background: #0047AB;
  border-radius: 1rem;
}
@media screen and (max-width: 1240px) {
  .catalog_filter_close {
    display: flex;
  }
}

.catalog_filter_block {
  width: 25rem;
  flex-shrink: 0;
  margin-right: 4.4rem;
}
@media screen and (max-width: 1240px) {
  .catalog_filter_block {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 31rem;
    transition: 0.2s transform;
    z-index: 100;
  }
}
@media screen and (max-width: 1240px) {
  .catalog_filter_block:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    opacity: 0;
    background: rgba(0, 0, 0, 0.3);
    transition: 0.2s width;
  }
}
@media screen and (max-width: 1240px) {
  .catalog_filter_block:not(.open) {
    transform: translate(-100%, 0);
  }
}
@media screen and (max-width: 1240px) {
  .catalog_filter_block.open:before {
    width: 100vw;
    opacity: 1;
  }
}
@media screen and (max-width: 1240px) {
  .catalog_filter_block .content {
    height: 100%;
    overflow: auto;
    background: #FFF;
    position: relative;
    padding: 4rem 3rem 3rem;
    z-index: 1;
  }
}

.catalog_content_block {
  width: 100%;
}

.catalog_sort_block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 2.3rem;
}
@media screen and (max-width: 1240px) {
  .catalog_sort_block {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .catalog_sort_block {
    margin-bottom: 3rem;
  }
}
.catalog_sort_block.md_visiable {
  display: none;
}
@media screen and (max-width: 1240px) {
  .catalog_sort_block.md_visiable {
    display: block;
  }
}
.catalog_sort_block .catalog_filter {
  display: none;
  padding: 0;
  width: 5.6rem;
}
@media screen and (max-width: 1240px) {
  .catalog_sort_block .catalog_filter {
    display: flex;
  }
}
@media screen and (max-width: 1080px) {
  .catalog_sort_block .catalog_filter {
    width: 4.4rem;
    height: 4.4rem;
  }
}
.catalog_sort_block .select_2 {
  width: fit-content;
}
.catalog_sort_block .btn {
  height: 5.3rem;
  border-radius: 1.9rem;
}
@media screen and (max-width: 767px) {
  .catalog_sort_block .btn {
    height: 4.4rem;
  }
}

.catalog_products_row {
  display: flex;
  flex-wrap: wrap;
}
.catalog_products_row .product_item {
  width: 24.1rem;
  flex-shrink: 0;
  padding-bottom: 0.2rem;
}
@media screen and (max-width: 1240px) {
  .catalog_products_row .product_item {
    width: 16.8rem;
    padding-bottom: 6.4rem;
  }
}
@media screen and (max-width: 767px) {
  .catalog_products_row .product_item {
    padding-bottom: 6.7rem;
    width: calc((100% - 2.4rem) / 2);
  }
}
.catalog_products_row .product_item:not(:nth-child(5n+5)) {
  margin-right: calc((100% - 120.5rem) / 4);
}
@media screen and (max-width: 1720px) {
  .catalog_products_row .product_item:not(:nth-child(5n+5)) {
    margin-right: 0;
  }
}
.catalog_products_row .product_item:not(:nth-child(-n+5)) {
  margin-top: 2rem;
}
@media screen and (max-width: 1720px) {
  .catalog_products_row .product_item:not(:nth-child(4n+4)) {
    margin-right: calc((100% - 96.4rem) / 3);
  }
}
@media screen and (max-width: 1480px) {
  .catalog_products_row .product_item:not(:nth-child(4n+4)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1720px) {
  .catalog_products_row .product_item:not(:nth-child(-n+4)) {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 1480px) {
  .catalog_products_row .product_item:not(:nth-child(3n+3)) {
    margin-right: calc((100% - 72.3rem) / 2);
  }
}
@media screen and (max-width: 1240px) {
  .catalog_products_row .product_item:not(:nth-child(3n+3)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1480px) {
  .catalog_products_row .product_item:not(:nth-child(-n+3)) {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 1240px) {
  .catalog_products_row .product_item:not(:nth-child(-n+3)) {
    margin-top: 0;
  }
}
@media screen and (max-width: 1240px) {
  .catalog_products_row .product_item:not(:nth-child(5n+5)) {
    margin-right: calc((100% - 84rem) / 4);
  }
}
@media screen and (max-width: 1080px) {
  .catalog_products_row .product_item:not(:nth-child(5n+5)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1240px) {
  .catalog_products_row .product_item:not(:nth-child(-n+5)) {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 1080px) {
  .catalog_products_row .product_item:not(:nth-child(4n+4)) {
    margin-right: calc((100% - 67.2rem) / 4);
  }
}
@media screen and (max-width: 767px) {
  .catalog_products_row .product_item:not(:nth-child(4n+4)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1080px) {
  .catalog_products_row .product_item:not(:nth-child(-n+4)) {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .catalog_products_row .product_item:not(:nth-child(even)) {
    margin-right: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .catalog_products_row .product_item:not(:nth-child(-n+2)) {
    margin-top: 2rem;
  }
}

.select_2 {
  width: 100%;
}

.select2.select2-container {
  width: auto !important;
}

.select2-container .select2-selection--single {
  height: 5.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #0047AB;
  border: none;
  display: flex;
  align-items: center;
  border-radius: 1.5rem;
  padding: 0 4.7rem 0 5.9rem;
  background: #E4EDF8 url("/local/templates/bibi/img/icon_sort.svg") 2rem center no-repeat;
}
@media screen and (max-width: 1240px) {
  .select2-container .select2-selection--single {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1080px) {
  .select2-container .select2-selection--single {
    height: 4.4rem;
    padding: 0 3.3rem 0 4rem;
    background-position-x: 1.5rem;
    background-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .select2-container .select2-selection--single {
    font-size: 1.2rem;
  }
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  color: #0047AB;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  width: 1.4rem;
  height: 1.4rem;
  top: 50%;
  right: 2rem;
  transform: translate(0, -50%);
  transition: 0.2s transform;
  background: url("/local/templates/bibi/img/icon_arrow_9.svg") center no-repeat;
}
@media screen and (max-width: 1080px) {
  .select2-container .select2-selection--single .select2-selection__arrow {
    right: 1.5rem;
  }
}
.select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container .select2-search--dropdown .select2-search__field {
  border: none;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.select2-container--open .select2-dropdown--below {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.select2-container--open .select2-selection--single .select2-selection__arrow {
  transform: translate(0, -50%) rotate(180deg);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: unset;
  color: #010101;
}

.select2-dropdown {
  margin-top: 2.8rem;
  border-radius: 1.5rem;
  min-width: fit-content;
  background: #FFF;
  border: none;
  font-size: 1.6rem;
  padding: 1.3rem 2rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1240px) {
  .select2-dropdown {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .select2-dropdown {
    margin-top: -0.4rem;
    transform: translate(-50%, 0);
  }
}
.select2-dropdown .select2-results__option {
  color: #191919;
  padding: 0 0 0 3rem;
  position: relative;
  white-space: nowrap;
  min-height: 2.2rem;
}
.select2-dropdown .select2-results__option:before, .select2-dropdown .select2-results__option:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  border-radius: 100%;
  transform: translate(0, -50%);
}
.select2-dropdown .select2-results__option:before {
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 0.1rem solid #E0E0E0;
  transition: 0.2s border;
}
.select2-dropdown .select2-results__option:after {
  left: 0.4rem;
  width: 1.4rem;
  height: 1.4rem;
  opacity: 0;
  background: #0047AB;
}
.select2-dropdown .select2-results__option:not(:last-child) {
  margin-bottom: 0.8rem;
}
.select2-dropdown .select2-results__option.select2-results__option--selected {
  color: #191919;
  background: unset;
}
.select2-dropdown .select2-results__option.select2-results__option--selected:before {
  border: 0.1rem solid #0047AB;
}
.select2-dropdown .select2-results__option.select2-results__option--selected:after {
  opacity: 1;
}

.catalog_filter_item:not(:last-child) {
  margin-bottom: 2.7rem;
}
.catalog_filter_item .filter_search_input {
  margin-bottom: 1.5rem;
}

.filter_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.1rem;
  flex-wrap: wrap;
}
.filter_title .title {
  font-size: 2rem;
  font-weight: bold;
  color: #191919;
  margin-right: 1.5rem;
}
.filter_title .reset {
  display: flex;
  align-items: center;
  color: #8C8C8C;
  transition: 0.2s color;
}
.filter_title .reset:hover {
  color: #010101;
}
.filter_title .reset:hover svg {
  stroke: #010101;
}
.filter_title .reset svg {
  stroke: #8C8C8C;
  margin-right: 0.7rem;
  transition: 0.2s stroke;
}

.filter_price {
  display: flex;
  flex-wrap: wrap;
}
.filter_price .input_block {
  flex-shrink: 0;
  position: relative;
  width: calc((100% - 2.8rem) / 2);
}
.filter_price .input_block:first-child {
  margin-right: 2.8rem;
}
.filter_price .input_block input {
  padding-left: 3.3rem;
}
.filter_price .input_block .text, .filter_price .input_block .clear_prev_input {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
}
.filter_price .input_block .text {
  left: 1.2rem;
  color: #8C8C8C;
  pointer-events: none;
}
.filter_price .input_block .clear_prev_input {
  right: 1.2rem;
  transition: 0.2s opacity;
}
.filter_price .input_block .clear_prev_input.opacity {
  opacity: 0;
}
.filter_price .input_block .clear_prev_input img {
  display: block;
}

.irs {
  width: 100%;
  height: 1.6rem;
  flex-shrink: 0;
  margin-top: 1.5rem;
}
.irs .irs-min, .irs .irs-max, .irs .irs-from, .irs .irs-to {
  display: none;
}
.irs .irs-line {
  display: none;
}
.irs .irs-slider {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 100%;
  background: #0047AB;
  top: 0;
}
.irs .irs-bar {
  top: 0.7rem;
  height: 0.2rem;
  background: #0047AB;
}

.filter_checkbox_block:not(.open) .custom_checkbox:not(:nth-child(-n+5)) {
  display: none;
}
.filter_checkbox_block:not(.open) .checkbox_more_link:before {
  content: "Показать еще ";
}
.filter_checkbox_block.open .checkbox_more_link:before {
  content: "Скрыть";
}
.filter_checkbox_block.open .checkbox_more_link svg {
  transform: rotate(180deg);
}
.filter_checkbox_block .custom_checkbox:not(:last-child) {
  margin-bottom: 1rem;
}
.filter_checkbox_block.color .custom_checkbox:not(:last-child) {
  margin-bottom: 1.1rem;
}
.filter_checkbox_block .checkbox_more_link {
  display: flex;
  align-items: center;
  margin-top: 1.6rem;
  color: #8C8C8C;
}
.filter_checkbox_block .checkbox_more_link:before {
  display: block;
  margin-right: 0.4rem;
}
.filter_checkbox_block .checkbox_more_link svg {
  stroke: #8C8C8C;
  margin-left: 1rem;
  transition: 0.2s transform;
}

.catalog_final_links {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 3.1rem;
}
.catalog_final_links .btn {
  width: 100%;
}
.catalog_final_links .btn:not(:last-child) {
  margin-bottom: 1rem;
}

.product_main_section {
  display: flex;
}
@media screen and (max-width: 1080px) {
  .product_main_section {
    flex-wrap: wrap;
  }
}

.product_detail_img {
  width: 54rem;
  flex-shrink: 0;
  margin-right: 3rem;
}
@media screen and (max-width: 1720px) {
  .product_detail_img {
    width: 43rem;
  }
}
@media screen and (max-width: 1240px) {
  .product_detail_img {
    width: 32rem;
  }
}
@media screen and (max-width: 1080px) {
  .product_detail_img {
    width: calc((100% - 3rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .product_detail_img {
    width: 100%;
    margin: 0 0 3rem;
    position: relative;
  }
}

.favorite_mobile {
  display: none;
  position: absolute;
  top: 2.5rem;
  right: 0.3rem;
  width: 4.4rem;
  height: 4.4rem;
  background: #FEFEFE;
  border-radius: 1.2rem;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0.8rem rgba(20, 20, 20, 0.15);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .favorite_mobile {
    display: flex;
  }
}

.product_txt_block {
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .product_txt_block {
    width: calc((100% - 3rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .product_txt_block {
    width: 100%;
  }
}
.product_txt_block h1 {
  font-size: 3rem;
  text-align: left;
}
@media screen and (max-width: 1240px) {
  .product_txt_block h1 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .product_txt_block h1 {
    padding: 2rem 2.5rem;
    border-radius: 2rem;
    border: 0.1rem solid #E4E4E4;
  }
}
.product_txt_block h1:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .product_txt_block h1:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}

.product_price_block {
  width: 34rem;
  flex-shrink: 0;
  margin-left: 3rem;
}
@media screen and (max-width: 1720px) {
  .product_price_block {
    width: 30rem;
  }
}
@media screen and (max-width: 1080px) {
  .product_price_block {
    width: 100%;
    margin: 3rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .product_price_block {
    margin: 0 0 1.5rem;
  }
}
.product_price_block.mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .product_price_block.mobile {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .product_price_block:not(.mobile) .price_block {
    display: none;
  }
}
.product_price_block .price_block {
  padding: 3rem;
  background: #FEFEFE;
  border-radius: 3rem;
  box-shadow: 0 0 1.6rem rgba(20, 20, 20, 0.16);
}
@media screen and (max-width: 767px) {
  .product_price_block .price_block {
    border-radius: 2rem;
    padding: 1.9rem 2.5rem 1rem;
    box-shadow: unset;
    border: 0.1rem solid #E4E4E4;
  }
}
.product_price_block .price_block:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1080px) {
  .product_price_block .price_block:not(:last-child) {
    margin-bottom: 2.8rem;
  }
}
.product_price_block .price {
  font-size: 4rem;
  line-height: 0.8;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1240px) {
  .product_price_block .price {
    font-size: 3.4rem;
  }
}
.product_price_block .old_price {
  font-size: 1.4rem;
  color: #B2B2B2;
  display: flex;
  align-items: flex-end;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .product_price_block .old_price {
    margin-bottom: 0;
  }
}
.product_price_block .old_price .l {
  font-size: 1.2rem;
  text-decoration: line-through;
  margin-left: 0.3rem;
}
.product_price_block .old_price .c {
  font-size: 1.2rem;
  color: #707070;
  text-decoration: underline;
  margin-left: 0.3rem;
}
.product_price_block .btns_block {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .product_price_block .btns_block {
    display: none;
  }
}
.product_price_block .btns_block .fav {
  padding: 0;
  width: 5rem;
  flex-shrink: 0;
}
.product_price_block .btns_block .fav img {
  position: absolute;
  transition: 0.2s opacity;
}
.product_price_block .btns_block .fav:not(:hover):not(.active) img:not(:first-child), .product_price_block .btns_block .fav:not(.active) img:last-child, .product_price_block .btns_block .fav.active img:not(:last-child) {
  opacity: 0;
}
.product_price_block .btns_block .spinner {
  flex-shrink: 0;
  margin-right: 1.5rem;
  width: calc(100% - 6.5rem);
}
.product_price_block .btns_block .btn:not(.fav) {
  width: 100%;
  margin-top: 1.5rem;
}
.product_price_block .delivery_block {
  padding: 2.8rem 3rem;
  border-radius: 3rem;
  border: 0.1rem solid #E4E4E4;
}
@media screen and (max-width: 1480px) {
  .product_price_block .delivery_block {
    padding: 2.4rem 2.8rem 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .product_price_block .delivery_block {
    padding-bottom: 2.6rem;
  }
}
.product_price_block .delivery_block .title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.3rem;
}
@media screen and (max-width: 1480px) {
  .product_price_block .delivery_block .title {
    margin-bottom: 1.7rem;
  }
}
@media screen and (max-width: 1240px) {
  .product_price_block .delivery_block .title {
    margin-bottom: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .product_price_block .delivery_block .title {
    margin-bottom: 1.6rem;
  }
}
.product_price_block .btn:not(.fav) {
  font-size: 1.6rem;
  height: 5.3rem;
}
@media screen and (max-width: 1240px) {
  .product_price_block .btn:not(.fav) {
    font-size: 1.4rem;
  }
}

.delivery_item:not(:last-child) {
  margin-bottom: 2.1rem;
}
@media screen and (max-width: 1240px) {
  .delivery_item:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .delivery_item:not(:last-child) {
    margin-bottom: 2.1rem;
  }
}
.delivery_item:not(.open) .title_block:not(.no_arrow):after {
  transform: translate(0, -50%) rotate(-180deg);
}
.delivery_item:not(.open) .content_block {
  height: 0;
  opacity: 0;
  margin: 0;
  overflow: hidden;
}
.delivery_item .title_block {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 2.7rem;
  cursor: pointer;
}
.delivery_item .title_block:not(.no_arrow):after {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  transition: 0.2s transform;
  background: url("/local/templates/bibi/img/icon_arrow_12.svg") center no-repeat;
}
.delivery_item .title_block.static:not(.no_arrow):after {
  transform: translate(0, -50%) rotate(-90deg);
}
.delivery_item .icon {
  width: 2.1rem;
  height: 2.4rem;
  margin-right: 1rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1480px) {
  .delivery_item div:not(.s):not(.b) {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1240px) {
  .delivery_item div:not(.s):not(.b) {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1480px) {
  .delivery_item .b {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1240px) {
  .delivery_item .b {
    font-size: 1.4rem;
  }
}
.delivery_item .s {
  font-size: 1.2rem;
  color: #B2B2B2;
}
.delivery_item .tit {
  width: 100%;
}
.delivery_item .tit > span {
  display: block;
}
.delivery_item .prc {
  flex-shrink: 0;
  padding: 1rem;
  border-radius: 1rem;
  color: #B2B2B2;
  background: #F7F7F7;
}
.delivery_item .content_block {
  margin-top: 1.2rem;
  padding-left: 3rem;
  transition: 0.2s opacity;
  line-height: 1;
}
@media screen and (max-width: 1480px) {
  .delivery_item .content_block {
    margin-top: 0.6rem;
  }
}
@media screen and (max-width: 1240px) {
  .delivery_item .content_block {
    margin-top: 1.1rem;
  }
}
.delivery_item .content_block .item:not(:last-child) {
  margin-bottom: 1.4rem;
}

.detail_slider, .thumbs_slider {
  overflow: hidden;
}
.detail_slider .swiper-slide, .thumbs_slider .swiper-slide {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 0.1rem solid #E4E4E4;
}

.detail_slider {
  position: relative;
}
@media screen and (max-width: 767px) {
  .detail_slider {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
.detail_slider .swiper-slide {
  aspect-ratio: 1;
  border-radius: 4rem;
}
@media screen and (max-width: 1480px) {
  .detail_slider .swiper-slide {
    border-radius: 3.1rem;
  }
}
@media screen and (max-width: 1240px) {
  .detail_slider .swiper-slide {
    border-radius: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .detail_slider .swiper-slide {
    aspect-ratio: 0.74856;
    border-radius: 4rem;
  }
}
.detail_slider .swiper-prev, .detail_slider .swiper-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
}
.detail_slider .swiper-prev {
  left: 2rem;
}
@media screen and (max-width: 1480px) {
  .detail_slider .swiper-prev {
    left: 1.5rem;
  }
}
@media screen and (max-width: 1240px) {
  .detail_slider .swiper-prev {
    left: 1rem;
  }
}
.detail_slider .swiper-next {
  right: 2rem;
}
@media screen and (max-width: 1480px) {
  .detail_slider .swiper-next {
    right: 1.5rem;
  }
}
@media screen and (max-width: 1240px) {
  .detail_slider .swiper-next {
    right: 1rem;
  }
}
.detail_slider .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  margin: 1.5rem 0.5rem 0 !important;
  background: #E4E4E4;
}
.detail_slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0047AB;
}

.thumbs_slider {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .thumbs_slider {
    display: none;
  }
}
.thumbs_slider .swiper-slide {
  width: 10rem;
  aspect-ratio: 0.833;
  border-radius: 2rem;
}

@media screen and (max-width: 767px) {
  .product_description {
    border-radius: 2rem;
    padding: 2rem 2.5rem;
    margin-bottom: 1.5rem;
    border: 0.1rem solid #E4E4E4;
  }
}
.product_description:not(:last-child) {
  margin-bottom: 1.5rem;
}
.product_description .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.6rem;
  position: relative;
  border-bottom: 0.1rem solid #E4E4E4;
  line-height: 0.63;
  padding: 2.2rem 0 1.8rem;
}
@media screen and (max-width: 1240px) {
  .product_description .item {
    font-size: 1.4rem;
  }
}
.product_description .t {
  color: #B2B2B2;
}
.product_description .v {
  display: flex;
  align-items: center;
  width: 19rem;
  flex-shrink: 0;
}
@media screen and (max-width: 1240px) {
  .product_description .v {
    width: 14.6rem;
  }
}
.product_description a.v {
  text-decoration: underline;
}

.desc_link {
  width: fit-content;
  display: block;
  font-size: 1.6rem;
  padding: 1rem;
  color: #B2B2B2;
  background: #F7F7F7;
  border-radius: 1rem;
  margin-top: 1.3rem;
}
@media screen and (max-width: 1240px) {
  .desc_link {
    font-size: 1.4rem;
  }
}

.article_copy_block {
  position: absolute;
  display: flex;
  align-items: center;
  border-radius: 1.8rem;
  background: #191919;
  padding: 2rem 6.3rem 2rem 2rem;
  color: #FEFEFE;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .article_copy_block {
    left: 1.5rem;
    right: 1.5rem;
    font-size: 1.2rem;
    justify-content: center;
    padding: 1.6rem 2rem;
  }
}
.article_copy_block .close {
  position: absolute;
  top: 1.1rem;
  right: 1rem;
}
.article_copy_block .icon {
  margin-right: 0.8rem;
}

.busket_sub_txt {
  font-size: 1.6rem;
  margin-top: -1.6rem;
}
@media screen and (max-width: 1240px) {
  .busket_sub_txt {
    font-size: 1.4rem;
  }
}
.busket_sub_txt:not(:last-child) {
  margin-bottom: 2.6rem;
}
@media screen and (max-width: 1240px) {
  .busket_sub_txt:not(:last-child) {
    margin-bottom: 2.8rem;
  }
}

.title_basket {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .title_basket {
    font-size: 1.4rem;
    margin-top: 2.3rem;
  }
}
.title_basket .sub {
  font-size: 1.6rem;
  color: #B2B2B2;
  margin-left: 1.2rem;
}
@media screen and (max-width: 1240px) {
  .title_basket .sub {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .title_basket .sub {
    font-size: 1.2rem;
  }
}

.basket_section {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1240px) {
  .basket_section {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .basket_section {
    margin-top: -0.6rem;
  }
}
.basket_section .items_block {
  width: 100%;
  padding-top: 0.7rem;
}
@media screen and (max-width: 767px) {
  .basket_section .items_block {
    padding-top: 0;
  }
}
.basket_section .total_block {
  width: 34rem;
  flex-shrink: 0;
  margin: 1rem 0.5rem 0 5rem;
  border-radius: 3rem;
  padding: 2.4rem 3rem;
  background: #FEFEFE;
  box-shadow: 0 0 1.6rem rgba(20, 20, 20, 0.16);
}
@media screen and (max-width: 1240px) {
  .basket_section .total_block {
    width: 100%;
    margin: 5rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .basket_section .total_block {
    margin-top: 3.5rem;
  }
}
.basket_section .total_block.v2 {
  width: 34rem;
  margin: 0 1rem 0 5rem;
  padding: 2.6rem 3.2rem;
}
@media screen and (max-width: 1240px) {
  .basket_section .total_block.v2 {
    width: 100%;
    margin: 5rem 0 0;
    padding: 2.7rem 3.1rem;
  }
}
@media screen and (max-width: 767px) {
  .basket_section .total_block.v2 {
    margin-top: 3.1rem;
  }
}
.basket_section .total_block.v2 .price_main {
  font-size: 3.5rem;
}
@media screen and (max-width: 1480px) {
  .basket_section .total_block.v2 .price_main {
    margin: 1.8rem 0 1.8rem;
  }
}
.basket_section .total_block.v2 .num {
  margin-left: 0.8rem;
}
@media screen and (max-width: 1240px) {
  .basket_section .total_block.v2 .num {
    margin-left: 1rem;
  }
}
.basket_section .total_block.v2 .arrow {
  margin-left: 1rem;
}
.basket_section .total_block.v2 .price_main {
  margin-top: 1.7rem;
}
.basket_section .total_block .total_item {
  font-size: 1.6rem;
  color: #B2B2B2;
}
@media screen and (max-width: 1240px) {
  .basket_section .total_block .total_item {
    font-size: 1.4rem;
  }
}
.basket_section .total_block .total_item:not(:last-child) {
  margin-bottom: 1.1rem;
}
@media screen and (max-width: 1240px) {
  .basket_section .total_block .total_item:not(:last-child) {
    margin-bottom: 1.3rem;
  }
}
.basket_section .total_block .total_item:not(.open) .content {
  height: 0;
  opacity: 0;
  padding-top: 0;
  overflow: hidden;
}
.basket_section .total_block .total_item:not(.open) .arrow {
  transform: unset;
}
.basket_section .total_block .content {
  padding-top: 0.7rem;
  transition: 0.2s opacity;
}
.basket_section .total_block .content .text_row:not(:last-child) {
  margin-bottom: 0.8rem;
}
.basket_section .total_block .text_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.basket_section .total_block .sml {
  font-size: 1.4rem;
}
.basket_section .total_block .undeline {
  text-decoration: underline;
  text-underline-offset: 0.4rem;
}
.basket_section .total_block .num {
  margin-left: 1rem;
}
.basket_section .total_block .arrow {
  display: inline-block;
  cursor: pointer;
  margin-left: 1.5rem;
  transition: 0.2s transform;
  transform: rotate(180deg);
}
.basket_section .total_block .price_main {
  font-size: 4rem;
  font-weight: bold;
  margin: 1.5rem 0 1.8rem;
}
@media screen and (max-width: 1240px) {
  .basket_section .total_block .price_main {
    font-size: 3.4rem;
    margin-top: 1.9rem;
    margin-bottom: 2rem;
  }
}
.basket_section .total_block .sber_btn {
  width: 100%;
}
.basket_section .total_block .sber_btn:not(:last-child) {
  margin-bottom: 2.6rem;
}
@media screen and (max-width: 1240px) {
  .basket_section .total_block .sber_btn:not(:last-child) {
    margin-bottom: 2.8rem;
  }
}
.basket_section .total_block .btn {
  width: 100%;
  margin-top: 1rem;
}
.basket_section .total_block input.txt {
  height: 4.5rem;
  padding: 0 1.5rem;
  border-radius: 3.1rem;
  border: 0.1rem solid transparent;
}
.basket_section .s {
  display: none;
}
@media screen and (max-width: 767px) {
  .basket_section .s {
    display: block;
  }
}

.ok_txt {
  color: #01CA54;
  font-size: 1.4rem;
  margin-top: 1rem;
}

.er_txt {
  color: #D16060;
  font-size: 1.4rem;
  margin-top: 1rem;
}

.basket_item {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1480px) {
  .basket_item {
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    padding: 0.5rem 0 0 18rem;
  }
}
@media screen and (max-width: 1080px) {
  .basket_item {
    padding: 0 0 0 10rem;
  }
}
.basket_item:not(:last-child) {
  margin-bottom: 2.1rem;
}
@media screen and (max-width: 767px) {
  .basket_item:not(:last-child) {
    margin-bottom: 2.8rem;
  }
}
.basket_item .img_block {
  width: 15rem;
  flex-shrink: 0;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  margin-right: 3rem;
  border-radius: 1.2rem;
  border: 0.1rem solid #E4E4E4;
}
@media screen and (max-width: 1720px) {
  .basket_item .img_block {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 1480px) {
  .basket_item .img_block {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 1080px) {
  .basket_item .img_block {
    width: 9rem;
  }
}
.basket_item .img_block .custom_checkbox {
  position: absolute;
  top: 1rem;
  left: 1rem;
}
@media screen and (max-width: 1080px) {
  .basket_item .img_block .custom_checkbox {
    top: 0.6rem;
    left: 0.6rem;
  }
}
.basket_item .text_block {
  width: 100%;
  padding-top: 1rem;
  margin-right: 11.1rem;
}
@media screen and (max-width: 1720px) {
  .basket_item .text_block {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 1480px) {
  .basket_item .text_block {
    order: 2;
    padding: 0;
    margin: 1.3rem 0 0;
  }
}
@media screen and (max-width: 1080px) {
  .basket_item .text_block {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .basket_item .text_block {
    margin-top: 1.1rem;
  }
}
.basket_item .text_block .title {
  display: block;
  font-size: 2rem;
  margin-bottom: 1.6rem;
  max-width: 38rem;
}
@media screen and (max-width: 1480px) {
  .basket_item .text_block .title {
    max-width: 36.4rem;
  }
}
@media screen and (max-width: 1240px) {
  .basket_item .text_block .title {
    margin-bottom: 1.9rem;
  }
}
@media screen and (max-width: 1080px) {
  .basket_item .text_block .title {
    font-size: 1.4rem;
    max-width: unset;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .basket_item .text_block .title {
    max-height: 2.4em;
    overflow: hidden;
  }
}
.basket_item .text_block .options {
  font-size: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  color: #B2B2B2;
  margin: -1.5rem -0.7rem 1.3rem;
}
@media screen and (max-width: 1240px) {
  .basket_item .text_block .options {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .basket_item .text_block .options {
    font-size: 1.2rem;
    display: block;
    margin: 0 0 1.5rem;
  }
}
.basket_item .text_block .options .iem {
  margin: 1.5rem 0.7rem 0;
}
@media screen and (max-width: 767px) {
  .basket_item .text_block .options .iem {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .basket_item .text_block .options .iem:not(:last-child) {
    margin-bottom: 0.1rem;
  }
}
.basket_item .text_block .btns {
  display: flex;
}
.basket_item .text_block .btns .favorite:not(:last-child) {
  margin-right: 3rem;
}
@media screen and (max-width: 767px) {
  .basket_item .text_block .btns .favorite:not(:last-child) {
    margin-right: 1.2rem;
  }
}
.basket_item .spinner_block {
  width: 16.8rem;
  flex-shrink: 0;
  padding-top: 0.6rem;
  margin-right: 11.1rem;
}
@media screen and (max-width: 1720px) {
  .basket_item .spinner_block {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 1480px) {
  .basket_item .spinner_block {
    order: 1;
    margin-right: 0;
    padding-top: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .basket_item .spinner_block {
    position: absolute;
    left: 17.4rem;
    bottom: 0;
    width: 10rem;
  }
}
.basket_item .spinner_block .spinner {
  border: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .basket_item .spinner_block .spinner {
    width: 10rem;
    border-radius: 0.6rem;
    border: 0.1rem solid #E4EDF8;
  }
}
.basket_item .spinner_block .spinner a {
  border-radius: 1.2rem;
}
@media screen and (max-width: 767px) {
  .basket_item .spinner_block .spinner a {
    height: 2.2rem;
    width: 3rem;
    font-size: 1.8rem;
    border-radius: 0.6rem;
  }
}
@media screen and (max-width: 767px) {
  .basket_item .spinner_block .spinner input {
    height: 2.2rem;
    font-size: 1.2rem;
  }
}
.basket_item .spinner_block .spinner:before, .basket_item .spinner_block .spinner:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 0.1rem;
  background: #E4EDF8;
}
@media screen and (max-width: 767px) {
  .basket_item .spinner_block .spinner:before, .basket_item .spinner_block .spinner:after {
    display: none;
  }
}
.basket_item .spinner_block .spinner:before {
  top: 0.4rem;
}
.basket_item .spinner_block .spinner:after {
  bottom: 0.4rem;
}
.basket_item .spinner_block .text {
  color: #B2B2B2;
  margin-top: 0.5rem;
  text-align: center;
}
@media screen and (max-width: 1240px) {
  .basket_item .spinner_block .text {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .basket_item .spinner_block .text {
    display: none;
  }
}
.basket_item .price_block {
  padding-top: 1rem;
  width: 17.6rem;
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 1480px) {
  .basket_item .price_block {
    padding-top: 0;
    width: calc(100% - 21.8rem);
    margin-right: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .basket_item .price_block {
    padding-top: 0.2rem;
    font-size: 1.6rem;
    width: 100%;
    margin: 0;
  }
}
.basket_item .price_block .price {
  display: flex;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .basket_item .price_block .price {
    align-items: center;
  }
}
.basket_item .price_block .old {
  width: 100%;
  color: #8C8C8C;
  font-size: 1.6rem;
  margin-top: 0.2rem;
  font-weight: normal;
  text-decoration: line-through;
}
@media screen and (max-width: 1240px) {
  .basket_item .price_block .old {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .basket_item .price_block .old {
    font-size: 1.2rem;
    margin-top: 0.2rem;
  }
}

.sber_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6rem;
  padding: 0 3rem;
  border-radius: 1.8rem;
  position: relative;
  font-size: 1.6rem;
  color: #FEFEFE;
  overflow: hidden;
  background: #00C837;
  z-index: 1;
}
@media screen and (max-width: 1240px) {
  .sber_btn {
    height: 5.8rem;
    font-size: 1.4rem;
  }
}
.sber_btn:hover {
  color: #FEFEFE;
}
.sber_btn:hover:before {
  opacity: 0;
}
.sber_btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(86.97deg, #00C837 -10.34%, #00D9FF 122.72%);
  transition: 0.2s opacity;
  z-index: -1;
}

.order_main_block {
  width: 100%;
  padding: 2.8rem 2.2rem 2.8rem 3rem;
  border-radius: 3rem;
  border: 0.1rem solid #E4E4E4;
}
@media screen and (max-width: 1480px) {
  .order_main_block {
    padding: 2.8rem 2.2rem 2.8rem 2.8rem;
  }
}
@media screen and (max-width: 1080px) {
  .order_main_block {
    padding: 2rem;
    border-radius: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .order_main_block {
    padding: 2rem 2rem 1.7rem;
  }
}
.order_main_block .title_block {
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .order_main_block .title_block {
    width: 100%;
    padding-right: 0;
  }
}
.order_main_block .title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1240px) {
  .order_main_block .title {
    font-size: 1.8rem;
    margin-bottom: 3.1rem;
  }
}
@media screen and (max-width: 767px) {
  .order_main_block .title {
    margin-bottom: 2.6rem;
  }
}
.order_main_block .prc {
  display: flex;
  align-items: center;
  height: 3rem;
  padding: 0 1rem;
  margin-left: 0.4rem;
}
@media screen and (max-width: 1480px) {
  .order_main_block .prc {
    font-size: 1.4rem !important;
  }
}
@media screen and (max-width: 767px) {
  .order_main_block .prc {
    height: 2.8rem;
    font-size: 1.2rem !important;
  }
}
.order_main_block .prc.mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .order_main_block .prc.mobile {
    display: flex;
    margin-left: auto;
    margin-right: 0.5rem;
  }
}
.order_main_block .b {
  font-size: 2rem;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 1240px) {
  .order_main_block .b {
    font-size: 1.6rem;
  }
}
.order_main_block .tit.flex {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .order_main_block .tit.flex {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .order_main_block .tit.flex .link {
    margin-left: auto;
  }
}
.order_main_block .tit.flex .mb {
  display: none;
}
@media screen and (max-width: 767px) {
  .order_main_block .tit.flex .mb {
    display: inline;
  }
}
.order_main_block .link {
  color: #0047AB;
  margin-left: 2rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 1240px) {
  .order_main_block .link {
    font-size: 1.4rem;
  }
}
.order_main_block .custom_checkbox {
  font-size: 1.6rem;
}
@media screen and (max-width: 1240px) {
  .order_main_block .custom_checkbox {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .order_main_block .custom_checkbox {
    flex-wrap: wrap;
  }
}
.order_main_block .custom_checkbox.sml {
  max-width: 28.3rem;
}
@media screen and (max-width: 1240px) {
  .order_main_block .custom_checkbox.sml {
    max-width: 25.6rem;
  }
}
.order_main_block .custom_checkbox:not(:last-child) {
  margin-bottom: 1.1rem;
}
@media screen and (max-width: 1240px) {
  .order_main_block .custom_checkbox:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .order_main_block .custom_checkbox:not(:last-child) {
    margin-bottom: 1.8rem;
  }
}
.order_main_block .custom_checkbox.mb:not(:last-child) {
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .order_main_block .custom_checkbox.mb:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .order_main_block .custom_checkbox.hh .check {
    align-self: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .order_main_block .custom_checkbox.with_input .txt {
    margin-bottom: 5.9rem;
  }
  .order_main_block .custom_checkbox.with_input .check {
    margin-top: -5.5rem;
  }
}
.order_main_block .custom_checkbox .check {
  align-self: center;
}
@media screen and (max-width: 767px) {
  .order_main_block .custom_checkbox .txt {
    width: calc(100% - 3rem);
  }
}
@media screen and (max-width: 767px) {
  .order_main_block .custom_checkbox .tag {
    font-size: 1.2rem;
    height: 2.8rem;
    color: #B2B2B2;
    margin-top: 1.5rem;
    background: unset;
    border: 0.1rem solid #F7F7F7;
  }
}
@media screen and (max-width: 767px) {
  .order_main_block .custom_checkbox .s {
    margin-left: 2.7rem;
    margin-top: 0.3rem;
  }
}
.order_main_block .custom_checkbox .mb {
  display: none;
}
@media screen and (max-width: 767px) {
  .order_main_block .custom_checkbox .mb {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .order_main_block .custom_checkbox .desc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .order_main_block .custom_checkbox .br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .order_main_block .b.name {
    font-size: 1.4rem;
  }
}
.order_main_block .tag {
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .order_main_block .tag {
    margin: 1.5rem 0.9rem 0 0;
  }
}
.order_main_block .tag.first {
  margin-left: 1.9rem;
}
@media screen and (max-width: 767px) {
  .order_main_block .tag.first {
    margin: 1.5rem 0.6rem 0 0;
  }
}
.order_main_block .input_search_block {
  margin-left: 3rem;
  max-width: 41.5rem;
}
@media screen and (max-width: 767px) {
  .order_main_block .input_search_block {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .order_main_block .input_search_block {
    margin: -10.2rem 0 6.3rem 0 !important;
  }
}
.order_main_block .input_search_block:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1240px) {
  .order_main_block .input_search_block:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .order_main_block .content_block {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 1080px) {
  .order_main_block .mobile_hiden {
    display: none;
  }
}
.order_main_block .delivery_item .title_block:not(.no_arrow):after {
  display: none;
}
.order_main_block .delivery_item .arrow {
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  margin-left: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -0.1rem;
  transform: rotate(180deg);
  background: url("/local/templates/bibi/img/icon_arrow_12.svg") center no-repeat;
}
@media screen and (max-width: 767px) {
  .order_main_block .delivery_item .arrow {
    order: 1;
    transform: unset;
    margin-right: -0.6rem;
  }
}
.order_main_block .delivery_item:not(:last-child) {
  margin-bottom: 2.7rem;
}
@media screen and (max-width: 1480px) {
  .order_main_block .delivery_item:not(:last-child) {
    margin-bottom: 2.8rem;
  }
}
@media screen and (max-width: 1240px) {
  .order_main_block .delivery_item:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.order_main_block .delivery_item.v2:not(:last-child) {
  margin-bottom: 2.9rem;
}
.order_main_block .delivery_item.v2.open .content_block {
  margin-top: 1.5rem;
  padding-left: 2.7rem;
}
@media screen and (max-width: 1240px) {
  .order_main_block .delivery_item.v2.open .content_block {
    padding-left: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .order_main_block .delivery_item.v2.open .content_block {
    margin-top: 2rem;
    padding-left: 1.9rem;
  }
}
@media screen and (max-width: 767px) {
  .order_main_block .delivery_item.v2 .prc {
    margin-left: 0.6rem;
  }
}
@media screen and (max-width: 767px) {
  .order_main_block .delivery_item.v2 .arrow {
    margin-left: auto;
  }
}
.order_main_block .delivery_item.open .content_block {
  margin-top: 0.8rem;
  padding-left: 2rem;
}
@media screen and (max-width: 1240px) {
  .order_main_block .delivery_item.open .content_block {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 1240px) {
  .order_main_block .delivery_item.open .content_block {
    margin-top: 1rem;
    padding-left: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .order_main_block .delivery_item.open .content_block {
    margin-top: 1.6rem;
    padding-left: 1.9rem;
  }
}
.order_main_block .delivery_item .tit {
  width: fit-content;
}
.order_main_block input.txt {
  padding: 0 2rem;
  border: 0.1rem solid transparent;
}
@media screen and (max-width: 767px) {
  .order_main_block input.txt {
    height: 4rem;
    font-size: 1.2rem;
  }
}
.order_main_block .delivery_item .icon {
  margin-right: 0.8rem;
}
@media screen and (max-width: 1240px) {
  .order_main_block .delivery_item .icon {
    margin-right: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .order_main_block .delivery_item .icon {
    margin: 0.5rem 0.8rem 0 0;
    align-self: flex-start;
  }
}
.order_main_block .delivery_item .icon.mr {
  margin-right: 0.4rem;
}
@media screen and (max-width: 1240px) {
  .order_main_block .delivery_item .icon.mr {
    margin-right: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .order_main_block .delivery_item .icon.mr {
    margin: 0 0.7rem 0 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .order_main_block .check:after {
    width: 1.1rem !important;
    height: 1.1rem !important;
  }
}
@media screen and (max-width: 767px) {
  .order_main_block .check {
    width: 1.7rem;
    height: 1.7rem;
  }
}

.tag {
  height: 3rem;
  padding: 0 1rem;
  color: #FEFEFE;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0047AB;
  border-radius: 1rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 1240px) {
  .tag {
    font-size: 1.4rem;
  }
}

.input_dropdown {
  width: 100%;
  position: absolute;
  background: #FFFFFF;
  padding: 1.3rem 2rem;
  border-radius: 1.5rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.input_dropdown:not(.open) {
  height: 0;
  opacity: 0;
  padding: 0;
  overflow: hidden;
  transition: 0.2s opacity;
}
.input_dropdown .custom_checkbox:not(:last-child) {
  margin-bottom: 1rem;
}

.auth_breadcrumbs {
  display: flex;
  align-items: center;
  margin-bottom: 3.6rem;
}
@media screen and (max-width: 1240px) {
  .auth_breadcrumbs {
    font-size: 1.4rem;
    margin-bottom: 4.1rem;
  }
}
.auth_breadcrumbs .item {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: calc((100% - 2rem) / 2);
}
.auth_breadcrumbs .item:first-child {
  margin-right: 2rem;
}
.auth_breadcrumbs .item:not(.active) {
  color: #B2B2B2;
}
.auth_breadcrumbs .item:not(.active) .num {
  background: #F7F7F7;
}
.auth_breadcrumbs .item.active {
  color: #0047AB;
}
.auth_breadcrumbs .item.active .num {
  color: #FEFEFE;
  background: #0047AB;
}
.auth_breadcrumbs .item .num {
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  flex-shrink: 0;
}

main.auth {
  font-size: 1.6rem;
  margin-top: 8.2rem;
  padding-top: 1.7rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 1480px) {
  main.auth {
    margin-top: 9.2rem;
  }
}
@media screen and (max-width: 1240px) {
  main.auth {
    margin-top: 9.4rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1080px) {
  main.auth {
    font-size: 1.4rem;
    padding-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  main.auth {
    padding-top: 3.8rem;
  }
}
main.auth .wrapper {
  max-width: 36rem;
}
@media screen and (max-width: 767px) {
  main.auth .wrapper {
    padding: 0;
  }
}
main.auth h1 {
  font-size: 3.4rem;
}
main.auth h1:not(:last-child) {
  margin-bottom: 1.9rem;
}
main.auth .title_block {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1240px) {
  main.auth .title_block {
    margin-bottom: 3.2rem;
  }
}
main.auth .title_block .text {
  color: #1A1A1A;
  text-align: center;
}
main.auth .title_block a {
  color: #0047AB;
}
main.auth .title_block a:hover {
  text-decoration: underline;
}
main.auth .input_block {
  margin-bottom: 3rem;
}
main.auth .error_msg {
  font-size: 1.6rem;
  color: #E60909;
  margin-bottom: 3rem;
  text-align: center;
}
main.auth input.txt {
  height: 8.1rem;
  padding: 0 1.6rem;
  font-size: 2.4rem;
  font-weight: bold;
  border: 0.1rem solid #B2B2B2;
}
main.auth input.txt[readonly] {
  font-size: 3rem;
  text-align: center;
}
main.auth input.txt.big {
  padding: 0 2.9rem;
}
main.auth input.txt::placeholder {
  color: #B2B2B2;
}
main.auth .custom_checkbox {
  padding-left: 0.4rem;
}
main.auth .custom_checkbox input[type=checkbox]:checked + .check {
  background-size: 1.6rem;
}
main.auth .custom_checkbox input[type=checkbox]:checked + .check .check {
  width: 2.2rem;
  height: 2.2rem;
}
main.auth .custom_checkbox:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1240px) {
  main.auth .custom_checkbox:not(:last-child) {
    margin-bottom: 3.2rem;
  }
}
main.auth .custom_checkbox.big .check {
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  align-self: center;
}
main.auth .btn {
  width: 100%;
  height: 5rem;
}
main.auth .select_radio_block.open {
  padding: 1.3rem 3.2rem 1.3rem 2rem;
}

.input_block_phone {
  display: flex;
  align-items: center;
  border-radius: 1.3rem;
  border: 0.1rem solid #B2B2B2;
}
.input_block_phone input.txt {
  height: 7.9rem !important;
  border: none !important;
}
.input_block_phone .main_location_block {
  flex-shrink: 0;
  margin-left: 1rem;
}
.input_block_phone .link_icon {
  height: 6rem;
  padding: 0 1.5rem;
  border-radius: 1rem;
  background: #F3F3F3;
  font-size: 2.4rem;
}
.input_block_phone .select_radio_block {
  left: 0;
  margin-top: 0;
  font-size: 2.4rem;
}
.input_block_phone .select_radio_block .custom_checkbox:not(:last-child) {
  margin-bottom: 1rem;
}
.input_block_phone .select_radio_block .flag {
  width: 3rem;
  flex-shrink: 0;
  margin-right: 1rem;
}
.input_block_phone .check {
  width: 2.3rem;
  height: 2.3rem;
  margin-top: 0.2rem;
}
.input_block_phone .custom_checkbox {
  padding: 0 !important;
}

.custom_mt_01 {
  margin-top: -2.3rem;
}
@media screen and (max-width: 1240px) {
  .custom_mt_01 {
    margin-top: -0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .custom_mt_01 {
    margin-top: -1.5rem;
  }
}

.custom_mt_02 {
  margin-top: -6.6rem;
}
@media screen and (max-width: 1480px) {
  .custom_mt_02 {
    margin-top: -6.2rem;
  }
}
@media screen and (max-width: 1240px) {
  .custom_mt_02 {
    margin-top: -3.4rem;
  }
}
@media screen and (max-width: 767px) {
  .custom_mt_02 {
    margin-top: -2.7rem;
  }
}

.custom_mt_03:not(:last-child) {
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 1240px) {
  .custom_mt_04 {
    margin-top: 3.3rem;
  }
}

@media screen and (max-width: 767px) {
  .custom_mt_05 {
    margin-top: -3.9rem;
  }
}

@media screen and (max-width: 767px) {
  .custom_mt_06:not(:last-child) {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .custom_mt_07 {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 1480px) {
  .custom_mt_08 {
    margin-bottom: -1.4rem;
  }
}

.custom_mt_09.breadcrumbs {
  margin-top: -0.5rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .custom_mt_09.breadcrumbs {
    margin-top: 0;
    margin-bottom: 1.1rem;
  }
}

.custom_mt_10 {
  margin-top: 0.6rem;
}

.custom_mt_11 {
  margin-top: -0.5rem;
  margin-bottom: 1.3rem;
}
@media screen and (max-width: 767px) {
  .custom_mt_11 {
    margin-top: 0.7rem;
    margin-bottom: 0.6rem;
  }
}

.custom_mt_12:not(:last-child) {
  margin-bottom: 1.7rem;
}

.custom_mt_13:not(:last-child) {
  margin-bottom: 1.7rem;
}
@media screen and (max-width: 767px) {
  .custom_mt_13:not(:last-child) {
    margin-bottom: 2.1rem;
  }
}

.custom_mt_14:not(:last-child) {
  margin-bottom: 1.7rem;
}

.custom_mt_15:not(:last-child) {
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 767px) {
  .custom_mt_15:not(:last-child) {
    margin-bottom: 1.9rem;
  }
}

.custom_mt_16:not(:last-child) {
  margin-bottom: 1.9rem;
}
@media screen and (max-width: 767px) {
  .custom_mt_16:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}

.custom_mt_17:not(:last-child) {
  margin-bottom: 4.4rem;
}
@media screen and (max-width: 1240px) {
  .custom_mt_17:not(:last-child) {
    margin-bottom: 4.6rem;
  }
}
@media screen and (max-width: 767px) {
  .custom_mt_17:not(:last-child) {
    margin-bottom: 4.4rem;
  }
}

.custom_mt_18 {
  margin-bottom: -1.2rem;
}
@media screen and (max-width: 1480px) {
  .custom_mt_18 {
    margin-bottom: -2.7rem;
  }
}
@media screen and (max-width: 1480px) {
  .custom_mt_18 {
    margin-bottom: -2.7 rem;
  }
}
@media screen and (max-width: 767px) {
  .custom_mt_18 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1480px) {
  .custom_mt_19 {
    margin-top: -2.5rem;
  }
}
@media screen and (max-width: 1240px) {
  .custom_mt_19 {
    font-size: 1.6rem;
    margin-top: -0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .custom_mt_19 {
    margin-bottom: 2.1rem;
  }
}

@media screen and (max-width: 1480px) {
  .custom_mt_20 {
    margin-top: -2.6rem;
  }
}
@media screen and (max-width: 1240px) {
  .custom_mt_20 {
    font-size: 1.6rem;
    margin-top: -0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .custom_mt_20 {
    font-size: 1.2rem;
    margin-bottom: 0.7rem;
  }
}

@media screen and (max-width: 1240px) {
  .custom_mt_21 {
    margin-bottom: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .custom_mt_21 h1.custom {
    font-size: 2.4rem;
  }
}
.custom_mt_21 .sub {
  display: none;
}
@media screen and (max-width: 767px) {
  .custom_mt_21 .sub {
    display: block;
  }
}

.custom_mt_22 {
  margin-top: -0.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1240px) {
  .custom_mt_22 {
    margin-top: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .custom_mt_22 {
    margin-top: -0.2rem;
    margin-bottom: 1.7rem;
  }
}

.custom_mt_23 {
  margin-top: -0.6rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 1480px) {
  .custom_mt_23 {
    margin-top: -2.4rem;
  }
}
@media screen and (max-width: 1240px) {
  .custom_mt_23 {
    margin-top: -0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .custom_mt_23 {
    font-size: 1.4rem;
    margin-top: 0;
    margin-bottom: 2.4rem;
  }
}

.custom_mt_24 {
  margin-top: -3rem;
}
@media screen and (max-width: 1480px) {
  .custom_mt_24 {
    margin-top: -5rem;
  }
}

.custom_mt_25 {
  margin-top: -0.5rem;
  margin-bottom: 1.3rem;
}
@media screen and (max-width: 1240px) {
  .custom_mt_25 {
    margin-top: -0.2rem;
    margin-bottom: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .custom_mt_25 {
    margin-bottom: 0.5rem;
  }
}

.custom_mt_26 {
  margin-bottom: -3.4rem;
}
@media screen and (max-width: 1240px) {
  .custom_mt_26 {
    margin-bottom: -5.4rem;
  }
}

.custom_mt_27 {
  margin-top: -0.5rem;
  margin-bottom: 1.3rem;
}
@media screen and (max-width: 1240px) {
  .custom_mt_27 {
    margin-top: -0.2rem;
    margin-bottom: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .custom_mt_27 {
    margin-bottom: 2.1rem;
  }
}

section.custom_mt_28 {
  margin-top: 1.8rem;
}
@media screen and (max-width: 1480px) {
  section.custom_mt_28 {
    margin-top: -0.2rem;
  }
}
@media screen and (max-width: 1240px) {
  section.custom_mt_28 {
    margin-top: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  section.custom_mt_28 {
    margin-top: 0.1rem;
  }
}
section.custom_mt_28:not(:last-child) {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 1480px) {
  section.custom_mt_28:not(:last-child) {
    margin-bottom: 2.7rem;
  }
}
@media screen and (max-width: 767px) {
  section.custom_mt_28:not(:last-child) {
    margin-bottom: 3rem;
  }
}

section.custom_mt_29:not(:last-child) {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1480px) {
  section.custom_mt_29:not(:last-child) {
    margin-bottom: 3.1rem;
  }
}
@media screen and (max-width: 1240px) {
  section.custom_mt_29:not(:last-child) {
    margin-bottom: 2.8rem;
  }
}
@media screen and (max-width: 1480px) {
  section.custom_mt_29 .product_item:not(:nth-child(-n+8)) {
    display: none;
  }
}
@media screen and (max-width: 1240px) {
  section.custom_mt_29 .product_item:not(:nth-child(-n+8)) {
    display: block;
  }
}
@media screen and (max-width: 1080px) {
  section.custom_mt_29 .product_item:not(:nth-child(-n+8)) {
    display: none;
  }
}
@media screen and (max-width: 1240px) {
  section.custom_mt_29 .product_item:not(:nth-child(-n+10)) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  section.custom_mt_29 .product_item:not(:nth-child(-n+6)) {
    display: none;
  }
}
@media screen and (max-width: 1240px) {
  section.custom_mt_29 h2:not(:last-child) {
    margin-bottom: 3.1rem;
  }
}

section.custom_mt_30:not(:last-child) {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1480px) {
  section.custom_mt_30:not(:last-child) {
    margin-bottom: 2.8rem;
  }
}
section.custom_mt_30 h2:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  section.custom_mt_30 h2:not(:last-child) {
    margin-bottom: 2.8rem;
  }
}

.custom_mt_31 {
  margin-top: 3rem;
}

section.custom_mt_32:not(:last-child) {
  margin-top: 4.9rem;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 1480px) {
  section.custom_mt_32:not(:last-child) {
    margin-top: 3rem;
    margin-bottom: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  section.custom_mt_32:not(:last-child) {
    margin-top: -0.9rem;
  }
}

.custom_mt_33 {
  margin-top: -0.9rem;
}
@media screen and (max-width: 1480px) {
  .custom_mt_33 {
    margin-top: -2.9rem;
  }
}

@media screen and (max-width: 767px) {
  .custom_mt_34 {
    height: 6rem;
    margin: 0 -1.5rem 3rem;
    border-top: 0.1rem solid #E4E4E4;
    border-bottom: 0.1rem solid #E4E4E4;
  }
}

@media screen and (max-width: 767px) {
  .custom_wh {
    line-height: 1.25;
    max-width: 23.2rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.wrapper.sml {
  max-width: 117rem;
}
@media screen and (max-width: 1480px) {
  .wrapper.sml {
    max-width: 117.6rem;
  }
}
@media screen and (max-width: 1240px) {
  .wrapper.sml {
    max-width: 97.2rem;
  }
}
@media screen and (max-width: 1080px) {
  .wrapper.sml {
    max-width: 100%;
  }
}

@media screen and (max-width: 1240px) {
  .basket_viewed {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .basket_viewed {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .basket_viewed .slider_3 {
    display: none;
  }
}
.basket_viewed .catalog_products_row {
  display: none;
}
@media screen and (max-width: 767px) {
  .basket_viewed .catalog_products_row {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .product_viewed .slider_3 {
    display: none;
  }
}
.product_viewed .catalog_products_row {
  display: none;
}
@media screen and (max-width: 767px) {
  .product_viewed .catalog_products_row {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .empty_basket {
    display: none;
  }
}

.footer_line_links {
  display: none;
  height: 6rem;
}
@media screen and (max-width: 767px) {
  .footer_line_links {
    display: block;
  }
}
.footer_line_links .links {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: #FFF;
  border-top: 0.1rem solid #E4E4E4;
  border-bottom: 0.1rem solid #E4E4E4;
}

.footer_line_links .links, .footer_line_links_v2 .links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2.1rem;
  height: 6rem;
}
.footer_line_links .links img, .footer_line_links_v2 .links img {
  display: block;
}

.footer_line_links_v2 {
  display: none;
  height: 14rem;
}
@media screen and (max-width: 767px) {
  .footer_line_links_v2 {
    display: block;
  }
}
.footer_line_links_v2 .content {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: #FEFEFE;
  border-top: 0.1rem solid #E4E4E4;
  border-bottom: 0.1rem solid #E4E4E4;
}
.footer_line_links_v2 .btns {
  display: flex;
  padding: 2rem 1.5rem 1rem;
}
.footer_line_links_v2 .btns .btn {
  width: calc((100% - 1rem) / 2);
}
.footer_line_links_v2 .btns .btn:not(:last-child) {
  margin-right: 1rem;
}
.footer_line_links_v2 .links {
  background: #FEFEFE;
  box-shadow: 0px -2px 7.4px rgba(97, 97, 97, 0.07);
}

.city_nav_links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
@media screen and (max-width: 1480px) {
  .city_nav_links {
    margin-bottom: 4.1rem;
  }
}
@media screen and (max-width: 1240px) {
  .city_nav_links {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1480px) {
  .city_nav_links.p404 {
    margin-bottom: 0.1rem;
  }
}

.city_nav_link {
  color: #010101;
  font-size: 1.4rem;
  border-radius: 3.1rem;
  padding: 1.4rem 1.9rem;
  transition: 0.2s background;
  border: 0.1rem solid #E4E4E4;
}
.city_nav_link:hover {
  color: #010101;
  background: #F4F4F4;
}

.order_success_block {
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: column;
  font-size: 2rem;
  max-width: 67.2rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .order_success_block {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1480px) {
  .order_success_block.p404 {
    margin-top: -1.1rem;
  }
}
@media screen and (max-width: 1240px) {
  .order_success_block.p404 {
    margin-top: 0;
  }
}
@media screen and (max-width: 1480px) {
  .order_success_block.p404:not(:last-child) {
    margin-bottom: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .order_success_block.p404 img {
    width: unset;
  }
}
.order_success_block:not(:last-child) {
  margin-bottom: 3.4rem;
}
@media screen and (max-width: 1480px) {
  .order_success_block:not(:last-child) {
    margin-bottom: 3.3rem;
  }
}
@media screen and (max-width: 767px) {
  .order_success_block:not(:last-child) {
    margin-bottom: 3.5rem;
  }
}
.order_success_block img {
  margin-bottom: 2.9rem;
}
@media screen and (max-width: 1480px) {
  .order_success_block img {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 1240px) {
  .order_success_block img {
    margin-top: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .order_success_block img {
    width: 25rem;
    margin: 0 0 3.5rem;
  }
}
.order_success_block h1:not(:last-child) {
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 767px) {
  .order_success_block h1:not(:last-child) {
    margin-bottom: 2.8rem;
  }
}
.order_success_block p {
  margin: 0;
}
.order_success_block p:not(:last-child) {
  margin-bottom: 2.9rem;
}
@media screen and (max-width: 767px) {
  .order_success_block p:not(:last-child) {
    margin-bottom: 3.1rem;
  }
}
.order_success_block a {
  color: #0047AB;
}

.suc_products_row_hidden {
  margin-top: 2.3rem;
}
@media screen and (max-width: 1480px) {
  .suc_products_row_hidden {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 1080px) {
  .suc_products_row_hidden {
    margin-top: 0;
  }
}
@media screen and (max-width: 1480px) {
  .suc_products_row_hidden .product_item:not(:nth-child(-n+16)) {
    display: none;
  }
}
@media screen and (max-width: 1240px) {
  .suc_products_row_hidden .product_item:not(:nth-child(-n+16)) {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .suc_products_row_hidden .product_item:not(:nth-child(-n+16)) {
    display: none;
  }
}
@media screen and (max-width: 1240px) {
  .suc_products_row_hidden .product_item:not(:nth-child(-n+20)) {
    display: none;
  }
}
@media screen and (max-width: 1240px) {
  .suc_products_row_hidden .product_item:not(:nth-child(-n+5)) {
    margin-top: 2rem;
  }
}
.suc_products_row_hidden .product_item .name {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .suc_products_row_hidden .product_item:not(:nth-child(-n+2)) {
    margin-top: 2rem;
  }
}

.countries_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
  height: 5rem;
}
@media screen and (max-width: 767px) {
  .countries_title {
    height: unset;
  }
}
.countries_title .title {
  font-size: 3.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .countries_title .title {
    line-height: 2.4rem;
    position: relative;
    top: 0.3rem;
  }
}
.countries_title .swiper-arrows, .countries_title .swiper-prev.v2, .countries_title .swiper-next.v2 {
  margin-top: 0;
}

.brands_catalog_row {
  margin-left: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 2rem;
}
@media screen and (max-width: 1480px) {
  .brands_catalog_row {
    margin-left: 2.2rem;
  }
}
@media screen and (max-width: 1240px) {
  .brands_catalog_row {
    margin-left: 0;
    gap: 1.7rem 3rem;
  }
}
@media screen and (max-width: 1080px) {
  .brands_catalog_row {
    gap: 1.7rem 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .brands_catalog_row {
    gap: 2rem;
  }
}
@media screen and (max-width: 1480px) {
  .brands_catalog_row .brand_item:not(:nth-child(-n+20)) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .brands_catalog_row .brand_item:not(:nth-child(-n+8)) {
    display: none;
  }
}

.article_detail {
  max-width: 92rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
}
@media screen and (max-width: 1240px) {
  .article_detail {
    font-size: 1.4rem;
    line-height: 1.29;
  }
}
.article_detail h1 {
  color: #0047AB;
  font-size: 2.4rem;
  text-align: left;
}
.article_detail .img_block {
  overflow: hidden;
  border-radius: 5rem;
  margin-bottom: 2.9rem;
}
@media screen and (max-width: 767px) {
  .article_detail .img_block {
    border-radius: 2.5rem;
  }
}
.article_detail .img_block img {
  display: block;
}
.article_detail h4 {
  margin: 0;
  color: #0047AB;
}
.article_detail h4:not(:last-child) {
  margin-bottom: 2rem;
}
.article_detail p {
  margin: 0;
}
.article_detail p:not(:last-child) {
  margin-bottom: 2rem;
}
.article_detail .date {
  display: flex;
  align-items: center;
  width: fit-content;
  padding: 0.6rem 1rem 0.3rem;
  border-radius: 4.5rem;
  background: #EFEFEF;
  color: #8C8C8C;
  font-size: 1.2rem;
}
.article_detail .date img {
  margin-right: 0.6rem;
}
.article_detail .article_bottom {
  display: flex;
  align-items: center;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .article_detail .article_bottom {
    margin-top: 2.7rem;
  }
}
.article_detail .article_bottom .date:not(:last-child) {
  margin-right: 1rem;
}
.article_detail .copy_link img {
  display: block;
}

.temp_class {
  margin: -6rem 0 0 32rem;
}
@media screen and (max-width: 1480px) {
  .temp_class {
    margin-left: 34.3rem;
  }
}
@media screen and (max-width: 1240px) {
  .temp_class {
    margin-left: 32.1rem;
  }
}
@media screen and (max-width: 767px) {
  .temp_class {
    right: auto;
    font-size: 1.6rem;
    margin: -3rem 0 0 4.2rem;
    padding: 1.9rem 6.3rem 1.9rem 2rem;
  }
}

.custom_width {
  max-width: 52.3rem;
}
@media screen and (max-width: 1480px) {
  .custom_width {
    max-width: unset;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .custom_width {
    white-space: unset;
  }
}

.text_page_section {
  font-size: 1.6rem;
  line-height: 1.28;
}
@media screen and (max-width: 1240px) {
  .text_page_section {
    font-size: 1.4rem;
    line-height: 1.285;
  }
}
@media screen and (max-width: 767px) {
  .text_page_section {
    line-height: 1.292;
  }
}
.text_page_section.v2 {
  line-height: 1.27;
}
@media screen and (max-width: 767px) {
  .text_page_section.v2 {
    line-height: 1.28;
  }
}
@media screen and (max-width: 1240px) {
  .text_page_section.v2 h1:not(:last-child) {
    margin-bottom: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .text_page_section.v2 h1:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 1240px) {
  .text_page_section.v2 p:not(:last-child) {
    margin-bottom: 1.3rem;
  }
}
.text_page_section.v3 {
  line-height: 1.293;
}
@media screen and (max-width: 1480px) {
  .text_page_section.v3 {
    line-height: 1.285;
  }
}
@media screen and (max-width: 767px) {
  .text_page_section.v3 h2:not(:last-child) {
    margin-bottom: 1.1rem;
  }
}
.text_page_section h1 {
  font-size: 4.6rem;
  text-align: left;
}
@media screen and (max-width: 1480px) {
  .text_page_section h1 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .text_page_section h1 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
.text_page_section h1:not(:last-child) {
  margin-bottom: 0;
}
@media screen and (max-width: 1480px) {
  .text_page_section h1:not(:last-child) {
    margin-bottom: 0.3rem;
  }
}
@media screen and (max-width: 1240px) {
  .text_page_section h1:not(:last-child) {
    margin-bottom: 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .text_page_section h1:not(:last-child) {
    margin-bottom: 0.8rem;
  }
}
.text_page_section h2 {
  font-size: 2.4rem;
  text-align: left;
  font-weight: 500;
  color: #0047AB;
}
@media screen and (max-width: 1240px) {
  .text_page_section h2 {
    font-size: 2rem;
  }
}
.text_page_section h2:not(:last-child) {
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 1240px) {
  .text_page_section h2:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.text_page_section p {
  margin: 0;
}
.text_page_section p:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (max-width: 1240px) {
  .text_page_section p:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .text_page_section p:not(:last-child) {
    margin-bottom: 1.1rem;
  }
}
.text_page_section ul {
  padding: 0;
  margin: 0;
}
.text_page_section ul:not(:last-child) {
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 1240px) {
  .text_page_section ul:not(:last-child) {
    margin-bottom: 1.1rem;
  }
}
.text_page_section ul li {
  list-style-type: none;
}
.text_page_section ul li:not(:last-child) {
  margin-bottom: 1.1rem;
}
@media screen and (max-width: 1480px) {
  .text_page_section ul li:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 1240px) {
  .text_page_section ul li:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
.text_page_section ul.list li {
  padding-left: 2.6rem;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .text_page_section ul.list li {
    padding-left: 2rem;
  }
}
.text_page_section ul.list li:before {
  content: "";
  display: block;
  position: absolute;
  left: 1rem;
  top: 0.8rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 100%;
  background: #010101;
}
@media screen and (max-width: 1240px) {
  .text_page_section ul.list li:before {
    left: 0.8rem;
    top: 0.6rem;
  }
}

.advantages_section {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1480px) {
  .advantages_section {
    display: block;
  }
}
.advantages_section .img_block {
  width: 54.4rem;
  flex-shrink: 0;
  margin: 0 3rem;
  align-self: center;
}
@media screen and (max-width: 1720px) {
  .advantages_section .img_block {
    width: 39.4rem;
    margin: 0 2rem;
  }
}
@media screen and (max-width: 1480px) {
  .advantages_section .img_block {
    width: 100%;
    margin: 3.2rem 0 3rem;
  }
}
.advantages_section .img_block img, .advantages_section .img_block picture {
  display: block;
}
.advantages_section .block {
  width: 100%;
}
@media screen and (max-width: 1480px) {
  .advantages_section .block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.advantages_section .item {
  min-height: 23rem;
  position: relative;
  border-radius: 2.4rem;
  padding: 3rem 3rem 3rem 13.3rem;
  border: 0.1rem solid #E4E4E4;
}
@media screen and (max-width: 1480px) {
  .advantages_section .item {
    width: 49.8rem;
    padding-right: 2.9rem;
  }
}
@media screen and (max-width: 1240px) {
  .advantages_section .item {
    width: 46.3rem;
  }
}
@media screen and (max-width: 1080px) {
  .advantages_section .item {
    width: 35.3rem;
  }
}
@media screen and (max-width: 767px) {
  .advantages_section .item {
    width: 100%;
    padding: 2.7rem 2.8rem 1rem 10rem;
  }
}
.advantages_section .item:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1480px) {
  .advantages_section .item:not(:last-child) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .advantages_section .item:not(:last-child) {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 1480px) {
  .advantages_section .item:not(:nth-child(-n+2)) {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .advantages_section .item:not(:nth-child(-n+2)) {
    margin-top: 0;
  }
}
@media screen and (max-width: 1240px) {
  .advantages_section .item.custom {
    padding-right: 3.9rem;
  }
}
@media screen and (max-width: 767px) {
  .advantages_section .item.custom {
    padding-right: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .advantages_section .item.custom2 {
    padding-left: 11.2rem;
  }
}
@media screen and (max-width: 767px) {
  .advantages_section .item.custom3 .title {
    font-size: 2.4rem;
  }
}
.advantages_section .item .img {
  position: absolute;
  top: 3rem;
  left: 3rem;
  width: 7rem;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.4rem;
  background: #E4EDF8;
}
@media screen and (max-width: 767px) {
  .advantages_section .item .img {
    width: 5rem;
    height: 5rem;
  }
}
.advantages_section .item .img img {
  display: block;
}
@media screen and (max-width: 767px) {
  .advantages_section .item .img img {
    max-width: 2rem;
  }
}
.advantages_section .item .title {
  font-size: 2.4rem;
  margin-bottom: 2rem;
  max-width: 28rem;
}
@media screen and (max-width: 767px) {
  .advantages_section .item .title {
    font-size: 2rem;
  }
}
.advantages_section .item .txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 1240px) {
  .advantages_section .item .txt {
    font-size: 1.4rem;
    line-height: 1.29;
  }
}

.opt_callback_section {
  height: 40rem;
  display: flex;
  padding: 2.3rem 5rem 0 0;
  background: url("/local/templates/bibi/img/banner_06_1.jpg") center no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 1720px) {
  .opt_callback_section {
    height: 38rem;
    padding-right: 3rem;
  }
}
@media screen and (max-width: 1480px) {
  .opt_callback_section {
    height: 40rem;
    padding-right: 3rem;
    background: url("/local/templates/bibi/img/banner_06_2.jpg") center no-repeat;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 1240px) {
  .opt_callback_section {
    padding: 0;
    display: flex;
    height: 76.9rem;
    background: url("/local/templates/bibi/img/banner_06_3.jpg") center no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .opt_callback_section {
    height: 88.3rem;
    padding: 0 3rem 3.3rem 3rem;
    background: url("/local/templates/bibi/img/banner_06_4.jpg") center no-repeat;
  }
}
.opt_callback_section .form {
  width: 63rem;
  margin-left: auto;
}
@media screen and (max-width: 1720px) {
  .opt_callback_section .form {
    width: 51rem;
  }
}
@media screen and (max-width: 1480px) {
  .opt_callback_section .form {
    width: 63rem;
  }
}
@media screen and (max-width: 1240px) {
  .opt_callback_section .form {
    margin: auto auto 4rem;
  }
}
@media screen and (max-width: 767px) {
  .opt_callback_section .form {
    width: 100%;
    margin: auto auto 0;
  }
}
.opt_callback_section .title {
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 1240px) {
  .opt_callback_section .title {
    margin-bottom: 1.6rem;
  }
}
.opt_callback_section .inputs_row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 1720px) {
  .opt_callback_section .inputs_row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.opt_callback_section .inputs_row .input_block {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 1720px) {
  .opt_callback_section .inputs_row .input_block {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.opt_callback_section .inputs_row .input_block {
  width: calc(50% - 30px);
}
@media screen and (max-width: 767px) {
  .opt_callback_section .inputs_row .input_block {
    width: calc(100% - 30px);
  }
}
.opt_callback_section .inputs_row .input_block:not(:nth-child(-n+2)) {
  margin-top: 1.6rem;
}
@media screen and (max-width: 1720px) {
  .opt_callback_section .inputs_row .input_block:not(:nth-child(-n+2)) {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 1480px) {
  .opt_callback_section .inputs_row .input_block:not(:nth-child(-n+2)) {
    margin-top: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .opt_callback_section .inputs_row .input_block:not(:nth-child(-n+2)) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .opt_callback_section .inputs_row .input_block:not(:last-child) {
    margin-bottom: 0.6rem;
  }
}
.opt_callback_section label.label {
  display: flex;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
.opt_callback_section input.txt {
  height: 5rem;
  padding: 0 2rem;
  border: 0.1rem solid transparent;
}
.opt_callback_section .btn_block {
  margin-top: 4.6rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 1720px) {
  .opt_callback_section .btn_block {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 1480px) {
  .opt_callback_section .btn_block {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 1240px) {
  .opt_callback_section .btn_block {
    margin-top: 2.7rem;
    justify-content: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .opt_callback_section .btn_block {
    margin-top: 0.7rem;
  }
}
.opt_callback_section .btn_block .txt {
  max-width: 33.2rem;
  font-size: 1.2rem;
  color: #86A9D8;
}
.opt_callback_section .btn_block .txt a {
  color: #86A9D8;
  text-decoration: underline;
}
.opt_callback_section .btn_block .btn {
  flex-shrink: 0;
  margin-left: 1.6rem;
}
@media screen and (max-width: 1240px) {
  .opt_callback_section .btn_block .btn {
    margin: 1.7rem 0 0;
  }
}
.opt_callback_section .error_msg {
  height: 1rem;
  margin-top: 1rem;
  color: #E60909;
  line-height: 1rem;
}

@media screen and (max-width: 767px) {
  .vs_hidden {
    display: none;
  }
}

.callback_popup_result {
  width: 69.1rem;
  max-width: 100%;
  margin: 6rem auto;
  background: #FFF;
  padding: 5rem 4.8rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  border-radius: 5rem;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .callback_popup_result {
    padding: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .callback_popup_result {
    font-size: 1.4rem;
    padding: 2rem;
    border-radius: 2.6rem;
  }
}
.callback_popup_result .img {
  width: fit-content;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 767px) {
  .callback_popup_result .img {
    width: 14rem;
    margin-bottom: 1.6rem;
  }
}
.callback_popup_result .img img {
  display: block;
}
.callback_popup_result .title {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .callback_popup_result .title {
    font-size: 2rem;
  }
}

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

/* End */
/* /local/templates/bibi/template_styles.css?1780651527216770 */
