

/* Start:/local/templates/common/css/loader.css?1648550862503*/
.loader-block {
	position: fixed;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 1000;
	display: none;
}
.loader-block__content {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.cssload {
	position: absolute;
	width: 200px;
	height: 200px;
	left: 50%;
	margin-left: -100px;
	margin-top: -100px;
}
/* End */


/* Start:/local/templates/common/build/css/template_style.css?1751017196239602*/
.SumoSelect p{margin:0}.SumoSelect{width:200px}.SelectBox{padding:5px 8px}.sumoStopScroll{overflow:hidden}.SumoSelect .hidden{display:none}.SumoSelect .search-txt{display:none;outline:0}.SumoSelect .no-match{display:none;padding:6px}.SumoSelect.open .search-txt{display:inline-block;position:absolute;top:0;left:0;width:100%;margin:0;padding:5px 8px;border:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:5px}.SumoSelect.open>.search>label,.SumoSelect.open>.search>span{visibility:hidden}.SelectClass,.SumoUnder{position:absolute;top:0;left:0;right:0;height:100%;width:100%;border:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-moz-opacity:0;-khtml-opacity:0;opacity:0}.SelectClass{z-index:1}.SumoSelect .select-all>label,.SumoSelect>.CaptionCont,.SumoSelect>.optWrapper>.options li.opt label{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}.SumoSelect{display:inline-block;position:relative;outline:0}.SumoSelect.open>.CaptionCont,.SumoSelect:focus>.CaptionCont,.SumoSelect:hover>.CaptionCont{box-shadow:0 0 2px #7799d0;border-color:#7799d0}.SumoSelect>.CaptionCont{position:relative;border:1px solid #a4a4a4;min-height:14px;background-color:#fff;border-radius:2px;margin:0}.SumoSelect>.CaptionCont>span{display:block;padding-right:30px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;cursor:default}.SumoSelect>.CaptionCont>span.placeholder{color:#ccc;font-style:italic}.SumoSelect>.CaptionCont>label{position:absolute;top:0;right:0;bottom:0;width:30px}.SumoSelect>.CaptionCont>label>i{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=');background-position:center center;width:16px;height:16px;display:block;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;background-repeat:no-repeat;opacity:.8}.SumoSelect>.optWrapper{display:none;z-index:1000;top:30px;width:100%;position:absolute;left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:#fff;border:1px solid #ddd;box-shadow:2px 3px 3px rgba(0,0,0,.11);border-radius:3px;overflow:hidden}.SumoSelect.open>.optWrapper{top:35px;display:block}.SumoSelect.open>.optWrapper.up{top:auto;bottom:100%;margin-bottom:5px}.SumoSelect>.optWrapper ul{list-style:none;display:block;padding:0;margin:0;overflow:auto}.SumoSelect>.optWrapper>.options{border-radius:2px;position:relative;max-height:250px}.SumoSelect>.optWrapper.okCancelInMulti>.options{border-radius:2px 2px 0 0}.SumoSelect>.optWrapper.selall>.options{border-radius:0 0 2px 2px}.SumoSelect>.optWrapper.selall.okCancelInMulti>.options{border-radius:0}.SumoSelect>.optWrapper>.options li.group.disabled>label{opacity:.5}.SumoSelect>.optWrapper>.options li ul li.opt{padding-left:22px}.SumoSelect>.optWrapper.multiple>.options li ul li.opt{padding-left:50px}.SumoSelect>.optWrapper.isFloating>.options{max-height:100%;box-shadow:0 0 100px #595959}.SumoSelect>.optWrapper>.options li.opt{padding:6px 6px;position:relative;border-bottom:1px solid #f5f5f5}.SumoSelect>.optWrapper>.options>li.opt:first-child{border-radius:2px 2px 0 0}.SumoSelect>.optWrapper.selall>.options>li.opt:first-child{border-radius:0}.SumoSelect>.optWrapper>.options>li.opt:last-child{border-radius:0 0 2px 2px;border-bottom:none}.SumoSelect>.optWrapper.okCancelInMulti>.options>li.opt:last-child{border-radius:0}.SumoSelect>.optWrapper>.options li.opt:hover{background-color:#e4e4e4}.SumoSelect .select-all.sel,.SumoSelect>.optWrapper>.options li.opt.sel{background-color:#a1c0e4}.SumoSelect>.optWrapper>.options li label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;cursor:pointer}.SumoSelect>.optWrapper>.options li span{display:none}.SumoSelect>.optWrapper>.options li.group>label{cursor:default;padding:8px 6px;font-weight:700}.SumoSelect>.optWrapper.isFloating{position:fixed;top:0;left:0;right:0;width:90%;bottom:0;margin:auto;max-height:90%}.SumoSelect>.optWrapper>.options li.opt.disabled{background-color:inherit;pointer-events:none}.SumoSelect>.optWrapper>.options li.opt.disabled *{-moz-opacity:0.5;-khtml-opacity:0.5;opacity:.5}.SumoSelect>.optWrapper.multiple>.options li.opt{padding-left:35px;cursor:pointer}.SumoSelect .select-all>span,.SumoSelect>.optWrapper.multiple>.options li.opt span{position:absolute;display:block;width:30px;top:0;bottom:0;margin-left:-35px}.SumoSelect .select-all>span i,.SumoSelect>.optWrapper.multiple>.options li.opt span i{position:absolute;margin:auto;left:0;right:0;top:0;bottom:0;width:14px;height:14px;border:1px solid #aeaeae;border-radius:2px;box-shadow:inset 0 1px 3px rgba(0,0,0,.15);background-color:#fff}.SumoSelect>.optWrapper>.MultiControls{display:none;border-top:1px solid #ddd;background-color:#fff;box-shadow:0 0 2px rgba(0,0,0,.13);border-radius:0 0 3px 3px}.SumoSelect>.optWrapper.multiple.isFloating>.MultiControls{display:block;margin-top:5px;position:absolute;bottom:0;width:100%}.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls{display:block}.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p{padding:6px}.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p:focus{box-shadow:0 0 2px #a1c0e4;border-color:#a1c0e4;outline:0;background-color:#a1c0e4}.SumoSelect>.optWrapper.multiple>.MultiControls>p{display:inline-block;cursor:pointer;padding:12px;width:50%;box-sizing:border-box;text-align:center}.SumoSelect>.optWrapper.multiple>.MultiControls>p:hover{background-color:#f1f1f1}.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnOk{border-right:1px solid #dbdbdb;border-radius:0 0 0 3px}.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnCancel{border-radius:0 0 3px 0}.SumoSelect>.optWrapper.isFloating>.options li.opt{padding:12px 6px}.SumoSelect>.optWrapper.multiple.isFloating>.options li.opt{padding-left:35px}.SumoSelect>.optWrapper.multiple.isFloating{padding-bottom:43px}.SumoSelect .select-all.partial>span i,.SumoSelect .select-all.selected>span i,.SumoSelect>.optWrapper.multiple>.options li.opt.selected span i{background-color:#11a911;box-shadow:none;border-color:transparent;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC');background-repeat:no-repeat;background-position:center center}.SumoSelect.disabled{opacity:.7;cursor:not-allowed}.SumoSelect.disabled>.CaptionCont{border-color:#ccc;box-shadow:none}.SumoSelect .select-all{border-radius:3px 3px 0 0;position:relative;border-bottom:1px solid #ddd;background-color:#fff;padding:8px 0 3px 35px;height:20px;cursor:pointer}.SumoSelect .select-all>label,.SumoSelect .select-all>span i{cursor:pointer}.SumoSelect .select-all.partial>span i{background-color:#ccc}.SumoSelect>.optWrapper>.options li.optGroup{padding-left:5px;text-decoration:underline}.reset-all{padding:5px 10px 5px 35px;border-bottom:1px solid #cdcdcd}.SumoSelect[is-selected=false] .reset-all{opacity:.5;pointer-events:none}.SumoSelect[is-selected=true] .reset-all{opacity:1;cursor:pointer;color:#7799d0}.SumoSelect[is-selected=true] .reset-all *{cursor:pointer}.SumoSelect[is-selected=true] .reset-all:hover{color:#000}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

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

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	background: red;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 16px;
}

.jspHorizontalBar
{
	background: red;
	bottom: 0;
	height: 16px;
	left: 0;
	position: absolute;
	width: 100%;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #dde;
	position: relative;
}

.jspDrag
{
	background: #bbd;
	cursor: pointer;
	left: 0;
	position: relative;
	top: 0;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	cursor: pointer;
        direction: ltr;
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -20000px;
}

.jspDisabled
{
	background: #80808d;
	cursor: default;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	float: left;
	height: 100%;
	width: 16px;
}

.jspVerticalBar .jspArrow:focus
{
        border: 1px solid red;
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.12.0
 * @url https://github.com/feimosi/baguetteBox.js
 */#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}#baguetteBox-overlay.visible{opacity:1}#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6)}#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:sans-serif}#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,transform .4s ease;transition:left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease}#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}@-webkit-keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@-webkit-keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}@keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}.baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}.baguetteBox-button:focus,.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}.baguetteBox-button#next-button{right:2%}.baguetteBox-button#previous-button{left:2%}.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}.baguetteBox-button svg{position:absolute;left:0;top:0}.baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}.baguetteBox-double-bounce1,.baguetteBox-double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}.baguetteBox-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}
/**
Ion.RangeSlider, 2.3.1
© Denis Ineshin, 2010 - 2019, IonDen.com
Build date: 2019-12-19 16:51:02
*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}
.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}
.irs-handle.type_last {
  z-index: 2;
}
.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
}
.irs-min {
  left: 0;
}
.irs-max {
  right: 0;
}
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}
.irs-disabled {
  opacity: 0.4;
}
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}
.irs--flat {
  height: 40px;
}
.irs--flat.irs-with-grid {
  height: 60px;
}
.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}
.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565;
}
.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}
.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}
.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}
.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}
.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}
.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}
.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}
.irs--flat .irs-grid-text {
  color: #999;
}
.irs--big {
  height: 55px;
}
.irs--big.irs-with-grid {
  height: 70px;
}
.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}
.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}
.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}
.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}
.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px;
}
.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%);
}
.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}
.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}
.irs--big .irs-grid-pol {
  background-color: #428bca;
}
.irs--big .irs-grid-text {
  color: #428bca;
}
.irs--modern {
  height: 55px;
}
.irs--modern.irs-with-grid {
  height: 55px;
}
.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}
.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}
.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}
.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}
.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  transform: rotate(45deg);
}
.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}
.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}
.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}
.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}
.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px;
}
.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px;
}
.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}
.irs--modern .irs-grid {
  height: 25px;
}
.irs--modern .irs-grid-pol {
  background-color: #dedede;
}
.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}
.irs--sharp.irs-with-grid {
  height: 57px;
}
.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px;
}
.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}
.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}
.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}
.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}
.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black;
}
.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black;
}
.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}
.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px;
}
.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-grid {
  height: 25px;
}
.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}
.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--round {
  height: 50px;
}
.irs--round.irs-with-grid {
  height: 65px;
}
.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}
.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}
.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}
.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}
.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px;
}
.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}
.irs--round .irs-grid {
  height: 25px;
}
.irs--round .irs-grid-pol {
  background-color: #dedede;
}
.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--square {
  height: 50px;
}
.irs--square.irs-with-grid {
  height: 60px;
}
.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}
.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black;
}
.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}
.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}
.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white;
}
.irs--square .irs-grid {
  height: 25px;
}
.irs--square .irs-grid-pol {
  background-color: #dedede;
}
.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}

.slick-slider{position:relative;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:rgba(0,0,0,0)}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid rgba(0,0,0,0)}.slick-arrow.slick-hidden{display:none}@font-face{font-family:"Noto Sans";src:url("/local/templates/common/build/css/../../fonts/NotoSans-Bold.woff2") format("woff2"),url("/local/templates/common/build/css/../../fonts/NotoSans-Bold.woff") format("woff");font-weight:bold;font-style:normal}@font-face{font-family:"Noto Sans";src:url("/local/templates/common/build/css/../../fonts/NotoSans.woff2") format("woff2"),url("/local/templates/common/build/css/../../fonts/NotoSans.woff") format("woff");font-weight:normal;font-style:normal}@font-face{font-family:"Noto Sans";src:url("/local/templates/common/build/css/../../fonts/NotoSans-Italic.woff2") format("woff2"),url("/local/templates/common/build/css/../../fonts/NotoSans-Italic.woff") format("woff");font-weight:normal;font-style:italic}@font-face{font-family:"Noto Sans";src:url("/local/templates/common/build/css/../../fonts/NotoSans-BoldItalic.woff2") format("woff2"),url("/local/templates/common/build/css/../../fonts/NotoSans-BoldItalic.woff") format("woff");font-weight:bold;font-style:italic}.vhidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);clip:rect(0, 0, 0, 0)}html{font-size:16;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:"Noto Sans",-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji";display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:280px;scroll-behavior:smooth;text-rendering:optimizeSpeed}.overflow{position:fixed;top:0;overflow:hidden}.hidden-block{display:none}html,body{height:100%}[tabindex="-1"]:focus{outline:none !important}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}a{background-color:rgba(0,0,0,0);-webkit-text-decoration-skip:objects}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}pre,code,kbd,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}a,area,button,[role=button],input,label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}table{border-collapse:collapse}th{text-align:left}label{display:inline-block;margin-bottom:.5rem}button:focus{outline:none}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}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-cancel-button,[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}template{display:none}[hidden]{display:none !important}[class^=icon]{display:inline-block}select:focus,input:focus,textarea:focus,span:focus,a:focus{outline:0}.hidden-overflow{position:relative;height:100%;overflow:hidden}@media screen and (min-width: 1280px){.hidden-overflow{margin-right:17px}}.baguetteBox-open{overflow:hidden}@media screen and (min-width: 1280px){.baguetteBox-open{margin-right:17px}}.container{width:100%;margin:0 auto;max-width:1200px;padding:0 15px}@media(min-width: 768px){.container{padding:0 20px}}@media(min-width: 1280px){.container{padding:0 25px}}@media(min-width: 1920px){.container{padding:0}}.wrapper{margin:0 auto;width:100%}body>.wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.grecaptcha-badge{visibility:hidden !important}.button{border:none;background-color:rgba(0,0,0,0);cursor:pointer;border-radius:2px;font-size:14px;color:#fff;font-weight:bold;-webkit-transition:all .3s linear;transition:all .3s linear;text-decoration:none}.button--green{-webkit-transition:all .3s linear;transition:all .3s linear;background-color:#54e295}.button--green:hover{background-color:#50f2d5}.button--green:active{background-color:#35e6c7}.button--green:focus{outline:none}.button--orange{-webkit-transition:all .3s linear;transition:all .3s linear;text-transform:uppercase;background-color:#ffcc27;cursor:pointer}.button--orange:hover{background-color:#ffdb32}.button--orange:active{background-color:#ffa800}.button--orange:focus{outline:none}.button--no-transition{-webkit-transition:none;transition:none}.button:focus{outline:none}.button:disabled{cursor:not-allowed;background-color:#f0f4ff;color:#c5ceea;pointer-events:none}input{border-radius:2px;border:1px solid #e2e9ff;color:#2c2c2c;font-size:16px;line-height:21px;padding:14px 20px;-moz-appearance:textfield;-webkit-transition:all .3s linear;transition:all .3s linear}input:hover{border-color:#54e295}input:focus{outline:none}input:focus::-webkit-input-placeholder{color:rgba(0,0,0,0)}input:focus::-moz-placeholder{color:rgba(0,0,0,0)}input:focus:-ms-input-placeholder{color:rgba(0,0,0,0)}input:focus::-ms-input-placeholder{color:rgba(0,0,0,0)}input:focus::placeholder{color:rgba(0,0,0,0)}input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input::-webkit-input-placeholder{font-size:12px}input::-moz-placeholder{font-size:12px}input:-ms-input-placeholder{font-size:12px}input::-ms-input-placeholder{font-size:12px}input::placeholder{font-size:12px}textarea{border-radius:2px;border:1px solid #e2e9ff;color:#2c2c2c;font-size:16px;line-height:21px;padding:14px 20px;-webkit-appearance:none;resize:none}textarea:hover{border-color:#54e295}textarea:focus{outline:none}textarea:focus::-webkit-input-placeholder{color:rgba(0,0,0,0)}textarea:focus::-moz-placeholder{color:rgba(0,0,0,0)}textarea:focus:-ms-input-placeholder{color:rgba(0,0,0,0)}textarea:focus::-ms-input-placeholder{color:rgba(0,0,0,0)}textarea:focus::placeholder{color:rgba(0,0,0,0)}.checkboxField{position:relative;padding-left:37px;display:block;-webkit-transition:all .3s linear;transition:all .3s linear}.checkboxField:hover .checkboxField__check{border-color:#54e295}.checkboxField__input{position:absolute;left:0;top:0;opacity:0}.checkboxField__input~*{cursor:pointer}.checkboxField__input:checked+.checkboxField__check{background-color:#e5fbef;border-color:#54e295}.checkboxField__input:checked+.checkboxField__check svg{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.checkboxField__input:disabled~*{cursor:not-allowed;pointer-events:none}.checkboxField__input:disabled+.checkboxField__check{background-color:#f1f4ff;border-color:#e2e9ff}.checkboxField__input:disabled~.checkboxField__text{color:#c5ceea}.checkboxField__input:disabled:hover~*{cursor:not-allowed;pointer-events:none}.checkboxField__check{position:absolute;left:2px;top:3px;width:20px;height:20px;border:1px solid #e2e9ff;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:2px;-webkit-transition:all .3s linear;transition:all .3s linear}.checkboxField__check svg{width:12px;height:10px;opacity:0;-webkit-transition:all .3s linear;transition:all .3s linear;-webkit-transform:scale(0);transform:scale(0)}.checkboxField__text{font-size:14px;color:#2c2c2c}.radioField{display:block;position:relative;padding-left:34px;-webkit-transition:all .3s linear;transition:all .3s linear}.radioField:hover .radioField__mark{border-color:#54e295}.radioField__input{position:absolute;opacity:0;left:0;top:0;opacity:0}.radioField__input~*{cursor:pointer}.radioField__input:checked+.radioField__mark{background-color:#e5fbef;border-color:#54e295}.radioField__input:checked+.radioField__mark .radioField__icon{-webkit-transform:scale(1);transform:scale(1);opacity:1}.radioField__input:disabled~*{cursor:not-allowed;pointer-events:none}.radioField__input:disabled+.radioField__mark{background-color:#f1f4ff;border-color:#e2e9ff}.radioField__input:disabled~.radioField__text{color:#c5ceea}.radioField__input:disabled:hover~*{cursor:not-allowed;pointer-events:none}.radioField__mark{width:20px;height:20px;position:absolute;left:0;top:0;border:1px solid #e2e9ff;border-radius:10px;-webkit-transition:all .3s linear;transition:all .3s linear}.radioField__icon{width:10px;height:10px;display:block;background-color:#54e295;border:1px solid #54e295;border-radius:5px;margin:auto;margin-top:4px;opacity:0;-webkit-transform:scale(0);transform:scale(0);-webkit-transition:all .3s linear;transition:all .3s linear}.radioField__text{font-size:14px;font-weight:normal}main a{color:#00983c;font-weight:700;text-decoration:none;-webkit-transition:all .3s;transition:all .3s}main a:hover{color:#54e295}main ol,main ul{list-style:none;margin-bottom:20px;margin-left:0;padding-left:0}main ol li,main ul li{position:relative;padding-left:23px;letter-spacing:.3px;line-height:21px;margin-bottom:20px;font-size:14px}main ol li ul,main ol li ol,main ul li ul,main ul li ol{margin-top:12px;margin-left:0;margin-bottom:0}main ol li ul li,main ol li ol li,main ul li ul li,main ul li ol li{margin-bottom:10px;padding-left:15px}main ol li ul li ul,main ol li ul li ol,main ol li ol li ul,main ol li ol li ol,main ul li ul li ul,main ul li ul li ol,main ul li ol li ul,main ul li ol li ol{margin-top:5px}main ol li ul li ul li,main ol li ul li ol li,main ol li ol li ul li,main ol li ol li ol li,main ul li ul li ul li,main ul li ul li ol li,main ul li ol li ul li,main ul li ol li ol li{margin-bottom:4px;padding-left:20px}main ol li ul li ul li:last-of-type,main ol li ul li ol li:last-of-type,main ol li ol li ul li:last-of-type,main ol li ol li ol li:last-of-type,main ul li ul li ul li:last-of-type,main ul li ul li ol li:last-of-type,main ul li ol li ul li:last-of-type,main ul li ol li ol li:last-of-type{margin-bottom:0}main ol li ul li:last-of-type,main ol li ol li:last-of-type,main ul li ul li:last-of-type,main ul li ol li:last-of-type{margin-bottom:0}main ol li:last-of-type,main ul li:last-of-type{margin-bottom:0}main ol{counter-reset:point}main ol li{padding-left:0;margin-bottom:8px}main ol li ol{counter-reset:points}main ol li ol>li:before{color:#54e295;left:-1px;content:counter(point) "." counter(points);counter-increment:points 1;position:relative;padding:0;text-align:right;padding-right:7px;left:-1px;font-size:14px;letter-spacing:2px;padding-right:2px}main ol li ol li{font-size:14px;letter-spacing:-0.1px;margin-bottom:3px}main ol li ol li ol{margin-top:3px;counter-reset:levelthree;margin-bottom:13px}main ol li ol li ol li{padding-left:15px}main ol li ol li ol>li:before{color:#54e295;left:-1px;content:counter(point) "." counter(points) "." counter(levelthree);counter-increment:levelthree 1;position:relative;padding:0;text-align:right;padding-right:3px;left:-1px;font-size:15px}main ol>li:before{color:#54e295;content:counter(point) ".";counter-increment:point 1;padding:0;position:relative;text-align:right;font-size:16px;padding-right:3px;left:-1px;font-weight:700}main ul li{margin-bottom:7px}main ul li:before{content:"";position:absolute;left:0px;width:15px;height:15px;top:4px;background-position:center;background-size:100%;background-repeat:no-repeat;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15' height='15' viewBox='0 0 15 15'%3E%3Cdefs%3E%3Cpath id='cbcfa' d='M980.385 960.577v4.038h4.038c.319 0 .577.259.577.577v4.616a.577.577 0 0 1-.577.576h-4.038v4.039a.577.577 0 0 1-.577.577h-4.616a.577.577 0 0 1-.577-.577v-4.039h-4.038a.577.577 0 0 1-.577-.576v-4.616c0-.318.258-.577.577-.577h4.038v-4.038c0-.319.259-.577.577-.577h4.616c.318 0 .577.258.577.577zm-.577 5.192a.577.577 0 0 1-.577-.577v-4.038h-3.462v4.038a.577.577 0 0 1-.577.577h-4.038v3.462h4.038c.319 0 .577.258.577.577v4.038h3.462v-4.038c0-.32.258-.577.577-.577h4.038v-3.462z'/%3E%3C/defs%3E%3Cg%3E%3Cg transform='translate(-970 -960)'%3E%3Cuse fill='%2354e295' xlink:href='%23cbcfa'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}main ul li ul li{letter-spacing:-0.1px;margin-bottom:4px}main ul li ul li:before{width:6px;border-radius:50%;height:6px;background-color:#54e295;left:0px;top:9px}main ul li ul li ul{margin-bottom:12px;margin-top:3px}main ul li ul li ul li{margin-bottom:4px}main ul li ul li ul li:before{width:6px;border-radius:50%;height:6px;background-color:#54e295;left:4px}.tableBlock{max-width:546px;position:relative}.tableBlock::after{content:"";position:absolute;right:0;height:calc(100% - 56px);width:1px;background:#e2e9ff;top:0}.responsiveTable{max-width:546px;overflow:auto;border-bottom:none;border-radius:2px;margin-bottom:15px;position:relative}.responsiveTable::-webkit-scrollbar-track{border-radius:3px;border:1px solid #e2e9ff}.responsiveTable::-webkit-scrollbar{width:1px;height:5px}.responsiveTable::-webkit-scrollbar-thumb{border-radius:3px;background-color:#d4f8e4;border:1px solid #54e295}.responsiveTable:focus{outline:none}.responsiveTable__inner{margin-bottom:16px}.responsiveTable table{border-collapse:collapse;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #e2e9ff;border-right:none}.responsiveTable table:focus{outline:none}.responsiveTable thead{border-bottom:2px solid #e2e9ff}.responsiveTable tbody tr{border-bottom:1px solid #e2e9ff;cursor:pointer;position:relative}.responsiveTable tbody tr:hover td div::before,.responsiveTable tbody tr:hover td div::after{opacity:1}.responsiveTable td div{padding-left:10px;font-size:14px;padding-left:37px;padding-top:15px;padding-bottom:13px;padding-right:20px;position:relative}.responsiveTable td div::before,.responsiveTable td div::after{content:"";position:absolute;width:calc(100% + 3px);height:1px;background:#ffcc27;left:0;opacity:0}.responsiveTable td div::before{top:-2px}.responsiveTable td div::after{bottom:-2px}.responsiveTable th div{width:134px;color:#b1b5c8;font-size:14px;font-weight:normal;padding-left:22px;padding-top:26px;padding-right:22px;padding-bottom:28px}.responsiveTable .jspTrack{width:100% !important}.tableBlock{display:inline-block;overflow:hidden;width:100%}.tableBlock__description{color:#b1b5c8;font-size:14px;text-align:center}h1{color:#2c2c2c;font-size:26px;font-weight:700;line-height:30px;text-transform:uppercase;letter-spacing:.52px;margin-bottom:20px}@media screen and (min-width: 1280px){h1{font-size:30px;line-height:26px;letter-spacing:.6px;margin-bottom:25px}}h2{color:#2c2c2c;font-size:24px;font-weight:700;line-height:34px;letter-spacing:.48px;margin-bottom:20px}@media screen and (min-width: 1280px){h2{font-size:28px;line-height:34px;letter-spacing:.56px}}h3{color:#2c2c2c;font-size:24px;font-weight:700;line-height:24px;text-transform:uppercase;letter-spacing:.48px;margin-bottom:25px}h4{color:#2c2c2c;font-size:22px;font-weight:700;line-height:24px;text-transform:uppercase;letter-spacing:.44px;margin-bottom:25px}h5{color:#2c2c2c;font-size:20px;font-weight:700;line-height:24px;text-transform:uppercase;letter-spacing:.4px}h6{color:#2c2c2c;font-size:16px;font-weight:700;line-height:24px;text-transform:uppercase;letter-spacing:.32px}main p{color:#2c2c2c;font-size:14px;font-weight:400;line-height:21px;letter-spacing:.3px;margin-bottom:20px}b,strong,.strong,.bold{font-weight:700}.greenWarning{color:#00983c;-webkit-box-shadow:0 5px 10px rgba(226,233,255,.75);box-shadow:0 5px 10px rgba(226,233,255,.75);border-radius:2px;background-color:#ecfff4;padding:20px 10px;max-width:900px;font-size:14px;letter-spacing:.28px;line-height:21px;position:relative;overflow:hidden}.greenWarning__icon{width:62px;height:70px;float:left;margin-right:20px}@media screen and (min-width: 1280px){.greenWarning{padding-left:0px;padding-top:17px;padding-left:82px}.greenWarning__icon{position:absolute;top:21px;left:-13px;width:77px;height:80px}}.warning{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #ffcc27;border-radius:2px;font-weight:bold;font-size:13px;color:#2c2c2c;padding-left:15px;padding-top:20px;padding-bottom:22px;padding-right:15px}.warning__icon{width:34px;height:31px;fill:#ffcc27}.warning__text{width:calc(100% - 40px);padding-left:11px}.SumoSelect{display:block;width:100%;cursor:pointer}.SumoSelect:focus{outline:none}.SumoSelect:hover{outline:none}.SumoSelect.open>.CaptionCont,.SumoSelect:focus>.CaptionCont,.SumoSelect:hover>.CaptionCont{-webkit-box-shadow:none;box-shadow:none;border:1px solid #54e295}.SumoSelect>.CaptionCont>span.placeholder{color:#2c2c2c;font-size:14px;font-weight:normal;font-style:normal;font-family:"Noto Sans",-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji"}.SumoSelect>.CaptionCont{padding-left:19px;padding-top:11px;letter-spacing:.2px;padding-bottom:16px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-right:55px;border:1px solid #e2e9ff;cursor:pointer;-webkit-transition:all .3s linear;transition:all .3s linear}.SumoSelect>.CaptionCont>label{width:49px;cursor:pointer}.SumoSelect>.CaptionCont>label::after{content:"";position:absolute;left:0;top:8px;width:1px;height:32px;background:#54e295}.SumoSelect>.CaptionCont>span{font-size:14px;padding:0;cursor:pointer}.SumoSelect>.CaptionCont>label>i{background-image:url(/local/templates/common/build/css/../../images/icons/Farmintorg_icon_pack-10.svg);background-repeat:no-repeat;margin:0;left:17px;top:17px;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.SumoSelect.open>.optWrapper{top:100%;display:block;border:1px solid #54e295;border-radius:0;border-top-left-radius:0;border-top-right-radius:0;border-top:none}.SumoSelect>.optWrapper>.options{padding-top:10px;padding-bottom:10px}.SumoSelect>.optWrapper>.options>li.opt:first-child{pointer-events:none;color:#b9bbc7;display:none}.SumoSelect>.optWrapper>.options li.opt{font-size:14px;margin-bottom:0;padding-left:20px;border-bottom:none;padding-top:5px;padding-bottom:5px;margin-bottom:3px;-webkit-transition:all .3s linear;transition:all .3s linear}.SumoSelect>.optWrapper>.options li.opt::before{content:none}.SumoSelect>.optWrapper>.options li.opt:hover{background-color:rgba(0,0,0,0);color:#00983c}.SumoSelect>.optWrapper>.options li label{margin:0}.SumoSelect.open .CaptionCont{border-bottom-left-radius:0;border-bottom-right-radius:0}.jspVerticalBar{right:5px;width:5px;border-radius:3px;background-color:rgba(0,0,0,0)}.jspTrack{background-color:#fff;border:1px solid #e2e9ff;border-radius:3px}.jspDrag{border-radius:3px;border:1px solid #54e295;background-color:#d4f8e4}.jspContainer{background-color:rgba(0,0,0,0);cursor:pointer}.jspContainer:focus{outline:none}.jspHorizontalBar{height:7px;background-color:rgba(0,0,0,0)}.logo__link{display:block}.logo__image{max-width:100%}.toggle-pass-icon{width:50px;top:1px;right:1px;bottom:1px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;position:absolute;z-index:1;cursor:pointer}.toggle-pass-icon:before{content:"";background-image:url("/local/templates/common/build/css/../../images/icons/eye.svg");background-size:contain;background-position:center;background-repeat:no-repeat;-ms-flex-negative:0;flex-shrink:0;width:100%;height:70%;display:block}.toggle-pass-icon.view:before{background-image:url("/local/templates/common/build/css/../../images/icons/close_eye.svg")}.toggle-pass-input{padding-right:50px}.menu{background-color:#fff;z-index:120;position:absolute;left:0;top:0;width:100%;-webkit-transition:-webkit-transform .3s linear;transition:-webkit-transform .3s linear;transition:transform .3s linear;transition:transform .3s linear, -webkit-transform .3s linear;-webkit-transform:scale(0) translateY(-200px);transform:scale(0) translateY(-200px);-webkit-transform-origin:0 100px;transform-origin:0 100px}.menu.open{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0);height:100%;overflow:auto;position:fixed;top:0}.menu__header{padding-top:22px}.menu__headerTop{padding:0 30px;margin-bottom:20px}.menu__name{background-color:rgba(0,0,0,0);border:none;position:relative;padding-left:45px;padding-top:4px;padding-bottom:4px;color:#2c2c2c;font-size:14px;font-weight:bold}.menu__name:focus{outline:none}.menu__nameIcon{fill:#54e295;width:25px;height:19px;position:absolute;left:2px;top:5px}.menu__close{position:absolute;right:34px;top:27px;width:16px;height:16px;border:none;outline:none;font-size:0;background-color:rgba(0,0,0,0)}.menu__close:focus{outline:none}.menu__close::after,.menu__close::before{content:"";position:absolute;width:100%;height:3px;background-color:#adb0be;right:0;top:0;bottom:0;margin:auto;border-radius:25%}.menu__close::before{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.menu__close::after{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.menu__headerBottom{background-color:#ecfff4;padding-top:10px;padding-left:30px;padding-right:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-bottom:11px}.menu__enter{text-decoration:none;font-size:14px;color:#2c2c2c;position:relative;padding-left:45px;padding-top:3px;padding-bottom:3px;margin-right:16px}.menu__enterIcon{position:absolute;left:1px;top:1px;width:28px;height:24px}.menu__reg{text-decoration:none;font-size:14px;color:#2c2c2c;position:relative;padding-left:13px;padding-top:3px;padding-bottom:3px}.menu__reg::after{content:"";position:absolute;left:0;top:6px;height:15px;width:2px;background-color:#2c2c2c}.menu__catalogLink{text-decoration:none;font-size:14px;color:#2c2c2c;width:100%;position:relative;padding-left:20px;padding-left:42px;padding-top:6px;padding-bottom:6px;margin-top:23px}.menu__catalogIcon{position:absolute;width:34px;height:34px;left:0;top:0;fill:#00983c}.menu__footerLink{background-color:#eceef8;color:#2c2c2c;font-size:14px;display:block;text-decoration:none;padding-left:76px;padding-top:15px;padding-bottom:15px;margin-bottom:1px}@media screen and (min-width: 768px){.menu{position:relative;-webkit-transform:scale(1);transform:scale(1)}.menu::after{content:"";position:absolute;left:20px;bottom:0;width:calc(100% - 20px);background:#54e295;height:2px;z-index:-1}.menu__header{display:none}.menu__footer{display:none}}@media screen and (min-width: 1280px){.menu::after{width:calc(100% - 30px)}}.listMenu{padding-bottom:18px;padding-top:18px;padding-right:5px}.listMenu__container{padding:0 33px;padding-right:30px;padding-top:2px;max-height:387px;overflow:auto}.listMenu__container::-webkit-scrollbar-track{border-radius:3px;border:1px solid #e2e9ff}.listMenu__container::-webkit-scrollbar{width:5px}.listMenu__container::-webkit-scrollbar-thumb{border-radius:3px;background-color:#d4f8e4;border:1px solid #54e295}.listMenu__list{position:relative}.listMenu__item{margin-bottom:1px;position:relative}.listMenu__item:last-child .listMenu__text::after{content:none}.listMenu.dropMenuOpen .listMenu__container{overflow:hidden}.listMenu.dropMenuOpen .listMenu__item{display:none}.listMenu.dropMenuOpen .listMenu__item.active{display:block;height:386px}.listMenu__item.active{height:385px}.listMenu__item.active .listMenu__link{background-color:#fff}.listMenu__item.active .listMenu__arrow--left svg{-webkit-transform:translateX(0);transform:translateX(0)}.listMenu__item.active .listMenu__arrow--right svg{-webkit-transform:translateX(-30px);transform:translateX(-30px)}.listMenu__item.active .listMenu__text::after{border-color:#ffcc27}.listMenu__item.active .listSumMenu{-webkit-transform:scale(1);transform:scale(1);position:static;max-height:320px;height:100%;background-color:#fff}@media screen and (min-width: 1280px){.listMenu__item.active .listSumMenu{opacity:1;visibility:visible}}.listMenu__arrow{top:0;position:absolute;height:100%;width:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;overflow:hidden}.listMenu__arrow--left{left:0;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.listMenu__arrow--left svg{-webkit-transform:translateX(30px);transform:translateX(30px)}.listMenu__arrow--right{right:0;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.listMenu__arrow svg{fill:#54e295;width:15px;height:11px;-webkit-transition:-webkit-transform .3s linear;transition:-webkit-transform .3s linear;transition:transform .3s linear;transition:transform .3s linear, -webkit-transform .3s linear}.listMenu__link{text-decoration:none;text-transform:uppercase;color:#2c2c2c;font-size:13px;font-weight:bold;display:block;position:relative;padding-left:40px}.listMenu__text{position:relative;display:block;padding-top:18px;padding-bottom:18px;padding-right:30px}.listMenu__text::after{content:"";position:absolute;border-bottom:2px solid #54e295;left:0;bottom:0;width:100%}@media screen and (min-width: 768px){.listMenu{padding:0;width:100%;margin:auto}.listMenu.dropMenuOpen .listMenu__container{overflow:visible}.listMenu.dropMenuOpen .listMenu__item{display:block}.listMenu.dropMenuOpen .listMenu__item:nth-child(n+5){display:none}.listMenu.dropMenuOpen .listMenu__item.active{height:auto}.listMenu.switchMenu .listMenu__item:nth-child(1n){display:none}.listMenu.switchMenu .listMenu__item:nth-child(n+4){display:block}.listMenu__item.active{height:auto;-webkit-box-shadow:3px -3px 10px rgba(226,233,255,.75);box-shadow:3px -3px 10px rgba(226,233,255,.75)}.listMenu__item.active .listMenu__link{background-color:#fff;border-color:rgba(0,0,0,0)}.listMenu__item.active:last-child .listMenu__text::after{content:"";position:absolute;border-bottom:2px solid #ffcc27;left:0;bottom:0;width:100%}.listMenu__item.active .listSumMenu{position:absolute;background-color:#fff;width:728px}}@media screen and (min-width: 768px)and (min-width: 1280px){.listMenu__item.active .listSumMenu{width:898px}}@media screen and (min-width: 768px){.listMenu__container{padding:0;padding-left:20px;padding-right:50px;overflow:visible}.listMenu__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;max-height:50px;overflow:inherit;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.listMenu__item{margin-bottom:0;position:static}.listMenu__item:nth-child(n+5){display:none}.listMenu__link{padding:0;font-size:16px;font-weight:bold;padding-left:15px;padding-right:15px;border-bottom:2px solid #54e295}.listMenu__arrow{display:none}.listMenu__text{padding-top:9px;padding-bottom:14px;padding-left:0;padding-right:0;letter-spacing:.1px;white-space:nowrap}.listMenu__text::after{border-color:rgba(0,0,0,0);bottom:-2px}}@media screen and (min-width: 1280px){.listMenu--mainMenu .listMenu__item:first-child .listMenu__link{position:relative}.listMenu--mainMenu .listMenu__item:first-child .listMenu__link::after{content:"";position:absolute;left:0;bottom:-2px;background-color:#fff;width:20px;height:2px}.listMenu--mainMenu .listMenu__item:last-child .listMenu__link{position:relative}.listMenu.dropMenuOpen .listMenu__item:nth-child(n+5){display:block}.listMenu__item:nth-child(n+5){display:block}.listMenu__link{padding:0 20px}.listMenu__container{padding:0}.listMenu__item.rightHover .listSumMenu{right:0;left:auto;-webkit-transform-origin:right top;transform-origin:right top}.listMenu__item.active:last-child .listMenu__text::after{bottom:-2px}}@media screen and (min-width: 768px){.headerMenu__memu{width:100%}.headerMenu__memu .listInnerMenu .listMenu__container{padding-right:0}}.listSumMenu{-webkit-transition:-webkit-transform .3s linear;transition:-webkit-transform .3s linear;transition:transform .3s linear;transition:transform .3s linear, -webkit-transform .3s linear;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:center top;transform-origin:center top;position:absolute;top:100%;left:0;width:100%;background:#fff;z-index:10;padding-top:18px;padding-bottom:20px;max-height:260px;overflow:auto;padding:0;margin-top:12px;z-index:-1}.listSumMenu::-webkit-scrollbar-track{border-radius:3px;border:1px solid #e2e9ff}.listSumMenu::-webkit-scrollbar{width:5px}.listSumMenu::-webkit-scrollbar-thumb{border-radius:3px;background-color:#d4f8e4;border:1px solid #54e295}.listSumMenu__item{margin-bottom:4px}.listSumMenu__link{text-decoration:none;color:#818390;font-size:13px}.listSumMenu__link--all{color:#ffcc27;margin-top:28px;display:block;font-weight:bold}.listSumMenu__link--all .listSumMenu__text{font-size:16px}.listSumMenu__list{padding-left:45px}@media screen and (min-width: 768px){.listSumMenu{margin-top:0;min-height:399px;height:100%;-webkit-box-shadow:0 5px 10px rgba(226,233,255,.75);box-shadow:0 5px 10px rgba(226,233,255,.75);background-color:rgba(0,0,0,0);padding-top:28px;padding-bottom:28px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:0}.listSumMenu__item{width:46%;padding-left:20px}.listSumMenu__link{font-size:14px;letter-spacing:.2px}.listSumMenu__list{padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-line-pack:start;align-content:flex-start;width:510px}}@media screen and (min-width: 1280px){.listSumMenu{-webkit-transform-origin:left top;transform-origin:left top;-webkit-transform:scale(1);transform:scale(1);-webkit-transition:opacity .3s ease;transition:opacity .3s ease;opacity:0;visibility:hidden;width:100% !important;left:0 !important;right:0 !important}.listSumMenu__list{width:calc(100% - 375px)}.listSumMenu__item{width:30%}.listSumMenu__link{-webkit-transition:all .3s linear;transition:all .3s linear}.listSumMenu__link:hover{color:#54e295}.listSumMenu__link--all:hover{color:#ffdb32}}.alphabet{width:181px;height:328px;border-radius:2px;background-color:#ecfff4;padding-top:32px;padding-left:28px;padding-right:13px;margin:0 auto;margin-top:30px;display:none}.alphabet__title{display:block;text-transform:uppercase;color:#2c2c2c;font-size:16px;white-space:normal;line-height:24px}.alphabet__menu{padding-top:17px}.alphabet__menuLink{font-size:16px;font-weight:bold;text-transform:uppercase;line-height:24px;text-decoration:none;margin-right:15px;color:#00983c}.alphabet__list{list-style-type:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0;padding-top:12px}.alphabet__item{margin-right:9px;margin-bottom:5px}.alphabet__link{font-size:16px;font-weight:bold;text-transform:uppercase;line-height:24px;text-decoration:none;color:#00983c}@media screen and (min-width: 768px){.alphabet{display:block;margin-top:0;margin-right:0;margin-right:19px}}@media screen and (min-width: 1280px){.alphabet{width:271px;height:221px;margin-top:3px;margin-right:47px;padding-top:29px}.alphabet__title{letter-spacing:.2px}.alphabet__title br{display:none}.alphabet__menu{padding-top:11px}.alphabet__list{padding-right:5px}.alphabet__item{margin-right:6px}.alphabet__link{-webkit-transition:all .3s linear;transition:all .3s linear}.alphabet__link:hover{color:#54e295}}.menuOverlow{position:fixed;width:100%;height:100%;top:0;left:0;bottom:0;margin:auto;z-index:101;background-color:#54e295;opacity:.15;display:none}@media screen and (min-width: 1280px){.ie .innerMenu__otherLink{width:121px}}.innerMenu{width:60px;height:50px;opacity:0;-webkit-transition:opacity .3s linear;transition:opacity .3s linear;z-index:1000;padding-left:10px;opacity:1;min-width:60px}@media screen and (min-width: 768px){.innerMenu{opacity:0;min-width:unset;position:relative;width:100%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-top:25px;max-width:749px;max-width:calc(100% - 20px)}}@media screen and (min-width: 1280px){.innerMenu{max-width:calc(100% - 10px);padding-right:105px}}@media screen and (min-width: 1280px){.headerBottom .innerMenu{padding-right:0}}.innerMenu.current{opacity:1}.innerMenu__toggle{background-color:#54e295;font-size:0;display:block;height:100%;width:100%;border:none;border-top-right-radius:2px;border-bottom-right-radius:2px}@media screen and (min-width: 768px){.innerMenu__toggle{display:none}}.innerMenu__toggle:focus{outline:none}.innerMenu__toggleIcon{fill:#fff;width:25px;height:19px}.innerMenu__otherLink{display:none}@media screen and (min-width: 768px){.innerMenu__otherLink{position:absolute;background-color:#fff;right:0;bottom:auto;top:-2px;text-decoration:none;font-size:15px;color:#2c2c2c;font-weight:bold;z-index:310;text-transform:uppercase;border:2px solid #54e295;border-radius:2px;width:97px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:9px;padding-bottom:14px;-webkit-transition:all .3s linear;transition:all .3s linear}}@media screen and (min-width: 1280px){.innerMenu__otherLink{width:115px;font-size:16px}}.innerMenu__otherLink:hover{color:#54e295}@media screen and (min-width: 768px){.innerMenu .listMenu__text{font-size:15px}}@media screen and (min-width: 1280px){.innerMenu .listMenu__text{font-size:16px}}@media screen and (min-width: 768px){.innerMenu__otherLink+.headerMenu__memu{width:calc(100% - 97px)}}@media screen and (min-width: 1280px){.innerMenu__otherLink+.headerMenu__memu{width:calc(100% - 115px)}}.listInnerMenu{position:relative}@media screen and (min-width: 768px){.listInnerMenu .listMenu__container{padding-left:0;padding-right:100px}}@media screen and (min-width: 768px){.listInnerMenu .listMenu__list{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media screen and (min-width: 768px){.listInnerMenu .listMenu__item:first-child{padding-left:20px}}@media screen and (min-width: 1280px){.listInnerMenu .listMenu__item:first-child{padding-left:0}}@media screen and (min-width: 768px){.listInnerMenu .listMenu__item:first-child .listMenu__link{padding-left:0}}@media screen and (min-width: 1280px){.listInnerMenu .listMenu__item:first-child .listMenu__link{padding-left:0}}@media screen and (min-width: 768px){.listInnerMenu .listMenu__item:nth-child(n+5){display:block}}@media screen and (min-width: 768px){.listInnerMenu .listMenu__item:nth-child(n+6){display:none}}@media screen and (min-width: 1280px){.listInnerMenu .listMenu__item:nth-child(n+7){display:block}}@media screen and (min-width: 1280px){.listInnerMenu .listMenu__item:nth-child(n+10){display:none}}.listInnerMenu .listMenu__link{padding-left:11px;padding-right:11px}@media screen and (min-width: 1280px){.listInnerMenu .listMenu__link{padding-left:14px;padding-right:14px}}@media screen and (min-width: 768px){.listInnerMenu.dropMenuOpen .listMenu__item:nth-child(n+5){display:block}}@media screen and (min-width: 768px){.listInnerMenu.dropMenuOpen .listMenu__item:nth-child(n+7){display:none}}@media screen and (min-width: 1280px){.listInnerMenu.dropMenuOpen .listMenu__item:nth-child(n+7){display:block}}@media screen and (min-width: 1280px){.listInnerMenu.dropMenuOpen .listMenu__item:nth-child(n+10){display:none}}.menuFooterBtn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none;color:#fff;font-size:14px;font-weight:bold;text-transform:uppercase;padding-left:28px;height:50px}.menuFooterBtn__icon{width:33px;height:30px;fill:#fff;margin-right:15px}.baguetteBox-button#close-button{background-color:rgba(0,0,0,0)}.baguetteBox-button#close-button:focus{outline:none}.baguetteBox-button#close-button svg{fill:#54e295}.baguetteBox-button{background-color:rgba(0,0,0,0)}.baguetteBox-button:focus{outline:none;background-color:rgba(0,0,0,0)}.baguetteBox-button:hover{background-color:rgba(0,0,0,0)}#baguetteBox-overlay .full-image img{-webkit-box-shadow:none;box-shadow:none}#baguetteBox-overlay .full-image figcaption{bottom:50px;color:#2c2c2c;background-color:rgba(0,0,0,0)}.catalog__container{max-width:1200px;margin:0 auto;padding-top:23px;padding-left:8px;padding-right:8px}.catalog__title{display:block;color:#2c2c2c;font-size:26px;font-weight:bold;text-transform:uppercase;line-height:40px;margin-bottom:23px}.catalog__item{width:299px;margin-bottom:10px;z-index:100;margin-right:4px;margin-left:auto;margin-right:auto}.catalog__other{display:block;height:160px;width:299px;background-image:url(/local/templates/common/build/css/../../images/catalogItem_back.png);background-repeat:no-repeat;background-size:100%;background-position:center;border:1px solid #55e296;margin-bottom:10px;margin-left:auto;margin-right:auto;text-transform:uppercase;font-weight:bold;font-size:18px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (min-width: 768px){.catalog__other{width:230px;width:calc(32% - 16px);margin:0 12px;background-size:cover}}@media screen and (min-width: 1280px){.catalog__other{width:280px}}.catalog__otherContent{display:block;max-width:130px;margin-top:36px;margin-bottom:auto}@media screen and (min-width: 768px){.catalog__otherContent{margin-top:130px}}.catalog__otherText{display:block;margin-bottom:3px}.catalog__otherLink{color:#ffcc27;text-decoration:none;line-height:26px;display:none}.catalog__otherLink--mob{display:block}@media screen and (min-width: 768px){.catalog__otherLink{display:none}}@media screen and (min-width: 768px){.catalog__otherLink--tablet{display:block}}@media screen and (min-width: 1280px){.catalog__otherLink{display:none}}@media screen and (min-width: 1280px){.catalog__otherLink--desktop{display:block}}@media screen and (min-width: 768px){.catalog__container{padding-top:30px;padding-left:0;padding-right:0}.catalog__title{letter-spacing:.52px;padding-left:14px}.catalog__list{padding:0;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:7px;opacity:0;-webkit-transition:opacity .5s ease;transition:opacity .5s ease}.catalog__list--loaded{opacity:1}.catalog__item{width:calc(32% - 15px);margin:0 11px;margin-bottom:20px}}@media screen and (min-width: 1280px){.catalog{margin-bottom:7px}.catalog__container{padding-top:24px}.catalog__title{font-size:30px;margin-bottom:20px;padding-left:7px}.catalog__list{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-left:0}.catalog__item{max-width:280px;margin-right:7px}}.catalogItem{border-radius:2px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;-webkit-transition:all .3s linear;transition:all .3s linear;display:none;z-index:1}.catalogItem:hover{-webkit-box-shadow:0 5px 10px rgba(226,233,255,.75);box-shadow:0 5px 10px rgba(226,233,255,.75)}.catalogItem:hover .catalogItem__title{border-color:#ffcc27}.catalogItem--opened{z-index:2}.catalogItem--opened .catalogItem__block{-webkit-box-shadow:0 5px 10px rgba(226,233,255,.75);box-shadow:0 5px 10px rgba(226,233,255,.75)}.catalogItem--mob{display:block}@media screen and (min-width: 768px){.catalogItem{display:none;height:162px}}@media screen and (min-width: 768px){.catalogItem--tablet{display:block}}@media screen and (min-width: 1280px){.catalogItem{display:none}}@media screen and (min-width: 1280px){.catalogItem--desktop{display:block}}.catalogItem--visible{display:block}.catalogItem__block{padding:0 23px;padding-bottom:26px;-webkit-transition:all .3s linear;transition:all .3s linear;background-color:#fff;border:1px solid #e2e9ff;min-height:100%}.catalogItem__title{border-bottom:2px solid #e2e9ff;border-radius:1px;padding-top:27px;padding-bottom:24px;position:relative;margin-bottom:21px;padding-left:5px;padding-right:50px;padding-top:0;padding-bottom:0;height:79px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;-webkit-transition:all .3s linear;transition:all .3s linear}.catalogItem__link{color:#2c2c2c;text-transform:uppercase;font-size:16px;font-weight:bold}.catalogItem__link img{position:absolute;right:0;top:17px;max-width:46px;max-height:44px;width:auto;height:auto}.catalogItem__content{margin-left:-23px;margin-right:-23px;background-color:#fff}.catalogItem__contentBody{-webkit-transition:all .3s linear;transition:all .3s linear}.catalogItem__list{position:relative}.catalogItem__items{padding:0 27px}.catalogItem__items:nth-child(2){padding-top:4px}.catalogItem__itemsWrap{display:none}.catalogItem__item{margin-bottom:9px}@media screen and (min-width: 768px){.catalogItem__item{margin-bottom:5px}}@media screen and (min-width: 1280px){.catalogItem__item{margin-bottom:4px}}.catalogItem__name{font-size:14px;color:#2c2c2c;line-height:21px;display:inline-block;font-weight:normal}.catalogItem__buttons{padding-top:10px}.catalogItem__button{padding-left:0;background-color:rgba(0,0,0,0);border:none;font-size:16px;font-weight:bold;color:#2c2c2c;color:#ffcc27;cursor:pointer}.catalogItem__button:focus{outline:none}.catalogItem__button:hover{color:#ffdb32}.catalogItem__button:active{color:#ffa800}.catalogItem--opened .catalogItem__button:before{content:attr(data-hide)}.catalogItem--opened .catalogItem__button span{display:none}@media screen and (max-width: 767px){.catalogItem{height:auto !important}.catalog__other{height:160px !important}}.pagingation__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.pagingation__item{width:40px;height:40px;border:1px solid #e2e9ff;border-radius:2px;margin:0 2px;font-weight:normal;font-size:14px;color:#2c2c2c;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .3s linear;transition:all .3s linear}.pagingation__item:hover{border-color:#54e295}.pagingation__item--arrow svg{width:8px;height:13px;fill:#e2e9ff;-webkit-transition:all .3s linear;transition:all .3s linear}.pagingation__item--arrow{margin:0}.pagingation__item--arrowCurrent svg{-webkit-transition:all .3s linear;transition:all .3s linear;fill:#54e295}.pagingation__item--current{background-color:#e5fbef;border-color:#54e295}.pagingation__item--disabled{pointer-events:none}.pagingation__item:hover svg{fill:#54e295}.pagingation__dots{display:none}@media screen and (min-width: 768px){.pagingation__dots{display:block;width:25px;text-align:center;height:100%;margin:0 2px;font-weight:normal;font-size:14px;color:#2c2c2c}.pagingation__item{margin:0 6px}}.pagingationName{color:#adb0be;font-size:12px;font-weight:bold;margin-right:10px}.ie .pagingation__dots{padding-top:15px}.popup{background-color:#fff;margin:auto;left:0;right:0;max-width:650px;border-radius:2px;-webkit-box-shadow:0 5px 10px rgba(226,233,255,.75);box-shadow:0 5px 10px rgba(226,233,255,.75);padding:0 10px;padding-top:35px;padding-bottom:22px;-webkit-transition:all .3s linear;transition:all .3s linear;-webkit-transform:scale(0);transform:scale(0)}.popup__title{font-size:30px;display:block;font-weight:bold;text-transform:uppercase;color:#2c2c2c;padding:0 25px;font-size:31px;border-bottom:2px solid #e2e9ff;padding-bottom:33px;margin-bottom:20px}.popup__close{position:absolute;right:17px;top:17px;height:25px;width:25px}.popup__close::before,.popup__close::after{content:"";position:absolute;border-radius:20px;right:0;left:0;margin:auto;width:4px;height:100%;background-color:#00983c}.popup__close::before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.popup__close::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.popup.visible{-webkit-transform:scale(1);transform:scale(1)}@media screen and (min-width: 768px){.popup{padding:0 110px;padding-top:34px;padding-bottom:22px}}.ie .popup{right:auto;left:50%;-webkit-transform-origin:left center;transform-origin:left center}.ie .popup.visible{-webkit-transform:scale(1) translateX(-50%);transform:scale(1) translateX(-50%)}.formFeedback{padding-top:16px}.formFeedback__buttons{text-align:right;margin-bottom:40px}.formFeedback__button{text-transform:none;font-size:14px;line-height:24px;padding:13px 59px;margin-top:3px}.formFeedback .help-block{position:absolute;pointer-events:none;left:101px;top:15px;font-size:13px;color:#ff3852}@media screen and (min-width: 768px){.formFeedback .help-block{font-size:14px;letter-spacing:.28px}}.formFeedbackField{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:18px;position:relative}.formFeedbackField__name{font-weight:bold;font-size:12px;color:#adb0be;vertical-align:top;margin-top:16px;display:inline-block}.formFeedbackField__name--title{text-transform:uppercase}@media screen and (min-width: 1280px){.formFeedbackField__name{min-width:88px}}.formFeedbackField__sup{color:#54e295;position:relative;left:4px;top:-2px;font-size:14px}.formFeedbackField__input{width:calc(100% - 88px)}.formFeedbackField__textarea{width:calc(100% - 88px);height:112px}.formFeedbackField.has-error .formFeedbackField__sup{color:#ff3852}.formFeedbackField.has-error .formFeedbackField__input::-webkit-input-placeholder{color:rgba(0,0,0,0)}.formFeedbackField.has-error .formFeedbackField__input::-moz-placeholder{color:rgba(0,0,0,0)}.formFeedbackField.has-error .formFeedbackField__input:-ms-input-placeholder{color:rgba(0,0,0,0)}.formFeedbackField.has-error .formFeedbackField__input::-ms-input-placeholder{color:rgba(0,0,0,0)}.formFeedbackField.has-error .formFeedbackField__input::placeholder{color:rgba(0,0,0,0)}.formFeedbackField.has-error .formFeedbackField__input:-ms-input-placeholder{color:rgba(0,0,0,0) !important}.formFeedbackField.has-error .formFeedbackField__input:-ms-input-placeholder{color:rgba(0,0,0,0) !important}.formFeedbackField.has-error .formFeedbackField__input:focus+.help-block{opacity:0}.success-popup{text-align:center;max-width:527px;padding-left:10px;padding-right:10px}.success-popup__text{font-size:14px;letter-spacing:.2px;line-height:21px;padding-top:10px;margin-bottom:45px}@media screen and (min-width: 768px){.success-popup{padding-left:49px;padding-right:49px}}.cancelOrderPopup__title{padding:0;padding-bottom:20px}.cancelOrderPopup__buttons{text-align:center}.cancelOrderPopup__btn{border:none;font-weight:bold;color:#fff;padding:16px 20px;font-size:14px;cursor:pointer;display:inline-block;width:100px}.cancelOrderPopup__btn--cancel{margin-right:15px}.sentence{margin-bottom:29px}@media screen and (min-width: 768px){.sentence{margin-bottom:25px}}@media screen and (min-width: 1280px){.sentence{margin-bottom:33px}}.sentence__container{max-width:1200px;margin:0 auto;padding-left:10px;padding-right:10px;padding-top:20px}.sentence__title{font-size:26px;color:#2c2c2c;display:block;font-weight:bold;line-height:40px;text-transform:uppercase;margin-bottom:21px;letter-spacing:.5px}.sentence__item{margin-bottom:10px;height:139px;border-radius:2px;border:1px solid #e2e9ff;width:300px;margin-left:auto;margin-right:auto}@media screen and (min-width: 768px){.sentence__container{padding-left:17px;padding-right:0;padding-top:20px}.sentence__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.sentence__item{margin-left:0;margin-right:18px;width:355px;height:171px;margin-bottom:19px}}@media screen and (min-width: 1280px){.sentence__container{padding-left:11px;padding-top:21px}.sentence__title{font-size:30px}.sentence__list{margin-right:-10px}.sentence__item{width:280px;height:338px}}.sheetItem{position:relative;-webkit-transition:all .3s linear;transition:all .3s linear}.sheetItem:hover{border-color:#ffcc27}.sheetItem__block{height:100%}.sheetItem__prewiev{position:absolute;left:0;top:0;max-width:100px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;pointer-events:none}.sheetItem__image{max-width:100%;max-height:100%}.sheetItem__content{width:150px;margin-right:0;margin-left:auto;line-height:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;-ms-flex-line-pack:center;align-content:center}.sheetItem__title{display:block;color:#2c2c2c;text-transform:uppercase;font-weight:bold;font-size:16px;margin-bottom:10px;pointer-events:none;width:100%}.sheetItem__more{display:block}.sheetItem__moreLink{font-size:16px;color:#ffcc27;-webkit-transition:all .3s linear;transition:all .3s linear}.sheetItem__moreLink:hover{color:#ffdb32}.sheetItem__moreLink:active{color:#ffa800}@media screen and (min-width: 768px){.sheetItem__content{width:160px}.sheetItem__prewiev{max-width:150px}.sheetItem__title{padding-right:30px}}@media screen and (min-width: 1280px){.sheetItem__prewiev{height:230px;width:100%;max-width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.sheetItem__block{padding-top:195px}.sheetItem__title{width:100%;text-align:center;padding-right:0}.sheetItem__title br{display:none}.sheetItem__content{width:100%;height:auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:45px}}.alphabetList{padding:0 10px;position:relative;z-index:10}.alphabetList--catalogPage{margin-top:30px;margin-bottom:62px}.alphabetList--catalogPage .alphabetList__container{width:100%}@media screen and (min-width: 768px){.alphabetList--catalogPage{margin-top:40px;margin-bottom:52px}}@media screen and (min-width: 1280px){.alphabetList--catalogPage{padding:0;margin-top:22px;margin-bottom:58px}.alphabetList--catalogPage .alphabetList__container{padding-top:31px;padding-bottom:3px}}.alphabetList__container{-webkit-box-shadow:0 5px 10px rgba(226,233,255,.75);box-shadow:0 5px 10px rgba(226,233,255,.75);background-color:#ecfff4;border-radius:2px;padding:20px;padding-top:30px;padding-left:30px;padding-right:0;padding-bottom:2px;max-width:1200px;margin:0 auto}.alphabetList__title{display:block;text-transform:uppercase;color:#2c2c2c;font-size:16px;margin-bottom:10px}.alphabetList__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.alphabetList__item{padding-left:0;text-transform:uppercase;margin-right:9px}.alphabetList__item--num{margin-right:18px}.alphabetList__item--letters{margin-right:20px}.alphabetList__item::before{content:none}.alphabetList__link{font-size:16px}@media screen and (min-width: 768px){.alphabetList{padding:0 20px}.alphabetList--catalogPage{padding:0 10px}.alphabetList__container{padding-left:28px;padding-bottom:3px}.alphabetList__title{letter-spacing:.3px}.alphabetList__item{margin-right:8.6px}.alphabetList__item--num{margin-right:20px}.alphabetList__item--letters{margin-right:20px}}@media screen and (min-width: 1280px){.alphabetList__container{width:100%;max-width:1182px;padding-top:31px;padding-left:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-bottom:3px}.alphabetList__list{margin-left:21px}.alphabetList__item{letter-spacing:3.2px;margin-right:7.5px}.alphabetList__item--num{margin-right:23px}.alphabetList__item--letters{margin-right:23px}}.breadCrumbs{max-width:1200px;margin:0 auto}.breadCrumbs__list{margin:0;padding-top:25px;padding-left:9px;padding-bottom:15px;list-style-type:none;font-weight:bold;font-size:14px}.breadCrumbs__item{color:#b3b6c3;display:inline-block;padding-right:5px}.breadCrumbs__link{color:#00983c;text-decoration:none;position:relative;padding-right:30px;display:inline-block;margin-right:3px}.breadCrumbs__icons{position:absolute;right:0;top:0;width:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:20px}.breadCrumbs__linkIcon{width:6px;height:10px;fill:#54e295}.breadCrumbs__text{color:#b3b6c3;font-weight:normal}@media screen and (min-width: 768px){.breadCrumbs__list{padding-top:40px;padding-left:19px}}@media screen and (min-width: 1280px){.breadCrumbs__list{padding-left:10px}}.box{min-height:263px;border:1px solid #e2e9ff;border-radius:2px;width:300px;margin-left:auto;margin-right:auto;margin-bottom:19px;position:relative;-webkit-transition:all .3s linear;transition:all .3s linear}.box:hover{-webkit-box-shadow:0 5px 10px rgba(226,233,255,.75);box-shadow:0 5px 10px rgba(226,233,255,.75)}.box__close{position:absolute;right:6px;top:6px;border:none;background-color:rgba(0,0,0,0);cursor:pointer;width:18px;height:24px;padding:2px}.box__close:focus{outline:none}.box__closeIcon{width:100%;fill:#adb0be;margin:auto}.box__col{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:18px 8px}.box__prewiev{width:100px;min-height:115px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.box__prewievLink{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.box__prewievImage{display:block;margin:0 auto;max-width:100%;max-height:100%}.box__name{width:calc(100% - 100px);letter-spacing:.28px;padding-left:19px;line-height:18px;overflow:hidden;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.box__name--basket{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:15px}.box__name--basket span{display:block;width:100%;font-size:12px}.box__name--basket span.box__nameMaker{margin-top:10px;font-size:12px;color:#2c2c2c;font-weight:400;line-height:16px}.box__nameLink{color:#2c2c2c;font-size:14px}.box__price{width:calc(45% - 30px);padding-top:25px;padding-right:15px}.box__priceTitle{display:block;font-size:12px;line-height:16px;text-align:right;letter-spacing:.3px;margin-bottom:15px}.box__priceNum{display:block;font-weight:bold;font-size:18px;line-height:16px;text-transform:uppercase;text-align:right}.box__priceNum span{font-size:12px;text-transform:normal}.box__number{width:60px}.box__quantity{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:auto}.quantity{width:50px;height:97px;padding-top:30px;padding-bottom:30px;position:relative}.quantity__arrow{position:absolute;left:0;width:100%;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:none;background-color:rgba(0,0,0,0);cursor:pointer}.quantity__arrow:focus{outline:none}.quantity__arrow--up{top:0}.quantity__arrow--down{bottom:0;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.quantity__arrowIcon{width:16px;height:8px}.quantity__input{width:100%;height:46px;padding:5px;text-align:center}.quantity__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.quantity__input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.box__cost{width:calc(55% - 30px);padding-top:25px;padding-right:10px}.box__costTitle{display:block;font-size:12px;line-height:16px;text-align:right;letter-spacing:.3px;margin-bottom:15px}.box__costPrice{display:block;font-weight:bold;font-size:18px;line-height:16px;text-transform:uppercase;text-align:right}.box__costPrice span{font-size:12px;text-transform:normal}@media screen and (min-width: 768px){.box{min-height:inherit;width:100%}.box__block{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.box__col{width:100%}.box__close{right:11px}.box__name{width:calc(52% - 100px);min-height:115px;padding-top:0;margin-top:0;padding-right:10px}.box__name--basket{margin-bottom:0}.box__nameLink{font-size:16px;line-height:22px}.box__price{width:calc(17% - 10px);padding-right:10px;padding-top:0;letter-spacing:.5px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.box__priceTitle{display:none}.box__priceNum{font-size:20px;text-align:right}.box__priceNum span{letter-spacing:0}.box__number{width:14%;padding-top:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.box__cost{width:17%;padding-top:0;letter-spacing:.5px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.box__cost span{letter-spacing:0}.box__costTitle{display:none}.box__costPrice{font-size:20px;text-align:right}.box__quantity{margin:0 auto}.quantity{width:70px}.quantity__arrow svg{margin:auto}}@media screen and (min-width: 1280px){.box{margin-bottom:20px}.box__close{right:27px;top:0;bottom:0;margin:auto}.box__close:hover svg{fill:#54e295}.box__closeIcon{-webkit-transition:all .3s linear;transition:all .3s linear}.box__prewiev{width:150px;min-height:110px}.box__name{width:calc(50% - 130px);min-height:110px}.box__name--basket span{font-size:14px}.box__name--basket span.box__nameMaker{font-size:14px;line-height:21px}.box__nameLink{font-size:18px;line-height:27px}.box__price{width:calc(25% - 136px);padding-right:0}.box__priceNum{font-size:26px;line-height:28px;letter-spacing:1px;padding:0}.box__priceNum span{font-size:18px}.box__number{width:200px;padding-left:20px}.box__quantity{padding:0}.quantity{width:120px;height:50px}.quantity__input{height:100%;padding:7px;padding-left:40px;padding-right:40px}.quantity__arrow--down{right:auto;left:0;width:30px;height:100%}.quantity__arrow--down::after{content:"";position:absolute;height:32px;background-color:#54e295;width:2px;right:-5px;top:10px}.quantity__arrow--down svg{-webkit-transform:rotate(90deg);transform:rotate(90deg);width:18px;height:10px}.quantity__arrow--up{right:0;left:auto;width:30px;height:100%}.quantity__arrow--up::after{content:"";position:absolute;height:32px;background-color:#54e295;width:2px;left:-3px;top:10px}.quantity__arrow--up svg{-webkit-transform:rotate(90deg);transform:rotate(90deg);width:18px;height:10px}.box__cost{width:calc(25% - 152px);padding-right:0}.box__costPrice{font-size:26px;line-height:30px;letter-spacing:1px}.box__costPrice span{font-size:20px}}.rangeSlider{width:100%}.rangeSlider .irs{width:100%}.rangeSlider .irs::after{content:"";position:absolute;left:0;bottom:0;width:calc(100% - 13px);height:100%;border:1px solid #e2e9ff;z-index:-1;left:7px;border-top-left-radius:4px;border-bottom-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px}.rangeSlider .irs--flat{height:auto}.rangeSlider .irs--flat .irs-handle>i:first-child{display:none}.rangeSlider .irs--flat .irs-from:before,.rangeSlider .irs--flat .irs-single:before,.rangeSlider .irs--flat .irs-to:before{content:none}.rangeSlider .irs-grid-pol{display:none}.rangeSlider .irs-grid-text{font-size:14px;color:#212121}.rangeSlider .irs-line{margin:0 auto;width:100%;background:rgba(0,0,0,0);border-radius:3px;height:5px;border:1px solid #e2e9ff;border-color:rgba(0,0,0,0)}.rangeSlider .irs-bar{border:none;height:5px;top:0;background-color:#d4f8e4;border:1px solid #54e295;border-radius:3px}.rangeSlider .irs-min,.rangeSlider .irs-max{display:none}.rangeSlider .irs-from,.rangeSlider .irs-to,.rangeSlider .irs-single{top:-43px;font-size:12px;color:#707070;z-index:10;background:#fff;padding:5px;padding-top:0;padding-bottom:0;border-radius:10px}.rangeSlider .irs-single{margin:auto;text-align:center}.rangeSlider .irs-handle.from,.rangeSlider .irs-handle.to{top:-23px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:none;border-radius:0;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;width:13px;height:19px;background-image:url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg viewBox='0 0 13 19' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M70.003 405.007v9.329c0 1.2.491 2.347 1.356 3.163l4.484 4.235c.37.35.942.35 1.312 0l4.484-4.235a4.352 4.352 0 0 0 1.356-3.163v-9.329c0-1.108-.884-2.007-1.974-2.007h-9.045c-1.09 0-1.973.899-1.973 2.007z'/%3E%3C/defs%3E%3Cg transform='translate(-70 -403)'%3E%3Cuse fill='%23ffcc27' xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E")}.rangeSlider .irs-line-left,.rangeSlider .irs-line-right{display:none}.rangeSlider__sliderGroup{width:100%;padding-right:19px;margin-bottom:22px}.rangeSlider__inputGroup{width:47%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.rangeSlider__input{width:calc(100% - 32px);padding:14px 0;text-align:center}.rangeSlider__name{font-weight:bold;color:#adb0be;font-size:12px;margin-right:12px}.similarProduct{height:410px;width:302px;margin-left:auto;margin-right:auto;border-radius:2px;border:1px solid #e2e9ff;margin-bottom:18px;-webkit-transition:all .3s linear;transition:all .3s linear}.similarProduct:hover{-webkit-box-shadow:0 5px 10px rgba(226,233,255,.75);box-shadow:0 5px 10px rgba(226,233,255,.75)}.similarProduct__container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:8px;padding-top:18px}.similarProduct__prewiev{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:130px;height:120px}.similarProduct__image{display:block;margin:0 auto;max-width:100%;max-height:100%}.similarProduct__name{width:150px;padding-left:19px;margin-top:9px;line-height:18px;max-height:100px;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.similarProduct__nameLink{font-size:14px;color:#2c2c2c}.similarProduct__content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:13px;padding-top:17px;letter-spacing:.2px;width:100%}.similarProduct__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:13px;letter-spacing:.2px}.similarProduct__fabricator{color:#2c2c2c;font-size:12px;margin-bottom:14px;width:100%}.similarProduct__fabricatorTitle{font-weight:bold;display:block}.similarProduct__desc{color:#adb0be;letter-spacing:.24px;width:100%;font-size:12px;line-height:18px;max-height:68px;overflow:hidden;width:100%}.similarProduct__price{font-size:30px;font-weight:bold;text-transform:uppercase;color:#2c2c2c;width:100%;padding-top:13px;padding-bottom:16px}.similarProduct__price--small{color:#53545c;font-size:18px}.similarProduct__price--rub{text-transform:none}.similarProduct__quantity{width:120px;height:50px;padding:0;margin-right:20px;position:relative}.similarProduct__quantity .quantity__input{height:100%;padding:0;padding-left:40px;padding-right:40px}.similarProduct__quantity .quantity__arrow{width:34px;height:100%;top:0;bottom:0;margin:auto;height:32px}.similarProduct__quantity .quantity__arrow svg{display:block;position:absolute;z-index:100;left:0;right:0;margin:auto;top:0;bottom:0}.similarProduct__quantity .quantity__arrow::after{content:"";position:absolute;height:100%;width:1px;background-color:#54e295;top:0}.similarProduct__quantity .quantity__arrow--down{right:auto;left:0}.similarProduct__quantity .quantity__arrow--down::after{right:0}.similarProduct__quantity .quantity__arrow--down svg{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.similarProduct__quantity .quantity__arrow--up{left:auto;right:0}.similarProduct__quantity .quantity__arrow--up::after{left:0}.similarProduct__quantity .quantity__arrow--up svg{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.similarProduct__button{border:none;letter-spacing:.28px;font-size:14px;color:#fff;font-weight:bold;padding:0 30px;cursor:pointer;line-height:50px}.similarProduct__button:hover{color:#fff}.similarProduct__button.active{padding:0 16px}@media screen and (min-width: 768px){.similarProduct{width:100%;height:276px;margin-bottom:20px;position:relative}.similarProduct__container{padding-left:199px;padding-top:22px}.similarProduct__prewiev{width:161px;height:154px;position:absolute;left:13px;top:29px}.similarProduct__name{line-height:23px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-left:0;margin-top:0;max-height:54px;width:470px}.similarProduct__nameLink{font-size:18px;line-height:27px;letter-spacing:.36px}.similarProduct__content{padding-left:0;padding-top:15px;min-height:auto}.similarProduct__fabricator{font-size:14px;margin-bottom:9px}.similarProduct__fabricatorTitle{display:inline}.similarProduct__desc{line-height:21px;padding-right:20px;font-size:14px;max-width:480px;letter-spacing:.3px}.similarProduct__footer{padding:0;width:100%;padding-top:22px}.similarProduct__price{font-size:30px;padding:0;width:200px;letter-spacing:.5px;text-align:left;margin-right:9px}.similarProduct__price--small{font-size:18px}.similarProduct__quantity{margin-top:0;margin-left:3px}.similarProduct__button{margin-top:auto;height:50px;margin-left:5px;padding:0 46px}.similarProduct__button.active{padding:0 32px}}@media screen and (min-width: 1280px){.similarProduct{height:220px}}@media screen and (min-width: 1280px){.similarProduct{height:220px}.similarProduct__footer{position:absolute;right:0;width:213px;padding:0;top:0;padding-top:19px;padding-right:32px}.similarProduct__price{text-align:right;margin:0}.similarProduct__quantity{margin-right:0;margin-left:auto;margin-bottom:20px;margin-top:10px}.similarProduct__button{margin-right:0;margin-left:auto;padding:0 46px}.similarProduct__button.active{padding:0 32px}}.order{margin-bottom:62px}.order .pagingationName{display:none}@media screen and (min-width: 768px){.order{margin-bottom:92px}}@media screen and (min-width: 1280px){.order{margin-bottom:60px}.order__pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.order__pagination .pagingationName{padding-top:10px;margin-right:26px}.order__pagination .pagingation__item--arrow{margin:0}.order__pagination .pagingation__dots{padding-top:10px}}.orderItem{width:300px;height:290px;border-radius:2px;border:1px solid #e2e9ff;margin:0 auto;margin-bottom:20px;max-width:905px}.orderItem__container{padding:20px;padding-right:10px}.orderItem__title{display:block;font-size:18px;font-weight:bold;letter-spacing:.3px;line-height:40px;white-space:nowrap;margin-bottom:11px}.orderItem__titleNumber{text-transform:uppercase;color:#00983c;font-size:24px}.orderItem__status{display:block;font-size:14px;font-weight:bold;line-height:21px;margin-bottom:9px;letter-spacing:.3px}.orderItem__statusMode--successfully{color:#b3b6c3}.orderItem__statusMode--cancel{color:#ffcc27}.orderItem__statusMode--completed{color:#54e295}.orderItem__statusMode--wait{color:#54e295}.orderItem__date{display:block;font-size:14px;letter-spacing:.3px;margin-bottom:11px}.orderItem__dateTitle{font-weight:bold}.orderItem__summ{display:block;letter-spacing:.3px;font-weight:bold;margin-bottom:26px}.orderItem__summTitle{font-size:14px;display:block}.orderItem__summPrice{font-size:24px}.orderItem__rest{text-transform:none;font-size:18px;font-weight:bold}.orderItem__btn{cursor:pointer;border:none;font-size:14px;font-weight:bold;-webkit-transition:all .3s linear;transition:all .3s linear;cursor:pointer;display:inline-block;text-align:center}.orderItem__btn--cancel{background-color:rgba(0,0,0,0);border:2px solid #54e295;border-radius:2px;padding:14px 20px;color:#2c2c2c}.orderItem__btn--cancel span{display:none}.orderItem__btn--cancel:hover{background-color:#54e295;color:#fff;color:#2c2c2c}.orderItem__btn--more{color:#fff;text-transform:none;padding:16px 20px;margin-left:16px;color:#fff}.orderItem__btn--more:hover{color:#fff}.orderItem__btn--repeat{color:#fff;padding:16px 20px;color:#fff}.orderItem__btn--repeat:hover{color:#fff}.orderItem__btn--repeat span{display:none}@media screen and (min-width: 768px){.orderItem{width:100%;height:155px}.orderItem__container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;padding-bottom:0}.orderItem__head{width:42%;padding-left:7px}.orderItem__summ{width:24%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:7px;padding-left:7px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-line-pack:start;align-content:flex-start;padding-top:52px}.orderItem__summTitle{width:100%;text-align:right}.orderItem__summPrice{width:100%;text-align:right;padding-right:5px}.orderItem__buttons{width:28%;margin-right:0;margin-left:auto;padding-left:4px;padding-top:0}.orderItem__btn{width:171px}.orderItem__btn--cancel{margin-bottom:9px}.orderItem__btn--cancel span{display:inline}.orderItem__btn--repeat{margin-bottom:9px}.orderItem__btn--more{margin-left:0}}@media screen and (min-width: 1280px){.orderItem__head{width:280px}.orderItem__summ{width:180px;padding-left:0}.orderItem__buttons{width:372px;padding-top:51px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-right:20px}.orderItem__btn--more{width:152px}}.oneOrder{margin-bottom:60px}.oneOrder__head{padding:23px 21px;border:1px solid #e2e9ff}.oneOrder__title{display:block;font-weight:bold;font-size:18px;letter-spacing:.3px;margin-bottom:18px}.oneOrder__titleNumber{color:#00983c;text-transform:uppercase;font-size:24px}.oneOrder__status{display:block;font-size:14px;font-weight:bold;margin-bottom:9px}.oneOrder__statusState{color:#54e295}.oneOrder__date{display:block;font-weight:bold;font-size:14px;line-height:21px;margin-bottom:10px}.oneOrder__dateNumber{font-weight:normal;letter-spacing:.3px}.oneOrder__summ{font-weight:bold;display:block;margin-bottom:6px}.oneOrder__summTitle{display:block;font-size:14px}.oneOrder__summPrice{font-size:30px;text-transform:uppercase;line-height:45px}.oneOrder__summPenny{font-size:18px;color:#53545c}.oneOrder__summRub{text-transform:none}.oneOrder__buttons{margin-bottom:5px}.oneOrder__button{cursor:pointer;border:2px solid #54e295;border-radius:2px;background-color:rgba(0,0,0,0);font-size:14px;font-weight:bold;color:#2c2c2c;padding:13px 25px}.oneOrder__address{font-size:14px;padding-left:20px;padding-top:26px;line-height:21px;letter-spacing:.3px;padding-bottom:15px}.oneOrder__addressTitle{font-weight:bold}@media screen and (min-width: 768px){.oneOrder__head{width:calc(100% + 40px);margin-left:-20px;padding-top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-bottom:20px;border-color:rgba(0,0,0,0)}.oneOrder__info{padding-top:7px;width:300px}.oneOrder__colRight{margin-right:0;margin-left:auto;width:300px}.oneOrder__summ{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-bottom:14px}.oneOrder__summPrice{letter-spacing:1px}.oneOrder__summTitle{margin-right:9px}.oneOrder__buttons{text-align:right;margin-bottom:0}.oneOrder__address{padding-left:0}}@media screen and (min-width: 1280px){.oneOrder__head{width:100%;margin-left:0;border:1px solid #e2e9ff}.oneOrder__info{padding-left:6px;padding-top:23px}.oneOrder__colRight{width:560px;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.oneOrder__summ{width:350px;margin:0;padding-left:19px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.oneOrder__summTitle{padding-top:8px}.oneOrder__buttons{width:204px;padding-bottom:13px}.oneOrder__address{padding-left:27px;padding-top:25px;border-left:1px solid #e2e9ff;border-right:1px solid #e2e9ff}}.oneOrderCatalog__title{padding:0 20px;display:block;font-size:18px;font-weight:bold;letter-spacing:.3px;padding-bottom:18px}.oneOrderCatalog__list{margin-bottom:28px}.oneOrderCatalog__button{border:none;font-size:14px;font-weight:bold;color:#fff;border-radius:2px;padding:16px 38px}.oneOrderCatalog__row{display:none}@media screen and (min-width: 768px){.oneOrderCatalog__title{padding-left:0;padding-top:8px;padding-bottom:14px}.oneOrderCatalog__row{background-color:#ecfff4;border-radius:2px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;color:#2c2c2c;font-size:12px;padding:18px 8px;margin-bottom:10px}.oneOrderCatalog__colPrewiev{width:100px;text-align:center}.oneOrderCatalog__colTitle{padding-left:19px;width:calc(52% - 100px)}.oneOrderCatalog__colPrice{width:17%;text-align:right;padding-right:10px}.oneOrderCatalog__colNumber{width:14%;text-align:center}.oneOrderCatalog__colNumberDesktop{display:none}.oneOrderCatalog__colCost{width:17%;text-align:right;padding-right:10px}.oneOrderCatalog__list{margin-bottom:32px}}@media screen and (min-width: 1280px){.oneOrderCatalog{border:1px solid #e2e9ff;border-top:none;padding-top:1px;padding-left:27px;padding-right:27px;margin-bottom:18px}.oneOrderCatalog__row{font-size:14px}.oneOrderCatalog__colTitle{width:calc(100% - 490px)}.oneOrderCatalog__colPrice{width:130px;margin-right:30px}.oneOrderCatalog__colNumberTablet{display:none}.oneOrderCatalog__colNumberDesktop{display:inline}.oneOrderCatalog__colNumber{width:100px}.oneOrderCatalog__colCost{width:130px}}.goods{border:1px solid #e2e9ff;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-line-pack:start;align-content:flex-start;width:300px;border-radius:2px;margin-bottom:20px;padding:18px 8px}.goods__prewiev{width:100px;min-height:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.goods__figure{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:100%;max-height:100%}.goods__image{display:block;margin:auto;max-width:100%;max-height:100%}.goods__name{width:calc(100% - 100px);line-height:18px;font-weight:bold;font-size:14px;letter-spacing:.28px;color:#2c2c2c;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:19px;overflow:hidden}.goods__name__link{color:#2c2c2c}.goods__name-maker{display:block;margin-top:10px;font-size:12px;line-height:16px;color:#2c2c2c;font-weight:400}.goods__price{width:calc(48% - 35px);font-size:18px;font-weight:bold;text-align:right;padding-right:10px;letter-spacing:.3px;padding-top:25px}.goods__priceTitle{color:#2c2c2c;font-size:12px;line-height:16px;display:block;text-align:right;font-weight:normal;margin-bottom:13px}.goods__bigPrice{font-size:18px}.goods__littlePrice{font-size:12px}.goods__number{text-align:center;width:70px;padding-top:25px}.goods__numberTitle{color:#2c2c2c;font-size:12px;letter-spacing:.3px;line-height:16px;display:block;margin-bottom:13px}.goods__cost{width:calc(52% - 35px);font-size:18px;font-weight:bold;text-align:right;letter-spacing:.3px;padding-top:25px;padding-right:10px}.goods__costTitle{color:#2c2c2c;font-size:12px;letter-spacing:.3px;line-height:16px;display:block;font-weight:normal;text-align:right;margin-bottom:13px}@media screen and (min-width: 768px){.goods{width:100%}.goods__name{width:calc(52% - 100px);font-size:16px;line-height:23px}.goods__price{width:17%;font-size:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-top:0}.goods__priceTitle{display:none}.goods__number{width:14%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:0}.goods__numberTitle{display:none}.goods__cost{width:17%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;font-size:20px;padding-top:0}.goods__costTitle{display:none}}@media screen and (min-width: 1280px){.goods__name{width:calc(100% - 490px)}.goods__price{width:130px;font-size:24px;margin-right:30px}.goods__bigPrice{font-size:22px}.goods__littlePrice{font-size:18px}.goods__number{width:100px}.goods__cost{font-size:24px;width:130px}}.ie .goods__image{max-width:140px}.formData{margin-bottom:51px}.formData__buttons{margin-top:28px;text-align:right}.formData__btn{color:#fff;cursor:pointer;border:none;font-size:14px;font-weight:bold;text-transform:none;padding:16px 37px;margin-bottom:10px}.formData .form-error{position:absolute;color:#ff3852;font-size:12px;pointer-events:none;-webkit-transition:all .3s linear;transition:all .3s linear;height:49px;left:71px;width:calc(100% - 73px);padding:14px 18px;top:1px}@media screen and (min-width: 768px){.formData{max-width:429px;margin-bottom:142px}.formData .form-error{left:89px;width:calc(100% - 90px)}.formData__btn{padding:16px 43px}}.formDataField{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px;position:relative}.formDataField__name{font-size:12px;font-weight:bold;color:#adb0be}.formDataField__input{width:calc(100% - 70px);padding-left:16px;font-size:14px;letter-spacing:.3px}.formDataField__input:focus+.form-error{opacity:0}@media screen and (min-width: 768px){.formDataField__input{width:calc(100% - 88px)}}.formField{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:18px;position:relative}.formField__name{font-weight:bold;font-size:12px;color:#adb0be}.formField__name--title{text-transform:uppercase}.formField__sup{color:#54e295;font-size:12px;position:relative;top:-3px;right:-3px}.formField__space{display:block}.formField__input{width:calc(100% - 68px)}.formField__input:focus+.form-error{opacity:0}.formField__checkboxField{margin-top:27px;margin-bottom:17px;padding-left:32px;line-height:15px}.formField__checkboxField .checkboxField__text{font-size:12px}.formField__checkboxField .checkboxField__check{top:4px}.formField__checkboxField .form-error{display:none}.formField__checkboxField.has-error .checkboxField__check{border-color:#ff3852}.formField.has-error .formRegField__sup,.formField.has-error .formField__sup{color:#ff3852}.formField .form-error{color:#ff3852;position:absolute;font-size:12px;right:auto;left:90px;top:15px;pointer-events:none;-webkit-transition:all .3s linear;transition:all .3s linear}@media screen and (min-width: 768px){.formField__name{margin-top:-6px}.formField__input{width:calc(100% - 87px)}.formField.has-error .form-error{left:100px}.formField__checkboxField{display:inline-block;width:190px;margin-top:7px}}.warning-bar{position:fixed;bottom:10px;left:50%;-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0);width:calc(100% - 20px);max-width:1210px;background-color:#d4f4e9;-webkit-box-shadow:0px 6px 7px #e6ebfa;box-shadow:0px 6px 7px #e6ebfa;border-radius:12px;overflow:hidden;z-index:9999}@media screen and (min-width: 768px){.warning-bar{width:calc(100% - 40px)}}@media screen and (min-width: 1024px){.warning-bar{width:calc(100% - 20px)}}@media screen and (min-width: 1280px){.warning-bar{width:100%}}@media screen and (min-width: 1920px){.warning-bar{bottom:20px}}.warning-bar__close{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;padding:0;border:0;background-color:rgba(0,0,0,0);position:absolute;top:26px;right:17px;cursor:pointer}@media screen and (min-width: 768px){.warning-bar__close{right:39px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media screen and (min-width: 1024px){.warning-bar__close{right:35px}}@media screen and (min-width: 1280px){.warning-bar__close{right:53px}}.warning-bar__close svg{height:16px;width:16px}@media screen and (min-width: 768px){.warning-bar__close svg{height:20px;width:20px}}@media screen and (min-width: 1024px){.warning-bar__close svg{height:22px;width:22px}}.warning-bar__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:19px 17px}@media screen and (min-width: 768px){.warning-bar__inner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:16px 32px;min-height:90px}}.warning-bar__logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:15px}@media screen and (min-width: 768px){.warning-bar__logo{margin-bottom:0;border-right:2px solid #65687b;padding-right:32px}}@media screen and (min-width: 1280px){.warning-bar__logo{padding-right:51px}}.warning-bar__logo-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.warning-bar__logo-icon svg{height:31px;width:34px}@media screen and (min-width: 768px){.warning-bar__logo-icon svg{width:43px;height:40px}}.warning-bar__logo-text{display:inline-block;margin-left:12px;font-weight:600;font-size:14px;color:#4b4d5b}@media screen and (min-width: 768px){.warning-bar__logo-text{font-size:18px}}.warning-bar--cookie .warning-bar__logo-text{font-size:14px;line-height:18px}@media screen and (min-width: 1280px){.warning-bar--cookie .warning-bar__logo-text{font-size:16px;line-height:21px}}@media screen and (min-width: 768px){.warning-bar__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:400px;padding-left:32px}}@media screen and (min-width: 1024px){.warning-bar__info{max-width:700px;padding-left:40px}}@media screen and (min-width: 1280px){.warning-bar__info{padding-left:44px}}.warning-bar__info-text{font-weight:500;font-size:14px;line-height:21px;color:#484a57}@media screen and (min-width: 1024px){.warning-bar__info-text{font-size:18px;line-height:25px}}@media screen and (min-width: 1280px){.warning-bar__info-text{font-size:19px}}.warning-bar--cookie .warning-bar__info-text{font-size:12px;line-height:18px}.warning-bar.hidden{visibility:hidden;pointer-events:none}.itemInStock{position:fixed;padding:0 15px;bottom:10px;right:0;border:1px solid #e2e9ff;background:#fff;border-radius:5px;-webkit-box-shadow:0 5px 10px rgba(226,233,255,.75);box-shadow:0 5px 10px rgba(226,233,255,.75);z-index:1}@media screen and (min-width: 768px){.itemInStock{right:15px;width:520px;height:222px}}@media screen and (min-width: 1280px){.itemInStock{position:absolute;right:0;bottom:unset}}.itemInStock__container{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:34px 0 80px}@media screen and (min-width: 768px){.itemInStock__container{padding-bottom:30px;padding-top:20px}}.itemInStock-head{margin-right:15px}@media screen and (min-width: 768px){.itemInStock-head{margin-right:20px}}.itemInStock__img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-self:unset;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:80px;height:80px}@media screen and (min-width: 768px){.itemInStock__img{width:182px;height:182px}}.itemInStock__img img{width:100%;height:100%}@media screen and (min-width: 768px){.itemInStock__nav{padding-right:20px}}.itemInStock__title{font-weight:bold;font-size:16px;line-height:20px;color:#2c2c2c}@media screen and (min-width: 768px){.itemInStock__title{font-size:18px;line-height:23px}}.itemInStock__value{font-weight:500;font-size:12px;line-height:18px;color:#00983c;margin-top:8px}@media screen and (min-width: 768px){.itemInStock__value{font-size:16px;line-height:22px;margin-bottom:16px}}.itemInStock__link{position:absolute;bottom:20px;left:0;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-weight:bold;font-size:14px;line-height:19px;color:#fff;padding-top:15px;padding-bottom:15px;background:linear-gradient(93.69deg, #2FD779 0%, #BEE02F 100%)}@media screen and (min-width: 768px){.itemInStock__link{position:static;max-width:193px}}.itemInStock__link:hover{color:#fff}.itemInStock__close{display:none;position:absolute;top:15px;right:15px;width:15px;height:15px;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8.5 8.5M16 16L8.5 8.5M8.5 8.5L16 1L1 16' stroke='%23717171' stroke-width='2'/%3E%3C/svg%3E%0A")}@media screen and (min-width: 768px){.itemInStock__close{top:20px;right:26px}}.load .itemInStock__close{display:block}.headerTop{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#6a7376;min-height:49px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media screen and (min-width: 768px){.headerTop{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.headerTop__contactsLink{padding:0;padding-right:10px;text-decoration:none;color:#fff;font-size:12px}@media screen and (min-width: 768px){.headerTop__contactsLink{display:none}}.headerTop__town{text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff}.headerTop__town::before{content:"";width:40px;height:40px;display:inline-block;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg width='21' height='23' viewBox='0 0 21 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 22.9601C7.80411 22.9601 5.25952 22.5816 3.33489 21.8942C0.578573 20.9098 0 19.6466 0 18.7601C0 18.0224 0.4123 16.9481 2.37641 16.0195C3.71495 15.3867 5.52286 14.9343 7.60466 14.7113C7.98943 14.67 8.33406 14.9483 8.37527 15.3327C8.41647 15.7171 8.13825 16.0621 7.75385 16.1033C3.37129 16.5729 1.4 17.9396 1.4 18.7601C1.4 19.2225 2.03201 19.9423 3.80581 20.5758C5.58315 21.2105 7.96054 21.5601 10.5 21.5601C13.0395 21.5601 15.4168 21.2105 17.1942 20.5758C18.968 19.9423 19.6 19.2225 19.6 18.7601C19.6 17.9396 17.6287 16.5729 13.2461 16.1033C12.8618 16.0621 12.5835 15.7171 12.6247 15.3327C12.6659 14.9482 13.0113 14.67 13.3953 14.7113C15.4771 14.9343 17.2851 15.3867 18.6236 16.0196C20.5877 16.9481 21 18.0224 21 18.7601C21 19.6465 20.4214 20.9098 17.6651 21.8942C15.7405 22.5816 13.1959 22.9601 10.5 22.9601Z' fill='%23ECFFF4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.80286 18.6879C9.91623 18.8658 10.1126 18.9735 10.3236 18.9735C10.5345 18.9735 10.7309 18.8657 10.8443 18.6879L15.8383 10.8515C15.8412 10.8472 15.8464 10.84 15.8537 10.8306C15.8565 10.8269 15.8593 10.8231 15.8621 10.8194C15.864 10.8168 15.8659 10.8142 15.8677 10.8116C16.6843 9.65982 17.1159 8.30428 17.1159 6.8914C17.1159 5.07839 16.4093 3.36685 15.1263 2.07207C13.8393 0.773214 12.1337 0.0579224 10.3236 0.0579224C8.5781 0.0579224 6.91637 0.73032 5.64456 1.95129C4.38194 3.16337 3.63499 4.78632 3.54125 6.5212C3.53463 6.64379 3.53125 6.76831 3.53125 6.8914C3.53125 8.04753 3.82838 9.19016 4.3905 10.1958C4.51848 10.4247 4.66128 10.6486 4.8152 10.8616L9.80286 18.6879ZM7.23614 6.8914C7.23614 8.5938 8.62116 9.97881 10.3236 9.97881C12.026 9.97881 13.411 8.5938 13.411 6.8914C13.411 5.189 12.026 3.80399 10.3236 3.80399C8.62116 3.80399 7.23614 5.189 7.23614 6.8914Z' fill='%2354E295'/%3E%3C/svg%3E%0A")}@media screen and (min-width: 768px){.headerTop__town{display:none}}.headerTop__menu{display:none}.headerTop__location{font-size:12px;color:#fff;text-decoration:none;border:none;outline:none;background-color:rgba(0,0,0,0);cursor:pointer}.headerTop__location:focus{outline:none}.headerTop__locationSvg{position:absolute}.headerTop__city{margin-left:30px}@media screen and (max-width: 767px){.headerTop__block{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media screen and (min-width: 768px){.headerTop{display:block}.headerTop__block{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:1200px;margin:0 auto}.headerTop__location{position:relative}.headerTop__map{margin-top:10px;margin-left:20px}.headerTop__menu{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:27px;margin-top:10px}.headerTop__menuItem{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:38px}.headerTop__menuLink{text-decoration:none;color:#fff;font-size:12px}}@media screen and (min-width: 1280px){.headerTop{min-height:40px}.headerTop__menu{margin-left:10px;margin-top:7px}.headerTop__map{margin-top:4px;margin-left:0}}.header-city{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.headerAuth{display:none}@media screen and (min-width: 768px){.headerAuth{display:block;margin-right:15px;margin-left:auto;margin-top:9px}.headerAuth__enter{font-size:12px;text-decoration:none;color:#fff;margin-right:22px;padding-left:40px;position:relative}.headerAuth__enterSvg{position:absolute;top:-4px;left:0;width:28px;height:28px}.headerAuth__reg{font-size:12px;color:#fff;text-decoration:none;border:none;outline:none;background-color:rgba(0,0,0,0);cursor:pointer}.headerAuth__reg:focus{outline:none}}@media screen and (min-width: 1280px){.headerAuth{margin-right:10px;margin-top:6px}}.headerBottom__block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:15px;max-width:1200px;margin:0 auto;position:relative;gap:18px 0}@media screen and (min-width: 768px){.headerBottom__block{gap:23px 0;padding-top:10px}}@media screen and (min-width: 1280px){.headerBottom__block{gap:21px 0}}.headerLogo{padding-left:10px;width:64px;-ms-flex-negative:0;flex-shrink:0}@media screen and (min-width: 768px){.headerLogo{padding-left:20px;width:180px}}@media screen and (min-width: 1280px){.headerLogo{padding-left:4px;padding-top:9px}}.headerLogo__link{display:block;width:58px;height:58px;margin-top:2px;background-repeat:no-repeat;background-size:cover;background-position:center;text-decoration:none;background-image:url(/local/templates/common/build/css/../../images/logo-mini.png)}@media screen and (min-width: 768px){.headerLogo__link{background-image:url(/local/templates/common/build/css/../../images/logo.png);width:160px;height:50px;margin-top:10px}}@media screen and (min-width: 1280px){.headerLogo__link{width:180px;height:56px;margin-top:7px}}.headerBanner{display:none}@media screen and (min-width: 1280px){.headerBanner{display:block;width:471px;height:70px;margin-left:40px;margin-top:12px}}.headerBanner__image{max-width:100%;max-height:100%}.headerInfo{width:calc(100% - 144px);line-height:18px;padding:0 23px;margin-top:-3px}@media screen and (min-width: 768px){.headerInfo{width:calc(100% - 400px);padding:3px 43px 0 73px;margin-top:0px}}@media screen and (min-width: 1280px){.headerInfo{width:calc(100% - 911px);line-height:21px;padding:15px 16px 0 16px}}.headerInfo__phone{color:#2c2c2c;font-size:14px;font-weight:700;line-height:16px;text-transform:uppercase;letter-spacing:.36px;text-decoration:none;white-space:nowrap}@media screen and (min-width: 1280px){.headerInfo__phone{font-size:19px;line-height:19px}}.headerInfo__mode{display:block;color:#9094a9;font-size:11px;font-weight:700;line-height:18px;letter-spacing:.22px;margin-top:4px}@media screen and (min-width: 768px){.headerInfo__mode{font-size:12px}}.headerInfo__space{color:#959595;display:block;font-size:10px;font-weight:700;line-height:14px;padding-top:5px}@media screen and (min-width: 768px){.headerInfo__space{font-size:12px;padding-top:8px}}@media screen and (min-width: 1280px){.headerInfo__space{padding-top:6px}}@media screen and (min-width: 768px){.headerInfo__space>div{display:inline}}.headerBasket{width:80px;-ms-flex-negative:0;flex-shrink:0}@media screen and (min-width: 768px){.headerBasket{width:220px;position:relative}}.headerBasket__basket{display:block;text-decoration:none;background-image:url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg enable-background='new 0 0 75 70.5' version='1.1' viewBox='0 0 75 70.5' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m73.8 10.8c-0.4-0.5-1.1-0.8-1.8-0.8h-55.8c-0.7 0-1.4 0.3-1.8 0.9s-0.6 1.3-0.4 2l7.4 27.5c0.3 1 1.2 1.7 2.2 1.7h0.1l43.9-2.2c1.1-0.1 2-0.8 2.1-1.9l4.6-25.3c0.1-0.7-0.1-1.4-0.5-1.9z' fill='%23FFCC27'/%3E%3Cg fill='%23FAFAFA'%3E%3Cpath d='m58.2 33c-1.3 0-2.3-1-2.3-2.3v-9.2c0-1.3 1-2.3 2.3-2.3s2.3 1 2.3 2.3v9.2c0 1.2-1 2.3-2.3 2.3z'/%3E%3Cpath d='m44.4 33c-1.3 0-2.3-1-2.3-2.3v-9.2c0-1.3 1-2.3 2.3-2.3s2.3 1 2.3 2.3v9.2c0 1.2-1 2.3-2.3 2.3z'/%3E%3Cpath d='m30.6 33c-1.3 0-2.3-1-2.3-2.3v-9.2c0-1.3 1-2.3 2.3-2.3s2.3 1 2.3 2.3v9.2c0 1.2-1 2.3-2.3 2.3z'/%3E%3C/g%3E%3Cg fill='%23ADB0BE'%3E%3Ccircle cx='30.6' cy='62.8' r='6.9'/%3E%3Ccircle cx='58.2' cy='62.8' r='6.9'/%3E%3Cpath d='m62.8 51.3h-36.8c-1 0-2-0.7-2.2-1.7l-11.8-44.3h-9c-1.3 0-2.3-1-2.3-2.3s1-2.3 2.3-2.3h10.7c1 0 2 0.7 2.2 1.7l11.8 44.3h35c1.3 0 2.3 1 2.3 2.3s-0.9 2.3-2.2 2.3z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-size:33px;padding-top:10px;background-position:25px 0}@media screen and (min-width: 768px){.headerBasket__basket{padding:0;height:auto;width:100%;background-position:18px 14px;position:absolute;left:0;top:0}}.headerBasket__quantity{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50%;width:32px;height:32px;background-color:#54e295;color:#fff;font-size:12px;font-weight:700;line-height:18px;letter-spacing:.24px;margin-left:8px}@media screen and (min-width: 768px){.headerBasket__quantity{position:absolute;top:23px;left:0;margin:auto}}.headerBasket__text{display:none}@media screen and (min-width: 768px){.headerBasket__text{display:block;width:100%;font-size:12px;color:#9094a9;font-weight:bold}}.headerBasket__price{margin-top:6px;display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (min-width: 768px){.headerBasket__price{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:71px;padding-top:4px}}.headerBasket__num{display:block;color:#2c2c2c;font-size:13px;font-weight:700;line-height:13.66px;text-transform:uppercase}@media screen and (min-width: 768px){.headerBasket__num{font-size:24px;font-weight:bold;line-height:32px}}@media screen and (min-width: 768px){.headerBasket__rub{font-size:20px}}.headerMenu__button{color:#fff;font-weight:700;border:0;padding:0;padding-left:32px;line-height:24px;font-size:14px;letter-spacing:.28px;width:114px;height:50px;border-radius:2px;background-color:#54e295;background-position:15px center;background-repeat:no-repeat;background-size:25px;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='25' height='19' viewBox='0 0 25 19'%3E%3Cdefs%3E%3Cpath id='4djra' d='M24.757 116.411c-.966 0-1.757-.767-1.757-1.705 0-.939.79-1.706 1.757-1.706h13.486c.967 0 1.757.767 1.757 1.706 0 .938-.79 1.705-1.757 1.705zm0 7.794c-.966 0-1.757-.767-1.757-1.705 0-.938.79-1.706 1.757-1.706h13.486c.967 0 1.757.768 1.757 1.706s-.79 1.706-1.757 1.706zm0 7.795c-.966 0-1.757-.768-1.757-1.706s.79-1.706 1.757-1.706h13.486c.967 0 1.757.768 1.757 1.706S39.21 132 38.243 132zM16.5 113a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm0 8a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm0 8a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3z'/%3E%3C/defs%3E%3Cg%3E%3Cg transform='translate(-15 -113)'%3E%3Cuse fill='%23fff' xlink:href='%234djra'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.headerMenu__button:focus{outline:none}.headerMenu__toggle{display:none}@media screen and (min-width: 768px){.headerMenu{width:100%;-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;position:relative;max-width:748px}.headerMenu__button{display:none}.headerMenu__toggle{display:block;position:absolute;width:52px;height:49px;border-radius:2px;border:2px solid #54e295;right:0;bottom:0;z-index:200;background-color:rgba(0,0,0,0);-webkit-transition:-webkit-transform .3s linear;transition:-webkit-transform .3s linear;transition:transform .3s linear;transition:transform .3s linear, -webkit-transform .3s linear}.headerMenu__toggle::after{content:"";position:absolute;width:16px;height:16px;margin:auto;left:0;top:0;right:0;bottom:0;background-image:url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg enable-background='new 0 0 16.3 30.9' version='1.1' viewBox='0 0 16.3 30.9' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.3,30.5c-0.5,0-1-0.2-1.3-0.5c-0.8-0.7-0.9-2-0.1-2.8l10.6-11.8L0.8,3.7C0,2.8,0.1,1.6,0.9,0.8 C1.7,0.1,3,0.2,3.7,1l11.8,13.1c0.7,0.8,0.7,1.9,0,2.7L3.7,29.8C3.4,30.3,2.8,30.5,2.3,30.5z' fill='%2354E295'/%3E%3C/svg%3E");-webkit-transition:-webkit-transform .3s linear;transition:-webkit-transform .3s linear;transition:transform .3s linear;transition:transform .3s linear, -webkit-transform .3s linear}.headerMenu__toggle:focus{outline:none}.headerMenu__toggle.active::after{-webkit-transform:scale(-1);transform:scale(-1)}}@media screen and (min-width: 1280px){.headerMenu{max-width:100%;padding-left:10px;padding:0;left:-10px}.headerMenu__toggle{display:none}}.headerCatalog{display:none}.innerCatalog{width:calc(100% - 154px);height:50px;margin-left:20px}.innerCatalog__btn{display:block;height:100%;border-radius:2px;text-decoration:none;font-weight:bold;font-size:14px;text-transform:uppercase;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.innerCatalog__btn span{padding-left:6px;font-size:0}.innerCatalog__btnIcon{fill:#fff;width:34px;height:30px;margin-right:10px}@media screen and (min-width: 768px){.innerCatalog{width:256px}.innerCatalog__btn span{font-size:14px}}@media screen and (min-width: 1280px){.innerCatalog{margin-left:10px}}.headerSearch{width:calc(100% - 114px);position:relative}@media screen and (min-width: 768px){.headerSearch{width:100%;padding:5px 20px 0}}@media screen and (min-width: 1280px){.headerSearch{padding:0px 10px 1px}}.headerSearch__form{position:relative}@media screen and (min-width: 768px){.headerSearch__form{border-radius:2px}}.headerSearch__placeholder{font-size:14px;color:#2c2c2c;position:absolute;left:15px;top:14px;-webkit-transition:opacity .3s linear;transition:opacity .3s linear;pointer-events:none}@media screen and (min-width: 768px){.headerSearch__placeholder{letter-spacing:.28px;left:77px}}.headerSearch__placeholder.focus{opacity:0}.headerSearch__placeholderTablet{display:none}@media screen and (min-width: 768px){.headerSearch__placeholderTablet{display:block}}@media screen and (min-width: 768px){.headerSearch__placeholderTablet{display:block}}.searchForm{position:relative;overflow:hidden;background:#fff;padding:0 10px}@media screen and (min-width: 768px){.searchForm{padding:0}}.searchForm--hidden{position:absolute;right:0;top:auto;bottom:0;width:0;overflow:hidden;z-index:-1;-webkit-transition:all .3s linear;transition:all .3s linear;margin:auto;-webkit-transform-origin:right top;transform-origin:right top}.searchForm--hidden .searchForm__button{display:none}.searchForm--show{width:calc(100% + 114px);margin-left:-114px;z-index:200}@media screen and (min-width: 768px){.searchForm--show{width:100%;margin-left:0}}.innerSearch .searchForm--show{position:absolute;right:0;width:100%;z-index:2000;bottom:0;margin:0}.searchForm--show .innerSearch__placeholder{opacity:1;-webkit-transition:opacity .3s linear;transition:opacity .3s linear}.searchForm__icon{display:none}@media screen and (min-width: 768px){.searchForm__icon{display:block;position:absolute;left:0;top:0;width:58px;height:100%}}@media screen and (min-width: 768px){.searchForm__icon::after{content:"";position:absolute;width:2px;height:32px;background-color:#a9f0ca;top:10px;right:0}}.searchForm__input{font-size:0;color:#2c2c2c;border:1px solid #e1e4ed;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;width:100%;padding-right:0;padding-left:0;padding-top:12px;padding-bottom:15px;-webkit-transition:none;transition:none}.searchForm--show .searchForm__input{padding-right:55px;padding-left:14px;font-size:14px}@media screen and (min-width: 768px){.searchForm__input{padding-left:76px;padding-right:55px;font-size:14px;border-top-right-radius:2px;border-top-left-radius:2px}}.searchForm__close{position:absolute;right:10px;top:0;background-color:rgba(0,0,0,0);width:54px;height:100%;font-size:0;cursor:pointer;background-image:url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg enable-background='new 0 0 19.8 19.8' version='1.1' viewBox='0 0 19.8 19.8' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12.7 9.9l6.3-6.2c0.8-0.8 0.8-2.1 0-2.9s-2.1-0.8-2.9 0l-6.2 6.2-6.2-6.2c-0.8-0.8-2.1-0.8-2.9 0s-0.8 2.1 0 2.9l6.2 6.2-6.2 6.2c-0.8 0.8-0.8 2.1 0 2.9 0.4 0.4 0.9 0.6 1.4 0.6s1-0.2 1.4-0.6l6.2-6.2 6.2 6.2c0.4 0.4 0.9 0.6 1.4 0.6s1-0.2 1.4-0.6c0.8-0.8 0.8-2.1 0-2.9l-6.1-6.2z' fill='%2354E295'/%3E%3C/svg%3E");background-position:center;background-size:15px;background-repeat:no-repeat;border:none;display:none}@media screen and (min-width: 768px){.searchForm__close{right:0}}.searchForm--show .searchForm__close{display:block}.searchForm__close::before{content:"";position:absolute;width:2px;height:32px;background-color:#a9f0ca;left:2px;top:10px}.searchForm__close:focus{outline:none}.searchForm__button{position:absolute;right:10px;top:0;border:none;background-color:rgba(0,0,0,0);width:54px;height:100%;font-size:0;cursor:pointer;-webkit-transition:all .3s linear;transition:all .3s linear}@media screen and (min-width: 768px){.searchForm__button{font-size:14px;color:#fff;background-color:#54e295;border-radius:2px;font-weight:bold;width:138px;right:0}}@media screen and (min-width: 768px){.searchForm__button::before{content:none}}.searchForm__button:focus{outline:none}.searchForm__button:hover{background-color:#50f2d5}.searchForm__button:active{background-color:#35e6c7}.searchForm__button:disabled{background-color:#f0f4ff;color:#c5ceea}.searchForm__buttonIcon{width:30px;height:30px;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);margin-left:3px;margin-top:4px}@media screen and (min-width: 768px){.searchForm__buttonIcon{display:none}}.searchForm__dropdown{position:absolute;top:52px;background-color:#fff;width:calc(100% - 20px);max-height:322px;-webkit-box-shadow:0px 5px 10px rgba(226,233,255,.75);box-shadow:0px 5px 10px rgba(226,233,255,.75);border:1px solid #54e295;border-radius:0px 0px 2px 2px;z-index:1000;overflow-y:auto;display:block;-ms-overflow-style:none;scrollbar-width:none}@media screen and (min-width: 768px){.searchForm__dropdown{width:calc(100% - 138px);max-height:402px}}.searchForm__dropdown::-webkit-scrollbar{display:none}@media screen and (min-width: 768px){.searchForm__dropdown--catalog{width:100%}}.searchForm__dropdownLink{display:inline-block;width:100%;text-decoration:none;color:#000}.searchForm__dropdownLink:focus .searchForm__dropdownElement{cursor:pointer;background-color:rgba(84,226,149,.15)}.searchForm__dropdownElement{padding:15px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #54e295;height:82px}@media screen and (min-width: 768px){.searchForm__dropdownElement{height:100px}}@media screen and (min-width: 1280px){.searchForm__dropdownElement{padding:15px 28px}}.searchForm__dropdownElement:hover,.searchForm__dropdownElement:focus,.searchForm__dropdownElement:active{cursor:pointer;background-color:rgba(84,226,149,.15)}.searchForm__dropdownImage img{height:50px}@media screen and (min-width: 768px){.searchForm__dropdownImage img{height:70px}}@media screen and (min-width: 1280px){.searchForm__dropdownImage img{margin-right:45px}}.searchForm__dropdownInfo{width:64.25%}.searchForm__dropdownTitle{font-size:12px;line-height:16px;font-style:normal;font-weight:normal;margin-bottom:5px}@media screen and (min-width: 768px){.searchForm__dropdownTitle{font-size:16px;line-height:22px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}}.searchForm__dropdownDescription{font-style:normal;font-weight:normal;font-size:14px;line-height:19px;color:#9198b3;display:none}@media screen and (min-width: 1280px){.searchForm__dropdownDescription{display:block}}.searchForm__dropdownDescription span{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:20px;overflow:hidden}.searchForm__dropdownPrice{font-size:12px;line-height:16px;font-style:normal;font-weight:bold;text-align:right;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-align:end;-ms-flex-align:end;align-items:flex-end}@media screen and (min-width: 768px){.searchForm__dropdownPrice{width:18%;font-size:18px;line-height:25px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}@media screen and (min-width: 1280px){.searchForm__dropdownPrice{font-size:24px;line-height:33px}}.searchForm__dropdownPrice div{font-size:25px;margin-right:2px}@media screen and (min-width: 768px){.searchForm__dropdownPrice div{font-size:30}}.searchForm__dropdownPrice div .productItem__price--small{color:#2c2c2c}@media screen and (min-width: 768px){.searchForm__dropdownPrice div .productItem__price--small{font-size:18px}}@media screen and (min-width: 1280px){.searchForm .searchForm__dropdownPriceRemains{font-size:20px}}@media screen and (min-width: 768px){.searchForm--hidden{position:relative;width:100%;z-index:200}.searchForm--hidden .searchForm__button{display:block}.searchForm--hidden .searchForm__input{padding-right:140px}.searchForm__iconSvg{width:30px;height:30px;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);margin-left:14px;margin-top:10px}}.innerSearch{width:74px;height:50px}.innerSearch__toggle{display:block;height:100%;width:100%;border:none;background-color:rgba(0,0,0,0);padding:7px}.innerSearch__toggle:focus{outline:none}.innerSearch__toggleIcon{width:30px;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.innerSearch__placeholder{font-size:14px;color:#2c2c2c;position:absolute;left:15px;top:14px;pointer-events:none;opacity:1;-webkit-transition:opacity .3s linear;transition:opacity .3s linear}.innerSearch__placeholder.focus{opacity:0}.innerSearch__placeholderMobile{display:block}.innerSearch__placeholderTablet{display:none}.innerSearch__placeholderDesktop{display:none}@media screen and (min-width: 768px){.innerSearch{width:calc(100% - 313px);margin:0;margin-right:19px;border:none}.innerSearch__toggle{display:none}.innerSearch__placeholder{left:77px}.innerSearch__placeholderMobile{display:none}.innerSearch__placeholderTablet{display:block}.innerSearch__placeholderDesktop{display:none}}@media screen and (min-width: 1280px){.innerSearch{width:calc(100% - 299px);margin-right:10px}.innerSearch__toggle{display:none}.innerSearch__placeholderMobile{display:none}.innerSearch__placeholderTablet{display:none}.innerSearch__placeholderDesktop{display:block}}.headerTitle{max-width:1200px;margin:0 auto;padding:0 10px}@media screen and (min-width: 768px){.headerTitle{padding:0 20px}}@media screen and (min-width: 1280px){.headerTitle{padding:0 10px}}.mobile-head-city{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#6a7376;padding:13px 0;cursor:default}.mobile-head-city__text{font-family:"Noto Sans",-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji";font-weight:500;font-size:12px;line-height:16px;color:#fff;margin-left:8px}@media screen and (min-width: 768px){.mobile-head-city{display:none}}.show-search{display:block !important}.footer{position:relative;bottom:0}.footer__container{max-width:1200px;min-width:320px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-line-pack:start;align-content:flex-start}@media screen and (min-width: 768px){.footer__container{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.footer__top{background-color:#2c2c2c;padding-top:29px;padding-bottom:26px}@media screen and (min-width: 768px){.footer__top{padding-bottom:29px}}@media screen and (min-width: 1280px){.footer__top{background-color:#6a7376;padding-bottom:32px}}.footer__logo{width:calc(100% - 200px);margin-left:8px;margin-top:-2px}@media screen and (min-width: 768px){.footer__logo{width:164px;margin-left:19px}}@media screen and (min-width: 1280px){.footer__logo{width:180px;margin-left:6px}}.footer__logo .logo__image{max-width:195px;width:100%}@media screen and (min-width: 768px){.footer__logo .logo__image{width:163px;pointer-events:none}}.footer__contact{padding-left:21px;width:180px}@media screen and (min-width: 768px){.footer__contact{width:calc(100% - 490px);padding:0 31px 0 71px}}@media screen and (min-width: 1280px){.footer__contact{width:287px;padding:0 40px 0 63px}}.footer__contactPhone{display:block;font-weight:700;color:#fff;font-size:15px;line-height:23px;letter-spacing:.4px;text-decoration:none;white-space:nowrap}@media screen and (min-width: 768px){.footer__contactPhone{font-size:19px;line-height:25px}}.footer__timetable{text-transform:uppercase;color:#ebebeb;font-size:11px;line-height:15px;display:block;padding-top:8px}@media screen and (min-width: 768px){.footer__timetable{font-size:13px;line-height:18px;padding-top:5px}}@media screen and (min-width: 1280px){.footer__timetable{padding-top:4px}}.footer__catalogBtnWrap{width:calc(100% - 200px);margin-left:10px;margin-top:26px}@media screen and (min-width: 768px){.footer__catalogBtnWrap{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-left:0;margin-top:0}}@media screen and (min-width: 1280px){.footer__catalogBtnWrap{margin-top:7px;margin-left:15px}}.footer__catalogBtn{width:118px;height:50px;border-radius:2px;background-color:#54e295;-webkit-transition:all .3s linear;transition:all .3s linear;text-decoration:none;color:#fff;font-weight:bold;font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (min-width: 768px){.footer__catalogBtn{width:140px}}@media screen and (min-width: 1280px){.footer__catalogBtn{width:220px;background-color:#ffcc27}}.footer__catalogBtn span{font-size:0;padding-left:7px}@media screen and (min-width: 768px){.footer__catalogBtn span{font-size:14px}}.footer__catalogBtn:focus{outline:none}.footer__catalogBtn:hover{background-color:#50f2d5}@media screen and (min-width: 1280px){.footer__catalogBtn:hover{background-color:#ffcc27}}.footer__catalogBtn:active{background-color:#35e6c7}@media screen and (min-width: 1280px){.footer__catalogBtn:active{background-color:#ffcc27}}.footer__list{padding-left:21px;margin-bottom:0;list-style-type:none;margin-top:20px;width:180px;line-height:18px;margin:20px 0 0 0}@media screen and (min-width: 768px){.footer__list{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;padding-left:25px;width:calc(100% - 140px);margin:-7px 0 0 0}}@media screen and (min-width: 1280px){.footer__list{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;margin:19px 0 0 0}}.footer__listItem{margin-right:20px;padding:0;margin:0}@media screen and (min-width: 1280px){.footer__listItem{margin-right:24px}}.footer__listItem::before{content:"";display:none}.footer__listItem:last-child{margin-right:0}.footer__listItem.contactsItem{display:none}@media screen and (min-width: 1280px){.footer__listItem.contactsItem{display:inline-block}}.footer__listLink{text-decoration:none;color:#fff;font-size:13px;line-height:13px;letter-spacing:.2px;position:relative;-webkit-transition:all .3s linear;transition:all .3s linear;text-wrap:nowrap}@media screen and (min-width: 1280px){.footer__listLink{font-size:14px;letter-spacing:-0.1px}}.footer__listLink::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background:#fff;-webkit-transition:all .3s linear;transition:all .3s linear;opacity:0}.footer__listLink:hover::after{opacity:1}.footer__bottom{padding-left:34px;padding-top:26px;max-width:1200px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-line-pack:start;align-content:flex-start;padding-bottom:30px}@media screen and (min-width: 768px){.footer__bottom{padding-bottom:25px;padding-left:22px;padding-top:24px;padding-right:20px;padding-bottom:12px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media screen and (min-width: 1280px){.footer__bottom{padding:14px 8px 4px 12px}}.footer__copyright{font-size:12px;width:100%;letter-spacing:.24px;color:#2c2c2c;margin-bottom:12px}@media screen and (min-width: 768px){.footer__copyright{width:auto;margin-left:0}}.footer__link{color:#00983c;text-decoration:none;font-size:12px;font-weight:bold;-webkit-transition:all .3s linear;transition:all .3s linear;margin-bottom:12px;width:100%}@media screen and (min-width: 768px){.footer__link{width:auto;margin-right:8px}}@media screen and (min-width: 1280px){.footer__link--privacy{margin-left:51px;margin-right:auto}}@media screen and (min-width: 768px){.footer__link:last-child{margin-right:0}}.footer__link:focus{outline:none}.footer__link:hover{color:#54e295}.footer__wrapperButtonLinks{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%}@media screen and (min-width: 768px){.footer__wrapperButtonLinks{width:307px}}@media screen and (min-width: 1280px){.footer__wrapperButtonLinks{width:calc(100% - 473px);-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.banner{padding-top:16px;padding-left:5px;padding-right:5px;max-width:610px;margin:0 auto}.banner__container{max-width:1200px;margin:0 auto}.banner__mainItem{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:10px}.banner__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.banner__listItem{width:48.5%}.banner__image{max-width:100%;max-height:100%;width:100%;-o-object-fit:cover;object-fit:cover}@media screen and (min-width: 768px){.banner{max-width:100%;padding-left:15px;padding-right:12px}.banner__container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.banner__mainItem{width:calc(50% - 7px);margin-bottom:0;margin-right:14px}.banner__list{width:calc(50% - 7px)}}@media screen and (min-width: 1280px){.banner{padding:0;padding-top:27px}.banner__container{padding-left:7px}.banner__mainItem{width:100%;max-width:580px;height:350px;margin-right:17px}.banner__list{width:auto}.banner__listItem{width:100%;max-width:280px;height:350px;margin-right:17px}}.about{margin-bottom:10px}.about__container{max-width:1200px;margin:0 auto;padding:25px;padding-left:33px;padding-top:33px}.about__content{color:#2c2c2c}.about__title{display:block;text-transform:uppercase;font-weight:bold;font-size:24px;letter-spacing:.48px;margin-bottom:18px}.about__paragraph{display:block;font-size:14px;line-height:21px;margin-bottom:20px}@media screen and (min-width: 768px){.about{margin-bottom:0;overflow:hidden}.about__container{padding-left:17px;padding-top:49px;padding-bottom:23px;position:relative;min-height:490px}.about__container::after{content:"";position:absolute;width:477px;height:533px;right:-128px;top:-37px;background-image:url(/local/templates/common/build/css/../../images/about_back.png);background-repeat:no-repeat;background-position:center;background-size:477px 533px;z-index:-1}.about__container.js-empty{min-height:auto}.about__container.js-empty::after{display:none}.about__title{font-size:30px;line-height:24px;margin-bottom:24px}.about__content{width:56%}}@media screen and (min-width: 1280px){.about{margin-top:-100px}.about__container{padding-top:148px;padding-left:10px;padding-bottom:36px}.about__container::after{width:523px;height:585px;background-size:523px 585px;right:8px;top:-82px}}.sectionBasket{margin-bottom:65px}.sectionBasket__container{max-width:1200px;margin:0 auto;padding:0 10px}.sectionBasket__header{position:relative}.sectionBasket__title{text-transform:uppercase;display:block;color:#2c2c2c;font-weight:bold;font-size:26px;line-height:30px;padding-right:120px}.sectionBasket__clear{position:absolute;right:0;top:-3px;font-size:12px;text-decoration:none;padding-top:9px;padding-left:50px;padding-bottom:9px}.sectionBasket__clear span{display:none}.sectionBasket__clearIcon{position:absolute;left:5px;top:1px;width:28px;height:33px}.sectionBasket__list{padding-top:20px}@media screen and (min-width: 768px){.sectionBasket__container{padding:0 20px}.sectionBasket__header{margin-bottom:28px}.sectionBasket__clear{letter-spacing:.3px}.sectionBasket__clear span{display:inline}}@media screen and (min-width: 1280px){.sectionBasket__container{padding:0 10px}.sectionBasket__title{font-size:30px}.sectionBasket__clear{right:-4px;top:-5px}.sectionBasket__clearIcon{top:3px}}.basketTopBar{display:none}@media screen and (min-width: 768px){.basketTopBar{display:block;background-color:#ecfff4;border-radius:2px;padding:18px 8px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:12px;color:#2c2c2c;letter-spacing:.2px}.basketTopBar__photo{width:100px;text-align:center}.basketTopBar__name{width:calc(52% - 100px);padding-left:19px}.basketTopBar__price{width:calc(17% - 10px);text-align:right;padding-right:10px}.basketTopBar__number{width:14%;text-align:center}.basketTopBar__cost{width:17%;text-align:right;padding-right:10px}}@media screen and (min-width: 1280px){.basketTopBar{font-size:14px}.basketTopBar__photo{width:150px}.basketTopBar__name{width:calc(50% - 150px)}.basketTopBar__price{width:calc(25% - 114px);padding-right:0}.basketTopBar__number{width:200px;padding-left:20px}.basketTopBar__cost{width:calc(25% - 156px);padding-right:0}}.totalPrice{-webkit-box-shadow:0 5px 10px rgba(226,233,255,.75);box-shadow:0 5px 10px rgba(226,233,255,.75);width:300px;margin-left:auto;margin-right:auto;border-radius:2px;border:1px solid #e2e9ff;padding:33px 19px}.totalPrice__title{display:block;font-weight:bold;color:#2c2c2c;text-transform:uppercase;line-height:18px;letter-spacing:.3px;margin-bottom:15px}.totalPrice__item{font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;padding-right:7px;margin-bottom:4px}.totalPrice__quantity{font-weight:bold;color:#b3b6c3;text-transform:uppercase;font-size:24px;letter-spacing:.3px;position:relative;top:3px}.totalPrice__summ{font-weight:bold;text-transform:uppercase;font-size:30px;position:relative;top:5px}.totalPrice__remainder{font-size:18px}.totalPrice__rub{text-transform:none}.totalPrice__btn{border:none;font-weight:bold;color:#fff;font-size:14px;text-transform:none;border-radius:2px;margin-top:24px;padding:16px 40px;cursor:pointer}@media screen and (min-width: 768px){.totalPrice{margin-right:0px;width:325px;padding-left:29px}.totalPrice__quantity{padding-right:10px;letter-spacing:.8px}.totalPrice__summ{padding-right:9px;letter-spacing:.5px}}.form-error{background-color:#fff;width:calc(100% - 115px)}.authorization__container{padding:0 10px;max-width:1200px;margin:0 auto}.authorization__title{margin-top:-5px;line-height:40px}.authorization__space{display:block}.authorization__head{-webkit-box-shadow:0 5px 10px rgba(226,233,255,.75);box-shadow:0 5px 10px rgba(226,233,255,.75);border-radius:2px;border:1px solid #e2e9ff;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.authorization__headItem{width:50%;text-align:center;font-size:16px;color:#2c2c2c;padding:16px 0}.authorization__headItem:focus{color:#2c2c2c}.authorization__headItem--current{border:1px solid #54e295;background-color:#e5fbef;border-radius:2px;pointer-events:none}.authorization__leftSide{margin-bottom:20px}@media screen and (min-width: 768px){.authorization__container{padding:0 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.authorization__title{font-size:30px;width:100%}.authorization__title--hidden{display:none}.authorization__space{display:none}.authorization__headItem{width:100%;text-align:left;padding:14px 0;padding-left:22px;padding-bottom:18px}.authorization__leftSide{margin-bottom:0;width:255px;margin-right:45px}.authorization__rightSide{width:398px}}@media screen and (min-width: 1280px){.authorization__container{padding:0 10px}.authorization__title{margin-bottom:17px}.authorization__leftSide{margin-right:25px}}.formReg{margin-bottom:25px}.formReg__buttons{text-align:right}.formReg__btn{border:none;text-transform:none;font-weight:bold;color:#fff;font-size:14px;padding:16px 24px;border-radius:2px;cursor:pointer}.formReg__btn.clicked{pointer-events:none}@media screen and (min-width: 768px){.formReg{margin-bottom:40px}.formReg__buttons{display:inline-block;vertical-align:top;margin-top:7px;margin-left:3px}}@media screen and (min-width: 1280px){.formReg{margin-bottom:75px}}.formRegField{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:18px;position:relative}.formRegField__name{font-weight:bold;font-size:12px;color:#adb0be}.formRegField__sup{color:#54e295;font-size:12px;position:relative;top:-3px;right:-3px}.formRegField__space{display:block}.formRegField__input{width:calc(100% - 79px)}.formRegField__input:focus+.form-error{opacity:0}.formRegField__checkboxField{margin-top:27px;margin-bottom:17px;padding-left:32px;line-height:15px}.formRegField__checkboxField .checkboxField__text{font-size:12px}.formRegField__checkboxField .checkboxField__check{top:4px}.formRegField__checkboxField .form-error{display:none}.formRegField__checkboxField.has-error .checkboxField__check{border-color:#ff3852}.formRegField.has-error .formRegField__sup{color:#ff3852}.formRegField .form-error{color:#ff3852;position:absolute;font-size:12px;right:auto;pointer-events:none;-webkit-transition:all .3s linear;transition:all .3s linear;left:80px;top:1px;height:49px;width:calc(100% - 81px);padding:14px}@media screen and (min-width: 768px){.formRegField__name{margin-top:-6px}.formRegField__input{width:calc(100% - 87px)}.formRegField.has-error .form-error{left:88px;width:calc(100% - 89px)}.formRegField__checkboxField{display:inline-block;width:190px;margin-top:7px}}.loginForm{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:61px}.loginForm__restore{font-size:14px;margin-top:24px}.loginForm__btn{border:none;font-weight:bold;color:#fff;text-transform:none;margin-top:0;margin-left:auto;margin-top:10px;padding:14px 43px;cursor:pointer;border-radius:2px}@media screen and (min-width: 768px){.loginForm__restore{margin-top:22px}.loginForm__btn{margin-top:8px;padding:14px 74px}}.loginFormField{width:100%;margin-bottom:19px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative}.loginFormField.has-error .loginFormField__sup{color:#ff3852}.loginFormField__name{font-size:12px;font-weight:bold;color:#adb0be}.loginFormField__sup{color:#54e295;font-size:12px}.loginFormField__input{width:calc(100% - 70px)}.loginFormField__input:focus+.form-error{opacity:0}.loginFormField .form-error{position:absolute;font-size:12px;-webkit-transition:all .3s linear;transition:all .3s linear;pointer-events:none;color:#ff3852;width:calc(100% - 72px);left:71px;top:1px;height:49px;padding:14px 18px}@media screen and (min-width: 768px){.loginFormField__name{margin-top:-6px}.loginFormField__input{width:calc(100% - 87px)}.loginFormField .form-error{left:88px;width:calc(100% - 89px)}}.changeFormField__input{width:calc(100% - 165px)}.changeFormField .form-error{left:166px;width:calc(100% - 167px)}.forgotForm{background-color:#e5fbef;border:1px solid #54e295;border-radius:2px;margin-top:-287px;padding:24px 20px;letter-spacing:.28px;padding-right:40px;margin-bottom:30px;padding-bottom:29px;margin-bottom:59px;position:relative;-webkit-transition:all .3s linear;transition:all .3s linear;opacity:0;pointer-events:none}.forgotForm--current{opacity:1;margin-top:-31px;pointer-events:auto}.forgotForm--email{margin-top:0}.forgotForm__text{font-size:14px;color:#2c2c2c;display:block;line-height:21px;margin-bottom:17px}.forgotForm__input{width:208px;margin-bottom:19px;display:block}.forgotForm__btn{border:none;font-size:14px;font-weight:bold;color:#fff;padding:16px 20px;border-radius:2px}@media screen and (min-width: 768px){.forgotForm{margin-bottom:110px;padding-bottom:15px;padding-right:23px;opacity:0;margin-top:-31px}.forgotForm__registration{margin-bottom:22px}.forgotForm--current{opacity:1}.forgotForm--email{margin-top:0}.forgotForm__text{margin-bottom:15px}.forgotForm__input{display:inline-block;margin-right:19px}}@media screen and (min-width: 1280px){.ie .loginFormField__name{min-width:85px}.ie .formRegField__name{min-width:85px}}.authorization__linkWrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px 12px;margin-bottom:40px}@media screen and (min-width: 768px){.authorization__linkWrapper{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;gap:15px 50px;padding-right:35px;margin-bottom:50px}}@media screen and (min-width: 1280px){.authorization__linkWrapper{gap:40px;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-right:0;margin-bottom:63px}}.authorization__linkWrapper_link{white-space:nowrap;font-size:12px;line-height:16.3px;font-weight:400;color:#a3a7b5;text-decoration:underline;-webkit-transition:.3s all ease-in-out;transition:.3s all ease-in-out}@media screen and (min-width: 768px){.authorization__linkWrapper_link{min-width:143px}}@media screen and (min-width: 1280px){.authorization__linkWrapper_link{min-width:unset;text-decoration:unset;border-bottom:1px solid #a3a7b5}}.authorization__linkWrapper div{text-decoration:unset;color:#2c2c2c;border-bottom:0}.authorization__linkWrapper a:active{color:#00983c;text-decoration:underline}@media(hover),(min-width: 0\0 ),(min-device-pixel-ratio: 0){.authorization__linkWrapper a:hover{color:#00983c;border-color:#00983c}}.change-pass{padding-top:5px;padding-bottom:40px}@media screen and (min-width: 1280px){.change-pass{padding-top:1px}}.change-pass .container{padding:0 10px}@media screen and (min-width: 768px){.change-pass .container{padding:0 20px}}@media screen and (min-width: 1280px){.change-pass .container{padding:0 10px}}.change-pass__title{font-weight:700;font-size:26px;line-height:33px;letter-spacing:0;margin-bottom:29px;color:#00983c;text-transform:none}@media screen and (min-width: 768px){.change-pass__title{font-weight:700;font-size:30px;line-height:23px}}.change-pass__buttons{display:grid;width:100%;gap:10px;grid-template-columns:100%}@media screen and (min-width: 768px){.change-pass__buttons{grid-template-columns:265px 265px}}.change-pass__buttons .button{height:49px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-transform:none}.change-pass__buttons .button:hover{color:#fff}.errorPage{margin-top:64px;margin-bottom:60px}.errorPage__container{position:relative;max-width:1200px;margin:0 auto;padding:0 20px}.errorPage__prewiev{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;pointer-events:none}.errorPage__image{max-width:100%;max-height:100%;display:block;margin:auto}.errorPage__image--desktop{display:none}.errorPage__content{max-width:468px;margin:auto;padding-top:22px}.errorPage__title{margin-bottom:4px}.errorPage__description{display:block;font-weight:bold;font-size:18px;line-height:27px;letter-spacing:.3px;margin-bottom:34px}.errorPage__reasons{display:block;font-weight:bold;font-size:14px;letter-spacing:.2px}.errorPage__list{padding-top:9px;padding-right:40px;margin-bottom:28px}.errorPage__listItem{color:#adb0be;line-height:18px;margin-bottom:10px}.errorPage__link{color:#fff;font-size:14px;text-transform:none;padding:16px 34px;display:inline-block;border-radius:2px}.errorPage__link:focus{color:#fff}.errorPage__link:active{color:#fff}.errorPage__link:hover{color:#fff}@media screen and (min-width: 768px){.errorPage{max-width:768px;margin:0 auto;margin-top:56px;margin-bottom:85px}.errorPage__image--desktop{display:block}.errorPage__image--mobile{display:none}.errorPage__title{display:none}.errorPage__content{max-width:480px;margin-right:0;margin-left:auto;padding-top:56px}.errorPage__reasons--error{display:none}.errorPage__description{margin-bottom:18px}.errorPage__list{margin-bottom:31px}}@media screen and (min-width: 1280px){.errorPage{max-width:100%;margin-top:51px}.errorPage__container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.errorPage__prewiev{padding-left:54px;margin-top:30px}.errorPage__content{padding-top:23px;max-width:565px;width:100%}.errorPage__title{display:block;margin-bottom:7px}.errorPage__description{margin-bottom:15px}.errorPage__link{margin-left:-5px}.errorPage__reasons--error{display:inline}}.products{padding-bottom:60px}.products__container{max-width:1200px;margin:0 auto;padding:0 10px;position:relative}.products__main{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.products__side{position:absolute;left:0;right:0;top:74px;-webkit-transform:scale(0);transform:scale(0);margin:auto;-webkit-transition:all .3s linear;transition:all .3s linear;-webkit-box-shadow:0 5px 10px rgba(226,233,255,.75);box-shadow:0 5px 10px rgba(226,233,255,.75);border:1px solid #e2e9ff;border-radius:2px;background-color:#fff;z-index:500;-webkit-transform-origin:top left;transform-origin:top left}.products__side::before{content:"";width:109px;background-color:#fff;top:-20px;left:-1px;height:25px;position:absolute;border-left:1px solid #e2e9ff;border-right:1px solid #e2e9ff}.products__side--current{-webkit-transform:scale(1);transform:scale(1)}.products__content{width:100%}.products__head{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:5px;margin-bottom:28px}.products__filterBtn{border:none;background-color:rgba(0,0,0,0);color:#2c2c2c;font-weight:bold;line-height:18px;font-size:14px;letter-spacing:.2px;border:1px solid #e2e9ff;border-radius:2px;width:109px;padding-top:19px;padding-left:32px;padding-bottom:21px;background-repeat:no-repeat;background-image:url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg enable-background='new 0 0 76.5 105.5' version='1.1' viewBox='0 0 76.5 105.5' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='0 45 0 49.2 32.3 77.8 32.3 97.5 46.5 105.5 46.5 77.8 76.5 49 76.5 45' fill='%23FFCC27'/%3E%3Ccircle cx='14.9' cy='29.6' r='8.6' fill='none' stroke='%23ADB0BE' stroke-miterlimit='10' stroke-width='4'/%3E%3Ccircle cx='63.8' cy='32.5' r='6' fill='none' stroke='%23ADB0BE' stroke-miterlimit='10' stroke-width='3'/%3E%3Ccircle cx='41.5' cy='14.4' r='12' fill='none' stroke='%23ADB0BE' stroke-miterlimit='10' stroke-width='4'/%3E%3C/svg%3E");background-size:22px 29px;background-position:11px 13px;background-color:#fff;z-index:102;-webkit-box-shadow:0 5px 10px rgba(226,233,255,.75);box-shadow:0 5px 10px rgba(226,233,255,.75)}.products__select{width:60%;margin-left:11px;margin-top:5px;cursor:pointer}.products__list{margin-top:30px;margin-bottom:29px}.products__pagination .pagingationName{display:none}.products__description{display:none}@media screen and (min-width: 768px){.products{padding-bottom:37px}.products__container{padding:0 20px;padding-top:3px}.products__main{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.products__side{-webkit-transform:scale(1);transform:scale(1);width:255px;margin:0;top:0;position:relative;border:none;-webkit-box-shadow:none;box-shadow:none;left:auto;right:auto}.products__side::before{content:none}.products__content{width:calc(100% - 272px)}.products__head{padding-top:0;margin-bottom:13px}.products__filterBtn{display:none}.products__select{width:230px;margin-left:0;margin-top:0}.products__pagination{display:-webkit-box;display:-ms-flexbox;display:flex}.products__pagination .pagingation__item{margin-left:4px;margin-right:4px}.products__pagination .pagingation__dots{margin:0 6px}.products__pagination .pagingation__item--arrow{margin-left:0px;margin-right:0px}.products__pagination .pagingation__item--arrow--prev{margin-right:4px}.products__pagination .pagingation__item--arrow--next{margin-left:4px}.products__list{margin-top:20px;margin-bottom:20px}.products__paginationBottom .pagingation__list{width:404px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.products__paginationBottom .pagingation__item{margin:0}.products__description{display:block;padding-top:24px}.products__descriptionTitle{display:block;color:#303030;font-size:16px;font-weight:bold;letter-spacing:.32px;text-transform:uppercase;margin-bottom:10px}.products__descriptionText{display:block;font-size:14px;color:#acaebc;letter-spacing:.28px;line-height:21px;margin-bottom:18px}}@media screen and (min-width: 1280px){.products__container{padding:0 10px;padding-right:5px;padding-top:0}.products__select{margin-top:0}.products__content{width:calc(100% - 280px);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-line-pack:start;align-content:flex-start}.products__head{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:1px}.products__pagination{margin-right:0;margin-left:auto}.products__pagination--top{margin-top:6px}.products__pagination .pagingation{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:self-start;-ms-flex-align:self-start;align-items:self-start}.products__pagination .pagingationName{display:inline-block;margin:auto;margin-left:0;margin-right:20px;margin-top:10px}.products__pagination .pagingation__dots{margin:0 7px}.products__pagination .pagingation__item--arrow--prev{margin-right:5px}.products__pagination .pagingation__item--arrow--next{margin-left:5px}.products__list{margin-bottom:0}}.productItem{min-height:385px;width:302px;margin-left:auto;margin-right:auto;border-radius:2px;border:1px solid #e2e9ff;margin-bottom:18px}.productItem__container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:18px 8px}.productItem__prewiev{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100px;height:115px}.productItem__image{display:block;margin:0 auto;max-width:100%;max-height:100%;height:auto;width:auto}.productItem__name{width:calc(100% - 100px);padding-left:19px;line-height:18px;overflow:hidden;min-height:115px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.productItem__nameLink{font-size:14px;color:#2c2c2c}.productItem__content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:13px;padding-top:17px;letter-spacing:.2px;width:100%}.productItem__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;padding-left:13px;letter-spacing:.2px}.productItem__fabricator{color:#2c2c2c;font-size:12px;margin-bottom:14px;width:100%}.productItem__fabricator--bottom{margin-top:14px}.productItem__fabricatorTitle{font-weight:bold;display:block}.productItem__desc{color:#adb0be;letter-spacing:.24px;width:100%;font-size:12px;line-height:18px;max-height:54px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.productItem__price{font-size:30px;font-weight:bold;text-transform:uppercase;color:#2c2c2c;width:100%;padding-top:13px;padding-bottom:16px}.productItem__price--small{color:#53545c;font-size:18px}.productItem__price--rub{text-transform:none}.productItem__quantity{width:120px;height:50px;padding:0;margin-right:20px;position:relative}.productItem__quantity .quantity__input{height:100%;padding:0;padding-left:40px;padding-right:40px}.productItem__quantity .quantity__arrow{width:34px;height:100%;top:0;bottom:0;margin:auto;height:32px}.productItem__quantity .quantity__arrow svg{display:block;position:absolute;z-index:100;left:0;right:0;margin:auto;top:0;bottom:0}.productItem__quantity .quantity__arrow::after{content:"";position:absolute;height:100%;width:1px;background-color:#54e295;top:0}.productItem__quantity .quantity__arrow--down{right:auto;left:0}.productItem__quantity .quantity__arrow--down::after{right:0}.productItem__quantity .quantity__arrow--down svg{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.productItem__quantity .quantity__arrow--up{left:auto;right:0}.productItem__quantity .quantity__arrow--up::after{left:0}.productItem__quantity .quantity__arrow--up svg{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.productItem__button{border:none;letter-spacing:.28px;font-size:14px;color:#fff;font-weight:bold;padding:0 30px;cursor:pointer;line-height:50px}.productItem__button:hover{color:#fff}.productItem__button.active{padding:0 16px}.productItem__button--disabled{padding:0 7px;font-size:12px}@media screen and (min-width: 768px){.productItem{width:100%;min-height:336px;margin-bottom:20px}.productItem__prewiev{width:165px;height:130px}.productItem__name{line-height:23px;width:50%;padding-left:23px;padding-top:19px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;min-height:115px}.productItem__content{padding-top:7px;min-height:76px}.productItem__fabricator{font-size:13px;margin-bottom:9px}.productItem__fabricator--bottom{margin-top:9px}.productItem__fabricatorTitle{display:inline}.productItem__desc{line-height:21px;padding-right:20px;max-height:62px}.productItem__price{width:120px;font-size:18px;padding-top:30px}.productItem__price--small{font-size:11px}.productItem__quantity{margin-right:20px;margin-top:20px}.productItem__button{margin-top:20px;height:50px;min-width:140px;text-align:center}.productItem__button.active{padding:0 26px}.productItem__button--disabled{padding:0 8px;font-size:14px}}@media screen and (min-width: 1280px){.productItem{position:relative;min-height:220px;width:907px}.productItem__container{padding-left:194px;padding-top:22px}.productItem__prewiev{width:161px;height:154px;position:absolute;left:13px;top:29px}.productItem__name{padding-left:0;margin-top:0;width:auto;max-width:480px;min-height:inherit}.productItem__nameLink{font-size:18px;line-height:27px;letter-spacing:.36px}.productItem__content{padding-left:0;padding-top:10px;min-height:auto}.productItem__fabricator{font-size:14px;max-width:480px}.productItem__desc{font-size:14px;max-width:480px;letter-spacing:.3px}.productItem__price{font-size:30px;padding:0;width:200px;letter-spacing:.5px;text-align:right}.productItem__price--small{font-size:18px}.productItem__footer{position:absolute;right:0;width:213px;padding:0;top:0;padding-top:19px;padding-right:32px}.productItem__quantity{margin-right:0;margin-left:auto;margin-bottom:20px;margin-top:10px}.productItem__button{margin-right:0;margin-left:auto;min-width:150px;margin-top:0}.productItem__button.active{padding:0 32px}.productItem__button--disabled{padding:0 15px}}.emptyItem{width:100%;padding:20px 0}.formFilter{position:relative;z-index:1000;background:#fff;-webkit-transition:all .3s linear;transition:all .3s linear}.formFilter__field{border-bottom:1px solid #e2e9ff;padding:20px;padding-bottom:5px;padding-left:22px}.formFilter__fieldTitle{font-weight:bold;display:block;font-size:16px;line-height:18px;margin-bottom:15px}.formFilter__rangeSlider{padding-top:41px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:13px}.formFilter__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:19px;margin-bottom:23px}.formFilter__reset{border:none;background-color:rgba(0,0,0,0);font-size:12px;font-weight:bold;margin-left:17px;cursor:pointer}.formFilter__submit{border:none;font-weight:bold;text-transform:none;color:#fff;font-size:14px;padding:16px 35px;margin-right:22px;cursor:pointer}@media screen and (min-width: 768px){.formFilter{-webkit-box-shadow:0 5px 10px rgba(226,233,255,.75);box-shadow:0 5px 10px rgba(226,233,255,.75);border:1px solid #e2e9ff;border-radius:2px}.formFilter__field{padding-top:21px;min-height:156px}.formFilter__submit{padding:16px 20px;margin-right:25px}}.catalogFilter{margin-bottom:27px;position:relative}.catalogFilter--showBtn .catalogFilter__button{display:block}.catalogFilter__content{overflow:hidden;max-height:140px;-webkit-transition:all .5s linear;transition:all .5s linear}.catalogFilter__item{margin-bottom:14px;position:relative}.catalogFilter__button{border:none;display:none;font-weight:bold;background-color:rgba(0,0,0,0);font-weight:bold;font-size:12px;color:#00983c;-webkit-transition:all .3s linear;transition:all .3s linear;padding:1px;padding-top:3px;cursor:pointer}.catalogFilter__button:hover{color:#54e295}@media screen and (min-width: 768px){.catalogFilter{margin-bottom:0}.catalogFilter__item{margin-bottom:13px}.catalogFilter--showBtn .catalogFilter__button{margin-bottom:15px}}.shape{display:none;position:absolute;left:226px;top:0;width:165px;height:40px;border:1px solid #54e295;background-color:#d4f8e5;color:#1c9e4b;font-size:12px;font-weight:bold;cursor:pointer;-webkit-transition:all .3s linear;transition:all .3s linear;z-index:100;opacity:.8}.shape:hover{color:#54e295}.shape::after{content:"";position:absolute;left:-5px;top:16px;width:9px;height:9px;-webkit-transform:rotate(45deg);transform:rotate(45deg);border:1px solid #54e295;background-color:#d4f8e5;border-top-color:#d4f8e5;border-right-color:#d4f8e5}@media screen and (min-width: 768px){.shape{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.filterOverflow{position:fixed;width:100%;height:100%;top:0;left:0;bottom:0;margin:auto;z-index:101;background-color:#54e295;opacity:.15}.catalogListPage{margin-bottom:60px}.catalogSection__container{max-width:1200px;margin:0 auto}.catalogSection__main{padding-top:5px}@media screen and (min-width: 768px){.catalogSection__main{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:20px;padding-right:20px}.catalogSection__side{width:230px}}@media screen and (min-width: 1280px){.catalogSection__main{padding-left:10px;padding-right:10px}.catalogSection__side{width:281px}}@media screen and (min-width: 768px){.catalogGrid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:17px;padding-right:3px;width:calc(100% - 230px)}.catalogGrid__colLeft{margin-right:20px}.catalogGrid__colRight{display:-webkit-box;display:-ms-flexbox;display:flex;width:calc(100% - 250px);-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-40px}.catalogGrid__colSubLeft{margin-right:20px}}@media screen and (min-width: 1280px){.catalogGrid{width:calc(100% - 281px)}.catalogGrid__colRight{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:582px}.catalogGrid__colSubLeft{margin-right:20px}}.catalogArticle{width:301px;border:1px solid #e2e9ff;border-radius:2px;margin:0 auto;padding-top:12px;padding-left:20px;padding-right:20px;letter-spacing:.3px;padding-bottom:11px;margin-bottom:20px;-webkit-transition:all .3s linear;transition:all .3s linear}.catalogArticle:hover{-webkit-box-shadow:0 5px 10px rgba(226,233,255,.75);box-shadow:0 5px 10px rgba(226,233,255,.75)}.catalogArticle:hover .catalogArticle__head{border-color:#ffcc27}.catalogArticle:hover{-webkit-box-shadow:0 5px 10px rgba(226,233,255,.75);box-shadow:0 5px 10px rgba(226,233,255,.75)}.catalogArticle__head{position:relative;border-bottom:1px solid #e2e9ff;min-height:64px;margin-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.catalogArticle__figure{position:absolute;right:0;top:7px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.catalogArticle__image{display:block;margin:auto;max-width:46px;max-height:44px;width:auto;height:auto}.catalogArticle__title{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;color:#2c2c2c;text-transform:uppercase;font-size:16px;font-weight:bold;line-height:24px;max-width:150px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.catalogArticle__listItem{padding-left:0;line-height:21px;margin-bottom:10px}.catalogArticle__listItem::before{content:none}.catalogArticle__link{color:#2c2c2c;font-size:14px;font-weight:normal;letter-spacing:.28px}@media screen and (min-width: 768px){.catalogArticle{width:230px;margin-bottom:20px;padding-top:1px}.catalogArticle__head{min-height:75px}.catalogArticle__figure{right:0;top:15px;max-width:35px}}@media screen and (min-width: 1280px){.catalogArticle{width:281px}.catalogArticle__figure{max-width:46px}}.pharmacy{margin-top:6px;margin-bottom:59px}.pharmacy__container{max-width:1200px;margin:0 auto;padding-left:10px;padding-right:10px}.pharmacy__top{margin-bottom:40px}.pharmacy__prewiev{display:block;position:relative}.pharmacy__prewievIcon{position:absolute;bottom:21px;left:0;right:0;margin:auto;width:40px;height:40px}.pharmacy__image{max-width:100%;max-height:100%;display:block;margin:auto}.pharmacyInfo{max-width:554px}.pharmacyInfo__space{display:block}.pharmacyInfo__title{display:block;font-size:26px;color:#2c2c2c;font-weight:bold;line-height:36px;letter-spacing:.52px;padding-top:21px;padding-bottom:1px}.pharmacyInfo__item{display:block;font-size:14px;line-height:21px;letter-spacing:.28px;border-bottom:2px solid #e2e9ff;padding-bottom:18px;padding-top:14px}.pharmacyInfo__contactLink{color:#2c2c2c;text-decoration:none;font-size:18px}.pharmacyInfo__desc{display:block;font-size:14px;padding-top:22px;letter-spacing:.28px;line-height:21px}.pharmacyInfo__descTitle{display:block;margin-bottom:9px}.opening{display:block;border-bottom:2px solid #e2e9ff;padding-top:17px;padding-bottom:7px;font-size:14px}.opening__container{max-width:336px}.opening__title{display:block;margin-bottom:15px}.opening__item{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:12px;position:relative}.opening__item::after{content:"";position:absolute;left:0;bottom:4px;width:100%;height:0px;border-bottom:2px dashed #e2e9ff;z-index:-1}.opening__key{background-color:#fff;padding-right:7px}.opening__value{background-color:#fff;padding-left:7px}.pharmacy__smallTitle{margin-bottom:16px}.pharmacy__map{height:407px;-webkit-box-shadow:0 5px 10px rgba(226,233,255,.75);box-shadow:0 5px 10px rgba(226,233,255,.75);border-radius:2px;border:1px solid #e2e9ff;padding-top:10px;width:calc(100% + 20px);margin-left:-10px;padding-left:10px;padding-right:10px;margin-bottom:29px}.pharmacy__yandexMap{height:385px}.pharmacy__btn{text-decoration:none;font-weight:bold;font-size:14px;text-transform:none;letter-spacing:.28px;color:#fff;padding:16px 45px;display:inline-block}.pharmacy__btn:focus{color:#fff}.pharmacy__btn:hover{color:#fff}@media screen and (min-width: 768px){.pharmacy{margin-top:3px}.pharmacy__container{padding-left:20px;padding-right:20px}.pharmacy__top{margin-bottom:60px}.pharmacy__colLeft{max-width:600px}.pharmacyInfo__title{padding-top:34px}.pharmacyInfo__space{display:none}.pharmacyInfo__desc{padding-top:19px}}@media screen and (min-width: 1280px){.pharmacy__container{padding-left:10px;padding-right:10px}.pharmacy__top{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:27px}.pharmacy__colLeft{width:51%}.pharmacy__colRight{width:49%;padding-left:28px}.pharmacy__map{width:100%;margin-left:0;padding-left:0;padding-right:0;padding-top:20px;height:494px}.pharmacy__yandexMap{width:1150px;height:457px;margin:auto}.pharmacyInfo__title{padding-top:0;line-height:21px;font-size:28px;margin-bottom:9px}.opening{letter-spacing:.3px;padding-bottom:9px}.opening__title{margin-bottom:12px}}.pharmacySlider{position:relative}.pharmacySlider__container{margin:auto;position:relative;overflow:hidden}.pharmacySlider__container .slick-slide{line-height:0}.pharmacySlider__slide{position:relative}.pharmacySlider__slideLink{display:block;height:208px;max-width:260px;margin:auto}@media screen and (min-width: 768px){.pharmacySlider__slideLink{height:480px;max-width:600px}}.pharmacySlider .slick-arrow{position:absolute;bottom:30px;z-index:1;font-size:0;width:18px;height:32px;border:none;background-color:rgba(0,0,0,0);cursor:pointer}.pharmacySlider .slick-next{right:19px;background-image:url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg viewBox='0 0 17 31' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='m276.82 458.41l11.778 13.093-11.778 13.094'/%3E%3C/defs%3E%3Cg transform='translate(-274 -456)'%3E%3Cuse fill='%23fff' fill-opacity='0' stroke='%2354e295' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='50' stroke-width='4' xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E")}.pharmacySlider .slick-prev{left:19px;background-image:url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg viewBox='0 0 17 31' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M43.413 458.406L31.389 471.5l12.024 13.094'/%3E%3C/defs%3E%3Cg transform='translate(-29 -456)'%3E%3Cuse fill='%23fff' fill-opacity='0' stroke='%2354e295' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='50' stroke-width='4' xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E")}@media screen and (min-width: 1280px){.pharmacySlider .slick-next{right:29px}.pharmacySlider .slick-prev{left:29px}}.model__container{max-width:1200px;margin:0 auto;min-width:280px;padding:0 10px}.model__top{padding-top:30px;margin-bottom:20px}@media screen and (min-width: 768px){.model__container{padding:0 20px}.model__top{padding-top:0;margin-bottom:60px}}@media screen and (min-width: 1280px){.model__container{padding:0 10px;padding-right:280px;position:relative}.model__top{margin-bottom:32px}}.modelProduct__image{max-width:100%;max-height:100%;display:block;margin:auto}.modelProduct__prewiev{position:relative}.modelProduct__prewievLink{height:250px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;pointer-events:none}.modelProduct__prewievMagnifier{position:absolute;bottom:0;display:none}.modelProduct__prewievDesc{display:block;color:#b1b5c8;font-size:14px;line-height:21px;padding-right:10px}.modelProduct__info{padding-top:19px}.modelProduct__title{display:block;margin-bottom:16px;max-height:140px;overflow:hidden;font-size:20px;color:#2c2c2c;letter-spacing:.48px;line-height:28px;font-weight:bold}.modelProduct__desc{display:block;font-size:14px;color:#2c2c2c;letter-spacing:.28px;line-height:21px;margin-bottom:20px}.modelProduct__detailItem{margin:0;padding:0;font-size:14px;margin-bottom:15px}.modelProduct__detailItem::before{content:none}.modelProduct__detailCaption{font-weight:bold}.modelProduct__detailText{display:block}.modelProduct__floatingSide{padding-top:6px;width:300px}.modelProduct__warning{padding-right:0;padding-top:11px;padding-left:11px;padding-bottom:16px;margin-bottom:18px}@media screen and (min-width: 768px){.modelProduct__warning{margin-bottom:29px}}@media screen and (min-width: 768px){.modelProduct{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.modelProduct__prewievMagnifier{width:41px;height:41px;padding:0;border:none;background:rgba(0,0,0,0);bottom:0;left:0;right:0;margin:auto}.modelProduct__prewievMagnifier.current{display:block;position:relative;top:-16px}.modelProduct__prewiev{width:100%;padding-top:51px;padding-bottom:0;margin-bottom:0}.modelProduct__prewievLink{height:483px}.modelProduct__info{max-width:420px;width:100%;padding-top:45px}.modelProduct__title{margin-bottom:20px}.modelProduct__desc{margin-bottom:22px}.modelProduct__detailText{display:inline}.modelProduct__info{width:auto}.modelProduct__floatingSide{width:236px;padding-top:40px;margin-right:0;margin-left:auto}.modelProduct__warning{padding-top:21px;padding-right:5px;padding-bottom:21px;padding-left:17px}}@media screen and (min-width: 1280px){.modelProduct__figure{max-width:100%;width:479px}.modelProduct__floatingSide{position:absolute;right:0;top:0}.modelProduct__prewievDesc{white-space:nowrap}.modelProduct__prewiev{width:478px;padding-top:45px;margin-right:33px;margin-bottom:0;padding-bottom:0}.modelProduct__prewievLink{height:453px;-webkit-box-sizing:content-box;box-sizing:content-box;padding-bottom:14px;pointer-events:auto}.modelProduct__info{max-width:396px;padding-top:0}.modelProduct__title{max-height:162px;font-size:25px;line-height:32px}.modelProduct__floatingSide{padding-top:0;right:9px}}.productSetting{-webkit-box-shadow:0 5px 10px rgba(226,233,255,.75);box-shadow:0 5px 10px rgba(226,233,255,.75);border-radius:2px;border:1px solid #e2e9ff;background-color:#fff;margin-bottom:18px}.productSetting__container{padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-bottom:17px}.productSetting__cost{text-align:right;font-weight:bold;width:100%;margin-bottom:13px}.productSetting__title{display:block;font-size:12px;color:#adb0be;line-height:23px}.productSetting__price{font-size:30px;text-transform:uppercase;line-height:31px}.productSetting__price span{font-size:18px;text-transform:none;color:#53545c}.productSetting__number{width:120px}.productSetting__quantity{width:120px;height:50px;padding:0;margin-right:20px;position:relative}.productSetting__quantity .quantity__arrow{width:34px;top:0;bottom:0;margin:auto;height:32px}.productSetting__quantity .quantity__arrow::after{content:"";position:absolute;height:100%;width:1px;background-color:#54e295;top:0}.productSetting__quantity .quantity__arrow svg{-webkit-transform:rotate(90deg);transform:rotate(90deg);position:absolute;top:12px;left:10px}.productSetting__quantity .quantity__arrow--down{right:auto;left:0}.productSetting__quantity .quantity__arrow--down::after{right:0}.productSetting__quantity .quantity__arrow--up{left:auto;right:0}.productSetting__quantity .quantity__arrow--up::after{left:0}.productSetting__quantity .quantity__input{height:100%;padding:0;padding-left:40px;padding-right:40px}.productSetting__btn{font-weight:bold;color:#fff;font-size:14px;letter-spacing:.28px;border:none;border-radius:2px;margin-left:20px;padding:10px 29px;cursor:pointer;line-height:30px;-webkit-box-flex:1;-ms-flex:auto;flex:auto;text-align:center}.productSetting__btn:hover{color:#fff}.productSetting__btn.active{padding:10px 15px}.productSetting__btn--disabled{height:50px;width:118px;padding:10px 5px;font-size:12px}.productSetting__numberTitle{display:none}.productSetting__links{text-align:center;width:100%;padding-top:12px}.productSetting__link{font-size:12px}@media screen and (min-width: 768px){.productSetting{margin-bottom:29px}.productSetting__number{width:100%;margin-bottom:20px}.productSetting__numberTitle{display:block;font-weight:bold;color:#adb0be;font-size:12px;text-align:right;letter-spacing:.3px;line-height:28px;margin-bottom:3px}.productSetting__quantity{margin-right:0;margin-left:auto}.productSetting__btn{padding:10px 49px;margin-left:auto;margin-right:0}.productSetting__btn.active{padding:10px 46px}.productSetting__btn--disabled{width:180px;padding:10px 20px;font-size:14px}.productSetting__links{padding-top:18px}}@media screen and (min-width: 1280px){.productSetting{width:236px}}.modelTabs__head{padding-top:15px}.modelTabs__menu{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:auto;border-bottom:1px solid #e2e9ff}.modelTabs__menuItem{white-space:nowrap;margin-right:20px;text-transform:uppercase}.modelTabs__menuLink{padding-bottom:15px;display:inline-block;color:#2c2c2c;position:relative}.modelTabs__menuLink::after{content:"";position:absolute;left:0;right:0;bottom:-2px;margin:auto;width:0;height:6px;border-radius:3px;border-bottom-right-radius:0;border-bottom-left-radius:0;background-color:#54e295;-webkit-transition:all .3s linear;transition:all .3s linear}.modelTabs__menuLink.current::after{width:100%}.modelTabs__content{padding-top:29px}.modelTabs__tab{-webkit-transform:scale(0);transform:scale(0);opacity:0;-webkit-transform-origin:center top;transform-origin:center top;-webkit-transition:opacity .3s linear;transition:opacity .3s linear;position:absolute;min-height:400px;top:0}.modelTabs__tab.current{opacity:1;position:relative;-webkit-transform:scale(1);transform:scale(1)}@media screen and (min-width: 768px){.modelTabs{margin-bottom:65px}.modelTabs__head{padding:0;border:none;position:relative}.modelTabs__content{padding-top:38px}.modelTabs__menu{border-bottom:none}.modelTabs__menuItem{margin-right:32px}.modelTabs__menuLink{color:#2c2c2c;text-transform:uppercase;padding-bottom:17px;position:relative;display:inline-block}.modelTabs__menuLink::after{content:"";height:6px;background-color:#54e295;border-radius:2px 2px 0 0;position:absolute;left:0;right:0;margin:auto;bottom:-2px;width:0;z-index:1;-webkit-transition:all .3s linear;transition:all .3s linear}.modelTabs__menuLink.current{pointer-events:none}.modelTabs__menuLink.current::after{content:"";width:100%}.modelTabs .slick-track{border-bottom:3px solid #e2e9ff}}@media screen and (min-width: 1280px){.modelTabs__tab{min-height:450px}}.productInstruction__head{display:block;padding-top:4px;margin-bottom:38px}.productInstruction__link{font-size:14px;letter-spacing:.28px;margin-right:20px;display:inline-block;vertical-align:top}.productInstruction__title{display:block;font-size:24px;color:#2c2c2c;letter-spacing:.48px;text-transform:uppercase;line-height:24px;font-weight:bold;margin-bottom:13px}.productInstruction__manufacturer{display:block;font-size:14px;letter-spacing:.28px;color:#2c2c2c;margin-bottom:42px;padding-top:4px}.productInstruction__text{display:block;font-size:14px;letter-spacing:.28px;line-height:21px;margin-bottom:15px}@media screen and (min-width: 768px){.productInstruction{padding-right:5px}.productInstruction__head{padding-top:0;margin-top:-5px}}.modelSpecifications{padding-top:7px}.modelSpecifications__item{margin:0;padding:0;color:#2c2c2c;line-height:18px;letter-spacing:.26px;font-size:13px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:18px;position:relative}.modelSpecifications__item::before{content:none}.modelSpecifications__key{background-color:#fff;width:53%;position:relative;z-index:2}.modelSpecifications__key::after{content:"";position:absolute;left:0;top:11px;width:100%;border-bottom:2px dashed #e2e9ff;z-index:-1}.modelSpecifications__key span{background-color:#fff;padding-right:5px}.modelSpecifications__value{background-color:#fff;font-weight:bold;width:43%}@media screen and (min-width: 768px){.modelSpecifications{padding-top:0}.modelSpecifications__item{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:14px;margin-bottom:24px}.modelSpecifications__key{width:49%}.modelSpecifications__value{width:337px;padding-left:16px}}@media screen and (min-width: 1280px){.modelSpecifications__item{margin-bottom:23px}.modelSpecifications__key{width:572px}}.modelCertificate{overflow:auto;white-space:nowrap;padding-top:9px;padding-bottom:9px}.modelCertificate__item{width:280px;height:370px;border-radius:2px;border:1px solid #e2e9ff;background-color:#fff;display:inline-block;vertical-align:top;padding:10px;margin-right:15px;-webkit-transition:border .3s linear;transition:border .3s linear}.modelCertificate__item:hover{border-color:#54e295}.modelCertificate__figure{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.modelCertificate__image{max-width:100%;max-height:100%;display:block;margin:auto}@media screen and (min-width: 768px){.modelCertificate{padding-top:0}}.js-floatingSide{-webkit-transition:.3s all;transition:.3s all}.productSlider{position:relative;-webkit-box-shadow:0 5px 10px rgba(226,233,255,.75);box-shadow:0 5px 10px rgba(226,233,255,.75);padding-bottom:20px;margin-bottom:13px}@media screen and (min-width: 768px){.productSlider{padding-bottom:19px;margin-bottom:23px}}.productSlider__container{max-width:300px;margin:auto;position:relative;height:257px;overflow:hidden}@media screen and (min-width: 768px){.productSlider__container{height:413px;max-width:100%}}.productSlider__slide{position:relative}.productSlider__slideLink{text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:257px;max-width:300px;margin:auto}@media screen and (min-width: 768px){.productSlider__slideLink{height:387px;max-width:450px}}.productSlider__image{max-width:100%;max-height:100%;margin:0}.productSlider .slick-arrow{position:absolute;bottom:6px;z-index:1;font-size:0;width:18px;height:32px;border:none;background-color:rgba(0,0,0,0);cursor:pointer}.productSlider .slick-next{right:19px;background-image:url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg viewBox='0 0 17 31' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='m276.82 458.41l11.778 13.093-11.778 13.094'/%3E%3C/defs%3E%3Cg transform='translate(-274 -456)'%3E%3Cuse fill='%23fff' fill-opacity='0' stroke='%2354e295' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='50' stroke-width='4' xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E")}.productSlider .slick-prev{left:19px;background-image:url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg viewBox='0 0 17 31' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M43.413 458.406L31.389 471.5l12.024 13.094'/%3E%3C/defs%3E%3Cg transform='translate(-29 -456)'%3E%3Cuse fill='%23fff' fill-opacity='0' stroke='%2354e295' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='50' stroke-width='4' xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E")}@media screen and (min-width: 1280px){.productSlider{padding-bottom:24px}.productSlider .slick-arrow{bottom:1px}.productSlider .slick-next{right:29px}.productSlider .slick-prev{left:29px}}.personal__container{max-width:1200px;margin:0 auto}.personal__head{margin-top:25px;margin-bottom:27px;padding-left:10px}.personalMenu{-webkit-box-shadow:0 5px 10px rgba(226,233,255,.75);box-shadow:0 5px 10px rgba(226,233,255,.75);border-radius:2px;max-height:55px;overflow:hidden}.personalMenu__list{margin-bottom:0;text-align:center;position:relative}.personalMenu__list::-webkit-scrollbar{display:none}.personalMenu__list .slick-arrow{position:absolute;bottom:3px;top:0;margin:auto;z-index:1;font-size:0;border:none;padding:0;height:36px;width:36px;background-color:#54e295;border-radius:20px;background-repeat:no-repeat;background-position:center;background-size:9px 17px}.personalMenu__list .slick-prev{left:9px;background-image:url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg viewBox='0 0 10 17' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='m290.61 280.22l6.153 6.343-6.153 6.344'/%3E%3C/defs%3E%3Cg transform='translate(-289 -278)'%3E%3Cuse fill='%23fff' fill-opacity='0' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='50' stroke-width='3' xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E");-webkit-transform:rotate(180deg);transform:rotate(180deg);background-position:15px}.personalMenu__list .slick-next{right:9px;background-image:url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg viewBox='0 0 10 17' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='m290.61 280.22l6.153 6.343-6.153 6.344'/%3E%3C/defs%3E%3Cg transform='translate(-289 -278)'%3E%3Cuse fill='%23fff' fill-opacity='0' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='50' stroke-width='3' xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E");background-position:15px}.personalMenu__list .slick-disabled{opacity:0;width:0;height:0;-webkit-transition:opacity .3s linear;transition:opacity .3s linear}.personalMenu__item{padding:0;margin:0;white-space:nowrap;display:block;width:100%;min-width:180px;border:1px solid #e2e9ff}.personalMenu__item::before{content:none}.personalMenu__item--current{pointer-events:none;border:1px solid #54e295;background-color:#e5fbef}.personalMenu__link{font-size:16px;padding:16px 18px;display:block;color:#2c2c2c}.personalMenu__link:hover{color:#2c2c2c}.personalMenu__link:focus{color:#2c2c2c}.personal__content{padding:0 10px}@media screen and (min-width: 600px){.personal__head{padding-right:10px}}@media screen and (min-width: 768px){.personal__content{padding:0 20px}.personal__head{padding-left:20px;padding-right:20px}.personalMenu{display:block;padding:0;max-height:100%}.personalMenu__list{overflow:visible;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.personalMenu__item{width:33.33%;text-align:center;margin-right:0}}@media screen and (min-width: 1280px){.personal__container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 10px}.personal__content{padding:0}.personal__head{width:253px;background:rgba(0,0,0,0);margin:0;margin-right:21px;padding:0}.personal__content{width:905px}.personalMenu{border:1px solid #e2e9ff;padding:0}.personalMenu__list{white-space:normal;display:block}.personalMenu__item{width:100%;display:block;text-align:left;margin-bottom:2px;border-color:rgba(0,0,0,0)}.personalMenu__link{padding:15px 18px}}.formPassField__input{width:calc(100% - 160px)}.formPassField .form-error{left:161px;width:calc(100% - 162px)}.basketEmpty{margin-bottom:62px}.basketEmpty__container{max-width:1200px;margin:0 auto;min-width:280px;padding-bottom:287px;padding-left:10px;padding-right:10px;position:relative}.basketEmpty__container::after{content:"";position:absolute;left:0;right:0;margin:auto;bottom:0;width:283px;height:274px;background-repeat:no-repeat;background-size:contain;background-image:url(/local/templates/common/build/css/../../images/basket_empty.png);background-position:center}.basketEmpty__content{max-width:610px}.basketEmpty__title{display:block;font-weight:bold;line-height:18px;text-transform:uppercase;letter-spacing:.4px;color:#2c2c2c;font-size:20px;margin-top:32px;margin-bottom:13px}.basketEmpty__text{font-size:14px;line-height:21px;color:#2c2c2c;display:block;letter-spacing:.28px;padding-right:30px;margin-bottom:25px}.basketEmpty__btn{width:300px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;font-weight:bold;color:#fff;text-transform:none;border-radius:2px;height:50px;letter-spacing:.28px;margin-bottom:20px}.basketEmpty__btn:hover{color:#fff}.basketEmpty__btn:focus{color:#fff}@media screen and (min-width: 768px){.basketEmpty{margin-bottom:0}.basketEmpty__container{padding-left:20px;padding-right:20px;padding-bottom:232px}.basketEmpty__container::after{width:419px;height:394px;right:30px;left:auto;top:-13px;bottom:auto}.basketEmpty__content{max-width:330px}.basketEmpty__title{margin-top:35px}.basketEmpty__btn{width:310px}}@media screen and (min-width: 1280px){.basketEmpty__container{padding-left:10px;padding-right:10px;padding-bottom:341px}.basketEmpty__container::after{width:512px;height:480px;top:-45px;right:45px}.basketEmpty__content{max-width:640px}.basketEmpty__title{margin-top:38px}.basketEmpty__text{margin-bottom:36px}.basketEmpty__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.goodsList__container{max-width:1200px;min-width:280px;margin:0 auto;padding-top:6px}@media screen and (min-width: 768px){.goodsList__container{padding-left:20px;padding-right:20px;padding-top:2px}}@media screen and (min-width: 1280px){.goodsList__container{padding-left:10px;padding-right:10px}}.case{margin-left:auto;margin-right:auto;margin-bottom:20px;border-radius:2px;border:1px solid #e2e9ff;width:301px;-webkit-transition:all .3s linear;transition:all .3s linear}.case:hover{-webkit-box-shadow:0 5px 10px rgba(226,233,255,.75);box-shadow:0 5px 10px rgba(226,233,255,.75)}.case__container{padding:22px;padding-top:25px;padding-bottom:0;padding-right:0;height:100%}.case__prewiev{width:243px}.case__prewievLink{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:auto}.case__image{display:block;max-width:100%;max-height:100%;margin:auto}.case__name{margin-top:26px;margin-bottom:13px;line-height:24px}.case__nameLink{color:#00983c;text-transform:uppercase;line-height:24px;font-size:24px;letter-spacing:.48px}.caseAddress{font-size:14px;font-weight:bold}.caseAddress__caption{color:#b3b6c3}.caseAddress__text{color:#2c2c2c;letter-spacing:.4px}.caseAddress__buttons{margin-top:10px}.caseAddress__btn{cursor:pointer;font-size:14px;line-height:21px;color:#00983c;border:none;background-color:rgba(0,0,0,0);font-weight:bold;padding:0;letter-spacing:.2px}.casePhone{padding-top:12px;letter-spacing:.3px;position:relative}.casePhone__caption{font-size:14px;font-weight:bold;color:#b3b6c3;position:absolute;left:0;top:12px}.casePhone__list{margin-bottom:0}.casePhone__item{padding:0;margin:0;padding-left:88px}.casePhone__item::before{content:none}.casePhone__link{font-size:17px;font-weight:normal;letter-spacing:.28px;color:#2c2c2c}@at-roo .casePhone{.case__caption{top:14px}}.caseHours{padding-top:12px}.caseHours__caption{font-size:14px;font-weight:bold;color:#b3b6c3;display:block;margin-bottom:12px}.caseHours__list{margin-bottom:23px}.caseHours__item{padding:0;margin:0;padding:0;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;margin-bottom:10px;width:calc(100% - 27px)}.caseHours__item::after{content:"";position:absolute;left:0;width:100%;height:1px;border:1px dashed #e2e9ff;bottom:5px}.caseHours__item::before{content:none}.caseHours__key{position:relative;z-index:10;background-color:#fff;padding-right:5px}.caseHours__text{display:none}.caseHours__value{position:relative;z-index:10;font-weight:bold;color:#2c2c2c;background-color:#fff;padding-left:5px;margin-right:0;margin-left:auto}@media screen and (min-width: 768px){.case{width:100%;position:relative;padding-left:278px;margin-bottom:21px}.case__container{padding-top:20px}.case__prewiev{position:absolute;left:22px;top:24px}.case__name{margin-top:0;margin-bottom:13px;padding-right:120px}.casePhone__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:95px}.casePhone__item{padding:0}.casePhone__item:nth-child(odd){margin-right:10px}.caseHours__list{padding-left:0px;padding-right:61px;margin-bottom:28px}.caseHours__mobileText{display:none}.caseHours__text{display:inline}}@media screen and (min-width: 1280px){.case{padding-bottom:17px;margin-bottom:10px}.case__prewiev{left:21px}.caseContact{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.caseAddress{width:260px;margin-right:39px}.caseAddress__caption{display:block;margin-bottom:11px}.caseAddress__buttons{margin-top:12px}.casePhone{padding-top:0;width:180px;padding-right:10px}.casePhone__caption{position:static;display:block;margin-bottom:10px}.casePhone__list{padding:0;display:block}.casePhone__item:nth-child(odd){margin-right:0}.caseHours{padding:0;padding-left:18px;width:382px}.caseHours__caption{display:block;margin-bottom:10px}.caseHours__list{padding:0;width:100%}}.goodsListMap{margin-bottom:61px}.goodsListMap__container{min-width:280px;max-width:1200px;margin:0 auto}.goodsListMap__title{text-transform:uppercase;font-size:16px;font-weight:bold;line-height:24px;letter-spacing:.32px;color:#2c2c2c;padding-left:10px;margin-bottom:12px}.goodsListMap__item{height:407px;-webkit-box-shadow:0 5px 10px rgba(226,233,255,.75);box-shadow:0 5px 10px rgba(226,233,255,.75);border-top:1px solid #e2e9ff;border-bottom:1px solid #e2e9ff;padding-left:10px;padding-right:10px;padding-top:18px}.goodsListMap__map{height:385px}@media screen and (min-width: 768px){.goodsListMap{margin-bottom:76px}.goodsListMap__container{padding-left:20px;padding-right:20px}.goodsListMap__title{padding:0}.goodsListMap__item{height:550px;padding-left:0;padding-right:0;border:1px solid #e2e9ff;padding-left:14px;padding-right:14px;padding-bottom:18px}.goodsListMap__map{height:100%}}@media screen and (min-width: 1280px){.goodsListMap{margin-bottom:61px;margin-top:37px}.goodsListMap__container{padding-left:10px;padding-right:10px}.goodsListMap__item{height:670px}}.goodsPlacemarkItem{color:#000;font-weight:bold;display:block;width:45px;height:61px;padding-top:13px;cursor:pointer}.login{padding-top:5px}.login__container{max-width:1220px;margin:0 auto}.login__colLeft{margin-bottom:17px}.login__colRight{margin-bottom:39px}@media screen and (min-width: 768px){.login{padding-top:3px}.login__container{padding:0 17px}.login__colLeft{width:489px;margin-bottom:27px}.login__colRight{width:489px}}@media screen and (min-width: 1280px){.login{padding-top:1px;margin-bottom:177px}.login__container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.login__colLeft{margin-right:113px}}.formLogin{-webkit-box-shadow:0 5px 10px rgba(226,233,255,.75);box-shadow:0 5px 10px rgba(226,233,255,.75);border:1px solid #e2e9ff;border-left:none;border-right:none;padding-top:27px;padding-bottom:31px;padding-left:8px;padding-right:8px}.formLogin__title{display:block;text-transform:uppercase;font-size:20px;font-weight:bold;letter-spacing:.4px;margin-bottom:23px}.formLogin__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.formLogin__forgotLink{font-size:14px;font-weight:700;letter-spacing:.28px}.formLogin__loginBtn{font-size:14px;font-weight:bold;color:#fff;border:none;text-transform:none;width:130px;margin-right:3px;margin-left:auto;margin-top:3px;padding-top:14px;padding-bottom:17px;cursor:pointer;border-radius:2px}@media screen and (min-width: 768px){.formLogin{border-left:1px solid #e2e9ff;border-right:1px solid #e2e9ff;padding-bottom:32px;padding-left:29px;padding-right:29px}}.loginContinue{padding:0 10px}.loginContinue__btn{display:block;width:100%;font-size:14px;letter-spacing:.28px;padding-top:15px;padding-bottom:15px;margin-bottom:24px}.loginContinue__text{font-size:14px;line-height:21px;letter-spacing:.28px;display:block}@media screen and (min-width: 768px){.loginContinue{padding:0}.loginContinue__text{padding-left:6px;padding-top:3px;padding-right:15px}}@media screen and (min-width: 1280px){.loginContinue__btn{width:311px;margin-bottom:37px}.loginContinue__text{padding:0;padding-right:20px}}.ie .formField__name{min-width:85px}.saleOrder{margin-bottom:94px}.saleOrder__container{padding:0 10px;max-width:1220px;margin:0 auto}@media screen and (min-width: 768px){.saleOrder{margin-bottom:153px}.saleOrder__container{padding:0 20px;padding-top:8px}}@media screen and (min-width: 1280px){.saleOrder{margin-bottom:62px}.saleOrder__container{padding:0 21px;padding-top:5px}}.saleForm__contact{margin-bottom:34px}.saleForm__title{display:block;font-size:20px;text-transform:uppercase;letter-spacing:.4px;font-weight:bold;margin-bottom:23px}.saleForm .form-error{left:69px;top:1px;height:49px;width:calc(100% - 70px);padding:14px}@media screen and (min-width: 768px){.saleForm__contact{max-width:427px}.saleForm__title{margin-bottom:27px}.saleForm .form-error{left:88px;width:calc(100% - 110px)}}.composition__title{display:block;font-size:20px;text-transform:uppercase;letter-spacing:.4px;font-weight:bold;margin-bottom:18px}.composition__row{display:none}.composition__list{margin-bottom:28px}@media screen and (min-width: 768px){.composition__header{margin-bottom:20px}.composition__title{margin-bottom:22px}.composition__row{background-color:#ecfff4;border-radius:2px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;color:#2c2c2c;font-size:12px;padding:18px 8px;margin-bottom:0}.composition__colPrewiev{width:125px;text-align:center}.composition__colTitle{padding-left:19px;width:calc(52% - 125px)}.composition__colPrice{width:17%;text-align:right;padding-right:10px}.composition__colNumber{width:14%;text-align:center}.composition__colNumberDesktop{display:none}.composition__colCost{text-align:right;width:17%;padding-right:10px}}@media screen and (min-width: 1280px){.composition__header{margin-bottom:18px}.composition__row{font-size:14px}.composition__colPrewiev{width:150px}.composition__colTitle{width:calc(100% - 720px)}.composition__colPrice{width:200px;margin-right:70px}.composition__colNumber{width:100px}.composition__colCost{width:200px}}.compositionItem{border:1px solid #e2e9ff;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:300px;border-radius:2px;margin-bottom:13px;padding:18px 8px}.compositionItem__prewiev{width:100px;min-height:100px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.compositionItem__figure{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:100%;max-height:100%}.compositionItem__image{display:block;margin:auto;max-width:100%;max-height:100%}.compositionItem__name{width:calc(100% - 100px);line-height:18px;font-weight:bold;font-size:14px;letter-spacing:-0.1px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:19px}.compositionItem__nameLink{color:#2c2c2c;overflow:hidden}.compositionItem__price{width:calc(45% - 35px);padding-top:25px;padding-right:15px;font-size:18px;font-weight:bold;text-align:right;letter-spacing:.3px}.compositionItem__priceTitle{color:#2c2c2c;font-size:12px;line-height:16px;display:block;text-align:right;font-weight:normal;margin-bottom:13px}.compositionItem__littlePrice{font-size:14px}.compositionItem__number{text-align:center;width:70px;padding-top:25px}.compositionItem__numberTitle{color:#2c2c2c;font-size:12px;letter-spacing:.3px;line-height:16px;display:block;margin-bottom:13px}.compositionItem__cost{width:calc(55% - 35px);padding-top:25px;padding-right:10px;font-size:18px;font-weight:bold;text-align:right;letter-spacing:.3px}.compositionItem__costTitle{color:#2c2c2c;font-size:12px;letter-spacing:.3px;line-height:16px;display:block;font-weight:normal;margin-bottom:13px}@media screen and (min-width: 768px){.compositionItem{width:100%;margin-bottom:19px}.compositionItem__prewiev{width:125px;padding:0}.compositionItem__name{width:calc(52% - 125px);font-size:16px;line-height:23px}.compositionItem__price{width:17%;padding-right:10px;padding-top:0;font-size:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.compositionItem__priceTitle{display:none}.compositionItem__number{width:14%;padding-top:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.compositionItem__numberTitle{display:none}.compositionItem__cost{width:17%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-top:0;font-size:20px}.compositionItem__costTitle{display:none}}@media screen and (min-width: 1280px){.compositionItem__prewiev{width:150px}.compositionItem__figure{max-width:140px}.compositionItem__name{width:calc(100% - 720px);line-height:27px;font-size:18px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;letter-spacing:.3px}.compositionItem__price{width:200px;font-size:30px;margin-right:70px}.compositionItem__littlePrice{font-size:18px}.compositionItem__number{width:100px;font-size:18px}.compositionItem__cost{width:200px;font-size:30px}}.pickPharm{padding-top:6px}.pickPharm__title{display:block;font-size:20px;text-transform:uppercase;letter-spacing:.4px;font-weight:bold;margin-bottom:20px}@media screen and (min-width: 1280px){.pickPharm{padding-top:10px}}.orderCheckout{-webkit-box-shadow:0 5px 10px rgba(226,233,255,.75);box-shadow:0 5px 10px rgba(226,233,255,.75);border:1px solid #e2e9ff;margin-bottom:20px}.orderCheckout__container{padding-top:28px;padding-left:18px;padding-right:18px}.orderCheckout__title{display:block;font-size:20px;text-transform:uppercase;font-weight:bold;letter-spacing:.4px;margin-bottom:5px}.orderCheckout__product{display:block;font-size:14px;letter-spacing:.2px;margin-bottom:3px}.orderCheckout__productNumber{color:#b3b6c3;font-size:24px;font-weight:bold;text-transform:uppercase;margin-left:11px}.orderCheckout__productRest{font-size:18px;color:#53545c}.orderCheckout__productRub{text-transform:none;display:none}.orderCheckout__summ{display:block;font-size:14px;margin-bottom:37px}.orderCheckout__summNumber{color:#2c2c2c;font-size:24px;font-weight:bold;text-transform:uppercase;margin-left:13px;letter-spacing:.4px}.orderCheckout__button{text-transform:none;padding:0;text-align:center;width:100%;padding-top:15px;padding-bottom:17px;margin-bottom:22px}.orderCheckout__definiteTitle{color:#2c2c2c;font-size:12px;line-height:18px;font-weight:bold;margin-bottom:5px}.orderCheckout__definiteDesc{color:#b1b5c8;font-size:12px;line-height:16px;padding-right:20px;margin-bottom:23px}@media screen and (min-width: 768px){.orderCheckout{width:728px}.orderCheckout__container{padding-left:22px;padding-right:22px;padding-top:42px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.orderCheckout__title{margin-top:5px;margin-right:8px}.orderCheckout__product{width:139px;padding-right:4px}.orderCheckout__summ{width:300px;margin-bottom:0}.orderCheckout__button{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;width:220px;margin-right:2px;margin-left:auto;margin-top:55px}.orderCheckout__listDefinite{margin-top:22px;max-width:385px}.orderCheckout__definiteDesc{padding-right:0}.orderCheckout__productRub{display:inline}}@media screen and (min-width: 1280px){.orderCheckout{width:100%}.orderCheckout__container{padding-top:31px;padding-left:25px}.orderCheckout__title{margin-top:30px}.orderCheckout__product{margin-top:25px}.orderCheckout__summ{margin-top:25px;width:267px;padding-right:20px}.orderCheckout__listDefinite{margin-top:0}.orderCheckout__button{margin-right:5px;margin-top:21px}}.chooseTabs__pick{border-bottom:1px solid #e2e9ff;margin-bottom:20px}.chooseTabs__pickBtn{background-color:rgba(0,0,0,0);font-size:16px;border:none;padding:0;text-transform:uppercase;font-weight:bold;letter-spacing:.3px;margin-right:24px;padding-bottom:14px;position:relative;cursor:pointer}.chooseTabs__pickBtn.current{color:#00e392}.chooseTabs__pickBtn.current::after{content:"";position:absolute;bottom:0px;left:0;width:100%;height:6px;background-color:#00e392;border-top-left-radius:3px;border-top-right-radius:3px}.chooseTabs__tab{position:absolute;top:0;-webkit-transform:scale(0);transform:scale(0);opacity:0;-webkit-transition:opacity .3s linear;transition:opacity .3s linear}.chooseTabs__tab.current{position:relative;-webkit-transform:scale(1);transform:scale(1);opacity:1}@media screen and (min-width: 768px){.chooseTabs__pick{border-bottom:3px solid #e2e9ff;margin-bottom:30px}.chooseTabs__pickBtn.current::after{bottom:-3px}}.mapContent{margin-bottom:20px}.mapContent__map{border:1px solid #e2e9ff;padding:5px;height:378px;margin-bottom:20px}@media screen and (min-width: 768px){.mapContent__map{padding:19px 13px;height:605px}}@media screen and (min-width: 1280px){.mapContent{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.mapContent__map{width:681px}.mapContent__item{width:477px}}.mapItem{border:1px solid #e2e9ff;min-height:578px}.mapItem__container{padding:18px 21px}.mapItem__title{display:block;text-transform:uppercase;font-weight:bold;color:#009a30;font-size:20px;letter-spacing:.4px;margin-bottom:12px}.mapItem__list{margin-bottom:26px}.mapItem__list li::before{content:none}.mapItem__legend{display:block;font-size:14px;font-weight:bold;color:#b3b6c3;margin-bottom:10px}.mapItem__address{padding:0;margin-bottom:23px}.mapItem__addressText{color:#2c2c2c;font-weight:bold;max-width:200px;display:block}.mapItem__phone{padding:0;margin-bottom:18px}.mapItem__phoneText{font-size:17px;display:block}.mapItem__delivery{padding:0;margin-bottom:17px}.mapItem__deliveryText{font-weight:bold;letter-spacing:.5px}.mapItem__payment{padding:0;margin-bottom:31px}.mapItem__clockWorking{margin-bottom:20px}.clockWorking{padding:0}.clockWorking__item{padding:0;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:14px;max-width:232px;margin-bottom:9px}.clockWorking__item::after{content:"";border-bottom:2px dashed #e2e9ff;width:100%;left:0;bottom:6px;position:absolute}.clockWorking__colLeft{background-color:#fff;position:relative;z-index:1;padding-right:6px}.clockWorking__colRight{font-weight:bold;letter-spacing:.2px;background-color:#fff;position:relative;z-index:1;padding-left:8px}.workDays__desktop{display:none}.mapItem__buttons{padding-left:0}.mapItem__button{border:none;font-weight:bold;font-size:14px;color:#fff;text-transform:none;padding:16px;width:100%;border-radius:2px}@media screen and (min-width: 768px){.mapItem{min-height:300px;width:728px}.mapItem__container{padding-bottom:8px}.mapItem__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:0}.mapItem__address{width:220px;margin-bottom:19px}.mapItem__phone{padding-left:14px}.mapItem__clockWorking{width:100%}.mapItem__delivery{width:200px;margin-right:33px}.clockWorking__item{max-width:322px}.mapItem__payment{margin-right:85px;margin-bottom:0}.mapItem__buttons{width:220px;margin-bottom:0}}@media screen and (min-width: 1280px){.mapItem{min-height:412px;width:477px}.mapItem__title{margin-bottom:10px}.mapItem__address{width:262px;margin-bottom:19px}.mapItem__addressText{max-width:100%}.mapItem__payment{margin:0;margin-right:14px;margin-left:auto}.clockWorking__item{max-width:362px}.workDays__mobile{display:none}.workDays__desktop{display:inline}.mapItem__buttons{padding-top:9px;margin-right:6px;margin-left:auto}.mapItem__button{padding:15px}}.orderPlacemark{display:block;width:19px;height:26px;font-size:7px;font-weight:bold;text-align:center;padding-top:4px}@media screen and (min-width: 768px){.orderPlacemark{font-size:16px;height:61px;width:44px;padding-top:11px}}.currentPharm{border:1px solid #e2e9ff;margin-bottom:21px;width:300px;position:relative;display:none}.currentPharm__container{padding:18px 21px;padding-top:8px;padding-bottom:3px}.currentPharm__title{display:block;text-transform:uppercase;font-weight:bold;color:#009a30;font-size:20px;letter-spacing:.4px;margin-bottom:12px;line-height:33px;padding-left:48px;position:relative}.currentPharm__title::after{content:"";position:absolute;left:0;top:0;height:33px;width:33px;background-image:url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='b' d='m49 1518c8.836 0 16 7.163 16 16 0 8.836-7.164 16-16 16-8.837 0-16-7.164-16-16 0-8.837 7.163-16 16-16z'/%3E%3Cpath id='a' d='m42 1533l5 5 9-9'/%3E%3C/defs%3E%3Cg transform='translate(-33 -1518)'%3E%3Cuse fill='%2354e295' xlink:href='%23b'/%3E%3C/g%3E%3Cg transform='translate(-33 -1518)'%3E%3Cuse fill='%23fff' fill-opacity='0' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='50' stroke-width='3' xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.currentPharm__list{margin-bottom:26px}.currentPharm__list li::before{content:none}.currentPharm__legend{display:block;font-size:14px;font-weight:bold;color:#b3b6c3;margin-bottom:10px}.currentPharm__address{padding:0;margin-bottom:23px}.currentPharm__addressText{color:#2c2c2c;font-weight:bold;max-width:200px;display:block}.currentPharm__phone{padding:0;margin-bottom:18px}.currentPharm__phoneText{font-size:17px;display:block}.currentPharm__delivery{padding:0;margin-bottom:17px}.currentPharm__deliveryText{font-weight:bold;letter-spacing:.5px}.currentPharm__payment{padding:0;margin-bottom:31px}.currentPharm__paymentText{display:block}.currentPharm__paymentCard{position:relative;padding-left:19px;margin-right:27px;background-repeat:no-repeat;background-image:url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg viewBox='0 0 10 11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M33.976 1947.811a1.15 1.15 0 0 1-1.645 0 1.196 1.196 0 0 1 0-1.671l3.01-3.06-2.988-3.037a1.187 1.187 0 0 1 0-1.66 1.141 1.141 0 0 1 1.633 0l2.988 3.037 3.034-3.084a1.15 1.15 0 0 1 1.645 0c.454.462.454 1.21 0 1.672l-3.034 3.084 2.988 3.038c.451.458.451 1.202 0 1.66a1.141 1.141 0 0 1-1.633 0l-2.988-3.038z'/%3E%3C/defs%3E%3Cg transform='translate(-32 -1938)'%3E%3Cuse fill='%23adb0be' xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E");background-size:10px 10px;background-position:1px}.currentPharm__paymentCash{position:relative;padding-left:19px;margin-right:27px;background-image:url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg viewBox='0 0 13 10' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='m131.18 1943.9l3.606 3.695 7.21-7.39'/%3E%3C/defs%3E%3Cg transform='translate(-130 -1939)'%3E%3Cuse fill='%23fff' fill-opacity='0' stroke='%2354e295' stroke-linecap='round' stroke-miterlimit='50' stroke-width='2' xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-size:12px 12px;background-position:0}.currentPharm__clockWorking{margin-bottom:20px}.clockWorking{padding:0}.clockWorking__item{padding:0;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:14px;max-width:232px;margin-bottom:9px}.clockWorking__item::after{content:"";border-bottom:2px dashed #e2e9ff;width:100%;left:0;bottom:6px;position:absolute}.clockWorking__colLeft{background-color:#fff;position:relative;z-index:1;padding-right:6px}.clockWorking__colRight{font-weight:bold;letter-spacing:.2px;background-color:#fff;position:relative;z-index:1;padding-left:8px;margin-right:0;margin-left:auto}.currentPharm__buttons{padding-left:0}.currentPharm__button{border:none;font-weight:bold;font-size:14px;color:#fff;text-transform:none;padding:16px;width:100%;border-radius:2px}@media screen and (min-width: 768px){.currentPharm{width:728px;margin-top:26px;margin-bottom:92px}.currentPharm__container{padding-top:18px;padding-left:26px;padding-bottom:12px}.currentPharm__title{padding-left:45px;margin-bottom:19px}.currentPharm__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:0}.currentPharm__address{width:220px;margin-bottom:19px}.currentPharm__phone{padding-left:60px}.currentPharm__phoneText{font-size:14px}.currentPharm__clockWorking{width:173px;margin-right:4px;margin-left:auto}.currentPharm__delivery{width:200px;margin-right:79px}.clockWorking__list{margin-top:10px}.clockWorking__item{max-width:322px}.currentPharm__payment{margin-right:85px;margin-bottom:0}.currentPharm__buttons{position:absolute;bottom:-73px;right:25px;width:240px}}@media screen and (min-width: 1280px){.currentPharm{width:100%;margin-bottom:116px}.currentPharm .workDays__desktop{display:none}.currentPharm__container{padding-top:15px;padding-left:22px}.currentPharm__title{margin-bottom:20px}.currentPharm__address{width:262px;margin-bottom:19px}.currentPharm__phone{padding-left:49px}.currentPharm__addressText{max-width:100%}.currentPharm__payment{margin:0;margin-right:14px;margin-left:auto}.currentPharm__clockWorking{width:172px;margin-right:70px;margin-left:74px}.clockWorking__item{max-width:362px}.currentPharm .workDays__mobile{display:inline}.currentPharm__delivery{width:150px;margin-right:0}.currentPharm__buttons{right:auto;left:0;bottom:-76px;padding:0;margin:0}.currentPharm__button{padding:15px}.currentPharm__payment{width:184px}.currentPharm__paymentCard{display:block}.currentPharm__paymentCash{display:block}}#idTabItem{display:none}.tableTab{padding-top:12px}.tableTab__header{display:none}.tableTab__list{margin-bottom:22px}@media screen and (min-width: 768px){.tableTab{padding-top:3px}}@media screen and (min-width: 1280px){.tableTab__header{display:block}}@media screen and (min-width: 1280px){.tableHead{border:1px solid #e2e9ff}.tableHead__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;color:#b1b5c8;font-size:14px;padding-top:24px;margin-bottom:0;padding-bottom:20px}.tableHead__row li::before{content:none}.tableHead__name{padding:0;margin-left:38px;width:120px;margin-right:19px}.tableHead__phone{padding:0;width:140px;margin-right:9px}.tableHead__address{padding:0;width:200px;margin-right:5px}.tableHead__work{padding:0;width:200px;margin-right:19px}.tableHead__term{padding:0;width:150px;margin-right:13px}.tableHead__payment{padding:0}}.tableItem{border:1px solid #e2e9ff;position:relative}.tableItem::before,.tableItem::after{content:"";position:absolute;left:0;width:100%;height:1px;background-color:#ffcd28;-webkit-transition:opacity .3s linear;transition:opacity .3s linear;opacity:0;z-index:1}.tableItem::before{top:-1px}.tableItem::after{bottom:-1px}.tableItem:hover::before,.tableItem:hover::after{opacity:1}.tableItem:nth-child(even){border-top:none;border-bottom:none}.tableItem:last-child{border-bottom:1px solid #e2e9ff}.tableItem__container{padding:16px 22px;padding-bottom:12px}.tableItem__title{display:block;font-size:20px;color:#009a30;font-weight:bold;letter-spacing:.4px;margin-bottom:14px;text-transform:uppercase}.tableItem__list li::before{content:none}.tableItem__legend{display:block;color:#b3b6c3;font-weight:bold;letter-spacing:.28px;margin-bottom:10px}.tableItem__address{padding:0;margin-bottom:24px}.tableItem__addressText{font-size:14px;color:#282828}.tableItem__phone{padding:0;margin-bottom:23px}.tableItem__phoneText{font-size:17px;color:#282828;letter-spacing:.2px;display:block}.tableItem__clockWorking{margin-bottom:23px}.tableItem__delivery{padding:0;margin-bottom:23px}.tableItem__deliveryText{font-weight:bold}.tableItem__payment{padding:0;margin-bottom:34px}.tableItem__paymentCard{position:relative;padding-left:19px;margin-right:27px;background-repeat:no-repeat;background-image:url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg viewBox='0 0 10 11' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M33.976 1947.811a1.15 1.15 0 0 1-1.645 0 1.196 1.196 0 0 1 0-1.671l3.01-3.06-2.988-3.037a1.187 1.187 0 0 1 0-1.66 1.141 1.141 0 0 1 1.633 0l2.988 3.037 3.034-3.084a1.15 1.15 0 0 1 1.645 0c.454.462.454 1.21 0 1.672l-3.034 3.084 2.988 3.038c.451.458.451 1.202 0 1.66a1.141 1.141 0 0 1-1.633 0l-2.988-3.038z'/%3E%3C/defs%3E%3Cg transform='translate(-32 -1938)'%3E%3Cuse fill='%23adb0be' xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E");background-size:10px 10px;background-position:1px}.tableItem__paymentCash{position:relative;padding-left:19px;margin-right:27px;background-image:url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg viewBox='0 0 13 10' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='m131.18 1943.9l3.606 3.695 7.21-7.39'/%3E%3C/defs%3E%3Cg transform='translate(-130 -1939)'%3E%3Cuse fill='%23fff' fill-opacity='0' stroke='%2354e295' stroke-linecap='round' stroke-miterlimit='50' stroke-width='2' xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-size:12px 12px;background-position:0}.tableItem__buttons{padding:0;padding-left:0}.tableItem__button{border:none;font-weight:bold;font-size:14px;color:#fff;text-transform:none;padding:16px;width:100%;border-radius:2px}@media screen and (min-width: 768px){.tableItem__container{padding-left:27px;padding-top:21px}.tableItem__title{margin-bottom:22px;text-transform:none}.tableItem__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin:0}.tableItem__address{width:33%}.tableItem__phone{width:33%;padding-left:26px}.tableItem__phoneText{font-size:14px}.tableItem__clockWorking{width:33%;padding-left:54px}.tableItem__delivery{width:33%;padding-right:15px;margin-bottom:14px}.tableItem__payment{width:calc(33% + 20px);padding-left:25px;margin-bottom:0}.tableItem__buttons{width:calc(33% - 20px);text-align:right;padding-top:6px}.tableItem__button{width:145px;padding:11px}}@media screen and (min-width: 1280px){.tableItem__container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-bottom:0}.tableItem__title{width:140px;font-size:14px;padding:0;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;min-height:52px;padding-left:10px;line-height:22px}.tableItem__list{width:985px}.tableItem__legend{display:none}.tableItem__address{margin:0;width:190px;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:50px;padding-left:6px;line-height:20px}.tableItem__phone{width:150px;padding-right:10px;-webkit-box-ordinal-group:-4;-ms-flex-order:-5;order:-5;padding:0;padding-left:12px;padding-top:13px}.tableItem__phoneText{letter-spacing:0}.clockWorking--tableItem{padding-left:23px;padding-top:2px;width:200px;padding-right:20px;min-height:50px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.clockWorking--tableItem .workDays__desktop{display:none}.clockWorking--tableItem .workDays__mobile{display:inline}.clockWorking--tableItem .clockWorking__list{margin:0}.clockWorking--tableItem .clockWorking__item{margin-bottom:0}.clockWorking--tableItem .clockWorking__item::after{content:none}.tableItem__delivery{width:200px;text-align:center;padding:0;padding-top:13px}.tableItem__payment{width:140px;padding-left:6px;padding-top:3px;padding-right:10px}.tableItem__buttons{width:100px;padding:0}.tableItem__button{width:100%;padding:15px}.tableItem__paymentCard{display:block}.tableItem__paymentCash{display:block}}.saleConfirm{margin-bottom:40px}.saleConfirm__container{max-width:1200px;margin:0 auto}.saleConfirm__item{padding-left:10px;padding-right:10px;padding-top:8px}.saleConfirm__title{display:block;color:#2c2c2c;line-height:28px;font-size:20px;letter-spacing:.4px;text-transform:uppercase;font-weight:bold;margin-bottom:17px}.saleConfirm__titleLink{color:#00983c}.saleConfirm__text{font-size:14px;letter-spacing:.3px;line-height:24px;display:block;margin-bottom:13px}.saleConfirm__phoneLink{font-size:20px;font-weight:bold;color:#2c2c2c;position:relative;top:-8px;letter-spacing:.4px}.saleConfirm__buttons{margin-top:30px;margin-bottom:30px}.saleConfirm__button{display:block;text-align:center;letter-spacing:.2px;border:none;padding-top:16px;padding-bottom:17px}.saleConfirm__button:hover{color:#fff}@media screen and (min-width: 768px){.saleConfirm{margin-bottom:131px}.saleConfirm__container{position:relative}.saleConfirm__container::after{content:"";position:absolute;background-image:url(/local/templates/common/build/css/../../images/packing.jpg);background-repeat:no-repeat;background-position:50%;right:0;background-size:100%;top:-82px;width:352px;height:405px}.saleConfirm__item{padding-left:19px;padding-right:20px;padding-top:18px;max-width:440px}.saleConfirm__title{margin-bottom:14px}.saleConfirm__title br{display:none}.saleConfirm__text{line-height:21px}.saleConfirm__buttons{margin-top:41px}.saleConfirm__button{width:280px}}@media screen and (min-width: 1280px){.saleConfirm__container{min-height:383px}.saleConfirm__container::after{right:60px;background-size:contain;top:-82px;width:600px;height:580px;z-index:-1}.saleConfirm__item{padding-left:10px;padding-right:10px;padding-top:6px;max-width:580px}.saleConfirm__title{margin-bottom:8px}.saleConfirm__text{margin-bottom:20px}.saleConfirm__phoneLink{top:-15px}.saleConfirm__buttons{margin-top:18px}}.contacts{padding-bottom:80px}@media screen and (min-width: 1280px){.contacts{margin:0 auto;max-width:1200px;padding-bottom:100px}}.contacts *{font-family:Noto Sans}.contacts__container{padding:0 10px;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:start;-ms-flex-pack:start;justify-content:flex-start}@media screen and (min-width: 768px){.contacts__container{padding:0 20px}}@media screen and (min-width: 1280px){.contacts__container{padding:0 10px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.contacts__column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:50px}@media screen and (min-width: 768px){.contacts__column{margin-bottom:60px}}@media screen and (min-width: 1280px){.contacts__column{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;max-width:589px}.contacts__column:first-of-type{margin-right:68px}}.contacts__column_title{font-size:20px;line-height:23px;letter-spacing:normal;margin-bottom:16px;font-weight:700;letter-spacing:-0.05em}.contacts__column_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;font-size:14px;font-weight:500}@media screen and (min-width: 768px){.contacts__column_item{font-size:16px;line-height:25.6px}}.contacts__column_item.bordered{border:1px solid #a3a7b5;border-radius:4px;margin-bottom:8px;padding:18px 16px}.contacts__column_item.bordered:first-of-type{margin-top:8px}.contacts__column_item.bordered.time{border:0}.contacts__column_item_detail span{font-weight:700}.contacts__column_item_detail span.mail{color:#00983c;font-weight:700}.contacts__column_item_detail a{display:inline-block;margin-top:15px}.contacts__column_item_detail.requisites{margin:20px 0}@media screen and (min-width: 768px){.contacts__column_item_detail .br{display:none}}.contacts__column_tooltip{background:rgba(84,226,149,.15);padding:18px 16px;font-size:14px;font-weight:500;line-height:20px;border-radius:4px;border:1px solid #54e295;margin-bottom:16px}@media screen and (min-width: 768px){.contacts__column_tooltip{padding:25px}}@media screen and (min-width: 1280px){.contacts__column_bottom_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.contacts__column_bottom_wrapper-inside{width:48%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-right:68px}.contacts__column_bottom_wrapper-inside .contacts__column_item{width:100%}.contacts__column_bottom_wrapper .time{padding:0}}

/*# sourceMappingURL=template_style.css.map*/
/* End */
/* /local/templates/common/css/loader.css?1648550862503 */
/* /local/templates/common/build/css/template_style.css?1751017196239602 */
