@charset "UTF-8";.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.flipOutX,.animated.flipOutY,.animated.bounceIn,.animated.bounceOut{animation-duration:.75s}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleZ(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleZ(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleZ(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleZ(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translate(0)}6.5%{transform:translate(-6px) rotateY(-9deg)}18.5%{transform:translate(5px) rotateY(7deg)}31.5%{transform:translate(-3px) rotateY(-5deg)}43.5%{transform:translate(2px) rotateY(3deg)}50%{transform:translate(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}to{transform:rotate3d(0,0,1,0)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleZ(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{transform:scaleZ(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skew(-12.5deg) skewY(-12.5deg)}33.3%{transform:skew(6.25deg) skewY(6.25deg)}44.4%{transform:skew(-3.125deg) skewY(-3.125deg)}55.5%{transform:skew(1.5625deg) skewY(1.5625deg)}66.6%{transform:skew(-.78125deg) skewY(-.78125deg)}77.7%{transform:skew(.390625deg) skewY(.390625deg)}88.8%{transform:skew(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleZ(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) rotateY(-360deg);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skew(-30deg);opacity:0}60%{transform:skew(20deg);opacity:1}80%{transform:skew(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skew(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate3d(0,0,1,-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate3d(0,0,1,-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate3d(0,0,1,80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate3d(0,0,1,60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}@font-face{font-family:Helvetica Neue;font-display:fallback;src:url(/local/templates/probiolog/fonts/HelveticaNeueCyr-Roman.woff2) format("woff2"),url(/local/templates/probiolog/fonts/HelveticaNeueCyr-Roman.woff) format("woff"),url(/local/templates/probiolog/fonts/HelveticaNeueCyr-Roman.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Helvetica Neue;font-display:fallback;src:url(/local/templates/probiolog/fonts/HelveticaNeueCyr-Medium.woff2) format("woff2"),url(/local/templates/probiolog/fonts/HelveticaNeueCyr-Medium.woff) format("woff"),url(/local/templates/probiolog/fonts/HelveticaNeueCyr-Medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Helvetica Neue;font-display:fallback;src:url(/local/templates/probiolog/fonts/HelveticaNeueCyr-Bold.woff2) format("woff2"),url(/local/templates/probiolog/fonts/HelveticaNeueCyr-Bold.woff) format("woff"),url(/local/templates/probiolog/fonts/HelveticaNeueCyr-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Montserrat;font-display:fallback;src:url(/local/templates/probiolog/fonts/Montserrat-Regular.woff2) format("woff2"),url(/local/templates/probiolog/fonts/Montserrat-Regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Montserrat;font-display:fallback;src:url(/local/templates/probiolog/fonts/Montserrat-Medium.woff2) format("woff2"),url(/local/templates/probiolog/fonts/Montserrat-Medium.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:Montserrat;font-display:fallback;src:url(/local/templates/probiolog/fonts/Montserrat-SemiBold.woff2) format("woff2"),url(/local/templates/probiolog/fonts/Montserrat-SemiBold.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:Montserrat;font-display:fallback;src:url(/local/templates/probiolog/fonts/Montserrat-Bold.woff2) format("woff2"),url(/local/templates/probiolog/fonts/Montserrat-Bold.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:Montserrat;font-display:fallback;src:url(/local/templates/probiolog/fonts/Montserrat-ExtraBold.woff2) format("woff2"),url(/local/templates/probiolog/fonts/Montserrat-ExtraBold.woff) format("woff");font-weight:800;font-style:normal}@font-face{font-family:Montserrat;font-display:fallback;src:url(/local/templates/probiolog/fonts/Montserrat-Black.woff2) format("woff2"),url(/local/templates/probiolog/fonts/Montserrat-Black.woff) format("woff");font-weight:900;font-style:normal}header.header{z-index:3}.header{position:relative}.header .menu_item_search{cursor:pointer}@media screen and (max-width: 1030px){.header .menu_item_search._desc{display:none}}.header .menu_item_search._mob{display:none}@media screen and (max-width: 1030px){.header .menu_item_search._mob{display:block;position:absolute;right:80px;top:50%;transform:translateY(-50%)}}.header .menu_item_search_input{position:absolute;top:100px;display:none;z-index:2;right:30px}@media screen and (min-width: 576px) and (max-width: 1030px){.header .menu_item_search_input{right:80px;top:50%;transform:translateY(-50%);bottom:auto;width:calc(100% - 300px)}}@media screen and (max-width: 575px){.header .menu_item_search_input{right:30px;bottom:-45px;width:calc(100% - 60px);top:unset}}.header .menu_item_search_input form input{box-shadow:0 0 29px 3px #00000026;position:relative;border:none;padding:6px 30px 6px 12px;border-radius:16px}@media screen and (max-width: 1030px){.header .menu_item_search_input form input{width:100%}}.header .menu_item_search_input form input:hover,.header .menu_item_search_input form input:active,.header .menu_item_search_input form input:focus,.header .menu_item_search_input form input:focus-visible{border:none;outline-width:0}.header .menu_item_search_input form i{position:absolute;top:50%;transform:translateY(-50%);right:12px;cursor:pointer}.header-min{height:50px}.header nav{position:fixed;width:100%;z-index:5}.header .nav{background:linear-gradient(90.26deg,#fc5a2c 31.39%,#e6bd5d 99.86%)}.header .nav-srk{background:#eca85a}.header .nav-probiolog{background:#398f33}.header .nav-forte{background:linear-gradient(0deg,#a51920,#a51920),#398f33}.header .navigation{display:flex;justify-content:space-between;align-items:center;padding:29px 0 0}.header .menu{display:flex;justify-content:space-between;align-items:center;list-style-type:none;width:1336px}.header .menu a,.header .menu .disabled{font-weight:500;color:#fff}@media (max-width: 1006.9px){.header .menu a,.header .menu .disabled{font-size:12px}}@media (min-width: 1007px) and (max-width: 1040.9px){.header .menu a,.header .menu .disabled{font-size:12px}}@media (min-width: 1041px) and (max-width: 1422.9px){.header .menu a,.header .menu .disabled{font-size:calc(12px + (100vw - 1041px) / 382 * 6)}}@media (min-width: 1423px) and (max-width: 1456.9px){.header .menu a,.header .menu .disabled{font-size:18px}}@media (min-width: 1457px){.header .menu a,.header .menu .disabled{font-size:18px}}.header .menu a:last-child{margin-right:0}.header .menu a:hover{text-decoration:none}.header .active-link{border-bottom:solid 3px}.header__logo{position:relative;margin-right:62px;width:152px;flex:none}@media (max-width: 1006.9px){.header__logo{margin-right:38px}}@media (min-width: 1007px) and (max-width: 1040.9px){.header__logo{margin-right:38px}}@media (min-width: 1041px) and (max-width: 1422.9px){.header__logo{margin-right:calc(38px + (100vw - 1041px) / 382 * 24)}}@media (min-width: 1423px) and (max-width: 1456.9px){.header__logo{margin-right:62px}}@media (min-width: 1457px){.header__logo{margin-right:62px}}.header__logo img{position:absolute;width:100%;transform:translateY(calc(-50% + 4px))}.header .hamburger{display:none}@media (max-width: 1030px){.dropdown-menu_item-open .header .menu{width:50%!important;transition:none}.header .menu{position:fixed;flex-direction:column;justify-content:center;align-items:center;top:0;left:-100%;min-width:50%;max-width:85%;height:100vh;padding:20px 15px;background-color:#000c;transition:.6s all}.header .menu_active{left:0;z-index:10}.header .menu_item{display:flex;padding-right:0;border:none;margin:10px 0}.header .menu a,.header .menu .disabled{font-size:20px}.header .menu a:hover,.header .menu .disabled{text-decoration:none}.header .hamburger{display:block;position:absolute;right:4%;top:50%;transform:translateY(-50%);width:30px;height:12px}.header .hamburger span{display:block;height:2px;width:100%;background-color:#fff;transition:.5s all;margin-bottom:3px}.header .hamburger_active span{margin-bottom:-2px}.header .hamburger_active span:nth-child(1){transform:translateY(3px) rotate(-45deg)}.header .hamburger_active span:nth-child(2){display:none}.header .hamburger_active span:nth-child(3){transform:translateY(3px) rotate(45deg)}.header .navigation{padding:5px 0}}@media (max-width: 575px){.header .navigation{display:flex;align-items:center;height:50px}.header .menu{min-width:85%;max-width:85%}.header .menu_item{width:100%;text-align:center;padding:5px 0}.header .menu_link{display:block}.header .hamburger{position:relative;right:auto;top:auto;transform:none}}@media screen and (max-width: 575px){.header .menu{min-width:50%!important;max-width:85%}.dropdown-menu_item ul li a{font-size:14px}}@media screen and (max-width: 450px){.header .menu{min-width:50%!important;max-width:85%}.header .menu li a,.dropdown-menu_item ul li a{font-size:14px}}.dropdown-menu_item{background:#fb5a2c;position:relative;right:1081px;bottom:-35px;padding-top:10px;width:280px;display:block;visibility:hidden}.dropdown-menu_item ul{padding:0 26px 20px}.dropdown-menu_item ul li{list-style-type:none}.dropdown-menu_item ul li a{font-family:Montserrat;font-style:normal;font-weight:500;font-size:16px;line-height:20px;text-align:right;color:#fff;text-decoration:none}.dropdown-menu_item-active{display:block;visibility:visible}.dropdown-menu_item:hover{display:flex}@media (max-width: 767px){.dropdown-menu_item{left:34%;top:303%}}@media screen and (max-width: 1800px){.dropdown-menu_item{right:990px}}@media screen and (max-width: 1600px){.dropdown-menu_item{right:845px;width:320px}}@media screen and (max-width: 1234px){.dropdown-menu_item{right:70%;width:320px}.dropdown-menu_item ul li a{font-size:16px}}@media screen and (max-width: 990px){.dropdown-menu_item{right:70%;width:320px}.dropdown-menu_item ul{padding:10px}.dropdown-menu_item ul li a{font-size:12px}}@media screen and (max-width: 1030px){.dropdown-menu_item{position:absolute;right:0;left:100%;height:fit-content;width:100%;min-height:800px;top:0;display:flex;align-items:center;background-color:#000c}.dropdown-menu_item ul{padding:10px;height:100%;min-height:auto;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;margin-bottom:70%}.dropdown-menu_item ul li{margin-bottom:30px}.dropdown-menu_item ul li a{font-size:16px}}.container{width:1540px;margin:0 auto}@media (max-width: 1800px){.container{width:1400px;margin:0 auto}}@media (max-width: 1600px){.container{width:1200px;margin:0 auto}}@media (max-width: 1300px){.container{width:100%;padding:0 30px}}@media (max-width: 991px){.container{width:100%;padding:0 15px}}*,:after,:before{box-sizing:border-box}html{font-family:Montserrat,sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;scroll-behavior:smooth}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}.h2{font-weight:700}p{margin-top:0;margin-bottom:1rem}img{width:auto;height:auto}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}*{font-family:Montserrat,sans-serif}html,body{overflow-x:hidden}.b-lazy{-webkit-transition:opacity .3s ease-in-out;-moz-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;opacity:0}.b-lazy.b-loaded{opacity:1}.sticky{background:linear-gradient(90.26deg,#fc5a2c 31.39%,#e6bd5d 99.86%)}.title__main{font-weight:700;font-size:41px;line-height:51px;background:linear-gradient(#2ca85e,#2bbc65);-webkit-background-clip:text;color:transparent}.title__main-sup{color:#2ca85e;top:-1.1em;font-weight:400;font-size:14px}.title__main-srk{font-weight:700;font-size:42px;line-height:51px;color:#fff5f3;width:901px}.title__main-srk:after{content:"";display:block;height:4px;background:#fff;margin:5px 0 33px;width:96%}.title__main-srk-probio{width:95%}.title-products{width:100%;margin-bottom:50px}.title-properties{margin-bottom:8px}.title-quiz{margin-bottom:0}.mauohezBlocks *{padding:0;margin:0;border:0px}.mauohezBlocks *,.mauohezBlocks *:before,.mauohezBlocks *:after{-webkit-box-sizing:border-box;box-sizing:border-box}.mauohezBlocks :focus,.mauohezBlocks :active{outline:none}.mauohezBlocks a:focus,.mauohezBlocks a:active{outline:none}.mauohezBlocks *{color:#5a5858;line-height:1;font-family:Montserrat;font-size:.875rem;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mauohezBlocks input,.mauohezBlocks button,.mauohezBlocks textarea{font-family:Montserrat;font-size:inherit}.mauohezBlocks button{cursor:pointer;color:inherit;background-color:inherit}.mauohezBlocks a{color:inherit}.mauohezBlocks a:link,.mauohezBlocks a:visited,.mauohezBlocks a:hover{text-decoration:none}.mauohezBlocks img{vertical-align:top}.mauohezBlocks h1,.mauohezBlocks h2,.mauohezBlocks h3,.mauohezBlocks h4,.mauohezBlocks h5,.mauohezBlocks h6{font-weight:inherit;font-size:inherit}.mauohezBlocks [class*=__container]{max-width:87.5rem;-webkit-box-sizing:content-box;box-sizing:content-box;margin:0 auto;padding:0 .9375rem}.where-buy,.cookies{z-index:3}.where-buy{position:fixed;display:flex;align-items:center;bottom:107px;right:96px;width:151px;height:51px;background-size:100%;padding:0 43px;font-weight:600;font-size:16px;line-height:1;text-align:center;color:#fff;transition:.5s;background:linear-gradient(90deg,#CC1E1E 0%,#FF1313 100%);box-shadow:0 10px 20px #ea1717bf;border-radius:60px}@media (max-width: 576px){.where-buy{display:none;bottom:14px;right:10px}}.where-buy:hover{background-size:200%;color:#fff;text-decoration:none}.button-buy{background-size:100%;font-weight:500;line-height:1;text-align:center;color:#fff;transition:.3s;background:linear-gradient(0deg,#fb1313 0%,#cf1d1d 100%);box-shadow:0 3px #bc1515,0 0 120px #ffffff80;border-radius:60px}@media (max-width: 1006.9px){.button-buy{padding-top:12px}}@media (min-width: 1007px) and (max-width: 1040.9px){.button-buy{padding-top:12px}}@media (min-width: 1041px) and (max-width: 1422.9px){.button-buy{padding-top:calc(12px + (100vw - 1041px) / 382 * 5.5)}}@media (min-width: 1423px) and (max-width: 1456.9px){.button-buy{padding-top:17.5px}}@media (min-width: 1457px){.button-buy{padding-top:17.5px}}@media (max-width: 1006.9px){.button-buy{padding-bottom:12px}}@media (min-width: 1007px) and (max-width: 1040.9px){.button-buy{padding-bottom:12px}}@media (min-width: 1041px) and (max-width: 1422.9px){.button-buy{padding-bottom:calc(12px + (100vw - 1041px) / 382 * 5.5)}}@media (min-width: 1423px) and (max-width: 1456.9px){.button-buy{padding-bottom:17.5px}}@media (min-width: 1457px){.button-buy{padding-bottom:17.5px}}@media (max-width: 1006.9px){.button-buy{padding-left:32px}}@media (min-width: 1007px) and (max-width: 1040.9px){.button-buy{padding-left:32px}}@media (min-width: 1041px) and (max-width: 1422.9px){.button-buy{padding-left:calc(32px + (100vw - 1041px) / 382 * 16)}}@media (min-width: 1423px) and (max-width: 1456.9px){.button-buy{padding-left:48px}}@media (min-width: 1457px){.button-buy{padding-left:48px}}@media (max-width: 1006.9px){.button-buy{padding-right:32px}}@media (min-width: 1007px) and (max-width: 1040.9px){.button-buy{padding-right:32px}}@media (min-width: 1041px) and (max-width: 1422.9px){.button-buy{padding-right:calc(32px + (100vw - 1041px) / 382 * 16)}}@media (min-width: 1423px) and (max-width: 1456.9px){.button-buy{padding-right:48px}}@media (min-width: 1457px){.button-buy{padding-right:48px}}@media (max-width: 576px){.button-buy{padding:19px}}.button-buy:hover{background-size:200%}.menu_link7{font-weight:500}.mauohezBlocks .image-mauohezBlocks{position:relative;max-width:70%}.mauohezBlocks .image-mauohezBlocks img,.mauohezBlocks .image-mauohezBlocks_main{max-width:100%}.mauohezBlocks .image-mauohezBlocks__stamp{position:absolute}@supports (max-width: clamp(4.75rem,3.4385245902rem + 6.5573770492vw,9.75rem)){.mauohezBlocks .image-mauohezBlocks__stamp{max-width:clamp(4.75rem,3.4385245902rem + 6.5573770492vw,9.75rem)}}@supports not (max-width: clamp(4.75rem,3.4385245902rem + 6.5573770492vw,9.75rem)){.mauohezBlocks .image-mauohezBlocks__stamp{max-width:calc(4.75rem + 5 * (100vw - 20rem) / 76.25)}}@supports (max-width: clamp(4.75rem,3.4385245902rem + 6.5573770492vw,6.25rem)){.first__block-right-srk .mauohezBlocks .image-mauohezBlocks__stamp{max-width:clamp(4.75rem,3.4385245902rem + 6.5573770492vw,6.25rem)}}@supports not (max-width: clamp(4.75rem,3.4385245902rem + 6.5573770492vw,6.25rem)){.first__block-right-srk .mauohezBlocks .image-mauohezBlocks__stamp{max-width:calc(4.75rem + 1.5 * (100vw - 20rem) / 76.25)}}.mauohezBlocks .image-mauohezBlocks__stamp_main{top:0;left:0;right:0;margin:0 auto;-webkit-transform:translateY(-40%);-ms-transform:translateY(-40%);transform:translateY(-40%)}.mauohezBlocks .image-mauohezBlocks__stamp_top{top:0;right:0;-webkit-transform:translate(45%,-45%);-ms-transform:translate(45%,-45%);transform:translate(45%,-45%)}.mauohezBlocks .image-mauohezBlocks__stamp_shadow{-webkit-filter:drop-shadow(2px 4px 6px black);filter:drop-shadow(2px 4px 6px black)}.mauohezBlocks .image-mauohezBlocks__stamp_bottom{left:0;bottom:0;-webkit-transform:translate(-45%,45%);-ms-transform:translate(-45%,45%);transform:translate(-45%,45%)}.mauohezBlocks .image-mauohezBlocks__reg{position:absolute;font-weight:500}@supports (font-size: clamp(.375rem,.243852459rem + .6557377049vw,.875rem)){.mauohezBlocks .image-mauohezBlocks__reg{font-size:clamp(.375rem,.243852459rem + .6557377049vw,.875rem)}}@supports not (font-size: clamp(.375rem,.243852459rem + .6557377049vw,.875rem)){.mauohezBlocks .image-mauohezBlocks__reg{font-size:calc(.375rem + .5 * (100vw - 20rem) / 76.25)}}.mauohezBlocks .image-mauohezBlocks__reg_right{-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center;-webkit-transform:translateX(84%) rotate(-90deg);-ms-transform:translateX(84%) rotate(-90deg);transform:translate(84%) rotate(-90deg);right:0;bottom:12.5313283208%}.mauohezBlocks .image-mauohezBlocks__reg_right__transit{right:-36px;bottom:-4px}.mauohezBlocks .image-mauohezBlocks__reg_right_srk{bottom:6.2656641604%;-webkit-transform:translateX(105%) rotate(-90deg);-ms-transform:translateX(105%) rotate(-90deg);transform:translate(105%) rotate(-90deg)}.mauohezBlocks .image-mauohezBlocks__reg_right_srk2{bottom:6.2656641604%;-webkit-transform:translateX(95%) rotate(-90deg);-ms-transform:translateX(95%) rotate(-90deg);transform:translate(95%) rotate(-90deg)}.mauohezBlocks .image-mauohezBlocks__reg_right_srk3{bottom:6.2656641604%;-webkit-transform:translateX(115%) rotate(-90deg);-ms-transform:translateX(115%) rotate(-90deg);transform:translate(115%) rotate(-90deg)}.mauohezBlocks .image-mauohezBlocks__bigredtext{position:absolute;text-transform:uppercase;color:#ff0a0a;font-weight:900;padding:.3125rem;background-color:#ffffffa8;left:0;right:0;margin:0 auto;width:-webkit-max-content;width:-moz-max-content;width:max-content}@supports (font-size: clamp(.875rem,.3089622642rem + 1.8867924528vw,2.125rem)){.mauohezBlocks .image-mauohezBlocks__bigredtext{font-size:clamp(.875rem,.3089622642rem + 1.8867924528vw,2.125rem)}}@supports not (font-size: clamp(.875rem,.3089622642rem + 1.8867924528vw,2.125rem)){.mauohezBlocks .image-mauohezBlocks__bigredtext{font-size:calc(.875rem + 1.25 * (100vw - 30rem) / 66.25)}}.staticBanner{position:relative;display:inline-flex;max-width:100%;margin-left:0;transition:.3s;opacity:0;display:none}.staticBanner .event-promo__close.white{top:10px;right:10px}@media (max-width: 768px){.staticBanner{margin:120px auto 0}.staticBanner img{height:auto;width:100%}.staticBanner .event-promo__close.white{top:-3px;right:-8px}.event-promo__close:before,.event-promo__close:after{width:10px}}.event-promo{position:relative;display:inline-flex;margin-left:17.5%;transition:.3s;opacity:0}@media (max-width: 767px){.event-promo{display:block;width:fit-content;margin:20px auto 0}}@media (max-width: 425px){.event-promo{margin:120px auto 0}}.event-promo.show{opacity:1}.title{font-family:Montserrat;font-weight:700;font-size:42px;line-height:51px;color:#2ca85e;margin-bottom:110px}@media (max-width: 991px){.button__wrapper{bottom:16%}.button-left{padding:14px 34px;height:54px}.button-discomfort{margin-top:-14px;width:135px;font-size:10px;height:30px;padding:7px 10px}.button-footer{width:130px;padding:5px}.button-advice{margin-top:35px;height:60px;width:200px;font-size:15px;padding:18px 20px}.button-quiz{padding:15px 34px;height:50px;font-size:16px}.button-quizback,.button-result{padding:12px 34px;height:50px;font-size:16px}}@media (min-width: 850px) and (max-width: 991px){.button__wrapper{bottom:5%;right:9%}}@media (max-width: 767px){.button-footer{display:block;margin:0 auto;height:37px;font-size:14px}.button-left{margin:auto;position:absolute;top:191%;left:0;bottom:0;right:0}.button__wrapper{width:86%;bottom:7%}.button-discomfort{height:33px;font-size:12px}.button-products{width:332px;height:50px;padding:12px 34px}.button-products_carousel{margin-top:120px}.button-properties{margin-top:0}.button-quiz{padding:15px 10px;width:100px;font-size:15px}.button-quizback{width:95px;padding:12px 10px;font-size:15px;margin-right:15px}.button-result-right{margin-right:0}}@media (max-width: 1600px){.button__wrapper{bottom:20%;right:71px}.button_submit{margin-top:61px}}@media (max-width: 1400px){.button_submit{margin-top:35px}}@media (max-width: 1199px){.button__wrapper{bottom:22%;right:7%}.button-products{margin-bottom:50px}.button-products_carousel{margin-top:150px}.button__products{bottom:4%;padding:10px 18px;width:132px;height:42px;font-size:16px}.button-footer{width:192px;padding:5px 30px}}@media (min-width: 1040px) and (max-width: 1199px){.button__wrapper{bottom:14%;right:4%}}@media (max-width: 640px){.button-left{top:170%}}@media (max-width: 575px){.button-left{top:185%}.button__wrapper{width:78%;bottom:-47%;left:50%;transform:translate(-50%)}.button__wrapper img{width:100%}.button-products{display:block;margin:0 auto 40px;font-size:16px;width:305px}.button-products_carousel{margin-top:115px}.button__products{bottom:10%}.button-quizback{margin-right:35px}.button-result{padding:12px 10px;width:140px}}@media (max-width: 450px){.button-left{top:160%}.button-discomfort{margin-top:0;width:140px;font-size:12px;height:40px;padding:11px 10px}.button__wrapper{width:95%;bottom:-34%}}.carousel{min-height:901px;padding:0 0 220px;background:#fff}.carousel__wrapp{width:100%;margin:0 auto;position:relative}.carousel__item{display:flex;align-items:end;width:356px;height:256px}.carousel__right{width:463px}.carousel__title{font-weight:700;font-size:20px;color:#534141}.carousel__title:after{content:"";display:block;height:4px;background:linear-gradient(94.81deg,#f17922 0%,#f7a318 100%);margin:20px 0;width:100%}.carousel__img{margin-right:40px}.carousel .slick-slide{display:flex;justify-content:center}.carousel .slick-prev,.carousel .slick-next{border:none;background:#fff5f3;position:absolute;left:0;right:0;margin-left:auto;margin-right:auto;bottom:-50%}.carousel .slick-prev img,.carousel .slick-next img{width:54px;height:54px}.carousel .slick-next{left:300px}.carousel .slick-prev{right:300px}.carousel .slick-dots{justify-content:space-between;display:flex;width:160px;position:absolute;left:0;right:0;margin-left:auto;margin-right:auto;bottom:-50%;padding-left:0;transform:translateY(-50%)}.carousel .slick-dots button{display:none}.carousel .slick-dots li{width:20px;height:10px;background:linear-gradient(94.81deg,#f17922 0%,#f7a318 100%);list-style-type:none}@media (max-width: 1600px){.carousel__right{width:55%}.carousel__img{margin-right:30px;width:22%}}@media (max-width: 1400px){.carousel__item{height:auto}}@media (max-width: 1199px){.carousel{min-height:720px;padding-bottom:100px}.carousel .slick-prev,.carousel .slick-next{bottom:-32%}.carousel .slick-dots{bottom:-31%}}@media (max-width: 767px){.carousel{min-height:635px}}@media (max-width: 575px){.carousel{padding-bottom:50px}.carousel__img{margin-right:22px;width:25%}.carousel .slick-dots{bottom:-20%;width:230px}}@media screen and (max-width: 600px){.carousel{min-height:auto!important}}@media (min-width: 426px){.carousel{min-height:auto!important;padding:0 0 90px!important}}.button-left:hover,.button:hover{box-shadow:unset;border:1px solid #000000;color:#000;text-decoration:none}.button__wrapper{bottom:-92px;right:70px}.button{padding:18px 34px;width:180px;height:63px;text-align:center;background:linear-gradient(94.81deg,#f17922 0%,#f7a318 100%);font-size:18px;color:#fff;transition:all .3s ease 0s}.button__wrapper{position:absolute;bottom:-5%;right:0%;width:102px;display:flex;justify-content:space-between;z-index:1}.button-left{background:linear-gradient(94.81deg,#f17922 0%,#f7a318 100%);font-weight:500;font-size:18px;border:none}.button-left:hover{box-shadow:3px 3px 20px #f7a318;border:none}.button-footer{width:235px;height:64px;padding:15px 58px;background:none;border:2px solid #fff;font-weight:600}.button-products{width:342px;background:linear-gradient(94.81deg,#f17922 0%,#f7a318 100%);font-weight:500;margin-bottom:150px}.button-products:hover{box-shadow:3px 3px 20px #f7a318;border:none}.button-products_carousel{display:block;margin:252px auto 0}.button__products{box-shadow:0 4px 16px #00000026;display:block;position:absolute;bottom:11%}.button__products:hover{box-shadow:3px 3px 20px #f7a318;border:none}.button_submit{width:173px;border:none;margin-top:20px}.button_submit:hover{box-shadow:3px 3px 20px #f7a318;border:none}.button-advice{width:263px;display:block;margin-top:70px}.button-advice:hover{box-shadow:3px 3px 20px #f7a318}.button-properties{display:block;margin:64px auto 0}.button-quiz{display:block;width:145px}.button-quizback{display:block;width:127px;background:none;border:2px solid #f17922;color:#000;margin-right:25px}.button-quizback:hover{color:#000}.button-result{width:178px;background:#fff;box-shadow:0 4px 16px #00000026;color:#000;margin-right:30px}.button-result:hover{color:#000}.button-result-right{display:block;background:none;border:1px solid #fff;box-sizing:border-box;color:#fff}.button-result-right:hover{color:#fff}.button:hover{cursor:pointer}@media screen and (max-width: 425px){.button-left{top:130%!important}.button__wrapper{bottom:-20%!important}}@media screen and (max-width: 575px){.button__wrapper{z-index:0!important}}@media (max-width: 425px){.button-left{top:130%!important}.button__wrapper{bottom:-20%!important}}.button__products{bottom:3%!important;height:50px!important;padding:13px 34px!important}@media screen and (max-width: 1199px){.button__products{width:170px!important}}@media screen and (min-width: 1200px) and (max-width: 1600px){.slider{padding-bottom:0!important;height:644px!important}.button__wrapper{bottom:10%!important}}@media screen and (max-width: 600px){.button-products-large{font-size:14px!important}}@media (max-width: 500px){.button-products-large{margin-bottom:0!important}}@media screen and (min-width: 426px) and (max-width: 500px){.button__wrapper{bottom:0%!important}.button-left{top:91%!important}}@media screen and (min-width: 501px) and (max-width: 767px){.button__wrapper{bottom:0%!important}.button-left{top:91%!important}}.button.button-result{white-space:nowrap}.button.button-result:hover{text-decoration:underline}.tabs-block__nav{display:flex;margin-bottom:calc(10px + .01875*(100vw - 320px));justify-content:space-between;border-bottom:1px solid #000}@media (max-width: 479.98px){.tabs-block__nav{flex-direction:column}}.tabs-block__item{flex-grow:1;padding:10px;transition:all .3s ease 0s;cursor:pointer;font-weight:700;font-size:18px;line-height:22px;color:#000;opacity:1;max-width:377px;border-radius:10px 10px 0 0;background:#ccc;text-align:center;align-items:center;display:flex;justify-content:center;border-left:1px solid #000;border-right:1px solid #000;border-top:1px solid #000;margin:0 10px}.tabs-block__item._active{color:#fff;text-decoration:none;opacity:1;background:#2ca85e}@media (any-hover: hover){.tabs-block__item:hover{opacity:.9}}@media (max-width: 479.98px){.tabs-block__item{padding:10px 0}}.tabs-block__block{grid-template-columns:repeat(3,1fr);gap:20px;display:none}.tabs-block__block._active{display:grid}@media (max-width: 767.98px){.tabs-block__block{grid-template-columns:repeat(2,1fr)}}@media (max-width: 479.98px){.tabs-block__block{grid-template-columns:repeat(1,1fr)}}.tabs-card{background-color:#fff5f3;display:flex;flex-direction:column}.tabs-card__image{flex:0 0 220px}.tabs-card__image a{display:block;width:100%;height:100%}.tabs-card__image img{width:100%;height:100%;display:block;object-fit:cover}.tabs-card__title{font-weight:700;font-size:18px;line-height:22px;color:#005caa;padding:20px 20px 0}.tabs-card__title a{font-weight:700;font-size:18px;line-height:22px;color:#005caa}.tabs-card__text{padding:10px 20px 0;font-size:16px;line-height:22px;color:#005caa;flex-grow:2}.tabs-card__link{position:relative;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;margin:20px 10px 20px auto;background:-o-linear-gradient(348.16deg,#1D72BF 0%,#468046 57.63%,#AFC149 100%);background:linear-gradient(101.84deg,#1D72BF 0%,#468046 57.63%,#AFC149 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;border:1px solid #468046;border-radius:600px;color:#313149;padding:14px 20px;font-weight:700;font-size:14px;line-height:17px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:1}.tabs-card__link:hover{cursor:pointer;color:#fff;-webkit-background-clip:inherit;-webkit-text-fill-color:inherit}.btn-bu{display:flex;align-items:center;position:fixed;right:40px;bottom:118px;transition:.2s;cursor:pointer;border-radius:40px;padding:23px 19.56px 21px 19px;background:#fc891e;z-index:999}.btn-bu:hover{box-shadow:-15px 15px 35px #fc891e4d;padding:22px 35px;text-decoration:none}.btn-bu__text{display:none;font-weight:600;font-size:16px;line-height:20px;color:#eef3ff;margin-left:19.56px}.btn-bu:hover .btn-bu__text{display:block}@media (min-width: 1400px) and (max-width: 1600px){.btn-bu{bottom:188px}}@media (min-width: 991px) and (max-width: 1400px){.btn-bu{right:20px;bottom:188px}}@media (min-width: 768px) and (max-width: 991px){.btn-bu{right:20px;bottom:133px}}@media (max-width: 767px){.btn-bu{display:flex!important}}.pageup{display:none;position:fixed;bottom:40px;right:40px;width:45px;height:45px}.pageup img{width:100%}@media (min-width: 1401px) and (max-width: 1600px){.pageup{bottom:110px}}@media (max-width: 1400px){.pageup{bottom:110px;right:20px}}@media (max-width: 991px){.pageup{bottom:83px;right:20px}}@media (max-width: 767px){.pageup img{display:none}}@media (max-width: 575px){.pageup img{display:none}}.info{min-height:auto!important;padding:0 0 220px;background:#fff5f3}.info__consult{font-weight:700;font-size:48px;text-align:center;color:#6c6c6c;margin-top:110px;height:10vh;display:inline-flex;align-items:center}.info-act{background:#fdfdfd}@media (max-width: 991px){.info{min-height:400px;padding-bottom:100px}.info__consult{font-size:40px}}@media (max-width: 575px){.info__consult{font-size:30px}}@media (min-width: 426px){.info{padding-bottom:90px!important}}@media (max-width: 500px){.info__consult{margin-top:50px!important}.info{padding-bottom:50px!important}.accordionqt{margin-top:50px!important}}@media (min-width: 1601px){.info__consult{font-size:clamp(48px,6vh,100vw)}}.accordion{box-shadow:inset 0 -3px 2px #0000000a;height:88px;background:#fff;box-shadow:0 4px 16px #00000017;cursor:pointer;padding:30px 50px;width:100%;display:flex;justify-content:space-between;align-items:center;text-align:left;border:none;outline:none;transition:.3s;font-size:24px;font-weight:600;color:#545454;border-radius:5px;margin-bottom:10px}.accordion__content{font-weight:500;font-size:18px;line-height:150%;color:#5a5858}.accordion__content-left{width:30%}.accordion_question{margin-bottom:10px}.accordion__wrapp{background:#fff;border-radius:25px}.accordion__right{font-size:16px;color:#6f6f6f;position:relative;padding-right:25px}.accordion__right:before{position:absolute;content:"";background:url(/local/templates/probiolog/icons/arrow-bottom.svg) no-repeat 50%;background-size:contain;width:10px;height:6px;right:0;top:50%;transform:translateY(-50%);transition:.3s}.accordion-item{border-radius:25px;box-shadow:-11px 11px 35px #0000000a;background:#fff}.accordion-active{color:#156c79;margin-bottom:0;transition:none}.accordion-active .accordion__right:before{transform:translateY(-50%) scaleY(-1)}.active,.accordion:hover{background-color:#fffdfa;box-shadow:3px 3px 20px #f7a318}button:focus{outline:none}@media (max-width: 1500px){.accordion{font-size:20px}}@media (max-width: 1199px){.accordion{height:70px;font-size:16px}.accordion__right{font-size:14px}.accordion__content{font-size:16px}}@media (max-width: 991px){.accordion__content{font-size:15px;margin-bottom:5px}.panel{padding:15px 45px}}@media (max-width: 767px){.accordion{padding:5px 25px;height:60px;font-size:14px}.accordion__right{font-size:12px;padding-right:20px;margin-left:10px}.panel{padding:15px 26px}.active,.accordion:hover{box-shadow:0 4px 16px #00000017}}@media (max-width: 575px){.accordion{font-size:12px;height:82px}.accordion__content-left{width:70%}}.accordion1{color:#2bb663!important}.panel{width:100%;background:#fafafa;padding:50px;margin-bottom:10px;display:none;overflow:hidden}.panel_question{padding:30px 50px}.panel_question p{margin-bottom:0}.disclaimer{position:relative;background:#fff;padding:20px 0;color:#6c6c6c}@media (max-width: 768px){.disclaimer{font-size:14px}}@media (max-width: 576px){.disclaimer{font-size:12px}}.footer{min-height:366px;background:radial-gradient(40.05% 225.08% at 73.98% 204.26%,#fee00b 0%,#fb5a2c 100%);padding:89px 0 92px}.footer__wrapper{display:flex;flex-direction:column;justify-content:space-between}.footer__wrapper-left{width:100%;display:flex;justify-content:space-between;align-items:center}.footer__wrapper-left a,.footer__wrapper-left div{font-weight:500;font-size:16px;color:#fff;text-decoration:none;margin-right:45px}.footer__wrapper-left a:hover{text-decoration:underline}.footer__wrapper-left a.button-buy{margin-left:auto}.footer__up{display:flex;justify-content:space-between;align-items:center}.footer__down{display:flex;justify-content:space-between;align-items:center;font-weight:500;font-size:16px;color:#fff}.footer__down-right{display:flex;flex-direction:column}.footer__email{font-weight:400;font-size:18px;text-align:right;color:#f2f6f5}.footer__phone{font-weight:700;font-size:20px;color:#f2f6f5;text-align:right}.fixed-mobile-block{display:none}.footer__logo{width:150px}.footer__logo img{width:100%}.footer__links{display:flex;flex-direction:column}@media screen and (min-width: 768px) and (max-width: 1024px){.footer__links{padding-left:20px}}@media screen and (max-width: 767px){.footer__links{padding-bottom:10px;align-items:center}}.footer__privacy{color:#fff}@media (max-width: 1600px){.footer__wrapper-left{flex-wrap:wrap}}@media (max-width: 1199px){.footer{min-height:263px;padding:25px 0}.footer__wrapper-left a,.footer__wrapper-left div{font-size:13px}.footer__down-left{width:190px}}@media (max-width: 991px){.footer__up{align-items:end}.footer__wrapper-left div,.footer__wrapper-left a{font-size:14px;margin:0 15px 15px 0}}@media (max-width: 767px){.footer{min-height:245px;padding:19px 0}.footer_wrapper{display:flex;flex-direction:column-reverse;justify-content:space-between;height:200px}.footer__line,.footer__wrapper-left{display:none}.footer__logo{order:0;display:block;text-align:center;margin-bottom:18px}.footer__logo img{width:75%}.footer__down{flex-direction:column;height:50%;justify-content:space-between}.footer__down-left{order:1;width:385px;font-size:14px;text-align:center}.footer__down-left:after{content:"";display:block;height:1px;background:#fff;margin:5px 0 12px}.footer__down-right{flex-direction:row;align-items:center;order:2}.footer__email{font-size:16px;margin-right:25px}.footer__phone{font-size:16px;font-weight:600}}@media (max-width: 575px){.footer{min-height:225px}.footer_wrapper{height:180px}.footer__email,.footer__phone{font-size:13px}.footer__down-left{width:320px}.fixed-mobile-block{display:block;position:fixed;top:8px;left:50%;transform:translate(-50%);z-index:9999;display:flex;justify-content:center;align-items:center}.dropdown-menu_item-open .fixed-mobile-where-buy{opacity:0}.fixed-mobile-where-buy._red{background:linear-gradient(90deg,#CC1E1E 0%,#FF1313 100%)}.fixed-mobile-where-buy{padding:10px 15px;font-size:14px;display:flex;justify-content:center;align-items:center;bottom:0;position:relative;right:0;box-shadow:none!important;height:auto;width:auto;transition:all .3s ease 0s;background:linear-gradient(90deg,#2bbc65 0%,#12d861 100%)}}.footer__line{width:100%;height:1.5px;background:#f3f3f3;border:none;margin-top:31px;margin-bottom:40px;opacity:.5}@media (max-width: 991px){.footer__line{margin-top:17px;margin-bottom:29px}}.footer__wrapper-left{justify-content:flex-start}.em-modal{position:fixed;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;top:0;width:100%;height:100%;background:rgba(0,0,0,.5);background-image:linear-gradient(145deg,rgba(251,90,44,.5) 0%,rgba(0,0,0,.5) 100%);padding:20px 0;overflow-y:auto;visibility:hidden;opacity:0;transition:.2s;z-index:0;scrollbar-width:thin;scrollbar-color:rgba(85,85,85,.5) transparent}.em-modal::-webkit-scrollbar-track{background-color:transparent;border-radius:5px}.em-modal::-webkit-scrollbar{width:3px;background-color:transparent;margin:0 10px 0 0;border-radius:5px}.em-modal::-webkit-scrollbar-thumb{background-color:#55555580;border-radius:5px}.em-modal.show{visibility:visible;opacity:1;transition:.2s;z-index:1040}.em-modal.show .em-modal-content{transform:scale(1)}.em-modal-content{position:relative;width:96%;max-width:952px;background:#fff5f3;margin:auto;padding:60px 9vw 50px;border-radius:25px;transform:translateY(50px) scale(.9);transition:ease-in-out .2s}@media (max-width: 576px){.em-modal-content{padding:40px 25px 20px}}.em-modal-content__caption{margin-bottom:1.54em;font-weight:700;font-size:28px;line-height:34px;letter-spacing:.02em;color:#2bb663}@media (max-width: 1230px){.em-modal-content__caption{font-size:26px}}@media (max-width: 992px){.em-modal-content__caption{font-size:24px}}@media (max-width: 768px){.em-modal-content__caption{margin-bottom:1em;font-size:22px}}@media (max-width: 576px){.em-modal-content__caption{font-size:20px;text-align:center}}.em-modal-content-body-item{position:relative;display:block;margin-bottom:30px}@media (max-width: 768px){.em-modal-content-body-item{margin-bottom:20px}}.em-modal-content-body-item__field{width:100%;background:#fff;padding:18px 32px 12px;box-shadow:0 4px 8px #00000026;font-weight:500;font-size:18px;line-height:1.5;color:#5a5858;letter-spacing:.02em;border:none;outline:2px solid transparent;transition:.5s}@media (max-width: 767px){.em-modal-content-body-item__field{padding:14px 24px 12px;font-size:16px}}@media (max-width: 575px){.em-modal-content-body-item__field{padding:12px 15px 10px;font-size:14px}}.em-modal-content-body-item__field:focus{outline:2px solid #ff6962}textarea.em-modal-content-body-item__field{min-height:150px;max-height:500px}@media (max-width: 1440px){textarea.em-modal-content-body-item__field{min-height:100px}}.em-modal-content-body-item__message{position:absolute;top:-22px;right:0;background:#fff;padding:3px 5px;text-align:center;font-size:14px;color:#000;box-shadow:0 0 20px #00000029;transform:translateY(50%)}.em-modal-content-body-item__message:before{content:"";display:block;width:12px;height:12px;background:#fff;position:absolute;bottom:-5px;right:5px;transform:rotate(45deg);z-index:-1}.em-modal-content-body-checkbox{margin-bottom:40px}@media (max-width: 768px){.em-modal-content-body-checkbox{margin-bottom:30px}}@media (max-width: 576px){.em-modal-content-body-checkbox{margin-bottom:20px}}.em-modal-content-body-checkbox input{display:none}.em-modal-content-body-checkbox a{color:#fb5a2c}.em-modal-content-body-checkbox .em-modal-content-body-item__message{right:auto;left:0;transform:translateY(-70%)}.em-modal-content-body-checkbox .em-modal-content-body-item__message:before{right:auto;left:2px}.em-modal-content-body-checkbox label{display:flex;font-weight:500;font-size:18px;line-height:1.5;letter-spacing:.02em;color:#5a5858}@media (max-width: 767px){.em-modal-content-body-checkbox label{font-size:16px}}@media (max-width: 575px){.em-modal-content-body-checkbox label{font-size:14px}}.em-modal-content-body-checkbox label:before{content:"";display:block;min-width:24px;width:24px;height:24px;background:transparent;margin-right:11px;border:2px solid #5a5858;cursor:pointer}.em-modal-content-body-checkbox input[type=checkbox]:checked~label:before{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="11" viewBox="0 0 14 11" fill="none"><path d="M13.4392 0.199749C13.1729 -0.0665829 12.7411 -0.0665829 12.4748 0.199749L4.30463 8.36996L1.16417 5.22949C0.897863 4.96316 0.466107 4.96319 0.199749 5.22949C-0.0665829 5.4958 -0.0665829 5.92756 0.199749 6.19389L3.82242 9.81651C4.08865 10.0828 4.52072 10.0826 4.78684 9.81651L13.4392 1.16417C13.7055 0.897863 13.7055 0.46608 13.4392 0.199749Z" fill="orangered"/></svg>');background-position:top 60% center;background-repeat:no-repeat;background-size:14px 10px}.em-modal__close{position:absolute;top:0;right:-40px;width:30px;height:30px;cursor:pointer;transition:.3s}@media (max-width: 992px){.em-modal__close{top:20px;right:20px}}@media (max-width: 992px){.em-modal__close{top:10px;right:10px}}.em-modal__close:before,.em-modal__close:after{content:"";position:absolute;top:14px;left:0;width:30px;height:2px;background:#ff6962;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:.3s;transition:.3s}.em-modal__close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.em-modal__close:hover{transform:rotate(90deg);opacity:.8}@media (max-width: 576px){.em-modal-button{width:100%}}.js-form.hide{display:none}.js-form-item{position:relative}.js-form-item__message,.js-form-result{display:none}.js-form-result.show{display:block}.none-block{display:none!important}@media (max-width: 767px){.bread-items{display:none!important}}.bread-items{display:flex;align-items:center;margin-bottom:50px}.bread-items .bread-item{margin-right:10px;font-family:Montserrat;font-style:normal;font-weight:400;font-size:16px;line-height:150%;color:#6f6f6f}.bread-items .bread-item a{font-family:Montserrat;font-style:normal;font-weight:400;font-size:16px;line-height:150%;color:#6f6f6f;text-decoration:none}.bread-items .bread-item-select{font-family:Montserrat;font-style:normal;font-weight:400;font-size:16px;line-height:150%;color:#2bb663}.bread-items .bread-item-select a{font-family:Montserrat;font-style:normal;font-weight:400;font-size:16px;line-height:150%;color:#2bb663;text-decoration:none}.title-mini{font-family:Montserrat;font-style:normal;font-weight:700;font-size:26px;line-height:150%;text-align:center;letter-spacing:.02em;color:#2ca85e;margin-bottom:35px}.desc-mid{font-family:Montserrat;font-style:normal;font-weight:500;font-size:26px;line-height:150%;text-align:center;letter-spacing:.02em;color:#5a5858;margin-bottom:80px}@media screen and (max-width: 768px){.desc-mid{font-size:20px}.title{line-height:130%!important}}@media screen and (max-width: 768px){.advice-detail-name{font-size:24px;line-height:130%}.advice-detail-text,.desc-mid{font-size:16px}}.modal{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:25px;min-height:400px;background-color:#fff5f3;padding:38px 40px 40px}.modal__close{position:absolute;top:0;right:-40px;font-size:41px;line-height:21px;color:#ff6962;cursor:pointer}.modal__subtitle{font-weight:700;font-size:25px;color:#2bb663;text-align:left;margin-bottom:35px}.modal__subtitle-thanks{text-align:center;margin-bottom:0}.modal__descr{color:#0d0d0d;font-size:14px;font-weight:500;text-align:center}.modal_mini{display:none;min-height:140px;padding:55px 40px 40px}@media (max-width: 767px){.modal{padding:30px 25px 40px;width:62%}.modal__subtitle{font-size:20px}.modal__subtitle-thanks{font-size:25px}.modal_mini{padding-top:56px}}@media (max-width: 575px){.modal{width:80%}.modal__close{right:-27px}}.feed-form{display:flex;flex-direction:column}.feed-form input{padding:18px 32px 12px;width:605px;height:57px;background:#fff;box-shadow:0 4px 8px #00000026;margin-bottom:30px;border:none;outline:none}.feed-form input:focus{outline:1px solid #ff6962}.feed-form textarea{padding:18px 32px 12px;width:605px;height:57px;background:#fff;box-shadow:0 4px 8px #00000026;margin-bottom:30px;border:none;resize:none}.feed-form textarea:focus{outline:1px solid #ff6962}.feed-form input[type=checkbox]{display:none}.feed-form input[type=checkbox]+label:before{content:"✔";color:transparent;display:inline-block;border:1px solid #ccc;font-size:20px;font-weight:900;line-height:22px;margin:-5px 5px 0 0;height:24px;width:24px;text-align:center;vertical-align:middle;transition:color ease .3s}.feed-form input[type=checkbox]:checked+label:before{color:#f17922;border-color:#000}.feed-form ._error{box-shadow:0 0 15px red}.feed-form .checkbox__input,.feed-form ._error+label:before{box-shadow:0 0 15px red}@media (max-width: 1199px){.feed-form input{width:100%;margin-bottom:15px}.feed-form textarea{width:100%}}@media screen and (min-width: 1200px){.feed-form input,.feed-form textarea{width:560px!important}}@media screen and (max-width: 1200px){.feed-form input,.feed-form textarea{width:100%!important}}.overlay{display:none;position:fixed;width:100%;height:100%;top:0;z-index:6;background-color:#0000008f}.__range input{outline:none;-webkit-appearance:none;background-color:#aaa;height:3px;width:100%;margin:10px auto}.__range input::-webkit-slider-thumb{-webkit-appearance:none;width:20px;height:20px;background-color:green;border-radius:50%;cursor:-moz-grab;cursor:-webkit-grab}.__range input::-moz-range-thumb{-webkit-appearance:none;width:20px;height:20px;background-color:green;border-radius:50%;cursor:-moz-grab;cursor:-webkit-grab}.__range input::-ms-thumb{-webkit-appearance:none;width:20px;height:20px;background-color:green;border-radius:50%;cursor:-moz-grab;cursor:-webkit-grab}.__range-step{position:relative;margin:0 40px}.__range-step input::-webkit-slider-thumb{background:transparent}.__range-step input::-moz-range-thumb{background:transparent}.__range-step input::-ms-thumb{background:transparent}.__range-step datalist{position:relative;display:flex;justify-content:space-between;height:auto;bottom:16px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.__range-step datalist option{width:19px;height:10px;min-height:10px;border-radius:100px;white-space:nowrap;padding:0;line-height:55px}.__range-max{float:right}.__range-step-popup{margin:40px}.__range-step-popup output{position:absolute;background-color:green;width:20px;height:20px;text-align:center;color:#fff;border-radius:100px;display:inline-block;font-size:12px;bottom:100%;left:0;vertical-align:middle;line-height:30px}.__range-step-popup output:after{content:"";position:absolute;width:0;height:0;border-top:10px solid green;border-left:10px solid transparent;border-right:10px solid transparent;top:90%;left:50%;margin-left:-10px;margin-top:-1px}.__range-step-popup .__range-output-square{padding:0 5px;min-width:25px;width:auto!important;border-radius:5px!important}.__range-step-popup datalist{overflow:hidden}.__range input{-webkit-appearance:auto;background:#bfd5c9}@media (max-width: 991px){.__range-step{margin:0}}.title_conf{margin:50px 0 30px;font-size:18px;font-weight:700}@media (max-width: 991px){.title_conf{margin:0 0 20px}}@media (max-width: 768px){.title_conf{margin:0 0 10px}}@media (max-width: 1400px){.first__block-stamp-probio{top:-14%}}.properties{min-height:668px;padding:143px 0 220px;background:#fdfdfd}.properties-link{margin-bottom:72px;font-weight:500;font-size:20px;display:block;color:#f17922}.properties-link:hover{text-decoration:none;color:#f17922}.properties-link:after{content:"→";font-size:25px;color:#f17922;margin-left:10px}.properties-link_probio{margin-bottom:25px;line-height:86%}.properties-link_probio:last-child{margin-bottom:0}.properties__wrapp{display:flex;box-shadow:0 4px 16px #00000026}.properties-left{position:relative;background:#ffb38a;padding:71px 131px;border-radius:5px 0 0 5px}.properties-left__button{position:absolute;bottom:16px;left:50%;transform:translate(-50%)}@media (max-width: 576px){.properties-left__button{position:relative;bottom:0;left:0;margin:10px auto 0;transform:none}}.properties-right{background:#fff;border-radius:5px;padding:49px 86px 89px}.properties-title{font-weight:700;font-size:26px;color:#5a5858;margin-bottom:25px}.properties li{font-weight:500;font-size:20px;color:#7c7c7c;margin-bottom:12px}.properties__descr{font-weight:500;font-size:20px;color:#5a5858;margin-bottom:32px}.properties-strong{font-weight:700}@media (max-width: 1600px){.properties-right{padding:49px 100px 49px 86px}}@media (max-width: 1199px){.properties{padding-top:100px}.properties-right{padding:49px 25px 49px 30px}.properties-left{padding:71px 60px}}@media (max-width: 991px){.properties-link_probio{margin-bottom:15px;font-size:18px}}@media (max-width: 850px){.properties{padding-top:50px}}@media (max-width: 991px){.properties{padding-bottom:100px}.properties-link{font-size:16px;margin-bottom:20px}.properties-left{padding:93px 41px}.properties li{font-size:18px}}@media (max-width: 767px){.properties{padding-top:0}.properties__wrapp{box-shadow:none;flex-direction:column}.properties-left{border-radius:0;padding:80px 198px;margin:0 -15px}.properties-left img{width:100%}.properties-right{background:none;padding:40px 18px 40px 20px}}@media (max-width: 630px){.properties-left{padding:50px 163px}}@media (max-width: 575px){.properties{padding-bottom:50px}.properties-left{padding:81px 124px}.properties-right{padding:30px 40px 30px 0}}@media (max-width: 470px){.properties-left{padding:50px 15px}.properties-left img{display:block;max-width:270px;margin:0 auto}}.properties-left__button{padding:17px 30px}@media (max-width: 576px){.properties-left__button{display:block;width:max-content}}@media (min-width: 96.25em){.mauohezBlocks .image-mauohezBlocks__stamp{max-width:9.75rem!important}.mauohezBlocks .image-mauohezBlocks__reg{font-size:.875rem!important}.mauohezBlocks .image-mauohezBlocks__bigredtext{font-size:2.125rem!important}}@media (max-width: 30em){.mauohezBlocks .image-mauohezBlocks__bigredtext{font-size:inherit}}.catalog__img .mauohezBlocks .image-mauohezBlocks__reg_right{font-size:calc(6px + .3125 * (100vw - 320px) / 60.9375)}.catalog__img .mauohezBlocks .image-mauohezBlocks{max-width:80%}.catalog__img{max-width:472px}@media (max-width: 62em){.mauohezBlocks .image-mauohezBlocks__bigredtext{bottom:15%}}@media (min-width: 62em){.mauohezBlocks .image-mauohezBlocks__bigredtext{top:-19%}}.button-left,.button{background:#FFFFFF;border:1px solid #000000;box-sizing:border-box;box-shadow:0 4px 16px #00000026;color:#000}@media screen and (min-width: 768px){.title{margin-bottom:50px!important}}.question{background:#fff5f3}.question__info{font-weight:700;font-size:40px;text-align:center;color:#6c6c6c;margin-top:87px}@media (max-width: 575px){.question__info{font-size:30px}}@media screen and (max-width: 500px){.question__info{margin-top:50px!important}}.formSlider{border:none}.applicationForm__text{font-weight:600;color:#444}option{opacity:.8}.confid{min-height:15px;padding:0 0 20px}@media screen and (max-width: 1024px){.product-video{height:600px}}@media screen and (max-width: 900px){.product-video{height:500px}}@media screen and (max-width: 770px){.product-video{height:450px}}@media screen and (max-width: 770px){.product-video{height:350px}}@media screen and (max-width: 530px){.product-video{height:300px}}@media screen and (max-width: 400px){.product-video{height:200px}}@media screen and (min-width: 1000px){.product-video{height:auto!important}}@media (max-width: 1800px){.title__main{font-size:37px}.title__main-srk{width:100%}}@media (max-width: 1600px){.title__main-srk-s{font-size:32px}}@media (max-width: 1300px){.title-instruction{margin-bottom:40px}}@media (max-width: 1199px){.title{margin-bottom:50px}.title__main{font-size:27px;line-height:131%}.title__main-srk:after{margin:5px 0 25px;width:80%}.title__main-srk-s{width:79%;font-size:25px}}@media (max-width: 991px){.title{font-size:30px}.title__main-srk-s{font-size:20px}.title-quiz{margin-bottom:0}}@media (max-width: 767px){.title-instruction{margin-bottom:30px}.title__main-srk-probio{font-size:32px}.title__main-srk-s{width:100%;font-size:30px}.title-probio,.title-properties{margin:30px 0}}@media (max-width: 575px){.title,.title__main{font-size:24px}}@media (max-width: 420px){.title__main-srk-s{font-size:20px}}.row-articles ol{list-style:none;counter-reset:li;padding-left:21px;position:relative}.row-articles ol li:after{content:"";position:absolute;top:0;left:-1px;width:2px;height:100%;background-color:#ffe3dd;z-index:1}.row-articles ol li{position:relative;z-index:2}.row-articles ol li:not(:last-child){padding-bottom:10px}.row-articles ol li:before{counter-increment:li;content:counters(li,".") "";color:#a75e4f;background-color:#ffe3dd;justify-content:center;align-items:center;width:40px;height:40px;border-radius:50%;display:inline-flex;font-size:24px;margin-left:-21px;position:relative;z-index:2;margin-right:10px}.row-articles ol li ol{z-index:2;margin-left:-5px;background-color:#fff;padding-left:26px}.row-articles ol li p{padding-left:30px}.header .menu .menu_link{white-space:nowrap}.header .menu .menu_link:hover,.header .menu .dropdown-menu_item ul li a:hover{text-decoration:underline}@media (max-width: 1199px){._md3fz18{font-size:18px!important}}.mauohezBlocks sup{font-size:.8em}body>img{display:none}.general-section{padding:80px 0 120px;margin-top:-36px}@media (max-width: 1199px){.general-section{margin-top:-66px}}@media (max-width: 767px){.general-section{margin-top:-47px;padding:40px 0 80px}}@media (max-width: 576px){.general-section{margin-top:0}}.max-width-450{max-width:450px}.max-width-400{max-width:400px}.margin-top-30{margin-top:30px}.margin-top-60{margin-top:60px}.padding-top-60{padding-top:60px}a[name]{scroll-margin-top:200px}.diagrammprobio_up-image-limit{width:65%}.diagrammprobio_up-image-limit_text{width:35%;position:static!important}.diagrammprobio_up-image-limit img{width:100%}@media (max-width: 767px){.diagrammprobio_up-image-limit,.diagrammprobio_up-image-limit_text{width:100%}}.diagrammprobio_up_full{width:100%!important}@media (max-width: 767px){.diagrammprobio_up_full .diagrammprobio-descr{width:100%}}.diagrammprobio_up_full:after{position:static!important;transform:none!important;align-self:center}@media (max-width: 575px){.diagrammprobio_up_full{flex-direction:column!important;height:auto!important}}.accordion__right__transit{display:block}@media (max-width: 575px){.accordion__right__transit{display:none}}.accordion__right__transit_mobile{display:none}@media (max-width: 575px){.accordion__right__transit_mobile{display:block}}.header .nav-transit{background:rgb(171,67,142);background:linear-gradient(90deg,rgb(171,67,142) 0%,rgb(178,70,149) 13%,rgb(180,72,150) 26%,rgb(180,71,150) 38%,rgb(177,69,147) 50%,rgb(171,66,143) 62%,rgb(164,62,137) 75%,rgb(162,61,135) 87%,rgb(160,61,133) 100%)}@media (max-width: 1024px){.header .nav-transit{background:rgb(172,68,144);background:linear-gradient(90deg,rgb(172,68,144) 0%,rgb(176,70,146) 13%,rgb(179,72,149) 26%,rgb(182,74,151) 38%,rgb(183,75,152) 50%,rgb(182,74,152) 62%,rgb(181,74,151) 75%,rgb(178,71,148) 87%,rgb(172,68,144) 100%)}}.transit .dropdown-menu_item.dropdown-menu_item{background-color:#b44896}.title__main-srk-transit:after{display:none}.title__main-srk-transit{margin-bottom:15px}.title__main-srk-transit__subtitle{font-weight:400}.title-probio__transit{color:#000;font-size:37px}.bread-items .bread-item-select-transit a{color:#a03c85}@media screen and (min-width: 1400px) and (max-width: 1440px){.first__block-right{top:50px!important;right:0!important}}.transit{min-height:780px;background:url(/local/templates/probiolog/img/transit-bg.png) 0 0/100% 100% no-repeat;background-color:#fdfdfd}@media (max-width: 1024px){.transit{background:rgb(163,65,135);background:radial-gradient(circle,rgb(163,65,135) 0%,rgb(185,76,154) 50%,rgb(169,66,141) 100%)}}@media (min-width: 1024px) and (max-width: 1199px){.transit{min-height:560px}}@media (min-width: 1199px) and (max-width: 1300px){.transit{min-height:620px}}@media (min-width: 1300px) and (max-width: 1401px){.transit{min-height:650px}}.transit .first__block{margin-top:20px}@media (min-width: 1024px){.transit .mauohezBlocks .image-mauohezBlocks{max-width:77%}.transit .mauohezBlocks .image-mauohezBlocks .image-mauohezBlocks__reg_right__transit{font-size:10px}}@media (min-width: 1024px) and (max-width: 1400px){.transit .mauohezBlocks .image-mauohezBlocks .image-mauohezBlocks__reg_right__transit{font-size:8px;bottom:8px}}.transit .first__block-descr{max-width:570px;-webkit-text-stroke:1px #913778}@media (max-width: 1401px){.transit .first__block-descr{max-width:475px;width:475px!important}}@media (max-width: 990px){.transit .first__block-descr{max-width:435px}}@media (min-width: 1401px){.transit .mauohezBlocks .image-mauohezBlocks__reg_right__transit{font-size:10px!important;line-height:10px}}.probio-transit .probio-left__transit-text{position:absolute;-webkit-transform:translateX(84%) rotate(-90deg);-ms-transform:translateX(84%) rotate(-90deg);transform:translate(84%) rotate(-90deg);right:215px;bottom:239px;font-size:10px;font-weight:500;line-height:10px}@media (max-width: 1800px){.probio-transit .probio-left__transit-text{right:180px;bottom:260px}}@media (max-width: 1600px){.probio-transit .probio-left__transit-text{right:166px;bottom:252px}}@media (max-width: 1200px){.probio-transit .probio-left__transit-text{right:95px;font-size:12px;line-height:16px;bottom:260px}}.probio-transit .probio-right__transit-list{counter-reset:my-counter;list-style:none;width:610px}@media (max-width: 1600px){.probio-transit .probio-right__transit-list{width:500px}}.probio-transit .probio-right__transit-list li{counter-increment:my-counter;position:relative;color:#000;line-height:24px}.probio-transit .probio-right__transit-list li:before{content:counter(my-counter);color:#000;font-size:1.5rem;font-weight:400;position:absolute;--size: 40px;left:calc(-1 * var(--size) - 10px);line-height:36px;width:var(--size);height:var(--size);top:0;border-radius:50%;border:3px solid #E9C5DF;text-align:center}.probio-transit .probio__wrapp-transit .probio-left__transit{background:#C861AB;padding:158px 146px;width:auto;align-content:center;position:relative;flex-basis:50%;border-radius:5px 0 0 5px}.probio-transit .probio__wrapp-transit .probio-left__transit img{width:100%}@media (max-width: 1200px){.probio-transit .probio__wrapp-transit .probio-left__transit{padding:123px 55px}}.probio-transit .probio-table__transit{width:100%}.probio-transit .probio__wrapp-transit .probio-right__transit{padding:62px 30px 77px 38px;flex-basis:50%}.probio-transit .probio__wrapp-transit .probio-right__transit .probio-right__transit-title{font-size:37px;font-weight:500;line-height:48px}.probio-transit .probio__wrapp-transit .probio-right__transit .probio-right__transit-title .mobile-br{display:none}.probio-transit .probio-table__transit-header{background-color:#a94b90;display:flex;justify-content:space-between}.probio-transit .probio-table__transit-header .probio-table__transit-header-text{padding:57px 36px}.probio-transit .probio-table__transit-header h2{font-size:37px;font-weight:500;color:#fff;line-height:51px}.probio-transit .probio-table__transit-header h2 .mobile-br{display:none}.probio-transit .probio-table__transit-header .probio-table__transit-header-image{align-self:center;padding-right:37px}.probio-transit .probio-table__transit-header .probio-table__transit-header-image img{width:140px;height:140px}.probio-transit .probio-table__transit-main{background-color:#efd0e6;display:flex;padding-left:41px}.probio-transit .probio-table__transit-main .probio-table__transit-main-block{display:flex;padding-top:33px;padding-bottom:39px}.probio-transit .probio-table__transit-main .probio-table__transit-main-block .probio-table__transit-main-image img{height:140px;width:140px}.probio-transit .probio-table__transit-main .probio-table__transit-main-block .probio-table__transit-main-text{color:#7f3279;padding-left:60px}@media (max-width: 1600px){.probio-transit .probio-table__transit-main .probio-table__transit-main-block .probio-table__transit-main-text{padding-left:40px}}.probio-transit .probio-table__transit-main .probio-table__transit-main-block .probio-table__transit-main-text h2{font-size:37px;font-weight:500;color:#7f3279;padding-bottom:5px}.probio-transit .probio-table__transit-main .probio-table__transit-main-block .probio-table__transit-main-text p{font-size:20px;font-weight:700;line-height:24px}.probio-transit .probio-table__transit-main .probio-table__transit-main-block .probio-table__transit-main-text p small{font-weight:500;font-size:100%}.probio-transit .probio-table__transit-main .probio-table__transit-main-block .probio-table__transit-main-text #bifido-string{padding-top:53px;margin-bottom:0}.probio-transit .probio-table__transit-main .probio-table__transit-main-block .probio-table__transit-main-cross{font-weight:700;font-size:42px;color:#7f3279;padding-top:45px;padding-left:120px;padding-right:120px}@media (max-width: 1600px){.probio-transit .probio-table__transit-main .probio-table__transit-main-block .probio-table__transit-main-cross{padding-left:60px;padding-right:70px}}.probio-transit .probio-table__transit-main .probio-table__transit-main-cross-mobile{display:none}.probio-transit .probio-up__transit{width:100%;background-color:#7f3279;color:#fff;padding:41px 42px 20px;display:flex}.probio-transit .probio-up__transit .probio-up__transit-shield{padding-right:20px}.probio-transit .probio-up__transit .probio-up__transit-shield img{height:36px;width:30px}.probio-transit .probio-up__transit .probio-up__transit-text .probio-up__transit-text-string{display:flex}.probio-transit .probio-up__transit .probio-up__transit-text .probio-up__transit-text-string h3{font-size:27px;font-weight:500;line-height:32px;margin-bottom:20px}.probio-transit .probio__transit-divider{margin-bottom:50px}.probio-transit .probio__transit-divider h1{font-size:37px}.probio-transit .probio-charts__transit{display:flex;justify-content:space-between}.probio-transit .probio-charts__transit #transit-left-chart{padding-left:22px;padding-right:22px}.probio-transit .probio-charts__transit #transit-right-chart{padding-right:14px}.probio-transit .probio-charts__transit .probio-charts__transit-single-mobile{display:none}.probio-transit .probio-charts__transit .probio__wrapp-transit-charts{margin-bottom:10px}.probio-transit .probio-charts__transit .probio-charts__transit-single{padding:30px}.probio-transit .probio-charts__transit .probio-charts__transit-single img{pointer-events:none;-webkit-user-drag:none;-webkit-user-select:none;user-select:none;cursor:default;width:700px}@media (max-width: 1800px){.probio-transit .probio-charts__transit .probio-charts__transit-single img{width:640px}}@media (max-width: 1600px){.probio-transit .probio-charts__transit .probio-charts__transit-single img{width:540px}}.probio-transit .probio-down__transit{width:100%;background-color:#7f3279;color:#fff;padding-top:28px;padding-bottom:22px;display:flex}.probio-transit .probio-down__transit .probio-down__transit-text{padding-left:41px;padding-right:35px}.probio-transit .probio-down__transit .probio-down__transit-text h3{font-size:27px;font-weight:500;margin-bottom:16px}.probio-transit .probio-down__transit .probio-down__transit-text ul{padding-inline-start:21px}.probio-transit .probio-down__transit .probio-down__transit-text ul li{font-size:24px;color:#fff;font-weight:500;line-height:30px}.footer__transit .footer .footer_wrapper .footer__down .footer__logo img{width:135px}@media (max-width: 1200px){.probio-table__transit .probio-table__transit-header .probio-table__transit-header-text{padding:41px 37px 30px}.probio-table__transit .probio-table__transit-header .probio-table__transit-header-text h2{font-size:32px;line-height:50px}.probio-table__transit .probio-table__transit-header .probio-table__transit-header-image{padding-right:30px}.probio-table__transit .probio-table__transit-header .probio-table__transit-header-image img{width:120px;height:120px}.probio-table__transit .probio-table__transit-main{flex-direction:column;padding-left:37px}.probio-table__transit .probio-table__transit-main .probio-table__transit-main-block{padding-top:35px;padding-bottom:10px}.probio-table__transit .probio-table__transit-main .probio-table__transit-main-block .probio-table__transit-main-image img{width:140px;height:140px}.probio-table__transit .probio-table__transit-main .probio-table__transit-main-block .probio-table__transit-main-text{padding-right:40px}.probio-table__transit .probio-table__transit-main .probio-table__transit-main-block .probio-table__transit-main-text h2{font-size:32px;margin-bottom:15px}.probio-table__transit .probio-table__transit-main .probio-table__transit-main-block .probio-table__transit-main-text p{font-size:18px;margin-bottom:8px}.probio-table__transit .probio-table__transit-main .probio-table__transit-main-block .probio-table__transit-main-text p br{display:none}.probio-table__transit .probio-table__transit-main .probio-table__transit-main-block .probio-table__transit-main-text #bifido-string{padding-top:0}.probio-table__transit .probio-table__transit-main .probio-table__transit-main-block .probio-table__transit-main-cross{display:none}.probio-table__transit .probio-table__transit-main #table-transit-bottom-block{padding-top:10px;padding-bottom:45px}.probio-table__transit .probio-table__transit-main .probio-table__transit-main-cross-mobile{display:block;font-weight:700;font-size:40px;color:#7f3279;margin-left:56px}}@media (max-width: 1024px){.transit{min-height:1072px}}@media (max-width: 1024px) and (min-width: 826px){.transit{min-height:960px}}@media (max-width: 1024px){.transit .aptsale__container .first__block{margin-top:39px}.transit .aptsale__container .first__block .title__main{font-size:32px;line-height:50px}.transit .aptsale__container .first__block .first__block-left{width:100%}.transit .aptsale__container .first__block .title__main-srk-transit{margin-bottom:6px}.transit .aptsale__container .first__block .title__main-srk-transit__subtitle{letter-spacing:.3px}.transit .aptsale__container .first__block .title__main-srk:after{margin:20px 0 32px;height:3px;width:92%}.transit .aptsale__container .first__block li{margin-bottom:19px}.transit .aptsale__container .first__block .first__block-right-probio{top:440px;width:600px!important;justify-content:normal;margin-left:49px}}@media (max-width: 1024px) and (min-width: 575px) and (max-width: 605px){.transit .aptsale__container .first__block .first__block-right-probio{top:475px}}@media (max-width: 1024px) and (min-width: 826px){.transit .aptsale__container .first__block .first__block-right-probio{top:360px}}@media (max-width: 1024px){.transit .aptsale__container .first__block .mauohezBlocks .image-mauohezBlocks{max-width:406px}.transit .aptsale__container .first__block .mauohezBlocks .image-mauohezBlocks .image-mauohezBlocks__stamp_top{right:35px;top:2px}.transit .aptsale__container .first__block .mauohezBlocks .image-mauohezBlocks .image-mauohezBlocks__stamp_top img{max-width:155px;width:155px}.transit .aptsale__container .first__block .mauohezBlocks .image-mauohezBlocks .image-mauohezBlocks__reg_right__transit{font-size:11px;right:-36px;bottom:11px}.transit .aptsale__container .first__block .first__block-descr-probio1{margin-top:456px!important;padding:18px;width:100%!important;font-size:18px;font-weight:600;-webkit-text-stroke:1px #913778;z-index:2;max-width:none;text-align:center}}@media (max-width: 1024px) and (min-width: 826px){.transit .aptsale__container .first__block .first__block-descr-probio1{margin-top:415px!important}}@media (max-width: 1024px){.transit .container{width:100%;padding:0 34px}.probio-transit .title-probio__transit{margin-top:-3px;margin-bottom:35px;margin-left:34px;font-size:32px}.probio-transit .probio__wrapp-transit{flex-direction:column}.probio-transit .probio__wrapp-transit .probio-left__transit{padding-top:50px;padding-bottom:50px;margin-left:calc(50% - 20px);width:calc(100vw + 38px);transform:translate(-50%)}.probio-transit .probio__wrapp-transit .probio-left__transit picture{max-width:300px!important}.probio-transit .probio__wrapp-transit .probio-left__transit .probio-left__transit-text{bottom:141px;font-size:10px;line-height:10px;right:calc(50vw - 105px)}.probio-transit .probio__wrapp-transit .probio-right__transit{padding-top:38px;margin-left:-4px}.probio-transit .probio__wrapp-transit .probio-right__transit .probio-right__transit-title{font-size:37px;font-weight:500;line-height:46px;margin-bottom:39px;color:#a03c85}.probio-transit .probio__wrapp-transit .probio-right__transit ol{width:90%;margin-left:15px}.probio-transit .probio__wrapp-transit .probio-right__transit ol li{margin-bottom:26px;font-size:18px}.probio-transit .probio__wrapp-transit-down{margin-bottom:20px}.probio-transit .probio__wrapp-transit-down .probio-down__transit{padding-top:34px;padding-bottom:23px}.probio-transit .probio__wrapp-transit-down .probio-down__transit .probio-down__transit-text{padding-left:22px;padding-right:22px}.probio-transit .probio__wrapp-transit-down .probio-down__transit .probio-down__transit-text h3{font-size:24px;line-height:30px;margin-bottom:13px}.probio-transit .probio__wrapp-transit-down .probio-down__transit .probio-down__transit-text ul{padding-inline-start:14px;margin-left:6px}.probio-transit .probio__wrapp-transit-down .probio-down__transit .probio-down__transit-text ul li{font-size:16px;line-height:22px;margin-bottom:9px}.probio-transit .probio__wrapp-transit-down .probio-down__transit .probio-down__transit-text ul li::marker{font-size:24px}.probio-transit .probio__wrapp-transit-up{margin-bottom:87px}.probio-transit .probio__wrapp-transit-up .probio-up__transit{padding:50px 34px 11px}.probio-transit .probio__wrapp-transit-up .probio-up__transit .probio-up__transit-shield img{margin-top:12px}.probio-transit .probio__wrapp-transit-up .probio-up__transit .probio-up__transit-text h3{font-size:24px;line-height:30px;margin-bottom:20px}.probio-transit .probio__wrapp-transit-up .probio-up__transit .probio-up__transit-text h3 br{display:none}.probio-transit .probio__transit-divider{margin-left:32px;margin-bottom:15px;padding-right:32px}.probio-transit .probio__transit-divider h1{font-size:32px}.probio-transit .probio__wrapp-transit-charts{margin-bottom:-12px}.probio-transit .probio-charts__transit{flex-direction:column}.probio-transit .probio-charts__transit .probio__wrapp-transit-charts{box-shadow:none}.probio-transit .probio-charts__transit #transit-left-chart,.probio-transit .probio-charts__transit #transit-right-chart{display:none}.probio-transit .probio-charts__transit .probio-charts__transit-single-mobile{display:block;padding:0 10px 10px}.probio-transit .probio-charts__transit .probio-charts__transit-single-mobile img{max-width:none;width:100%}.probio-transit .container{padding:0}.probio-transit .container .bread-items{display:none}body .probio-transit{padding-bottom:55px!important}.probio__wrapp-transit{margin-bottom:65px}.footer__transit .disclaimer .container{padding:0 31px;line-height:17px;font-weight:500}.footer__transit .footer{padding:40px 33px}.footer__transit .footer .footer_wrapper{flex-direction:column;height:268px;margin-bottom:20px}.footer__transit .footer .footer_wrapper .footer__wrapper-left{display:flex;height:130px;flex-direction:column;align-items:start;width:482px}.footer__transit .footer .footer_wrapper .footer__wrapper-left a{font-size:14px;margin:0 15px 15px 0}.footer__transit .footer .footer_wrapper .footer__line{margin-top:-7px;display:block;margin-bottom:20px}.footer__transit .footer .footer_wrapper .footer__down{flex-direction:column;height:120px;justify-content:space-between}.footer__transit .footer .footer_wrapper .footer__down .footer__privacy{font-size:14px;margin-top:7px;font-weight:600}.footer__transit .footer .footer_wrapper .footer__down .footer__logo{margin-bottom:0;margin-top:3px}.footer__transit .footer .footer_wrapper .footer__down .footer__logo img{width:150px}.footer__transit .footer .footer_wrapper .footer__down .footer__down-left{order:1;width:385px;font-size:14px;text-align:center}.footer__transit .footer .footer_wrapper .footer__down .footer__down-left:after{display:none}.footer__transit .footer .footer_wrapper .footer__down-right,.footer__transit .pageup img{display:none}}@media (max-width: 575px){.transit{min-height:650px}.transit .where-buy{display:flex}.transit .aptsale__container .first__block{margin-top:37px}.transit .aptsale__container .first__block .title__main{font-size:22px;line-height:26px}.transit .aptsale__container .first__block .title__main-srk-transit{margin-bottom:19px}.transit .aptsale__container .first__block .title__main-srk:after{margin:20px 0 13px;height:2px;width:100%}.transit .aptsale__container .first__block li{margin-bottom:3px}.transit .aptsale__container .first__block .first__block-left{height:650px}.transit .aptsale__container .first__block .first__block-right-probio{top:295px;width:60%!important;justify-content:normal;margin-left:0}.transit .aptsale__container .first__block .image-mauohezBlocks img{max-width:230px;width:100%}}@media (max-width: 575px) and (max-width: 480px){.transit .aptsale__container .first__block .image-mauohezBlocks img{max-width:215px}}@media (max-width: 575px) and (max-width: 420px){.transit .aptsale__container .first__block .image-mauohezBlocks img{max-width:200px}}@media (max-width: 575px){.transit .aptsale__container .first__block .mauohezBlocks .image-mauohezBlocks .image-mauohezBlocks__stamp_top{right:7px}.transit .aptsale__container .first__block .mauohezBlocks .image-mauohezBlocks .image-mauohezBlocks__stamp_top img{max-width:75px;width:75px}.transit .aptsale__container .first__block .mauohezBlocks .image-mauohezBlocks .image-mauohezBlocks__reg_right__transit{font-size:6px}.transit .aptsale__container .first__block .first__block-descr-probio1{margin-top:auto!important;bottom:0;position:relative;padding:5px 40px;width:100%!important;font-size:12px;font-weight:500;-webkit-text-stroke-width:0}.transit .container{padding:0 20px}.probio-transit .title-probio__transit{margin-top:60px;margin-bottom:23px;margin-left:20px;font-size:22px}.probio-transit .probio__wrapp-transit .probio-left__transit{margin-left:50%;width:calc(100vw + 38px);padding:33px 46px 31px 102px}.probio-transit .probio__wrapp-transit .probio-left__transit .probio__img{width:72%}.probio-transit .probio__wrapp-transit .probio-left__transit picture{max-width:300px!important}.probio-transit .probio__wrapp-transit .probio-left__transit .probio-left__transit-text{bottom:85px;font-size:6px;line-height:6px;right:calc(13% + 79px)}.probio-transit .probio__wrapp-transit .probio-right__transit{margin-left:20px}.probio-transit .probio__wrapp-transit .probio-right__transit .probio-right__transit-title{font-size:22px;line-height:30px;margin-bottom:3px;color:#a03c85}.probio-transit .probio__wrapp-transit .probio-right__transit ol{width:90%;margin-left:-7px}.probio-transit .probio__wrapp-transit .probio-right__transit ol li{margin-bottom:11px;font-size:14px}.probio-transit .probio__wrapp-transit .probio-right__transit ol li:before{font-size:14px;--size: 22px;line-height:19px;border-width:2px}.probio-transit .probio__wrapp-transit-down{margin-bottom:20px}.probio-transit .probio__wrapp-transit-down .probio-down__transit{padding-top:20px;padding-bottom:8px}.probio-transit .probio__wrapp-transit-down .probio-down__transit .probio-down__transit-text{padding-left:20px;padding-right:20px}.probio-transit .probio__wrapp-transit-down .probio-down__transit .probio-down__transit-text h3{font-size:18px;line-height:22px;padding-bottom:6px}.probio-transit .probio__wrapp-transit-down .probio-down__transit .probio-down__transit-text ul{margin-left:0}.probio-transit .probio__wrapp-transit-down .probio-down__transit .probio-down__transit-text ul li{font-size:12px}.probio-transit .probio__wrapp-transit-down .probio-down__transit .probio-down__transit-text ul li::marker{font-size:18px}.probio-transit .probio__wrapp-transit-up{margin-bottom:62px}.probio-transit .probio__wrapp-transit-up .probio-up__transit{padding:19px 16px 11px}.probio-transit .probio__wrapp-transit-up .probio-up__transit .probio-up__transit-shield{padding-right:7px}.probio-transit .probio__wrapp-transit-up .probio-up__transit .probio-up__transit-shield img{margin-top:12px;height:24px}.probio-transit .probio__wrapp-transit-up .probio-up__transit .probio-up__transit-text h3{font-size:18px;line-height:23px;margin-bottom:12px}.probio-transit .probio__wrapp-transit-up .probio-up__transit .probio-up__transit-text h3 br{display:none}.probio-transit .probio__transit-divider{margin-left:19px;margin-bottom:5px}.probio-transit .probio__transit-divider h1{font-size:22px}.probio-transit .probio__wrapp-transit-charts{margin-bottom:-12px}.probio-transit .probio-charts__transit{flex-direction:column}.probio-transit .probio-charts__transit #transit-left-chart,.probio-transit .probio-charts__transit #transit-right-chart{display:none}.probio-transit .probio-charts__transit .probio-charts__transit-single-mobile{display:block;padding:0;width:calc(100vw + 50px);margin-left:-25px}.probio-transit .probio-charts__transit .probio-charts__transit-single-mobile img{max-width:748px;width:100%}.probio-transit .probio-table__transit .probio-table__transit-header{position:relative}.probio-transit .probio-table__transit .probio-table__transit-header .probio-table__transit-header-text{padding:19px 20px 23px;max-width:360px}.probio-transit .probio-table__transit .probio-table__transit-header .probio-table__transit-header-text h2{font-size:22px;line-height:27px}.probio-transit .probio-table__transit .probio-table__transit-header .probio-table__transit-header-image{padding-right:0;right:17px;position:absolute}}@media (max-width: 575px) and (max-width: 440px){.probio-transit .probio-table__transit .probio-table__transit-header .probio-table__transit-header-image{bottom:13px;align-self:unset}}@media (max-width: 575px){.probio-transit .probio-table__transit .probio-table__transit-header .probio-table__transit-header-image img{width:82px;height:82px}}@media (max-width: 575px) and (min-width: 440px){.probio-transit .probio-table__transit .probio-table__transit-header .probio-table__transit-header-image img{width:110px;height:110px}}@media (max-width: 575px){.probio-transit .probio-table__transit .probio-table__transit-main{flex-direction:column;padding-left:20px}.probio-transit .probio-table__transit .probio-table__transit-main .probio-table__transit-main-block{padding-top:24px;padding-bottom:0}.probio-transit .probio-table__transit .probio-table__transit-main .probio-table__transit-main-block .probio-table__transit-main-image img{width:115px;height:115px}.probio-transit .probio-table__transit .probio-table__transit-main .probio-table__transit-main-block .probio-table__transit-main-text{padding-right:20px;padding-left:15px;padding-top:6px}.probio-transit .probio-table__transit .probio-table__transit-main .probio-table__transit-main-block .probio-table__transit-main-text h2{font-size:22px;margin-bottom:5px}.probio-transit .probio-table__transit .probio-table__transit-main .probio-table__transit-main-block .probio-table__transit-main-text p{font-size:14px;margin-bottom:4px}.probio-transit .probio-table__transit .probio-table__transit-main .probio-table__transit-main-block .probio-table__transit-main-text p br{display:block}.probio-transit .probio-table__transit .probio-table__transit-main #table-transit-bottom-block{padding-top:5px;padding-bottom:15px}.probio-transit .probio-table__transit .probio-table__transit-main #table-transit-bottom-block .probio-table__transit-main-text{margin-top:-15px}.probio-transit .probio-table__transit .probio-table__transit-main .probio-table__transit-main-cross-mobile{font-size:32px;margin-left:49px;line-height:41px}body .probio-transit{padding-bottom:55px!important;padding-top:0!important}.probio__wrapp-transit{margin-bottom:65px}.probio-transit .probio__wrapp-transit-mobile{box-shadow:0 4px 16px #00000026}.footer__transit .disclaimer .container{padding:0 21px;line-height:15px}.footer__transit .footer{padding:23px 5px}.footer__transit .footer .footer_wrapper{height:230px;margin-bottom:0}.footer__transit .footer .footer_wrapper .footer__up .footer__wrapper-left{flex-wrap:nowrap}.footer__transit .footer .footer_wrapper .footer__up .footer__wrapper-left a{font-size:11px;margin:0 15px 5px 0}.footer__transit .footer .footer_wrapper .footer__line{margin-top:-14px;margin-bottom:10px}.footer__transit .footer .footer_wrapper .footer__down{justify-content:unset}.footer__transit .footer .footer_wrapper .footer__down .footer__logo{margin-top:12px;margin-bottom:2px}.footer__transit .footer .footer_wrapper .footer__down .footer__logo img{width:72%}.footer__transit .footer .footer_wrapper .footer__down .footer__privacy{font-size:11px;margin-bottom:7px}.footer__transit .footer .footer_wrapper .footer__down .footer__down-left{font-size:11px}}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-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-container-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper{overflow:hidden}.swiper-wrapper{width:100%;height:100%;-webkit-box-sizing:content-box;box-sizing:content-box;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.swiper-vertical .swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.swiper-initialized .swiper-slide{-ms-flex-negative:0;flex-shrink:0}.swiper-android .swiper-slide,.swiper-android .swiper-wrapper{-webkit-transform:translate3d(0px,0,0);transform:translateZ(0)}.swiper-button-lock{display:none!important}.buy{background:#fff5f3}.buy__title{font-weight:700;font-size:42px;color:#2ca85e}.buy__online{font-weight:700;font-size:26px;color:#8b8b8b}.buy__items{margin-top:35px;flex-wrap:wrap;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:15px}.buy__item{background-size:contain;background:#fff;border-radius:25px;width:374px;height:240px;display:flex;justify-content:center;align-items:center;position:relative;transition:.3s;padding:10px}.buy__item:hover .buy__img-hidden{opacity:1}.buy__itemm-new{position:relative}.buy__itemm-new:hover .buy-mini-items{display:flex}.buy__itemm-new:hover .buy__img{display:none}.buy__itemm-new-event{position:absolute;top:-43px;right:11px;display:flex;flex-direction:column;justify-content:center;width:131px;height:131px;background:#e10000;font-weight:700;line-height:1.2;text-align:center;letter-spacing:.02em;text-transform:uppercase;color:#fff;border-radius:50%}.buy__itemm-new-event-xl{font-size:30.8px}.buy__itemm-new-event-medium{font-size:18.8px}.buy__itemm-new-event-small{font-size:8px}.buy__itemm-new:hover .buy__itemm-new-event{display:none}.buy-mini-item{position:relative}.buy-mini-item-event{position:absolute;bottom:-43px;left:-26px;display:flex;flex-direction:column;justify-content:center;align-items:center;width:71px;height:71px;background:#e10000;font-weight:700;font-size:8px;line-height:1.2;text-align:center;letter-spacing:.02em;text-transform:uppercase;color:#fff;border-radius:50%;z-index:1}.buy-mini-item-event svg{margin-bottom:3px}.buy__img-hidden{position:absolute;opacity:0}.buy__pharmacy{font-weight:700;font-size:26px;color:#8b8b8b;margin-top:110px}@media (max-width: 1700px){.buy__item{width:100%}.buy__img,.buy__img-hidden{width:75%}}@media (max-width: 991px){.buy__item{height:170px}.buy__pharmacy{margin-top:50px}}@media (max-width: 767px){.buy__items{grid-template-columns:repeat(2,1fr)}.buy__item{height:190px}.buy__img{opacity:0}.buy__img-hidden{opacity:1}}@media (max-width: 575px){.buy__items{display:flex;justify-content:center;flex-wrap:wrap}.buy__item{width:290px;margin-bottom:10px}}.buy-mini-items{display:none;flex-direction:column}.buy-mini-items-active{display:flex}.buy-mini-items .buy-mini-item .buy-mini-item-a{display:flex;align-items:center;text-decoration:none}.buy-mini-items .buy-mini-item .buy-mini-item-p{margin-bottom:0;font-family:Montserrat;font-style:normal;font-weight:500;font-size:20px;line-height:150%;letter-spacing:.02em;margin-right:10px;color:#2bb663}.buy-mini-items .buy-mini-item .buy-mini-item-pf{margin-bottom:0;font-family:Montserrat;font-style:normal;font-weight:500;font-size:20px;line-height:150%;letter-spacing:.02em;margin-right:10px;color:#ff6962}.buy-mini-items .buy-mini-item .buy-mini-item-ps{margin-bottom:0;font-family:Montserrat;font-style:normal;font-weight:500;font-size:20px;line-height:150%;letter-spacing:.02em;margin-right:10px;color:#ffa06c}.buy-mini-items .buy-mini-item .buy-mini-item-transit{margin-bottom:0;font-family:Montserrat;font-style:normal;font-weight:500;font-size:20px;line-height:150%;letter-spacing:.02em;margin-right:10px;color:#c861ab}.buy-mini-items .buy-mini-item .buy-mini-item-img{margin-right:30px}.buy-mini-items .buy-mini-item .buy-mini-item-imgs{position:relative;left:-10px;margin-right:15px}.buy-mini-items .buy-mini-item .buy-mini-item-img:last-child{margin-left:-10px}.buy__img-deactive{display:none}.buy__itemm-new{background-size:contain;background:#fff;border-radius:25px;width:374px;height:240px;display:flex;justify-content:center;align-items:center;position:relative;transition:.3s;margin:auto}@media screen and (max-width: 1830px){.buy__items{grid-template-columns:repeat(3,1fr)!important}}@media screen and (max-width: 1240px){.buy__items{grid-template-columns:repeat(2,1fr)!important}}@media screen and (max-width: 790px){.buy__items{grid-template-columns:repeat(1,1fr)!important}.buy__itemm-new{margin-bottom:15px}}.buy__img{opacity:1!important;max-width:300px}.buy__items{grid-row-gap:15px}@media screen and (min-width: 768px){.menu_link-mob{display:none}}.buy__items.top-sale{margin-bottom:20px}.buy .buy__itemm-new{width:100%}.buy .buy__items{grid-template-columns:repeat(3,1fr)}.buy__itemm-new:hover .buy-mini-items{width:100%;padding:0 16px}.buy-mini-item .buy-mini-item-event{position:relative;bottom:auto;left:auto;border-radius:30px;width:auto;height:auto;padding:15px 13px;font-size:12px;margin-left:auto}.buy__itemm-new .buy-mini-items .buy-mini-item .buy-mini-item-imgs{left:0;margin-right:4px;width:60px;height:auto;max-height:45px}@media (max-width: 1800px){.buy__itemm-new .buy-mini-items .buy-mini-item .buy-mini-item-ps,.buy__itemm-new .buy-mini-items .buy-mini-item .buy-mini-item-pf,.buy__itemm-new .buy-mini-items .buy-mini-item .buy-mini-item-p,.buy__itemm-new .buy-mini-items .buy-mini-item .buy-mini-item-transit{font-size:16px;margin-right:5px}.buy-mini-item .buy-mini-item-event{padding:11px 9px;font-size:8px}}@media (max-width: 1400px){.buy-mini-item .buy-mini-item-event{padding:11px 5px;font-size:7px}}@media (max-width: 500px){.buy__itemm-new:hover .buy-mini-items{padding:0 8px}.buy__itemm-new .buy-mini-items .buy-mini-item .buy-mini-item-ps,.buy__itemm-new .buy-mini-items .buy-mini-item .buy-mini-item-pf,.buy__itemm-new .buy-mini-items .buy-mini-item .buy-mini-item-p,.buy__itemm-new .buy-mini-items .buy-mini-item .buy-mini-item-transit{font-size:14px;margin-right:3px}.buy__itemm-new .buy-mini-items .buy-mini-item .buy-mini-item-imgs{width:25px;max-height:20px}.buy-mini-item .buy-mini-item-event{padding:7px 4px;font-size:6px}img.buy-mini-item-vector{width:9px}.buy-mini-items .buy-mini-item .buy-mini-item-a{margin-bottom:15px}}@media (max-width: 350px){.buy__itemm-new .buy-mini-items .buy-mini-item .buy-mini-item-ps,.buy__itemm-new .buy-mini-items .buy-mini-item .buy-mini-item-pf,.buy__itemm-new .buy-mini-items .buy-mini-item .buy-mini-item-p,.buy__itemm-new .buy-mini-items .buy-mini-item .buy-mini-item-transit{font-size:11px;margin-right:3px}}.new-banner-sale .buy__itemm-new-event-xl,.new-banner-sale .buy__itemm-new-event-medium{letter-spacing:.02em;text-transform:uppercase;font-weight:800;font-size:19px;line-height:120%}.new-banner-sale .buy__itemm-new-event-small{letter-spacing:.02em;text-transform:uppercase;font-weight:600;font-size:13px;line-height:120%;padding-top:5px}.reviews-slide{display:flex;width:43%}@media (max-width: 1199px){.reviews-slide{width:65%}}@media (max-width: 991px){.reviews-slide{width:100%}}@media (max-width: 576px){.reviews-slide{flex-direction:column}}.reviews-slide-photo{display:flex;min-width:160px;width:160px;height:160px;margin-right:40px;border-radius:50%;overflow:hidden}@media (max-width: 767px){.reviews-slide-photo{min-width:100px;width:100px;height:100px;margin-right:20px}}@media (max-width: 575px){.reviews-slide-photo{display:none}}.reviews-slide-photo.no-photo{background:linear-gradient(94.81deg,#f17922 0%,#f7a318 100%)}.reviews-slide-photo__image{width:100%;height:100%;object-fit:cover}.reviews-slide-photo__text{margin:auto;color:#fff}.reviews-slide-info{letter-spacing:.05em}.reviews-slide-info__name{padding:20px 0;font-weight:700;font-size:20px;line-height:1.52;color:#534141;border-bottom:2px solid #f17922}@media (max-width: 767px){.reviews-slide-info__name{padding:15px 0}}@media (max-width: 575px){.reviews-slide-info__name{padding:10px 0}}.reviews-slide-info__subtitle{font-weight:500}.reviews-slide-info__subtitle,.reviews-slide-info__text,.reviews-slide-info__source{margin-top:20px;font-style:italic;font-size:16px;line-height:1.62;color:#4b4b4b}@media (max-width: 767px){.reviews-slide-info__subtitle,.reviews-slide-info__text,.reviews-slide-info__source{font-size:14px}}.reviews-slide-info__source{font-style:normal}.reviews-slide-info__source a{color:#f17922;word-break:break-word}.reviews-bottom{display:flex;justify-content:center;align-items:center;margin-top:80px}@media (max-width: 991px){.reviews-bottom{margin-top:60px}}@media (max-width: 767px){.reviews-bottom{margin-top:40px}}.reviews-bottom-arrow{display:flex;width:54px;height:54px;border:2px solid #f17922;border-radius:50%;transition:.3s;cursor:pointer}@media (max-width: 575px){.reviews-bottom-arrow{display:none}}.reviews-bottom-arrow:hover{background:#f17922}.reviews-bottom-arrow svg{margin:auto;stroke:#f17b22;transition:.3s}.reviews-bottom-arrow:hover svg{stroke:#fff}.reviews-bottom__pagination{display:flex;margin:0 27px}.reviews-bottom__pagination .swiper-pagination-bullet{display:block;width:20px;height:10px;background:linear-gradient(94.81deg,#f17922 0%,#f7a318 100%);margin:0 10px;opacity:.2;transition:.2s;cursor:pointer}@media (max-width: 575px){.reviews-bottom__pagination .swiper-pagination-bullet{width:15px;margin:0 5px}}.reviews-bottom__pagination .swiper-pagination-bullet-active{width:40px;opacity:1}@media (max-width: 575px){.reviews-bottom__pagination .swiper-pagination-bullet-active{width:30px}}.reviews-bottom__pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover{opacity:.6}.reviews-button{display:block;max-width:100%;margin:118px auto 0}@media (max-width: 1199px){.reviews-button{margin-top:100px}}@media (max-width: 991px){.reviews-button{margin-top:80px}}@media (max-width: 767px){.reviews-button{margin-top:60px}}@media (max-width: 575px){.reviews-button{margin:40px auto!important}}@media (max-width: 500px){.reviews-slide-info__name{padding-top:0!important}}.discomfort-reasons{display:flex;gap:20px;flex-wrap:wrap;justify-content:center}.reason{background-color:#6d6c6c;width:calc(33.3333% - 13.3333px);padding:0 30px 28px}@media (max-width: 940px){.reason{width:calc(50% - 10px)}}@media (max-width: 650px){.reason{width:100%}}.reason__title{display:flex;justify-content:flex-end;align-items:center;padding-left:100px;padding-top:4px;height:105px;font-family:Montserrat,sans-serif;font-weight:700;font-size:15.5px;line-height:1.15;letter-spacing:.5px;text-align:right;background-repeat:no-repeat;background-position:left 20px}.reason_number_1 .reason__title{color:#2bbc65;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="73" height="71" fill="none"><path fill="%232BBC65" d="M72.946 31.759a1.4 1.4 0 0 0-.145-.485L62.38 10.327l3.532-.947a1.488 1.488 0 0 0 1.056-1.824 1.488 1.488 0 0 0-1.83-1.052l-22.462 6.003a7.795 7.795 0 0 0-5.486-4.204V1.49c0-.825-.67-1.491-1.496-1.491C34.87 0 34.2.666 34.2 1.491v6.818c-.173.034-.348.058-.522.108a7.725 7.725 0 0 0-4.728 3.614 7.73 7.73 0 0 0-1.02 4.417L5.477 22.45a1.49 1.49 0 1 0 .775 2.878l4.09-1.091-10.14 20.38a1.563 1.563 0 0 0-.148.487c-.026.217-.606 5.351 2.738 9.114 2.2 2.479 5.511 3.735 9.841 3.735 4.33 0 7.64-1.256 9.841-3.735 3.342-3.763 2.762-8.897 2.736-9.114a1.615 1.615 0 0 0-.145-.487L14.386 23.154l14.33-3.829a7.777 7.777 0 0 0 5.485 4.202v35.918H22.899c-3.296 0-5.978 2.68-5.978 5.963v4.101A1.49 1.49 0 0 0 18.416 71h34.559c.825 0 1.496-.666 1.496-1.491v-4.1c0-3.285-2.684-5.964-5.98-5.964h-11.3V23.523c.174-.033.35-.06.52-.107a7.723 7.723 0 0 0 4.73-3.616 7.732 7.732 0 0 0 1.021-4.417l14.277-3.818-9.802 19.709c-.077.149-.125.314-.145.485-.024.212-.606 5.353 2.736 9.114 2.201 2.479 5.513 3.737 9.841 3.737 4.328 0 7.64-1.258 9.842-3.737 3.34-3.761 2.761-8.902 2.735-9.114Zm-60.313-5.42 8.682 17.454H3.949l8.684-17.455Zm0 28.636c-3.425 0-5.98-.913-7.59-2.712-1.582-1.771-1.964-4.067-2.038-5.49h19.254c-.073 1.423-.456 3.723-2.038 5.49-1.61 1.8-4.165 2.712-7.588 2.712Zm38.845 10.433v2.612H19.91v-2.612a2.987 2.987 0 0 1 2.989-2.98h25.593a2.984 2.984 0 0 1 2.986 2.98ZM39.85 18.312a4.762 4.762 0 0 1-2.911 2.226 4.803 4.803 0 0 1-5.876-3.383 4.747 4.747 0 0 1 .478-3.63 4.772 4.772 0 0 1 2.91-2.232c.411-.105.83-.165 1.246-.165a4.804 4.804 0 0 1 4.633 3.548 4.766 4.766 0 0 1-.48 3.636Zm20.52-5.32 8.683 17.451H51.686l8.683-17.45Zm0 28.632c-3.426 0-5.977-.912-7.59-2.713-1.58-1.765-1.965-4.067-2.035-5.482h19.248c-.07 1.421-.456 3.717-2.034 5.482-1.614 1.801-4.165 2.713-7.59 2.713Z"/></svg>')}.reason_number_2 .reason__title{color:#ff6b41;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="73" height="71" fill="none"><g clip-path="url(%23a)"><path fill="%23FF6B41" d="m72.776 67.62-7.5-11.177-14.144-21.078-8.253-12.3c-.93-1.387-3.11-1.405-4.598-1.499-2.131-.134-4.582-.195-6.644.446-.852.265-1.332.78-1.795 1.471l-1.328 1.979-11.931 17.78L3.46 62.797.225 67.619c-.48.718-.14 1.75.568 2.165.779.457 1.684.147 2.163-.568l7.5-11.177L22.474 40.13c.352 1.742 1.049 3.404 2.368 4.57 1.977 1.747 4.63 1.549 6.795.26 1.224-.729 2.208-1.748 3.137-2.81.06-.07.124-.133.188-.195l.044.028.07.06c.18.163.34.346.495.535l.114.16c.111.155.215.316.318.477 2.01 3.163 3.234 6.836 4.794 10.228.81 1.76 1.67 3.508 2.737 5.128.918 1.393 2.036 2.807 3.529 3.62 1.585.862 3.433.728 5.114.212 2.054-.632 3.835-1.976 5.264-3.553a20.97 20.97 0 0 0 2.89-4.117l7.21 10.742 2.509 3.741c.48.715 1.384 1.025 2.163.568.709-.415 1.049-1.448.568-2.165l-.004.002ZM32.852 24.663c.09-.136.078-.018-.122.184l.122-.184Zm-.368.4.01-.003c-.114.094-.087.054-.01.003Zm2.605 16.982c.124.096.069.05 0 0Zm12.94 17.014c-.049-.036-.074-.058 0 0Zm9.222-5.344c-.24.418-.495.827-.761 1.227a19.359 19.359 0 0 1-.608.856c.027-.038-.206.26-.238.3a13.974 13.974 0 0 1-1.729 1.779c-.08.07-.164.137-.247.204.042-.038-.278.206-.318.233a9.594 9.594 0 0 1-1.503.859 8.293 8.293 0 0 1-.514.182 7.852 7.852 0 0 1-1.067.26l-.086.009c-.15.016-.301.024-.453.031a4.566 4.566 0 0 1-.503-.004l-.144-.031c-.08-.02-.28-.095-.358-.123a4.844 4.844 0 0 1-.586-.358l-.012-.008-.115-.095a7.13 7.13 0 0 1-.437-.41c-.261-.26-.5-.541-.733-.827-.004-.006-.005-.007-.009-.01l-.16-.218a17.907 17.907 0 0 1-.41-.593c-2.207-3.31-3.61-7.13-5.213-10.748-.695-1.568-1.405-3.15-2.318-4.607-.72-1.15-1.682-2.419-3.064-2.781-1.115-.292-2.194.15-2.992.928-.635.62-1.164 1.32-1.843 1.903-.247.21-.473.37-.915.631-.167.1-.34.188-.517.27.098-.052-.346.126-.426.151a4.263 4.263 0 0 1-.448.107 3.806 3.806 0 0 1-.552.004c.141.005-.269-.06-.367-.089-.036-.01-.062-.018-.086-.023a3.172 3.172 0 0 1-.364-.206c.05.028-.199-.157-.253-.208-.052-.05-.299-.334-.305-.327a6.239 6.239 0 0 1-.585-1.026 9.237 9.237 0 0 1-.32-.981c-.322-1.171-.382-2.2-.389-3.446 0-.185-.029-.352-.076-.502 2.46-3.668 4.92-7.334 7.381-11 .127-.036.255-.065.382-.093.166-.036.334-.063.502-.09-.11.02.456-.051.56-.06.597-.056 1.196-.08 1.794-.095 1.16-.027 2.325.009 3.477.132.028.002.098.011.157.02a7.605 7.605 0 0 1 .798.157c.028.006.069.02.114.035l1.977 2.947 12.488 18.61 3.427 5.105c-.31.691-.657 1.364-1.034 2.022l.001-.003ZM26.407 17.515c1.867.475 3.983 1.014 4.93 1.916.303.289.695.437 1.09.437h.014a1.582 1.582 0 0 0 1.424-2.245c-.38-.97-2.577-6.341-5.26-8.282-.963-.698-2.599-1.444-4.3-1.444-1.867 0-3.317.9-4.08 2.532-.635 1.354-.698 2.586-.19 3.659.97 2.054 3.593 2.722 6.37 3.429l.002-.002Zm-3.319-5.747c.173-.368.44-.708 1.218-.708.881 0 1.885.437 2.446.843.755.546 1.589 1.735 2.339 3.051-.629-.18-1.27-.344-1.905-.506-1.67-.425-3.96-1.008-4.293-1.714-.081-.173-.01-.525.195-.964v-.002Zm16.09 7.773c.267.179.572.266.878.266.395 0 .788-.148 1.09-.436 1.35-1.286 4.093-1.984 6.747-2.659 3.555-.905 6.913-1.759 8.095-4.26.603-1.276.519-2.76-.252-4.406-.92-1.97-2.674-3.054-4.936-3.054-2.13 0-4.235.977-5.39 1.813-3.566 2.582-6.506 10.011-6.828 10.851a1.583 1.583 0 0 0 .596 1.886v-.001Zm8.084-10.173c.806-.584 2.257-1.213 3.536-1.213 1.28 0 1.805.658 2.074 1.232.352.752.439 1.328.257 1.712-.546 1.153-3.452 1.893-6.016 2.546-1.246.316-2.508.638-3.699 1.034 1.105-2.118 2.505-4.339 3.848-5.312v.001Zm-11.207 5.404a1.582 1.582 0 0 0 1.578-1.477c.175-2.605 1.45-4.637 2.474-6.27 1.012-1.611 1.884-3.004 1.403-4.53-.299-.945-1.048-1.658-2.29-2.182a3.882 3.882 0 0 0-1.512-.315c-2.611 0-4.118 2.639-4.495 4.412-.568 2.676 1.008 8.162 1.33 9.235a1.582 1.582 0 0 0 1.512 1.127Zm.25-9.704c.178-.84.875-1.905 1.403-1.905a.75.75 0 0 1 .287.068c.245.103.389.189.467.244-.11.397-.635 1.237-1.03 1.866-.34.542-.717 1.142-1.085 1.808-.11-.874-.138-1.618-.04-2.08h-.002Z"/></g><defs><clipPath id="a"><path fill="%23fff" d="M0 0h73v71H0z"/></clipPath></defs></svg>')}.reason_number_3 .reason__title{color:#ffb38a;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="85" height="71" fill="none"><path fill="%23FFB38A" d="M0 49.734c0-7.35 5.185-13.603 12.215-14.98a22.448 22.448 0 0 1 6.38-14.094c6.256-6.375 12.091-7 19.885-6.26C40.702 8.779 46.1 5 52.204 5c4.938 0 9.496 2.498 12.225 6.55 14.395.517 24.276 15.428 18.75 29.243a16.851 16.851 0 0 1 1.821 7.6C85 57.565 77.646 65 68.575 65H15.097C6.76 65 0 58.166 0 49.736v-.002Zm21.593-26.06c-8.566 8.729-6.298 23.874 4.804 29.434 2.498 1.247.623 5.08-1.871 3.834-6.81-3.403-11.485-10.122-12.252-17.815-4.685 1.27-8.036 5.58-8.036 10.609 0 6.064 4.862 10.979 10.86 10.979h53.477c6.731 0 12.187-5.516 12.187-12.322 0-2.298-.593-4.436-1.751-6.371l.005-.003c-.601-1.01-.158-1.855.394-3.3 4.193-10.953-4.262-23.232-16.022-22.901-1.274.035-1.687-.62-2.314-1.596-2.017-3.14-5.142-4.938-8.87-4.938-4.675 0-8.806 3.114-10.124 7.649 1.32 4.533 5.45 7.649 10.124 7.649 2.79 0 2.79 4.285 0 4.285-6.39 0-11.99-4.14-14-10.159-6.546-.704-11.254-.495-16.612 4.964l.001.002Z"/></svg>')}.reason__usage{box-sizing:border-box;padding-top:23px;border-top:3px solid white}.reason__list-title{font-family:Montserrat,sans-serif;font-weight:700;font-size:17.9px;letter-spacing:.6px;color:#fff}.reason__list{padding-top:5px;padding-left:21px}.reason__list>*+*{margin-top:2px}.reason__list-item{font-family:Montserrat,sans-serif;font-weight:400;font-size:15.5px;line-height:1.3;letter-spacing:.5px;color:#fff}.reason__button{display:inline-block;margin-top:22px;margin-left:3px;padding:12px 43px 13px 25px;font-family:Montserrat,sans-serif;font-weight:500;font-size:15.5px;letter-spacing:.5px;background-color:#fff;color:#212121;background-repeat:no-repeat;background-position:right 19px center;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="%23E6BF5D" fill-rule="evenodd" d="m9.343.929 6.364 6.364a1 1 0 0 1 0 1.414L9.343 15.07a1 1 0 0 1-1.414-1.414L12.586 9H0V7h12.586L7.929 2.343A1 1 0 0 1 9.343.929Z" clip-rule="evenodd"/></svg>');transition:color .3s,background-color .3s}@media (hover: hover){.reason__button:hover{text-decoration:none;background-color:#212121;color:#fff}}.product-line{display:flex;column-gap:20px;row-gap:30px;flex-wrap:wrap}.product{display:flex;flex-direction:column;align-items:flex-start;width:calc(25% - 15px);justify-content:space-between;text-decoration:none}@media (max-width: 1220px){.product{width:calc(50% - 10px)}}@media (max-width: 630px){.product{width:100%}}@media (hover: hover){.product:hover{text-decoration:none}}.product__title{width:100%;margin-bottom:12px;font-family:Montserrat,sans-serif;font-weight:700;font-size:18px;line-height:1.3;color:#313131;text-align:center}.product__title sup{font-size:67%;vertical-align:top;top:1px}.product__distinguished{display:flex;position:relative;flex-direction:column;justify-content:space-between;width:100%;height:306px;padding:30px 36px 22px}.product_theme_srk .product__distinguished{background-color:#ffa06c;color:#fff}.product_theme_transit .product__distinguished{background-color:#ecaddb;color:#9c3580}.product_theme_forte .product__distinguished{background-color:#ff6862;color:#fff}.product_theme_basic .product__distinguished{background-color:#6bc594;color:#fff}.product__description{font-family:Montserrat,sans-serif;font-weight:700;font-size:16px;line-height:.95;text-align:center}.product_theme_srk .product__description{color:#fff}.product_theme_transit .product__description{color:#9c3580}.product_theme_forte .product__description,.product_theme_basic .product__description{color:#fff}.product__description sup{font-size:57%;vertical-align:top;top:-2px}.product_theme_srk .product__description sup{color:#fff}.product_theme_transit .product__description sup{color:#9c3580}.product_theme_forte .product__description sup,.product_theme_basic .product__description sup{color:#fff}.product__image{position:relative;max-height:161px;margin-top:10px;display:block}.product__image img{display:block;width:100%;height:100%;object-fit:contain}.product__registration-number{position:absolute;width:160px;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-90deg);font-family:Montserrat,sans-serif;font-weight:500;font-size:6px;color:#000;text-align:center}.product_theme_srk .product__registration-number{left:calc(50% + 115px)}.product_theme_transit .product__registration-number{left:calc(50% + 104px)}.product_theme_forte .product__registration-number,.product_theme_basic .product__registration-number{left:calc(50% + 96px);top:calc(50% - 8px)}.product__badge{position:absolute;left:9px;bottom:-23px;width:114px;height:114px}.product__badge img{display:block;width:100%;height:100%}.product__effects{flex:auto;margin-top:34px}.product__effects-title{margin-left:3px;font-family:Montserrat,sans-serif;font-weight:700;font-size:16px;line-height:1.3;color:#929292}.product__effects-title sup{font-size:65%;vertical-align:top;top:1px}.product__effects-list{padding-left:15px;padding-top:7px}.product__effects-list>*+*{margin-top:11px}.product__effects-item{font-family:Montserrat,sans-serif;font-weight:400;font-size:14px;line-height:1;color:#585858}.product__effects-item sup{font-size:57%;vertical-align:top;top:1px}.product__btns{display:flex;flex-direction:row;width:100%;justify-content:space-between;margin-top:15px}@media (max-width: 767px){.product__btns{flex-direction:column}}.product__btns>a{width:calc(50% - 6px);margin:0 3px}@media (max-width: 767px){.product__btns>a{width:100%}}@media (max-width: 767px){.product__btns>a:not(:last-child){margin-bottom:8px}}.product__button{display:inline-block;padding:15px 20px 16px;text-align:center;box-sizing:border-box;width:100%;font-family:Helvetica Neue,sans-serif;font-weight:500;font-size:20px;line-height:1.3;color:#6f6f6f;border:1px solid #575757;letter-spacing:-.2px}.product__button:hover{text-decoration:underline}.problems__diarea{position:absolute;bottom:40%;right:59%}.problems__diarea-img.problems__diarea-img{width:100%;opacity:0}.problems__diarea-img.problems__diarea-img.with-animation{transform:translateY(-120%);transition:all 3s ease 0s;opacity:1}.problems__vzd{position:absolute;bottom:40%;right:59%}.problems__vzd-img.problems__vzd-img{width:100%;opacity:0}.problems__vzd-img.problems__vzd-img.with-animation{transform:translate(93%,-75%);transition:all 3s ease 0s;opacity:1}.problems__pain{position:absolute;bottom:40%;right:59%}.problems__pain-img.problems__pain-img{width:100%;opacity:0}.problems__pain-img.problems__pain-img.with-animation{transform:translate(117%,25%);transition:all 3s ease 0s;opacity:1}.problems__tosh{position:absolute;bottom:40%;right:59%}.problems__tosh-img.problems__tosh-img{width:100%;opacity:0}.problems__tosh-img.problems__tosh-img.with-animation{transform:translate(55%,107%);transition:all 3s ease 0s;opacity:1}.problems__meteo{position:absolute;bottom:40%;right:59%}.problems__meteo-img.problems__meteo-img{width:100%;opacity:0}.problems__meteo-img.problems__meteo-img.with-animation{transform:translate(-49%,110%);transition:all 3s ease 0s;opacity:1}.problems__zapor{position:absolute;bottom:40%;right:59%}.problems__zapor-img.problems__zapor-img{width:100%;opacity:0}.problems__zapor-img.problems__zapor-img.with-animation{transform:translate(-116%,31%);transition:all 3s ease 0s;opacity:1}.problems__discom{position:absolute;bottom:40%;right:59%}.problems__discom-img.problems__discom-img{width:100%;opacity:0}.problems__discom-img.problems__discom-img.with-animation{transform:translate(-97%,-70%);transition:all 3s ease 0s;opacity:1}@media (max-width: 1600px){.problems__centr{right:57%}}@media (max-width: 1400px){.problems__centr{bottom:39%;right:58%}.problems__centr,.problems__diarea,.problems__vzd,.problems__pain,.problems__tosh,.problems__meteo,.problems__zapor,.problems__discom{width:12%}}@media (max-width: 1199px){.problems{min-height:720px;padding:0 0 100px}}@media (max-width: 991px){.problems{min-height:491px;padding:0 0 100px}}@media (max-width: 767px){.problems{min-height:530px}.problems__centr,.problems__diarea,.problems__vzd,.problems__pain,.problems__tosh,.problems__meteo,.problems__zapor,.problems__discom{width:14%}}@media (max-width: 575px){.problems{min-height:470px;padding:0 0 50px}.problems__centr,.problems__diarea,.problems__vzd,.problems__pain,.problems__tosh,.problems__meteo,.problems__zapor,.problems__discom{width:18%;bottom:38%;right:59%}}body.background-shape-gradient{background-image:none}@media (min-width: 992px){body.background-shape-gradient{background-image:url(/local/templates/probiolog/img/shape-gradient-desktop.svg)}}.background-shape-gradient{background-image:url(/local/templates/probiolog/img/shape-gradient-desktop.svg);background-color:#fff5f3;background-repeat:no-repeat;background-position-x:0}@media (max-width: 1006.9px){.background-shape-gradient{background-size:100% 515.56px}}@media (min-width: 1007px) and (max-width: 1040.9px){.background-shape-gradient{background-size:100% 515.56px}}@media (min-width: 1041px) and (max-width: 1422.9px){.background-shape-gradient{background-size:100% calc(515.56px + (100vw - 1041px) / 382 * 209.44)}}@media (min-width: 1423px) and (max-width: 1456.9px){.background-shape-gradient{background-size:100% 725px}}@media (min-width: 1457px) and (max-width: 5759.9px){.background-shape-gradient{background-size:100% calc(725px + (100vw - 1457px) / 4303 * 2166.44)}}@media (min-width: 5760px){.background-shape-gradient{background-size:100% 2891.44px}}@media (max-width: 1006.9px){.background-shape-gradient{background-position-y:-13px}}@media (min-width: 1007px) and (max-width: 1040.9px){.background-shape-gradient{background-position-y:-13px}}@media (min-width: 1041px) and (max-width: 1422.9px){.background-shape-gradient{background-position-y:calc(-13px + (100vw - 1041px) / 382 * -32)}}@media (min-width: 1423px) and (max-width: 1456.9px){.background-shape-gradient{background-position-y:-45px}}@media (min-width: 1457px) and (max-width: 5759.9px){.background-shape-gradient{background-position-y:calc(-45px + (100vw - 1457px) / 4303 * -405)}}@media (min-width: 5760px){.background-shape-gradient{background-position-y:-450px}}@media (max-width: 1030px){.background-shape-gradient{background:linear-gradient(90.26deg,#fc5a2c 31.39%,#e6bd5d 99.86%)}}@media (max-width: 1006.9px){.header-height{height:82px}}@media (min-width: 1007px) and (max-width: 1040.9px){.header-height{height:82px}}@media (min-width: 1041px) and (max-width: 1422.9px){.header-height{height:calc(82px + (100vw - 1041px) / 382 * 7)}}@media (min-width: 1423px) and (max-width: 1456.9px){.header-height{height:89px}}@media (min-width: 1457px) and (max-width: 5759.9px){.header-height{height:89px}}@media (min-width: 5760px){.header-height{height:89px}}@media (max-width: 576px){.header-height{height:51px}}.desctop-menu .container{max-width:1402px;width:100%;padding:0 30px;margin:0 auto;position:relative}@media (max-width: 1030px){.desctop-menu .container{position:unset}}.desctop-menu .menu{flex:auto;margin-bottom:0}@media (min-width: 1030.1px){.desctop-menu .menu{padding-inline-start:0}}.desctop-menu .menu_item:last-child,.desctop-menu .menu_item:first-child{display:none}.desctop-menu .menu_item:nth-child(7){margin-left:16px}.desctop-menu .menu_item:nth-child(7) .menu_link7{font-family:Helvetica Neue,sans-serif;font-weight:500}@media (min-width: 1030.1px){.desctop-menu .menu_item.dropdown{position:relative}.desctop-menu .menu_item.dropdown a{position:relative;z-index:1}}.desctop-menu .menu_item:nth-last-child(-n+2){order:2}.desctop-menu .menu_item:last-child{order:1}.desctop-menu .navigation{width:100%}.desctop-menu .dropdown-menu_item{position:absolute}@media (min-width: 1030.1px){.desctop-menu .dropdown-menu_item{top:0;left:-14px;right:unset;bottom:unset;width:auto;height:auto;background:#ff673b;padding-top:37px}}@media (max-width: 1030px){.desctop-menu .header__logo{margin-top:32px}}@media (max-width: 576px){.desctop-menu .header__logo{margin-top:-2px;margin-left:-15px;width:100px}}.promo.promo{background-image:unset;background-color:unset}.discomfort.discomfort{background-color:unset}.feedback-flex>*+*{margin-left:30px}.slider-badge{position:absolute;z-index:2;width:24%;height:100%;top:0;left:36.8%}.slider-badge img{position:absolute;width:100%;height:auto;top:45%;transform:translateY(-50%)}.slider-bubble{position:absolute;width:36.789%;height:100%;top:0;left:14%}.slider-bubble img{position:absolute;width:100%;height:auto;top:-12.5%}.slider-image{position:relative;z-index:1}.mauohezBlocks .item-schemeMau0hez{flex-direction:column}.mauohezBlocks .item-schemeMau0hez .item-schemeMau0hez__body.theme_srk{background-color:#ffa06c}.mauohezBlocks .item-schemeMau0hez .item-schemeMau0hez__body.theme_transit{background-color:#e79cd3}.mauohezBlocks .item-schemeMau0hez .item-schemeMau0hez__body.theme_forte{background-color:#ff6862}.mauohezBlocks .item-schemeMau0hez .item-schemeMau0hez__body.theme_basic{background-color:#6bc594}.mauohezBlocks .item-schemeMau0hez .item-schemeMau0hez__title{text-align:center;display:block}.mauohezBlocks .item-schemeMau0hez .item-schemeMau0hez__calendar.theme_srk{background:linear-gradient(90deg,#fa8204 0%,#fab502 100%)}.mauohezBlocks .item-schemeMau0hez .item-schemeMau0hez__calendar.theme_transit{background:linear-gradient(90deg,#9c3580 0%,#df71c1 100%)}.mauohezBlocks .item-schemeMau0hez .item-schemeMau0hez__calendar.theme_forte{background:linear-gradient(90deg,#c61512 0%,#ff2443 100%)}.mauohezBlocks .item-schemeMau0hez .item-schemeMau0hez__calendar.theme_basic{background:linear-gradient(90deg,#008f73 0%,#84f1b6 100%)}.discomfort-reasons__container .lineika-mauohezBlocks__title{margin-bottom:20px}.discomfort-reasons__container .lineika-mauohezBlocks__title sup{font-size:50%;vertical-align:top;top:27px}.product__container .lineika-mauohezBlocks__title{margin-bottom:20px}.product__container .lineika-mauohezBlocks__title sup{font-size:50%;vertical-align:top;top:27px}.scheme-mauohezBlocks__title{margin-top:50px;margin-bottom:20px}.scheme-mauohezBlocks__title sup{font-size:50%;vertical-align:top;top:27px}.item-schemeMau0hez__head.item-schemeMau0hez__head.item-schemeMau0hez__head{padding-top:0!important}section#products{background:#ffffff;padding:40px 0;margin-top:40px}.btn-kvz a{display:inline-block;margin-bottom:0;box-sizing:border-box;width:auto;padding-bottom:17px;margin-top:40px}.btn-kvz a:hover{text-decoration:underline}.scheme-mauohezBlocks__body.scheme-mauohezBlocks__body.scheme-mauohezBlocks__body{column-gap:20px;row-gap:30px;flex-wrap:wrap;justify-content:flex-start;flex-direction:row}.scheme-mauohezBlocks__body.scheme-mauohezBlocks__body.scheme-mauohezBlocks__body .scheme-mauohezBlocks__item{width:calc(25% - 15px);flex:none}@media (max-width: 1150px){.scheme-mauohezBlocks__body.scheme-mauohezBlocks__body.scheme-mauohezBlocks__body .scheme-mauohezBlocks__item{width:calc(50% - 10px)}}@media (max-width: 500px){.scheme-mauohezBlocks__body.scheme-mauohezBlocks__body.scheme-mauohezBlocks__body .scheme-mauohezBlocks__item{width:100%}}.scheme-mauohezBlocks__body.scheme-mauohezBlocks__body.scheme-mauohezBlocks__body .item-schemeMau0hez__image img{max-height:157px}.header+*{margin-top:0;padding-top:20px}.aptsale__container .first__block.first__block{margin-top:0}.aptsale__container.aptsale__container{padding-top:20px}.slide-mauohezBlocks{margin-right:50px}.mauohezBlocks .item-schemeMau0hez__name.item-schemeMau0hez__name{box-shadow:0 4px 16px #00000026;max-width:unset;display:inline-block;padding:.75em!important}@media (min-width: 525px) and (max-width: 990.9px) and (max-width: 524.9px){.slide-mauohezBlocks_number_1 .slide-mauohezBlocks__image{margin-top:30px}}@media (min-width: 525px) and (max-width: 990.9px) and (min-width: 525px) and (max-width: 990.9px){.slide-mauohezBlocks_number_1 .slide-mauohezBlocks__image{margin-top:calc(30px + (100vw - 525px) / 466 * 30)}}@media (min-width: 525px) and (max-width: 990.9px) and (min-width: 991px){.slide-mauohezBlocks_number_1 .slide-mauohezBlocks__image{margin-top:60px}}.search-page{min-height:37vh}.search-page form{display:flex;flex-direction:row}@media screen and (max-width: 768px){.search-page form{align-items:center;gap:20px}}@media screen and (max-width: 768px){.search-page form input[type=text]{width:100%}}.search-page form .search_button{display:flex;align-items:center;padding:0 43px;font-weight:600;font-size:16px;line-height:1;text-align:center;color:#fff;transition:.5s;background:linear-gradient(90deg,#CC1E1E 0%,#FF1313 100%);box-shadow:0 10px 20px #ea1717bf;border-radius:60px;outline:none;border:none;height:30px;margin-left:20px}@media screen and (max-width: 768px){.search-page form .search_button{margin-left:0}}
