

/* Start:/local/templates/lomexin/css/animate.min.css?177496589816952*/
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{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:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(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:scaleX(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:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.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:scaleX(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(-1turn);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) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-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) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-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:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(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) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(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}
/* End */


/* Start:/local/templates/lomexin/css/common.min.css?177496589847739*/
:root {
	--color-main-blue: #5175ae;
	--color-main-dark-gray: #414042;
	--color-second-light-blue: #dceefc;
	--height-list-item: 43px;
	--height-pharmacy-item: 60px;
	--transition-very-fast: 50ms;
	--transition-fast: 150ms;
	--transition-slow: 350ms;
	--z-index-major: 10000;
}

.visually-hidden {
	position: absolute!important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px,1px,1px,1px);
	padding: 0!important;
	border: 0!important;
	height: 1px!important;
	width: 1px!important;
	overflow: hidden;
	display: none!important;
}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,aside,footer,header,nav,section {
	display: block;
}

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

figcaption,figure,main {
	display: block;
}

figure {
	margin: 1em 40px;
}

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

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

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

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

b,strong {
	font-weight: inherit;
	font-weight: bolder;
}

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

dfn {
	font-style: italic;
}

mark {
	background-color: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

audio,video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

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

button,input {
	overflow: visible;
}

button,select {
	text-transform: none;
}

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

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

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

fieldset {
	padding: .35em .75em .625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

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

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

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

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

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

details,menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

[hidden],template {
	display: none;
}

@font-face {
	font-family:Boomboom;src:url(/local/templates/lomexin/css/../fonts/boomboom.eot);src:url(/local/templates/lomexin/css/../fonts/boomboom.eot?#iefix) format("embedded-opentype"),url(/local/templates/lomexin/css/../fonts/boomboom.woff) format("woff"),url(/local/templates/lomexin/css/../fonts/boomboom.ttf) format("truetype");font-weight:400;font-style:normal;
}

.h-no-margin {
	margin: 0;
}

.h-margin_bottom_xs {
	margin-bottom: 5px;
}

.h-margin_bottom_sm {
	margin-bottom: 10px;
}

.h-margin-bottom_md {
	margin-bottom: 15px;
}

.b-details-panel .h-margin-bottom_lg,.h-margin-bottom_lg {
	margin-bottom: 30px;
}

.h-bold {
	font-weight: 700;
}

.h-medium {
	font-weight: 500;
}

.h-semi-bold {
	font-weight: 400;
}

.h-italic {
	font-style: italic;
}

.h-pull-left {
	float: left;
}

.h-pull-right {
	float: right;
}

.h-block {
	display: block;
}

.h-clearfix {
	clear: both;
}

html {
	font-size: 68.5%;
}

body {
	font-size: 1.4em;
	font-family: Roboto,sans-serif;
	font-weight: lighter;
	line-height: 2rem;
	color: var(--color-main-dark-gray);
	background: url(/local/templates/lomexin/css/../img/background.jpg) no-repeat 50% #f6e3dc;
	-webkit-background-size: cover;
	background-size: cover;
	overflow: hidden;
	position: relative;
}

body.inner {
	background: #f6e3dc;
	min-height: 100vh;
	overflow: auto;
	padding-top: 100px;
}

@media (max-width:1000px) {
	body.inner {
		padding-top: 190px;
	}
}

.bg-image {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 1440px;
	z-index: -1;
}

.bg-image,.bg-image img {
	margin: auto;
	max-width: 100%;
}

.bg-image img {
	display: block;
	height: auto;
}

.bg-image:before {
	left: 0;
	background: linear-gradient(90deg,#f6e3dc 0,hsla(0,0%,100%,0));
}

.bg-image:after,.bg-image:before {
	content: "";
	position: absolute;
	top: 0;
	width: 100px;
	height: 100%;
}

.bg-image:after {
	right: 0;
	background: linear-gradient(90deg,hsla(0,0%,100%,0) 0,#f6e3dc);
}

a,a:active,a:focus,a:visited {
	color: var(--color-main-blue);
	text-decoration: underline;
	font-weight: 700;
}

a:hover {
	color: var(--color-main-blue);
	text-decoration: none;
}

.img-inner {
	margin: 60px -50px;
}

.img-inner img {
	width: 100%;
	margin-bottom: -5px;
	height: auto;
}

@media (max-width:1000px) {
	.img-inner {
		margin: 40px -30px;
	}
}

@media (max-width:550px) {
	.img-inner {
		margin: 40px -20px;
	}
}

.img-author {
	background: #fff;
	width: calc(100% - 40px);
	display: block;
	font-size: 13px;
	color: #999;
	padding: 13px 20px;
	text-align: center;
}

.inner-footer {
	display: none;
	background: #f1c6d9;
	height: 124px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	border-top: 1px solid #fbdeeb;
	color: #fff;
}

@media (max-width:550px) {
	.inner-footer {
		padding: 20px 0;
		height: auto;
	}
}

.inner-footer .flex-footer {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	background: #f1c6d9;
	text-align: center;
	margin: 0 auto;
}

.inner-footer .flex-footer p {
	width: 100%;
	margin: 0;
	text-align: center;
}

.inner .inner-footer {
	display: flex;
}

.inner .b-footer {
	position: static;
}

@media (max-width:1000px) {
	.inner .b-footer {
		display: block;
		background: #f1c6d9;
	}
}

@media (max-width:550px) {
	.inner .b-footer {
		padding: 15px 25px 0;
	}
}

.inner .b-alert {
	position: static;
	height: auto;
	line-height: 1.2;
	padding: 20px 25px;
}

@media (max-width:1000px) {
	.inner .b-alert {
		margin: 0 0 10px;
		padding: 0;
	}
}

@media (max-width:550px) {
	.inner .b-alert {
		font-size: 18px;
		line-height: 1.2;
	}
}

.inner .b-meta {
	display: none;
}

.inner .b-details-panel {
	display: block;
}

.b-details-panel:not(:empty) {
	color: var(--color-main-dark-gray);
}

.b-details-panel:not(:empty) .page-title {
	color: var(--color-main-blue);
	font: normal 55px/1.2 Lobster,sans-serif;
	text-align: center;
	margin: 0 0 45px;
}

@media (max-width:1000px) {
	.b-details-panel:not(:empty) .page-title {
		font-size: 50px;
	}
}

@media (max-width:550px) {
	.b-details-panel:not(:empty) .page-title {
		font-size: 45px;
	}
}

.b-details-panel:not(:empty) .page-title-article {
	font-size: 45px;
	text-align: left;
	margin: 0 0 20px;
}

@media (max-width:1000px) {
	.b-details-panel:not(:empty) .page-title-article {
		font-size: 40px;
	}
}

@media (max-width:550px) {
	.b-details-panel:not(:empty) .page-title-article {
		font-size: 36px;
	}
}

.b-details-panel:not(:empty) h2 {
	font-size: 24px;
	text-transform: uppercase;
	margin: 30px 0 15px;
	font-weight: 300;
}

.b-details-panel:not(:empty) h3 {
	font-size: 18px;
	text-transform: uppercase;
	margin: 30px 0 15px;
	font-weight: 300;
}

.b-details-panel:not(:empty) h4 {
	font-size: 20px;
	margin: 30px 0 15px;
	font-weight: 300;
}

.b-details-panel:not(:empty) h5 {
	font-size: 18px;
	margin: 30px 0 15px;
	font-weight: 300;
}

.b-details-panel:not(:empty) h6 {
	font-size: 16px;
	text-transform: uppercase;
	margin: 30px 0 15px;
	font-weight: 300;
}

.b-details-panel:not(:empty) blockquote {
	padding: 30px 90px 30px 45px;
	background: #fff;
	border-radius: 6px 0 0 6px;
	overflow: hidden;
	border-left: 6px solid #f4724b;
	font-size: 20px;
	line-height: 1.4;
	margin: 30px -50px 40px 0;
}

@media (max-width:1000px) {
	.b-details-panel:not(:empty) blockquote {
		margin: 30px -30px 40px 0;
		padding: 30px 60px 30px 45px;
	}
}

@media (max-width:550px) {
	.b-details-panel:not(:empty) blockquote {
		margin: 30px -20px 40px 0;
		padding: 30px;
	}
}

.b-details-panel:not(:empty) img[align=right] {
	margin: 0 0 20px 20px;
	float: right;
}

.b-details-panel:not(:empty) img[align=left] {
	margin: 0 20px 20px 0;
	float: left;
}

.container {
	width: 100%;
	max-width: 875px;
	margin: 0 auto;
	position: relative;
}

.container .content {
	background: #ddeefc;
	padding: 50px 50px 60px;
	margin-bottom: 50px;
	border-radius: 6px;
}

@media (max-width:1000px) {
	.container .content {
		padding: 50px 30px 60px;
	}
}

@media (max-width:550px) {
	.container .content {
		padding: 50px 20px 60px;
	}
}

.article-list {
	display: flex;
	width: calc(100% + 20px);
	margin-left: -10px;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

@media (max-width:550px) {
	.article-list {
		width: 100%;
		margin-left: 0;
	}
}

.article-list__item {
	width: calc(33.3333% - 20px);
	margin: 0 10px 20px;
	background: #fff;
	border-radius: 3px;
	overflow: hidden;
}

@media (max-width:900px) {
	.article-list__item {
		width: calc(50% - 20px);
	}
}

@media (max-width:550px) {
	.article-list__item {
		width: 100%;
		margin: 0 0 20px;
	}

	.article-list__item .btn {
		display: block;
		text-align: center;
	}
}

.article-list__title {
	font: 500 18px/1.4 Roboto,sans-serif;
	margin-bottom: 25px;
	text-transform: uppercase;
}

@media (max-width:550px) {
	.article-list__title {
		text-align: center;
	}
}

.article-list__image {
	width: 100%;
}

.article-list__img {
	width: 100%;
	height: auto;
}

.article-list__content {
	padding: 25px 30px;
}

.btn {
	font: 700 14px/1.4 Roboto,sans-serif;
	text-transform: uppercase;
	border: 2px solid #ddeefc;
	padding: 7px 25px;
	border-radius: 25px;
	display: inline-block;
	color: #466dab;
	text-decoration: none;
	transition: .2s;
}

.btn:hover {
	background: #ddeefc;
}

.btn-more {
	font-weight: 500;
	font-size: 21px;
	border-color: #fff;
	width: 280px;
	padding: 5px 25px;
	margin: 25px auto 30px;
}

@media (max-width:550px) {
	.btn-more {
		display: block;
		max-width: 280px;
		width: 100%;
		padding: 5px 0;
	}
}

.btn-more:hover {
	background: #fff;
}

.load-more {
	text-align: center;
}

.back {
	margin: -33px -50px 60px;
	padding: 0 20px 15px;
	border-bottom: 2px solid #fff;
}

@media (max-width:1000px) {
	.back {
		margin: -33px -30px 40px;
	}
}

@media (max-width:550px) {
	.back {
		margin: -33px -20px 40px;
	}
}

.back-link {
	font: 500 14px/1.4 Roboto,sans-serif;
	text-transform: uppercase;
	padding-left: 20px;
	text-decoration: none;
	position: relative;
}

.back-link:before {
	top: 5px;
	transform: rotate(-45deg);
}

.back-link:after,.back-link:before {
	content: "";
	width: 9px;
	height: 1px;
	background: #466dab;
	position: absolute;
	left: 0;
}

.back-link:after {
	top: 11px;
	transform: rotate(45deg);
}

.b-nav {
	position: absolute;
	top: 30px;
	right: 0;
	left: 0;
	z-index: 10;
	display: flex;
	justify-content: center;
	max-width: 100vw;
}

.b-nav__item:not(:last-of-type) {
	margin-right: 20px;
}

.b-nav__item a {
	text-transform: uppercase;
	color: var(--color-main-dark-gray);
	font-weight: lighter;
	font-size: 1.85rem;
	text-decoration: none;
	height: 42px;
	border-radius: 23px;
	border: 2px solid transparent;
	padding: 8px 16px;
	box-sizing: border-box;
}

.b-nav__item.active a {
	border-color: #fff;
	color: var(--color-main-blue);
	font-weight: bolder;
}

.b-footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	line-height: 2.4rem;
}

.b-footer:after {
	clear: both;
}

.b-powered {
	position: absolute;
	bottom: calc(7.5vw + 40px);
	left: 50px;
}

a.b-powered__link,a.b-powered__link:active,a.b-powered__link:focus {
	font-weight: lighter;
	color: var(--color-main-dark-gray);
}

.b-meta {
	position: absolute;
	right: 0;
	bottom: calc(7.5vw + 40px);
	display: table;
	border-spacing: 50px 0;
	line-height: 2.4rem;
}

.b-meta__col {
	display: table-cell;
	vertical-align: bottom;
}

.b-alert {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 7.5vw;
	background-color: #f1c6d9;
	color: #fff;
	text-transform: uppercase;
	font-family: Cuprum,sans-serif;
	text-align: center;
	line-height: 1.15;
	display: flex;
	justify-content: center;
	align-items: center;
}

.b-alert a,.b-alert a:active,.b-alert a:focus {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	font-weight: 400;
}

.b-alert a:hover {
	border-bottom: none;
}

.bx-core .b-nav {
	top: 60px;
}

.section {
	position: relative;
	overflow: hidden;
}

.b-girl {
	background: top no-repeat;
	background-size: contain /*! Add */;
}

.b-girl,.b-think-cloud {
	position: absolute;
}

.b-think-cloud__text-container {
	position: absolute;
	top: 35%;
	text-align: center;
}

.b-think-cloud__link {
	font-family: Lobster,cursive;
	color: var(--color-main-blue);
	text-decoration: none;
	border-bottom: 3px solid #f8cadf;
	display: inline-block;
}

.b-think-cloud__link:focus {
	text-decoration: none;
}

.b-think-cloud__note {
	text-transform: lowercase;
}

.b-medicament-note {
	position: absolute;
}

.b-medicament-note_lomexin {
	bottom: 95px;
	right: 378px;
	right: 535px;
}

.b-medicament-note_thrush {
	width: 503px;
	right: 50px;
	bottom: 10px;
	font-size: 1.2rem;
	display: none;
}

.bx-core .b-medicament-note_lomexin {
	bottom: 135px;
}

.bx-core .b-medicament-note_thrush {
	bottom: 49px;
}

.b-panels {
	display: none;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 20;
	width: 670px;
	max-width: 100%;
	height: 100%;
	background-color: var(--color-second-light-blue);
	box-sizing: border-box;
	-webkit-animation-duration: .7s;
	-moz-animation-duration: .7s;
	-o-animation-duration: .7s;
	animation-duration: .7s;
}

.b-panels.full-width .b-panels__track {
	visibility: hidden;
}

.b-panels__scroller {
	width: 100%;
	height: 100%;
	position: relative;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.b-panels__scroller::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.b-panels__track {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 24px;
	background-color: #f1f8fe;
}

.b-panels__bar {
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	width: 10px;
	background: #dcddde;
	border-radius: 5px;
	cursor: pointer;
}

.b-close-btn {
	position: absolute;
	top: 20px;
	right: 44px;
	background: url(/local/templates/lomexin/css/../img/close-btn.png) no-repeat;
	width: 18px;
	height: 18px;
}

.b-next-btn,.b-next-btn:active,.b-next-btn:focus,.b-next-btn:visited {
	font-size: 1.85rem;
	font-weight: lighter;
	text-transform: uppercase;
	border: 2px solid #fff;
	text-decoration: none;
	padding: 8px 16px;
	border-radius: 1.85rem;
	display: inline-block;
	margin-top: 20px;
}

.b-next-btn:hover {
	background-color: #fff;
}

.b-details-panel {
	display: none;
	padding: 40px 48px;
}

.b-details-panel .h1,.b-details-panel h1 {
	font-family: Lobster,cursive;
	font-size: 4.664rem;
	line-height: 4.664rem;
	color: var(--color-main-blue);
	margin: 0 0 30px;
}

.b-details-panel .h1>span,.b-details-panel h1 span {
	font-size: 2.6rem;
	font-family: Roboto,sans-serif;
	font-weight: lighter;
}

.b-details-panel .b-large-inscription,.b-details-panel h3 {
	text-transform: uppercase;
	font-weight: lighter;
}

.b-details-panel h3 {
	margin: 30px 0 25px;
}

.b-details-panel p {
	margin: 0;
}

.b-details-panel ul {
	list-style-type: none;
	padding-left: 0;
}

.b-details-panel ul>li {
	padding-left: 22px;
	position: relative;
}

.b-details-panel ul>li:not(:last-of-type) {
	margin-bottom: 10px;
}

.b-details-panel ul>li:before {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 8px;
	height: 8px;
	background-color: #f3724b;
	border-radius: 50%;
}

.b-details-panel ol {
	counter-reset: num-counter;
	padding-left: 0;
}

.b-details-panel ol>li {
	position: relative;
	list-style-type: none;
	padding-left: 57px;
	min-height: var(--height-list-item);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.b-details-panel ol>li:not(:last-of-type) {
	margin-bottom: 10px;
}

.b-details-panel ol>li:before {
	counter-increment: num-counter;
	content: counter(num-counter);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: var(--height-list-item);
	height: var(--height-list-item);
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: var(--height-list-item);
}

.b-details-panel ol>li.no-padding {
	padding-top: 0;
}

.b-details-panel .b-item-with-header__header {
	display: block;
	font-weight: 500;
	margin-bottom: 0;
}

.b-flex {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

.b-flex.b-flex_space-around {
	justify-content: space-around;
}

.b-flex.b-flex_wrap {
	flex-wrap: wrap;
}

.b-stat-fact-container {
	margin: 30px 0 0;
}

.b-stat-fact {
	width: 33.33333333%;
	text-align: center;
	position: relative;
}

.b-stat-fact__percent {
	width: 85%;
	font-size: 4rem;
	line-height: 4rem;
	color: var(--color-main-blue);
	border-bottom: 2px solid #fff;
	margin: 0 auto 20px;
	padding-bottom: 10px;
	cursor: pointer;
}

.b-tooltip {
	display: none;
	position: absolute;
	text-align: left;
	font-size: 1.4rem;
	line-height: 2rem;
}

.b-tooltip:after {
	content: "";
	border-top: 0 solid transparent;
	border-color: #fff transparent transparent;
	border-style: solid;
	border-width: 6px 10px 0 0;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 0;
	margin-left: auto;
	margin-right: auto;
}

.b-tooltip__inner {
	background-color: #fff;
	border-radius: 4px;
	padding: 8px 12px;
	margin-bottom: 6px;
}

.b-tooltip__inner a {
	font-weight: lighter;
}

.b-mushroom {
	width: 15.4%;
	text-align: center;
	font-size: 1.2rem;
	font-style: italic;
}

.b-mushroom:first-of-type {
	width: 23%;
}

.b-mushroom:hover .b-mushroom__image {
	border-color: #fff;
}

.b-mushroom:hover .b-mushroom__text {
	font-weight: 700;
}

.b-mushroom__image {
	margin-bottom: 10px;
	border-radius: 50%;
	border: 2px solid transparent;
}

.b-symptom {
	width: 40%;
	text-align: center;
	margin-bottom: 24px;
}

.b-symptom__image {
	margin-bottom: 12px;
}

.lomexin-data,.lomexin-img {
	max-width: 50%;
}

.lomexin-img {
	position: relative;
	left: -10px;
}

.watch-link {
	font-style: italic;
	display: inline-block;
	margin-bottom: 25px;
}

.watch-link:before {
	content: "";
	background: url(/local/templates/lomexin/css/../img/link-eye.png) no-repeat;
	width: 25px;
	height: 14px;
	display: inline-block;
	margin-right: 8px;
}

.watch-link:before,.watch-link span {
	vertical-align: middle;
}

.bx-core .b-close-btn {
	top: 50px;
}
  .js-think-cloud.loaded {
    opacity: 1;
  }
@media (min-aspect-ratio:46/31) {
	.b-girl {
		width: 41vw;
		height: 105vh;
		bottom: -15vh;
	}

	.b-girl_thrush {
		left: 10vw;
	}

	.b-girl_how-to-treat {
		left: 11.5vw;
	}

	.b-girl_lomexin {
		left: 4.5vw;
	}

	.b-think-cloud {
		background: url(/local/templates/lomexin/css/../img/think-cloud-r.png) no-repeat;
		background-size: cover;
		left: 40.6vw;
		top: 12.8vh;
		width: 41.2vw;
		height: 21.9vw;
	}

	.b-think-cloud__text-container {
		left: 28%;
		width: 60%;
		height: 37%;
	}

	.b-think-cloud__link {
		font-size: 4.5vw;
		line-height: 4.5vw;
		height: 4.5vw;
	}

	.b-think-cloud__note {
		margin-top: .5vw;
		font-size: 2vw;
	}

	.b-meta,.b-powered {
		bottom: 145px;
	}

	.b-alert {
		height: 105px;
		font-size: 37.8px;
	}

	.b-medicament-note {
		bottom: 225px;
	}

	.bx-core .b-medicament-note {
		bottom: 264px;
	}
}

@media (min-aspect-ratio:46/31) and (max-width:767px) {
	.b-nav {
		-webkit-transform: scale(.7);
		-moz-transform: scale(.7);
		-ms-transform: scale(.7);
		-o-transform: scale(.7);
		transform: scale(.7);
		top: 15px;
	}

	.b-girl {
		width: 32vw;
		height: 89vh;
		left: 8vw;
		bottom: auto;
		top: 55px;
	}

	.b-think-cloud {
		left: 41.6vw;
		top: 25vh;
		width: 37.4vw;
		height: 20vw;
	}

	.b-think-cloud__link {
		font-size: 3.5vw;
		line-height: 3.5vw;
		height: 3.5vw;
	}

	.b-footer {
		font-size: 1.2rem;
		transform: scale(.9);
		left: -20px;
		right: -20px;
		bottom: 16px;
	}

	.b-meta,.b-powered {
		line-height: 2rem;
		bottom: 30px;
	}

	.b-powered {
		left: 0;
	}

	.b-meta {
		border-spacing: 10px 0;
	}

	.b-alert {
		margin-left: -16px;
		margin-right: -16px;
		position: relative;
		bottom: -24px;
		height: 50px;
		line-height: 50px;
		font-size: 1.6rem;
	}

	.b-medicament-note_lomexin {
		bottom: 52px;
		right: 257.5px;
		font-size: 1.2rem;
	}

	.bx-core .b-nav {
		top: 50px;
	}

	.bx-core .b-medicament-note_lomexin {
		bottom: 90px;
	}
}

@media (max-width:767px) {
	.b-medicament-note {
		width: auto;
		right: 0;
		bottom: 0;
		left: 0;
		text-align: center;
		z-index: 20;
	}

	.bx-core .b-medicament-note {
		bottom: 39px;
	}
}

@media (min-aspect-ratio:1/1) and (max-aspect-ratio:46/31) {
	.b-girl {
		width: 65vw;
		height: 100vh;
		bottom: -14vh;
	}

	.b-girl_thrush {
		left: 7vw;
	}

	.b-girl_how-to-treat {
		left: 8.5vw;
	}

	.b-girl_lomexin {
		left: 1.5vw;
	}

	.b-think-cloud {
		background: url(/local/templates/lomexin/css/../img/think-cloud-br.png) no-repeat;
		background-size: cover;
		left: 51.5vw;
		top: 27.6vh;
		width: 36.3vw;
		height: 21.4vw;
	}

	.b-think-cloud__text-container {
		left: 18%;
		width: 73%;
		height: 41%;
	}

	.b-think-cloud__link {
		font-size: 4.5vw;
		line-height: 4.5vw;
		height: 4.5vw;
	}

	.b-think-cloud__note {
		margin-top: 1.4vw;
		font-size: 2vw;
	}

	.b-meta,.b-powered {
		bottom: calc(7.5vw + 40px);
	}

	.b-alert {
		height: 7.5vw;
		font-size: 2.7vw;
		line-height: 7.5vw;
	}

	.b-medicament-note {
		bottom: calc(10vw + 95px);
	}

	.bx-core .b-medicament-note {
		bottom: calc(7.5vw + 135px);
	}
}

@media (max-aspect-ratio:1/1) {
	.b-nav {
		flex-direction: column;
		text-align: center;
		top: 15px;
	}

	.b-nav__item {
		height: 35px;
	}

	.b-nav__item:not(:last-of-type) {
		margin-right: 0;
	}

	.b-girl {
		width: 68vw;
		height: 63vh;
		right: 0;
		bottom: -17vh;
		left: 0;
		margin-left: auto;
		margin-right: auto;
		z-index: 10;
	}

	.b-girl_how-to-treat {
		width: 58vw;
		height: 71vh;
		bottom: -25vh;
	}

	.b-think-cloud {
		background: url(/local/templates/lomexin/css/../img/think-cloud-only.png) no-repeat;
		background-size: cover;
		width: 80%;
		height: 48.5vw;
		top: 30vh;
	}

	.b-think-cloud,.b-think-cloud__text-container {
		right: 0;
		left: 0;
		margin-left: auto;
		margin-right: auto;
	}

	.b-think-cloud__link {
		font-size: 10vw;
		line-height: 10vw;
		height: auto;
	}

	.b-think-cloud__note {
		margin-top: 1vw;
		font-weight: 400;
		font-size: 3vw;
	}

	.b-panels.full-width .b-close-btn {
		right: 19px;
	}

	.b-panels.full-width .b-details-panel {
		padding: 40px 15px;
	}

	.b-panels.full-width .b-details-panel .h1,.b-panels.full-width .b-details-panel h1 {
		font-size: 3.3rem;
		line-height: 2.8rem;
	}

	.b-panels.full-width .b-details-panel .b-stat-fact-container {
		flex-direction: column;
	}

	.b-panels.full-width .b-details-panel .b-stat-fact {
		width: 50%;
		margin-left: auto;
		margin-right: auto;
	}

	.b-panels.full-width .b-details-panel .b-stat-fact:not(:last-of-type) {
		margin-bottom: 25px;
	}

	.b-panels.full-width .b-details-panel .b-mushroom-container {
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.b-panels.full-width .b-details-panel .b-mushroom {
		width: 28%;
		margin-bottom: 25px;
	}

	.b-panels.full-width .b-details-panel ol ul {
		margin-left: -40px;
	}

	.b-panels.full-width .b-details-panel .lomexin-data,.b-panels.full-width .b-details-panel .lomexin-img {
		float: none;
		max-width: 329px;
	}

	.b-panels.full-width .b-details-panel .lomexin-img {
		width: 100%;
	}

	.b-panels.full-width .b-details-panel .b-next-btn-wrapper {
		text-align: center;
	}

	.b-footer {
		display: none;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: #fff;
		padding: 15px 64px 0;
		-webkit-animation-duration: .5s;
		-moz-animation-duration: .5s;
		-o-animation-duration: .5s;
		animation-duration: .5s;
	}

	.b-footer_visible {
		display: block;
	}

	.b-meta,.b-powered {
		position: static;
	}

	.b-meta {
		border-spacing: 0;
		margin-bottom: 15px;
	}

	.b-meta,.b-meta__col {
		display: block;
	}

	.b-alert {
		position: static;
		margin-left: -64px;
		margin-right: -64px;
		font-size: 2.3rem;
		height: auto;
		padding: 15px;
	}

	.bx-core .b-nav {
		top: 65px;
	}
}

.breadcrumbs {
	list-style: none;
	margin: 0;
	padding: 10px 20px;
}

.breadcrumbs__item {
	display: inline-block;
}

.breadcrumbs__item:not(:last-child):after {
	content: ">";
	display: inline-block;
	margin: 0 5px;
}

@media screen and (min-width:550px) {
	.breadcrumbs {
		padding: 10px 30px;
	}
}

@media screen and (min-width:1000px) {
	.breadcrumbs {
		padding: 10px 50px;
	}
}

.where-buy-list {
	display: flex;
	flex-wrap: wrap;
}

.b-details-panel .where-buy-list>li {
	width: 50%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
	height: var(--height-pharmacy-item);
}

.b-details-panel .where-buy-list>li:before {
	content: "";
	display: none;
}

.b-details-panel .where-buy-list>li>a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: var(--height-pharmacy-item);
	border-radius: 12px;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	padding: 0 10px;
	border: 1px solid var(--color-main-blue);
	transition: var(--transition-slow);
}

.b-details-panel .where-buy-list>li:hover>a {
	transition: var(--transition-fast);
	transform: translateY(-5px);
}

.b-details-panel .where-buy-list>li>a:active {
	transform: translateY(-5px) scale(.98);
	transition: var(--transition-very-fast);
}

.where-buy-list>li>a>img,.where-buy-list>li>a>svg {
	--max-width: calc(var(--max-height)*3.16);
	--max-height: 52px;
	width: 100%;
	max-width: var(--max-width);
	max-height: var(--max-height);
}

@media screen and (min-width:768px) {
	.b-details-panel .where-buy-list>li {
		width: 30%;
		margin-right: 2.5%;
		margin-left: 2.5%;
	}

	.b-details-panel .where-buy-list>li:nth-child(3n+1) {
		margin-left: 0;
	}

	.b-details-panel .where-buy-list>li:nth-child(3n+3) {
		margin-right: 0;
	}
}

.pagination--article {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.button {
	--transition: 400ms;
	text-decoration: none;
	font-size: 20px;
	line-height: 23px;
	outline: none;
	background-color: transparent;
	border: none;
	border: 2px solid var(--color-main-dark-gray);
	box-sizing: border-box;
	border-radius: 100px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	text-transform: uppercase;
	width: 160px;
	height: 44px;
	opacity: 1;
	transform: scale(1);
	transition: var(--transition,.4s) ease-in all;
}

.button:active,.button:hover {
	--transition: 120ms;
}

.button:hover {
	transition: var(--transition,.12s) ease-out opacity;
	opacity: .75;
}

.button:active {
	transition: var(--transition,.12s) ease-out transform;
	transform: scale(.95);
}

.button--outline-white {
	border: 2px solid #fff;
}

.button--blue {
	color: var(--color-main-blue);
}

.button--dark-gray,.button--dark-gray:active,.button--dark-gray:hover,.button--dark-gray:visited {
	color: var(--color-main-dark-gray);
}

.warning-cookie {
	background-color: hsla(0,0%,100%,.8);
	z-index: var(--z-index-major);
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
}

.warning-cookie--hiding {
	animation: fadeOut .5s ease-out forwards;
}

.warning-cookie--is-hidden {
	display: none;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.warning-cookie__inner-wrapper {
	width: 100%;
	max-width: 1262px;
	padding: 15px;
}

.warning-cookie__text-wrapper {
	font-size: 18px;
	line-height: 150%;
	color: var(--color-main-dark-gray);
	margin-bottom: 10px;
}

@media screen and (min-width:998px) {
	.warning-cookie {
		height: 140px;
	}

	.warning-cookie__inner-wrapper {
		display: flex;
		justify-content: space-between;
	}

	.warning-cookie__text-wrapper {
		margin-bottom: 0;
		margin-right: 10px;
	}
}

:root {
	--max-width-404: 1570px;
}

.second-body {
	min-height: 100vh;
}

.main-404 {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	min-height: 80vh;
}

@media screen and (min-width:1024px) {
	.main-404 {
		background-image: url(/images/404/background_404.png);
	}
}

.main-404__wrapper {
	width: 100%;
	max-width: var(--max-width-404);
	margin: 0 auto;
	padding: 15px 15px 0;
}

.main-404__cloud {
	background-image: url(/images/404/cloud.svg);
	background-size: contain;
	background-repeat: no-repeat;
	max-width: 172px;
	height: 92px;
	width: 100%;
	margin: 0 auto 20px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.main-404__cloud-title {
	font-family: Lobster,sans-serif;
	color: var(--color-main-blue);
	font-size: 31.6215px;
	line-height: 40px;
	margin: 0;
	width: 80%;
}

.main-404__cloud-text {
	width: 80%;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	color: var(--color-main-dark-gray);
}

.main-404__404 {
	font-weight: 700;
	font-size: 72px;
	line-height: 1.15em;
	color: #fff;
	text-align: center;
}

.main-404__list-wrapper {
	padding: 0;
}

.main-404__list-title {
	font-size: 14px;
	line-height: 16px;
	color: var(--color-main-dark-gray);
	font-weight: 500;
}

.main-404__list li {
	font-weight: 300;
	font-size: 12px;
	line-height: 120%;
}

.b-details-panel .main-404__list li:before {
	top: 3px;
}

.main-404__second-row {
	background-color: var(--color-second-light-blue);
	margin: 0 -15px;
	text-align: center;
	padding: 24px 15px;
}

.main-404__second-row-title {
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	text-transform: uppercase;
	color: var(--color-main-dark-gray);
	width: 100%;
	max-width: 160px;
	margin: 0 auto 12px;
}

.main-404__button:not(:last-child) {
	margin-bottom: 15px;
}

@media screen and (min-width:768px) {
	.main-404__wrapper {
		padding-bottom: 80px;
	}

	.main-404__first-row {
		display: flex;
		justify-content: space-between;
	}

	.main-404__second-row {
		max-width: 574px;
		margin: 0 auto;
	}

	.main-404__cloud {
		--width: 300px;
		--height: calc(var(--width)*0.54);
		height: var(--height);
		min-height: var(--height);
		max-height: 264px;
		max-width: 497px;
		width: var(--width);
		min-width: var(--width);
	}

	.main-404__cloud-title {
		font-size: 56px;
		line-height: 1.25em;
		max-width: 280px;
	}

	.main-404__cloud-text {
		font-size: 18px;
		line-height: 1.15em;
		max-width: 232px;
	}

	.main-404__404 {
		font-size: 110px;
		display: flex;
		align-items: center;
		transform: translate(-20px,-15px);
	}

	.inner .main-404__list-wrapper {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}

@media screen and (min-width:1024px) {
	.main-404__cloud {
		--width: 400px;
	}

	.main-404__cloud-title {
		margin-left: 30px;
		font-size: 72px;
	}

	.main-404__cloud-text {
		margin-left: 50px;
		font-size: 24px;
	}

	.main-404__404 {
		font-size: 220px;
		transform: translate(-40px,-15px);
	}

	.main-404__cloud-text {
		width: 100%;
		font-size: 16px;
		line-height: 120%;
	}

	.main-404__second-row {
		height: 205px;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.main-404__second-row-title {
		width: 100%;
		font-size: 24px;
		line-height: 28px;
		max-width: none;
		margin-bottom: 30px;
	}
}

@media screen and (min-width:1280px) {
	.main-404__cloud {
		--width: 497px;
	}

	.main-404__cloud-title {
		margin-left: 70px;
	}

	.main-404__cloud-text {
		margin-left: 80px;
		font-size: 24px;
	}

	.main-404__404 {
		font-size: 220px;
		transform: translate(-40px,-15px);
		width: 30%;
	}

	.main-404__list li {
		font-size: 16px;
		margin-bottom: 30px!important;
	}

	.main-404__list-title {
		font-size: 18px;
		line-height: 21px;
	}
}

@media screen and (min-width:1600px) and (min-height:650px) {
	.main-404__404 {
		font-size: 360px;
		transform: translate(-70px,-15px);
		width: auto;
	}
}

.b-nav__input-wrapper {
	position: relative;
	max-width: 232px;
	width: 232px;
	margin: 0 auto;
}

.b-nav__search-input {
	width: 100%;
	max-width: 0;
	border: none;
	border-bottom: 2px solid var(--color-main-dark-gray);
	color: var(--color-main-dark-gray);
	font-weight: 300;
	font-size: 18px;
	line-height: 18px;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 30px;
	background-color: transparent;
	outline: none;
	opacity: .5;
	transition: var(--transition-fast) linear max-width,var(--transition-slow) linear opacity;
}

.b-nav__search-input:active,.b-nav__search-input:focus,.b-nav__search-input:hover {
	-webkit-transition: var(--transition-very-fast) linear opacity;
	-o-transition: var(--transition-very-fast) linear opacity;
	transition: var(--transition-very-fast) linear opacity;
	opacity: 1;
}

.active .b-nav__search-input {
	max-width: 232px;
	padding-top: 3px;
	padding-right: 30px;
	padding-bottom: 7px;
}

.b-nav__search-lens {
	position: absolute;
	bottom: 7px;
	right: 0;
	cursor: pointer;
}

.b-nav__search-lens:hover {
	-webkit-animation-name: swing;
	animation-name: swing;
	-webkit-animation-duration: var(--transition-slow);
	animation-duration: var(--transition-slow);
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}

	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}

	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.search-page__form-wrapper input[type=text] {
	width: 100%;
	max-width: 450px;
	margin-bottom: 10px;
}

@media screen and (max-width:1000px) {
	body.inner {
		padding-top: 250px;
	}
}

.article__bg img,.article__bg-top img,.article__image img {
	height: 100%;
	object-fit: cover;
}

.article-card__title,.article__about span,.article__button,.article__title {
	text-transform: uppercase;
}

.article__container {
	position: relative;
	width: 100%;
	border-radius: 0;
	padding: 68px 20px 56px;
	background-color: #f6f1ef;
	box-sizing: border-box;
	overflow: hidden;
}

.article__hero {
	position: relative;
	max-width: 460px;
	padding-bottom: 24px;
}

.article__bg-top {
	height: 41px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.article__bg-top img {
	width: 100%;
}

.article__bg {
	width: 55%;
	position: absolute;
	top: 0;
	right: -40px;
}

.article__bg img {
	width: 100%;
}

.article__title {
	margin-bottom: -4px;
}

.article__subtitle {
	color: #5175ae;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.16;
	letter-spacing: -.48px;
	margin-top: 5px;
}

.article__subtitle--small {
	font-size: 16px;
	line-height: 1.75;
	letter-spacing: -.32px;
}

.article__subtitle--w600 {
	font-weight: 600;
}

.article__about {
	max-width: 260px;
	font-family: Inter,sans-serif;
	color: #e11482;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.2;
	margin-top: 20px;
}

.article__list li,.article__quote {
	line-height: normal;
	font-size: 15px;
}

.article__about span {
	font-family: Roboto,sans-serif;
	font-size: 18px;
}

.article__list {
	list-style: none;
	padding: 0;
	margin: 24px 0 0;
}

.article__list--offset {
	margin-top: 10px;
}

.article__list li {
	position: relative;
	padding-left: 13px;
	font-family: Inter,sans-serif;
	color: #5175ae;
	font-weight: 700;
}

.article__list li::before {
	position: absolute;
	top: 4px;
	left: 0;
	content: "";
	width: 5px;
	height: 8px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='5' height='9' viewBox='0 0 5 9' fill='none'%3e%3cpath d='M0 8.99976V0.553089L4.95333 4.77576L0 8.99976Z' fill='%23E11482'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
}

.article__list li+li {
	margin-top: 5px;
}

.article__list--offset li+li {
	margin-top: 11px;
}

.article__quote {
	max-width: 443px;
	background-color: #5175ae;
	padding: 8px 14px;
	margin-top: 26px;
	margin-bottom: 10px;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
}

.article__quote-next {
    margin-bottom: 32px;
    color: #7C7B7B;
    font-size: 12px;
  }

.article__quote b {
	font-size: 18px;
}

.article__text {
	color: #333;
	font-weight: 300;
	font-size: 15px;
	line-height: 1.46;
}

.article__text--maxw445 {
	max-width: 445px;
}

.article__text--maxw314 {
	max-width: 314px;
}

.article__text p {
	margin: 0;
}

.article__text p+p {
	margin: 24px 0 0;
}

.article__text p b {
	font-weight: 500;
}

.article__text ul {
	margin: 0 0 0 10px;
	padding-left: 8px;
}

.article__text-title {
	display: block;
	color: #5175ae;
	font-weight: 500;
}

.article__main,.article__wrapper {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.article-info__card,.article__col {
	width: 100%;
}

.article__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 23px;
	background-color: #5175ae;
	padding: 14px 15px 11px 18px;
	color: #fff!important;
	font-weight: 400!important;
	font-size: 20px;
	line-height: 1;
	text-decoration: none!important;
	margin-top: 16px;
	transition: .3s;
}

.article-video__wrapper,.article__image {
	height: 0;
	border-radius: 16px;
	overflow: hidden;
}

.article__button:hover {
	background-color: rgba(81,117,174,.8);
	color: #fff;
}

.article__image {
	position: relative;
	width: 94%;
	padding-top: 48%;
	margin: 0 auto;
}

.article__image--large {
	padding-top: 106%;
}

.article__image img {
	position: absolute;
	inset: 0;
	width: 100%;
}

.article-video__bg img,.article-video__preview img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.article-video {
	position: relative;
	margin-bottom: 30px;
}

.article-video__bg {
	position: absolute;
	top: -10px;
}

.article-video__wrapper {
	position: relative;
	max-width: 438px;
	width: 83%;
	height: 100%;
	margin: 0 auto;
}

.article-video__preview {
	position: absolute;
	inset: 0;
	z-index: 1;
	background-color: #d9d9d9;
	cursor: pointer;
	border-radius: 16px;
	overflow: hidden;
}

.article-video__preview:hover .article-video__play {
	transform: scale(1.1);
}

.article-video__preview img {
	position: relative;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.article-video__play {
	position: absolute;
	top: 9px;
	left: 7px;
	width: 45px;
	height: 45px;
	transition: transform .3s;
}

.article-video__wrapper video {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 16px;
	overflow: hidden;
}

.article-table__title {
	color: #5175ae;
	font-weight: 500;
	font-size: 17px;
	text-align: center;
}

.article-table {
	font-family: DinPro,sans-serif;
	padding: 0 10px;
}

.article-table table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #7c7b7b;
	border-top: 0;
	margin-top: 5px;
}

.article-card,.article-quote {
	border-radius: 16px;
	background: #fff;
}

.article-table table tr.thead {
	background-color: #5175ae;
	color: #fff;
	font-weight: 700;
	font-size: 17px;
	text-align: center;
}

.article-table table tr.thead td {
	padding: 8px 9px;
}

.article-table table tr:not(.thead):not(:last-child) {
	border-bottom: 1px solid #7c7b7b;
}

.article-table table tr:not(.thead) td {
	padding: 0 9px;
}

.article-table table tr:not(.thead) td:first-child {
	color: #333;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.2;
	font-style: italic;
}

.article-table table tr:not(.thead) td:last-child {
	padding-right: 0;
}

.article-table table tr:not(.thead) td:last-child p {
	color: #333;
	font-size: 15px;
	font-style: italic;
	margin: 0;
	padding: 0 4px;
}

.article-table table tr:not(.thead) td:last-child p:not(:last-child) {
	border-bottom: 1px dotted #7c7b7b;
}

.article-quote {
	padding: 24px 22px;
	color: #5175ae;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.46;
	text-align: center;
}

.article-quote span {
	color: #9e1973;
}

.article-info {
	width: 100%;
	margin-top: 44px;
}

.article-info__title {
	font-family: Raleway,sans-serif;
	color: #5175ae;
	font-weight: 600;
	font-size: 40px;
	line-height: 1;
	letter-spacing: -.8px;
	text-align: left;
}

.article-info__grid {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 16px;
}

.article-card {
	padding: 10px 12px 14px;
	box-sizing: border-box;
}

.article-card__wrapper {
	display: flex;
	gap: 20px;
	height: 100%;
}

.article-card__image {
	position: relative;
	min-width: 110px;
	max-width: 110px;
	height: 0;
	padding-top: 46%;
	border-radius: 8px;
	overflow: hidden;
}

.article-card__image img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.article-card__content {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-between;
}

.article-card__title {
	min-height: 144px;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.2;
	margin-bottom: 10px;
}

.article-card--video {
	padding: 16px 20px 20px;
}

.article-card--video .article-card__content {
	align-items: flex-start;
	justify-content: flex-start;
	gap: 0;
	height: 100%;
}

.article-card--video .article-card__title {
	min-height: auto;
	margin-bottom: 16px;
	color: #5175ae;
}

.article-card--video .btn {
	margin-top: 18px;
	margin-left: auto;
}

.bibliography {
	margin-top: 44px;
}

.bibliography__title {
	color: #333;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.21;
}

.bibliography ol {
	list-style-position: inside;
	padding: 0;
	margin: 0;
}

@media screen and (min-width:768px) {
	.article {
		padding-bottom: 52px;
	}

	.article__container {
		padding: 131px 107px 40px 122px;
		border-radius: 24px;
	}

	.article__hero {
		padding-bottom: 38px;
	}

	.article__bg-top {
		height: 57px;
	}

	.article__bg {
		width: 53%;
		right: 0;
	}

	.article__subtitle--small {
		font-size: 24px;
		line-height: 1.16;
		letter-spacing: -.48px;
	}

	.article__about {
		max-width: 100%;
	}

	.article__quote {
		padding: 5px 14px;
		margin-bottom: 5px;
		text-align: left;
	}

	.article-card--video .article-card__title,.article-video {
		margin-bottom: 0;
	}

	.article__main {
		gap: 40px;
	}

	.article__wrapper {
		flex-direction: row;
		justify-content: space-between;
	}

	.article__col {
		width: calc(50% - 24px / 2);
	}

	.article__image {
		width: 100%;
		padding-top: 54.7%;
	}

	.article__image--large {
		padding-top: 120%;
	}

	.article__button {
		margin-top: 40px;
	}

	.article-video__bg {
		top: -46px;
	}

	.article-video__wrapper {
		width: 100%;
	}

	.article-video__play {
		top: 14px;
		left: 11px;
		width: 70px;
		height: 70px;
	}

	.article-table {
		padding: 0;
	}

	.article-info {
		width: calc(100% + 169px);
		margin-top: 60px;
		margin-left: -92px;
		margin-right: -77px;
	}

	.article-info__title {
		font-size: 55px;
		line-height: 1.2;
		letter-spacing: -1.1px;
		text-align: center;
	}

	.article-info__grid {
		flex-direction: row;
		gap: 26px 18px;
		margin-top: 26px;
	}

	.article-info__card {
		width: calc(50% - 18px / 2);
	}

	.article-card {
		padding: 10px 12px 20px;
	}

	.article-card__title {
		min-height: auto;
	}

	.article-card__image {
		padding-top: 40%;
	}

	.article-card--video .btn {
		margin-top: auto;
	}

	.bibliography {
		margin-top: 56px;
	}
}

.d-none-desktop {
	display: block;
}

.d-none-mobile {
	display: none;
}

@media screen and (min-width:768px) {
	.d-none-desktop {
		display: none;
	}

	.d-none-mobile {
		display: block;
	}
}

.b-nav {
	flex-wrap: wrap;
	gap: 20px 75px;
	align-items: center;
}

@media (max-width: 1350px) {
	.b-nav {
		flex-direction: column;
	}
}

.b-nav__menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 11px 8px;
	border-radius: 80px;
	background-color: #fff2ed;
	font-size: 20px;
	line-height: 1.07;
}

.b-nav__item {
	height: auto;
	border: 1px solid transparent;
	padding: 2px 16px;
}

.b-nav__item:not(:last-of-type) {
	margin-right: 0;
}

.b-nav__item.active {
	border-color: #5175ae;
	color: var(--color-main-blue);
	font-weight: bolder;
	border-radius: 80px;
}

.b-nav__item.active a {
	border: 0;
	padding: 0;
	border-color: unset;
	color: unset;
	font-weight: unset;
}

.b-nav__item a {
	font-weight: 300;
	line-height: 1;
	white-space: nowrap;
}

.b-nav__input-wrapper {
	position: relative;
	left: 18px;
	max-width: 100%;
	width: auto;
}

.b-nav__input-wrapper form.active .b-nav__search-input {
	transition: var(--transition-fast) linear max-width, var(--transition-slow) linear opacity;
}

.b-nav__search-input {
	position: relative;
	top: 10px;
}

.active .b-nav__search-input {
	padding-right: 45px;
}

.b-nav__search-lens {
	right: 12px;
}

.b-nav__input-wrapper::before {
	content: "";
	position: absolute;
	top: -10px;
	right: 0;
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	padding: 8px;
	background-color: #fff2ed;
}

@media screen and (max-width: 1000px) {
	body.inner {
		padding-top: 400px;
	}
}

@media screen and (max-width: 767px) {
	.b-nav__menu {
		flex-direction: column;
		width: 65%;
		padding: 16px 8px;
		border-radius: 40px;
	}

	.b-nav__item {
		border: 2px solid transparent;
		padding: 11px 18px;
	}

	.b-nav__item + .b-nav__item {
		margin-top: -8px;
	}
}

.disclaimer {
	position: fixed;
	inset: 0;
	z-index: 10001;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
	background: rgba(246, 227, 220, 0.8);
	opacity: 0;
	pointer-events: none;
	transition: 0.3s ease;
}

.disclaimer--visible {
	opacity: 1;
	pointer-events: auto;
}

.disclaimer__window {
	max-width: 541px;
	width: 100%;
	padding: 64px;
	border-radius: 40px;
	background: #fff;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	.disclaimer__window {
		padding: 30px 20px;
		border-radius: 20px;
	}
}

.disclaimer__title {
	color: #e11482;
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.disclaimer__text {
	color: #333;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.46;
	margin-top: 16px;
}

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

.disclaimer__button {
	padding: 11px 18px;
	margin-top: 40px;
	border-radius: 23px;
	background: #5175ae;
	border: 0;
	outline: none;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.07;
	text-transform: uppercase;
	cursor: pointer;
	transition: 0.3s ease;
}

.disclaimer__button:hover {
	background-color: rgba(81, 117, 174, 0.8);
	color: #fff;
}

.b-medicament-note.b-medicament-note_lomexin,
.b-medicament-note.b-medicament-note_gde-kupit {
	right: 546px;
	font-size: 12px;
    line-height: 1.3;
}

@media (max-width: 1347px) {
	.b-medicament-note.b-medicament-note_lomexin,
	.b-medicament-note.b-medicament-note_gde-kupit {
		bottom: calc(7.5vw + 157px);
	}	
}

@media (max-width: 767px) {
	.b-medicament-note.b-medicament-note_lomexin,
	.b-medicament-note.b-medicament-note_gde-kupit {
		bottom: 50px;
		right: 0;
	}
}
/* End */


/* Start:/local/templates/lomexin/styles.css?1774965898787*/
.hidden{
	display:none;
}

.back.img {

    border-bottom: none;
	margin-bottom: 0;
}

.img-inner.main {
   margin-top: 0;
    margin-bottom: 40px;
}

.number-new-ru {
    text-align: center;
    font-size: 0.75em;
    transform: translate(-60px, -20px);
  }

  .number-new-ru2 {
    font-size: 0.75em;
    transform: translate(75px, -30px);
  }
  .number-new-ru2-mob {
    display: none;
  }

  @media (max-width: 919px) {
    .number-new-ru2 {
        transform: translate(35px, -220px);
    }
    .number-new-ru2 {
        display: none;
     }
     .number-new-ru2-mob {
         display: block;
         font-size: 0.75em;
    transform: translate(25px, -40px);
     }
  }

  @media (max-width: 767px) {
    .number-new-ru {
        transform: translate(-15px, -10px);
    }
   
  }
/* End */
/* /local/templates/lomexin/css/animate.min.css?177496589816952 */
/* /local/templates/lomexin/css/common.min.css?177496589847739 */
/* /local/templates/lomexin/styles.css?1774965898787 */
