﻿/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;z-index:100}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes bounce{0%, 20%, 50%, 80%, 100%{transform:translateY(0)}40%{transform:translateY(-1.875rem)}60%{transform:translateY(-0.9375rem)}}@keyframes bounce{0%, 20%, 50%, 80%, 100%{transform:translateY(0)}40%{transform:translateY(-1.875rem)}60%{transform:translateY(-0.9375rem)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce}@-webkit-keyframes flash{0%, 50%, 100%{opacity:1}25%, 75%{opacity:0}}@keyframes flash{0%, 50%, 100%{opacity:1}25%, 75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}100%{transform:scale(1)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}100%{transform:scale(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{transform:scale(1)}30%{transform:scaleX(1.25) scaleY(0.75)}40%{transform:scaleX(0.75) scaleY(1.25)}60%{transform:scaleX(1.15) scaleY(0.85)}100%{transform:scale(1)}}@keyframes rubberBand{0%{transform:scale(1)}30%{transform:scaleX(1.25) scaleY(0.75)}40%{transform:scaleX(0.75) scaleY(1.25)}60%{transform:scaleX(1.15) scaleY(0.85)}100%{transform:scale(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%, 100%{transform:translateX(0)}10%, 30%, 50%, 70%, 90%{transform:translateX(-0.625rem)}20%, 40%, 60%, 80%{transform:translateX(0.625rem)}}@keyframes shake{0%, 100%{transform:translateX(0)}10%, 30%, 50%, 70%, 90%{transform:translateX(-0.625rem)}20%, 40%, 60%, 80%{transform:translateX(0.625rem)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}100%{transform:rotate(0deg)}}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}100%{transform:rotate(0deg)}}.swing{transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{transform:scale(1)}10%, 20%{transform:scale(0.9) rotate(-3deg)}30%, 50%, 70%, 90%{transform:scale(1.1) rotate(3deg)}40%, 60%, 80%{transform:scale(1.1) rotate(-3deg)}100%{transform:scale(1) rotate(0)}}@keyframes tada{0%{transform:scale(1)}10%, 20%{transform:scale(0.9) rotate(-3deg)}30%, 50%, 70%, 90%{transform:scale(1.1) rotate(3deg)}40%, 60%, 80%{transform:scale(1.1) rotate(-3deg)}100%{transform:scale(1) rotate(0)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{transform:translateX(0%)}15%{transform:translateX(-25%) rotate(-5deg)}30%{transform:translateX(20%) rotate(3deg)}45%{transform:translateX(-15%) rotate(-3deg)}60%{transform:translateX(10%) rotate(2deg)}75%{transform:translateX(-5%) rotate(-1deg)}100%{transform:translateX(0%)}}@keyframes wobble{0%{transform:translateX(0%)}15%{transform:translateX(-25%) rotate(-5deg)}30%{transform:translateX(20%) rotate(3deg)}45%{transform:translateX(-15%) rotate(-3deg)}60%{transform:translateX(10%) rotate(2deg)}75%{transform:translateX(-5%) rotate(-1deg)}100%{transform:translateX(0%)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%{opacity:0;transform:scale(0.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(0.9)}100%{opacity:1;transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;transform:scale(0.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(0.9)}100%{opacity:1;transform:scale(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%{opacity:0;transform:translateY(-125rem)}60%{opacity:1;transform:translateY(1.875rem)}80%{transform:translateY(-0.625rem)}100%{transform:translateY(0)}}@keyframes bounceInDown{0%{opacity:0;transform:translateY(-125rem)}60%{opacity:1;transform:translateY(1.875rem)}80%{transform:translateY(-0.625rem)}100%{transform:translateY(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%{opacity:0;transform:translateX(-125rem)}60%{opacity:1;transform:translateX(1.875rem)}80%{transform:translateX(-0.625rem)}100%{transform:translateX(0)}}@keyframes bounceInLeft{0%{opacity:0;transform:translateX(-125rem)}60%{opacity:1;transform:translateX(1.875rem)}80%{transform:translateX(-0.625rem)}100%{transform:translateX(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%{opacity:0;transform:translateX(125rem)}60%{opacity:1;transform:translateX(-1.875rem)}80%{transform:translateX(0.625rem)}100%{transform:translateX(0)}}@keyframes bounceInRight{0%{opacity:0;transform:translateX(125rem)}60%{opacity:1;transform:translateX(-1.875rem)}80%{transform:translateX(0.625rem)}100%{transform:translateX(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%{opacity:0;transform:translateY(125rem)}60%{opacity:1;transform:translateY(-1.875rem)}80%{transform:translateY(0.625rem)}100%{transform:translateY(0)}}@keyframes bounceInUp{0%{opacity:0;transform:translateY(125rem)}60%{opacity:1;transform:translateY(-1.875rem)}80%{transform:translateY(0.625rem)}100%{transform:translateY(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{0%{transform:scale(1)}25%{transform:scale(0.95)}50%{opacity:1;transform:scale(1.1)}100%{opacity:0;transform:scale(0.3)}}@keyframes bounceOut{0%{transform:scale(1)}25%{transform:scale(0.95)}50%{opacity:1;transform:scale(1.1)}100%{opacity:0;transform:scale(0.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(-1.25rem)}100%{opacity:0;transform:translateY(125rem)}}@keyframes bounceOutDown{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(-1.25rem)}100%{opacity:0;transform:translateY(125rem)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(1.25rem)}100%{opacity:0;transform:translateX(-125rem)}}@keyframes bounceOutLeft{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(1.25rem)}100%{opacity:0;transform:translateX(-125rem)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(-1.25rem)}100%{opacity:0;transform:translateX(125rem)}}@keyframes bounceOutRight{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(-1.25rem)}100%{opacity:0;transform:translateX(125rem)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(1.25rem)}100%{opacity:0;transform:translateY(-125rem)}}@keyframes bounceOutUp{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(1.25rem)}100%{opacity:0;transform:translateY(-125rem)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;transform:translateY(-1.25rem)}100%{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-1.25rem)}100%{opacity:1;transform:translateY(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-125rem)}100%{opacity:1;transform:translateY(0)}}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-125rem)}100%{opacity:1;transform:translateY(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;transform:translateX(-1.25rem)}100%{opacity:1;transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-1.25rem)}100%{opacity:1;transform:translateX(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;transform:translateX(-125rem)}100%{opacity:1;transform:translateX(0)}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translateX(-125rem)}100%{opacity:1;transform:translateX(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;transform:translateX(1.25rem)}100%{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(2.5rem)}100%{opacity:1;transform:translateX(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;transform:translateX(125rem)}100%{opacity:1;transform:translateX(0)}}@keyframes fadeInRightBig{0%{opacity:0;transform:translateX(125rem)}100%{opacity:1;transform:translateX(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translateY(1.25rem)}100%{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(1.25rem)}100%{opacity:1;transform:translateY(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;transform:translateY(125rem)}100%{opacity:1;transform:translateY(0)}}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(125rem)}100%{opacity:1;transform:translateY(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(1.25rem)}}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(1.25rem)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(125rem)}}@keyframes fadeOutDownBig{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(125rem)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(-1.25rem)}}@keyframes fadeOutLeft{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(-1.25rem)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(-125rem)}}@keyframes fadeOutLeftBig{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(-125rem)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(1.25rem)}}@keyframes fadeOutRight{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(1.25rem)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(125rem)}}@keyframes fadeOutRightBig{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(125rem)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(-1.25rem)}}@keyframes fadeOutUp{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(-1.25rem)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(-125rem)}}@keyframes fadeOutUpBig{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(-125rem)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{transform:perspective(25rem) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(25rem) translateZ(9.375rem) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(25rem) translateZ(9.375rem) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(25rem) translateZ(0) rotateY(360deg) scale(0.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{transform:perspective(25rem) translateZ(0) rotateY(360deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{transform:perspective(25rem) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(25rem) translateZ(9.375rem) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(25rem) translateZ(9.375rem) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(25rem) translateZ(0) rotateY(360deg) scale(0.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{transform:perspective(25rem) translateZ(0) rotateY(360deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{transform:perspective(25rem) rotateX(90deg);opacity:0}40%{transform:perspective(25rem) rotateX(-10deg)}70%{transform:perspective(25rem) rotateX(10deg)}100%{transform:perspective(25rem) rotateX(0deg);opacity:1}}@keyframes flipInX{0%{transform:perspective(25rem) rotateX(90deg);opacity:0}40%{transform:perspective(25rem) rotateX(-10deg)}70%{transform:perspective(25rem) rotateX(10deg)}100%{transform:perspective(25rem) rotateX(0deg);opacity:1}}.flipInX{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{transform:perspective(25rem) rotateY(90deg);opacity:0}40%{transform:perspective(25rem) rotateY(-10deg)}70%{transform:perspective(25rem) rotateY(10deg)}100%{transform:perspective(25rem) rotateY(0deg);opacity:1}}@keyframes flipInY{0%{transform:perspective(25rem) rotateY(90deg);opacity:0}40%{transform:perspective(25rem) rotateY(-10deg)}70%{transform:perspective(25rem) rotateY(10deg)}100%{transform:perspective(25rem) rotateY(0deg);opacity:1}}.flipInY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{transform:perspective(25rem) rotateX(0deg);opacity:1}100%{transform:perspective(25rem) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{transform:perspective(25rem) rotateX(0deg);opacity:1}100%{transform:perspective(25rem) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible !important;backface-visibility:visible !important}@-webkit-keyframes flipOutY{0%{transform:perspective(25rem) rotateY(0deg);opacity:1}100%{transform:perspective(25rem) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{transform:perspective(25rem) rotateY(0deg);opacity:1}100%{transform:perspective(25rem) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{transform:translateX(100%) skewX(-30deg);opacity:0}60%{transform:translateX(-20%) skewX(30deg);opacity:1}80%{transform:translateX(0%) skewX(-15deg);opacity:1}100%{transform:translateX(0%) skewX(0deg);opacity:1}}@keyframes lightSpeedIn{0%{transform:translateX(100%) skewX(-30deg);opacity:0}60%{transform:translateX(-20%) skewX(30deg);opacity:1}80%{transform:translateX(0%) skewX(-15deg);opacity:1}100%{transform:translateX(0%) skewX(0deg);opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{transform:translateX(0%) skewX(0deg);opacity:1}100%{transform:translateX(100%) skewX(-30deg);opacity:0}}@keyframes lightSpeedOut{0%{transform:translateX(0%) skewX(0deg);opacity:1}100%{transform:translateX(100%) skewX(-30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform-origin:center center;transform:rotate(-200deg);opacity:0}100%{transform-origin:center center;transform:rotate(0);opacity:1}}@keyframes rotateIn{0%{transform-origin:center center;transform:rotate(-200deg);opacity:0}100%{transform-origin:center center;transform:rotate(0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}100%{transform-origin:left bottom;transform:rotate(0);opacity:1}}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}100%{transform-origin:left bottom;transform:rotate(0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(90deg);opacity:0}100%{transform-origin:right bottom;transform:rotate(0);opacity:1}}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(90deg);opacity:0}100%{transform-origin:right bottom;transform:rotate(0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(90deg);opacity:0}100%{transform-origin:left bottom;transform:rotate(0);opacity:1}}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(90deg);opacity:0}100%{transform-origin:left bottom;transform:rotate(0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}100%{transform-origin:right bottom;transform:rotate(0);opacity:1}}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}100%{transform-origin:right bottom;transform:rotate(0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{transform-origin:center center;transform:rotate(0);opacity:1}100%{transform-origin:center center;transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{transform-origin:center center;transform:rotate(0);opacity:1}100%{transform-origin:center center;transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}100%{transform-origin:left bottom;transform:rotate(90deg);opacity:0}}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}100%{transform-origin:left bottom;transform:rotate(90deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}100%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}100%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}100%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}100%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}100%{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}100%{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes slideInDown{0%{opacity:0;transform:translateY(-125rem)}100%{transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-125rem)}100%{transform:translateY(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{opacity:0;transform:translateX(-125rem)}100%{transform:translateX(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-125rem)}100%{transform:translateX(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{opacity:0;transform:translateX(125rem)}100%{transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(125rem)}100%{transform:translateX(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideOutLeft{0%{transform:translateX(0)}100%{opacity:0;transform:translateX(-125rem)}}@keyframes slideOutLeft{0%{transform:translateX(0)}100%{opacity:0;transform:translateX(-125rem)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{transform:translateX(0)}100%{opacity:0;transform:translateX(125rem)}}@keyframes slideOutRight{0%{transform:translateX(0)}100%{opacity:0;transform:translateX(125rem)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{transform:translateY(0)}100%{opacity:0;transform:translateY(-125rem)}}@keyframes slideOutUp{0%{transform:translateY(0)}100%{opacity:0;transform:translateY(-125rem)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@-webkit-keyframes slideOutDown{0%{transform:translateY(0)}100%{opacity:0;transform:translateY(125rem)}}@keyframes slideOutDown{0%{transform:translateY(0)}100%{opacity:0;transform:translateY(125rem)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes hinge{0%{transform:rotate(0);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%, 60%{transform:rotate(80deg);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%{transform:rotate(60deg);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}80%{transform:rotate(60deg) translateY(0);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{transform:translateY(43.75rem);opacity:0}}@keyframes hinge{0%{transform:rotate(0);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%, 60%{transform:rotate(80deg);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%{transform:rotate(60deg);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}80%{transform:rotate(60deg) translateY(0);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{transform:translateY(43.75rem);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;transform:translateX(0) rotate(0deg)}}@keyframes rollIn{0%{opacity:0;transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;transform:translateX(0) rotate(0deg)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1;transform:translateX(0) rotate(0deg)}100%{opacity:0;transform:translateX(100%) rotate(120deg)}}@keyframes rollOut{0%{opacity:1;transform:translateX(0) rotate(0deg)}100%{opacity:0;transform:translateX(100%) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#fff}.toast-message a:hover{color:#ccc;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:1.25rem;font-weight:700;color:#fff;-webkit-text-shadow:0 0.0625rem 0 #fff;text-shadow:0 0.0625rem 0 #fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}button.toast-close-button{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:0.75rem;left:0.75rem}.toast-top-right{top:0.75rem;right:0.75rem}.toast-bottom-right{right:0.75rem;bottom:0.75rem}.toast-bottom-left{bottom:0.75rem;left:0.75rem}#toast-container{position:fixed;z-index:999999;pointer-events:none}#toast-container *{box-sizing:border-box}#toast-container>div{position:relative;pointer-events:auto;overflow:hidden;margin:0 0 0.375rem;padding:0.9375rem 0.9375rem 0.9375rem 3.125rem;width:18.75rem;border-radius:0.1875rem;background-position:0.9375rem center;background-repeat:no-repeat;box-shadow:0 0 0.75rem #999;color:#fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}#toast-container>:hover{box-shadow:0 0 0.75rem #000;opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important}#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:18.75rem;margin-left:auto;margin-right:auto}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin-left:auto;margin-right:auto}.toast{background-color:#030303}.toast-success{background-color:#51a351}.toast-error{background-color:#bd362f}.toast-info{background-color:#2f96b4}.toast-warning{background-color:#f89406}.toast-progress{position:absolute;left:0;bottom:0;height:0.25rem;background-color:#000;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}@media all and (max-width: 240px){#toast-container>div{padding:0.5rem 0.5rem 0.5rem 3.125rem;width:11em}#toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width: 241px) and (max-width: 480px){#toast-container>div{padding:0.5rem 0.5rem 0.5rem 3.125rem;width:18em}#toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width: 481px) and (max-width: 768px){#toast-container>div{padding:0.9375rem 0.9375rem 0.9375rem 3.125rem;width:25em}}.qtip{position:absolute;left:-1750rem;top:-1750rem;display:none;max-width:17.5rem;min-width:3.125rem;font-size:0.65625rem;line-height:0.75rem;direction:ltr;box-shadow:none;padding:0}.qtip-content{position:relative;padding:0.3125rem 0.5625rem;overflow:hidden;text-align:left;word-wrap:break-word}.qtip-titlebar{position:relative;padding:0.3125rem 2.1875rem 0.3125rem 0.625rem;overflow:hidden;border-width:0 0 0.0625rem;font-weight:bold}.qtip-titlebar+.qtip-content{border-top-width:0 !important}.qtip-close{position:absolute;right:-0.5625rem;top:-0.5625rem;z-index:11;cursor:pointer;outline:medium none;border:0.0625rem solid transparent}.qtip-titlebar .qtip-close{right:0.25rem;top:50%;margin-top:-0.5625rem}* html .qtip-titlebar .qtip-close{top:1rem}.qtip-titlebar .ui-icon,.qtip-icon .ui-icon{display:block;text-indent:-1000em;direction:ltr}.qtip-icon,.qtip-icon .ui-icon{border-radius:0.1875rem;text-decoration:none}.qtip-icon .ui-icon{width:1.125rem;height:0.875rem;line-height:0.875rem;text-align:center;text-indent:0;font:normal bold 0.625rem/0.8125rem Tahoma,sans-serif;color:inherit;background:transparent none no-repeat -100em -100em}.qtip-default{border:0.0625rem solid #F1D031;background-color:#FFFFA3;color:#555}.qtip-default .qtip-titlebar{background-color:#FFEF93}.qtip-default .qtip-icon{border-color:#CCC;background:#F1F1F1;color:#777}.qtip-default .qtip-titlebar .qtip-close{border-color:#AAA;color:#111}.qtip-shadow{box-shadow:0.0625rem 0.0625rem 0.1875rem 0.0625rem rgba(0,0,0,0.15)}.qtip-rounded,.qtip-tipsy,.qtip-bootstrap{border-radius:0.3125rem}.qtip-rounded .qtip-titlebar{border-radius:0.25rem 0.25rem 0 0}.qtip-youtube{border-radius:0.125rem;box-shadow:0 0 0.1875rem #333;color:white;border:0 solid transparent;background:#4A4A4A;background-image:-o-linear-gradient(top, #4A4A4A 0, #000 100%)}.qtip-youtube .qtip-titlebar{background-color:#4A4A4A;background-color:transparent}.qtip-youtube .qtip-content{padding:.75em;font:0.75rem arial,sans-serif;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);"}.qtip-youtube .qtip-icon{border-color:#222}.qtip-youtube .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-jtools{background:#232323;background:rgba(0,0,0,0.7);background-image:-o-linear-gradient(top, #717171, #232323);border:0.125rem solid #ddd;border:0.125rem solid #f1f1f1;border-radius:0.125rem;box-shadow:0 0 0.75rem #333}.qtip-jtools .qtip-titlebar{background-color:transparent;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)"}.qtip-jtools .qtip-content{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)"}.qtip-jtools .qtip-titlebar,.qtip-jtools .qtip-content{background:transparent;color:white;border:0 dashed transparent}.qtip-jtools .qtip-icon{border-color:#555}.qtip-jtools .qtip-titlebar .ui-state-hover{border-color:#333}.qtip-cluetip{box-shadow:0.25rem 0.25rem 0.3125rem rgba(0,0,0,0.4);background-color:#D9D9C2;color:#111;border:0 dashed transparent}.qtip-cluetip .qtip-titlebar{background-color:#87876A;color:white;border:0 dashed transparent}.qtip-cluetip .qtip-icon{border-color:#808064}.qtip-cluetip .qtip-titlebar .ui-state-hover{border-color:#696952;color:#696952}.qtip-tipsy{background:black;background:rgba(0,0,0,0.87);color:white;border:0 solid transparent;font-size:0.6875rem;font-family:'Lucida Grande', sans-serif;font-weight:bold;line-height:1rem;text-shadow:0 0.0625rem black}.qtip-tipsy .qtip-titlebar{padding:0.375rem 2.1875rem 0 0.625rem;background-color:transparent}.qtip-tipsy .qtip-content{padding:0.375rem 0.625rem}.qtip-tipsy .qtip-icon{border-color:#222;text-shadow:none}.qtip-tipsy .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-tipped{border:0.1875rem solid #959FA9;border-radius:0.1875rem;background-color:#F9F9F9;color:#454545;font-weight:normal;font-family:serif}.qtip-tipped .qtip-titlebar{border-bottom-width:0;color:white;background:#3A79B8;background-image:-o-linear-gradient(top, #3A79B8, #2E629D);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)"}.qtip-tipped .qtip-icon{border:0.125rem solid #285589;background:#285589}.qtip-tipped .qtip-icon .ui-icon{background-color:#FBFBFB;color:#555}.qtip-bootstrap{font-size:0.875rem;line-height:1.25rem;color:#333333;padding:0.0625rem;background-color:#ffffff;border:0.0625rem solid #ccc;border:0.0625rem solid rgba(0,0,0,0.2);border-radius:0.375rem;box-shadow:0 0.3125rem 0.625rem rgba(0,0,0,0.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.qtip-bootstrap .qtip-titlebar{padding:0.5rem 0.875rem;margin:0;font-size:0.875rem;font-weight:normal;line-height:1.125rem;background-color:#f7f7f7;border-bottom:0.0625rem solid #ebebeb;border-radius:0.3125rem 0.3125rem 0 0}.qtip-bootstrap .qtip-titlebar .qtip-close{right:0.6875rem;top:45%;border-style:none}.qtip-bootstrap .qtip-content{padding:0.5625rem 0.875rem}.qtip-bootstrap .qtip-icon{background:transparent}.qtip-bootstrap .qtip-icon .ui-icon{width:auto;height:auto;float:right;font-size:1.25rem;font-weight:bold;line-height:1.125rem;color:#000000;text-shadow:0 0.0625rem 0 #ffffff;opacity:0.2;filter:alpha(opacity=20)}.qtip-bootstrap .qtip-icon .ui-icon:hover{color:#000000;text-decoration:none;cursor:pointer;opacity:0.4;filter:alpha(opacity=40)}.qtip:not(.ie9haxors) div.qtip-content,.qtip:not(.ie9haxors) div.qtip-titlebar{filter:none;-ms-filter:none}.qtip .qtip-tip{margin:0 auto;overflow:hidden;z-index:10}x:-o-prefocus,.qtip .qtip-tip{visibility:hidden}.qtip .qtip-tip,.qtip .qtip-tip .qtip-vml,.qtip .qtip-tip canvas{position:absolute;color:#123456;background:transparent;border:0 dashed transparent}.qtip .qtip-tip canvas{top:0;left:0}.qtip .qtip-tip .qtip-vml{behavior:url(#default#VML);display:inline-block;visibility:visible}img.emoji{height:1.5em;width:1.5em;margin:0 .05em 0 .1em;vertical-align:-0.1em}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{transform:translate3d(0, 0, 0)}.slick-track{position:relative;top:0;left:0;display:block}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:0.0625rem}[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:0.0625rem solid transparent}.slick-arrow.slick-hidden{display:none}html{font-size:100%;line-height:1.5em}html,[dynamic-compile]{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;*display:inline;*zoom:1;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden]{display:none}template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:0.0625rem dotted}b,strong{font-weight:bold}blockquote{margin:1.5em 2.5rem}dfn{font-style:italic}h1{font-size:2em;line-height:1.5em;margin-top:0.75em;margin-bottom:0.75em}h2{font-size:1.5em;line-height:2em;margin-top:1em;margin-bottom:1em}h3{font-size:1.17em;line-height:1.28205em;margin-top:1.28205em;margin-bottom:1.28205em}h4{font-size:1em;line-height:1.5em;margin-top:1.5em;margin-bottom:1.5em}h5{font-size:0.83em;line-height:1.80723em;margin-top:1.80723em;margin-bottom:1.80723em}h6{font-size:0.67em;line-height:2.23881em;margin-top:2.23881em;margin-bottom:2.23881em}mark{background:#ff0;color:#000}p,pre{margin:1.5em 0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1.5em 0}dd{margin:0 0 0 2.5rem}menu,ol,ul{padding:0 0 0 2.5rem}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:1.5em 2.5rem}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}form{margin:0}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0;*font-family:sans-serif;*vertical-align:middle}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:0.8125rem;*width:0.8125rem}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{margin:0 0.125rem;border-color:#c0c0c0;border-top-width:0.0625em;border-top-style:solid;padding-top:0.4625em;border-bottom-width:0.0625em;border-bottom-style:solid;padding-bottom:0.9125em;border-left-width:0.0625em;border-left-style:solid;padding-left:0.875em;border-right-width:0.0625em;border-right-style:solid;padding-right:0.875em}legend{border:0;padding:0;*margin-left:-0.4375rem}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}.auth-page{height:39.375rem;margin-bottom:-2.1875rem;background:center no-repeat;background-image:url(https://e0.edimdoma.ru/assets/auth/auth-bg-e7d38b992f938a8714f91b0a05d84ccb8484b91563a61df33e411ee44675bb99.jpg);background-size:80rem auto;background-size:cover;position:relative}.auth-content{width:18.75rem;margin:0 auto;padding-top:4.5625rem}.auth-content__title{color:white;font-family:"Open Sans";font-size:1.875rem;font-weight:700;line-height:2.125rem;text-transform:uppercase;margin-bottom:2.5rem;text-align:center}.auth-content__instruction{color:white;font-size:0.8125rem;font-weight:400;line-height:1.25rem;text-align:center;margin-bottom:1.5625rem}.auth-form{display:block;text-align:center}.auth-form__social{margin:0 0 0.9375rem -1.25rem}.auth-form__social:after{content:"";display:block;clear:both}.auth-form__social-icon{width:3.75rem;height:2.5rem;border-radius:1.25rem;position:relative;float:left;margin-left:1.25rem;cursor:pointer}.auth-form__social-icon .icon{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}.auth-form__social-icon_fb{background-color:#3B5998;background-position:center;background-repeat:no-repeat}.auth-form__social-icon_fb .icon{background-image:url(https://e2.edimdoma.ru/assets/popups/fb-2912e5aea6e9ba9e47e8ffb99e634b5b03472d4328ed32948f439678f550c6aa.png);background-size:0.625rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.auth-form__social-icon_fb .icon{background-image:url(https://e1.edimdoma.ru/assets/popups/fb@2x-298700ca0e885ebf019bacf635ba1dfb90b7aafb1265afbe6254141a7a0cb91e.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.auth-form__social-icon_fb .icon{background-image:url(https://e1.edimdoma.ru/assets/popups/fb@3x-8326e4bf1020bc7912d30deda537f339d7df49daf5e0b46f01e82f619a47af29.png)}}.auth-form__social-icon_fb .icon{width:0.625rem;height:1.25rem;background-size:contain;background-repeat:no-repeat}.auth-form__social-icon_vk{background-color:#4c75a3;background-position:center;background-repeat:no-repeat}.auth-form__social-icon_vk .icon{background-image:url(https://e2.edimdoma.ru/assets/popups/vk-fcec9fc644ed953d09f2c03d92d689a6f4c2f1c8e8e985ebae62401d55f70a3b.png);background-size:1.5rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.auth-form__social-icon_vk .icon{background-image:url(https://e0.edimdoma.ru/assets/popups/vk@2x-8895cdc845bcf855ec7d9352b1cbc1eabf57107ce9a0b67ce1bbf7da70b5dc07.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.auth-form__social-icon_vk .icon{background-image:url(https://e1.edimdoma.ru/assets/popups/vk@3x-bb3597cc0fffc8ecea49a01ddb7b51236d044cf3f0ae12af3bc7cd8b12ef1767.png)}}.auth-form__social-icon_vk .icon{width:1.5rem;height:0.875rem;background-size:contain;background-repeat:no-repeat}.auth-form__social-icon_tw{background-color:#54a9f0;background-position:center;background-repeat:no-repeat}.auth-form__social-icon_tw .icon{background-image:url(https://e1.edimdoma.ru/assets/popups/tw-50b86246e660461c4a7a7b5f7d3b3955b74d0946d865113d8b520f40420ff426.png);background-size:1.3125rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.auth-form__social-icon_tw .icon{background-image:url(https://e1.edimdoma.ru/assets/popups/tw@2x-8908c859c17fd3b28b819d4fe6e41fbe29f0ed6b87f2cc3c985058e18f98bdb3.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.auth-form__social-icon_tw .icon{background-image:url(https://e3.edimdoma.ru/assets/popups/tw@3x-42f6738f736faea74f26f44905f691e99b3d7b78851a005280670c6646087ef1.png)}}.auth-form__social-icon_tw .icon{width:1.3125rem;height:1.125rem;background-size:contain;background-repeat:no-repeat}.auth-form__social-icon_od{background-color:#ff9933;background-position:center;background-repeat:no-repeat}.auth-form__social-icon_od .icon{background-image:url(https://e1.edimdoma.ru/assets/popups/od-dda78f366b06638665589269fd8dafd9f3319d24021c107fa39fe8b922aa98cc.png);background-size:0.875rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.auth-form__social-icon_od .icon{background-image:url(https://e3.edimdoma.ru/assets/popups/od@2x-9f29f62be53aad4e79517724890f52fe9a40f80af2ba5b3abd40e50c95259705.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.auth-form__social-icon_od .icon{background-image:url(https://e0.edimdoma.ru/assets/popups/od@3x-615117e0eac736e05d01d58775641b819c248807fe3498a3eda7d87fa844674f.png)}}.auth-form__social-icon_od .icon{width:0.875rem;height:1.375rem;background-size:contain;background-repeat:no-repeat}.auth-form__social-icon:hover{background-color:#53cc62}.auth-form__hr{border:none;height:0.0625rem;background:#DCD6C9;margin-bottom:0.625rem}.auth-form__separator{color:#DCD6C9;font-size:0.875rem;font-weight:400;text-align:center;clear:both;position:relative;margin-bottom:1.5625rem;line-height:normal}.auth-form__separator:before{content:"";width:8.4375rem;height:0.0625rem;background:#DCD6C9;position:absolute;top:50%;left:0;margin-top:-0.03125rem;opacity:0.2}.auth-form__separator:after{content:"";width:8.4375rem;height:0.0625rem;background:#DCD6C9;position:absolute;top:50%;right:0;margin-top:-0.03125rem;opacity:0.2}.auth-form .field{margin-bottom:0.625rem}.auth-form .field+.field{margin-left:0}.auth-form .button{margin:1.5625rem 0 0.9375rem 0;display:block;width:100%}.auth-form__popup-footer:after{content:"";display:block;clear:both}.auth-form__bottom-link{color:#B3B3B3;font-size:0.75rem;font-weight:400;text-decoration:underline;display:inline-block;cursor:pointer}.auth-form__bottom-link:hover{text-decoration:none}.auth-footer{height:4.0625rem;position:absolute;bottom:0;left:0;right:0;border-top:0.0625rem solid #616463;text-align:center}.auth-footer__text{opacity:0.6;color:white;font-family:"Open Sans";font-size:0.75rem;font-weight:400;line-height:4.0625rem}.auth-footer__text_registr{line-height:normal;padding-top:0.9375rem}.auth-footer__text a{color:white;text-decoration:underline}.auth-footer__text a:hover{text-decoration:none}@font-face{font-family:"Open Sans";src:url(https://e2.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-regular-8862149d020b1ac647095eb32adc144e0c8de72c64813b46c114d0203b8f8efe.eot);src:url(https://e2.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-regular-8862149d020b1ac647095eb32adc144e0c8de72c64813b46c114d0203b8f8efe.eot?#iefix) format("embedded-opentype"),url(https://e1.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-regular-f8ec7711567669ddcd7e7b165a1600d0e7a4b91eb18ac53d2428076fa9b2de0c.woff2) format("woff2"),url(https://e2.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-regular-cc303448d0729f08e4433385327b66a6544bb3c5b7b913cded6d2b5ca3c6396a.woff) format("woff"),url(https://e1.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-regular-a17818dfc67b1eb130d318b28bc5e15417013117ba07cc59052ba9c05f3111fa.ttf) format("truetype"),url(https://e0.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-regular-f8396d832e2b270319c4e17df620c06f77293f5c4e7ffdce337c9b90fa75d133.svg#OpenSans) format("svg");font-weight:400;font-style:normal}@font-face{font-family:"Open Sans";src:url(https://e0.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-italic-653e3f32ec2bdbffd19c767bb90337fcfaa5731b1b82796ef5975c645c3c329e.eot);src:url(https://e0.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-italic-653e3f32ec2bdbffd19c767bb90337fcfaa5731b1b82796ef5975c645c3c329e.eot?#iefix) format("embedded-opentype"),url(https://e0.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-italic-85a7d3dea11f2931638eb88c64b6ebf468be832f8485c59189eb28f1a9fcd2e8.woff2) format("woff2"),url(https://e0.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-italic-ed735d04e65c366854f45f6df713d0d7d4a97beace1e5493d4051db9675d556c.woff) format("woff"),url(https://e3.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-italic-fa7feee0b0ed6b10661784eefafb35e70a7a70b38a28624c90841a708c7956f6.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:"Open Sans";src:url(https://e0.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-600-f5aadb01512a587d885306a2301685bc13139ae49a5ee953ca31fff957f9a4d0.eot);src:url(https://e0.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-600-f5aadb01512a587d885306a2301685bc13139ae49a5ee953ca31fff957f9a4d0.eot?#iefix) format("embedded-opentype"),url(https://e0.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-600-01897222cb646d05ba2e985322e32cd3ffaad6e80c155e9beb300c62ea732706.woff2) format("woff2"),url(https://e2.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-600-b02c271e114d4ea54346130d4321917890f1872053e742cb6b6fa762e8823736.woff) format("woff"),url(https://e1.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-600-f2d082e28c2756f6e65602396a033ba0a66a5a4e3699da649d1186bd45786aca.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:"Open Sans";src:url(https://e3.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-600italic-746a1e876092ae057684e1ed401632fa351a377da912a0fdffa70d8ed6e9ae95.eot);src:url(https://e3.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-600italic-746a1e876092ae057684e1ed401632fa351a377da912a0fdffa70d8ed6e9ae95.eot?#iefix) format("embedded-opentype"),url(https://e1.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-600italic-e235d6bf35d264c1826d136cf8919659a1aa8930f6c1e092860dca0015962f21.woff2) format("woff2"),url(https://e2.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-600italic-b64cefb9307bd250ee170eb4507535de2be19a2e7f0233eb442f0a83fc17ba51.woff) format("woff"),url(https://e3.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-600italic-b7777223bc7b02e6cae4bcfcd34b19f7d43bbb20cd9c45f4b61f05890084208e.ttf) format("truetype");font-weight:600;font-style:italic}@font-face{font-family:"Open Sans";src:url(https://e2.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-700-88a21eca4799f412f61530f492b757d9c6897513e9dc91956dd09d5c30592481.eot);src:url(https://e2.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-700-88a21eca4799f412f61530f492b757d9c6897513e9dc91956dd09d5c30592481.eot?#iefix) format("embedded-opentype"),url(https://e1.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-700-9d373f4f7169836c6b3b1f639b677f77ea9079cea3338a7a82f12ecb04bebf3d.woff2) format("woff2"),url(https://e3.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-700-62891ba044bc9ba76c2f2575b8b9abf39e27add95a1c343e52f3b997e1ae73c3.woff) format("woff"),url(https://e3.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-700-15a45c4703199b41bb0530f7fb9e2cc85d20877fa25f370936372e4e42c6daac.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"Open Sans";src:url(https://e2.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-700italic-a74a8ee6f3eef2eb4545ca267ddacc4675a72584eac3238ac4e1ec4b87e58c61.eot);src:url(https://e2.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-700italic-a74a8ee6f3eef2eb4545ca267ddacc4675a72584eac3238ac4e1ec4b87e58c61.eot?#iefix) format("embedded-opentype"),url(https://e3.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-700italic-2ce88a5f8665c1bc0c24ae4cc47849d89d5bb3e90e78b08af79f6b19e5f180ce.woff2) format("woff2"),url(https://e2.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-700italic-64143096f8c480337d4dbac262ce8c13279a16cbd65fedf936e2d02fb237d056.woff) format("woff"),url(https://e1.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-700italic-a5dc6841a343ee1f926a7b8ba121e6eedfce5749b2e32c66305409dbc3c4a6f6.ttf) format("truetype");font-weight:700;font-style:italic}@font-face{font-family:"Noto Serif";src:url(https://e3.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-700italic-d664cdc4bdda4e4f6959f56dd88ac363cce5929ebf82039783682a96ad0069b8.eot);src:url(https://e3.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-700italic-d664cdc4bdda4e4f6959f56dd88ac363cce5929ebf82039783682a96ad0069b8.eot?#iefix) format("embedded-opentype"),url(https://e0.edimdoma.ru/assets/NotoSerif-BoldItalic-webfont-cb08bc8847ace726a4d561932aa3679fe39a60e206afa12925621c10c7079c54.woff2) format("woff2"),url(https://e1.edimdoma.ru/assets/NotoSerif-BoldItalic-webfont-f80a0149c50c011b6f336d65d1a15aff1c827167e5198837c39af786e68a794f.woff) format("woff"),url(https://e2.edimdoma.ru/assets/NotoSerif-BoldItalic-webfont-e858f446bd787cb6a3f675c6cd49334cb6584709ff61e2824be91ec053d6b8fa.ttf) format("truetype");font-weight:700;font-style:italic}@font-face{font-family:"Noto Serif";src:url(https://e0.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-700-dcf83497b3860f4385abc0b4f8e249568e7342fb11127d1d9d4181a8f7eac871.eot);src:url(https://e0.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-700-dcf83497b3860f4385abc0b4f8e249568e7342fb11127d1d9d4181a8f7eac871.eot?#iefix) format("embedded-opentype"),url(https://e1.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-700-874af5db9f81d004a30ad25f6e061fd49baa925435141e0a734fb54edbbecd62.woff2) format("woff2"),url(https://e1.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-700-05e219c05ae6b5c661966dcf0725f41e6b620af369985b98f55368e5208a1386.woff) format("woff"),url(https://e2.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-700-5aea46bf662c8e38ff864b087a9e91a227f4f9e51a5eefd7bdfcf467b3e87363.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"Noto Serif";src:url(https://e2.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-regular-4bcf7f23d1eb12afe494ea486253b58cf99d51869c5cf9cc2d161694544ef8bc.eot);src:url(https://e2.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-regular-4bcf7f23d1eb12afe494ea486253b58cf99d51869c5cf9cc2d161694544ef8bc.eot?#iefix) format("embedded-opentype"),url(https://e3.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-regular-2616faa74944f3b4013db0f4d2699f6c1cf523e8faf4d8cc922e99d0a2a6b8cf.woff2) format("woff2"),url(https://e3.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-regular-87cd2fce4650f598a52d391f3b4ed9b425fd4b91bb339805ab476108d26e8e4b.woff) format("woff"),url(https://e2.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-regular-ee77ca61300eae8ec5669617f616227db4096af5803e280624fefe554eda8ed6.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:"Noto Serif";src:url(https://e3.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-italic-f914010aa757cff0e35aa939cfd5160e74032e37b756b9fe54f3b19e499ddca7.eot);src:url(https://e3.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-italic-f914010aa757cff0e35aa939cfd5160e74032e37b756b9fe54f3b19e499ddca7.eot?#iefix) format("embedded-opentype"),url(https://e2.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-italic-8fd173069565f23117c4de603398ab208d8274cefed3a5bd46046f3bad0d64c3.woff2) format("woff2"),url(https://e0.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-italic-005010e8809a61e35435c225542eff749cb6fa358dd6985623b9654d66c704f6.woff) format("woff"),url(https://e0.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-italic-542f23b486036425f4c8a8111f58df9fb9cd9d670f38059f26fcc488ebcf6b72.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:"EdimDoma Icons";src:url(https://e3.edimdoma.ru/assets/EdimDoma-Icons-23a7021a587739ce89ff0b869e0c5f8a9df2732221ae3fbd64be211a7bbc5577.eot);src:url(https://e3.edimdoma.ru/assets/EdimDoma-Icons-23a7021a587739ce89ff0b869e0c5f8a9df2732221ae3fbd64be211a7bbc5577.eot?#iefix) format("embedded-opentype"),url(https://e3.edimdoma.ru/assets/EdimDoma-Icons-e38fd0c1ed7b890bf9c13956c61607a643dffe2223d1197e0ec7cdef830e4dfc.woff) format("woff"),url(https://e0.edimdoma.ru/assets/EdimDoma-Icons-50bb879761b1297579bdfa88063de3919399a32a2b7096fabb4ef907276d1e99.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:"Roboto Medium";src:url("Roboto-Medium.eot");src:url("Roboto-Medium.eot?#iefix") format("embedded-opentype"),url(https://e1.edimdoma.ru/assets/Roboto-Medium-e3aa2710d491e00e12efac880a32633506131aa8cf337ade92ee723cfc9733aa.woff) format("woff"),url(https://e2.edimdoma.ru/assets/Roboto-Medium-80f74baa0957475cfff184d3bb104472c11c92a890683515dbda8dc83a31ad2f.ttf) format("truetype");font-weight:700;font-style:normal}.cap-page{background-color:#242424;min-height:51.6875rem}.cap-page .page-wrapper{min-height:100%;height:auto !important;height:100%;margin:0 auto -7.125rem;position:relative;background:center no-repeat;background-image:url(https://e0.edimdoma.ru/assets/cap/back-2e9604cc52d7f843f0f56b319b65ecd0131ba1369f90c0d0264b533179472d64.jpg);background-size:80rem auto;background-size:cover}.cap-page .page-push{height:7.125rem}.cap-footer{height:7.125rem;position:relative}.cap-footer__layout{padding:2.0625rem 0 2.0625rem;border-top:0.0625rem solid #3a3a3a;width:73.875rem;margin:0 auto}.cap-footer__layout:after{content:"";display:block;clear:both}.cap-footer .apps{float:left}.cap-footer .apps_right{float:right}.cap-footer .apps__text{display:inline-block;opacity:1;color:white;font-size:0.75rem;font-weight:400;line-height:2.5rem;vertical-align:top;margin-right:1.125rem}.cap-footer .apps__button{display:inline-block;width:9.8125rem;height:2.375rem;border:0.0625rem solid #3a3a3a;border-radius:1.25rem;position:relative}.cap-footer .apps__button+.apps__button{margin-left:0.625rem}.cap-footer .apps__button:hover{border-color:#535353}.cap-footer .apps__button .icon{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}.cap-footer .apps__button_appstore{background-position:center;background-repeat:no-repeat}.cap-footer .apps__button_appstore .icon{background-image:url(https://e0.edimdoma.ru/assets/layout/footer/appstore-39ac7d1b07818121081ae5d8ed93df961cc86800bd9e761ed415b769c1ada866.png);background-size:7.4375rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.cap-footer .apps__button_appstore .icon{background-image:url(https://e3.edimdoma.ru/assets/layout/footer/appstore@2x-93c0990d2f05870ad8d6e4e729e29ab320445eb205af642061930abd495f7f9e.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.cap-footer .apps__button_appstore .icon{background-image:url(https://e3.edimdoma.ru/assets/layout/footer/appstore@3x-431c60cfe09bf260025f238532cecc3e3a3ffbe23c494a9b5073fd72d768cfda.png)}}.cap-footer .apps__button_appstore .icon{width:7.4375rem;height:2.1875rem;background-size:contain;background-repeat:no-repeat}.cap-footer .apps__button_google{background-position:center;background-repeat:no-repeat}.cap-footer .apps__button_google .icon{background-image:url(https://e1.edimdoma.ru/assets/layout/footer/google-play-4bdd28e721220cd68da67001e19b7a12cc80b363bafe5403ed7c304ef82e505b.png);background-size:7.4375rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.cap-footer .apps__button_google .icon{background-image:url(https://e3.edimdoma.ru/assets/layout/footer/google-play@2x-86d1caf21e1d39471d3be8991640e48864e156e2477368b0756bb8610d14ef58.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.cap-footer .apps__button_google .icon{background-image:url(https://e0.edimdoma.ru/assets/layout/footer/google-play@3x-62377eb653e42a1d43d16738d76179133ab02ec7946c13983fc544fce16440f2.png)}}.cap-footer .apps__button_google .icon{width:7.4375rem;height:2.25rem;background-size:contain;background-repeat:no-repeat}.cap-footer .apps__button_windows{background-position:center;background-repeat:no-repeat}.cap-footer .apps__button_windows .icon{background-image:url(https://e0.edimdoma.ru/assets/layout/footer/windows-1aff35bacbeee91c4db3de3fbc83415fb8c0ca565bc95fac01a808ce0ec7b199.png);background-size:5.3125rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.cap-footer .apps__button_windows .icon{background-image:url(https://e1.edimdoma.ru/assets/layout/footer/windows@2x-484ec6632c161cbcdf35912c51dec3a0b2d0d39df044a58cf399fe617f803e28.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.cap-footer .apps__button_windows .icon{background-image:url(https://e2.edimdoma.ru/assets/layout/footer/windows@3x-1bd6430e1f00d54eead0b56e13717cc4910837da751badffd45a62ac62e03888.png)}}.cap-footer .apps__button_windows .icon{width:5.3125rem;height:1.1875rem;background-size:contain;background-repeat:no-repeat}.cap{position:absolute;top:0;left:0;right:0;bottom:6.875rem}.cap__layout{width:73.875rem;height:100%;margin:0 auto;position:relative}.cap .content{position:absolute;top:50%;left:0;right:0;margin-top:-18.875rem}.cap .content__plate{background-position:center;background-repeat:no-repeat;margin:0 auto}.cap .content__plate{background-image:url(https://e3.edimdoma.ru/assets/cap/plate-75d4136ea9f5ea176d47e1a274ab3a638e522f253ed222aedef51b11e89bae07.png);background-size:37.75rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.cap .content__plate{background-image:url(https://e3.edimdoma.ru/assets/cap/plate@2x-1b756ce93aa822b5c17f9a55ecbc0f8997278121a928663dea43c0c8c216ea1a.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.cap .content__plate{background-image:url(https://e2.edimdoma.ru/assets/cap/plate@3x-26c24d5ee812cdcd55786369d8a4d7b73d36ae533d409b48306cb2e3f2fa4174.png)}}.cap .content__plate{width:37.75rem;height:37.75rem;background-size:contain;background-repeat:no-repeat}.cap .content__column{position:absolute;left:0;bottom:0}.cap .content__column_right{right:0}.cap .footer-projects{margin:0;padding:0;float:none;width:auto}.cap .footer-projects__headline{text-transform:uppercase;margin-bottom:0.9375rem;opacity:1}.cap .footer-social{width:10rem;text-align:justify;font-size:0.00625rem;line-height:0}.cap .footer-social:after{content:"";display:inline-block;width:100%}.cap .footer-social__text{color:white;font-size:0.6875rem;font-weight:400;line-height:normal;text-transform:uppercase}.cap .footer-social__link{display:inline-block;float:none;margin:1.0625rem 0 0 0}.cap .footer-social__link_placeholder{border:none}.selection{position:absolute;top:0;left:0;right:0;bottom:0;border:0.125rem solid #ec1c24;border-radius:0.25rem;display:none}.selection__check{background-color:#fff;width:1.75rem;height:1.75rem;border-radius:50%;position:absolute;top:50%;left:50%;margin:-0.875rem 0 0 -0.875rem;text-align:center}.selection__check .fonticon{color:#ec1c24;font-size:0.5rem;line-height:1.75rem}.selection__overlay{position:absolute;top:0;left:0;width:100%;background-color:rgba(0,0,0,0.4)}.selection_duel-recipe .selection__overlay{height:12.375rem}.selection_duel-user{border-radius:50%}.selection_duel-user .selection__overlay{height:4.75rem;border-radius:50%}.discussed__container{margin:0;position:relative;box-sizing:border-box;overflow:hidden;border-radius:0 0 0.25rem 0.25rem}.discussed__item{padding:0.9375rem 0 1.25rem;border-bottom:0.0625rem solid #dddddd}.discussed__item:last-child{border-bottom:none}.discussed__item .title{margin-bottom:0.4375rem;line-height:1.125rem;display:block}.discussed__item .description-text{color:#666666;overflow:hidden;position:relative;line-height:1.125rem;max-height:3.375rem}.discussed__info{color:#999999;font-size:0.75rem;line-height:1.125rem;margin-top:0.625rem}.discussed__author{font-style:italic;color:grey}.discussed__author:hover{text-decoration:underline}.discussed__info-separator{margin:0 0.625rem}.discussed .content-box__content{padding-top:0;padding-bottom:0;position:relative;box-sizing:border-box;overflow:hidden;border-radius:0 0 0.25rem 0.25rem}.discussed .fonticon{display:inline-block}.discussed .fonticon_reload{font-size:1.3125rem;color:#ff441b;margin-top:-0.1875rem;cursor:pointer}.discussed .fonticon_time{font-size:1.125rem;vertical-align:middle;margin-right:0.625rem}.course-description .section-title{line-height:1.375rem;width:65%;margin-bottom:0.1875rem}.course-description .entry-stats_cource-stats{margin:3rem 0 0.9375rem}.post_embed_apester{height:28.125rem !important}.video-container{padding:1.25rem 3.125rem;background-color:#1a1a1a;margin:-1.25rem -3.125rem 1.25rem}@media only screen and (max-width: 1023px){html:not(.old) .video-container{padding:0;margin:0 -1.25rem 1.25rem -1.25rem}}@media only screen and (max-width: 599px){html:not(.old) .video-container{padding:0;margin:0 -1.25rem 1.25rem -1.25rem}}@media only screen and (max-width: 479px){html:not(.old) .video-container{padding:0;margin:0 -1.25rem 1.25rem -1.25rem}}.video-container .player{background-position:center;background-repeat:no-repeat}.video-container .player{background-image:url(https://e2.edimdoma.ru/assets/cooking-school/player-74856e009c37ce3d0ee780d75c5540a621049ff870465854b19c381b4478d358.png);background-size:55rem auto}.video-container .player{width:55rem;height:44rem;background-size:contain;background-repeat:no-repeat}.video-container .button_black+.button_black{margin-left:0.3125rem}.webinar-info{margin-bottom:1.25rem;display:block}.webinar-info:after{content:"";display:block;clear:both}.webinar-info .user-avatar{float:left;margin-right:0.625rem}.webinar-info__content{float:left}.webinar-info__user{font-size:0.875rem;color:#ff441b;font-weight:600}.webinar-info__title{font-size:1rem;color:#ffffff;font-weight:700}.lesson-status{position:relative;z-index:5;font-size:0.75rem;margin-top:0.4375rem;font-weight:400}.lesson-status .fonticon{font-size:1.25rem;margin-left:0.625rem;display:inline-block;vertical-align:middle}.lesson-status__text{display:inline-block;vertical-align:middle;margin-top:-0.125rem}.lesson-status_done{color:#38dc80}.lesson-status_playing{color:#ed392f}.lesson-status.lesson-status_done .fonticon{font-size:1.375rem}.post-gallery-container{margin:0 -0.625rem 0.625rem}.post-gallery-image{width:7.5rem;display:inline-block;height:7.5rem;margin:0 0.625rem 1.25rem;border-radius:0.1875rem;overflow:hidden;position:relative;vertical-align:top;cursor:pointer}.post-gallery-image__del{position:absolute;display:none;left:0;right:0;bottom:0;font-size:0.75rem;color:#fff;text-align:center;font-weight:600;padding-bottom:0.9375rem;z-index:23;background:rgba(0,0,0,0.5)}.post-gallery-image__container{position:relative;height:100%;overflow:hidden;border-radius:0.25rem}.post-gallery-image__container img{position:absolute;max-width:100%;text-align:center;top:50%;transform:translateY(-50%)}.post-gallery-image:after{content:"";top:0;left:0;right:0;position:absolute;border-radius:0.1875rem;bottom:0;border:0.0625rem solid #e5e5e5}.ingredients-input-container__row{display:flex;justify-content:space-between}.add-part{margin:1.25rem 3.75rem 0;border:0.125rem solid #cec8bb;border-radius:0.1875rem;padding:1.25rem 1.125rem}@media only screen and (max-width: 599px){html:not(.old) .add-part{margin:1.25rem 0 0}}.add-part__title{text-align:center;margin-bottom:1.25rem;font-size:0.75rem;font-weight:bold;text-transform:uppercase}.add-part__container{margin:0 0 -1.25rem;display:flex;justify-content:space-between;flex-wrap:wrap}.add-part__item{width:7.875rem;display:inline-block;padding-top:1.1875rem;height:5.75rem;border:0.125rem solid #cec8bb;border-radius:0.1875rem;margin:0 0 1.25rem;cursor:pointer;box-sizing:border-box}.add-part__item:hover{border-color:#fff;background:#fff;box-shadow:0 0.0625rem 0.25rem rgba(71,44,6,0.2)}.add-part__item:hover .add-part__img{display:none}.add-part__item:hover .add-part__img-h{display:inline-block}.add-part__image-cont{height:1.875rem;line-height:1.875rem;margin-bottom:0.625rem;text-align:center}.add-part__image-cont img{vertical-align:middle}.add-part__img-h{display:none}.add-part__text{font-size:0.75rem;text-align:center}.croppah .button-options{display:none}.croppah .loaded+.button-options{display:block}.croppah.cropping .croppah__crop{background:#ff391e;color:#fff}.croppah.cropping .input-file{visibility:hidden;z-index:0;width:0;height:0;overflow:hidden}.button-options{border-top:0.0625rem solid #f1f1f1;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;overflow:hidden;margin:0 -1.25rem}.button-options__one{display:inline-block;width:33.33333%;height:2.75rem;line-height:2.75rem;text-align:center;position:relative;font-size:0.75rem;text-transform:uppercase;font-weight:600;cursor:pointer}.button-options__one:hover{background:#ff391e;color:#fff}.button-options__one:after{content:"";position:absolute;top:0;bottom:0;right:0;border-right:0.0625rem solid #f1f1f1}.button-options__one:last-child:after{display:none}.page-header__heading{padding:2.1875rem 0;position:relative;min-height:5.875rem;box-sizing:border-box}@media only screen and (max-width: 1023px){html:not(.old) .page-header__heading{padding:1.875rem 0}html:not(.old) .page-header__heading .right{display:none}html:not(.old) .page-header__heading .create-new-post-button{display:flex}html:not(.old) .page-header__heading .create-new-post-button a{background:transparent;border:none;color:#b4afa6;margin:0;left:calc((100% - 10rem)/2);align-items:end;font-size:0.625rem;display:flex}}@media only screen and (max-width: 599px){html:not(.old) .page-header__heading h1{float:right}}@media only screen and (max-width: 479px){html:not(.old) .page-header__heading h1{float:initial}}.page-header__heading .page-title{text-align:center;line-height:normal;width:36.25rem;margin:0 auto 0.3125rem}@media only screen and (max-width: 767px){html:not(.old) .page-header__heading .page-title{width:auto;margin:0 0.3125rem 0.3125rem}}.page-header__heading .back-button{position:absolute;height:2.5rem;line-height:2.5rem;left:0;top:0;bottom:0;margin:auto 0}@media only screen and (max-width: 479px){html:not(.old) .page-header__heading .back-button{display:none}}.page-header__heading .button{position:absolute;right:0;top:0;bottom:0;margin:auto 0}.page-header__heading .field_search_store{height:2.5rem;position:absolute;right:0;top:0;bottom:0;margin:auto 0}.page-header__heading .field_search_users{height:2.5rem;position:absolute;right:0;top:0;bottom:0;margin:auto 0}.page-header__heading .breadcrumbs{text-align:center}.page-header__add-recipe-button{position:relative;margin-bottom:0.625rem;font-family:"Open Sans";font-size:0.75rem;font-weight:normal;font-style:normal;font-stretch:normal;line-height:normal;color:#b4afa6;text-align:center;display:none}@media only screen and (max-width: 1023px){html:not(.old) .page-header__add-recipe-button{display:block}}.page-header__add-recipe-button span{display:inline-block;padding-left:0.9375rem;position:relative}.page-header__add-recipe-button span:before{content:"";background-position:center;background-repeat:no-repeat;position:absolute;top:0;left:0;bottom:0;margin:auto}.page-header__add-recipe-button span:before{background-image:url(https://e0.edimdoma.ru/assets/recipes/add-recipe-mobile-24f29e4db6e0e6ba74c887374993907f52e4e9ca649c3a04d4344ddb04f3b335.png);background-size:0.625rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.page-header__add-recipe-button span:before{background-image:url(https://e1.edimdoma.ru/assets/recipes/add-recipe-mobile@2x-fff5d07bf19ef06223f3b9654e4fd662c9988af0a2da8af9b8cb606ea5178619.png)}}.page-header__add-recipe-button span:before{width:0.625rem;height:0.625rem;background-size:contain;background-repeat:no-repeat}.page-header__add-recipe-button span:after{content:"";position:absolute;top:-0.625rem;left:-0.625rem;right:-0.625rem;bottom:-0.625rem}.page-header__ribbon{line-height:2.5rem;text-align:center;border-bottom:0.0625rem solid #ded9cc}@media only screen and (max-width: 1023px){html:not(.old) .page-header__ribbon{display:none}}.page-header__ribbon_one-line{border-top:0}.content-box{position:relative;width:100%;background-color:#FFF;border-radius:0.25rem;box-shadow:0 0.0625rem 0.25rem rgba(71,44,6,0.2);margin-top:1.25rem}.content-box_center{text-align:center}.content-box_banner{text-align:center;background:transparent;box-shadow:none;margin-top:0;overflow:hidden}.content-box_banner .content-box__content{padding:0;text-align:center}.content-box_banner .content-box__content>div{margin:0 -8.125rem !important;transform-origin:50% 0 0;width:auto !important}.content-box_banner .content-box__content>div iframe{margin-top:1.25rem;vertical-align:top;display:inline-block}.content-box_banner .content-box__content>div a{margin-top:1.25rem;display:inline-block}.content-box_banner .content-box__content>div a img{vertical-align:top}.content-box_card-height{min-height:28.125rem}.content-box_card-height .content-box__content{height:24.4375rem;box-sizing:border-box}.content-box_card-double-height{min-height:57.5rem}.content-box_card-double-height .content-box__content{height:53.8125rem;box-sizing:border-box}.content-box:first-child{margin-top:0}@media only screen and (max-width: 1023px){html:not(.old) .content-box:first-child{margin-top:1.25rem}}.content-box__header{padding:1.5625rem 1.875rem}.content-box__header_price{padding:1.25rem 1.875rem}.content-box__header_price .title{line-height:2.5rem}.content-box__header_shop-item{padding:0.3125rem 0 1.25rem 0}.content-box__header_shop-item .item-article{font-size:0.875rem;font-weight:400;color:#242424;margin-top:0.9375rem}.content-box__header_shop-item .item-article span{color:#696259}.content-box__header_small{padding:1.25rem 1.25rem}.content-box__header_padding1540{padding:0.9375rem 2.5rem}.content-box__header_padding2520{padding:1.5625rem 1.25rem}.content-box__header_padding1520{padding:0.9375rem 1.25rem}.content-box__header_reward-badges{padding:1.5625rem 3.125rem}.content-box__header_updates{padding:0 1.875rem;border-bottom:0.0625rem solid #e6e6e6}.content-box__header_updates .title{font-size:0.75rem;line-height:2.3125rem}.content-box__header .comment-disabler{float:right}.content-box__content{padding:1.5625rem 1.875rem}@media only screen and (max-width: 1023px){html:not(.old) .content-box__content{padding-left:3.75rem;padding-right:3.75rem}}@media only screen and (max-width: 767px){html:not(.old) .content-box__content{padding-left:1.25rem;padding-right:1.25rem}}@media only screen and (max-width: 767px) and (min-width: 599px) and (max-width: 767px){html:not(.old) .content-box__content{padding-left:calc(20 * 0.0625rem + (60 - 20) * (100vw - 600 * 0.0625rem) / (768 - 600))}}@media only screen and (max-width: 767px) and (max-width: 599px){html:not(.old) html:not(.old) .content-box__content{padding-left:1.25rem}}@media only screen and (max-width: 767px) and (min-width: 768px){html:not(.old) html:not(.old) .content-box__content{padding-left:3.75rem}}@media only screen and (max-width: 767px) and (min-width: 599px) and (max-width: 767px){html:not(.old) .content-box__content{padding-right:calc(20 * 0.0625rem + (60 - 20) * (100vw - 600 * 0.0625rem) / (768 - 600))}}@media only screen and (max-width: 767px) and (max-width: 599px){html:not(.old) html:not(.old) .content-box__content{padding-right:1.25rem}}@media only screen and (max-width: 767px) and (min-width: 768px){html:not(.old) html:not(.old) .content-box__content{padding-right:3.75rem}}.content-box__content_padding2030{padding:1.25rem 1.875rem}.content-box__content_padding2040{padding:1.25rem 2.5rem}.content-box__content_padding3540{padding:2.1875rem 2.5rem}.content-box__content_reward-badges{padding:1.25rem 3.125rem;border-top:0.0625rem solid #ded9cc}.content-box__content_wide{padding:1.25rem}.content-box__content_wide .recipe-step-title{margin:-1.25rem -1.25rem 0 -1.25rem;padding:0 1.25rem 0 2.5rem;position:relative}.content-box__content_wide .recipe-step-title .handler{top:1.25rem;left:1.25rem}.content-box__content_nopb{padding-bottom:0}.content-box__content_grey{background-color:#fbf8f6}.content-box__content_updates{padding:0 1.875rem 0.625rem 1.875rem}.content-box__footer_padding1520{padding:0.9375rem 1.25rem}.content-box__footer_padding10{padding:0.625rem}.content-box__footer_padding102020{padding:0.625rem 1.25rem 1.25rem}.content-box__button{position:absolute;bottom:0;width:100%;height:2.5625rem;line-height:2.5625rem;font-size:0.8125rem;text-decoration:none;color:#a2a2a2;text-align:center;border-top:0.0625rem solid #dddddd;border-radius:0 0 0.25rem 0.25rem}.content-box__button:hover{background-color:#fbf8f6}@media only screen and (max-width: 599px){html:not(.old) .content-box__author{display:flex;flex-direction:column-reverse;align-items:center}html:not(.old) .content-box__author .button_like-it{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.content-box .rating{margin-top:-0.3125rem}.content-box .button_like-it{float:right;margin-top:1.1875rem;z-index:20}.content-box .button_like-it span{margin-top:-0.4375rem}.content-box .button_like-it .fonticon{padding-top:0.125rem}.content-box.chat .content-box__content:after,.content-box.discussed .content-box__content:after,.content-box.announced .content-box__content:after{content:"";position:absolute;bottom:0;left:0.3125rem;right:0.3125rem;width:100%;height:1.5625rem;background-image:linear-gradient(to top, #fff 1%, rgba(255,255,255,0) 100%)}@media only screen and (max-width: 1023px){html:not(.old) .content-box.chat .content-box__content:after,html:not(.old) .content-box.discussed .content-box__content:after,html:not(.old) .content-box.announced .content-box__content:after{left:0;right:0;border-radius:0.3125rem}}.content-box.chat .content-box__content:before,.content-box.discussed .content-box__content:before,.content-box.announced .content-box__content:before{content:"";position:absolute;z-index:5;top:0;left:0;right:0;width:100%;height:1.5625rem;background-image:linear-gradient(to bottom, #fff 1%, rgba(255,255,255,0) 100%)}.content-media{margin-left:-1.875rem;margin-right:-1.875rem;position:relative}@media only screen and (max-width: 1023px){html:not(.old) .content-media{margin-left:-3.75rem;margin-right:-3.75rem}}@media only screen and (max-width: 767px){html:not(.old) .content-media{margin-left:-1.25rem;margin-right:-1.25rem}}@media only screen and (max-width: 767px) and (min-width: 599px) and (max-width: 767px){html:not(.old) .content-media{margin-left:calc(-20 * 0.0625rem + (-60 - -20) * (100vw - 600 * 0.0625rem) / (768 - 600))}}@media only screen and (max-width: 767px) and (max-width: 599px){html:not(.old) html:not(.old) .content-media{margin-left:-1.25rem}}@media only screen and (max-width: 767px) and (min-width: 768px){html:not(.old) html:not(.old) .content-media{margin-left:-3.75rem}}@media only screen and (max-width: 767px) and (min-width: 599px) and (max-width: 767px){html:not(.old) .content-media{margin-right:calc(-20 * 0.0625rem + (-60 - -20) * (100vw - 600 * 0.0625rem) / (768 - 600))}}@media only screen and (max-width: 767px) and (max-width: 599px){html:not(.old) html:not(.old) .content-media{margin-right:-1.25rem}}@media only screen and (max-width: 767px) and (min-width: 768px){html:not(.old) html:not(.old) .content-media{margin-right:-3.75rem}}.content-media_about{margin:-1.25rem -2.5rem 2.5rem -2.5rem}.content-media img{display:block;width:100%}.content-media uppod_player_div img{width:auto !important}.article-box .content-box__content_article{padding:1.5625rem 1.875rem}.article-box .badge{margin:0 0 0.9375rem 0}.article-box .title_medium{margin-bottom:1.5625rem}.article-box .plain-text__image-aligner .content-media{margin-left:0;margin-right:0}.article-box .plain-text__image-aligner h2:first-child{margin-top:2.1875rem}.article-box .plain-text__image-aligner p:first-child{margin-top:2.1875rem}.article-box .plain-text__image-aligner+.hr{margin:2.1875rem 0 1.875rem 0}.article-box .title_small{margin-bottom:0.625rem}.article-box_contest .title_medium{margin-top:1.5625rem}.article-box_contest .contest-info{margin-top:-0.625rem;margin-bottom:0.8125rem}@media only screen and (max-width: 1023px){html:not(.old) .content-box_rate-share .content-box__content{padding-left:1.25rem;padding-right:1.25rem}}.content-box_rate-share .content-box__content .hr+.section-title{margin-top:0}.avatars-preview{margin-left:-0.125rem;margin-top:-0.3125rem;max-height:6.875rem;position:relative;overflow:hidden;padding-right:0.625rem;margin-right:-0.625rem}.avatars-preview:after{content:"";display:block;clear:both}.avatars-preview_voices{margin-left:-0.625rem;max-height:23.5rem}.avatars-preview__scroll-box:after{content:"";display:block;clear:both}.avatars-preview .user-avatar{float:left;margin-left:0.125rem;margin-top:0.3125rem}.avatars-preview .user-avatar_medium{float:none}.avatars-preview .person_w-70{margin-left:0.3125rem;margin-top:0.625rem}.avatars-preview .person_v .title{white-space:nowrap}.recipes-release{margin-top:1.375rem}.tags{margin-top:1.25rem}@media only screen and (max-width: 1023px){html:not(.old) .tags{padding:0 1.25rem}}.tags .title{margin-bottom:0.625rem}@media only screen and (max-width: 1023px){html:not(.old) .tags .title{text-transform:uppercase;margin-bottom:1.25rem}}.tags__tags-cloud{margin-left:-0.3125rem;line-height:0}.tags .button{margin:0 0 0.625rem 0.3125rem}.comment-box{width:auto;padding:0.9375rem;margin:0 0.9375rem;background-color:#FBF8F6;border-radius:0.5rem;position:relative}.comment-box:after{content:"";display:block;clear:both}@media only screen and (max-width: 1023px){html:not(.old) .comment-box{padding:1.25rem 1.25rem 0.9375rem}}.comment-box .field-comment{margin-left:4.8125rem}@media only screen and (max-width: 1023px){html:not(.old) .comment-box .field-comment{margin-left:4.0625rem}}@media only screen and (max-width: 599px){html:not(.old) .comment-box .field-comment{margin-left:0}}.comment-box .user-avatar{float:left}@media only screen and (max-width: 599px){html:not(.old) .comment-box .user-avatar{min-width:2.5rem;min-height:2.5rem;width:2.5rem;height:2.5rem;position:absolute;left:1.25rem;bottom:0.9375rem}}.comment-box .button{float:right;margin-top:0.3125rem}@media only screen and (max-width: 599px){html:not(.old) .comment-box .button{width:13.125rem;padding:0;margin-top:0.625rem;text-align:center}}@media only screen and (max-width: 599px) and (min-width: 319px) and (max-width: 599px){html:not(.old) .comment-box .button{width:calc(210 * 0.0625rem + (220 - 210) * (100vw - 320 * 0.0625rem) / (600 - 320))}}@media only screen and (max-width: 599px) and (max-width: 319px){html:not(.old) html:not(.old) .comment-box .button{width:13.125rem}}@media only screen and (max-width: 599px) and (min-width: 600px){html:not(.old) html:not(.old) .comment-box .button{width:13.75rem}}@media only screen and (max-width: 479px){html:not(.old) .comment-box .button{max-width:12.5rem}}.comment-box+.comment{border-top:none}.comments-container{margin-bottom:1.5625rem}.comments-section{background-color:#fff;position:relative;margin-top:2.1875rem;padding-bottom:1.5625rem}@media only screen and (max-width: 1023px){html:not(.old) .comments-section{width:43rem;margin-left:auto;margin-right:auto;border-radius:0.625rem}}@media only screen and (max-width: 819px){html:not(.old) .comments-section{width:auto}}.comments-section:last-child{margin-bottom:-2.1875rem;border-radius:0 0 0.25rem 0.25rem}.comments-section:before{content:"";background-position:center;background-repeat:no-repeat;position:absolute;top:-1.125rem;left:0;right:0;margin:0 auto}.comments-section:before{background-image:url(https://e3.edimdoma.ru/assets/elements/global/comment-section-triangle-ab6f2cbe1101b9868226dfab1cb689b54d446de14ffb79b81868de5d366c9c38.png);background-size:4rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.comments-section:before{background-image:url(https://e3.edimdoma.ru/assets/elements/global/comment-section-triangle@2x-5e580f86d6a2ab3134cd478bea4533a16944877ce611a0cc31414db8582fd708.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.comments-section:before{background-image:url(https://e0.edimdoma.ru/assets/elements/global/comment-section-triangle@3x-85423bf28235035a4123243296e7dffe82d616e6143ef9ec21832c0d5e4c4558.png)}}.comments-section:before{width:4rem;height:1.1875rem;background-size:contain;background-repeat:no-repeat}.comments-section__layout{width:36.25rem;margin:0 auto}@media only screen and (max-width: 1023px){html:not(.old) .comments-section__layout{width:auto;margin:0 3.75rem}}@media only screen and (max-width: 599px){html:not(.old) .comments-section__layout{margin:0 1.25rem}}.comments-section__header{padding:1.875rem 0 1.25rem}@media only screen and (max-width: 1023px){html:not(.old) .comments-section__header{margin:0;padding-top:1.25rem}}.comments-section__header .title{line-height:normal}.comments-section__header .button{float:right}.comments-section .comment-box{width:100%;box-sizing:border-box;margin:0}@media only screen and (max-width: 1023px){html:not(.old) .comments-section .comment-box{width:auto;margin:0 -1.25rem}}.comments-section .comment-box .field-comment{width:auto}@media only screen and (max-width: 599px){html:not(.old) .comments-section .comment-box .field-comment:before{transform:rotate(-90deg);top:auto;left:1.0625rem;bottom:-0.625rem}}.comments-section .comment .comment__content .comment-box{margin-bottom:1.125rem}.comments-section .field-comment{width:28.6875rem}.all-comments-container{border-bottom:0.0625rem solid #e6e1da}#comment_form_template{margin-bottom:1.25rem}.recommendation-section{position:relative}.recommendation-section_overflow{overflow:hidden}.recommendation-section__layout{width:73.75rem;margin:0 auto}@media only screen and (max-width: 1023px){html:not(.old) .recommendation-section__layout{width:43rem}}@media only screen and (max-width: 819px){html:not(.old) .recommendation-section__layout{width:auto}}.recommendation-section .button{float:right}@media only screen and (max-width: 599px){html:not(.old) .recommendation-section .button{float:unset;margin:0 auto;display:flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.recommendation-section .recomendation-title{padding-top:2.1875rem;line-height:2.5rem;margin-bottom:1.25rem}@media only screen and (max-width: 1023px){html:not(.old) .recommendation-section .recomendation-title{margin-left:1.25rem}}@media only screen and (max-width: 599px){html:not(.old) .recommendation-section .recomendation-title{margin-left:0;text-align:center;padding-top:0.625rem}}.recommendation-section_with-border .recomendation-title{padding-top:0}.recommendation-section_with-border .recommendation-section__layout{padding-top:1.25rem;border-top:0.0625rem solid #ded9cc;margin-top:2.5rem}.recommendation-section_contests{padding-top:2.5rem}.recommendation-section_contests .recomendation-title{line-height:3.125rem;margin-bottom:0}.field-row{margin-bottom:1.5625rem}@media only screen and (max-width: 599px){html:not(.old) .field-row{display:flex;justify-content:space-between;align-items:center;flex-direction:column}}.field-row .hr{margin-top:1.5625rem}.field-row .hr_mt20{margin-top:1.25rem}.field-row .hr_mt30{margin-top:1.875rem}.field-row .section-title{margin:1.25rem 0}.field-row_wide{margin-left:-1.875rem;margin-right:-1.875rem;padding:1.5625rem 1.875rem 1.875rem 1.875rem;background:#fbf8f6}@media only screen and (max-width: 1023px){html:not(.old) .field-row_wide{display:block}}@media only screen and (max-width: 599px){html:not(.old) .field-row_wide{margin:0;padding:0;margin-bottom:1.87rem;background:#fff}}.field-row_ingredients{margin-left:-1.25rem;margin-right:-1.25rem;margin-bottom:0;padding:1.25rem;background:#fbf8f6}.field-row_mb0{margin-bottom:0}.field-row_mb15{margin-bottom:0.9375rem}.field-row_mb20{margin-bottom:1.25rem}.field-row_mb30{margin-bottom:1.875rem}.field-row_mt45{margin-top:2.8125rem}.field-row_mt20{margin-top:1.25rem}.field-row_no-align{align-items:initial !important}.field-row_portion-value{margin-top:-0.625rem}@media only screen and (max-width: 1023px){html:not(.old) .field-row_portion-value{margin-top:0;margin-bottom:1.875rem}}.field-row_portion-value .title{line-height:2.5rem;display:inline-block}@media only screen and (max-width: 599px){html:not(.old) .field-row_portion-value .title:first-child{display:none}}.field-row_portion-value .field{display:inline-block;margin:0 0.625rem 0 0.9375rem;vertical-align:middle}.field-row__note{color:#B3B3B3;font-size:0.875rem;font-weight:400;margin:1.5625rem 0 -0.625rem 0}@media only screen and (max-width: 599px){html:not(.old) .field-row__block-header{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center}html:not(.old) .field-row__block-header>:first-child{margin-top:0.625rem}}[data-module="scroll-box"] .iScrollLoneScrollbar,.scroll-box .iScrollLoneScrollbar{position:absolute;bottom:0.125rem;top:0.125rem;right:0;width:0.75rem;z-index:100;transform:translateZ(0);opacity:0.3;transition:opacity 3s ease 1.5s}[data-module="scroll-box"] .iScrollLoneScrollbar:before,.scroll-box .iScrollLoneScrollbar:before{content:"";position:absolute;top:0;left:auto;right:0.125rem;bottom:0;background-color:#f2f2f2;border-radius:2Px;width:0.25rem}[data-module="scroll-box"] .iScrollIndicator,.scroll-box .iScrollIndicator{position:absolute;top:0;left:0;right:0;margin:0 auto;width:0.75rem;height:100%;cursor:pointer;transform:translateZ(0)}[data-module="scroll-box"] .iScrollIndicator:before,.scroll-box .iScrollIndicator:before{content:"";position:absolute;top:0;left:auto;right:0.125rem;width:0.25rem;height:100%;background-color:#7c7c7c;border-radius:2Px}[data-module="scroll-box"]:hover .iScrollLoneScrollbar,.scroll-box:hover .iScrollLoneScrollbar{opacity:1;transition:opacity 0.3s ease}.side-nav .iScrollLoneScrollbar{bottom:1.25rem;top:0}.side-nav .iScrollLoneScrollbar:before{background-color:rgba(124,124,124,0.1)}.emoji-list{list-style-type:none;margin:0;padding:0;padding-bottom:1.875rem;position:relative}.emoji-list:after{content:"";display:block;clear:both}.emoji-list *{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.emoji-list li{font-size:2.25rem;float:left;display:inline-block;margin:0.3125rem}.emoji-list img.emoji{cursor:pointer;height:1em;width:1em;vertical-align:-0.1em}.datepicker{direction:ltr}.datepicker-inline{width:13.75rem}.datepicker.datepicker-rtl{direction:rtl}.datepicker.datepicker-rtl table tr td span{float:right}.datepicker-dropdown{box-sizing:border-box;top:0;left:0;padding:0.9375rem 0.625rem;width:16.25rem}.datepicker-dropdown:before{content:"";position:absolute;background-position:center;background-repeat:no-repeat;right:0.625rem;top:-0.625rem}.datepicker-dropdown:before{background-image:url(https://e0.edimdoma.ru/assets/elements/global/dropdown-triangle-97fc9350c7bf842f182519a758abb604ca65b776d6dee4a4759fbe989d388355.png);background-size:1.375rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.datepicker-dropdown:before{background-image:url(https://e0.edimdoma.ru/assets/elements/global/dropdown-triangle@2x-0fcaa531b28511c798988510f91f9316b4a8fb77376d22a904f5b07ecdfd7501.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.datepicker-dropdown:before{background-image:url(https://e1.edimdoma.ru/assets/elements/global/dropdown-triangle@3x-45505a0a88476633b17e8bf01647d2e9fa338fb2198f96c1712c94e91a320f5f.png)}}.datepicker-dropdown:before{width:1.375rem;height:0.625rem;background-size:contain;background-repeat:no-repeat}.datepicker-dropdown.datepicker-orient-bottom{margin-top:1.25rem}.datepicker>div{display:none}.datepicker table{margin:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:15rem;border-collapse:separate;border-spacing:0.3125rem 0.125rem}.datepicker table th{font-weight:normal}.datepicker table tr div{width:1.5rem;height:1.5rem;margin:0 auto;line-height:1.5rem;border-radius:50%}.datepicker table tr td,.datepicker table tr th{text-align:center;width:1.5rem;height:1.5rem;border:none}.datepicker table tr td.datepicker-switch,.datepicker table tr th.datepicker-switch{border-radius:0.625rem}.datepicker table tr td:hover div{cursor:pointer;background-color:#f2f2f2}.datepicker table tr td.active div{color:#fff;background-color:#ee1919}.datepicker table tr td span{display:block;width:23%;height:3.375rem;line-height:3.375rem;float:left;margin:1%;cursor:pointer;border-radius:50%}.datepicker table tr td span:hover{background:#eeeeee}.datepicker table tr td span.disabled{background:none;color:#999999;cursor:default}.datepicker table tr td span.disabled:hover{background:none;color:#999999;cursor:default}.datepicker table tr td span.active{color:#ffffff;background-color:#428bca;border-color:#357ebd;text-shadow:0 -0.0625rem 0 rgba(0,0,0,0.25)}.datepicker table tr td span.active:hover{color:#ffffff;background-color:#428bca;border-color:#357ebd;text-shadow:0 -0.0625rem 0 rgba(0,0,0,0.25)}.datepicker table tr td span.active.disabled{color:#ffffff;background-color:#428bca;border-color:#357ebd;text-shadow:0 -0.0625rem 0 rgba(0,0,0,0.25)}.datepicker table tr td span.active.disabled:hover{color:#ffffff;background-color:#428bca;border-color:#357ebd;text-shadow:0 -0.0625rem 0 rgba(0,0,0,0.25)}.datepicker table tr td span.active:focus,.datepicker table tr td span.active:hover:focus{color:#ffffff;background-color:#ee1919;border-color:#193c5a}.datepicker table tr td span.active.disabled:focus,.datepicker table tr td span.active.disabled:hover:focus{color:#ffffff;background-color:#ee1919;border-color:#193c5a}.datepicker table tr td span.active.focus,.datepicker table tr td span.active:hover.focus{color:#ffffff;background-color:#ee1919;border-color:#193c5a}.datepicker table tr td span.active.disabled.focus,.datepicker table tr td span.active.disabled:hover.focus{color:#ffffff;background-color:#ee1919;border-color:#193c5a}.datepicker table tr td span.active:hover,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover:active{color:#ffffff;background-color:#ee1919;border-color:#285e8e}.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover:active{color:#ffffff;background-color:#ee1919;border-color:#285e8e}.datepicker table tr td span.active.active,.datepicker table tr td span.active:hover.active{color:#ffffff;background-color:#ee1919;border-color:#285e8e}.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:hover.active{color:#ffffff;background-color:#ee1919;border-color:#285e8e}.datepicker table tr td span.old,.datepicker table tr td span.new{color:#999999}.datepicker .datepicker-switch{width:9.0625rem;cursor:pointer;font-family:"Open Sans";font-weight:600;font-size:0.875rem;text-transform:uppercase;color:#242424}.datepicker .prev,.datepicker .next{color:#242424;font-size:0.5625rem}.datepicker .prev:hover,.datepicker .next:hover{color:#ff391e}.datepicker .prev,.datepicker .next,.datepicker tfoot tr th{cursor:pointer}.datepicker .datepicker-switch:hover,.datepicker tfoot tr th:hover{background:#eeeeee}.datepicker .cw{font-size:0.625rem;width:0.75rem;padding:0 0.125rem 0 0.3125rem;vertical-align:middle}.input-group.date .input-group-addon{cursor:pointer}.input-daterange{width:100%}.input-daterange input{text-align:center}.input-daterange input:first-child{border-radius:0.1875rem 0 0 0.1875rem}.input-daterange input:last-child{border-radius:0 0.1875rem 0.1875rem 0}.input-daterange .input-group-addon{width:auto;min-width:1rem;padding:0.25rem 0.3125rem;font-weight:normal;line-height:1.42857;text-align:center;text-shadow:0 0.0625rem 0 #fff;vertical-align:middle;background-color:#eeeeee;border:solid #cccccc;border-width:0.0625rem 0;margin-left:-0.3125rem;margin-right:-0.3125rem}.datepicker.dropdown-menu{position:absolute;top:100%;left:0;margin-left:-1.3125rem;z-index:1000;box-shadow:0 0.0625rem 0.25rem rgba(0,0,0,0.3);float:left;display:none;list-style:none;background-color:#ffffff;border-radius:0.3125rem;-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;*border-right-width:0.125rem;*border-bottom-width:0.125rem;color:#808080;font-size:0.75rem;line-height:1.42857}.datepicker.dropdown-menu th{padding:0 0.3125rem}.datepicker.dropdown-menu th.dow{color:#b2b2b2}.datepicker table tr td.old,.datepicker table tr td.new{color:#cfcfcf}.grid-row{margin-left:-1.25rem}.grid-row:after{content:"";display:block;clear:both}@media only screen and (max-width: 739px){html:not(.old) .grid-row{margin-left:0}}.grid-row_black{background:#1a1a1a;margin:0 -3.125rem 1.25rem -3.125rem;padding:0 3.125rem 0 1.875rem}@media only screen and (max-width: 1023px){html:not(.old) .grid-row__slider{width:36.25rem;margin:0 auto}}@media only screen and (max-width: 739px){html:not(.old) .grid-row__slider{width:36.25rem;margin:0 auto}}@media only screen and (max-width: 599px){html:not(.old) .grid-row__slider{width:100%}}.grid-row .page-header{padding-bottom:1.25rem}.grid-col{float:left;width:73.75rem;margin-left:1.25rem;margin-right:-100%}@media only screen and (max-width: 599px){html:not(.old) .grid-col{margin:0}}.grid-col_one{width:17.5rem;margin-left:1.25rem}.grid-col_two{width:36.25rem}@media only screen and (max-width: 1023px){html:not(.old) .grid-col_two{width:100%}}@media only screen and (max-width: 739px){html:not(.old) .grid-col_two{margin-left:0}}@media only screen and (max-width: 599px){html:not(.old) .grid-col_two{width:100%}}@media only screen and (max-width: 479px){html:not(.old) .grid-col_two{width:100%}}.grid-col_three{width:55rem}@media only screen and (max-width: 1023px){html:not(.old) .grid-col_three{width:100%;margin-left:0}}@media only screen and (max-width: 599px){html:not(.old) .grid-col_three{width:100%}}@media only screen and (max-width: 479px){html:not(.old) .grid-col_three{width:100%}}.grid-offset_one{margin-left:20rem}.grid-offset_two{margin-left:38.75rem}.grid-offset_three{margin-left:57.5rem}.flow-item{width:37.5rem;position:relative}.flow-item_one{margin-bottom:1.25rem;width:17.5rem}@media only screen and (max-width: 1023px){html:not(.old) .flow-item_one{width:48.2%;margin-bottom:0}}@media only screen and (max-width: 599px){html:not(.old) .flow-item_one{width:100%;margin-bottom:1.25rem}}.flow-item_one iframe{width:100%;height:100%}.flow-item_flex{width:36.25rem;display:flex;flex-wrap:wrap;justify-content:space-between}@media only screen and (max-width: 1023px){html:not(.old) .flow-item_flex{width:100%}}.flow-item_flex:after{content:"";width:17.5rem}.flow-item .card-container-placeholder{height:28.125rem}@media only screen and (max-width: 1023px){html:not(.old) .invisible-on-tablet{display:none !important}}@media only screen and (max-width: 479px){html:not(.old) .invisible-on-tablet{display:unset !important}}.grid-three-column:after{content:"";display:block;clear:both}@media only screen and (max-width: 1023px){html:not(.old) .grid-three-column__form{display:flex;flex-direction:column-reverse}}.grid-three-column__column_left{float:left;width:17.5rem}@media only screen and (max-width: 1023px){html:not(.old) .grid-three-column__column_left{width:21.25rem;height:100vh;background:#f5eee0;position:fixed;top:0;left:0;transform:translate(-100%, 0);transition:all 0.2s ease-in;z-index:22;overflow:auto;visibility:hidden}html:not(.old) .grid-three-column__column_left__visible{visibility:inherit;opacity:1;transform:translate(0, 0)}}@media only screen and (max-width: 384px){html:not(.old) .grid-three-column__column_left{width:100%;overflow-x:hidden}}@media only screen and (max-width: 1023px){html:not(.old) .grid-three-column__menu .calendar-box{display:none}html:not(.old) .grid-three-column__menu .video_recipes{display:none}}.grid-three-column__column_center{float:right;width:36.25rem;margin-right:1.25rem}@media only screen and (max-width: 1023px){html:not(.old) .grid-three-column__column_center{width:43rem;margin:0 auto;float:none;z-index:2}html:not(.old) .grid-three-column__column_center .content-box{border-radius:0.625rem}}@media only screen and (max-width: 767px){html:not(.old) .grid-three-column__column_center{width:20rem}}@media only screen and (max-width: 767px) and (min-width: 319px) and (max-width: 767px){html:not(.old) .grid-three-column__column_center{width:calc(320 * 0.0625rem + (688 - 320) * (100vw - 320 * 0.0625rem) / (768 - 320))}}@media only screen and (max-width: 767px) and (max-width: 319px){html:not(.old) html:not(.old) .grid-three-column__column_center{width:20rem}}@media only screen and (max-width: 767px) and (min-width: 768px){html:not(.old) html:not(.old) .grid-three-column__column_center{width:43rem}}@media only screen and (max-width: 599px){html:not(.old) .grid-three-column__column_center{width:100%}}.grid-three-column__column_right{width:17.5rem;float:right;min-height:28.125rem}@media only screen and (max-width: 1023px){html:not(.old) .grid-three-column__column_right{display:none}}@media only screen and (max-width: 1023px){html:not(.old) .grid-three-column__column_right__visible{display:contents;float:unset;z-index:2}}.grid-three-column .page-header{padding-bottom:1.25rem}@media only screen and (max-width: 1023px){html:not(.old) .grid-three-column .page-header{padding:0}}.grid-two-column:after{content:"";display:block;clear:both}.grid-two-column__column_left{float:left;width:17.5rem}@media only screen and (max-width: 1023px){html:not(.old) .grid-two-column__column_left{width:21.25rem;height:100vh;background:#f5eee0;position:fixed;top:0;left:0;transform:translate(-100%, 0);z-index:22;overflow:auto;visibility:hidden}}@media only screen and (max-width: 479px){html:not(.old) .grid-two-column__column_left{transform:unset !important}}@media only screen and (max-width: 384px){html:not(.old) .grid-two-column__column_left{width:100%;overflow-x:hidden}}@media only screen and (max-width: 1023px){html:not(.old) .grid-two-column__menu .calendar-box{display:none}}.grid-two-column__column_center{float:right;width:55rem}@media only screen and (max-width: 1023px){html:not(.old) .grid-two-column__column_center{width:100%}}@media only screen and (max-width: 479px){html:not(.old) .grid-two-column__column_center{float:unset}}.grid-two-column .page-header{padding-bottom:1.25rem}html{font-size:100%;line-height:1.5em}html,[dynamic-compile]{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;*display:inline;*zoom:1;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden]{display:none}template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:0.0625rem dotted}b,strong{font-weight:bold}blockquote{margin:1.5em 2.5rem}dfn{font-style:italic}h1{font-size:2em;line-height:1.5em;margin-top:0.75em;margin-bottom:0.75em}h2{font-size:1.5em;line-height:2em;margin-top:1em;margin-bottom:1em}h3{font-size:1.17em;line-height:1.28205em;margin-top:1.28205em;margin-bottom:1.28205em}h4{font-size:1em;line-height:1.5em;margin-top:1.5em;margin-bottom:1.5em}h5{font-size:0.83em;line-height:1.80723em;margin-top:1.80723em;margin-bottom:1.80723em}h6{font-size:0.67em;line-height:2.23881em;margin-top:2.23881em;margin-bottom:2.23881em}mark{background:#ff0;color:#000}p,pre{margin:1.5em 0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1.5em 0}dd{margin:0 0 0 2.5rem}menu,ol,ul{padding:0 0 0 2.5rem}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:1.5em 2.5rem}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}form{margin:0}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0;*font-family:sans-serif;*vertical-align:middle}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:0.8125rem;*width:0.8125rem}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{margin:0 0.125rem;border-color:#c0c0c0;border-top-width:0.0625em;border-top-style:solid;padding-top:0.4625em;border-bottom-width:0.0625em;border-bottom-style:solid;padding-bottom:0.9125em;border-left-width:0.0625em;border-left-style:solid;padding-left:0.875em;border-right-width:0.0625em;border-right-style:solid;padding-right:0.875em}legend{border:0;padding:0;*margin-left:-0.4375rem}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}@font-face{font-family:"Open Sans";src:url(https://e2.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-regular-8862149d020b1ac647095eb32adc144e0c8de72c64813b46c114d0203b8f8efe.eot);src:url(https://e2.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-regular-8862149d020b1ac647095eb32adc144e0c8de72c64813b46c114d0203b8f8efe.eot?#iefix) format("embedded-opentype"),url(https://e1.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-regular-f8ec7711567669ddcd7e7b165a1600d0e7a4b91eb18ac53d2428076fa9b2de0c.woff2) format("woff2"),url(https://e2.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-regular-cc303448d0729f08e4433385327b66a6544bb3c5b7b913cded6d2b5ca3c6396a.woff) format("woff"),url(https://e1.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-regular-a17818dfc67b1eb130d318b28bc5e15417013117ba07cc59052ba9c05f3111fa.ttf) format("truetype"),url(https://e0.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-regular-f8396d832e2b270319c4e17df620c06f77293f5c4e7ffdce337c9b90fa75d133.svg#OpenSans) format("svg");font-weight:400;font-style:normal}@font-face{font-family:"Open Sans";src:url(https://e0.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-italic-653e3f32ec2bdbffd19c767bb90337fcfaa5731b1b82796ef5975c645c3c329e.eot);src:url(https://e0.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-italic-653e3f32ec2bdbffd19c767bb90337fcfaa5731b1b82796ef5975c645c3c329e.eot?#iefix) format("embedded-opentype"),url(https://e0.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-italic-85a7d3dea11f2931638eb88c64b6ebf468be832f8485c59189eb28f1a9fcd2e8.woff2) format("woff2"),url(https://e0.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-italic-ed735d04e65c366854f45f6df713d0d7d4a97beace1e5493d4051db9675d556c.woff) format("woff"),url(https://e3.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-italic-fa7feee0b0ed6b10661784eefafb35e70a7a70b38a28624c90841a708c7956f6.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:"Open Sans";src:url(https://e0.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-600-f5aadb01512a587d885306a2301685bc13139ae49a5ee953ca31fff957f9a4d0.eot);src:url(https://e0.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-600-f5aadb01512a587d885306a2301685bc13139ae49a5ee953ca31fff957f9a4d0.eot?#iefix) format("embedded-opentype"),url(https://e0.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-600-01897222cb646d05ba2e985322e32cd3ffaad6e80c155e9beb300c62ea732706.woff2) format("woff2"),url(https://e2.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-600-b02c271e114d4ea54346130d4321917890f1872053e742cb6b6fa762e8823736.woff) format("woff"),url(https://e1.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-600-f2d082e28c2756f6e65602396a033ba0a66a5a4e3699da649d1186bd45786aca.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:"Open Sans";src:url(https://e3.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-600italic-746a1e876092ae057684e1ed401632fa351a377da912a0fdffa70d8ed6e9ae95.eot);src:url(https://e3.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-600italic-746a1e876092ae057684e1ed401632fa351a377da912a0fdffa70d8ed6e9ae95.eot?#iefix) format("embedded-opentype"),url(https://e1.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-600italic-e235d6bf35d264c1826d136cf8919659a1aa8930f6c1e092860dca0015962f21.woff2) format("woff2"),url(https://e2.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-600italic-b64cefb9307bd250ee170eb4507535de2be19a2e7f0233eb442f0a83fc17ba51.woff) format("woff"),url(https://e3.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-600italic-b7777223bc7b02e6cae4bcfcd34b19f7d43bbb20cd9c45f4b61f05890084208e.ttf) format("truetype");font-weight:600;font-style:italic}@font-face{font-family:"Open Sans";src:url(https://e2.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-700-88a21eca4799f412f61530f492b757d9c6897513e9dc91956dd09d5c30592481.eot);src:url(https://e2.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-700-88a21eca4799f412f61530f492b757d9c6897513e9dc91956dd09d5c30592481.eot?#iefix) format("embedded-opentype"),url(https://e1.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-700-9d373f4f7169836c6b3b1f639b677f77ea9079cea3338a7a82f12ecb04bebf3d.woff2) format("woff2"),url(https://e3.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-700-62891ba044bc9ba76c2f2575b8b9abf39e27add95a1c343e52f3b997e1ae73c3.woff) format("woff"),url(https://e3.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-700-15a45c4703199b41bb0530f7fb9e2cc85d20877fa25f370936372e4e42c6daac.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"Open Sans";src:url(https://e2.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-700italic-a74a8ee6f3eef2eb4545ca267ddacc4675a72584eac3238ac4e1ec4b87e58c61.eot);src:url(https://e2.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-700italic-a74a8ee6f3eef2eb4545ca267ddacc4675a72584eac3238ac4e1ec4b87e58c61.eot?#iefix) format("embedded-opentype"),url(https://e3.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-700italic-2ce88a5f8665c1bc0c24ae4cc47849d89d5bb3e90e78b08af79f6b19e5f180ce.woff2) format("woff2"),url(https://e2.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-700italic-64143096f8c480337d4dbac262ce8c13279a16cbd65fedf936e2d02fb237d056.woff) format("woff"),url(https://e1.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-700italic-a5dc6841a343ee1f926a7b8ba121e6eedfce5749b2e32c66305409dbc3c4a6f6.ttf) format("truetype");font-weight:700;font-style:italic}@font-face{font-family:"Noto Serif";src:url(https://e3.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-700italic-d664cdc4bdda4e4f6959f56dd88ac363cce5929ebf82039783682a96ad0069b8.eot);src:url(https://e3.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-700italic-d664cdc4bdda4e4f6959f56dd88ac363cce5929ebf82039783682a96ad0069b8.eot?#iefix) format("embedded-opentype"),url(https://e0.edimdoma.ru/assets/NotoSerif-BoldItalic-webfont-cb08bc8847ace726a4d561932aa3679fe39a60e206afa12925621c10c7079c54.woff2) format("woff2"),url(https://e1.edimdoma.ru/assets/NotoSerif-BoldItalic-webfont-f80a0149c50c011b6f336d65d1a15aff1c827167e5198837c39af786e68a794f.woff) format("woff"),url(https://e2.edimdoma.ru/assets/NotoSerif-BoldItalic-webfont-e858f446bd787cb6a3f675c6cd49334cb6584709ff61e2824be91ec053d6b8fa.ttf) format("truetype");font-weight:700;font-style:italic}@font-face{font-family:"Noto Serif";src:url(https://e0.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-700-dcf83497b3860f4385abc0b4f8e249568e7342fb11127d1d9d4181a8f7eac871.eot);src:url(https://e0.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-700-dcf83497b3860f4385abc0b4f8e249568e7342fb11127d1d9d4181a8f7eac871.eot?#iefix) format("embedded-opentype"),url(https://e1.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-700-874af5db9f81d004a30ad25f6e061fd49baa925435141e0a734fb54edbbecd62.woff2) format("woff2"),url(https://e1.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-700-05e219c05ae6b5c661966dcf0725f41e6b620af369985b98f55368e5208a1386.woff) format("woff"),url(https://e2.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-700-5aea46bf662c8e38ff864b087a9e91a227f4f9e51a5eefd7bdfcf467b3e87363.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"Noto Serif";src:url(https://e2.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-regular-4bcf7f23d1eb12afe494ea486253b58cf99d51869c5cf9cc2d161694544ef8bc.eot);src:url(https://e2.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-regular-4bcf7f23d1eb12afe494ea486253b58cf99d51869c5cf9cc2d161694544ef8bc.eot?#iefix) format("embedded-opentype"),url(https://e3.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-regular-2616faa74944f3b4013db0f4d2699f6c1cf523e8faf4d8cc922e99d0a2a6b8cf.woff2) format("woff2"),url(https://e3.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-regular-87cd2fce4650f598a52d391f3b4ed9b425fd4b91bb339805ab476108d26e8e4b.woff) format("woff"),url(https://e2.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-regular-ee77ca61300eae8ec5669617f616227db4096af5803e280624fefe554eda8ed6.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:"Noto Serif";src:url(https://e3.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-italic-f914010aa757cff0e35aa939cfd5160e74032e37b756b9fe54f3b19e499ddca7.eot);src:url(https://e3.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-italic-f914010aa757cff0e35aa939cfd5160e74032e37b756b9fe54f3b19e499ddca7.eot?#iefix) format("embedded-opentype"),url(https://e2.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-italic-8fd173069565f23117c4de603398ab208d8274cefed3a5bd46046f3bad0d64c3.woff2) format("woff2"),url(https://e0.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-italic-005010e8809a61e35435c225542eff749cb6fa358dd6985623b9654d66c704f6.woff) format("woff"),url(https://e0.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-italic-542f23b486036425f4c8a8111f58df9fb9cd9d670f38059f26fcc488ebcf6b72.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:"EdimDoma Icons";src:url(https://e3.edimdoma.ru/assets/EdimDoma-Icons-23a7021a587739ce89ff0b869e0c5f8a9df2732221ae3fbd64be211a7bbc5577.eot);src:url(https://e3.edimdoma.ru/assets/EdimDoma-Icons-23a7021a587739ce89ff0b869e0c5f8a9df2732221ae3fbd64be211a7bbc5577.eot?#iefix) format("embedded-opentype"),url(https://e3.edimdoma.ru/assets/EdimDoma-Icons-e38fd0c1ed7b890bf9c13956c61607a643dffe2223d1197e0ec7cdef830e4dfc.woff) format("woff"),url(https://e0.edimdoma.ru/assets/EdimDoma-Icons-50bb879761b1297579bdfa88063de3919399a32a2b7096fabb4ef907276d1e99.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:"Roboto Medium";src:url("Roboto-Medium.eot");src:url("Roboto-Medium.eot?#iefix") format("embedded-opentype"),url(https://e1.edimdoma.ru/assets/Roboto-Medium-e3aa2710d491e00e12efac880a32633506131aa8cf337ade92ee723cfc9733aa.woff) format("woff"),url(https://e2.edimdoma.ru/assets/Roboto-Medium-80f74baa0957475cfff184d3bb104472c11c92a890683515dbda8dc83a31ad2f.ttf) format("truetype");font-weight:700;font-style:normal}*{outline:none;-webkit-tap-highlight-color:transparent}html,[dynamic-compile]{font-family:"Open Sans", arial, sans-serif;font-size:1rem;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased}html,body{height:100%;position:relative}@media only screen and (max-width: 1294px){html,body{font-size:1.23429vw}}@media only screen and (max-width: 1023px){html,body{font-size:0.8rem}}html.ios,body.ios{height:100vh;position:relative;overflow:hidden}@media only screen and (max-width: 1023px){html:not(.old){font-size:16Px}}a{text-decoration:none}body{background:#eae0cc;padding-top:8.75rem;min-width:62.5rem}@media only screen and (max-width: 1023px){html:not(.old) body{padding-top:3.75rem;min-width:20rem}}@media only screen and (max-width: 399px){html:not(.old) body{background:#f5eee0}}body.ios{box-sizing:border-box}body.menuopen{width:100%;height:100%;position:fixed;overflow:hidden}.layout,.special-projects-nav__layout,.page__layout{width:73.75rem;margin:0 auto}@media only screen and (max-width: 1023px){html:not(.old) .layout,html:not(.old) .special-projects-nav__layout,html:not(.old) .page__layout{width:43rem}}@media only screen and (max-width: 819px){html:not(.old) .layout,html:not(.old) .special-projects-nav__layout,html:not(.old) .page__layout{width:auto}}.left{float:left}.right{float:right}.center{text-align:center}.orange{color:#ff441b}.dark-wrapper{background:#000}.person{display:inline-block;position:relative}.absolute-container{position:relative;height:34.375rem;margin-bottom:3.125rem}dl{padding:0;margin:0}dl dt{display:inline}dl dd{display:inline;margin-left:0;font-weight:bold}dl dd::after{content:" ";display:block}.hr{border-top:0.0625rem solid #e6e1da}.hr_wide{margin-left:-1.875rem;margin-right:-1.875rem}.hr__news{margin-top:1.25rem;margin-bottom:1.25rem}.ya-direct{background:white;border-radius:0.25rem;box-shadow:0 0.0625rem 0.1875rem rgba(0,0,0,0.25)}.ya-direct+.ya-direct{margin-top:1.25rem}.horizontal-direct{width:80rem;height:auto;margin:-3.125rem auto 3.125rem;padding-top:3.125rem;text-align:center;line-height:0}@media only screen and (max-width: 1023px){html:not(.old) .horizontal-direct{display:none}}.horizontal-direct__container{display:inline-block;background:white;position:relative;overflow:hidden;box-shadow:0 0.0625rem 0.1875rem rgba(0,0,0,0.25);margin-top:-3.125rem}.banner{display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;margin-top:1.25rem;line-height:0;cursor:pointer;margin-left:auto;margin-right:auto}.banner__scaler{width:auto;height:auto;position:static;transform-origin:center center;align-self:center}.banner_mb{margin-top:0;margin-bottom:1.25rem}.banner-big{height:16.125rem;position:relative;background:center bottom no-repeat;background-image:url(https://e2.edimdoma.ru/assets/content/banner-5937ce54e17401c5ee58cac42481132724f6370edc03e75f0d98c40b10b25a92.jpg);background-size:100rem auto}@media only screen and (max-width: 1023px){html:not(.old) .banner-big{display:none}}.banner-small{background:#fff;text-align:center;position:relative;margin:0 auto;transform-origin:0 0}@media only screen and (max-width: 1023px){html:not(.old) .banner-small{width:auto}}.banner-small_stretch{width:auto;min-width:80rem}@media only screen and (max-width: 1023px){html:not(.old) .banner-small_stretch{width:auto}}.banner-small_stretch iframe{width:80rem;min-width:100%;*width:100%}.banner-small>div{margin:0 auto;transform-origin:0 0}.banner-small iframe{vertical-align:top}.top{background:#fff;position:absolute;top:0;left:0;right:0;z-index:3;box-shadow:0 0.0625rem 0.3125rem 0 rgba(0,0,0,0.25);min-width:80rem}@media only screen and (max-width: 1023px){html:not(.old) .top{min-width:auto}}.top .header{display:none}@media only screen and (max-width: 1023px){html:not(.old) .top .header{display:block}}.body_toplined .top__nav{border-top:0.0625rem solid #e6e6e6}.top__banner{overflow:hidden}.top__banner_padded .banner-small iframe{padding:15Px 0}@media only screen and (max-width: 1023px){html:not(.old) .top__banner_padded .banner-small iframe{padding:0}}.subtop__banner{overflow:hidden}.special-projects-nav{background:#fff;line-height:2.5rem}@media only screen and (max-width: 1023px){html:not(.old) .special-projects-nav{display:none}}.special-projects-nav__layout{display:flex}.special-projects-nav__links_wrapper{display:flex;flex-wrap:wrap;width:80%}.special-projects-nav__title{color:#4d4d4d;font-size:0.75rem;display:flex;align-items:center;text-transform:uppercase;font-weight:400;float:left;font-weight:bold;margin-right:0.625rem}.special-projects-nav__right{float:right}.special-projects-nav__right>span{vertical-align:top;font-weight:bold;color:#4d4d4d;font-size:0.75rem;text-transform:uppercase}.special-projects-nav__right_expandeble{white-space:nowrap;display:flex;align-items:center;margin-left:0.625rem;padding-right:1.5rem;background-position:center;background-repeat:no-repeat;position:relative}.special-projects-nav__right_expandeble .icon{background-image:url(https://e0.edimdoma.ru/assets/layout/expandeble-arrow-4629f160b42cbf05d036cde6b31a1db20e3557be1459a2aa72ab109196963fb6.png);background-size:0.75rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.special-projects-nav__right_expandeble .icon{background-image:url(https://e3.edimdoma.ru/assets/layout/expandeble-arrow@2x-566b01be06ce4d8c62dde9159bf57b03ac1f4909cf2efbb07d9b677db55e2140.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.special-projects-nav__right_expandeble .icon{background-image:url(https://e2.edimdoma.ru/assets/layout/expandeble-arrow@3x-9f70bb21fa3bea9aeb66089bfb86ae7db433087b3ad2452ca9d52a421f7932f3.png)}}.special-projects-nav__right_expandeble .icon{width:0.75rem;height:0.4375rem;background-size:contain;background-repeat:no-repeat}.special-projects-nav__right_expandeble .icon{position:absolute;top:50%;right:0;margin-top:-0.21875rem}.special-projects-nav__right_expandeble .drop-down{display:none;top:3.25rem;right:-2.5625rem;z-index:2}.special-projects-nav__right:hover{background-position:center;background-repeat:no-repeat}.special-projects-nav__right:hover .icon{background-image:url(https://e1.edimdoma.ru/assets/layout/expandeble-arrow-hover-0f5dab2caede161d32187920a947569fea0295254ffb8ffbd78ea41f8141dbf8.png);background-size:0.75rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.special-projects-nav__right:hover .icon{background-image:url(https://e0.edimdoma.ru/assets/layout/expandeble-arrow-hover@2x-70a0b5b4bbe570fe0c5638291405d1f92de38764215ae86d8d929d7ed1fb7018.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.special-projects-nav__right:hover .icon{background-image:url(https://e2.edimdoma.ru/assets/layout/expandeble-arrow-hover@3x-05e031fdef4b79f3f5b0d8d058f2669e901a52c90a5902d5a059040248c1926c.png)}}.special-projects-nav__right:hover .icon{width:0.75rem;height:0.4375rem;background-size:contain;background-repeat:no-repeat}.special-projects-nav__right:hover>span{color:#808080}.special-projects-nav__right:hover .drop-down{display:block;z-index:100}.special-projects-nav__right .drop-down .drop-down__item{color:#242424;font-size:0.8125rem;text-transform:none}.special-projects-nav__right .drop-down .drop-down__item:hover .drop-down__item-hover{background:#fbf8f6}.special-projects-nav__right .drop-down .drop-down__item:first-child:hover:before{border-bottom:0.625rem solid #fbf8f6}.special-projects-nav__right .drop-down .drop-down__item:first-child .drop-down__item-hover{border-top-left-radius:0.25rem;border-top-right-radius:0.25rem}.special-projects-nav__item{font-weight:bold;color:#999999;height:2.5rem;padding:0 0.5625rem 0 0.5625rem;margin:0;font-size:1rem;float:left;cursor:pointer;box-sizing:border-box;text-align:center;position:relative}.special-projects-nav__item:after{content:"";position:absolute;top:0;right:0;bottom:0;height:1.5rem;top:50%;margin-top:-0.75rem;border-right:0.0625rem solid #000;opacity:0.1}.special-projects-nav__item:last-child:after{border:0}.special-projects-nav__item_hleb{text-transform:uppercase;font-family:"UnicumCondLightC";color:#cfa170;color:#c2884a;font-size:1.25rem}.special-projects-nav__item_hleb:hover{color:#b67b3d !important}.special-projects-nav__item_kitchen{color:#a31632}.special-projects-nav__item_kitchen:hover{color:#761024 !important}.special-projects-nav__item_maguro img{margin-top:-0.3125rem}.special-projects-nav__item:hover{color:#FF391E}.special-projects-nav__item.active{color:white}.special-projects-nav__item_kuhnya.active{background:#FF334E}.special-projects-nav__item img{max-height:1.125rem;vertical-align:middle}.special-projects-nav__counter{position:absolute;height:0;width:0;overflow:hidden}.header{margin:0 auto}.mobile-header-specials{display:none}@media only screen and (max-width: 1023px){html:not(.old) .mobile-header-specials{display:flex}}@media only screen and (max-width: 767px){html:not(.old) .mobile-header-specials{flex-wrap:wrap}}.mobile-header-specials__item{box-sizing:border-box;min-height:2.5rem;display:flex;justify-content:center;align-items:center;text-align:center;font-size:0.875rem;font-weight:600;line-height:1.125rem;padding:0.5rem 1rem;letter-spacing:normal;color:#4d4d4d}@media only screen and (max-width: 767px){html:not(.old) .mobile-header-specials__item{width:100%;flex-basis:25%;padding:0.5rem;word-break:break-word}html:not(.old) .mobile-header-specials__item._three{flex-basis:33.3333%}html:not(.old) .mobile-header-specials__item._two{flex-basis:50%}html:not(.old) .mobile-header-specials__item._one{flex-basis:100%}}@media only screen and (max-width: 539px){html:not(.old) .mobile-header-specials__item{flex-basis:33.3333%}}.page-wrapper{min-height:100%;height:auto !important;height:100%;margin:0 auto -25rem}.page-wrapper__shadow{margin:0 auto;width:80rem;box-shadow:0 0 0.3125rem 0 rgba(0,0,0,0.25)}@media only screen and (max-width: 1023px){html:not(.old) .page-wrapper .header{display:none}}@media only screen and (max-width: 479px){html:not(.old) .page-wrapper{overflow:hidden}}.page-push{height:25rem}.page{background:#f5eee0;width:80rem;margin:0 auto 6.25rem;padding-bottom:2.1875rem;border-radius:0 0 0.25rem 0.25rem;position:relative}@media only screen and (max-width: 1153px){html:not(.old) .page{width:auto}}@media only screen and (max-width: 1023px){html:not(.old) .page{background:#eae0cc;padding-left:1.25rem;padding-right:1.25rem;margin-left:2.5rem;margin-right:2.5rem}}@media only screen and (max-width: 819px){html:not(.old) .page{width:45.3125rem;box-sizing:border-box;margin-left:auto;margin-right:auto}}@media only screen and (max-width: 767px){html:not(.old) .page{margin-bottom:1.25rem}}@media only screen and (max-width: 767px) and (min-width: 319px) and (max-width: 767px){html:not(.old) .page{margin-bottom:calc(20 * 0.0625rem + (100 - 20) * (100vw - 320 * 0.0625rem) / (768 - 320))}}@media only screen and (max-width: 767px) and (max-width: 319px){html:not(.old) html:not(.old) .page{margin-bottom:1.25rem}}@media only screen and (max-width: 767px) and (min-width: 768px){html:not(.old) html:not(.old) .page{margin-bottom:6.25rem}}@media only screen and (max-width: 739px){html:not(.old) .page{width:auto}}@media only screen and (max-width: 599px){html:not(.old) .page{margin-right:0;margin-left:0}}@media only screen and (max-width: 599px) and (min-width: 319px) and (max-width: 599px){html:not(.old) .page{margin-right:calc(0 * 0.0625rem + (80 - 0) * (100vw - 320 * 0.0625rem) / (600 - 320))}}@media only screen and (max-width: 599px) and (max-width: 319px){html:not(.old) html:not(.old) .page{margin-right:0}}@media only screen and (max-width: 599px) and (min-width: 600px){html:not(.old) html:not(.old) .page{margin-right:5rem}}@media only screen and (max-width: 599px) and (min-width: 319px) and (max-width: 599px){html:not(.old) .page{margin-left:calc(0 * 0.0625rem + (80 - 0) * (100vw - 320 * 0.0625rem) / (600 - 320))}}@media only screen and (max-width: 599px) and (max-width: 319px){html:not(.old) html:not(.old) .page{margin-left:0}}@media only screen and (max-width: 599px) and (min-width: 600px){html:not(.old) html:not(.old) .page{margin-left:5rem}}@media only screen and (max-width: 479px){html:not(.old) .page{background:transparent;margin-right:0;margin-left:0;padding-right:0;padding-left:0;box-sizing:content-box}}@media only screen and (max-width: 479px) and (min-width: 319px) and (max-width: 599px){html:not(.old) .page{margin-right:calc(0 * 0.0625rem + (20 - 0) * (100vw - 320 * 0.0625rem) / (600 - 320))}}@media only screen and (max-width: 479px) and (max-width: 319px){html:not(.old) html:not(.old) .page{margin-right:0}}@media only screen and (max-width: 479px) and (min-width: 600px){html:not(.old) html:not(.old) .page{margin-right:1.25rem}}@media only screen and (max-width: 479px) and (min-width: 319px) and (max-width: 599px){html:not(.old) .page{margin-left:calc(0 * 0.0625rem + (20 - 0) * (100vw - 320 * 0.0625rem) / (600 - 320))}}@media only screen and (max-width: 479px) and (max-width: 319px){html:not(.old) html:not(.old) .page{margin-left:0}}@media only screen and (max-width: 479px) and (min-width: 600px){html:not(.old) html:not(.old) .page{margin-left:1.25rem}}@media only screen and (max-width: 479px) and (min-width: 319px) and (max-width: 599px){html:not(.old) .page{padding-right:calc(0 * 0.0625rem + (20 - 0) * (100vw - 320 * 0.0625rem) / (600 - 320))}}@media only screen and (max-width: 479px) and (max-width: 319px){html:not(.old) html:not(.old) .page{padding-right:0}}@media only screen and (max-width: 479px) and (min-width: 600px){html:not(.old) html:not(.old) .page{padding-right:1.25rem}}@media only screen and (max-width: 479px) and (min-width: 319px) and (max-width: 599px){html:not(.old) .page{padding-left:calc(0 * 0.0625rem + (20 - 0) * (100vw - 320 * 0.0625rem) / (600 - 320))}}@media only screen and (max-width: 479px) and (max-width: 319px){html:not(.old) html:not(.old) .page{padding-left:0}}@media only screen and (max-width: 479px) and (min-width: 600px){html:not(.old) html:not(.old) .page{padding-left:1.25rem}}.page_nocomercial{box-shadow:0 0.125rem 0.25rem rgba(0,0,0,0.15)}.main-page-slider-container{position:relative}.main-page-slider-container .slider-paginator-dotted{position:absolute;right:0;left:0;bottom:1.5625rem}@media only screen and (max-width: 599px){html:not(.old) .main-page-slider-container .slider-controls{display:none}}@media only screen and (max-width: 479px){html:not(.old) .main-page-slider-container{border-radius:0.25rem;overflow:hidden}}.card-slider{position:relative}.card-slider .slider-paginator-dotted{position:absolute;left:0;right:0;margin:0 auto;bottom:1.5625rem}.card-slider .slider-paginator-dotted_top{bottom:auto;top:1.0625rem;left:auto;right:0.8125rem}.popup-container_photo-report .slider-paginator-dotted{position:absolute;left:0;right:27%;bottom:1.5625rem}.card-container{margin:0 0 -1.25rem 0;display:flex;flex-wrap:wrap;justify-content:space-between;position:relative}@media only screen and (max-width: 1023px){html:not(.old) .card-container{flex-direction:row}}@media only screen and (max-width: 479px){html:not(.old) .card-container{flex-direction:column}}.card-container:after{content:"";width:17.5rem;display:block}.card-container .card-slider{display:block;margin-bottom:1.25rem}.card-container .card{display:block;margin-bottom:1.25rem}@media only screen and (max-width: 1023px){html:not(.old) .card-container .card{height:28.125rem}html:not(.old) .card-container .card .card__description{height:4rem}}.card-container .photo-preview{margin-bottom:1.25rem}.card-container_one-column{margin:0 0 -1.25rem 0;display:block}.card-container_one-column .card{margin-left:0;float:none}.card-container_one-column .hr{margin-bottom:0.9375rem}.card-container_right{overflow:hidden;padding-bottom:0.1875rem}.card-container_device-commerial{display:none;margin-top:1.25rem}@media only screen and (max-width: 1023px){html:not(.old) .card-container_device-commerial{display:flex}}@media only screen and (max-width: 1023px){html:not(.old) .home-top-card-container{display:grid}html:not(.old) .home-top-card-container>.card{grid-column-start:1;grid-column-end:1;grid-row-start:1;grid-row-end:1}html:not(.old) .home-top-card-container>.slider__slide{grid-column-start:1;grid-column-end:3;grid-row-start:2;grid-row-end:2}html:not(.old) .home-top-card-container>.slider__slide .card_wide{height:31.5rem}html:not(.old) .home-top-card-container>.news-from-julia{grid-column-start:2;grid-column-end:2;grid-row-start:1;grid-row-end:1;width:100%}}@media only screen and (max-width: 819px){html:not(.old) .home-top-card-container>.card{width:20.8125rem}html:not(.old) .home-top-card-container>.news-from-julia{width:20.8125rem}}@media only screen and (max-width: 719px){html:not(.old) .home-top-card-container>.card{width:45vw}html:not(.old) .home-top-card-container>.news-from-julia{width:45vw}}@media only screen and (max-width: 599px){html:not(.old) .home-top-card-container{display:flex;flex-direction:column}html:not(.old) .home-top-card-container>.card{width:100%}html:not(.old) .home-top-card-container>.news-from-julia{width:100%}}@media only screen and (max-width: 1023px){html:not(.old) .home-middle-card-container{display:grid}html:not(.old) .home-middle-card-container>.card_main-action{grid-column-start:1;grid-column-end:1;grid-row-start:1;grid-row-end:1}html:not(.old) .home-middle-card-container>.card_wide{grid-column-start:1;grid-column-end:3;grid-row-start:2;grid-row-end:2;height:31.5rem}html:not(.old) .home-middle-card-container>.flow-item{grid-column-start:2;grid-column-end:2;grid-row-start:1;grid-row-end:1;width:18rem}html:not(.old) .home-middle-card-container>.flow-item .calendar-box{height:100%}html:not(.old) .home-middle-card-container>.flow-item .calendar-box__slide{height:28.125rem}html:not(.old) .home-middle-card-container>.flow-item .calendar-box__slider{width:100%;height:100%}html:not(.old) .home-middle-card-container>.flow-item .slick-track{height:100%}html:not(.old) .home-middle-card-container>.flow-item .calendar-box__slide-overlay{height:100%}html:not(.old) .home-middle-card-container>.flow-item .calendar{display:block}html:not(.old) .home-middle-card-container>.flow-item .calendar-box__separator{top:12.0625rem}}@media only screen and (max-width: 819px){html:not(.old) .home-middle-card-container>.card_main-action{width:20.8125rem}html:not(.old) .home-middle-card-container>.flow-item{width:20.8125rem}}@media only screen and (max-width: 719px){html:not(.old) .home-middle-card-container>.card_main-action{width:45vw}html:not(.old) .home-middle-card-container>.flow-item{width:100%}html:not(.old) .home-middle-card-container .calendar-box{width:45vw;display:flex;justify-content:center}html:not(.old) .home-middle-card-container .calendar-box__slide{width:45vw}}@media only screen and (max-width: 599px){html:not(.old) .home-middle-card-container{display:flex;flex-direction:column}html:not(.old) .home-middle-card-container>.card_main-action{width:100%}html:not(.old) .home-middle-card-container>.flow-item{width:100%}}@media only screen and (max-width: 1023px){html:not(.old) .home-bottom-card-container{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.25rem}html:not(.old) .home-bottom-card-container>.home-online_users{width:100%}html:not(.old) .home-bottom-card-container>.card_main-action{grid-column-start:1;grid-column-end:1;grid-row-start:2;grid-row-end:2}html:not(.old) .home-bottom-card-container>.card_wide{grid-column-start:1;grid-column-end:3;grid-row-start:1;grid-row-end:1;height:31.5rem}html:not(.old) .home-bottom-card-container>.home_bottom_card{grid-column-start:2;grid-column-end:2;grid-row-start:1;grid-row-end:1;width:18rem}}@media only screen and (max-width: 819px){html:not(.old) .home-bottom-card-container>.flow-item_one{width:100%;margin-bottom:0}html:not(.old) .home-bottom-card-container>.flow-item_one>.card{width:102%}html:not(.old) .home-bottom-card-container>.card_main-action{width:20.8125rem}html:not(.old) .home-bottom-card-container>.home_bottom_card{width:20.3rem}html:not(.old) .home-bottom-card-container>.card{width:20.8125rem;margin-bottom:0}html:not(.old) .home-bottom-card-container>.card_wide{width:100%}}@media only screen and (max-width: 719px){html:not(.old) .home-bottom-card-container>.card_main-action{width:45vw}html:not(.old) .home-bottom-card-container>.home_bottom_card{width:45vw}html:not(.old) .home-bottom-card-container>.card{width:auto}html:not(.old) .home-bottom-card-container>.card_wide{width:100%}}@media only screen and (max-width: 599px){html:not(.old) .home-bottom-card-container{display:flex;flex-direction:column}html:not(.old) .home-bottom-card-container>.flow-item_one>.card{width:100%}html:not(.old) .home-bottom-card-container>.card_main-action{width:100%}html:not(.old) .home-bottom-card-container>.home_bottom_card{width:100%}}.mobile-banner-container{padding-top:1.25rem}.show-mobile{display:none}@media only screen and (max-width: 1023px){html:not(.old) .show-mobile{display:block}}.card-container-placeholder{width:17.5rem}@-webkit-keyframes show{0%{opacity:0}100%{opacity:1}}@keyframes show{0%{opacity:0}100%{opacity:1}}.input-file{width:0.00625rem;height:0.00625rem;opacity:0;overflow:hidden;position:absolute;z-index:-1}.popup{position:fixed;top:0;left:0;bottom:0;right:0;z-index:66666;transition:opacity 0.5s ease;-webkit-animation:show 0.5s;animation:show 0.5s}.popup.fixfixed{position:absolute !important;-webkit-overflow-scrolling:touch}.popup .background{top:0;left:0;bottom:0;right:0;position:absolute;z-index:1001;background-color:#000000;opacity:0.9}.popup .popup-center{position:absolute;top:0;right:0;left:0;bottom:0;overflow:hidden;z-index:1002}.popup .popupScroll{height:100%;position:relative;overflow-y:auto;overflow-x:hidden}.popup .popup-table{display:table;width:100%;min-height:100%}.popup .playout{display:table-row}.popup .popup-cell{display:table-cell;vertical-align:middle;text-align:center}.popup .popup-close{position:absolute;top:0;right:-6.875rem;z-index:2;cursor:pointer}@media only screen and (max-width: 609px){html:not(.old) .popup .popup-close{right:-3.125rem}html:not(.old) .popup .popup-close .control-button{margin:0}}@media only screen and (max-width: 499px){html:not(.old) .popup .popup-close{top:-2.5rem;right:0}}.popup-duel .playout{width:60rem}.main-page{position:relative;padding-top:0.03125rem}@media only screen and (max-width: 479px){html:not(.old) .main-page .home_adv_mobile{margin-top:1.25rem}}.main-page .field-row{margin-top:2.3125rem}.main-page .field-row_mt60{margin-top:3.125rem}.main-page .field-row .title{font-size:1.5rem}@media only screen and (max-width: 479px){html:not(.old) .main-page .field-row .title{font-size:1.25rem}}.main-page__wrapper{margin-top:4.6875rem;background-color:#ecd9bf;padding:4.6875rem 0 4.6875rem}@media only screen and (max-width: 599px){html:not(.old) .main-page__wrapper{padding:0;background-color:transparent}html:not(.old) .main-page__wrapper .flow-item{display:none}html:not(.old) .main-page__wrapper .card_wide .card__content{bottom:1rem}}@media only screen and (max-width: 479px){html:not(.old) .main-page{max-width:100vw}html:not(.old) .main-page .home_header_mobile{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center;margin-left:0.625rem;margin-right:0.625rem}html:not(.old) .main-page .home_header_mobile>.right{width:90%;display:flex;justify-content:center;align-items:center}html:not(.old) .main-page .home_header_mobile>.right>.button{width:100%;display:flex;justify-content:center}}@media only screen and (max-width: 299px){html:not(.old) .main-page{margin:0 auto}}.contacts-map a{display:none}.contacts-map iframe{width:100%;height:100%;height:37.5rem;border:none}@media only screen and (max-width: 479px){html:not(.old) .contacts-map iframe{height:25rem}}.about-info{padding:0 1.5625rem 0 2.5rem;position:relative}.about-info .title{font-size:1.125rem;margin-bottom:0.625rem}.about-info__icon{position:absolute;top:0;left:0;background-position:center;background-repeat:no-repeat}.about-info__icon{background-image:url(https://e0.edimdoma.ru/assets/about/about-icon-74b8457767afd19f7b9645b85fc80f6b1c2c9461880bd4e9c5afa9a6295e4f2b.png);background-size:1.375rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.about-info__icon{background-image:url(https://e2.edimdoma.ru/assets/about/about-icon@2x-13da994caffe63f329d983d1103f7830e6d9f476fbd40b41ef4225d58d9d6278.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.about-info__icon{background-image:url(https://e1.edimdoma.ru/assets/about/about-icon@3x-87d225a83b0dafa48b8f9705460cf7b3e4c157045ed9fd1eb66cc44a1f8f9a9b.png)}}.about-info__icon{width:1.375rem;height:1.375rem;background-size:contain;background-repeat:no-repeat}.about-info__description{color:#3d3d3d;font-family:"Open Sans";font-size:0.9375rem;font-weight:400;line-height:1.5rem}.about-info__description+.about-info__description{margin-top:0.625rem}.about-info__ul{padding:0 0 0 1.0625rem;margin:0.625rem 0 4.0625rem 0}.about-info__li{color:#ff391e;font-family:"Open Sans";font-size:0.75rem;font-weight:400;line-height:1.5rem}.about-info__li+.about-info__li{margin-top:0.625rem}.about-info__li span{font-size:0.9375rem;color:#3d3d3d}.about-info__li a{font-size:0.9375rem;color:#ff391e}.about-info__li a:hover{text-decoration:underline}.halp-info{margin-top:1.5625rem}.halp-info:last-child{margin-bottom:1.5625rem}.halp-info .title{margin-bottom:1.25rem}.halp-info__subtitle{color:#3d3d3d;font-family:"Open Sans";font-size:0.9375rem;font-weight:700;line-height:1.5rem;margin-top:1.25rem;margin-bottom:0.625rem}.halp-info__description{color:#3d3d3d;font-family:"Open Sans";font-size:0.9375rem;font-weight:400;line-height:1.5rem}.halp-info__description+.halp-info__description{margin-top:0.625rem}.halp-info__description a{color:#ff391e}.halp-info__description a:hover{text-decoration:underline}.halp-info ol{padding:0 0 0 0.9375rem;margin:0.625rem 0 0 0}.halp-info ol li{color:#ef3836;font-family:"Open Sans";font-size:0.9375rem;font-weight:600;padding-left:0.625rem}.halp-info ol li+li{margin-top:1.25rem}.halp-info ol li span{color:#3d3d3d;display:inline-block;margin-bottom:0.625rem}.halp-info ul{padding:0 0 0 1.0625rem;margin:0 0 0.625rem 0;list-style:disc}.halp-info ul li{font-size:0.75rem;font-weight:400;line-height:1.5rem;margin-top:0.625rem;padding-left:0.3125rem;color:#ef3836}.halp-info ul li+li{margin-top:0.625rem}.halp-info ul li span{font-size:0.9375rem;margin-bottom:0;color:#3d3d3d}.rights-info{margin-top:1.5625rem}.rights-info:last-child{margin-bottom:1.5625rem}.rights-info .title{margin-bottom:1.25rem}.rights-info a{color:#ff391e}.rights-info a:hover{text-decoration:underline}.rights-info__subtitle{color:#3d3d3d;font-family:"Open Sans";font-size:0.9375rem;font-weight:700;line-height:1.5rem;margin-bottom:0.625rem}.rights-info__subtitle_semi-bold{font-weight:600}.rights-info__description{color:#3d3d3d;font-family:"Open Sans";font-size:0.9375rem;font-weight:400;line-height:1.5rem}.rights-info__description+.rights-info__description{margin-top:0.625rem}.rights-info__description span{font-weight:600}.rights-info ol{list-style-type:none;counter-reset:item;margin:0;padding:0}.rights-info ol>li{display:table;counter-increment:item;color:#3d3d3d;font-family:"Open Sans";font-size:0.9375rem}.rights-info ol>li:before{content:counters(item,".") ". ";display:table-cell;padding-right:1.0625rem;color:#ef3836;font-weight:600}.rights-info ol>li+li{margin-top:0.625rem}.rights-info ol>li ol{margin-top:0.625rem}.rights-info ol>li ol>li{margin:0}.rights-info ol>li ol>li:before{content:counters(item,".") ". "}.rights-info ol>li ol>li+li{margin-top:0.625rem}.rights-info ol>li ol>li>ul:last-child{margin-bottom:0}.rights-info ul{padding:0;margin:0 0 0.625rem 0;list-style:none}.rights-info ul li{font-size:0.9375rem;font-weight:400;line-height:1.5rem;margin-top:0.625rem;padding-left:1.25rem;position:relative}.rights-info ul li:before{content:"•";position:absolute;color:#ef3836;top:0.0625rem;left:0}.rights-info ul li+li{margin-top:0.625rem}.rights-info ul li span{font-size:0.9375rem;margin-bottom:0}.rights-info .rights-info__description+ol{margin-top:0.625rem}.policy-info{margin-top:1.5625rem}.policy-info:last-child{margin-bottom:1.5625rem}.policy-info .title{margin-bottom:1.25rem}.policy-info a{color:#ff391e}.policy-info a:hover{text-decoration:underline}.policy-info__subtitle{color:#3d3d3d;font-family:"Open Sans";font-size:0.9375rem;font-weight:700;line-height:1.5rem;margin-bottom:0.625rem}.policy-info__subtitle_semi-bold{font-weight:600}.policy-info__description{color:#3d3d3d;font-family:"Open Sans";font-size:0.9375rem;font-weight:400;line-height:1.5rem}.policy-info__description+.policy-info__description{margin-top:0.625rem}.policy-info__description span{font-weight:600}.policy-info ol{list-style-type:none;counter-reset:item;margin:0;padding:0}.policy-info ol>li{display:table;counter-increment:item;color:#3d3d3d;font-family:"Open Sans";font-size:0.9375rem}.policy-info ol>li:before{content:counters(item,".") ". ";display:table-cell;padding-right:1.0625rem;color:#ef3836;font-weight:600}.policy-info ol>li+li{margin-top:0.625rem}.policy-info ol>li ol{margin-top:0.625rem}.policy-info ol>li ol>li{margin:0}.policy-info ol>li ol>li:before{content:counters(item,".") ". "}.policy-info ol>li ol>li+li{margin-top:0.625rem}.policy-info ol>li ol>li>ul:last-child{margin-bottom:0}.policy-info ul{padding:0;margin:0 0 0.625rem 0;list-style:none}.policy-info ul li{font-size:0.9375rem;font-weight:400;line-height:1.5rem;margin-top:0.625rem;padding-left:1.25rem;position:relative}.policy-info ul li:before{content:"•";position:absolute;color:#ef3836;top:0.0625rem;left:0}.policy-info ul li+li{margin-top:0.625rem}.policy-info ul li span{font-size:0.9375rem;margin-bottom:0}.policy-info .policy-info__description+ol{margin-top:0.625rem}.advertisers-box .title{color:#3d3d3d;font-weight:600;margin-bottom:0.75rem}.advertisers-box__phone{font-weight:600;color:#3d3d3d}.advertisers-box__email{font-weight:600;color:#ff441b}.advertisers-box ul{margin:0;padding:0;line-height:1.5625rem;font-size:0.9375rem;list-style-type:none;margin-bottom:1.4375rem}.advertisers-box ul li{padding-left:1.6875rem;position:relative;margin-bottom:0.625rem}.advertisers-box ul li:before{content:"";position:absolute;top:0.6875rem;left:0;width:0.25rem;height:0.25rem;border-radius:50%;background-color:#ff441b}.advertisers-box ul a{color:#ff441b}.advertisers-box ul a .icon{display:inline-block;vertical-align:middle;margin-left:0.9375rem;background-position:center;background-repeat:no-repeat}.advertisers-box ul a .icon{background-image:url(https://e1.edimdoma.ru/assets/download-47e872f87f9037c10b98cfce27169a49ee7df5383f09d42981e7ce543cb1904c.png);background-size:0.625rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.advertisers-box ul a .icon{background-image:url(https://e2.edimdoma.ru/assets/download@2x-6e556fd3414f680c7a97cc7dfeee870e1e35d6fa7fe92a0b0399b414918b8742.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.advertisers-box ul a .icon{background-image:url(https://e2.edimdoma.ru/assets/download@3x-dcec4ea7f57182762c68a631a7b0ee626114d7ab48517388f5447550255ff1be.png)}}.advertisers-box ul a .icon{width:0.625rem;height:0.625rem;background-size:contain;background-repeat:no-repeat}.advertisers-box p{margin:0;font-size:0.9375rem;line-height:1.5625rem;color:#3d3d3d}.advertisers-box .hr{margin:1.875rem 0}.advertisers-box table{margin-top:1.375rem;width:100%}.advertisers-box table td{vertical-align:middle;text-align:center;height:5rem}.advertisers-box table img{height:auto}.advertisers-box table tr:nth-child(1) td:nth-child(1) img{width:72%}.advertisers-box table tr:nth-child(1) td:nth-child(2) img{width:72%}.advertisers-box table tr:nth-child(1) td:nth-child(3) img{width:71%}.advertisers-box table tr:nth-child(2) td:nth-child(1) img{width:64%}.advertisers-box table tr:nth-child(2) td:nth-child(2) img{width:40%}.text-icon_like .fonticon{display:inline-block !important;position:relative}[class^="heart-animation-"]{background:url(https://e2.edimdoma.ru/assets/heart-ba385963ca5ccf992f5d90e19fb592bb4da84717fd20225b0c81ce4ad4d09703.svg) no-repeat center;background-size:100%;display:block;position:absolute;top:0.8125rem;left:0;width:1rem;height:0.875rem;opacity:0}.liked .fonticon{color:#ff391e !important}[itemprop="recipeInstructions"]{margin-top:1.25rem}@media only screen and (max-width: 1023px){html:not(.old) .hide-sm{display:none}}.link_disabled{pointer-events:none;cursor:default;background-color:#cccccc !important}.accept_field_container .checkbox{line-height:0.75rem !important}.accept_field_container .checkbox span{font-size:0.75rem;line-height:0.75rem;text-align:left}.accept_field_container .checkbox span:before{top:0.25rem !important}.accept_field_container_white .checkbox span{color:#fff}.accept_field_container_white .error{font-size:0.75rem;line-height:0.75rem;color:red}.inpool_no_one_px_width_for_iframe iframe{width:auto !important}.module{position:absolute;width:0;height:0;visibility:hidden;opacity:0}.note_block .text{padding-bottom:2.1875rem}.note_block .button{margin-left:0.9375rem}.note_block textarea{vertical-align:top;margin-bottom:0.9375rem}@media only screen and (max-width: 1023px){.hide-sm{display:none}}.adfox_bn_desktop{display:flex}@media only screen and (max-width: 1023px){.adfox_bn_desktop{display:none !important}}.adfox_bn_tablet{display:none !important}@media only screen and (max-width: 1023px){.adfox_bn_tablet{display:flex !important}}@media only screen and (max-width: 599px){.adfox_bn_tablet{display:none !important}}.adfox_bn_phone{display:none !important}@media only screen and (max-width: 599px){.adfox_bn_phone{display:flex !important;margin-bottom:1.25rem}}.adfox_bn_phone__specials{display:flex !important}.adfox_bn_db_desktop{display:block}@media only screen and (max-width: 1023px){.adfox_bn_db_desktop{display:none !important}}.adfox_bn_db_tablet{display:none !important}@media only screen and (max-width: 1023px){.adfox_bn_db_tablet{display:block !important}}@media only screen and (max-width: 599px){.adfox_bn_db_tablet{display:none !important}}.adfox_bn_db_phone{display:none !important}@media only screen and (max-width: 599px){.adfox_bn_db_phone{display:block !important}}[data-simplebar]{overflow:visible !important}.quiz-popup__exitblock{display:none;position:fixed;left:0;top:0;width:100%;height:100%;z-index:100000}.quiz-popup__exitblock .quiz-popup__fon{background:#F6FCFF;opacity:0.8;position:fixed;width:100%;height:100%}.quiz-popup__modaltextWrapper{box-sizing:border-box;padding:1.25rem 1rem;background:#F6FCFF;position:relative;width:20rem;height:16.625rem;box-shadow:0 0.25rem 0.625rem 0.125rem rgba(0,0,0,0.5);top:50%;left:50%;transform:translate(-50%, -50%);border-radius:0.3125rem;border:none}.quiz-popup__modaltextBlock{margin-top:2rem}.quiz-popup__modal_header{font-family:Noto Serif;font-style:normal;font-weight:600;font-size:1.25rem;line-height:1.75rem;color:#000000;margin-bottom:1.25rem;text-align:center}.quiz-popup__modaltext{font-style:normal;font-weight:normal;font-size:0.9375rem;line-height:1.5625rem;color:#111111;text-align:center}.quiz-popup__confirm{background:#EB4C32;border-radius:1.375rem;display:flex;justify-content:center;align-items:center;padding:0.625rem;border:none;text-transform:uppercase;color:white;bottom:1.25rem;position:absolute;width:calc(100% - 2rem);cursor:pointer;transition:background 0.2s ease}.quiz-popup__confirm:hover{background:#FD7F6A}.quiz-popup__modal-close{position:absolute;cursor:pointer;line-height:0.75rem;font-size:2.125rem;display:flex;right:1.25rem;top:1.25rem;background:transparent;border:none;color:#4C4C4C;transition:transform 0.2s ease;width:0.88938rem;height:0.88938rem;padding:0}.quiz-popup__modal-close svg{width:0.88938rem;height:0.88938rem}.quiz-popup__modal-close svg path{fill:all 0.2s ease}.quiz-popup__modal-close:hover{transform:rotate(90deg)}.quiz-popup__modal-close:hover svg path{fill:#EB4C32}.get-mnn-block{margin:2rem -1.87rem 0}@media only screen and (max-width: 1023px){html:not(.old) .get-mnn-block{margin:2rem -3.75rem 0}}@media only screen and (max-width: 767px){html:not(.old) .get-mnn-block{margin-left:calc((20 * 0.0625rem + (60 - 20) * (100vw - 600 * 0.0625rem) / (768 - 600)) * (-1) );margin-right:calc((20 * 0.0625rem + (60 - 20) * (100vw - 600 * 0.0625rem) / (768 - 600)) * (-1) )}}@media only screen and (max-width: 599px){html:not(.old) .get-mnn-block{margin:2rem -1.25rem 0}}.get-mnn-block__image{width:100%}.zen_block{margin:2rem -1.9rem 0;height:2.5rem;background:linear-gradient(90deg, #ff5f6d 0%, #ffc371 100%);display:flex;justify-content:center;align-items:center;font-family:Open Sans;font-weight:600;line-height:1.375rem;text-align:right;color:#000000}.zen_block img{margin-left:0.1875rem}@media only screen and (max-width: 1023px){html:not(.old) .zen_block{margin:2rem -3.8rem 0}}@media only screen and (max-width: 767px){html:not(.old) .zen_block{margin-left:calc((20 * 0.0625rem + (60 - 20) * (100vw - 600 * 0.0625rem) / (768 - 600)) * (-1) );margin-right:calc((20 * 0.0625rem + (60 - 20) * (100vw - 600 * 0.0625rem) / (768 - 600)) * (-1) )}}@media only screen and (max-width: 599px){html:not(.old) .zen_block{font-size:0.6875rem;margin:2rem -1.3rem 0}html:not(.old) .zen_block img{margin-left:0.5rem}html:not(.old) .zen_block .zen_hide_mobile{display:none}}.sticky_subscribe_block{position:relative;box-sizing:border-box;width:100%;height:3.75rem;position:fixed;bottom:0;left:0;background:#FFFFFF;z-index:1000000000;text-transform:uppercase;font-weight:bold;font-size:1rem;line-height:1.375rem;display:none;justify-content:center;align-items:center}.sticky_subscribe_block img{width:2rem;height:2rem;margin-left:1rem}.sticky_subscribe_block .close_sticky_subscribe_block{position:absolute;right:0;display:flex;justify-content:center;align-items:center;width:3.125rem;height:100%;cursor:pointer}.sticky_subscribe_block .svg_wrapper{width:1.5rem;height:1.5rem}.sticky_subscribe_block .svg_wrapper svg{width:inherit;height:inherit}.sticky_subscribe_block__visible{display:flex}@media only screen and (max-width: 599px){html:not(.old) .sticky_subscribe_block{height:3rem;font-weight:bold;font-size:0.625rem;line-height:0.875rem}html:not(.old) .sticky_subscribe_block img{width:1.5rem;height:1.5rem;margin-left:0.5rem}html:not(.old) .sticky_subscribe_block .svg_wrapper{right:0.5625rem;width:0.75rem;height:0.75rem}}.vk_block{border:0.0625rem solid #0077FF;color:#000000}.tg_block{border:0.0625rem solid #d58c96;color:#d58c96}.sticky_kh_widget_block{position:relative;box-sizing:border-box;width:100%;height:3.75rem;position:fixed;bottom:0;left:0;background:rgba(255,255,255,0);z-index:1000000000;text-transform:uppercase;font-weight:bold;font-size:1rem;line-height:1.375rem;display:none;justify-content:center;align-items:center}.sticky_kh_widget_block__visible{display:flex}@media only screen and (max-width: 599px){html:not(.old) .sticky_kh_widget_block{height:3rem;font-weight:bold;font-size:0.625rem;line-height:0.875rem}}.kh_widget{color:#66b87e}.additional_news_wrapper{background-color:#fff;box-shadow:0 0.0625rem 0.25rem rgba(71,44,6,0.2);border-radius:0.75rem;padding-bottom:1.25rem}.gallery{position:relative;margin:1.875rem -1.875rem;cursor:pointer}@media only screen and (max-width: 1023px){html:not(.old) .gallery{margin:0}}@media only screen and (max-width: 599px){html:not(.old) .gallery{margin:0 -1.25rem}}@media only screen and (max-width: 479px){html:not(.old) .gallery{margin:0 -1.25rem}}.gallery__image_img{max-width:100%}.gallery__title{height:3.125rem;line-height:3.125rem;padding:0 1.5625rem}.gallery__title .fonticon{color:#d1d1d1;cursor:pointer;vertical-align:middle}.gallery__title .fonticon span{display:inline-block;vertical-align:bottom;color:#242424;font-size:0.875rem;font-weight:400;font-family:"Open Sans";margin-left:0.625rem}.gallery__title .fonticon:hover{color:#ff391e}.gallery-slider .slick-list{width:100%}.slider-paginator-dotted{position:absolute;bottom:0.9375rem;left:0;right:0}.slider-paginator-dotted li{padding:0 !important}.slider-paginator-dotted li:before{content:none !important}.slider-buttons{width:100%;box-sizing:border-box}.slider-buttons .control-button{position:absolute;top:12.5rem;display:inline-block;z-index:1000}.slider-buttons .slider-controls__prev{left:0.625rem}.slider-buttons .slider-controls__next{right:0.625rem}.pale{color:#b2b2b2}.hoverable{text-decoration:underline}.hoverable:hover{text-decoration:none}.news_preview_wrapper{width:100%;height:100%;background-color:red;position:relative;margin-top:2vw;border-radius:0.25rem;box-shadow:0 0.0625rem 0.25rem rgba(71,44,6,0.2);overflow:hidden}.news_preview_image{width:100%}.news_preview_title{font-size:2vw;font-weight:bold;position:absolute;color:#C80000;width:100%;height:100%;text-align:center;top:0;display:flex;justify-content:center;align-items:center;background:radial-gradient(circle, #ffffff 0%,rgba(255,255,255,0.5) 75%,rgba(255,255,255,0) 100%)}@media only screen and (max-width: 599px){html:not(.old) .news_preview_title{font-size:4vw}}.news_preview_button{position:absolute;bottom:0;left:0;width:100%;border:none;height:2.5rem;color:darkslategrey;font-weight:bold;font-size:0.875rem;transition:all 0.2s ease-in-out}.news_preview_button:hover{color:#fff;background:#C80000}@font-face{font-family:"Open Sans";src:url(https://e2.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-regular-8862149d020b1ac647095eb32adc144e0c8de72c64813b46c114d0203b8f8efe.eot);src:url(https://e2.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-regular-8862149d020b1ac647095eb32adc144e0c8de72c64813b46c114d0203b8f8efe.eot?#iefix) format("embedded-opentype"),url(https://e1.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-regular-f8ec7711567669ddcd7e7b165a1600d0e7a4b91eb18ac53d2428076fa9b2de0c.woff2) format("woff2"),url(https://e2.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-regular-cc303448d0729f08e4433385327b66a6544bb3c5b7b913cded6d2b5ca3c6396a.woff) format("woff"),url(https://e1.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-regular-a17818dfc67b1eb130d318b28bc5e15417013117ba07cc59052ba9c05f3111fa.ttf) format("truetype"),url(https://e0.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-regular-f8396d832e2b270319c4e17df620c06f77293f5c4e7ffdce337c9b90fa75d133.svg#OpenSans) format("svg");font-weight:400;font-style:normal}@font-face{font-family:"Open Sans";src:url(https://e0.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-italic-653e3f32ec2bdbffd19c767bb90337fcfaa5731b1b82796ef5975c645c3c329e.eot);src:url(https://e0.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-italic-653e3f32ec2bdbffd19c767bb90337fcfaa5731b1b82796ef5975c645c3c329e.eot?#iefix) format("embedded-opentype"),url(https://e0.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-italic-85a7d3dea11f2931638eb88c64b6ebf468be832f8485c59189eb28f1a9fcd2e8.woff2) format("woff2"),url(https://e0.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-italic-ed735d04e65c366854f45f6df713d0d7d4a97beace1e5493d4051db9675d556c.woff) format("woff"),url(https://e3.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-italic-fa7feee0b0ed6b10661784eefafb35e70a7a70b38a28624c90841a708c7956f6.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:"Open Sans";src:url(https://e0.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-600-f5aadb01512a587d885306a2301685bc13139ae49a5ee953ca31fff957f9a4d0.eot);src:url(https://e0.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-600-f5aadb01512a587d885306a2301685bc13139ae49a5ee953ca31fff957f9a4d0.eot?#iefix) format("embedded-opentype"),url(https://e0.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-600-01897222cb646d05ba2e985322e32cd3ffaad6e80c155e9beb300c62ea732706.woff2) format("woff2"),url(https://e2.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-600-b02c271e114d4ea54346130d4321917890f1872053e742cb6b6fa762e8823736.woff) format("woff"),url(https://e1.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-600-f2d082e28c2756f6e65602396a033ba0a66a5a4e3699da649d1186bd45786aca.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:"Open Sans";src:url(https://e3.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-600italic-746a1e876092ae057684e1ed401632fa351a377da912a0fdffa70d8ed6e9ae95.eot);src:url(https://e3.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-600italic-746a1e876092ae057684e1ed401632fa351a377da912a0fdffa70d8ed6e9ae95.eot?#iefix) format("embedded-opentype"),url(https://e1.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-600italic-e235d6bf35d264c1826d136cf8919659a1aa8930f6c1e092860dca0015962f21.woff2) format("woff2"),url(https://e2.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-600italic-b64cefb9307bd250ee170eb4507535de2be19a2e7f0233eb442f0a83fc17ba51.woff) format("woff"),url(https://e3.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-600italic-b7777223bc7b02e6cae4bcfcd34b19f7d43bbb20cd9c45f4b61f05890084208e.ttf) format("truetype");font-weight:600;font-style:italic}@font-face{font-family:"Open Sans";src:url(https://e2.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-700-88a21eca4799f412f61530f492b757d9c6897513e9dc91956dd09d5c30592481.eot);src:url(https://e2.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-700-88a21eca4799f412f61530f492b757d9c6897513e9dc91956dd09d5c30592481.eot?#iefix) format("embedded-opentype"),url(https://e1.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-700-9d373f4f7169836c6b3b1f639b677f77ea9079cea3338a7a82f12ecb04bebf3d.woff2) format("woff2"),url(https://e3.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-700-62891ba044bc9ba76c2f2575b8b9abf39e27add95a1c343e52f3b997e1ae73c3.woff) format("woff"),url(https://e3.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-700-15a45c4703199b41bb0530f7fb9e2cc85d20877fa25f370936372e4e42c6daac.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"Open Sans";src:url(https://e2.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-700italic-a74a8ee6f3eef2eb4545ca267ddacc4675a72584eac3238ac4e1ec4b87e58c61.eot);src:url(https://e2.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-700italic-a74a8ee6f3eef2eb4545ca267ddacc4675a72584eac3238ac4e1ec4b87e58c61.eot?#iefix) format("embedded-opentype"),url(https://e3.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-700italic-2ce88a5f8665c1bc0c24ae4cc47849d89d5bb3e90e78b08af79f6b19e5f180ce.woff2) format("woff2"),url(https://e2.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-700italic-64143096f8c480337d4dbac262ce8c13279a16cbd65fedf936e2d02fb237d056.woff) format("woff"),url(https://e1.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-700italic-a5dc6841a343ee1f926a7b8ba121e6eedfce5749b2e32c66305409dbc3c4a6f6.ttf) format("truetype");font-weight:700;font-style:italic}@font-face{font-family:"Noto Serif";src:url(https://e3.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-700italic-d664cdc4bdda4e4f6959f56dd88ac363cce5929ebf82039783682a96ad0069b8.eot);src:url(https://e3.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-700italic-d664cdc4bdda4e4f6959f56dd88ac363cce5929ebf82039783682a96ad0069b8.eot?#iefix) format("embedded-opentype"),url(https://e0.edimdoma.ru/assets/NotoSerif-BoldItalic-webfont-cb08bc8847ace726a4d561932aa3679fe39a60e206afa12925621c10c7079c54.woff2) format("woff2"),url(https://e1.edimdoma.ru/assets/NotoSerif-BoldItalic-webfont-f80a0149c50c011b6f336d65d1a15aff1c827167e5198837c39af786e68a794f.woff) format("woff"),url(https://e2.edimdoma.ru/assets/NotoSerif-BoldItalic-webfont-e858f446bd787cb6a3f675c6cd49334cb6584709ff61e2824be91ec053d6b8fa.ttf) format("truetype");font-weight:700;font-style:italic}@font-face{font-family:"Noto Serif";src:url(https://e0.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-700-dcf83497b3860f4385abc0b4f8e249568e7342fb11127d1d9d4181a8f7eac871.eot);src:url(https://e0.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-700-dcf83497b3860f4385abc0b4f8e249568e7342fb11127d1d9d4181a8f7eac871.eot?#iefix) format("embedded-opentype"),url(https://e1.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-700-874af5db9f81d004a30ad25f6e061fd49baa925435141e0a734fb54edbbecd62.woff2) format("woff2"),url(https://e1.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-700-05e219c05ae6b5c661966dcf0725f41e6b620af369985b98f55368e5208a1386.woff) format("woff"),url(https://e2.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-700-5aea46bf662c8e38ff864b087a9e91a227f4f9e51a5eefd7bdfcf467b3e87363.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"Noto Serif";src:url(https://e2.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-regular-4bcf7f23d1eb12afe494ea486253b58cf99d51869c5cf9cc2d161694544ef8bc.eot);src:url(https://e2.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-regular-4bcf7f23d1eb12afe494ea486253b58cf99d51869c5cf9cc2d161694544ef8bc.eot?#iefix) format("embedded-opentype"),url(https://e3.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-regular-2616faa74944f3b4013db0f4d2699f6c1cf523e8faf4d8cc922e99d0a2a6b8cf.woff2) format("woff2"),url(https://e3.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-regular-87cd2fce4650f598a52d391f3b4ed9b425fd4b91bb339805ab476108d26e8e4b.woff) format("woff"),url(https://e2.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-regular-ee77ca61300eae8ec5669617f616227db4096af5803e280624fefe554eda8ed6.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:"Noto Serif";src:url(https://e3.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-italic-f914010aa757cff0e35aa939cfd5160e74032e37b756b9fe54f3b19e499ddca7.eot);src:url(https://e3.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-italic-f914010aa757cff0e35aa939cfd5160e74032e37b756b9fe54f3b19e499ddca7.eot?#iefix) format("embedded-opentype"),url(https://e2.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-italic-8fd173069565f23117c4de603398ab208d8274cefed3a5bd46046f3bad0d64c3.woff2) format("woff2"),url(https://e0.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-italic-005010e8809a61e35435c225542eff749cb6fa358dd6985623b9654d66c704f6.woff) format("woff"),url(https://e0.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-italic-542f23b486036425f4c8a8111f58df9fb9cd9d670f38059f26fcc488ebcf6b72.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:"EdimDoma Icons";src:url(https://e3.edimdoma.ru/assets/EdimDoma-Icons-23a7021a587739ce89ff0b869e0c5f8a9df2732221ae3fbd64be211a7bbc5577.eot);src:url(https://e3.edimdoma.ru/assets/EdimDoma-Icons-23a7021a587739ce89ff0b869e0c5f8a9df2732221ae3fbd64be211a7bbc5577.eot?#iefix) format("embedded-opentype"),url(https://e3.edimdoma.ru/assets/EdimDoma-Icons-e38fd0c1ed7b890bf9c13956c61607a643dffe2223d1197e0ec7cdef830e4dfc.woff) format("woff"),url(https://e0.edimdoma.ru/assets/EdimDoma-Icons-50bb879761b1297579bdfa88063de3919399a32a2b7096fabb4ef907276d1e99.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:"Roboto Medium";src:url("Roboto-Medium.eot");src:url("Roboto-Medium.eot?#iefix") format("embedded-opentype"),url(https://e1.edimdoma.ru/assets/Roboto-Medium-e3aa2710d491e00e12efac880a32633506131aa8cf337ade92ee723cfc9733aa.woff) format("woff"),url(https://e2.edimdoma.ru/assets/Roboto-Medium-80f74baa0957475cfff184d3bb104472c11c92a890683515dbda8dc83a31ad2f.ttf) format("truetype");font-weight:700;font-style:normal}.browser-cap{padding-top:0}.browser-cap .bg{min-height:100%;min-width:64rem;width:100%;height:auto;position:fixed;top:0;left:0}.old-browsers{position:relative;display:table;width:100%;height:100%;min-height:600Px;z-index:2}.old-browsers__wrapper{display:table-cell;vertical-align:middle;text-align:center}.old-browsers__logo{background-position:center;background-repeat:no-repeat;width:179Px;height:70Px;margin:0 auto 15Px}.old-browsers__logo{background-image:url(https://e2.edimdoma.ru/assets/old-browsers/logo-8bd10806fdf074b62834e7c8842c9bf15ef1f5f526217d10390ce0078ec51ed8.png);background-size:11.1875rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.old-browsers__logo{background-image:url(https://e3.edimdoma.ru/assets/old-browsers/logo@2x-4ae13035cfaeeadef64066a0a56be6c4028184ded85200c95aae8ce4706f813d.png)}}.old-browsers__logo{width:11.1875rem;height:4.375rem;background-size:contain;background-repeat:no-repeat}.old-browsers__title{color:white;font-family:"Noto Serif";font-size:60Px;font-weight:700;line-height:normal;margin-bottom:40Px}.old-browsers__text{color:white;font-family:"Open Sans";font-size:16Px;font-weight:400;line-height:24Px;margin-bottom:75Px}.old-browsers .browser-link{display:inline-block;padding-top:77Px;box-sizing:border-box;margin:0 50Px}.old-browsers .browser-link:hover .browser-link__text{color:#ff391e;text-decoration:underline}.old-browsers .browser-link_ie{background-position:center;background-repeat:no-repeat;width:62Px;background-position:top center}.old-browsers .browser-link_ie{background-image:url(https://e2.edimdoma.ru/assets/old-browsers/ie-7bea47aea7f333e389fd410c08f19ad1969c2567be0a7d4c2fb74ece6258b23d.png);background-size:3.875rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.old-browsers .browser-link_ie{background-image:url(https://e1.edimdoma.ru/assets/old-browsers/ie@2x-fcbc6418fc8a430de59d8df80201fe49b05af28ed1bc1570f86b16063d1647a2.png)}}.old-browsers .browser-link_ie{width:3.875rem;height:3.75rem;background-size:contain;background-repeat:no-repeat}.old-browsers .browser-link_ie:before{content:"";background-position:center;background-repeat:no-repeat;width:62Px;display:none}.old-browsers .browser-link_ie:before{background-image:url(https://e2.edimdoma.ru/assets/old-browsers/ie-hover-e1cdba07a64432d2ba3cbf053e03fa14a8582d29107ab8699299f080c7dbcd63.png);background-size:3.875rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.old-browsers .browser-link_ie:before{background-image:url(https://e2.edimdoma.ru/assets/old-browsers/ie-hover@2x-9fd69bd56a65fa310350c5405a056761591faa4d26012c6dfeed5df5d9069197.png)}}.old-browsers .browser-link_ie:before{width:3.875rem;height:3.75rem;background-size:contain;background-repeat:no-repeat}.old-browsers .browser-link_ie:hover{background-position:center;background-repeat:no-repeat;width:62Px;background-position:top center}.old-browsers .browser-link_ie:hover{background-image:url(https://e2.edimdoma.ru/assets/old-browsers/ie-hover-e1cdba07a64432d2ba3cbf053e03fa14a8582d29107ab8699299f080c7dbcd63.png);background-size:3.875rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.old-browsers .browser-link_ie:hover{background-image:url(https://e2.edimdoma.ru/assets/old-browsers/ie-hover@2x-9fd69bd56a65fa310350c5405a056761591faa4d26012c6dfeed5df5d9069197.png)}}.old-browsers .browser-link_ie:hover{width:3.875rem;height:3.75rem;background-size:contain;background-repeat:no-repeat}.old-browsers .browser-link_ff{background-position:center;background-repeat:no-repeat;width:61Px;background-position:top center}.old-browsers .browser-link_ff{background-image:url(https://e3.edimdoma.ru/assets/old-browsers/ff-64997cd21ec0523ede8135b73d6ba2d966e4497256398d3afa38f9101819a6de.png);background-size:3.8125rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.old-browsers .browser-link_ff{background-image:url(https://e3.edimdoma.ru/assets/old-browsers/ff@2x-016ecc8290c4b707e5da42b4dc662fb799e2d69eaa12cce9e68c100a6d9d5730.png)}}.old-browsers .browser-link_ff{width:3.8125rem;height:3.75rem;background-size:contain;background-repeat:no-repeat}.old-browsers .browser-link_ff:before{content:"";background-position:center;background-repeat:no-repeat;width:61Px;display:none}.old-browsers .browser-link_ff:before{background-image:url(https://e3.edimdoma.ru/assets/old-browsers/ff-hover-146083cc5f7a4c96f8506400341049f1a059925e2a09117145aae8f864917126.png);background-size:3.8125rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.old-browsers .browser-link_ff:before{background-image:url(https://e3.edimdoma.ru/assets/old-browsers/ff-hover@2x-eae40e55a6429567db5e8c27a09ed14b0ee929dfa814b1cfe802f653ccc2685b.png)}}.old-browsers .browser-link_ff:before{width:3.8125rem;height:3.75rem;background-size:contain;background-repeat:no-repeat}.old-browsers .browser-link_ff:hover{background-position:center;background-repeat:no-repeat;width:61Px;background-position:top center}.old-browsers .browser-link_ff:hover{background-image:url(https://e3.edimdoma.ru/assets/old-browsers/ff-hover-146083cc5f7a4c96f8506400341049f1a059925e2a09117145aae8f864917126.png);background-size:3.8125rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.old-browsers .browser-link_ff:hover{background-image:url(https://e3.edimdoma.ru/assets/old-browsers/ff-hover@2x-eae40e55a6429567db5e8c27a09ed14b0ee929dfa814b1cfe802f653ccc2685b.png)}}.old-browsers .browser-link_ff:hover{width:3.8125rem;height:3.75rem;background-size:contain;background-repeat:no-repeat}.old-browsers .browser-link_opera{background-position:center;background-repeat:no-repeat;width:57Px;background-position:top center}.old-browsers .browser-link_opera{background-image:url(https://e3.edimdoma.ru/assets/old-browsers/opera-24b5956a2d7387c2c2ca2d9f4d194ad322737c371d452fca4c1122f6ac3c676a.png);background-size:3.5625rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.old-browsers .browser-link_opera{background-image:url(https://e1.edimdoma.ru/assets/old-browsers/opera@2x-c8ffd58b21da3b066d9f3290108d3b6e743ccadfb74f69d23c4184e8c69ea872.png)}}.old-browsers .browser-link_opera{width:3.5625rem;height:3.75rem;background-size:contain;background-repeat:no-repeat}.old-browsers .browser-link_opera:before{content:"";background-position:center;background-repeat:no-repeat;width:57Px;display:none}.old-browsers .browser-link_opera:before{background-image:url(https://e3.edimdoma.ru/assets/old-browsers/opera-hover-e5540147f68531c8e5f494c0e108658eac7a75fcece6ec5e4f5fd1f617609b14.png);background-size:3.5625rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.old-browsers .browser-link_opera:before{background-image:url(https://e0.edimdoma.ru/assets/old-browsers/opera-hover@2x-1e7aa4c632eb53d57e0269ab7ebad46c16da61d8fbbee37d3d52b42240f202e5.png)}}.old-browsers .browser-link_opera:before{width:3.5625rem;height:3.75rem;background-size:contain;background-repeat:no-repeat}.old-browsers .browser-link_opera:hover{background-position:center;background-repeat:no-repeat;width:57Px;background-position:top center}.old-browsers .browser-link_opera:hover{background-image:url(https://e3.edimdoma.ru/assets/old-browsers/opera-hover-e5540147f68531c8e5f494c0e108658eac7a75fcece6ec5e4f5fd1f617609b14.png);background-size:3.5625rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.old-browsers .browser-link_opera:hover{background-image:url(https://e0.edimdoma.ru/assets/old-browsers/opera-hover@2x-1e7aa4c632eb53d57e0269ab7ebad46c16da61d8fbbee37d3d52b42240f202e5.png)}}.old-browsers .browser-link_opera:hover{width:3.5625rem;height:3.75rem;background-size:contain;background-repeat:no-repeat}.old-browsers .browser-link_chrome{background-position:center;background-repeat:no-repeat;width:60Px;background-position:top center}.old-browsers .browser-link_chrome{background-image:url(https://e2.edimdoma.ru/assets/old-browsers/chrome-387a8b2023799dfb13454d1cb5ae4ec973f67ede87701211ddfd361491f6167a.png);background-size:3.75rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.old-browsers .browser-link_chrome{background-image:url(https://e2.edimdoma.ru/assets/old-browsers/chrome@2x-c0afe16b7b90030994a3e75c69f42fb210d9e9e2dae22e974b2f7febc2adbd36.png)}}.old-browsers .browser-link_chrome{width:3.75rem;height:3.75rem;background-size:contain;background-repeat:no-repeat}.old-browsers .browser-link_chrome:before{content:"";background-position:center;background-repeat:no-repeat;width:60Px;display:none}.old-browsers .browser-link_chrome:before{background-image:url(https://e3.edimdoma.ru/assets/old-browsers/chrome-hover-b617d37d266450e7178d5633d6f3ada33e3d871c69c00d82b58825d4def4c15a.png);background-size:3.75rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.old-browsers .browser-link_chrome:before{background-image:url(https://e2.edimdoma.ru/assets/old-browsers/chrome-hover@2x-bedb5cdc4e94a7f91a3827e263c0a6fbd731cd70f153fdff48ae331c039097c8.png)}}.old-browsers .browser-link_chrome:before{width:3.75rem;height:3.75rem;background-size:contain;background-repeat:no-repeat}.old-browsers .browser-link_chrome:hover{background-position:center;background-repeat:no-repeat;width:60Px;background-position:top center}.old-browsers .browser-link_chrome:hover{background-image:url(https://e3.edimdoma.ru/assets/old-browsers/chrome-hover-b617d37d266450e7178d5633d6f3ada33e3d871c69c00d82b58825d4def4c15a.png);background-size:3.75rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.old-browsers .browser-link_chrome:hover{background-image:url(https://e2.edimdoma.ru/assets/old-browsers/chrome-hover@2x-bedb5cdc4e94a7f91a3827e263c0a6fbd731cd70f153fdff48ae331c039097c8.png)}}.old-browsers .browser-link_chrome:hover{width:3.75rem;height:3.75rem;background-size:contain;background-repeat:no-repeat}.old-browsers .browser-link__text{color:white;font-family:"Open Sans";font-size:14Px;font-weight:400;line-height:24Px;margin:0 -30Px}@font-face{font-family:"Open Sans";src:url(https://e2.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-regular-8862149d020b1ac647095eb32adc144e0c8de72c64813b46c114d0203b8f8efe.eot);src:url(https://e2.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-regular-8862149d020b1ac647095eb32adc144e0c8de72c64813b46c114d0203b8f8efe.eot?#iefix) format("embedded-opentype"),url(https://e1.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-regular-f8ec7711567669ddcd7e7b165a1600d0e7a4b91eb18ac53d2428076fa9b2de0c.woff2) format("woff2"),url(https://e2.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-regular-cc303448d0729f08e4433385327b66a6544bb3c5b7b913cded6d2b5ca3c6396a.woff) format("woff"),url(https://e1.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-regular-a17818dfc67b1eb130d318b28bc5e15417013117ba07cc59052ba9c05f3111fa.ttf) format("truetype"),url(https://e0.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-regular-f8396d832e2b270319c4e17df620c06f77293f5c4e7ffdce337c9b90fa75d133.svg#OpenSans) format("svg");font-weight:400;font-style:normal}@font-face{font-family:"Open Sans";src:url(https://e0.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-italic-653e3f32ec2bdbffd19c767bb90337fcfaa5731b1b82796ef5975c645c3c329e.eot);src:url(https://e0.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-italic-653e3f32ec2bdbffd19c767bb90337fcfaa5731b1b82796ef5975c645c3c329e.eot?#iefix) format("embedded-opentype"),url(https://e0.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-italic-85a7d3dea11f2931638eb88c64b6ebf468be832f8485c59189eb28f1a9fcd2e8.woff2) format("woff2"),url(https://e0.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-italic-ed735d04e65c366854f45f6df713d0d7d4a97beace1e5493d4051db9675d556c.woff) format("woff"),url(https://e3.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-italic-fa7feee0b0ed6b10661784eefafb35e70a7a70b38a28624c90841a708c7956f6.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:"Open Sans";src:url(https://e0.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-600-f5aadb01512a587d885306a2301685bc13139ae49a5ee953ca31fff957f9a4d0.eot);src:url(https://e0.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-600-f5aadb01512a587d885306a2301685bc13139ae49a5ee953ca31fff957f9a4d0.eot?#iefix) format("embedded-opentype"),url(https://e0.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-600-01897222cb646d05ba2e985322e32cd3ffaad6e80c155e9beb300c62ea732706.woff2) format("woff2"),url(https://e2.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-600-b02c271e114d4ea54346130d4321917890f1872053e742cb6b6fa762e8823736.woff) format("woff"),url(https://e1.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-600-f2d082e28c2756f6e65602396a033ba0a66a5a4e3699da649d1186bd45786aca.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:"Open Sans";src:url(https://e3.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-600italic-746a1e876092ae057684e1ed401632fa351a377da912a0fdffa70d8ed6e9ae95.eot);src:url(https://e3.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-600italic-746a1e876092ae057684e1ed401632fa351a377da912a0fdffa70d8ed6e9ae95.eot?#iefix) format("embedded-opentype"),url(https://e1.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-600italic-e235d6bf35d264c1826d136cf8919659a1aa8930f6c1e092860dca0015962f21.woff2) format("woff2"),url(https://e2.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-600italic-b64cefb9307bd250ee170eb4507535de2be19a2e7f0233eb442f0a83fc17ba51.woff) format("woff"),url(https://e3.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-600italic-b7777223bc7b02e6cae4bcfcd34b19f7d43bbb20cd9c45f4b61f05890084208e.ttf) format("truetype");font-weight:600;font-style:italic}@font-face{font-family:"Open Sans";src:url(https://e2.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-700-88a21eca4799f412f61530f492b757d9c6897513e9dc91956dd09d5c30592481.eot);src:url(https://e2.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-700-88a21eca4799f412f61530f492b757d9c6897513e9dc91956dd09d5c30592481.eot?#iefix) format("embedded-opentype"),url(https://e1.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-700-9d373f4f7169836c6b3b1f639b677f77ea9079cea3338a7a82f12ecb04bebf3d.woff2) format("woff2"),url(https://e3.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-700-62891ba044bc9ba76c2f2575b8b9abf39e27add95a1c343e52f3b997e1ae73c3.woff) format("woff"),url(https://e3.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-700-15a45c4703199b41bb0530f7fb9e2cc85d20877fa25f370936372e4e42c6daac.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"Open Sans";src:url(https://e2.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-700italic-a74a8ee6f3eef2eb4545ca267ddacc4675a72584eac3238ac4e1ec4b87e58c61.eot);src:url(https://e2.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-700italic-a74a8ee6f3eef2eb4545ca267ddacc4675a72584eac3238ac4e1ec4b87e58c61.eot?#iefix) format("embedded-opentype"),url(https://e3.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-700italic-2ce88a5f8665c1bc0c24ae4cc47849d89d5bb3e90e78b08af79f6b19e5f180ce.woff2) format("woff2"),url(https://e2.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-700italic-64143096f8c480337d4dbac262ce8c13279a16cbd65fedf936e2d02fb237d056.woff) format("woff"),url(https://e1.edimdoma.ru/assets/open-sans-v16-latin_cyrillic-700italic-a5dc6841a343ee1f926a7b8ba121e6eedfce5749b2e32c66305409dbc3c4a6f6.ttf) format("truetype");font-weight:700;font-style:italic}@font-face{font-family:"Noto Serif";src:url(https://e3.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-700italic-d664cdc4bdda4e4f6959f56dd88ac363cce5929ebf82039783682a96ad0069b8.eot);src:url(https://e3.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-700italic-d664cdc4bdda4e4f6959f56dd88ac363cce5929ebf82039783682a96ad0069b8.eot?#iefix) format("embedded-opentype"),url(https://e0.edimdoma.ru/assets/NotoSerif-BoldItalic-webfont-cb08bc8847ace726a4d561932aa3679fe39a60e206afa12925621c10c7079c54.woff2) format("woff2"),url(https://e1.edimdoma.ru/assets/NotoSerif-BoldItalic-webfont-f80a0149c50c011b6f336d65d1a15aff1c827167e5198837c39af786e68a794f.woff) format("woff"),url(https://e2.edimdoma.ru/assets/NotoSerif-BoldItalic-webfont-e858f446bd787cb6a3f675c6cd49334cb6584709ff61e2824be91ec053d6b8fa.ttf) format("truetype");font-weight:700;font-style:italic}@font-face{font-family:"Noto Serif";src:url(https://e0.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-700-dcf83497b3860f4385abc0b4f8e249568e7342fb11127d1d9d4181a8f7eac871.eot);src:url(https://e0.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-700-dcf83497b3860f4385abc0b4f8e249568e7342fb11127d1d9d4181a8f7eac871.eot?#iefix) format("embedded-opentype"),url(https://e1.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-700-874af5db9f81d004a30ad25f6e061fd49baa925435141e0a734fb54edbbecd62.woff2) format("woff2"),url(https://e1.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-700-05e219c05ae6b5c661966dcf0725f41e6b620af369985b98f55368e5208a1386.woff) format("woff"),url(https://e2.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-700-5aea46bf662c8e38ff864b087a9e91a227f4f9e51a5eefd7bdfcf467b3e87363.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"Noto Serif";src:url(https://e2.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-regular-4bcf7f23d1eb12afe494ea486253b58cf99d51869c5cf9cc2d161694544ef8bc.eot);src:url(https://e2.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-regular-4bcf7f23d1eb12afe494ea486253b58cf99d51869c5cf9cc2d161694544ef8bc.eot?#iefix) format("embedded-opentype"),url(https://e3.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-regular-2616faa74944f3b4013db0f4d2699f6c1cf523e8faf4d8cc922e99d0a2a6b8cf.woff2) format("woff2"),url(https://e3.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-regular-87cd2fce4650f598a52d391f3b4ed9b425fd4b91bb339805ab476108d26e8e4b.woff) format("woff"),url(https://e2.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-regular-ee77ca61300eae8ec5669617f616227db4096af5803e280624fefe554eda8ed6.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:"Noto Serif";src:url(https://e3.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-italic-f914010aa757cff0e35aa939cfd5160e74032e37b756b9fe54f3b19e499ddca7.eot);src:url(https://e3.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-italic-f914010aa757cff0e35aa939cfd5160e74032e37b756b9fe54f3b19e499ddca7.eot?#iefix) format("embedded-opentype"),url(https://e2.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-italic-8fd173069565f23117c4de603398ab208d8274cefed3a5bd46046f3bad0d64c3.woff2) format("woff2"),url(https://e0.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-italic-005010e8809a61e35435c225542eff749cb6fa358dd6985623b9654d66c704f6.woff) format("woff"),url(https://e0.edimdoma.ru/assets/noto-serif-v7-latin_cyrillic-italic-542f23b486036425f4c8a8111f58df9fb9cd9d670f38059f26fcc488ebcf6b72.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:"EdimDoma Icons";src:url(https://e3.edimdoma.ru/assets/EdimDoma-Icons-23a7021a587739ce89ff0b869e0c5f8a9df2732221ae3fbd64be211a7bbc5577.eot);src:url(https://e3.edimdoma.ru/assets/EdimDoma-Icons-23a7021a587739ce89ff0b869e0c5f8a9df2732221ae3fbd64be211a7bbc5577.eot?#iefix) format("embedded-opentype"),url(https://e3.edimdoma.ru/assets/EdimDoma-Icons-e38fd0c1ed7b890bf9c13956c61607a643dffe2223d1197e0ec7cdef830e4dfc.woff) format("woff"),url(https://e0.edimdoma.ru/assets/EdimDoma-Icons-50bb879761b1297579bdfa88063de3919399a32a2b7096fabb4ef907276d1e99.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:"Roboto Medium";src:url("Roboto-Medium.eot");src:url("Roboto-Medium.eot?#iefix") format("embedded-opentype"),url(https://e1.edimdoma.ru/assets/Roboto-Medium-e3aa2710d491e00e12efac880a32633506131aa8cf337ade92ee723cfc9733aa.woff) format("woff"),url(https://e2.edimdoma.ru/assets/Roboto-Medium-80f74baa0957475cfff184d3bb104472c11c92a890683515dbda8dc83a31ad2f.ttf) format("truetype");font-weight:700;font-style:normal}@page{size:auto;margin:5mm 0mm 5mm 0mm}.body_print{font-family:"Noto Serif";margin:5mm 15mm 0mm 15mm;position:relative;background-color:#FFFFFF}.body_print p{margin:0}.body_print .page{width:166.335mm;margin:0 auto}.body_print .logo{float:right}.body_print .title{font-weight:bold;font-size:16pt;width:100mm;color:#232323;margin-bottom:6mm}.body_print .author{font-weight:bold;font-size:9pt;color:#000101}.body_print .post-time{font-family:"Open sans";font-size:6pt;color:#9e9e9f}.body_print .author-block{margin-bottom:6.9mm}.body_print .author-block:after{content:"";display:block;clear:both}.body_print .author-block .author{padding-top:0.5mm}.body_print .author-block__image{display:block;float:left;margin-right:4mm;border-radius:50%}.body_print .separator{border-top:0.275mm solid #a7a9ac;width:100%;margin:6mm 0 6mm}.body_print .recipe-image{width:122.786mm;height:76.864mm;position:relative;overflow:hidden;float:left}.body_print .recipe-image img{width:100%}.body_print .info:after{content:"";display:block;clear:both}.body_print .info__column{width:79.9mm;float:left}.body_print .info__column+.info__column{float:right}.body_print .info__column .info__description{width:auto}.body_print .info__title{font-size:8pt;font-weight:bold;font-family:"Open sans";margin-bottom:3mm}.body_print .info__description{font-size:8pt;color:#58585b;width:120mm;float:left}.body_print .info__description p{margin-bottom:3mm}.body_print .info__description p:last-child{margin-bottom:0}.body_print .main-info{margin-bottom:6mm}.body_print .main-info:after{content:"";display:block;clear:both}.body_print .main-info__column{width:36.72mm;float:left;margin-left:6.245mm;border-top:0.275mm solid #a7a9ac;padding-top:5.25mm}.body_print .main-info__item{margin-bottom:4.8mm}.body_print .main-info__item:after{content:"";display:block;clear:both}.body_print .main-info__image{display:block;float:left}.body_print .main-info__image_cooking{height:6.71mm;margin:0 4.5mm 0 1.28mm}.body_print .main-info__image_prepare{height:6.9mm;margin:0 4.5mm 0 1.28mm}.body_print .main-info__image_person{height:7mm;margin:0 3.7mm 0 1.26mm}.body_print .main-info__title{font-family:"Open sans";font-size:6pt;color:#9e9e9f}.body_print .main-info__content{font-size:9pt;font-weight:bold;color:#000101}.body_print .main-info .nutritional-value{border:0.271mm solid #e6e7e8;box-sizing:border-box;width:37.189mm;padding:3mm 1.5mm 3mm 2mm;margin-top:6.7mm}.body_print .main-info .nutritional-value__title{font-family:"Open sans";font-weight:bold;font-size:8pt;color:#242424;margin-bottom:5mm}.body_print .definition-list-table{width:100%;border-collapse:collapse}.body_print .definition-list-table+.definition-list-table{margin-top:2mm}.body_print .definition-list-table__td{white-space:nowrap;color:#404041;font-size:6pt}.body_print .definition-list-table__td_dashes{width:100%;box-sizing:border-box;padding:0 2.2mm;vertical-align:bottom}.body_print .definition-list-table__td_dashes span{display:block;border-bottom:0.271mm dashed #cdcbc6;margin-top:-0.771mm}.body_print .steps .definition-list-table__td,.body_print .ingredients .definition-list-table__td{font-size:8pt}.body_print .steps .definition-list-table__td_dashes span,.body_print .ingredients .definition-list-table__td_dashes span{margin-top:-0.871mm}.body_print .ingredients{margin-bottom:10mm}.body_print .ingredients__title{font-weight:bold;font-size:9pt;margin-bottom:6mm}.body_print .ingredients__row{margin-bottom:6mm}.body_print .ingredients__row:after{content:"";display:block;clear:both}.body_print .ingredients__list{float:left;width:80mm;page-break-inside:avoid}.body_print .ingredients__list_shop{float:none;width:167mm;margin-bottom:6mm}.body_print .ingredients .ingredients__list+.ingredients__list{float:right}.body_print .ingredients__name{font-size:8pt;font-weight:bold;font-family:"Open sans";margin-bottom:3mm}.body_print .steps .definition-list-table{width:80mm;margin-bottom:5mm}.body_print .steps__step{page-break-inside:avoid}.body_print .steps__step:after{content:"";display:block;clear:both}.body_print .steps__numbers{width:15mm;float:left;font-size:9pt;font-weight:bold;font-family:"Open sans";white-space:nowrap;margin:-1mm 6mm 0 0}.body_print .steps__number{color:#bbbdc0}.body_print .steps__number_current{color:#242424}.body_print .steps__image{width:59mm;height:50.419mm;position:relative;overflow:hidden;float:left;margin-right:5.77mm}.body_print .steps__image img{width:100%}.body_print .steps__info{border-top:0.271mm solid #a7a9ac;padding-top:3.5mm;padding-bottom:2.5mm;float:left;width:80mm}.body_print .steps__info p{font-size:8pt;color:#58585b;margin-bottom:3.5mm}.body_print .page_no-images .info .nutritional-value{float:right;border:0.271mm solid #e6e7e8;box-sizing:border-box;width:37.189mm;padding:3mm 1.5mm 3mm 2mm}.body_print .page_no-images .info .nutritional-value__title{font-family:"Open sans";font-weight:bold;font-size:8pt;color:#242424;margin-bottom:5mm}.body_print .page_no-images .main-info__item{display:inline-block;margin-right:10mm}.body_print .page_no-images .main-info__title{margin-left:10.64mm}.body_print .page_no-images .main-info__image{margin:0}.body_print .page_no-images .main-info__content{margin-left:10.64mm}.body_print .page_no-images .steps__numbers{margin:0}.body_print .page_no-images .steps__info{width:145.877mm;float:right;margin-top:1mm}.profile-menu__item{line-height:3.75rem;border-bottom:0.0625rem solid #D6CDBF;cursor:pointer;display:block;text-decoration:none;position:relative;padding-left:3.4375rem;color:#242424;font-size:0.75rem;font-weight:700;text-transform:uppercase}.profile-menu__item:hover{color:#000}.profile-menu__item:hover .fonticon{color:#ff391e}.profile-menu__item.active{color:#ff391e}.profile-menu__item.active .fonticon{color:#ff391e}.profile-menu__icon-container{width:2.375rem;height:3.75rem;position:absolute;top:0;left:0;text-align:center;font-size:1.75rem;font-weight:normal}.control-buttons{margin-top:1.25rem;text-align:right}@media only screen and (max-width: 479px){html:not(.old) .control-buttons{display:flex;justify-content:space-between}}.control-buttons .button{margin-left:1.25rem}@media only screen and (max-width: 479px){html:not(.old) .control-buttons .button{margin-left:0}}.control-buttons .button+.button{margin-left:1.25rem}@media only screen and (max-width: 479px){html:not(.old) .control-buttons .button+.button{margin-left:0.625rem}}.edit-album-icon{float:right;position:relative;margin-top:-0.0625rem;cursor:pointer}.edit-album-icon:hover .fonticon{color:#ff391e}.edit-album-icon .fonticon{display:inline-block;vertical-align:middle;color:#666666}.vertical-sepa{width:0.0625rem;height:0.875rem;opacity:0.2;background-color:black;float:right;margin:0.3125rem 1.3125rem 0 0}.content-box.duel-stats{margin-top:3.125rem}.duel-stats .button{display:block;text-align:center;width:12.125rem;margin:1.25rem auto 0}.duel-stats__item{text-align:center;margin-bottom:1.375rem;margin-top:1.875rem}.duel-stats__item:first-child{margin-top:0.75rem}.duel-stats__info{display:inline-block}.duel-stats__icon{float:left;vertical-align:middle;margin-top:-0.125rem}.duel-stats__icon_duel{background-position:center;background-repeat:no-repeat;margin-right:1.375rem}.duel-stats__icon_duel{background-image:url(https://e2.edimdoma.ru/assets/icons/duel-stats-duel-d9935b9f948abc177b48e09b94c162aff20f865e93926dc0654944a8ad3843ee.png);background-size:2.0625rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.duel-stats__icon_duel{background-image:url(https://e3.edimdoma.ru/assets/icons/duel-stats-duel@2x-b752bcc18909c08a14f42b991d0a55613a20a922d6ba6efa26ea09689e49a4a7.png)}}.duel-stats__icon_duel{width:2.0625rem;height:2rem;background-size:contain;background-repeat:no-repeat}.duel-stats__icon_win{background-position:center;background-repeat:no-repeat;margin-right:1.25rem}.duel-stats__icon_win{background-image:url(https://e0.edimdoma.ru/assets/icons/duel-stats-win-4fbc4b1e50f5a768f2fb2784799c4d79e3ddf2300f66e1bef26f33db126e28b9.png);background-size:2.375rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.duel-stats__icon_win{background-image:url(https://e0.edimdoma.ru/assets/icons/duel-stats-win@2x-3063590c7bce0763cb5a817e9d798fa379a2cbfabe5177d7ca0181c727efb628.png)}}.duel-stats__icon_win{width:2.375rem;height:2.375rem;background-size:contain;background-repeat:no-repeat}.duel-stats__number{float:left;font-size:1.875rem;line-height:1.875rem;color:#242424;font-weight:600;margin-right:0.5rem}.duel-stats__text{font-size:0.875rem;line-height:0.875rem;color:#4c4c4c;float:left;text-align:left;margin-top:0.8125rem}.duel-stats__text_tline{margin-top:0.125rem}.profile-header{height:27.5rem;margin:0 -3.125rem 1.25rem -3.125rem;position:relative}@media only screen and (max-width: 1023px){html:not(.old) .profile-header{width:100%;margin:0 0 1.25rem 0}}@media only screen and (max-width: 479px){html:not(.old) .profile-header{width:100%}}.profile-header_edit .profile-header__user-name{bottom:3.125rem}.profile-header_edit .profile-header__user-status{bottom:2.1875rem}.profile-header__layout{width:73.75rem;margin:0 auto}.profile-header .back-button{position:absolute;top:1.5625rem;left:3.125rem}.profile-header__upload{position:absolute;top:1.625rem;right:3.125rem}.profile-header__upload .fonticon{font-size:1.125rem}.profile-header__upload:hover .fonticon{color:#ff391e}.profile-header__user-name{color:#FFF;font-family:"Noto Serif";font-size:3rem;font-weight:700;line-height:normal;position:absolute;bottom:6.5625rem;left:21.875rem;margin:0}@media only screen and (max-width: 1023px){html:not(.old) .profile-header__user-name{left:2rem}}@media only screen and (max-width: 479px){html:not(.old) .profile-header__user-name{font-size:1.625rem;bottom:unset;margin-top:3rem}}.profile-header__user-status{color:#e5e5e5;font-family:"Noto Serif";font-size:0.875rem;font-style:italic;line-height:normal;position:absolute;bottom:5.4375rem;left:21.875rem}@media only screen and (max-width: 1023px){html:not(.old) .profile-header__user-status{left:2rem}}@media only screen and (max-width: 479px){html:not(.old) .profile-header__user-status{bottom:unset;margin-top:5rem}}.profile-header__buttons{position:absolute;bottom:1.25rem;left:21.875rem}@media only screen and (max-width: 1023px){html:not(.old) .profile-header__buttons{left:2rem}}@media only screen and (max-width: 479px){html:not(.old) .profile-header__buttons{left:3.75rem;display:flex;flex-direction:column}}.profile-header__buttons .button:hover{color:#ff391e}.profile-header__buttons .button+.button{margin-left:0.3125rem}@media only screen and (max-width: 479px){html:not(.old) .profile-header__buttons .button+.button{margin-left:0;margin-top:0.625rem}}.profile-header__jvbuttons{position:absolute;bottom:28.125rem;right:3.125rem}.profile-header__jvbuttons .button:hover{color:#ff391e}.profile-header__jvbuttons .button+.button{margin-left:0.3125rem}.profile-header-social-links{position:absolute;right:3.125rem;bottom:1.25rem}.profile-header-social-links:after{content:"";display:block;clear:both}.profile-header-social-links__social-link{display:block;float:left;margin-left:0.625rem;position:relative;width:2.5rem;height:2.5rem;background:rgba(255,255,255,0.4);border-radius:1.25rem;cursor:pointer}.profile-header-social-links__social-link:hover{background:#fff}.profile-header-social-links__social-link_vk{background-position:center;background-repeat:no-repeat}.profile-header-social-links__social-link_vk .profile-header-social-links__icon{background-image:url(https://e1.edimdoma.ru/assets/userprofile/vk-e09c6536107a18ec8f828324db568a75fe11282acf9ed03c4e0e36b0881f2cea.png);background-size:1.1875rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.profile-header-social-links__social-link_vk .profile-header-social-links__icon{background-image:url(https://e2.edimdoma.ru/assets/userprofile/vk@2x-83b09e0c9be1d7a2b5fd3cefefa3c4408b20c47de421568189c1dfa6078e9aab.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.profile-header-social-links__social-link_vk .profile-header-social-links__icon{background-image:url(https://e1.edimdoma.ru/assets/userprofile/vk@3x-b4c8814ee5751283bc7fd2dbd0640756ccb76d441095218e6a64e05fee2528e3.png)}}.profile-header-social-links__social-link_vk .profile-header-social-links__icon{width:1.1875rem;height:0.6875rem;background-size:contain;background-repeat:no-repeat}.profile-header-social-links__social-link_vk:hover{background-position:center;background-repeat:no-repeat}.profile-header-social-links__social-link_vk:hover .profile-header-social-links__icon{background-image:url(https://e3.edimdoma.ru/assets/userprofile/vk-hover-9719ea243b6621b21377b19ff2257b0a6e7265cc57a50855fa5d39e68c5b656a.png);background-size:1.1875rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.profile-header-social-links__social-link_vk:hover .profile-header-social-links__icon{background-image:url(https://e0.edimdoma.ru/assets/userprofile/vk-hover@2x-8bf85e6527dcfeb9ceb395b8a4ebd76bd6d20de1fe80ed84e9ef24e2baadf334.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.profile-header-social-links__social-link_vk:hover .profile-header-social-links__icon{background-image:url(https://e0.edimdoma.ru/assets/userprofile/vk-hover@3x-154fa5cc041675cae33006924ffe87549cb808e0ca4602c093d69e3c63032cb8.png)}}.profile-header-social-links__social-link_vk:hover .profile-header-social-links__icon{width:1.1875rem;height:0.6875rem;background-size:contain;background-repeat:no-repeat}.profile-header-social-links__social-link_fb{background-position:center;background-repeat:no-repeat}.profile-header-social-links__social-link_fb .profile-header-social-links__icon{background-image:url(https://e1.edimdoma.ru/assets/userprofile/fb-65de64e4acc59374a36348e39136f73089af2499c9e043200d5244a3e6ead75c.png);background-size:0.5rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.profile-header-social-links__social-link_fb .profile-header-social-links__icon{background-image:url(https://e3.edimdoma.ru/assets/userprofile/fb@2x-6b986e4eff4322d84b85df1d6cde33a6763ffa85b45b4b4a4e607f9f583c3b77.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.profile-header-social-links__social-link_fb .profile-header-social-links__icon{background-image:url(https://e0.edimdoma.ru/assets/userprofile/fb@3x-0e984dd3ce60c0bb949b4abd60be5c4ae31c2a3577b49cf75d4a6d75984ddb5c.png)}}.profile-header-social-links__social-link_fb .profile-header-social-links__icon{width:0.5rem;height:1rem;background-size:contain;background-repeat:no-repeat}.profile-header-social-links__social-link_fb:hover{background-position:center;background-repeat:no-repeat}.profile-header-social-links__social-link_fb:hover .profile-header-social-links__icon{background-image:url(https://e2.edimdoma.ru/assets/userprofile/fb-hover-097c3a98cf660d64e331a17c2237a9c6221ce77713338cac4c743046e6869e96.png);background-size:0.5rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.profile-header-social-links__social-link_fb:hover .profile-header-social-links__icon{background-image:url(https://e2.edimdoma.ru/assets/userprofile/fb-hover@2x-79d5e62466b4d06b35f1249fafd122379586665f477475c4bf0ef17418fda366.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.profile-header-social-links__social-link_fb:hover .profile-header-social-links__icon{background-image:url(https://e2.edimdoma.ru/assets/userprofile/fb-hover@3x-384714b64b0b1907bda0aae6f83a1e81070f8e5b1c0b1e6af724656e646cb529.png)}}.profile-header-social-links__social-link_fb:hover .profile-header-social-links__icon{width:0.5rem;height:1rem;background-size:contain;background-repeat:no-repeat}.profile-header-social-links__social-link_tw{background-position:center;background-repeat:no-repeat}.profile-header-social-links__social-link_tw .profile-header-social-links__icon{background-image:url(https://e3.edimdoma.ru/assets/userprofile/tw-c4fce793f421cbbcc2a6a6bb61cbf6910beef623c406178e5e3f782187d258a1.png);background-size:1.125rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.profile-header-social-links__social-link_tw .profile-header-social-links__icon{background-image:url(https://e1.edimdoma.ru/assets/userprofile/tw@2x-5171d066c6e46ab077295a34691f6605a2dd2f882bd3c74824b53c55663b4035.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.profile-header-social-links__social-link_tw .profile-header-social-links__icon{background-image:url(https://e1.edimdoma.ru/assets/userprofile/tw@3x-8ac88a2449032b154f2dcee48dfc377d085a8d2b01b5d0b69c416b99b13b926d.png)}}.profile-header-social-links__social-link_tw .profile-header-social-links__icon{width:1.125rem;height:0.75rem;background-size:contain;background-repeat:no-repeat}.profile-header-social-links__social-link_tw:hover{background-position:center;background-repeat:no-repeat}.profile-header-social-links__social-link_tw:hover .profile-header-social-links__icon{background-image:url(https://e2.edimdoma.ru/assets/userprofile/tw-hover-dd0556e045d3a70d09a1394ad7fc31ff11880033d6b9c8ae3bc5b7c964b09985.png);background-size:1.125rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.profile-header-social-links__social-link_tw:hover .profile-header-social-links__icon{background-image:url(https://e3.edimdoma.ru/assets/userprofile/tw-hover@2x-2952b301e3fc5f6da01ee17fe06ffe73670e0d327669058ac506754eb9681669.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.profile-header-social-links__social-link_tw:hover .profile-header-social-links__icon{background-image:url(https://e0.edimdoma.ru/assets/userprofile/tw-hover@3x-eb1063c5e8adaf35d51cca44b5b1f0016786f79e9e03ba377b2dc453d98d670e.png)}}.profile-header-social-links__social-link_tw:hover .profile-header-social-links__icon{width:1.125rem;height:0.75rem;background-size:contain;background-repeat:no-repeat}.profile-header-social-links__social-link_mail{background-position:center;background-repeat:no-repeat}.profile-header-social-links__social-link_mail .profile-header-social-links__icon{background-image:url(https://e1.edimdoma.ru/assets/userprofile/mail-ea2b2c77676395074eea2e4f5887968c993ba592b5b81c417f593e59ce079d42.png);background-size:1.0625rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.profile-header-social-links__social-link_mail .profile-header-social-links__icon{background-image:url(https://e0.edimdoma.ru/assets/userprofile/mail@2x-cc3e685eed79765029baf81321f21842198602a817d5b5eae792f0100059d646.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.profile-header-social-links__social-link_mail .profile-header-social-links__icon{background-image:url(https://e3.edimdoma.ru/assets/userprofile/mail@3x-1bbf67929e25190dee2908f70c784a32ee694d0f9083cab0a8f37bfc66add091.png)}}.profile-header-social-links__social-link_mail .profile-header-social-links__icon{width:1.0625rem;height:0.6875rem;background-size:contain;background-repeat:no-repeat}.profile-header-social-links__social-link_mail:hover{background-position:center;background-repeat:no-repeat}.profile-header-social-links__social-link_mail:hover .profile-header-social-links__icon{background-image:url(https://e1.edimdoma.ru/assets/userprofile/mail-hover-2a9d308639b166d512c402f3ee16801aeeefe522606e518d94cb47e3519944e2.png);background-size:1.0625rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.profile-header-social-links__social-link_mail:hover .profile-header-social-links__icon{background-image:url(https://e0.edimdoma.ru/assets/userprofile/mail-hover@2x-90f0fa503ee488e8ae327667987af42f072c8f09c6046014ed08ba47f737a27a.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.profile-header-social-links__social-link_mail:hover .profile-header-social-links__icon{background-image:url(https://e1.edimdoma.ru/assets/userprofile/mail-hover@3x-5ba7c18f686fa86d876886ed10bb8618328164a78dcc8266817b8087e936ca66.png)}}.profile-header-social-links__social-link_mail:hover .profile-header-social-links__icon{width:1.0625rem;height:0.6875rem;background-size:contain;background-repeat:no-repeat}.profile-header-social-links__social-link_pinterest{background-position:center;background-repeat:no-repeat}.profile-header-social-links__social-link_pinterest .profile-header-social-links__icon{background-image:url(https://e1.edimdoma.ru/assets/userprofile/pinterest-5c6871402f19c3bce0bb9b429321fade54bb9d73440867c6c3d529348eb76eb4.png);background-size:0.8125rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.profile-header-social-links__social-link_pinterest .profile-header-social-links__icon{background-image:url(https://e2.edimdoma.ru/assets/userprofile/pinterest@2x-e7e908a9ea3911035ece510ac346fe42428e3ddc80a0dfd7d871b666f85c4407.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.profile-header-social-links__social-link_pinterest .profile-header-social-links__icon{background-image:url(https://e2.edimdoma.ru/assets/userprofile/pinterest@3x-23fe5242a65fc6898c39f861653a340d3c6a176deec821f0b109e7bfc01a34c5.png)}}.profile-header-social-links__social-link_pinterest .profile-header-social-links__icon{width:0.8125rem;height:1.125rem;background-size:contain;background-repeat:no-repeat}.profile-header-social-links__social-link_pinterest:hover{background-position:center;background-repeat:no-repeat}.profile-header-social-links__social-link_pinterest:hover .profile-header-social-links__icon{background-image:url(https://e3.edimdoma.ru/assets/userprofile/pinterest-hover-74a9179db7c49c922ee4815a7e346ef7667f80d06d8f6261bed9ed2c06786fd3.png);background-size:0.8125rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.profile-header-social-links__social-link_pinterest:hover .profile-header-social-links__icon{background-image:url(https://e1.edimdoma.ru/assets/userprofile/pinterest-hover@2x-d2703d450947fd1ad8fbb0c417ec9c1dfc86f76b8c0e4d7f19598f3c7c053831.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.profile-header-social-links__social-link_pinterest:hover .profile-header-social-links__icon{background-image:url(https://e0.edimdoma.ru/assets/userprofile/pinterest-hover@3x-0a2a61754ba3ee07a33ee7416e143985f3cf4a999e53cecf60b0312a1b2545a2.png)}}.profile-header-social-links__social-link_pinterest:hover .profile-header-social-links__icon{width:0.8125rem;height:1.125rem;background-size:contain;background-repeat:no-repeat}.profile-header-social-links__social-link_ok{background-position:center;background-repeat:no-repeat}.profile-header-social-links__social-link_ok .profile-header-social-links__icon{background-image:url(https://e0.edimdoma.ru/assets/userprofile/ok-f14db8819bb0653b726514fc1ef1103ef86e1a90c80ea7c3e651aac8926f5cc7.png);background-size:0.75rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.profile-header-social-links__social-link_ok .profile-header-social-links__icon{background-image:url(https://e0.edimdoma.ru/assets/userprofile/ok@2x-04b556cbf82b24fa4cd18037f0fbd991a7b69249ae89b8a8f6cc61c431e049be.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.profile-header-social-links__social-link_ok .profile-header-social-links__icon{background-image:url(https://e0.edimdoma.ru/assets/userprofile/ok@3x-08d5f8f8815d577574eab697093ecb9fb6048516389ca40c46a2f128af95d1e1.png)}}.profile-header-social-links__social-link_ok .profile-header-social-links__icon{width:0.75rem;height:1.125rem;background-size:contain;background-repeat:no-repeat}.profile-header-social-links__social-link_ok:hover{background-position:center;background-repeat:no-repeat}.profile-header-social-links__social-link_ok:hover .profile-header-social-links__icon{background-image:url(https://e3.edimdoma.ru/assets/userprofile/ok-hover-a3ef805402cd26f3dfef7afc965baa105efdc5dce77bd43163f3a0313a7a46dd.png);background-size:0.75rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.profile-header-social-links__social-link_ok:hover .profile-header-social-links__icon{background-image:url(https://e2.edimdoma.ru/assets/userprofile/ok-hover@2x-f339e730412c851842f9b6158c56d1ae28e47368eee832a37ab16e53338939bb.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.profile-header-social-links__social-link_ok:hover .profile-header-social-links__icon{background-image:url(https://e2.edimdoma.ru/assets/userprofile/ok-hover@3x-e2d5108937c4041894e8ec78178da408884a112be71449d435bb6ebad41ddc7e.png)}}.profile-header-social-links__social-link_ok:hover .profile-header-social-links__icon{width:0.75rem;height:1.125rem;background-size:contain;background-repeat:no-repeat}.profile-header-social-links__social-link_inst{background-position:center;background-repeat:no-repeat}.profile-header-social-links__social-link_inst .profile-header-social-links__icon{background-image:url(https://e2.edimdoma.ru/assets/userprofile/inst-3ecb1bd104f0ec491b27509dc30ca8313aee4be550548ffddda53042002c803d.png);background-size:1.125rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.profile-header-social-links__social-link_inst .profile-header-social-links__icon{background-image:url(https://e3.edimdoma.ru/assets/userprofile/inst@2x-3ecb1bd104f0ec491b27509dc30ca8313aee4be550548ffddda53042002c803d.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.profile-header-social-links__social-link_inst .profile-header-social-links__icon{background-image:url(https://e3.edimdoma.ru/assets/userprofile/inst@3x-3ecb1bd104f0ec491b27509dc30ca8313aee4be550548ffddda53042002c803d.png)}}.profile-header-social-links__social-link_inst .profile-header-social-links__icon{width:1.125rem;height:1.125rem;background-size:contain;background-repeat:no-repeat}.profile-header-social-links__social-link_inst:hover{background-position:center;background-repeat:no-repeat}.profile-header-social-links__social-link_inst:hover .profile-header-social-links__icon{background-image:url(https://e0.edimdoma.ru/assets/userprofile/inst-hover-f109c261f8322edc4684ec1a83bb362b59aeea512a7f78d6e7edecc2c33ce132.png);background-size:1.125rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.profile-header-social-links__social-link_inst:hover .profile-header-social-links__icon{background-image:url(https://e1.edimdoma.ru/assets/userprofile/inst-hover@2x-f109c261f8322edc4684ec1a83bb362b59aeea512a7f78d6e7edecc2c33ce132.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.profile-header-social-links__social-link_inst:hover .profile-header-social-links__icon{background-image:url(https://e1.edimdoma.ru/assets/userprofile/inst-hover@3x-f109c261f8322edc4684ec1a83bb362b59aeea512a7f78d6e7edecc2c33ce132.png)}}.profile-header-social-links__social-link_inst:hover .profile-header-social-links__icon{width:1.125rem;height:1.125rem;background-size:contain;background-repeat:no-repeat}.profile-header-social-links__icon{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}.profile-cover{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden}.profile-cover.loading-in-progress{position:absolute !important}.profile-cover img{width:100%}@media only screen and (max-width: 1023px){html:not(.old) .profile-cover img{width:100%;-o-object-fit:cover;object-fit:cover;height:100%}}.profile-cover__shadow{position:absolute;top:0;right:0;left:0;bottom:0;background:left bottom repeat-x;background-image:url(https://e0.edimdoma.ru/assets/userprofile/cover-shadow-cb01dd55361ce776ffe4304c57553eaaaf742d2c2d0162944d3cf591176f8c42.png);background-size:0.125rem auto}.profile-menu{overflow:hidden}@media only screen and (max-width: 1023px){html:not(.old) .profile-menu{padding:0.625rem}}.profile-avatar{width:16.5rem;height:16.5rem;border:0.5rem solid #fff;background-color:#fff;border-radius:0.25rem;box-shadow:0 0.0625rem 0.25rem rgba(0,0,0,0.1);position:relative;overflow:hidden;margin-top:-11.5625rem;z-index:9999}.profile-avatar img{display:block;width:100%}.profile-avatar__visible_on_desktop{display:block}@media only screen and (max-width: 1023px){html:not(.old) .profile-avatar__visible_on_desktop{display:none}}.profile-avatar__visible_on_mobile{display:none}@media only screen and (max-width: 1023px){html:not(.old) .profile-avatar__visible_on_mobile{position:absolute;top:21rem;width:10rem;height:10rem;display:block;z-index:2}}@media only screen and (max-width: 479px){html:not(.old) .profile-avatar__visible_on_mobile{margin-top:0;position:absolute;top:7rem;width:8rem;height:8rem;right:calc((100% - 8rem)/2)}}.profile-avatar__upload{position:absolute;top:1.125rem;right:1.125rem}.profile-avatar__upload .fonticon{font-size:1.125rem}.profile-avatar__upload:hover .fonticon{color:#ff391e}.profile-header_visockaya{height:33.75rem}.profile-header_visockaya .profile-header__user-name{font-size:5rem;line-height:5rem;text-shadow:0.06875rem 0.1rem 0.25rem rgba(0,0,0,0.1);left:3.125rem;bottom:3.125rem}.profile-header_visockaya .profile-header-social-links{bottom:4.25rem}.profile-header_visockaya .back-button_transparent-bg{background:none;border:0.0625rem solid #fff;color:#fff;top:2.8125rem}.bio-box__content{padding:4.375rem 6.25rem 3.4375rem 6.25rem}.bio-box .title_bio{font-size:2.5rem;margin-bottom:3.125rem;line-height:normal}.bio-box .italic-intro{color:#999;font-family:"Noto Serif";font-size:0.9375rem;font-style:italic;line-height:1.5rem;margin-bottom:3.125rem}.bio-box .content-media{margin-left:-2.5rem;margin-right:-2.5rem}.summary{padding:2.8125rem 0;border-bottom:0.0625rem solid #f5eee0}.summary:last-child{border:none;padding-bottom:0}.summary .table{width:100%;font-size:1rem;font-weight:400;color:#242424}.summary .table__td{padding:0.3125rem 0;vertical-align:baseline}.summary .table a{color:#ff441b;text-decoration:none}.summary .table .grey{color:#4c4c4c}.summary .table .light-grey{color:#999999}.badge-container{display:flex;justify-content:space-between;flex-wrap:wrap;margin:0 -1.25rem -0.3125rem}.badge-container:after{content:"";flex:auto}@media only screen and (max-width: 1023px){html:not(.old) .badge-container:after{display:none}}.buy-rewards{border-top:0.0625rem solid #ded9cc;padding-top:1.25rem}.buy-rewards .title{margin-bottom:1.25rem}.coins-total-amount{min-width:8.3125rem;height:2.5rem;padding:0 1.25rem 0 3.4375rem;line-height:2.5rem;background-color:white;box-sizing:border-box;position:absolute;right:3.125rem;bottom:1.25rem;background-image:url(https://e0.edimdoma.ru/assets/badges/coin-8ec1236386e2fa2b3eb0367bb8612b4e08cad52bdf76c0fc137160cf61cdccfd.png);background-size:1.5rem auto;background-position:1.25rem center;background-repeat:no-repeat;border-radius:1.25rem;color:black;font-family:"Noto Serif";font-size:0.9375rem;font-weight:700;font-style:italic}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.coins-total-amount{background-image:url(https://e1.edimdoma.ru/assets/badges/coin@2x-47af3f5e15f67aae0d26bd8d308dbcfa22b8f8bb4bebb271c59073320b7ae7b1.png)}}@media only screen and (max-width: 479px){html:not(.old) .coins-total-amount{right:4.125rem}}.coins-total-amount_user{right:auto;left:21.875rem}.recipe-step-title .text-icon:hover .fonticon{color:#ff391e}.recipe-image-container{width:36.25rem;height:21.25rem;background-color:#FBF8F6;margin-left:-1.25rem}.recipe-image-container .upload-image{height:21.25rem}.step-image-container{width:36.25rem;height:9.375rem;background-color:#FBF8F6;margin-left:-1.25rem;position:relative}@media only screen and (max-width: 1023px){html:not(.old) .step-image-container{width:auto;margin:0}}@media only screen and (max-width: 599px){html:not(.old) .step-image-container{width:100%}}.step-image-container__step-count{width:3.125rem;height:3.125rem;background-color:#FFF;border-radius:50%;color:#242424;font-family:"Noto Serif";font-size:1.25rem;font-weight:700;line-height:3.125rem;text-align:center;position:absolute;left:1.875rem;bottom:1.25rem}.recipe-selectbox-icon{float:left;margin-right:0.625rem}.recipe-selectbox-icon_clock{background-position:center;background-repeat:no-repeat}.recipe-selectbox-icon_clock{background-image:url(https://e0.edimdoma.ru/assets/recipes/clock-417331ffafafa0f4f3e1dc25264e5df5a95e5d3b2836dc532b594cf1da037409.png);background-size:2.125rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.recipe-selectbox-icon_clock{background-image:url(https://e2.edimdoma.ru/assets/recipes/clock@2x-e352e197e95d0dceec688dccc91c4eaf2ca8cf94fda1d1dc649b545505748422.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.recipe-selectbox-icon_clock{background-image:url(https://e3.edimdoma.ru/assets/recipes/clock@3x-a12484c2563957fe99be49c6352681807b255ef225a4c0ee6f52f6e59fb82a10.png)}}.recipe-selectbox-icon_clock{width:2.125rem;height:2.375rem;background-size:contain;background-repeat:no-repeat}.recipe-selectbox-icon_person{background-position:center;background-repeat:no-repeat}.recipe-selectbox-icon_person{background-image:url(https://e0.edimdoma.ru/assets/recipes/person-80cfe1892b4b99ebe134677dab52d4e75f60abbc73778078514d45f509217ffb.png);background-size:2.375rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.recipe-selectbox-icon_person{background-image:url(https://e2.edimdoma.ru/assets/recipes/person@2x-ed9a2711134cf7d9e5b5d8c6b0d78a489ad0ae123447c81ad0a35466547d4946.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.recipe-selectbox-icon_person{background-image:url(https://e3.edimdoma.ru/assets/recipes/person@3x-4c41236794841c3c17f73bcd1f42fd751f5c3ddbfb68c1f7f50e2d697be1fff3.png)}}.recipe-selectbox-icon_person{width:2.375rem;height:2.375rem;background-size:contain;background-repeat:no-repeat}.measure{color:#5E5E5E;font-size:0.875rem;font-weight:400;line-height:2.375rem;float:left;margin-left:0.625rem}.ingredients-input-container{margin-bottom:1.25rem;padding-left:0.9375rem}@media (max-width: 600px){.ingredients-input-container{width:100%;margin-bottom:0.625rem;padding-left:0}}.ingredients-input-container_step{margin-top:-0.625rem}.ingredients-input-container__row{margin-top:0.625rem;position:relative}@media only screen and (max-width: 599px){html:not(.old) .ingredients-input-container__row{margin-top:2.5rem;display:flex;flex-wrap:wrap}}.ingredients-input-container .field+.field{margin-left:0.3125rem}.ingredients-input-container .handler{top:0.9375rem;left:-0.9375rem}@media (max-width: 600px){.ingredients-input-container .handler{top:-0.9375rem;left:0}}.delete-engridient{display:inline-block;height:2.5rem;width:1rem;margin-left:0.3125rem;vertical-align:middle;cursor:pointer;line-height:2.5rem}.delete-engridient .fonticon{display:inline-block;vertical-align:middle;font-size:1.25rem;color:#cccccc;margin-top:-0.1875rem}.delete-engridient:hover .fonticon{color:#ff391e}.field-row_ingredients{background-color:#fbf8f6;position:relative}.field-row_ingredients .handler_row-ingredients{top:1.5625rem;left:1.25rem}.field-row_ingredients .button{font-weight:400;text-transform:none;font-size:0.8125rem;background:none}.field-row_ingredients .field_medium{padding:0 2rem 0 0.9375rem}@media (max-width: 600px){.field-row_ingredients .field_medium{margin-top:2rem !important;width:100%;padding:0}}.field-row_ingredients .text-icon{position:absolute;top:1.25rem;right:1.5625rem;z-index:2}.field-row_ingredients .text-icon .fonticon{font-size:1.25rem;color:#cccccc}.field-row_ingredients .text-icon:hover .fonticon{color:#ff391e}.handler{position:absolute;line-height:0.75rem;cursor:pointer;z-index:2;cursor:move}.handler:before{content:"";position:absolute;top:-0.3125rem;right:-0.3125rem;left:-0.3125rem;bottom:-0.3125rem}.handler .fonticon{font-size:0.875rem;color:#ccc}.is-dragging .field_w278,.is-dragging .field_w80,.is-dragging .field_w116{box-shadow:0 0 0.375rem rgba(0,0,0,0.15)}.is-dragging .handler .fonticon{color:#de0b0b}.vote-instruction{padding-top:3.4375rem}.vote-instruction .title{margin-bottom:0.625rem}.vote-instruction .plain-text p{margin-bottom:0.3125rem}.recipe-button-container{text-justify:distribute;text-align:justify;line-height:0;font-size:0.00625rem}@media only screen and (max-width: 1023px){html:not(.old) .recipe-button-container{display:none}}.recipe-button-container:after{content:"";display:inline-block;width:100%}.plain-text .recipe-button-container .button{margin:0}.plain-text .recipe-button-container .button+.button{margin:0}@media only screen and (max-width: 1023px){html:not(.old) .plain-text .recipe-button-container .button_round{float:right}html:not(.old) .plain-text .recipe-button-container .button_round+.button{margin-right:0.625rem}}.recipe-button-container_show-on-device{display:none;text-align:left}.recipe-button-container_show-on-device:after{content:"";display:block;clear:both}@media only screen and (max-width: 1023px){html:not(.old) .recipe-button-container_show-on-device{display:block}}@media only screen and (max-width: 1023px){html:not(.old) .shopping_list_ingredients_group{display:block !important}}.ingredients-link-container{display:flex;justify-content:space-between}@media only screen and (max-width: 599px){html:not(.old) .ingredients-link-container{flex-direction:column}html:not(.old) .ingredients-link-container a{margin-top:0.625rem;first-child-margin-top:0}}.link_list a:link{color:#4d4d4d;display:inline-block;margin-right:0.5625rem;opacity:0.5;font-size:0.8125rem;font-weight:400;line-height:2.5rem;text-decoration:none}.link_list a:visited{color:#4d4d4d}.link_list a:hover{color:#ff391e;opacity:1}.special-projects-nav__item_hleb{text-transform:uppercase;font-family:"UnicumCondLightC";color:#cfa170;color:#c2884a;font-size:1.25rem}.special-projects-nav__item_hleb:hover{color:#b67b3d !important}.special-projects-nav__item_biolio{color:#5b4b43}.special-projects-nav__item_biolio:hover{color:#3e332d !important}.special-projects-nav__item_candy{color:#00b4eb}.special-projects-nav__item_candy:hover{color:#008db8 !important}.special-projects-nav__item_leo{color:#fc1386}.special-projects-nav__item_leo:hover{color:#d9036d !important}.special-projects-nav__item_tm{color:#7b1b20}.special-projects-nav__item_tm:hover{color:#511215 !important}.special-projects-nav__item_ny{color:#00722d}.special-projects-nav__item_ny:hover{color:#003f19 !important}.special-projects-nav__item_domik{color:#e30613}.special-projects-nav__item_domik:hover{color:#b1050f !important}.special-projects-nav__item_kitchen{color:#d50000}.special-projects-nav__item_kitchen:hover{color:#f44336}.special-projects-nav__item_maguro{color:#cc1427}.special-projects-nav__item_maguro:hover{color:#9e0f1e !important}.special-projects-nav__item_maguro img{margin-top:-0.3125rem}.special-projects-nav__item_kenwood{color:#e02528}.special-projects-nav__item_kenwood2{color:#e02528;background:#ccc}.special-projects-nav__item:hover{color:#FF391E}.special-projects-nav__item.active{color:white}.special-projects-nav__item_kuhnya.active{background:#FF334E}.special-projects-nav__item img{max-height:1.125rem;vertical-align:middle}.special-projects-nav__item_dreamtrip{background:#004E8E;color:#fff}.special-projects-nav__item_dreamtrip:hover{color:#fff !important}.special-projects-nav__item_dreamtrip.mobile-menu__special-link{background:transparent;color:#000 !important}.special-projects-nav__item_dreamtrip.mobile-menu__special-link:hover{color:#e02528 !important}.special-projects-nav__item_national{color:#00722d}.special-projects-nav__item_national:hover{color:#003f19 !important}.special-projects-nav__item_scotch{background:#66cc68;color:#fff !important}.special-projects-nav__item_scotch:hover{color:#fff !important;background:#40bf42}.special-projects-nav__item_scotch:after{display:none}.special-projects-nav__item_scotch.mobile-menu__special-link{background:transparent;color:#333 !important}.special-projects-nav__item_scotch.mobile-menu__special-link:hover{color:#66cc68 !important}.special-projects-nav__item_biotta{color:#149635}.special-projects-nav__item_biotta:hover{color:#0e6925 !important}.special-projects-nav__item_hochland{color:#0154a4}.special-projects-nav__item_hochland:hover{color:#013a71 !important}.special-projects-nav__item_synergetic{color:#008818}.special-projects-nav__item_synergetic:hover{color:#00550f !important}.special-projects-nav__item_maguro18{color:#4186CB}.special-projects-nav__item_maguro18:hover{color:#2f6daa !important}.special-projects-nav__item_football{background:#348539;color:#fff}.special-projects-nav__item_football:hover{color:#fff !important;background:#266029}.special-projects-nav__item_sleto{color:#cb333b}.special-projects-nav__item_sleto:hover{color:#cb333b !important}.special-projects-nav__item_sleto:after{border:0}.special-projects-nav__item_picnic{background:#fff;color:#0bb200}.special-projects-nav__item_agama{color:#001746;background-color:rgba(103,185,255,0.25)}.special-projects-nav__item_agama:hover{color:#001746}.special-projects-nav__item_karta{color:#7d3232}.special-projects-nav__item_blagoyar{color:#e2211c;background:#fff}.special-projects-nav__item_blagoyar:hover{color:#b51a16}.special-projects-nav__item_nptichka{color:#fff;background:#85BB25}.special-projects-nav__item_nptichka:hover{color:#67901d}.special-projects-nav__item_odnogoo{color:#fff;background:#82b058}.special-projects-nav__item_odnogoo:hover{color:#699144}.special-projects-nav__item_vs{color:#fff;background:#55431a}.special-projects-nav__item_vs:hover{color:#e6e6e6}.special-projects-nav__item_okt{color:#000;background:#FFD84E}.special-projects-nav__item_okt:hover{color:black}.special-projects-nav__item_familydish{color:#0202d0;background:#FCCFF3}.special-projects-nav__item_familydish:hover{color:#02029d}.special-projects-nav__item_hills{color:#0202d0;background:#FFFFFF}.special-projects-nav__item_hills:hover{color:#02029d}.special-projects-nav__item_auchan{color:#E01C26;background:#F1F1F1}.special-projects-nav__item_auchan:hover{color:#b3161e}.special-projects-nav__item_vanya{color:#fff;background:#3704a2}.special-projects-nav__item_turboslim{color:#fff;background:#4EAC5B}.special-projects-nav__item_turboslim:hover{color:#e6e6e6}.special-projects-nav__item_addmashrooms{color:#fff;background:#F6C045}.special-projects-nav__item_addmashrooms:hover{color:#e6e6e6}.special-projects-nav__item_neizmennovkusno{color:#fff;background:#003BA5}.special-projects-nav__item_neizmennovkusno:hover{color:#e6e6e6}.special-projects-nav__item_rosselhos{color:#fff;background:#245f34}.special-projects-nav__item_rosselhos:hover{color:#e6e6e6}.special-projects-nav__item_nashaPticka{color:#fff;background:#FF8000}.special-projects-nav__item_nashaPticka:hover{color:#ff4612}.special-projects-nav__item_planeta_zdor{color:#fff;background:#009b94}.special-projects-nav__item_ngbp{color:#492a8a;background:#ffffff}.special-projects-nav__item_ngbp:hover{color:#492a8a}.special-projects-nav__item_korting{color:#fff;background:#00C0F3}.special-projects-nav__item_mamado{color:#fff;background:#d12c58}.special-projects-nav__item_hor_kofe{font-family:"Roboto Medium";color:#000000;background:#d5bd81}.special-projects-nav__item_hor_kofe:hover{color:#000000}.special-projects-nav__item_redmond{color:#000000;background:#F4CA34}.special-projects-nav__item_mnn{color:#fff;background:#66b87e}.special-projects-nav__item_mnn:hover{color:#ffffff}.special-projects-nav__item_sec_praz{color:#fff;background:#22366C}.special-projects-nav__item_sec_praz:hover{color:#ffffff}.special-projects-nav__item_othod{color:#000000;background:#FFD84E}.special-projects-nav__item_othod:hover{color:#000000}.special-projects-nav__itemmaypiknik{color:#fff;background:#ffcc00}.special-projects-nav__itemmaypiknik:hover{color:#ffffff}.special-projects-nav__item_uv{color:#fff;background:#1eb9c7}.special-projects-nav__item_pasha{color:#fff;background:#7dd110}.special-projects-nav__item_kursv{color:#fff;background:#B2327D}.special-projects-nav__item_kursv:hover{color:#ffffff}.special-projects-nav__item_panasonic{color:#000;background:#B2B9BD}.special-projects-nav__item_panasonic:hover{color:#000}.special-projects-nav__item_palmovoeMaslo{color:#fff;background:#00559c}.special-projects-nav__item_palmovoeMaslo:hover{color:#fff}.special-projects-nav__item_luminarc{color:#0b2045;background-color:#e27dc6}.special-projects-nav__item_luminarc:hover{color:#fff}.special-projects-nav__item_adventCalendar{color:#fff;background-color:#ff4612;font-weight:bold}.special-projects-nav__item_adventCalendar:hover{color:#fff}.special-projects-nav__item_fishmore{color:#183760;background-color:#A8CCE8}.special-projects-nav__item_fishmore:hover{color:#0e2037}.special-projects-nav__item_fishmore.mobile-menu__special-link{color:#183760;background-color:#A8CCE8}.special-projects-nav__item_fishmore.mobile-menu__special-link:hover{color:#0e2037}.special-projects-nav__item_solgar{color:#fff;background-color:#C0B366}.special-projects-nav__item_solgar:hover{color:#e6e6e6}.special-projects-nav__item_solgar.mobile-menu__special-link{color:#fff;background-color:#C0B366}.special-projects-nav__item_solgar.mobile-menu__special-link:hover{color:#e6e6e6}.special-projects-nav__item_RSXB{color:#fff;background-color:#296130}.special-projects-nav__item_RSXB:hover{color:#cccccc}.special-projects-nav__item_syrnaya_maslenitsa{color:#fff;background-color:#22376e}.special-projects-nav__item_syrnaya_maslenitsa:hover{color:#cccccc}.special-projects-nav__item_kuchny_maria{color:#e02407;background-color:#fff}.special-projects-nav__item_kuchny_maria:hover{color:#7d1404}.special-projects-nav__item_red_white{color:#fff;background-color:#e02407}.special-projects-nav__item_red_white:hover{color:#cccccc}.special-projects-nav__item_velle_special{color:#418332;background-color:#F9D446}.special-projects-nav__item_velle_special:hover{color:#2f5e24}.special-projects-nav__item_machogaspacho{background-color:#D52921;color:#FFFFFF}.special-projects-nav__item_machogaspacho:hover{background-color:#eb4841;color:#FFFFFF !important}.special-projects-nav__item_hleb{text-transform:uppercase;font-family:"UnicumCondLightC";color:#cfa170;color:#c2884a;font-size:1.25rem}.special-projects-nav__item_hleb:hover{color:#b67b3d !important}.special-projects-nav__item_biolio{color:#514037}.special-projects-nav__item_biolio:hover{color:#332822 !important}.special-projects-nav__item_candy{color:#00b4eb}.special-projects-nav__item_candy:hover{color:#008db8 !important}.special-projects-nav__item_ochakovo{color:#ed1941}.special-projects-nav__item_ochakovo:hover{color:#c40f31 !important}.special-projects-nav__item_leo{color:#fc1386}.special-projects-nav__item_leo:hover{color:#d9036d !important}.special-projects-nav__item_tm{color:#7b1b20}.special-projects-nav__item_tm:hover{color:#511215 !important}.special-projects-nav__item_ny{color:#00722d}.special-projects-nav__item_ny:hover{color:#003f19 !important}.special-projects-nav__item_domik{color:#e30613}.special-projects-nav__item_domik:hover{color:#b1050f !important}.special-projects-nav__item_brita{color:#005690}.special-projects-nav__item_brita:hover{color:#00385d !important}.special-projects-nav__item_brita.mobile-menu__special-link{background:transparent;color:#000 !important}.special-projects-nav__item_brita.mobile-menu__special-link:hover{color:#e02528 !important}.special-projects-nav__item_kitchen{color:#a31632}.special-projects-nav__item_kitchen:hover{color:#761024 !important}.special-projects-nav__item_maguro{color:#cc1427}.special-projects-nav__item_maguro:hover{color:#9e0f1e !important}.special-projects-nav__item_maguro img{margin-top:-0.3125rem}.special-projects-nav__item_summer{background:#50b848;color:#fff}.special-projects-nav__item_summer:hover{background:#48a640;color:#fff !important}.special-projects-nav__item_hochland{color:#001588}.special-projects-nav__item_hochland:hover{color:#000d55 !important}.special-projects-nav__item_udarnintsa{color:#bb69ae}.special-projects-nav__item_udarnintsa:hover{color:#a64b98 !important}.special-projects-nav__item_sweetspring{color:#FFFFFF;background-color:#aa0000}.special-projects-nav__item_sweetspring:hover{color:#cccccc !important}.special-projects-nav__item:hover{color:#FF391E}.special-projects-nav__item.active{color:white}.special-projects-nav__item_kuhnya.active{background:#FF334E}.special-projects-nav__item img{max-height:1.125rem;vertical-align:middle}.special-projects-nav__item_national{color:#ae1027;background-color:rgba(102,204,102,0.25)}.special-projects-nav__item_national:hover{color:#7f0c1d !important}.special-projects-nav__item_leonardo{color:#0052fe}.special-projects-nav__item_leonardo:hover{color:#2ab1ea}.special-projects-nav__item_national2{color:#0a5630}.special-projects-nav__item_national2:hover{color:#052817}.special-projects-nav__item_faberlic{color:#1e75d6}.special-projects-nav__item_faberlic:hover{color:#185da9}.special-projects-nav__item_olala{background:#ff98b6;color:#fff !important}.special-projects-nav__item_olala:hover{color:#fff !important;background:#ff6592}.special-projects-nav__item_nationaltravel{color:#ba0e0c}.special-projects-nav__item_nationaltravel:hover{color:#8a0a09}.special-projects-nav__item_palitra{color:#253459;background:#fde3d7}.special-projects-nav__item_palitra:hover{color:#161f35;background:#fbc1a6}.special-projects-nav__item_captain{color:#053b57;background-color:#fff}.special-projects-nav__item_captain:hover{color:#021a27;background-color:#fff}.special-projects-nav__item_petruha{color:#e4010b}.special-projects-nav__item_petruha:hover{color:#b10109}.special-projects-nav__item_astratomat{color:#00a717}.special-projects-nav__item_astratomat:hover{color:#007410}.special-projects-nav__item_maheev{color:#000}.special-projects-nav__item_maheev:hover{color:#1a1a1a}.special-projects-nav__item_luminarc{color:#0b2045;background-color:#e27dc6}.special-projects-nav__item_luminarc:hover{color:#fff}.special-projects-nav__item_provancal{color:#14316e}.special-projects-nav__item_provancal:hover{color:#0c1e43}.special-projects-nav__item_vkus{color:#fff;background:#d60025}.special-projects-nav__item_ocu{color:#96b840;background:#fff}.special-projects-nav__item_blagoyar{color:#e2211c;background-color:rgba(254,197,47,0.25)}.special-projects-nav__item_blagoyar:hover{color:#b51a16}.special-projects-nav__item_nptichka{color:#fff;background:#85BB25}.special-projects-nav__item_nptichka:hover{color:#67901d}.special-projects-nav__item_familydish{color:#0202d0;background:#FCCFF3}.special-projects-nav__item_familydish:hover{color:#02029d}.special-projects-nav__item_hills{color:#0202d0;background:#FFFFFF}.special-projects-nav__item_hills:hover{color:#02029d}.special-projects-nav__item_auchan{color:#E01C26;background:#F1F1F1}.special-projects-nav__item_auchan:hover{color:#b3161e}.special-projects-nav__item_vanya{color:#fff;background:#3704a2}.special-projects-nav__item_turboslim{color:#fff;background:#4EAC5B}.special-projects-nav__item_turboslim:hover{color:#e6e6e6}.special-projects-nav__item_addmashrooms{color:#fff;background:#F6C045}.special-projects-nav__item_addmashrooms:hover{color:#e6e6e6}.special-projects-nav__item_neizmennovkusno{color:#fff;background:#003BA5}.special-projects-nav__item_neizmennovkusno:hover{color:#e6e6e6}.special-projects-nav__item_rosselhos{color:#fff;background:#245f34}.special-projects-nav__item_rosselhos:hover{color:#e6e6e6}.special-projects-nav__item_nashaPticka{color:#fff;background:#FF8000}.special-projects-nav__item_nashaPticka:hover{color:#ff4612}.special-projects-nav__item_planeta_zdor{color:#fff;background:#009b94}.special-projects-nav__item_odnogoo{color:#fff;background:#82b058}.special-projects-nav__item_odnogoo:hover{color:#e6e6e6}.special-projects-nav__item_vs{color:#fff;background:#55431a}.special-projects-nav__item_vs:hover{color:#e6e6e6}.special-projects-nav__item_okt{color:#000;background:#FFD84E}.special-projects-nav__item_panasonic{color:#000;background:#B2B9BD}.special-projects-nav__item_panasonic:hover{color:#000}.special-projects-nav__item_palmovoeMaslo{color:#fff;background:#00559c}.special-projects-nav__item_palmovoeMaslo:hover{color:#fff}.special-projects-nav__item_zamena_hleba{color:#fff;background:#003594}.special-projects-nav__item_zamena_hleba:hover{color:#fff}.special-projects-nav__item_adventCalendar{color:#fff;background-color:#ff4612;font-weight:bold}.special-projects-nav__item_adventCalendar:hover{color:#fff}.special-projects-nav__item_fishmore{color:#183760;background-color:#A8CCE8}.special-projects-nav__item_fishmore:hover{color:#0e2037}.special-projects-nav__item_fishmore.mobile-menu__special-link{color:#183760;background-color:#A8CCE8}.special-projects-nav__item_fishmore.mobile-menu__special-link:hover{color:#0e2037}.special-projects-nav__item_solgar{color:#fff;background-color:#C0B366}.special-projects-nav__item_solgar:hover{color:#e6e6e6}.special-projects-nav__item_solgar.mobile-menu__special-link{color:#fff;background-color:#C0B366}.special-projects-nav__item_solgar.mobile-menu__special-link:hover{color:#e6e6e6}.special-projects-nav__item_RSXB{color:#fff;background-color:#296130}.special-projects-nav__item_RSXB:hover{color:#cccccc}.special-projects-nav__item_syrnaya_maslenitsa{color:#fff;background-color:#22376e}.special-projects-nav__item_syrnaya_maslenitsa:hover{color:#cccccc}.special-projects-nav__item_kuchny_maria{color:#e02407;background-color:#fff}.special-projects-nav__item_kuchny_maria:hover{color:#7d1404}.special-projects-nav__item_red_white{color:#fff;background-color:#e02407}.special-projects-nav__item_red_white:hover{color:#cccccc}.special-projects-nav__item_maheevkon{color:#e02407;background-color:#fff}.special-projects-nav__item_maheevkon:hover{color:#7d1404}.special-projects-nav__item_velle_special{color:#418332;background-color:#F9D446}.special-projects-nav__item_velle_special:hover{color:#2f5e24}.special-projects-nav__item_kosmetika_dushoy{color:#fff;background:#ce3a4a}.special-projects-nav__item_kosmetika_dushoy:hover{color:#fff}.special-projects-nav__item_vkusno_s_hohland_bw{color:#ffffff;background-color:#003B9B}.special-projects-nav__item_vkusno_s_hohland_bw:hover{color:#cccccc}.special-projects-nav__item_korting{color:#ffffff;background-color:#00C0F3}.special-projects-nav__item_korting:hover{color:#cccccc}.special-projects-nav__item_mamado{color:#ffffff;background-color:#d12c58}.special-projects-nav__item_mamado:hover{color:#cccccc}.special-projects-nav__item_ngbp{color:#492a8a;background:#ffffff}.special-projects-nav__item_ngbp:hover{color:#492a8a}.special-projects-nav__item_redmond{color:#110628;background:#F4CA34}.special-projects-nav__item_redmond:hover{color:black}.special-projects-nav__item_vau{color:#ffffff;background-color:#1eb9c7;font-weight:bold}.special-projects-nav__item_vau:hover{color:#cccccc}.special-projects-nav__item_mnn{color:#ffffff;background-color:#66b87e;font-weight:bold}.special-projects-nav__item_mnn:hover{color:#ffffff}.special-projects-nav__item_sec_praz{color:#fff;background:#22366C;font-weight:bold}.special-projects-nav__item_sec_praz:hover{color:#ffffff}.special-projects-nav__item_perez{color:#ffffff;background-color:#80cfff;font-weight:bold}.special-projects-nav__item_perez:hover{color:#ffffff}.special-projects-nav__item_maypiknik{color:#ffffff;background-color:#ffcc00;font-weight:bold}.special-projects-nav__item_maypiknik:hover{color:#ffffff}.special-projects-nav__item_keks{color:#ffffff;background-color:#591616;font-weight:bold}.special-projects-nav__item_keks:hover{color:#ffffff}.special-projects-nav__item_othod{color:#000000;background-color:#FFD84E;font-weight:bold}.special-projects-nav__item_othod:hover{color:#000000}.special-projects-nav__item_provans{color:#ffffff;background-color:#A679B0;font-weight:bold}.special-projects-nav__item_provans:hover{color:#ffffff}.special-projects-nav__item_uv{color:#ffffff;background-color:#1eb9c7;font-weight:bold}.special-projects-nav__item_uv:hover{color:#cccccc}.special-projects-nav__item_pasha{color:#ffffff;background-color:#7dd110;font-weight:bold}.special-projects-nav__item_pasha:hover{color:#cccccc}.special-projects-nav__item_kursv{color:#ffffff;background-color:#B2327D;font-weight:bold}.special-projects-nav__item_kursv:hover{color:#ffffff}.card-promo{cursor:pointer}.card-promo__picture{position:absolute;width:100%;height:100%;overflow:hidden;border-radius:0.25rem}.card-promo__picture img{width:100%;height:100%}.card-promo__header{padding-top:1.25rem;text-align:center;position:relative}.card-promo .badge{margin-bottom:1.875rem}.card_commercial{cursor:pointer;text-align:center}@media only screen and (max-width: 1023px){html:not(.old) .card_commercial{display:flex;justify-content:center}}.grid-col_one .card_commercial{text-align:center;display:block;margin-bottom:1.25rem}.flow-item .card_commercial{margin-bottom:0}.card_commercial_noborder{background:transparent;box-shadow:none}.card_commercial_noborder .card__note{display:none}.card_commercial.absolute{position:absolute;top:0;right:0;z-index:3}.card_commercial .card__note{color:#C9C5BC;font-family:"Arial";font-size:0.625rem;font-weight:400;position:absolute;top:0.25rem;left:1.25rem;line-height:normal}.card_commercial .card__picture{padding:20Px;position:absolute;top:0;left:0;width:280Px;height:450Px;border:none;transform-origin:0 0}@media only screen and (max-width: 1023px){html:not(.old) .card_commercial .card__picture{width:auto;height:auto;position:static;transform:scale(0.8);transform-origin:center center;align-self:center}}.friend-card{position:relative}@media only screen and (max-width: 1023px){html:not(.old) .friend-card{height:13.4375rem !important;width:calc(100% - 0.625rem) !important}}.friend-card__add-friend{background-position:center;background-repeat:no-repeat;position:absolute;top:0.4375rem;right:0.5625rem;cursor:pointer;z-index:1}.friend-card__add-friend{background-image:url(https://e2.edimdoma.ru/assets/elements/global/add-friend-9fb1ec811a1d2b036040155e58349f37b6d4ed54eb36d491b9b56d3190eafb2d.png);background-size:2rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.friend-card__add-friend{background-image:url(https://e0.edimdoma.ru/assets/elements/global/add-friend@2x-288c2068822de36d1ab00049f2f68155734f1c5a1dd6f0db3a040ca82d65b2d2.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.friend-card__add-friend{background-image:url(https://e1.edimdoma.ru/assets/elements/global/add-friend@3x-f4e4e367f40b635ac9d8a9e44eb50888b88dc0dc9f5c123d98dfd35ba2aabcbb.png)}}.friend-card__add-friend{width:2rem;height:2rem;background-size:contain;background-repeat:no-repeat}.friend-card__add-friend_added{background-position:center;background-repeat:no-repeat}.friend-card__add-friend_added{background-image:url(https://e3.edimdoma.ru/assets/elements/global/add-friend-added-450761048b127e0875dff999fcbdf834c9118271fbac87483517832fc6998b78.png);background-size:2rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.friend-card__add-friend_added{background-image:url(https://e3.edimdoma.ru/assets/elements/global/add-friend-added@2x-046a1d0756ebd14b9ca1b3f4de2d6baeab3ca5108e4fee9d69fedfc29e2c9c65.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.friend-card__add-friend_added{background-image:url(https://e1.edimdoma.ru/assets/elements/global/add-friend-added@3x-aed3447ba68a2f132a847c6b42c0ca8d16e5f3e54a2b92d3afa1be4badf07947.png)}}.friend-card__add-friend_added{width:2rem;height:2rem;background-size:contain;background-repeat:no-repeat}.friend-card__add-friend:hover .add-friend-hover{opacity:1;pointer-events:auto}.friend-card__online-status{width:0.625rem;height:0.625rem;background-color:#4cc861;border:0.125rem solid white;border-radius:50%;position:absolute;top:0.625rem;left:0.9375rem;z-index:1}.friend-card__cover{height:8.4375rem;position:relative;overflow:hidden}.friend-card__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(to top, rgba(0,0,0,0.4), rgba(0,0,0,0.04))}.friend-card__cover-img{width:100%}.friend-card__avatar{width:4.5rem;height:4.5rem;background-color:#fff;border-radius:0.25rem;border:0.25rem solid #fff;box-shadow:0 0.0625rem 0.125rem rgba(0,0,0,0.1);position:absolute;top:4.375rem;left:0.9375rem;overflow:hidden}.friend-card__avatar-img{width:100%}.friend-card__friend-info{position:absolute;top:5.3125rem;left:6.5625rem;text-align:left}.friend-card__name{max-width:10rem;max-height:3.75rem;font-family:"Noto Serif";color:#FFF;font-size:1.125rem;font-weight:700;line-height:1.25rem;position:absolute;left:6.5625rem;bottom:6.5625rem;text-align:left;overflow:hidden;text-overflow:ellipsis}@media only screen and (max-width: 1023px){html:not(.old) .friend-card__name{top:5rem}}.friend-card__status{font-family:"Noto Serif";color:#e5e5e5;font-size:0.75rem;font-style:italic;line-height:normal;position:absolute;top:6.875rem;left:6.5625rem}.friend-card__friend-data{padding-top:1.6875rem}.friend-card__column{width:33.3%;float:left;border-left:0.0625rem solid #e6e1da;box-sizing:border-box;text-decoration:none}.friend-card__column:first-child{border:none}.friend-card__count{color:#383838;font-size:1.125rem;font-weight:600;line-height:1.125rem}.friend-card__text{color:#919191;font-family:"Noto Serif";font-size:0.75rem;font-style:italic;line-height:normal}.add-friend-hover{width:auto;height:1.625rem;padding:0 0.625rem;background-color:#FFF;border-radius:0.8125rem;box-shadow:0 0.0625rem 0.25rem rgba(0,0,0,0.3);position:absolute;top:0.1875rem;right:0.1875rem;color:#6E6E6E;font-size:0.75rem;font-weight:400;line-height:1.625rem;white-space:nowrap;overflow:hidden;opacity:0;transition:opacity 0.3s ease;pointer-events:none}.add-friend-hover span{vertical-align:middle;display:inline-block;margin-top:-0.125rem}.add-friend-hover .fonticon{margin-right:0.625rem}.add-friend-hover .fonticon_add-friend{color:#53cc62}.add-friend-hover .fonticon_remove-friend{color:#e52b12;padding-top:0.1875rem}.friend-card_special .friend-card__overlay{background-image:none;background-color:#000;opacity:0.4}.friend-card_special .friend-card__avatar{top:1.25rem;width:5.75rem;height:5.75rem}.friend-card_special .friend-card__count{color:#fff}.friend-card_special .friend-card__text{color:#ccc}.friend-card_special .friend-card__cover{height:13.4375rem}.friend-card_special .friend-card__friend-data{position:absolute;width:100%;bottom:1.25rem}.friend-card_special .friend-card__column{border-color:rgba(230,225,218,0.3)}.friend-card_special .friend-card__friend-info{top:2.5rem;left:8.5rem}.friend-card_special .friend-card__name{font-size:1.25rem;line-height:1.25rem;margin-bottom:0.25rem;position:static}.friend-card_special .friend-card__status{position:static}.gallery-card{position:relative;text-align:center;display:block;text-decoration:none}.gallery-card__preview{height:20.0625rem;position:relative;overflow:hidden;display:block}.gallery-card__preview-image{width:100%}.gallery-card__thumbnails{background:#e1e1e1;margin-bottom:0.9375rem;display:flex}.gallery-card__thumbnails:after{content:"";display:block;clear:both}.gallery-card__thumb-container{width:3.5rem;height:3.5rem;position:relative;overflow:hidden}.gallery-card__thumb-container:before{content:"";width:1Px;height:2.25rem;background-color:#F2F2F2;position:absolute;top:50%;left:0;margin-top:-1.125rem}.gallery-card__thumb-container:first-child:before{display:none}.gallery-card__thumb-image{width:100%;position:relative}.gallery-card .text-icon{color:#666;font-size:0.8125rem;font-weight:600}.gallery-card .title{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.placeholder-card{width:36.25rem;height:28.125rem;box-sizing:border-box;border:0.0625rem solid #d6cdbf;border-radius:0.25rem;display:table;margin-bottom:1.25rem}@media only screen and (max-width: 1023px){html:not(.old) .placeholder-card{width:43rem;height:26.5rem}}@media only screen and (max-width: 819px){html:not(.old) .placeholder-card{width:100%}}@media only screen and (max-width: 767px){html:not(.old) .placeholder-card{height:23.875rem}}@media only screen and (max-width: 767px) and (min-width: 319px) and (max-width: 767px){html:not(.old) .placeholder-card{height:calc(382 * 0.0625rem + (424 - 382) * (100vw - 320 * 0.0625rem) / (768 - 320))}}@media only screen and (max-width: 767px) and (max-width: 319px){html:not(.old) html:not(.old) .placeholder-card{height:23.875rem}}@media only screen and (max-width: 767px) and (min-width: 768px){html:not(.old) html:not(.old) .placeholder-card{height:26.5rem}}.placeholder-card_duel{height:26.0625rem}.placeholder-card_search{width:100%}.placeholder-card__row{display:table-row}.placeholder-card__cell{display:table-cell;vertical-align:middle;text-align:center}.placeholder-card__icon{width:3.75rem;height:3.75rem;border:0.125rem solid #d6cdbf;border-radius:50%;margin:0 auto 1.25rem;line-height:3.75rem}.placeholder-card__icon .fonticon{font-size:1.75rem;color:#d6cdbf;vertical-align:center}.placeholder-card .title{margin-bottom:0.625rem;font-size:1.125rem}.placeholder-card__text{color:#888175;font-size:0.8125rem;font-weight:400;line-height:1.125rem}.placeholder-card__text a{display:inline}.placeholder-card_small{width:17.5rem;height:13.4375rem}.placeholder-card_small .title{font-size:1.125rem;margin-bottom:0.3125rem}.placeholder-card_small .placeholder-card__icon{margin-bottom:0.375rem}.placeholder-card_photo{width:17.5rem;height:17.5rem;cursor:pointer;background-position:center;background-repeat:no-repeat;cursor:pointer}.placeholder-card_photo .placeholder-card__icon{background-image:url(https://e1.edimdoma.ru/assets/forms/upload-image-77dd7ffc8e9adff14e1bfbb68fe5d659113d913f67431fc332c54c60d04aeaa6.png);background-size:3.125rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.placeholder-card_photo .placeholder-card__icon{background-image:url(https://e2.edimdoma.ru/assets/forms/upload-image@2x-f49f881cdee6f476f3b07ba378a5d6d95cb2e3e7121dde4e7ef14eba007cf265.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.placeholder-card_photo .placeholder-card__icon{background-image:url(https://e0.edimdoma.ru/assets/forms/upload-image@3x-ab85d49d9aaeeb4ea6c86d36e690ad95eece913b9993ef8beb78ff4d76a93bc0.png)}}.placeholder-card_photo:hover .placeholder-card__icon{background-image:url(https://e1.edimdoma.ru/assets/forms/upload-image_hover-f73ac2f39cbe59d6852ce0a1cca2fcc98b835e3b3f1da092e617809e8d7da6c3.png);background-size:3.125rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.placeholder-card_photo:hover .placeholder-card__icon{background-image:url(https://e1.edimdoma.ru/assets/forms/upload-image_hover@2x-5654d0bd6b261385a5fd8e9320be625eb0b8907d849d09e84131f5ba20d3afe5.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.placeholder-card_photo:hover .placeholder-card__icon{background-image:url(https://e0.edimdoma.ru/assets/forms/upload-image_hover@3x-1fb5bd0fbf6719ea2629b74c73c5dff3dfb4bd75916349eb51148254c78c620e.png)}}.placeholder-card_photo .placeholder-card__icon{width:3.125rem;height:3.125rem;background-size:contain;background-repeat:no-repeat}.placeholder-card_photo:hover{border-color:#e52b12}.placeholder-card_photo .placeholder-card__icon{border:none;border-radius:0;line-height:normal}.placeholder-card_invite-friend:hover{background-color:white;border-color:white;cursor:pointer}.placeholder-card_album{width:17.5rem;height:28.125rem;cursor:pointer;background-position:center;background-repeat:no-repeat;cursor:pointer}.placeholder-card_album .placeholder-card__icon{background-image:url(https://e1.edimdoma.ru/assets/forms/upload-image-77dd7ffc8e9adff14e1bfbb68fe5d659113d913f67431fc332c54c60d04aeaa6.png);background-size:3.125rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.placeholder-card_album .placeholder-card__icon{background-image:url(https://e2.edimdoma.ru/assets/forms/upload-image@2x-f49f881cdee6f476f3b07ba378a5d6d95cb2e3e7121dde4e7ef14eba007cf265.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.placeholder-card_album .placeholder-card__icon{background-image:url(https://e0.edimdoma.ru/assets/forms/upload-image@3x-ab85d49d9aaeeb4ea6c86d36e690ad95eece913b9993ef8beb78ff4d76a93bc0.png)}}.placeholder-card_album:hover .placeholder-card__icon{background-image:url(https://e1.edimdoma.ru/assets/forms/upload-image_hover-f73ac2f39cbe59d6852ce0a1cca2fcc98b835e3b3f1da092e617809e8d7da6c3.png);background-size:3.125rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.placeholder-card_album:hover .placeholder-card__icon{background-image:url(https://e1.edimdoma.ru/assets/forms/upload-image_hover@2x-5654d0bd6b261385a5fd8e9320be625eb0b8907d849d09e84131f5ba20d3afe5.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.placeholder-card_album:hover .placeholder-card__icon{background-image:url(https://e0.edimdoma.ru/assets/forms/upload-image_hover@3x-1fb5bd0fbf6719ea2629b74c73c5dff3dfb4bd75916349eb51148254c78c620e.png)}}.placeholder-card_album .placeholder-card__icon{width:3.125rem;height:3.125rem;background-size:contain;background-repeat:no-repeat}.placeholder-card_album:hover{border-color:#e52b12}.placeholder-card_album .placeholder-card__icon{border:none;border-radius:0;line-height:normal}.placeholder-card_search{width:100%}.placeholder-card_search .placeholder-card__text+.placeholder-card__text{margin-top:0.3125rem}.placeholder-card_search .placeholder-card__text a{color:#e12407}.placeholder-card_search .placeholder-card__text a:hover{text-decoration:underline}.card_book{text-align:center}.card_book .badge{margin-top:1.25rem}.card_book .card__content{padding-top:1.6875rem}.card_book .author__name{font-style:italic;color:grey}.card_book .title{line-height:1.375rem;height:2.75rem;position:relative;overflow:hidden;margin-bottom:0.625rem}.card_book .card__picture{width:100%;height:16.5625rem;display:block;overflow:hidden;position:relative;border:none;box-sizing:border-box}.card_book .card__picture img{display:block;width:100%;height:100%}@media only screen and (max-width: 479px){html:not(.old) .card_book{height:28.125rem !important}}.card-footer{position:absolute;left:0;right:0;bottom:0;padding:0 1.25rem;line-height:2.5rem;border-top:0.0625rem solid rgba(0,0,0,0.1);text-align:left;color:#5B5B5B;font-size:0.8125rem;font-weight:600}@media only screen and (max-width: 1023px){html:not(.old) .card-footer{line-height:2.9375rem}html:not(.old) .card-footer .text-icon span+span{margin-left:0.3125rem}}@media only screen and (max-width: 599px){html:not(.old) .card_wide .card-footer .text-icon .fonticon_views{display:none}html:not(.old) .card_wide .card-footer .text-icon .fonticon_views+span{display:none}}.card-footer_white{border-color:rgba(255,255,255,0.1)}.card-footer_white .text-icon{color:white}.card-footer_vote{text-align:center;border-radius:0 0 0.25rem 0.25rem}.card-footer_vote .text-icon{color:#ff391e;font-family:"Open Sans";font-size:0.6875rem;font-weight:700;text-transform:uppercase}.card-footer_vote .text-icon .fonticon{color:#ff391e;font-size:1.125rem}.card-footer_vote:hover{background-color:#ff391e}.card-footer_vote:hover .text-icon{color:white}.card-footer_vote:hover .text-icon .fonticon{color:white !important}.card-footer_voted{text-align:center;background-color:#ff391e;border-radius:0 0 0.25rem 0.25rem}.card-footer_voted .text-icon span+span{display:none}.card-footer_voted .text-icon .fonticon{color:white !important;font-size:1.125rem}.card-footer_buyme{text-align:center;background-color:#43bb78;border-radius:0 0 0.25rem 0.25rem;color:white !important}.card-footer_buyme .text-icon{color:white !important}.card-footer_buyme .text-icon span+span{color:white !important}.card-footer_buyme .text-icon .fonticon{color:white !important;font-size:1.125rem}.card-footer_buyme:hover{background-color:#4cd488;cursor:pointer}.card-footer__add{position:relative;display:inline-block}.card-footer__add:hover .absolute-container{visibility:visible}.card{background-position:center;background-repeat:no-repeat;cursor:pointer;cursor:pointer;text-decoration:none;position:relative}.card .card__videoicon{background-image:url(https://e0.edimdoma.ru/assets/icons/icon-play-ff488e3c2cd917611e38a93de233143d1b2273f336efc63cc2bc8a017d3644e2.png);background-size:4.5rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.card .card__videoicon{background-image:url(https://e1.edimdoma.ru/assets/icons/icon-play@2x-d5d7121964ad9f7c8168be1eb3a873df75e84d91f0d3cb13d0730806f59462c0.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.card .card__videoicon{background-image:url(https://e0.edimdoma.ru/assets/icons/icon-play@3x-4f0d0065fd5e0460657f1eb713a2efe89d0e3528ed43a619a4cdb8c4936caf52.png)}}.card:hover .card__videoicon{background-image:url(https://e3.edimdoma.ru/assets/icons/icon-play_hover-6494bfce031cad92ed4c8a47098ffbdf29a5f9a2da0b349622cbd17c8665504e.png);background-size:4.5rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.card:hover .card__videoicon{background-image:url(https://e1.edimdoma.ru/assets/icons/icon-play_hover@2x-ea109246da4ca719cf4712f317f9e5a4efffc94092ac0adfcf9736a32bdb86e2.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.card:hover .card__videoicon{background-image:url(https://e0.edimdoma.ru/assets/icons/icon-play_hover@3x-cf566f3a12ed87e926e0ab9c49f01a696989175e19273ee7a4aaf0ab5119788e.png)}}.card .card__videoicon{width:4.5rem;height:3.375rem;background-size:contain;background-repeat:no-repeat}.card__options{position:absolute;top:0.625rem;right:0.625rem}.card__option{display:inline-block;margin-left:0.375rem;width:1.5rem;height:1.5rem;border:0.125rem solid white;border-radius:50%;cursor:pointer;z-index:2;line-height:1.5rem;text-align:center}.card__option .fonticon{color:#fff}.card__option:hover{background:#fff}.card__option:hover .fonticon{color:#ff3620}.card>a{text-decoration:none;display:block}.card__eventdate{position:absolute;top:1.25rem;left:1.25rem;z-index:3}.card__picture{width:100%;height:13.125rem;display:block;overflow:hidden;position:relative;border-bottom:0.0625rem solid #ddd;box-sizing:border-box;border-radius:0.25rem 0.25rem 0 0}@media only screen and (max-width: 1023px){html:not(.old) .card__picture{height:15.5rem}}@media only screen and (max-width: 767px){html:not(.old) .card__picture{height:14.5rem}}@media only screen and (max-width: 767px) and (min-width: 319px) and (max-width: 767px){html:not(.old) .card__picture{height:calc(232 * 0.0625rem + (248 - 232) * (100vw - 320 * 0.0625rem) / (768 - 320))}}@media only screen and (max-width: 767px) and (max-width: 319px){html:not(.old) html:not(.old) .card__picture{height:14.5rem}}@media only screen and (max-width: 767px) and (min-width: 768px){html:not(.old) html:not(.old) .card__picture{height:15.5rem}}@media only screen and (max-width: 479px){html:not(.old) .card__picture{height:16.25rem}}@media only screen and (max-width: 479px) and (min-width: 319px) and (max-width: 767px){html:not(.old) .card__picture{height:calc(260 * 0.0625rem + (248 - 260) * (100vw - 320 * 0.0625rem) / (768 - 320))}}@media only screen and (max-width: 479px) and (max-width: 319px){html:not(.old) html:not(.old) .card__picture{height:16.25rem}}@media only screen and (max-width: 479px) and (min-width: 768px){html:not(.old) html:not(.old) .card__picture{height:15.5rem}}.card__picture img{display:block;width:100%;height:100%}@media only screen and (max-width: 479px){html:not(.old) .card__picture img{-o-object-fit:cover;object-fit:cover}}.card__childrenicon{position:absolute;top:0.625rem;left:1.25rem;background-position:center;background-repeat:no-repeat}.card__childrenicon{background-image:url(https://e1.edimdoma.ru/assets/icons/children-cff8a82ef575341f513c26ff621ce2b7f911aba0f096915c1a4e02530109b8d9.png);background-size:3.125rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.card__childrenicon{background-image:url(https://e0.edimdoma.ru/assets/icons/children@2x-a45e694691b269e2d57f632552a8e20a5f7a017f87290e6aafea87e733773f47.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.card__childrenicon{background-image:url(https://e3.edimdoma.ru/assets/icons/children@3x-36863c6d87cfeff31419d7d83f6fa6508fa917268ac674418e322d4068e39b9c.png)}}.card__childrenicon{width:3.125rem;height:3.125rem;background-size:contain;background-repeat:no-repeat}.card__vkusvill_logo:after{position:absolute;top:0.4375rem;bottom:0;right:0.4375rem;border-radius:0.3125rem;width:5.9375rem !important;height:1.375rem;content:"";background-position:center;background-repeat:no-repeat}.card__vkusvill_logo:after{background-image:url(https://e0.edimdoma.ru/assets/icons/green_cropped-5ba969f3e7c10fa83bb94f233a8d917d9873ee6d06197ccf28015cf8e7758108.jpg);background-size:7.625rem auto}.card__vkusvill_logo:after{width:7.625rem;height:1.5625rem;background-size:contain;background-repeat:no-repeat}@media only screen and (max-width: 1023px){html:not(.old) .card__vkusvill_logo:after{top:unset;bottom:1.25rem;right:1.25rem;width:6.75rem !important;height:1.375rem}}.card__videoicon{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}.card__category{position:absolute;top:14rem;left:1.25rem}@media only screen and (max-width: 1023px){html:not(.old) .card__category{top:1.25rem}}.card__content{padding:2.8125rem 1.25rem 0 1.25rem}@media only screen and (max-width: 1023px){html:not(.old) .card__content{padding-top:1.125rem}}@media only screen and (max-width: 767px){html:not(.old) .card__content{padding-top:0.875rem}}@media only screen and (max-width: 767px) and (min-width: 319px) and (max-width: 767px){html:not(.old) .card__content{padding-top:calc(14 * 0.0625rem + (18 - 14) * (100vw - 320 * 0.0625rem) / (768 - 320))}}@media only screen and (max-width: 767px) and (max-width: 319px){html:not(.old) html:not(.old) .card__content{padding-top:0.875rem}}@media only screen and (max-width: 767px) and (min-width: 768px){html:not(.old) html:not(.old) .card__content{padding-top:1.125rem}}.card__description{height:6.5625rem;position:relative;overflow:hidden;margin-bottom:0.625rem;text-decoration:none;display:block}@media only screen and (max-width: 1023px){html:not(.old) .card__description{height:3rem;margin-bottom:1.75rem}}@media only screen and (max-width: 767px){html:not(.old) .card__description{height:2.5rem;margin-bottom:0.875rem}}@media only screen and (max-width: 767px) and (min-width: 319px) and (max-width: 767px){html:not(.old) .card__description{height:calc(40 * 0.0625rem + (48 - 40) * (100vw - 320 * 0.0625rem) / (768 - 320))}}@media only screen and (max-width: 767px) and (max-width: 319px){html:not(.old) html:not(.old) .card__description{height:2.5rem}}@media only screen and (max-width: 767px) and (min-width: 768px){html:not(.old) html:not(.old) .card__description{height:3rem}}@media only screen and (max-width: 767px) and (min-width: 319px) and (max-width: 767px){html:not(.old) .card__description{margin-bottom:calc(14 * 0.0625rem + (28 - 14) * (100vw - 320 * 0.0625rem) / (768 - 320))}}@media only screen and (max-width: 767px) and (max-width: 319px){html:not(.old) html:not(.old) .card__description{margin-bottom:0.875rem}}@media only screen and (max-width: 767px) and (min-width: 768px){html:not(.old) html:not(.old) .card__description{margin-bottom:1.75rem}}@media only screen and (max-width: 479px){html:not(.old) .card__description{height:4rem;margin-bottom:0}html:not(.old) .card__description .description-text{display:none}}.card__description .title{margin-bottom:0.4375rem}@media only screen and (max-width: 767px){html:not(.old) .card__description .title{margin-bottom:0;line-height:normal;font-size:0.9375rem}}@media only screen and (max-width: 767px) and (min-width: 319px) and (max-width: 767px){html:not(.old) .card__description .title{font-size:calc(15 * 0.0625rem + (16 - 15) * (100vw - 320 * 0.0625rem) / (768 - 320))}}@media only screen and (max-width: 767px) and (max-width: 319px){html:not(.old) html:not(.old) .card__description .title{font-size:0.9375rem}}@media only screen and (max-width: 767px) and (min-width: 768px){html:not(.old) html:not(.old) .card__description .title{font-size:1rem}}.card_noauthor .card__description{height:9.0625rem}.card_noauthor .person{display:none}.card_mediumimage .card__picture{height:14.375rem}.card_mediumimage .card__category{top:15.25rem}.card_mediumimage .card__description{height:5.3125rem}.card_mediumimage.card_noauthor .card__description{height:7.8125rem}.card_bigimage .card__picture{height:15.625rem}.card_bigimage .card__category{top:16.5rem}.card_bigimage .card__description{height:4.0625rem}.card_bigimage.card_noauthor .card__description{height:6.5625rem}.card_empty{background:transparent !important;box-shadow:none !important;cursor:default}.card .absolute-container{visibility:hidden;position:absolute;top:0;height:auto;left:-1.875rem;padding-top:2.5rem}@media only screen and (max-width: 1023px){html:not(.old) .card .absolute-container{padding-top:2.8125rem}}.card .absolute-container.right{left:-6.875rem}@media only screen and (max-width: 1023px){html:not(.old) .card:not(.card_wide) .person{display:block}html:not(.old) .card:not(.card_wide) .person__wrapper{float:none}html:not(.old) .card:not(.card_wide) .person__content{display:block}html:not(.old) .card:not(.card_wide) .person__content:after{content:"";display:block;clear:both}html:not(.old) .card:not(.card_wide) .person__name{float:left;line-height:1.0625rem}html:not(.old) .card:not(.card_wide) .person__post-time{float:right;margin:0;line-height:1.0625rem}html:not(.old) .card:not(.card_wide) .person .user-avatar{display:none}}.card{display:inline-block;width:17.5rem;height:28.125rem;background-color:#FFF;border-radius:0.25rem;box-shadow:0 0.0625rem 0.1875rem rgba(0,0,0,0.25);position:relative;box-sizing:border-box}@media only screen and (max-width: 1023px){html:not(.old) .card{width:20.8125rem;height:26.5rem}}@media only screen and (max-width: 767px){html:not(.old) .card{width:calc(50% - 0.625rem);height:23.875rem}}@media only screen and (max-width: 767px) and (min-width: 319px) and (max-width: 767px){html:not(.old) .card{height:calc(382 * 0.0625rem + (424 - 382) * (100vw - 320 * 0.0625rem) / (768 - 320))}}@media only screen and (max-width: 767px) and (max-width: 319px){html:not(.old) html:not(.old) .card{height:23.875rem}}@media only screen and (max-width: 767px) and (min-width: 768px){html:not(.old) html:not(.old) .card{height:26.5rem}}@media only screen and (max-width: 599px){html:not(.old) .card{width:100%}}.card:hover{box-shadow:0 0.25rem 0.5rem rgba(0,0,0,0.15)}.card_wide{width:36.25rem;height:28.125rem}@media only screen and (max-width: 1023px){html:not(.old) .card_wide{width:43rem;height:26.5rem;margin-left:auto;margin-right:auto}}@media only screen and (max-width: 819px){html:not(.old) .card_wide{width:100%}}@media only screen and (max-width: 767px){html:not(.old) .card_wide{height:23.875rem}}@media only screen and (max-width: 767px) and (min-width: 319px) and (max-width: 767px){html:not(.old) .card_wide{height:calc(382 * 0.0625rem + (424 - 382) * (100vw - 320 * 0.0625rem) / (768 - 320))}}@media only screen and (max-width: 767px) and (max-width: 319px){html:not(.old) html:not(.old) .card_wide{height:23.875rem}}@media only screen and (max-width: 767px) and (min-width: 768px){html:not(.old) html:not(.old) .card_wide{height:26.5rem}}.card_small{height:13.4375rem}.grid-three-column__column_right .card{display:block;margin-bottom:1.25rem}.grid-two-column__column_left .card{display:block;margin-bottom:1.25rem}.grid-three-column__column_left .card{display:block;margin-bottom:1.25rem}.grid-col_one .card{display:block;margin-bottom:1.25rem}.slider:hover .card{box-shadow:0 0.25rem 0.5rem rgba(0,0,0,0.15)}.class-rate{color:#5B5B5B;font-size:0.75rem;font-weight:400;position:relative;padding-left:1.4375rem;display:inline-block;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.class-rate__icon{position:absolute;top:0;left:0;bottom:0;margin:auto 0}.class-rate_advanced{background-position:center;background-repeat:no-repeat}.class-rate_advanced .class-rate__icon{background-image:url(https://e1.edimdoma.ru/assets/elements/text-icon/advanced-rate-icon-064e1768e81c6cb313f228e5f7334a477289188110cd10a90418909b5d40dfee.png);background-size:0.8125rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.class-rate_advanced .class-rate__icon{background-image:url(https://e3.edimdoma.ru/assets/elements/text-icon/advanced-rate-icon@2x-14c4a72e28042b5af09988d9c4fcd225767a17dfcfb5f1e2feb9399dcd94189f.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.class-rate_advanced .class-rate__icon{background-image:url(https://e3.edimdoma.ru/assets/elements/text-icon/advanced-rate-icon@3x-2ae787d014867e2ebce0b3306873371799f4e95024cd69315b448be7f7541a2d.png)}}.class-rate_advanced .class-rate__icon{width:0.8125rem;height:0.6875rem;background-size:contain;background-repeat:no-repeat}.class-rate_intermediate{background-position:center;background-repeat:no-repeat}.class-rate_intermediate .class-rate__icon{background-image:url(https://e1.edimdoma.ru/assets/elements/text-icon/intermediate-rate-icon-efdf4c6a049b976cdbb79b4340cb1d0435bf3dc09cb00d2da9702c9010f2d66a.png);background-size:0.8125rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.class-rate_intermediate .class-rate__icon{background-image:url(https://e1.edimdoma.ru/assets/elements/text-icon/intermediate-rate-icon@2x-1745fb6b9e1df64df6a5285eb9b68b4b9da9cfa8ecfd754dcbc86f691c11f07c.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.class-rate_intermediate .class-rate__icon{background-image:url(https://e3.edimdoma.ru/assets/elements/text-icon/intermediate-rate-icon@3x-03fc1451d99666c22b7839bf18744275c24dc6fcfabcfc04e8c4edc144d80bb4.png)}}.class-rate_intermediate .class-rate__icon{width:0.8125rem;height:0.6875rem;background-size:contain;background-repeat:no-repeat}.class-rate_novice{background-position:center;background-repeat:no-repeat}.class-rate_novice .class-rate__icon{background-image:url(https://e0.edimdoma.ru/assets/elements/text-icon/novice-rate-icon-a488a15bf89d47241d95831f4f6091b3f8a1827638db85fe52f0f3fefa4de7a7.png);background-size:0.8125rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.class-rate_novice .class-rate__icon{background-image:url(https://e0.edimdoma.ru/assets/elements/text-icon/novice-rate-icon@2x-f77628df9fd238ade7f4696e6cc6806ce05a3dba9d28c70519028054fecdf81c.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.class-rate_novice .class-rate__icon{background-image:url(https://e2.edimdoma.ru/assets/elements/text-icon/novice-rate-icon@3x-c886f8babd85dc3d3c8f81cd93ba12df2705b3572c75aeceae6fb7ec01620565.png)}}.class-rate_novice .class-rate__icon{width:0.8125rem;height:0.6875rem;background-size:contain;background-repeat:no-repeat}.class-rate_white{color:#fff}.card_small{text-align:center}.card_small .card__picture{position:absolute;width:100%;height:100%;top:0;left:0;right:0;bottom:0;border:none}.card_small .card__content{position:relative;padding-top:1.875rem}.card_small .badge{margin-bottom:0.9375rem}.card_school .card__content{padding-top:0}.card_school .card__icon{margin:0 auto}.card_school .card__icon_vebinar{background-position:center;background-repeat:no-repeat;margin-bottom:0.9375rem;margin-top:3.125rem}.card_school .card__icon_vebinar{background-image:url(https://e0.edimdoma.ru/assets/icons/vebinar-54ca5f2e8944921bc9324ced807c3dff0095461d492f1c2f0f8e5753b8282de1.png);background-size:3.125rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.card_school .card__icon_vebinar{background-image:url(https://e1.edimdoma.ru/assets/icons/vebinar@2x-ce5084d7094f8649ef9dc955a72fd0ed6358a84c8f7276074e562adf5254b335.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.card_school .card__icon_vebinar{background-image:url(https://e1.edimdoma.ru/assets/icons/vebinar@3x-f33486867dbd1bdd2a79ebfd6c0a27695845a73cc881040a01d01c927c870e40.png)}}.card_school .card__icon_vebinar{width:3.125rem;height:4.5625rem;background-size:contain;background-repeat:no-repeat}.card_school .card__icon_articles{background-position:center;background-repeat:no-repeat;margin-bottom:1.25rem;margin-top:3.6875rem}.card_school .card__icon_articles{background-image:url(https://e2.edimdoma.ru/assets/icons/articles-3747c1fc8bc75340875dad6fa7192141f5eb76ce65001a0867d77ddbe3e72600.png);background-size:3.625rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.card_school .card__icon_articles{background-image:url(https://e1.edimdoma.ru/assets/icons/articles@2x-6b2ca5f6752abfc670c81b22095d4f0c3984ce00b5831379476a89d038935c5e.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.card_school .card__icon_articles{background-image:url(https://e2.edimdoma.ru/assets/icons/articles@3x-ef6b857c8c2e914cf241cfc61d6a0bb2ac1487902ba1aff586b6d90501646dd2.png)}}.card_school .card__icon_articles{width:3.625rem;height:3.6875rem;background-size:contain;background-repeat:no-repeat}.card_course.card_wide{text-align:center;cursor:default}.card_course.card_wide:hover .card__content .title{text-decoration:none}.card_course.card_wide .button{display:inline-block}.card_course.card_wide .card__content{position:relative;bottom:auto;top:auto;left:auto;right:auto;padding:4.6875rem 2.5rem 0 2.5rem;width:16.25rem}.card_course.card_wide .card__icon{background-position:center;background-repeat:no-repeat;margin:0 auto 1.1875rem}.card_course.card_wide .card__icon{background-image:url(https://e1.edimdoma.ru/assets/icons/course-icon-70bf25bc701d30a91a4c06dde580ea087bfe537a46c60c64717fb95143127672.png);background-size:4.625rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.card_course.card_wide .card__icon{background-image:url(https://e1.edimdoma.ru/assets/icons/course-icon@2x-0f0155e54b1541f7f6b5bc51df203b71b8bb8d306e732ebd0b9913f40ab5d8e8.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.card_course.card_wide .card__icon{background-image:url(https://e1.edimdoma.ru/assets/icons/course-icon@3x-eb8a1962a12d523e5e66593e42db62307ad429cdc457b0c0a4ad1e167cb842c9.png)}}.card_course.card_wide .card__icon{width:4.625rem;height:4.625rem;background-size:contain;background-repeat:no-repeat}.card_course.card_wide .title{margin-bottom:1.25rem}.card_course.card_wide .description-text{margin-bottom:4.0625rem}.card_thematic{text-align:center}.card_thematic:hover .button_white{border-color:white}.card_thematic .badge{margin-top:1.25rem;margin-bottom:1.625rem}.card_thematic .title{width:80%;margin:0 auto}.card_thematic .card__picture{width:100%;height:28.125rem;border-bottom:none;box-sizing:border-box;border-radius:0.25rem}@media only screen and (max-width: 1023px){html:not(.old) .card_thematic .card__picture{height:100% !important}html:not(.old) .card_thematic .card__picture img{-o-object-fit:cover !important;object-fit:cover !important}}.card_thematic .card__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-position:center;background-repeat:no-repeat}.card_thematic .card__overlay{background-image:url(https://e3.edimdoma.ru/assets/card/card_thematic-overlay-e541379ff5614116ad105ce3779c53b63d627776dba3936337debbca3fe777a5.png);background-size:17.5rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.card_thematic .card__overlay{background-image:url(https://e1.edimdoma.ru/assets/card/card_thematic-overlay@2x-056c8473657c519b623b4757152561b262db61c88475c260e1754ae5fa0b67d3.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.card_thematic .card__overlay{background-image:url(https://e1.edimdoma.ru/assets/card/card_thematic-overlay@3x-4b2add85779c3cc345e2392b59e4664e9ffebfba8238e39fda4550499bacc6e6.png)}}.card_thematic .card__overlay{width:17.5rem;height:28.125rem;background-size:contain;background-repeat:no-repeat}@media only screen and (max-width: 1023px){html:not(.old) .card_thematic .card__overlay{background-size:100% !important;width:100% !important}}.card_thematic .card__info{position:absolute;top:0;left:0;bottom:0;right:0}.card_thematic .card__button-wrp{position:absolute;left:0;right:0;bottom:1.875rem}.card_main-action{box-shadow:0 0.0625rem 0.25rem rgba(0,0,0,0.1);text-align:center;background-color:transparent;cursor:default}@media only screen and (max-width: 479px){html:not(.old) .card_main-action{height:28.125rem}}.card_main-action .card__picture{width:100%;height:100%;border-bottom:none}@media only screen and (max-width: 1023px){html:not(.old) .card_main-action .card__picture{height:100% !important}}.card_main-action .card__info{position:absolute;top:0;left:0;right:0;bottom:0}@media only screen and (max-width: 479px){html:not(.old) .card_main-action .card__info{height:28.125rem}}.card_main-action .card__info .title{font-size:1.625rem;line-height:1.625rem;color:#fff;width:80%;margin:2.25rem auto 0}.card_main-action .card__button-wrp{position:absolute;bottom:1.875rem;width:12.5rem;left:0;right:0;margin:0 auto}.card_main-action .card__video-description{margin-top:1.625rem;display:inline-block;color:#fff;line-height:1.25rem}.card_main-action .card__video-description:after{content:"";display:block;clear:both}.card_main-action .card__video-number{font-weight:700;font-size:1.875rem;float:left;margin-right:0.5rem;margin-top:0.25rem}.card_main-action .card__video-text{font-size:0.875rem;text-align:left;line-height:0.8125rem;float:left;font-weight:600}.card_main-action:hover{cursor:pointer}.card_main-action:hover .button_white{border-color:white}.card_title-bottom .card__info .title{margin:17.5rem auto 0}.card_duel-past{background-color:#e9e2d2;padding:0.625rem;box-shadow:none;height:auto;min-height:28.125rem;cursor:default}.card_duel-past:hover{box-shadow:none}.card_duel-past .duel-recipe__card{box-shadow:0 0.0625rem 0.25rem rgba(0,0,0,0.1)}.card_duel-past .card__title{text-align:center;margin-bottom:0.4375rem}.card_duel-past .card__icon{margin:1.625rem auto 1.5625rem;background-position:center;background-repeat:no-repeat}.card_duel-past .card__icon{background-image:url(https://e3.edimdoma.ru/assets/icons/duel-past-df61dddaf55c84df675b5cc1c0c4b759b1601d6f584c28718121ac3a312a0413.png);background-size:1.875rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.card_duel-past .card__icon{background-image:url(https://e0.edimdoma.ru/assets/icons/duel-past@2x-3e1cdd6f7a4ea8edd2936a6fff8a16ebb573b0029226c2968ba0c6793bbb5fc9.png)}}.card_duel-past .card__icon{width:1.875rem;height:2rem;background-size:contain;background-repeat:no-repeat}.card_duel-past .card__status{font-size:0.8125rem;color:#323232;text-align:center;font-style:italic;margin-bottom:2.375rem;line-height:normal}.card_duel-past .card__revenge{color:#ff4a33}.card_duel-past .card__revenge:hover{text-decoration:underline}.card_duel-past-winner{background-color:#ffa900}.card_duel-past-winner .card__title{color:#fff}.card_duel-past-winner .card__status{color:#fff}.card_duel-past-winner .card__icon{background-position:center;background-repeat:no-repeat}.card_duel-past-winner .card__icon{background-image:url(https://e0.edimdoma.ru/assets/icons/duel-past-winner-2bf87216e4c7ebd857d498a297bbcd168cba6c8c3edd5350e439378c7aeda941.png);background-size:4.25rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.card_duel-past-winner .card__icon{background-image:url(https://e0.edimdoma.ru/assets/icons/duel-past-winner@2x-a6b83503a53c061dd0d076a57b8b0fcdd207eaf426cde06b1325ea77b3fdc1c1.png)}}.card_duel-past-winner .card__icon{width:4.25rem;height:4.25rem;background-size:contain;background-repeat:no-repeat}.card_duel-past-winner .card__icon{margin:0.625rem auto 0.3125rem}.card_special-project .card__picture{width:100%;height:15.625rem;border-bottom:none;margin-bottom:1.5625rem}.card_special-project .card__project-info{padding:0 1.875rem;color:#242424;font-family:"Noto Serif";font-size:1rem;line-height:1.25rem;font-weight:700}.card_special-project .card__go{height:2.6875rem;position:absolute;left:0;right:0;bottom:0;color:#414141;font-family:"Open Sans";font-size:0.8125rem;font-weight:600;line-height:2.6875rem;border-top:0.0625rem solid #ddd;text-align:center}.card_special-project:hover .card__go{color:#ff391e}.card-recipe-special{border:0.125rem solid #ff6600;text-align:center;background-color:transparent !important}.card-recipe-special__icon{margin:0 auto 0.9375rem}@media only screen and (max-width: 1023px){html:not(.old) .card-recipe-special__icon{position:absolute;left:0;right:0;z-index:1}}.card-recipe-special__icon_day{background-position:center;background-repeat:no-repeat;margin-top:0.75rem}.card-recipe-special__icon_day{background-image:url(https://e1.edimdoma.ru/assets/icons/winner-of-the-day-1bcb843bc42e2c4f7631541aeeec53e9f636c3609a63b240fa4b6e10793b3e0b.png);background-size:3rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.card-recipe-special__icon_day{background-image:url(https://e3.edimdoma.ru/assets/icons/winner-of-the-day@2x-ab0a2a658f68a27c7e8e216544f3ea72def860b5d4f2f98a224f0213148d100b.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.card-recipe-special__icon_day{background-image:url(https://e3.edimdoma.ru/assets/icons/winner-of-the-day@3x-7b4a77dd4a5ad17435dd2b06b16477296c3ae945778775f87cf0e49dd005214f.png)}}.card-recipe-special__icon_day{width:3rem;height:1.9375rem;background-size:contain;background-repeat:no-repeat}@media only screen and (max-width: 1023px){html:not(.old) .card-recipe-special__icon_day{margin-top:0;top:5.875rem}}.card-recipe-special__icon_month{background-position:center;background-repeat:no-repeat;margin-top:0.8125rem}.card-recipe-special__icon_month{background-image:url(https://e1.edimdoma.ru/assets/icons/winner-of-the-month-203e80ac48dce1ad2b45cc4c936f1a028fb18dd3047df32496bdd96fcf37ae3f.png);background-size:3.125rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.card-recipe-special__icon_month{background-image:url(https://e0.edimdoma.ru/assets/icons/winner-of-the-month@2x-ea24b3949607c333d122db3b0e3fdee47b0c8cf9a88a0a75468275e0a297a223.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.card-recipe-special__icon_month{background-image:url(https://e2.edimdoma.ru/assets/icons/winner-of-the-month@3x-ccf8829cba4f8afa705f1d3567fb65856bbccb2a47fe3ded3d85b2ebb14580fe.png)}}.card-recipe-special__icon_month{width:3.125rem;height:1.875rem;background-size:contain;background-repeat:no-repeat}@media only screen and (max-width: 1023px){html:not(.old) .card-recipe-special__icon_month{margin-top:0;top:5.9375rem}}.card-recipe-special__icon_competition{background-position:center;background-repeat:no-repeat;margin-top:0.6875rem}.card-recipe-special__icon_competition{background-image:url(https://e0.edimdoma.ru/assets/icons/winner-of-the-competition-65ab14c02a9c7a7d9a7e56017d0a1e3fe1c021b896ea4864d6fae1aca92f5358.png);background-size:2.0625rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.card-recipe-special__icon_competition{background-image:url(https://e3.edimdoma.ru/assets/icons/winner-of-the-competition@2x-5ffa63e081194cba5a64ae32e1c5366b9557a6580b8991f0a06987b7579452fa.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.card-recipe-special__icon_competition{background-image:url(https://e2.edimdoma.ru/assets/icons/winner-of-the-competition@3x-2d0959ab3dc67b82fc57b3c03de6b88e5f6e46e8ff986b4787df9e38fb605698.png)}}.card-recipe-special__icon_competition{width:2.0625rem;height:2rem;background-size:contain;background-repeat:no-repeat}@media only screen and (max-width: 1023px){html:not(.old) .card-recipe-special__icon_competition{margin-top:0;top:5.9375rem}}.card-recipe-special__picture{display:block;position:relative;overflow:hidden;width:11.25rem;height:11.25rem;background-color:#FFF;border-radius:50%;margin:0 auto 1.4375rem}@media only screen and (max-width: 1023px){html:not(.old) .card-recipe-special__picture{margin:1.25rem auto 1.375rem}}@media only screen and (max-width: 767px){html:not(.old) .card-recipe-special__picture{margin-bottom:0.9375rem}}@media only screen and (max-width: 767px) and (min-width: 319px) and (max-width: 767px){html:not(.old) .card-recipe-special__picture{margin-bottom:calc(15 * 0.0625rem + (22 - 15) * (100vw - 320 * 0.0625rem) / (768 - 320))}}@media only screen and (max-width: 767px) and (max-width: 319px){html:not(.old) html:not(.old) .card-recipe-special__picture{margin-bottom:0.9375rem}}@media only screen and (max-width: 767px) and (min-width: 768px){html:not(.old) html:not(.old) .card-recipe-special__picture{margin-bottom:1.375rem}}.card-recipe-special .badge{display:inline-block;margin-bottom:0.6875rem}@media only screen and (max-width: 1023px){html:not(.old) .card-recipe-special .badge{margin-bottom:1.125rem}}@media only screen and (max-width: 767px){html:not(.old) .card-recipe-special .badge{margin-bottom:0.5rem}}@media only screen and (max-width: 767px) and (min-width: 319px) and (max-width: 767px){html:not(.old) .card-recipe-special .badge{margin-bottom:calc(8 * 0.0625rem + (18 - 8) * (100vw - 320 * 0.0625rem) / (768 - 320))}}@media only screen and (max-width: 767px) and (max-width: 319px){html:not(.old) html:not(.old) .card-recipe-special .badge{margin-bottom:0.5rem}}@media only screen and (max-width: 767px) and (min-width: 768px){html:not(.old) html:not(.old) .card-recipe-special .badge{margin-bottom:1.125rem}}.card-recipe-special .title{padding:0 1.25rem;line-height:1.25rem;height:3.75rem;position:relative;overflow:hidden;margin-bottom:0.625rem}@media only screen and (max-width: 1023px){html:not(.old) .card-recipe-special .title{height:3rem;margin-bottom:1.8125rem;line-height:1.5}}@media only screen and (max-width: 767px){html:not(.old) .card-recipe-special .title{height:2.5rem;margin-bottom:0.875rem;font-size:0.9375rem;line-height:normal}}@media only screen and (max-width: 767px) and (min-width: 319px) and (max-width: 767px){html:not(.old) .card-recipe-special .title{height:calc(40 * 0.0625rem + (48 - 40) * (100vw - 320 * 0.0625rem) / (768 - 320))}}@media only screen and (max-width: 767px) and (max-width: 319px){html:not(.old) html:not(.old) .card-recipe-special .title{height:2.5rem}}@media only screen and (max-width: 767px) and (min-width: 768px){html:not(.old) html:not(.old) .card-recipe-special .title{height:3rem}}@media only screen and (max-width: 767px) and (min-width: 319px) and (max-width: 767px){html:not(.old) .card-recipe-special .title{margin-bottom:calc(14 * 0.0625rem + (29 - 14) * (100vw - 320 * 0.0625rem) / (768 - 320))}}@media only screen and (max-width: 767px) and (max-width: 319px){html:not(.old) html:not(.old) .card-recipe-special .title{margin-bottom:0.875rem}}@media only screen and (max-width: 767px) and (min-width: 768px){html:not(.old) html:not(.old) .card-recipe-special .title{margin-bottom:1.8125rem}}@media only screen and (max-width: 767px) and (min-width: 319px) and (max-width: 767px){html:not(.old) .card-recipe-special .title{font-size:calc(15 * 0.0625rem + (16 - 15) * (100vw - 320 * 0.0625rem) / (768 - 320))}}@media only screen and (max-width: 767px) and (max-width: 319px){html:not(.old) html:not(.old) .card-recipe-special .title{font-size:0.9375rem}}@media only screen and (max-width: 767px) and (min-width: 768px){html:not(.old) html:not(.old) .card-recipe-special .title{font-size:1rem}}.card-recipe-special .person{text-align:left;margin-left:1.25rem}@media only screen and (max-width: 1023px){html:not(.old) .card-recipe-special .person{margin:0 1.25rem}}.card-recipe-special .card-footer{border-radius:0 0 0.0625rem 0.0625rem}.card-recipe-special .card-footer_vote .text-icon{color:#ff6600}.card-recipe-special .card-footer_vote .text-icon .fonticon{color:#ff6600}.card-recipe-special .card-footer_vote:hover{background-color:#ff6600}.card-recipe-special .card-footer_vote:hover .text-icon{color:white}.card-recipe-special .card-footer_voted{background-color:#ff6600}.card-recipe-special .card-footer_vote-complete{text-align:center}.card-recipe-special .card-footer_vote-complete .text-icon{color:#242424}.card-recipe-special .card-footer_vote-complete .text-icon .fonticon{color:#242424;font-size:1.125rem}.card-recipe-special .card-footer_vote-complete .text-icon:hover .fonticon{color:#242424 !important}.card-recipe-special.card{box-shadow:none}.card-recipe-special.card:hover{box-shadow:0 0.25rem 0.5rem rgba(0,0,0,0.15)}.card-announcement{border:0.125rem solid #ff6600;text-align:center;position:relative}.card-announcement__overlay{position:absolute;top:1.6875rem;left:50%;margin-left:-6.9375rem;width:13.875rem;height:13.875rem;border-radius:50%;background-color:rgba(245,238,224,0.8)}.card-announcement_bg_transparent.card{background-color:transparent}.card-announcement__icon{padding-top:3.75rem;background:center top no-repeat;background-image:url(https://e1.edimdoma.ru/assets/icons/announcement-aec32c8914479f3f986b13b217384d175334e8fb5d550cd20c1030b4ca451dd2.png);background-size:4.125rem auto;color:#EF3836;font-family:"Noto Serif";font-size:1.125rem;font-weight:400;position:absolute;top:5.75rem;left:0;right:0}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.card-announcement__icon{background-image:url(https://e3.edimdoma.ru/assets/icons/announcement@2x-40319d4c576fcc23185bae9a557e4f6f794a348e02001d18f804037087f52d4d.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.card-announcement__icon{background-image:url(https://e2.edimdoma.ru/assets/icons/announcement@3x-09dbb47e8d1435d3a45efd18ff662fcfda0cedbcd57e15f095bb1ea582490052.png)}}.card-announcement__picture{display:block;width:13.75rem;height:13.75rem;background-color:#F7F1E6;border-radius:6.875rem;position:relative;overflow:hidden;margin:1.75rem auto 0.9375rem}.card-announcement .badge{margin-bottom:0.625rem}.card-announcement__content{padding:0 1.25rem}.card-announcement .title{margin-bottom:0.625rem}.card-promo-shop{text-align:center;cursor:default}.card-promo-shop .button{display:inline-block}.card-promo-shop .badge{margin:1.25rem 0 1.875rem}.card-promo-shop__picture{display:block;width:13.75rem;height:13.75rem;background-color:#F8DB9E;border-radius:50%;margin:0 auto 1.25rem;position:relative;overflow:hidden}.card-promo-shop .title{margin-bottom:1.125rem;height:3rem;overflow:hidden}.card_wide{position:relative}.card_wide.pointer_cursor{cursor:default}.card_wide .card__picture{position:absolute;width:100%;height:100%;top:0;left:0;right:0;bottom:0;border:none}@media only screen and (max-width: 1023px){html:not(.old) .card_wide .card__picture{height:100%}}@media only screen and (max-width: 599px){html:not(.old) .card_wide .card__picture img{width:auto;position:absolute;top:0;left:50%;transform:translate(-50%, 0)}}.card_wide .card__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(to top, rgba(0,0,0,0.4), rgba(0,0,0,0.04));border-radius:0.25rem}.card_wide .badge{position:absolute;top:1.25rem;left:1.25rem}.card_wide .card__content{padding:0 1.25rem;position:absolute;left:0;right:0;bottom:3.4375rem}.card_wide .title{margin-bottom:0.3125rem}@media only screen and (max-width: 599px){html:not(.old) .card_wide .description-text{display:none}}.card_wide .person{margin-top:0.5rem}.card_wide.card_live{overflow:hidden;background:white}@media only screen and (max-width: 599px){html:not(.old) .card__holidays_mobile{opacity:0.9}}.card_big-footer .card-footer{line-height:4.5rem}.card_big-footer .card__content{bottom:5.1875rem}.card_big-footer .class-rate{line-height:1.875rem;margin-top:0.1875rem}.card_wide-webinar{cursor:default}.card_wide-webinar:hover .card__content .title{text-decoration:none}.card_wide-webinar .badge{position:relative}.card_wide-webinar .person{margin-top:1.5625rem;display:block}.card_wide-webinar .class-rate{margin-top:0;margin-bottom:0.4375rem}.card_wide-webinar .price{margin-top:0.125rem}.card_wide-webinar .countdown{margin-top:0.875rem}.card_wide-webinar .card-footer{border-top:0.0625rem solid rgba(255,255,255,0.4)}.card_wide-webinar .button{display:inline-block}.card_promo-wide{cursor:default}.card_promo-wide:hover .card__content .title{text-decoration:none}.card_promo-wide .card__content{width:18.125rem;bottom:1.875rem}.card_promo-wide .button{display:inline-block}.card_promo-wide .title{margin-bottom:0.625rem}.card_promo-wide .description-text{margin-bottom:1.75rem}.card_custom .card__icon{margin:1.25rem auto 0;display:inline-block}.card_custom .card__icon_competition{background-position:center;background-repeat:no-repeat}.card_custom .card__icon_competition{background-image:url(https://e3.edimdoma.ru/assets/icons/competition-icon-531a8f09e925d609e0d058babdc6b6325f88fa83f6ee6d64def7665bad8bcf71.png);background-size:2.0625rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.card_custom .card__icon_competition{background-image:url(https://e0.edimdoma.ru/assets/icons/competition-icon@2x-63e7039f18e25b5cfaf7a1cd13f2bfe54d02721ac6f71b3cde817f0581ee911f.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.card_custom .card__icon_competition{background-image:url(https://e2.edimdoma.ru/assets/icons/competition-icon@3x-a8a715f4d88683240c175e428eaec2551acbf146b69acef8e611524f498db4c5.png)}}.card_custom .card__icon_competition{width:2.0625rem;height:2rem;background-size:contain;background-repeat:no-repeat}.card_custom .badge{margin-top:0 !important}.card_event{cursor:default}.card_event:hover .card__content .title{text-decoration:none}.card_event .button{display:inline-block}.card_event .card__icon{position:absolute;top:1.25rem;left:0;right:0;margin:0 auto}.card_event .card__icon_competition{background-position:center;background-repeat:no-repeat}.card_event .card__icon_competition{background-image:url(https://e3.edimdoma.ru/assets/icons/competition-icon-531a8f09e925d609e0d058babdc6b6325f88fa83f6ee6d64def7665bad8bcf71.png);background-size:2.0625rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.card_event .card__icon_competition{background-image:url(https://e0.edimdoma.ru/assets/icons/competition-icon@2x-63e7039f18e25b5cfaf7a1cd13f2bfe54d02721ac6f71b3cde817f0581ee911f.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.card_event .card__icon_competition{background-image:url(https://e2.edimdoma.ru/assets/icons/competition-icon@3x-a8a715f4d88683240c175e428eaec2551acbf146b69acef8e611524f498db4c5.png)}}.card_event .card__icon_competition{width:2.0625rem;height:2rem;background-size:contain;background-repeat:no-repeat}.card_event .card__icon_holiday{background-position:center;background-repeat:no-repeat}.card_event .card__icon_holiday{background-image:url(https://e2.edimdoma.ru/assets/icons/holiday-icon-b7a892f9d6e3b68ad33cb3ae8a1513e44e20e94505d5371aeb391bea8cf85e0c.png);background-size:3.375rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.card_event .card__icon_holiday{background-image:url(https://e1.edimdoma.ru/assets/icons/holiday-icon@2x-9b8203ef8902192cceb1d7c7b947bce10c5d318e34ae708a8b20dc278bdced4d.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.card_event .card__icon_holiday{background-image:url(https://e3.edimdoma.ru/assets/icons/holiday-icon@3x-22ec139eb2652c7112bd510294a941fcca4746b93418654009a3af0148311b69.png)}}.card_event .card__icon_holiday{width:3.375rem;height:2.125rem;background-size:contain;background-repeat:no-repeat}.card_event .card__button-container{position:absolute;left:0;right:0;bottom:1.5rem;text-align:center}.card_event .card__content{width:20rem;height:20rem;background-color:#FFF;top:0;bottom:0;margin:auto;text-align:center;box-sizing:border-box}.card_event .badge{position:static;margin:4.0625rem 0 0.9375rem 0}.card_event .title{margin-bottom:0.9375rem}.card_event .description-text{margin-bottom:2.1875rem;font-size:0.8125rem}.card_event .description-text span{display:block}.card_event .slider-paginator-dotted{position:absolute;left:0;right:0;bottom:2.3125rem}.card_event .slider-arrow{position:absolute;top:0;bottom:0;margin:auto 0}.card_event .slider-arrow_prev{left:1.25rem}.card_event .slider-arrow_next{right:1.25rem}.card_encyclopedia{text-align:center}.card_encyclopedia .card__content{top:1.875rem}.card_encyclopedia .badge{position:static;margin-bottom:2.5rem}.card_ingredient{text-align:center}.card_ingredient .card__content{top:1.875rem}.card_ingredient .card__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(to top, rgba(0,0,0,0.25) 0%, transparent 50%, rgba(0,0,0,0.25) 100%)}.card_ingredient .badge{position:static;margin-bottom:2.5rem}.card_ingredient .card__icon{background-position:center;background-repeat:no-repeat;margin:0 auto 0.625rem}.card_ingredient .card__icon{background-image:url(https://e1.edimdoma.ru/assets/icons/ingredient-bc3688461bd34355d81781eb90fc469c34f87ad2913f908edd40ce4366c353aa.png);background-size:2.1875rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.card_ingredient .card__icon{background-image:url(https://e2.edimdoma.ru/assets/icons/ingredient@2x-0c1dd2a9a7bad22b5152908b6df45782d51b00c54ed877af578424776fbd78af.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.card_ingredient .card__icon{background-image:url(https://e3.edimdoma.ru/assets/icons/ingredient@3x-12e8abaef54e773b2d3a9c613f77e64c2841ffafeb4c3be3a03c75796f272294.png)}}.card_ingredient .card__icon{width:2.1875rem;height:2.125rem;background-size:contain;background-repeat:no-repeat}.card_ingredient .card__note{color:#656565;font-family:"Noto Serif";font-size:0.75rem;font-style:italic;margin-bottom:1.5625rem}.card_ingredient .card__note_white{color:white}.card_ingredient .description-text{padding:0 2.8125rem}.card_contest{overflow:visible;cursor:default}.card_contest:hover .card__content .title{text-decoration:none}.card_contest .badge{left:1.875rem;top:1.875rem}.card_contest .title{margin-bottom:0.5rem;max-height:4.5rem;overflow:hidden}.card_contest .description-text{font-size:0.8125rem;color:#323232;margin-bottom:1.4375rem;max-height:7.5rem;overflow:hidden}.card_contest .contest-info{position:absolute;left:7.5rem;top:2rem;width:17.5rem}.card_contest .contest-info_completed{margin-top:-0.625rem;position:static;left:auto;top:auto}.card_contest .card__picture{border-radius:0.25rem}.card_contest .card__button-container{position:absolute;bottom:1.5625rem;left:1.875rem;width:10.75rem}.card_contest .card__content{position:absolute;top:8rem;left:1.875rem;width:31.25rem;right:auto;bottom:auto;padding:0}@media only screen and (max-width: 1023px){html:not(.old) .card_contest .card__content{width:100%}}@media only screen and (max-width: 599px){html:not(.old) .card_contest .card__content{left:0;right:0;padding:0.625rem}}.card_contest .card__prizes:after{content:"";display:block;clear:both}.card_contest .card__prizes .prize{float:left;margin-right:0.625rem}.card_contest .card__prizes .prize .tooltip{left:-2.5rem;bottom:3.3125rem}.card_contest .card__prizes .prize:hover .tooltip{visibility:visible;opacity:1}.card_contest .card__prizes .prize_count{text-decoration:none}.card_contest .card__prizes .prize_count .prize__overlay{border-color:white}.card_contest .card__prizes .prize_count:hover .prize__overlay{border-color:#f12d16}.card_contest:hover .button{border-color:#fff}.card_contest-dark .title{color:#fff}.card_contest-dark .description-text{color:#fff}.card_contest-dark .contest-info{color:#fff}.card_contest-dark .contest-info_completed{color:#b4b4b4}.card_contest-dark .card__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.6);border-radius:0.25rem}.card_contest-current .card__content{top:5rem}.card_contents-half-width .badge{margin-top:1.875rem}.card_contents-half-width .title{position:absolute;bottom:4.6875rem;left:0;right:0;text-align:center;padding:0 2.5rem;max-height:9.6875rem}.card_contents-half-width .card__picture{position:absolute;height:100%;border:none}.card_contents-half-width .card__content{top:0;left:0;width:100%;text-align:center}.card_contents-half-width .card__button-container{left:3.375rem}.card_ig{height:19.375rem;border-radius:0.25rem;overflow:hidden}.card_ig .card__top{height:1.875rem;background:#fff;padding:0.3125rem;box-sizing:border-box;display:flex}.card_ig .card__user{width:1.25rem;margin-right:0.9375rem}.card_ig .card__user img{width:1.25rem;height:1.25rem;border-radius:50%}.card_ig .card__title{font-size:0.875rem;line-height:1.25rem;color:gray}.card_ig .card__picture{height:17.5rem;border-bottom:0;border-radius:0 0 0.25rem 0.25rem}.card_ig .card__picture img{max-width:100%}.contest-info{font-size:0.8125rem;line-height:1.125rem;font-family:"Noto Serif";font-style:italic;color:#43bb78}.contest-info_completed{color:#898989}.contest-info_large{font-size:0.875rem}.prize{height:3.75rem;width:3.75rem;border-radius:50%;position:relative}.prize:hover .prize__number{color:#f12d16}.prize:hover .prize__overlay{border-color:#f12d16}.prize__image{position:absolute;top:0;left:0;height:3.75rem;width:3.75rem;border-radius:50%}.prize__overlay{position:absolute;top:0;left:0;width:100%;height:100%;box-sizing:border-box;background-color:rgba(0,0,0,0.4);border-radius:50%;border:0.125rem solid transparent}.prize__number{font-size:1.5rem;font-family:"Noto Serif";font-weight:700;position:relative;color:#fff;line-height:3.75rem;text-align:center}.winners{margin-top:1.25rem}.winners .winner:last-child{margin-bottom:0}.winner{margin-bottom:2.125rem}.winner:after{content:"";display:block;clear:both}.winner .prize,.winner .user-avatar{float:left}.winner .prize{border:0.125rem solid #fff}.winner .user-avatar{border:0.125rem solid #fff;margin-left:-0.75rem}.winner .title{font-size:1.125rem}.winner__info{margin-left:7.875rem;overflow:hidden}.winner__place{font-size:0.875rem;line-height:1.25rem;color:#4cc862;font-family:"Noto Serif";font-style:italic;margin-bottom:0.125rem}.winner__description{font-size:0.875rem;line-height:1.25rem;font-weight:600;color:#4c4c4c}.duel{box-sizing:border-box;width:36.25rem;padding:1.25rem 1.125rem 0;border:0.125rem solid #e6e0d3;border-radius:0.25rem;margin-bottom:1.25rem;position:relative}@media only screen and (max-width: 1023px){html:not(.old) .duel{margin:0 auto}}@media only screen and (max-width: 599px){html:not(.old) .duel{width:100%}}.duel:last-child{margin-bottom:0}.duel.open{border-color:#ff441b}.duel.open .duel__more{display:block}.duel.open .duel__control_more{display:none}.duel.open .duel__control_roll-up{display:block}.duel .center .title{width:80%;margin:0 auto 0.3125rem}.duel__icon{display:inline-block;background-position:center;background-repeat:no-repeat;margin-bottom:0.3125rem}.duel__icon{background-image:url(https://e2.edimdoma.ru/assets/icons/competition-icon-green-a3e2e98e2f86fc9587f374141c74ed3266e3baa6165dd9832b1e6abe18da032e.png);background-size:2.0625rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.duel__icon{background-image:url(https://e2.edimdoma.ru/assets/icons/competition-icon-green@2x-275ea47d2e6b369b259964bc5e75685127b1b6dd413acabfabb1efea487b8aaa.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.duel__icon{background-image:url(https://e0.edimdoma.ru/assets/icons/competition-icon-green@3x-888bdfe02eada0051f35f84bddaa4bedb5d0ded85514490f61c999b9fc91467d.png)}}.duel__icon{width:2.0625rem;height:2rem;background-size:contain;background-repeat:no-repeat}.duel__description{font-size:0.8125rem;line-height:1.25rem;color:#323232;font-family:"Noto Serif";font-style:italic;margin-bottom:1.25rem}.duel__items{position:relative;margin-bottom:1.25rem;width:33.75rem}.duel__items:after{content:"";display:block;clear:both}@media only screen and (max-width: 599px){html:not(.old) .duel__items{width:100%}}.duel__items .duel-recipe+.duel-recipe{float:right}@media only screen and (max-width: 599px){html:not(.old) .duel__items .duel-recipe+.duel-recipe{display:flex;justify-content:center;float:unset}}.duel__items .duel-recipe-process+.duel-recipe{float:right}@media only screen and (max-width: 599px){html:not(.old) .duel__items .duel-recipe-process+.duel-recipe{display:flex;justify-content:center;float:unset}}.duel__more{display:none;margin-bottom:1.25rem;width:33.75rem}.duel__more:after{content:"";display:block;clear:both}.duel__vs{position:absolute;top:50%;left:50%;margin:-1.5rem 0 0 -1.5rem;background-position:center;background-repeat:no-repeat}.duel__vs{background-image:url(https://e2.edimdoma.ru/assets/icons/duels-vs-b961a26cf9d494fcd6a1f6730704b4fae490ffe0ac922f5b2a0e0410ae5025f6.png);background-size:3rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.duel__vs{background-image:url(https://e0.edimdoma.ru/assets/icons/duels-vs@2x-98d5bc5f221b3c4e571eabce890b12e69e4dc91c1fc084d4fe676217744ebe89.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.duel__vs{background-image:url(https://e1.edimdoma.ru/assets/icons/duels-vs@3x-a6163db8d8443f5e08d1a65a3f32bea28cff9bb8610eece84fecd472b49585db.png)}}.duel__vs{width:3rem;height:3rem;background-size:contain;background-repeat:no-repeat}@media only screen and (max-width: 599px){html:not(.old) .duel__vs{left:15%}}.duel__vs_white{background-position:center;background-repeat:no-repeat}.duel__vs_white{background-image:url(https://e1.edimdoma.ru/assets/icons/duels-vs-white-b0869ab0dbbf11c1057b24a490f5ae9bbe89e64ca65472130c918a412004dd87.png);background-size:3rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.duel__vs_white{background-image:url(https://e1.edimdoma.ru/assets/icons/duels-vs-white@2x-c637275dcf319874db0361999fd3a7cdfac47bb7a813ce0e3a42a6e185cbfd86.png)}}.duel__vs_white{width:3rem;height:3rem;background-size:contain;background-repeat:no-repeat}.duel__remove{position:absolute;right:0.5rem;top:0.5rem}.duel__remove .fonticon{cursor:pointer;font-size:0.6875rem;color:#c0b8a7}.duel__control{text-transform:uppercase;font-weight:bold;font-size:0.75rem;color:#5f5e5e;line-height:1.125rem;padding:0.75rem 0 0.9375rem;text-align:center;cursor:pointer}.duel__control:hover{color:#ff441b}.duel__control_roll-up{display:none}.duel__control_roll-up .fonticon{color:#ff441b}.duel__control .fonticon{font-size:0.5rem}.duel__control span{vertical-align:middle;display:inline-block;margin-left:0.625rem}.duel_nothing{padding:2.1875rem 1.125rem}.duel-recipe{float:left}@media only screen and (max-width: 599px){html:not(.old) .duel-recipe{display:flex;justify-content:center;float:unset}}.duel-recipe__card{width:16.25rem;border-radius:0.25rem;box-shadow:0 0.0625rem 0.1875rem rgba(0,0,0,0.25);background-color:#fff}.duel-recipe__card-header{overflow:hidden;height:3.125rem;box-sizing:border-box;padding:0.625rem 1.25rem 0}.duel-recipe__card-image{display:block;width:16.25rem;height:9.375rem}.duel-recipe__card-image-wrapper{position:relative;width:16.25rem;height:9.375rem}.duel-recipe__card-image-wrapper .duel-recipe__card-image{position:absolute;top:0;left:0}.duel-recipe__card-image-winner-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#ffa900;opacity:0.9}.duel-recipe__card-image-icon{background-position:center;background-repeat:no-repeat;position:absolute;left:50%;margin:1.5rem 0 0 -2.125rem}.duel-recipe__card-image-icon{background-image:url(https://e3.edimdoma.ru/assets/club/duel-winner-063ea27dc1d9e468a74f94eeece4bb52f3f08e580dd707805ef5062f56ed7234.png);background-size:4.25rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.duel-recipe__card-image-icon{background-image:url(https://e0.edimdoma.ru/assets/club/duel-winner@2x-f82893f7d7b07fcc06ffa3585dfd42313a448dd04a056590607101617363381a.png)}}.duel-recipe__card-image-icon{width:4.25rem;height:4.25rem;background-size:contain;background-repeat:no-repeat}.duel-recipe__card-image-winner{position:absolute;width:100%;text-align:center;bottom:1.625rem}.duel-recipe__card-content{padding:0.3125rem 1.25rem;box-sizing:border-box;height:3.75rem;line-height:3.125rem;text-align:center;overflow:hidden}.duel-recipe__card-name{margin-top:-0.125rem;display:inline-block;vertical-align:middle}.duel-recipe__card-name .title{line-height:1.125rem}.duel-recipe__card-vote{border-top:0.0625rem solid #dddddd;height:2.25rem;text-align:center;cursor:pointer;color:#ff441b;font-size:0.6875rem;border-radius:0 0 0.25rem 0.25rem}.duel-recipe__card-vote:hover{color:#fff;background-color:#ff441b}.duel-recipe__card-vote.voted{color:#ffffff;background-color:#ff441b;border-color:#ff441b;cursor:default}.duel-recipe__card-vote.voted-another{color:#333333}.duel-recipe__card-vote.voted-another:hover{background-color:transparent}.duel-recipe__card-vote.disabled{color:#dddddd;cursor:default}.duel-recipe__card-vote.disabled:hover{background-color:transparent}.duel-recipe__card-vote .fonticon{font-size:1.25rem;line-height:2.25rem;display:inline-block;vertical-align:middle}.duel-recipe__card-vote-text{display:inline-block;vertical-align:middle;margin-left:0.625rem;line-height:2.25rem;font-weight:700;text-transform:uppercase}.duel-recipe__card-vote-result{height:2.25rem;text-align:center;color:#ff441b;font-size:0.6875rem;border-radius:0 0 0.25rem 0.25rem}.duel-recipe__card-vote-result .fonticon{line-height:1.25rem;font-size:0.8125rem;color:#414141;display:inline-block;vertical-align:middle;margin-top:0.0625rem}.duel-recipe__card-vote-result-text{margin-top:0.1875rem;display:inline-block;vertical-align:middle;margin-left:0.3125rem;line-height:1.25rem;font-size:0.8125rem;font-weight:600;color:#414141;text-transform:uppercase}.duel-recipe_waiting .duel-recipe__card-name .title{color:#e4c995}.duel-recipes-container{height:15.625rem;margin:0 auto 1.875rem;width:53.75rem}.duel-recipes-container:after{content:"";display:block;clear:both}.duel-recipes-container .duel-recipe+.duel-recipe{margin-left:1.25rem}.duel-recipe_small{cursor:pointer;position:relative}.duel-recipe_small.checked .selection{display:block}.duel-recipe_small:hover .selection{display:block}.duel-recipe_small:last-child{margin-right:0}.duel-recipe_small .title{font-size:0.75rem}.duel-recipe_small .duel-recipe__card{width:12.5rem}.duel-recipe_small .duel-recipe__card-image{width:12.5rem;height:12.5rem;border-radius:0.25rem 0.25rem 0 0}.duel-recipe_small .duel-recipe__card-content{height:3.125rem;line-height:2.5rem}.duel-recipe-process{width:16.25rem;height:16.25rem;border-radius:0.25rem;float:left;background-color:#38dc80;text-align:center}.duel-recipe-process__text{font-family:"Noto Serif";font-style:italic;font-size:1rem;line-height:1.25rem;color:#ffffff;margin:5.625rem 0 2.0625rem}.duel-recipe-process .button{border-color:#fff;color:#43bb78;width:10.625rem;display:block;margin:0 auto;font-weight:700}.duel-recipe-process .button:hover{border-color:#fff}.duel-recipe-info{float:left;width:16.25rem}.duel-recipe-info__section{margin-bottom:1.25rem}.duel-recipe-info .title{margin-bottom:0.625rem}.duel-recipe-info .definition-list-table{font-size:0.8125rem}.duel-recipe-info .definition-list-table__tr{margin-top:0.625rem}.duel-recipe-info .definition-list-table__td_dashes{padding:0 0.625rem}.duel-recipe-info+.duel-recipe-info{float:right}.comment{position:relative;padding-top:1.25rem;padding-left:0.9375rem;padding-right:0.9375rem;border-top:0.0625rem solid #e6e1da;line-height:normal}@media only screen and (max-width: 1023px){html:not(.old) .comment{padding-left:0;padding-right:0}}.content-box__content+.comment{border-top:0.0625rem solid transparent}.comment:first-child{border-top:none}.comment .comment-box{margin-left:0}@media only screen and (max-width: 1023px){html:not(.old) .comment .comment-box{margin:0}}@media only screen and (max-width: 599px){html:not(.old) .comment .comment-box{padding-left:0.3125rem;padding-right:0.3125rem}html:not(.old) .comment .comment-box .user-avatar{left:0.3125rem}}.comment_reacted{padding-bottom:1.5625rem}.comment_reacted>.comment__content .comment__action{margin-bottom:0}.comment__subcomments{margin-left:1.375rem;padding-left:1.6875rem;background:left top repeat-y;background-image:url(https://e1.edimdoma.ru/assets/elements/global/answer-comment-dot-11c285dc864e0fc763a2ef36fc55b4907fc96b9ecae66f5ba8b1df314ab9fe66.png);background-size:0.1875rem auto;clear:left}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.comment__subcomments{background-image:url(https://e3.edimdoma.ru/assets/elements/global/answer-comment-dot@2x-742be53eed3a02c75221168e2001bc8a000405f7273e2b664965a27684ff9697.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.comment__subcomments{background-image:url(https://e1.edimdoma.ru/assets/elements/global/answer-comment-dot@3x-7f54c790c7f451ff2033d4e5cb2cfdad4365ee521d7b4d86b2b14b4f190438f9.png)}}@media only screen and (max-width: 599px){html:not(.old) .comment__subcomments{margin-left:0;padding-left:1.25rem}}.comment__subcomments .comment{padding-left:0.9375rem;padding-right:0.9375rem}.comment__subcomments .comment+.comment{margin-top:1.25rem}.comment__subcomments>.comment{margin-top:1.5625rem}.comment__emojis{position:absolute;bottom:-1.5625rem;right:0}.comment__content{margin-left:4.6875rem;position:relative;margin-bottom:0.625rem}.comment__content:after{content:"";display:block;clear:both}@media only screen and (max-width: 1023px){html:not(.old) .comment__content{margin-left:4.375rem}}.comment__content .comment-box{margin:0 0 1.875rem 0}.comment__author-name{float:left;color:#222;font-size:0.875rem;font-weight:700;text-decoration:none;margin-bottom:0.625rem}@media only screen and (max-width: 1023px){html:not(.old) .comment__author-name{float:none;padding-top:0.5625rem;display:block;line-height:normal;margin-bottom:0}}.comment__post-time{color:#808080;font-size:0.75rem;font-weight:400;float:left;margin-left:1.25rem}@media only screen and (max-width: 1023px){html:not(.old) .comment__post-time{font-size:0.625rem;float:none;margin-left:0;margin-bottom:1.5625rem}}.comment .plain-text{clear:both;margin-bottom:0.625rem}@media only screen and (max-width: 599px){html:not(.old) .comment .plain-text{margin-left:-4.375rem}}.comment__action{color:#808080;font-size:0.75rem;font-weight:400;cursor:pointer;margin-bottom:1.25rem;display:inline-block;margin-right:0.625rem}.comment__action:hover{color:#000}.comment__answer{display:inline-block;color:grey;font-family:"Open Sans";font-size:0.75rem;font-weight:400;cursor:pointer;line-height:normal}.comment__answer:hover{color:#ee1919}@media only screen and (max-width: 599px){html:not(.old) .comment__answer{margin-left:-4.375rem}}.comment__cancel{display:inline-block;color:#ee1919;font-size:0.75rem;font-weight:400;cursor:pointer;margin-bottom:0.625rem}.comment__cancel:hover{color:#000}@media only screen and (max-width: 599px){html:not(.old) .comment__cancel{margin-left:-4.375rem}}.comment .user-avatar{float:left;overflow:visible}.comment .user-avatar__image{border-radius:50%}.comment .user-avatar__status{width:0.5625rem;height:0.5625rem;background-color:#4cc861;border:0.125rem solid white;border-radius:50%;position:absolute;top:0;left:0}.show-all-comments{color:#4D4D4D;font-size:0.75rem;font-weight:700;text-transform:uppercase;background-position:center;background-repeat:no-repeat;cursor:pointer;text-align:center;cursor:pointer;margin-top:2.8125rem}.show-all-comments .show-all-comments__icon{background-image:url(https://e1.edimdoma.ru/assets/elements/global/show-all-comments-0bb98b6376fd16fdc18e7aa64fd183e192bb4bf14deb9ce3fda363cbd90cd090.png);background-size:4.125rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.show-all-comments .show-all-comments__icon{background-image:url(https://e0.edimdoma.ru/assets/elements/global/show-all-comments@2x-e19539c6f731da7618d0f8d37d9029c98f1009e9d2c234dc8d0ced31ccdaa561.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.show-all-comments .show-all-comments__icon{background-image:url(https://e3.edimdoma.ru/assets/elements/global/show-all-comments@3x-68265bc37a9c6957f0e0e3287aaea72e6fe3e859d480198a2bf37b76143195e6.png)}}.show-all-comments:hover .show-all-comments__icon{background-image:url(https://e3.edimdoma.ru/assets/elements/global/show-all-comments_hover-9d7f5bb5d324c48ad3df0373794d572f7330c626764ff1f4c397cfbc2e617d33.png);background-size:4.125rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.show-all-comments:hover .show-all-comments__icon{background-image:url(https://e1.edimdoma.ru/assets/elements/global/show-all-comments_hover@2x-76bc890aa7c0ad9916644e1527cdd616e004288ced49a644fb2a608a9aabd71f.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.show-all-comments:hover .show-all-comments__icon{background-image:url(https://e1.edimdoma.ru/assets/elements/global/show-all-comments_hover@3x-753222e06f5d852903ada85702526ed0926e70424d10d1441bf5d29c31cbd53d.png)}}.show-all-comments .show-all-comments__icon{width:4.125rem;height:2.875rem;background-size:contain;background-repeat:no-repeat}.show-all-comments__icon{margin:0 auto 0.3125rem}.comment-from-julia .user-avatar{float:left}.comment-from-julia .title{margin:0 0 0.9375rem 5rem}.comment-from-julia .plain-text{margin-left:5rem}.button{border:0.0625rem solid #cccccc;height:2.5rem;line-height:2.375rem;display:-moz-inline-stack;display:inline-block;box-sizing:border-box;white-space:nowrap;padding:0 1.25rem;color:#4c4c4c;text-transform:uppercase;border-radius:1.25rem;cursor:pointer;font-size:0.75rem;font-weight:600;transition:border-color 0.2s ease, background-color 0.2s ease;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:white;position:relative}.button span{vertical-align:middle;display:inline-block;margin-top:-0.125rem}@media only screen and (max-width: 1023px){html:not(.old) .button span{margin-top:0}}.button__item-count{min-width:1.25rem;height:1.25rem;padding:0 0.25rem;box-sizing:border-box;background-color:#FF391E;border-radius:0.625rem;color:#FFF;font-family:"Arial";font-size:0.75rem;font-weight:700;line-height:1.25rem;text-align:center;position:absolute;top:-0.625rem;right:-0.5rem}.button__submit{width:100%;position:absolute;top:0;left:0;right:0;bottom:0;background:none;border:none;outline:none}.button .fonticon{display:inline-block}.button .fonticon+span{margin-left:0.625rem}@media only screen and (max-width: 1023px){html:not(.old) .button .fonticon{margin-top:-0.1875rem}}.button:hover,.button .hover{border:0.0625rem solid #363636}.button:focus,.button .focus{border:0.0625rem solid #66cc66}.button:active,.button .active{border:0.0625rem solid #cccccc}.button_lowercase{text-transform:none;font-weight:400}.button_disabled{cursor:default;pointer-events:none}.button_disabled,.button_disabled:focus,.button_disabled:hover{border:0.0625rem solid #cccccc;color:#cccccc}.button_green{border:0.0625rem solid #66cc66;background:#66cc66;color:white}.button_green:hover,.button_green .hover{border:0.0625rem solid #4ecf4e;background:#4ecf4e}.button_green:focus,.button_green .focus{border:0.0625rem solid #47be47;background:#47be47}.button_green:active,.button_green .active{border:0.0625rem solid #47be47;background:#47be47}.button_green.button_disabled,.button_green.button_disabled:focus,.button_green.button_disabled:hover{color:white;border:0.0625rem solid #cccccc;background:#cccccc}.button_green-transparent{border:0.0625rem solid #66cc66;background:none;color:#66cc66}.button_green-transparent:hover{border:0.0625rem solid #66cc66;background-color:#66cc66;color:white}.button_white{color:#fff;border-color:rgba(255,255,255,0.2)}.button_white:hover{border-color:white}.button_black{border:0.0625rem solid #313131;background:#1a1a1a;color:white}.button_black .fonticon{color:#303030}.button_black:hover,.button_black .hover{border:0.0625rem solid #535353}.button_black:hover .fonticon,.button_black .hover .fonticon{color:#535353}.button_black:focus,.button_black .focus{border:0.0625rem solid #66cc66}.button_black:active,.button_black .active{border:0.0625rem solid #313131;background:#313131}.button_black.button_disabled,.button_black.button_disabled:focus,.button_black.button_disabled:hover{color:#303030;border:0.0625rem solid #303030}.button_pink{border:0.0625rem solid #ff391e;color:#ff391e}.button_pink:hover{border-color:#ff391e;background:#ff391e;color:#fff}.button_red{background:#ff391e;border-color:#ff391e;color:#fff}.button_red:hover{background:#ff5640;border-color:#ff5640;color:#fff}.button_red:focus{background:#ff5640;border-color:#4ecf4e;color:#fff}.button_red:active{background:#e52b12;border-color:#e52b12;color:#fff}.button_red.button_disabled,.button_red.button_disabled:focus,.button_red.button_disabled:hover{color:white;border:0.0625rem solid #cccccc;background:#cccccc}.button_transparent{background-color:transparent}.button_tag{max-width:100%;height:1.875rem;line-height:1.875rem;padding:0 0.75rem;font-size:0.8125rem;overflow:hidden;text-overflow:ellipsis;font-weight:400;text-transform:none;background:none;border-color:#cac3b6}.button_tag:hover{border-color:#ee1919}.button_tag.active{background-color:#ddd7ca;border-color:#ddd7ca;cursor:default}.button_fit{display:block;text-align:center}.button_fit .text-icon{padding-left:1.875rem}.button_fit .text-icon__icon{width:1.25rem}.button_fit+.button_fit{margin-top:0.625rem}.button_alignleft{text-align:left}.button_round{padding:0;width:2.5rem;height:2.5rem;text-align:center}.button_no-border{border-color:transparent;box-shadow:0.0375rem 0.05rem 0.25rem rgba(0,0,0,0.15)}.button_no-border:hover{border-color:transparent}.button_like-it{font-family:"Noto Serif";font-size:1.125rem;font-weight:700}.button_subscribed .fonticon{font-size:0.75rem;color:#53cc62}.button_add-subsection{padding:0;border:none;background:none;margin-right:1.875rem;font-size:0.8125rem;font-weight:400;position:absolute;text-transform:none;right:0;bottom:1.25rem}.button_add-subsection:hover{border:none;color:#FF391E}@media (max-width: 600px){.button_add-subsection{bottom:unset;position:relative}}@media only screen and (max-width: 599px){html:not(.old) .button_shoping-list>span:nth-child(2){display:none}}.button_shoping-list>span:nth-child(3){margin-left:0.625rem;display:none}@media only screen and (max-width: 599px){html:not(.old) .button_shoping-list>span:nth-child(3){display:inline-block}}.button_shoping-list .absolute-container{height:auto;padding-top:1.25rem;left:-1.25rem;visibility:hidden}@media only screen and (max-width: 1023px){html:not(.old) .button_shoping-list .absolute-container{left:auto;right:0}html:not(.old) .button_shoping-list .absolute-container .drop-down_favorites{left:auto;right:-0.9375rem}html:not(.old) .button_shoping-list .absolute-container .drop-down__triangle{left:8.75rem}}@media only screen and (max-width: 599px){html:not(.old) .button_shoping-list .absolute-container .drop-down_favorites{left:-9.375rem;right:auto}}.button_shoping-list.active{background:white;box-shadow:0 0.0625rem 0.25rem rgba(0,0,0,0.15);border-color:white}.button_shoping-list.active .fonticon_shoping-list{color:#ee1919}.button_shoping-list.active:hover{border-color:white}.button_shoping-list.active .absolute-container{visibility:visible}.button_order-shopping-list{float:right}.button_order-shopping-list .fonticon{vertical-align:top}@media only screen and (max-width: 614px){html:not(.old) .button_order-shopping-list span:nth-child(2){display:none}}@media only screen and (max-width: 599px){html:not(.old) .button_check-all .fonticon+span{display:none}}.recipe-edit-add-button{margin-left:0.9375rem}@media (max-width: 600px){.recipe-edit-add-button{margin-left:0;width:100%;display:flex;justify-content:center;align-items:self-end}}.button_print{background-position:center;background-repeat:no-repeat;position:relative;display:inline-block}.button_print .button__icon{background-image:url(https://e0.edimdoma.ru/assets/layout/expandeble-arrow-4629f160b42cbf05d036cde6b31a1db20e3557be1459a2aa72ab109196963fb6.png);background-size:0.75rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.button_print .button__icon{background-image:url(https://e3.edimdoma.ru/assets/layout/expandeble-arrow@2x-566b01be06ce4d8c62dde9159bf57b03ac1f4909cf2efbb07d9b677db55e2140.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.button_print .button__icon{background-image:url(https://e2.edimdoma.ru/assets/layout/expandeble-arrow@3x-9f70bb21fa3bea9aeb66089bfb86ae7db433087b3ad2452ca9d52a421f7932f3.png)}}.button_print .button__icon{width:0.75rem;height:0.4375rem;background-size:contain;background-repeat:no-repeat}.button_print:hover{border-color:white;box-shadow:0 0.0625rem 0.25rem rgba(0,0,0,0.15)}@media only screen and (max-width: 1023px){html:not(.old) .button_print:hover{border-color:#363636;box-shadow:none}}.button_print .button__icon{display:inline-block;vertical-align:middle;margin:-0.125rem 0 0 0.625rem}.button_print .button__drop-down-container{position:absolute;top:0;right:0;padding-top:3.375rem}.button_print .drop-down{display:none}.button_print:hover{background-position:center;background-repeat:no-repeat}.button_print:hover .button__icon{background-image:url(https://e1.edimdoma.ru/assets/layout/expandeble-arrow-hover-0f5dab2caede161d32187920a947569fea0295254ffb8ffbd78ea41f8141dbf8.png);background-size:0.75rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.button_print:hover .button__icon{background-image:url(https://e0.edimdoma.ru/assets/layout/expandeble-arrow-hover@2x-70a0b5b4bbe570fe0c5638291405d1f92de38764215ae86d8d929d7ed1fb7018.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.button_print:hover .button__icon{background-image:url(https://e2.edimdoma.ru/assets/layout/expandeble-arrow-hover@3x-05e031fdef4b79f3f5b0d8d058f2669e901a52c90a5902d5a059040248c1926c.png)}}.button_print:hover .button__icon{width:0.75rem;height:0.4375rem;background-size:contain;background-repeat:no-repeat}.button_print:hover .drop-down{display:block}.button_print .device-tooltip{position:absolute;bottom:3.125rem;right:0;display:none}@media only screen and (max-width: 599px){html:not(.old) .button_print .device-tooltip{right:-3.75rem}}.button_print.showtip .device-tooltip{display:block}.plain-text{color:#333;font-size:0.9375rem;font-weight:400;line-height:1.375rem;position:relative}@media only screen and (max-width: 479px){html:not(.old) .plain-text a{margin-top:0.625rem}}.plain-text_align-center{text-align:center}.plain-text_small-text{color:#242424;font-size:0.8125rem;font-weight:400;line-height:1.25rem}.plain-text h2{line-height:normal;font-family:"Open Sans";font-weight:700;font-size:1.25em;line-height:1em;text-align:left}.plain-text .share{margin-top:1.25rem}.plain-text .content-media{margin-top:2.5rem;margin-bottom:2.5rem}@media only screen and (max-width: 1023px){html:not(.old) .plain-text .content-media{margin-top:1.875rem;margin-bottom:1.875rem}}.plain-text .hr,.plain-text .person,.plain-text .section-title{margin-top:1.25rem;margin-bottom:1.25rem}.plain-text .hr:first-child,.plain-text .person:first-child,.plain-text .section-title:first-child{margin-top:0}.plain-text dl{line-height:2;margin-top:1.25rem;margin-bottom:1.25rem}.plain-text dl:first-child{margin-top:0;margin-top:-0.3125rem}.plain-text .section-title{font-size:1em;line-height:1.5em;margin-bottom:0.625rem;margin-top:1.875rem}.plain-text .section-title.title{font-size:1rem;line-height:1.25rem}.plain-text .section-title.title_small{font-size:0.875rem;line-height:normal}.plain-text a:not(.button):not(.product){color:#ff441b;text-decoration:none}.plain-text a:not(.button):not(.product):hover{text-decoration:underline}.plain-text .hr_mb25{margin-bottom:1.5625rem}.plain-text .button+.button{margin-left:0.9375rem}.plain-text p{font-size:0.9375rem;margin:0 0 0.625rem 0}.plain-text ul+p{margin-top:0.625rem}.plain-text ul{list-style:none;margin:1.5em;padding:0}.plain-text ul li{font-size:0.875rem;font-weight:400;line-height:1.25rem;padding-left:1.25rem;position:relative}.plain-text ul li:before{content:"";background-position:center;background-repeat:no-repeat;position:absolute;top:0.5rem;left:0}.plain-text ul li:before{background-image:url(https://e1.edimdoma.ru/assets/elements/global/bullet-1ca9d160bae7dd4cae5057fe12b244314bf51bd9418137207f771914975a3b5f.png);background-size:0.25rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.plain-text ul li:before{background-image:url(https://e1.edimdoma.ru/assets/elements/global/bullet@2x-7fa43d419d0dd894af2db5605c1c23bf7bccf1ac2815016f6b3de3bb6c94833f.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.plain-text ul li:before{background-image:url(https://e2.edimdoma.ru/assets/elements/global/bullet@3x-ffe76ec7a5001a38f63ee9378a1631ddf03f0d7a54d5c10edd18331848a6138c.png)}}.plain-text ul li:before{width:0.25rem;height:0.1875rem;background-size:contain;background-repeat:no-repeat}.plain-text ul li+li{margin-top:0.3125rem}.plain-text ol{margin:1.5em 0}.plain-text ol li{font-size:0.875rem;font-weight:400;line-height:1.25rem;padding-left:1.25rem;position:relative}.plain-text ol li+li{margin-top:0.3125rem}.plain-text ul.plain-text__clear-list{margin:0}.plain-text ul.plain-text__clear-list li{padding-left:0}.plain-text ul.plain-text__clear-list li:before{display:none}.plain-text__image-aligner img:not([src*='smiles']):not([src*='data/posts']):not([src*='system/products']):not(.gallery__image_img){max-width:100%;width:100%;height:auto !important;margin:1.875rem -1.875rem !important;max-width:calc(100% + 3.75rem);width:calc(100% + 3.75rem);display:block}@media only screen and (max-width: 649px){html:not(.old) .plain-text__image-aligner img:not([src*='smiles']):not([src*='data/posts']):not([src*='system/products']):not(.gallery__image_img){margin:1.875rem 0 !important;width:100%;max-width:calc(100% + 2.5rem)}}.plain-text__image-aligner iframe[src*='youtube']{max-width:100%;width:100%;margin:1.875rem -1.875rem !important;max-width:calc(100% + 3.75rem);width:calc(100% + 3.75rem)}@media only screen and (max-width: 649px){html:not(.old) .plain-text__image-aligner .fullwidth-image{width:100%;margin:0 -1.25rem}}@media only screen and (max-width: 479px){html:not(.old) .plain-text__image-aligner .fullwidth-image{width:100%;margin:0}}@media only screen and (max-width: 478px){html:not(.old) .plain-text__recipe-actions{display:flex;justify-content:space-between}html:not(.old) .plain-text__recipe-actions .button+.button{margin:0}}.plain-text__banner{margin:1.25rem -1.875rem;overflow:hidden}.mfp-with-zoom .mfp-container,.mfp-with-zoom.mfp-bg{opacity:0;-webkit-backface-visibility:hidden;transition:all 0.3s ease-out}.mfp-with-zoom.mfp-ready .mfp-container{opacity:1}.mfp-with-zoom.mfp-ready.mfp-bg{opacity:0.8}.mfp-with-zoom.mfp-removing .mfp-container,.mfp-with-zoom.mfp-removing.mfp-bg{opacity:0}.mfp-bg{opacity:0.5 !important;background:#fff !important}.zoomable{cursor:zoom-in}.share{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin:0 auto 1.25rem}.share .ya-share2__item:before{content:none;background:pink}.share__share-btn_mail{background-color:#fff;height:2.5rem;width:2.5rem;padding:0.25rem;cursor:pointer;box-sizing:border-box;background-position:center;background-repeat:no-repeat}.share__share-btn_mail .icon{background-image:url(https://e2.edimdoma.ru/assets/content/share/mail@2x-612ab2b1fad845cd2ec475659675cc03f3b900e0a3472dd5b1fcea81e88abf18.png);background-size:2.5rem auto}.share__share-btn_mail .icon{width:2.5rem;height:2.5rem;background-size:contain;background-repeat:no-repeat}.share__share-btn_mail .icon{width:100%;height:100%}@media only screen and (max-width: 599px){html:not(.old) .share__share-btn_mail{border-left:none;border-right:none;border-bottom:none}}.ya-share2{width:calc(100%*5/6)}.ya-share2__list{display:flex !important;margin:0 !important;justify-content:space-between !important}.ya-share2__icon{width:2.5rem !important;height:2.5rem !important;background-size:unset !important}.ya-share2__link{margin-top:0 !important}.fonticon{display:inline;font-weight:normal;font-family:"EdimDoma Icons"}.fonticon_add{font-size:1rem}.fonticon_print{font-size:1rem}.fonticon_gear{font-size:1.125rem}.fonticon_shoping-list{font-size:1.25rem}.fonticon_views{font-size:1.5rem}.fonticon_ask-question{font-size:1.25rem}.fonticon_notes{font-size:1.125rem}.fonticon_materials{font-size:1.125rem}.fonticon_draft{font-size:1rem}.fonticon_add-ingredient{font-size:1.25rem}.fonticon_add-subsection{font-size:0.875rem}.fonticon_check-all{font-size:1.25rem}.fonticon_about:before{content:""}.fonticon_action-answer:before{content:""}.fonticon_action-comment:before{content:""}.fonticon_action-edit:before{content:""}.fonticon_action-feed:before{content:""}.fonticon_action-friend:before{content:""}.fonticon_action-like:before{content:""}.fonticon_action-rate:before{content:""}.fonticon_action-win:before{content:""}.fonticon_add-friend:before{content:""}.fonticon_add-ingredient:before{content:""}.fonticon_add-subsection:before{content:""}.fonticon_add:before{content:""}.fonticon_announcement:before{content:""}.fonticon_arrow-left:before{content:""}.fonticon_arrow-right:before{content:""}.fonticon_arrow-thin-next:before{content:""}.fonticon_arrow-thin-prev:before{content:""}.fonticon_ask-question:before{content:""}.fonticon_back-button:before{content:""}.fonticon_blog:before{content:""}.fonticon_books:before{content:""}.fonticon_cart:before{content:""}.fonticon_change-pass:before{content:""}.fonticon_check-all:before{content:""}.fonticon_check-icon:before{content:""}.fonticon_clock-icon:before{content:""}.fonticon_collaps-arrow:before{content:""}.fonticon_comments-button:before{content:""}.fonticon_courses:before{content:""}.fonticon_cross-wide:before{content:""}.fonticon_cross:before{content:""}.fonticon_done:before{content:""}.fonticon_draft:before{content:""}.fonticon_edit-list:before{content:""}.fonticon_expand-arrow:before{content:""}.fonticon_facebook:before{content:""}.fonticon_favorites-user-menu:before{content:""}.fonticon_followers:before{content:""}.fonticon_fullscreen:before{content:""}.fonticon_gear:before{content:""}.fonticon_handler:before{content:""}.fonticon_heart:before{content:""}.fonticon_ingredients:before{content:""}.fonticon_interview:before{content:""}.fonticon_knifes:before{content:""}.fonticon_last-updates:before{content:""}.fonticon_like:before{content:""}.fonticon_logout-user-menu:before{content:""}.fonticon_mail:before{content:""}.fonticon_mailto:before{content:""}.fonticon_materials:before{content:""}.fonticon_message:before{content:""}.fonticon_messages:before{content:""}.fonticon_movie:before{content:""}.fonticon_new-book:before{content:""}.fonticon_notes:before{content:""}.fonticon_notification-user-menu:before{content:""}.fonticon_notification:before{content:""}.fonticon_photo:before{content:""}.fonticon_photos:before{content:""}.fonticon_play-icon:before{content:""}.fonticon_plus:before{content:""}.fonticon_posts:before{content:""}.fonticon_present:before{content:""}.fonticon_preview-hide:before{content:""}.fonticon_preview-show:before{content:""}.fonticon_print:before{content:""}.fonticon_profile-settings:before{content:""}.fonticon_profile-user-menu:before{content:""}.fonticon_publish:before{content:""}.fonticon_rate-button:before{content:""}.fonticon_recipe:before{content:""}.fonticon_recipes:before{content:""}.fonticon_reload:before{content:""}.fonticon_remove-friend:before{content:""}.fonticon_report:before{content:""}.fonticon_reward:before{content:""}.fonticon_rollup:before{content:""}.fonticon_rub:before{content:""}.fonticon_search:before{content:""}.fonticon_settings-user-menu:before{content:""}.fonticon_shoping-list-user-menu:before{content:""}.fonticon_shoping-list:before{content:""}.fonticon_shopping-cart:before{content:""}.fonticon_smile:before{content:""}.fonticon_subscription:before{content:""}.fonticon_theater:before{content:""}.fonticon_time:before{content:""}.fonticon_trash-can:before{content:""}.fonticon_twitter:before{content:""}.fonticon_upload-image:before{content:""}.fonticon_video:before{content:""}.fonticon_views:before{content:""}.fonticon_vkontakte:before{content:""}.fonticon_vote:before{content:""}.fonticon_winner-cup:before{content:""}.button .fonticon_done{font-size:1.125rem}.definition-list-table{width:100%;border-collapse:collapse;line-height:normal}.definition-list-table+.definition-list-table{margin-top:0.9375rem}@media only screen and (max-width: 1023px){html:not(.old) .definition-list-table+.definition-list-table{margin-top:0;border-top:0.0625rem solid #ebe4d4}}.definition-list-table__td{color:#4D4D4D;font-size:0.875rem;font-weight:400}@media only screen and (max-width: 1023px){html:not(.old) .definition-list-table__td{padding-top:0.8125rem;padding-bottom:0.8125rem;vertical-align:top}}.duel-recipe-info .definition-list-table__td{max-width:11.25rem;overflow:hidden;text-overflow:ellipsis}.definition-list-table__td_dashes{width:100%;box-sizing:border-box;padding:0 0.9375rem;vertical-align:bottom}@media only screen and (max-width: 1023px){html:not(.old) .definition-list-table__td_dashes{display:none}}.definition-list-table__td_dashes span{display:block;border-bottom:0.0625rem dashed #cdcbc6;margin-top:-0.3125rem}.definition-list-table__td_name{width:100%}.definition-list-table__td_name>div{position:relative}.definition-list-table__td_name>div:after{content:"";position:absolute;left:2rem;right:0.9375rem;bottom:0.1875rem;top:0;border-bottom:0.0625rem dashed #cdcbc6}@media only screen and (max-width: 1023px){html:not(.old) .definition-list-table__td_name>div:after{display:none}}@media only screen and (max-width: 1023px){html:not(.old) .definition-list-table__td_name{width:100%;white-space:normal;box-sizing:border-box;padding-right:1.25rem}}.definition-list-table__td_value{color:#242424;font-weight:600;max-width:none;text-align:right;white-space:nowrap;vertical-align:bottom}@media only screen and (max-width: 1023px){html:not(.old) .definition-list-table__td_value{line-height:1.5rem}}.definition-list-table__td .checkbox span{color:#4D4D4D;font-size:0.875rem;font-weight:400}.definition-list-table__td .checkbox_has-info{text-decoration:underline}@media only screen and (max-width: 1023px){html:not(.old) .definition-list-table__td .checkbox_has-info{text-decoration:none}html:not(.old) .definition-list-table__td .checkbox_has-info .checkbox-info-container{display:inline-block}}.definition-list-table__td .checkbox_has-info:hover{text-decoration:none}.definition-list-table .recipe_ingredient_title{display:inline;padding-right:0.9375rem;background:#fbf8f6;position:relative;z-index:1}.default-link{color:#ff441b;font-size:0.8125rem;font-weight:400;display:block;text-decoration:none;cursor:pointer;line-height:normal}.default-link:hover{text-decoration:underline}.user-avatar{width:3.125rem;height:3.125rem;border-radius:50%;position:relative;overflow:hidden;display:block;min-width:3.125rem}.user-avatar_big{width:5rem;height:5rem;min-width:5rem}.user-avatar_medium{width:3.75rem;height:3.75rem;min-width:3.75rem}.user-avatar_average{width:2.5rem;height:2.5rem;min-width:2.5rem}.user-avatar_small{width:1.875rem;height:1.875rem;min-width:1.875rem}.user-avatar__image{width:100%;height:100%;display:block;min-width:unset}.rating{position:relative;background-image:url(https://e0.edimdoma.ru/assets/elements/rating/background-8b1b08046ac7d06a11345460228f2bdc8d05b6c31633d8fcf1b49229cb0950a1.png);background-size:17.6875rem auto;width:17.6875rem;height:1.1875rem;background-repeat:no-repeat;background-position:center left}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.rating{background-image:url(https://e1.edimdoma.ru/assets/elements/rating/background@2x-1793ef6f60f2c19163b044afd32dddefadedb8a5f06f0c67f98fe61448ec3de1.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.rating{background-image:url(https://e0.edimdoma.ru/assets/elements/rating/background@3x-f276b2fb6c3e0be89ea75b792d7078689a4c495442134f301ac9afe4d483209a.png)}}@media only screen and (max-width: 599px){html:not(.old) .rating{float:none;clear:left;margin-top:2.1875rem}}.rating+.rate{clear:both}.rating__active{position:absolute;top:0;left:0;width:17.6875rem;height:1.1875rem;background-image:url(https://e1.edimdoma.ru/assets/elements/rating/background-active-5a6ff80ac9be9b8a0dc19d3955a534454aedda7b35d914f642d1b395e4104a5c.png);background-size:17.6875rem auto;background-repeat:no-repeat;background-position:center left}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.rating__active{background-image:url(https://e3.edimdoma.ru/assets/elements/rating/background-active@2x-92b56103ae7ff2f47b1986d4e5915c787ced0fdddcf137e4286ec9c1fbc8d531.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.rating__active{background-image:url(https://e2.edimdoma.ru/assets/elements/rating/background-active@3x-4a2c728c73a20c26d85b0ac145b80a97d677c21ba72ff77bf11092fa9229cc21.png)}}.rating__hover{position:absolute;left:-0.375rem;top:-0.34375rem;height:1.75rem;border-radius:0.9375rem;border:solid 0.0625rem #ffba00;visibility:hidden}.rating__items{position:absolute;left:-0.375rem;top:-0.34375rem;width:18.0625rem;height:1.875rem}.rating__item{position:absolute;float:left;left:-0.125rem;height:1.75rem;width:1.75rem;border:0.0625rem solid transparent;border-radius:50%;cursor:pointer}.voted .rating__item{cursor:default}.rating__item.voted{border-color:#ffba00}.rating__item.voted:hover{width:1.875rem;height:1.875rem;border:none;background-image:url(https://e2.edimdoma.ru/assets/elements/rating/item-delete-b4a649fe2dc7dfb37251d8a33032bb9996fe6e9fb07805a3735a1fb27de9964c.png);background-size:1.875rem auto;cursor:pointer}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.rating__item.voted:hover{background-image:url(https://e0.edimdoma.ru/assets/elements/rating/item-delete@2x-f45f5e66bb0513a5ecab95b658be600710f1ad9225290a7e4f87d5fafdf28c81.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.rating__item.voted:hover{background-image:url(https://e2.edimdoma.ru/assets/elements/rating/item-delete@3x-b0b5463a1e90f89cd47e001096560ce919b7d1f2983bcc4e598c1ee8d0c87722.png)}}.rating__item_1{left:0}.rating__item_2{left:1.8125rem}.rating__item_3{left:3.6875rem}.rating__item_4{left:5.5625rem}.rating__item_5{left:7.3125rem}.rating__item_6{left:9.1875rem}.rating__item_7{left:11.0625rem}.rating__item_8{left:12.8125rem}.rating__item_9{left:14.625rem}.rating__item_10{left:16.5rem}.rate+.hr{margin-left:-1.25rem;margin-right:-1.25rem}.calendar-box{width:17.5rem;height:28.125rem;position:relative;overflow:hidden;border-radius:0.1875rem;box-shadow:0 0.0625rem 0.1875rem rgba(0,0,0,0.25)}@media only screen and (max-width: 1023px){html:not(.old) .calendar-box{width:20rem;height:17.625rem}}@media only screen and (max-width: 399px){html:not(.old) .calendar-box{width:18.75rem;height:16.5625rem}}.calendar-box__slider{position:absolute;width:17.5rem;height:28.125rem}@media only screen and (max-width: 1023px){html:not(.old) .calendar-box__slider{width:20rem;height:17.625rem}}@media only screen and (max-width: 399px){html:not(.old) .calendar-box__slider{width:18.75rem;height:16.5625rem}}.calendar-box__slide{position:absolute;top:0;left:0;width:17.5rem;height:28.125rem}@media only screen and (max-width: 1023px){html:not(.old) .calendar-box__slide{width:20rem;height:17.625rem;border-radius:0.1875rem;overflow:hidden}}@media only screen and (max-width: 399px){html:not(.old) .calendar-box__slide{width:18.75rem;height:16.5625rem}}.calendar-box__slide-overlay{position:absolute;top:0;left:0;width:17.5rem;height:28.125rem;border-radius:0.1875rem;background-image:linear-gradient(to top, rgba(0,0,0,0.84), transparent)}@media only screen and (max-width: 1023px){html:not(.old) .calendar-box__slide-overlay{width:20rem;height:17.625rem}}@media only screen and (max-width: 399px){html:not(.old) .calendar-box__slide-overlay{width:18.75rem;height:16.5625rem}}.calendar-box__slide-image{position:absolute;top:0;left:0;width:17.5rem;height:28.125rem;border:none;border-radius:0.1875rem}@media only screen and (max-width: 1023px){html:not(.old) .calendar-box__slide-image{width:20rem;height:auto}}@media only screen and (max-width: 399px){html:not(.old) .calendar-box__slide-image{width:18.75rem}}.calendar-box__slide-content{position:absolute;height:7.1875rem;line-height:7.1875rem;width:80%;text-align:center;left:10%;right:10%;top:4.375rem}.calendar-box__slide-title.title{font-size:1.5rem;display:inline-block;vertical-align:middle}.calendar-box__info{position:absolute;width:17.5rem;text-align:center;box-sizing:border-box;padding-top:1.25rem}@media only screen and (max-width: 1023px){html:not(.old) .calendar-box__info{width:20rem}}@media only screen and (max-width: 399px){html:not(.old) .calendar-box__info{width:18.75rem}}.calendar-box__separator{top:13.6875rem;border-top:0.0625rem solid rgba(255,255,255,0.15);position:absolute;width:100%}@media only screen and (max-width: 1023px){html:not(.old) .calendar-box__separator{top:auto;bottom:3.1875rem}}.calendar-box .slider-paginator-dotted{position:absolute;width:100%;top:12.0625rem}@media only screen and (max-width: 1023px){html:not(.old) .calendar-box .slider-paginator-dotted{top:auto;bottom:3.8125rem}}.calendar-box__all-holidays-link{position:absolute;left:0;right:0;bottom:0;line-height:3.125rem;text-align:center;font-size:0.75rem;font-weight:600;letter-spacing:0.0625rem;color:#ffffff;text-transform:uppercase}.calendar-box_six-weeks .slider-paginator-dotted{top:10.4375rem}.calendar-box_six-weeks .calendar-box__separator{top:12.0625rem}.calendar-box_six-weeks .calendar-box__slide-content{top:3.25rem}.calendar{position:absolute;bottom:0.875rem;left:0;right:0;margin:auto;width:14.875rem}@media only screen and (max-width: 1023px){html:not(.old) .calendar{display:none}}.calendar__header{width:100%;height:1.5rem;position:relative;text-align:center;margin-bottom:0.75rem}.calendar__table-head .calendar__table-cell{height:1.75rem}.calendar__month.title{font-size:1.125rem}.calendar__table-cell{font-size:0.75rem;font-family:Arial;height:1.75rem;width:2.125rem;text-align:center;font-weight:normal;color:#fff}.calendar .calendar__table-cell+.calendar__table-cell{border-left:0.0625rem solid #fff;border-left:0.0625rem solid rgba(245,241,228,0.15)}.calendar__day{position:relative;height:1.5625rem;line-height:1.5625rem;width:1.5625rem;margin:0 auto;display:block;text-decoration:none;color:#fff;box-sizing:border-box;border-radius:50%;border:0.0625rem solid transparent}.calendar__day:hover .tooltip{opacity:1;visibility:visible}.calendar__day_other-month{color:rgba(255,255,255,0.4)}.calendar__day_today{background-color:#ee1919;border:0.0625rem solid #ee1919;color:#fff}.calendar__day_holiday{border:0.0625rem solid #ee1919}.calendar__day_holiday:hover{border-color:#a09b90}.calendar .control-button{position:absolute}.calendar .control-button_prev{top:0;left:0}.calendar .control-button_next{top:0;right:0}.text-icon{position:relative;cursor:pointer;display:inline-block;color:#666;font-family:"Open Sans";font-size:0.8125rem;font-weight:600;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.text-icon span{display:inline;vertical-align:middle}.text-icon span+span{margin-left:0.625rem}.text-icon+.text-icon{margin-left:1.25rem}.text-icon_white{color:#fff}.text-icon_grey{color:#c8cbcc}.text-icon_red-icon .fonticon{color:#ff391e}.card-footer .text-icon:not(.text-icon_views):hover .fonticon{color:#ff391e}.help-button{padding-top:9.375rem;height:12.5rem;width:33.3%;background:#fff;float:left;text-align:center;position:relative;box-sizing:border-box;cursor:pointer}.help-button+.help-button{border-left:0.0625rem solid #dddddd}.help-button .icon{position:absolute;left:0;right:0;margin:0 auto}.help-button_qa{background-position:center;background-repeat:no-repeat}.help-button_qa .icon{background-image:url(https://e2.edimdoma.ru/assets/icons/qa-a02ba0578787f7a1d7e1e4ce44030a3c990fc4d587bd187af06edffc6a060c2d.png);background-size:5rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.help-button_qa .icon{background-image:url(https://e3.edimdoma.ru/assets/icons/qa@2x-750d2a2596df246f6fe7d71eeea91333b9449b32f8e9d35750f3238b3ad3a556.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.help-button_qa .icon{background-image:url(https://e0.edimdoma.ru/assets/icons/qa@3x-03ddf60484d6d392f81c5fd274d4ae14512437fae37cc1f7c7d366a78948aa5f.png)}}.help-button_qa .icon{width:5rem;height:3.6875rem;background-size:contain;background-repeat:no-repeat}.help-button_qa .icon{top:3.3125rem}.help-button_delivery{background-position:center;background-repeat:no-repeat}.help-button_delivery .icon{background-image:url(https://e3.edimdoma.ru/assets/icons/delivery-99091dca2d67a5ed1657d3581584d7364dfb312552e59dab63877a7bfec407f2.png);background-size:4.375rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.help-button_delivery .icon{background-image:url(https://e2.edimdoma.ru/assets/icons/delivery@2x-5981dea4eb5e0604e087216950eb10741313135f2252816ed99c64e7bb342927.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.help-button_delivery .icon{background-image:url(https://e3.edimdoma.ru/assets/icons/delivery@3x-a27e862729a373381f474d8e79d2c4aacb96508b0166c9f0982fb46f53e270c9.png)}}.help-button_delivery .icon{width:4.375rem;height:5.5rem;background-size:contain;background-repeat:no-repeat}.help-button_delivery .icon{top:2.125rem}.help-button_contacts{background-position:center;background-repeat:no-repeat}.help-button_contacts .icon{background-image:url(https://e0.edimdoma.ru/assets/icons/contacts-c2455429519784749431277c179b620b7cab92e581172e5b57c35013a8dda54e.png);background-size:4.6875rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.help-button_contacts .icon{background-image:url(https://e3.edimdoma.ru/assets/icons/contacts@2x-0e08874b39dafd1c233a51051f84a2fc27eef159c3e846872b644b093adb53d4.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.help-button_contacts .icon{background-image:url(https://e3.edimdoma.ru/assets/icons/contacts@3x-db58cf0b88b2b90e4bfe682d68895c018892b676fb347011377ee72486184bc2.png)}}.help-button_contacts .icon{width:4.6875rem;height:3.6875rem;background-size:contain;background-repeat:no-repeat}.help-button_contacts .icon{top:3.375rem}.help-button__text{color:#252525;font-family:"Noto Serif";font-size:1rem;font-weight:700}.entry-stats{text-align:justify;text-justify:distribute;line-height:0;font-size:0.00625rem}@media only screen and (max-width: 599px){html:not(.old) .entry-stats{height:auto}}.entry-stats:after{content:"";display:inline-block;width:100%}.entry-stats__item{display:inline-block;padding-left:3.125rem;position:relative}@media only screen and (max-width: 599px){html:not(.old) .entry-stats__item{padding-left:0;padding-top:3.125rem}}.entry-stats__item:before{content:"";position:absolute;top:0;left:0}.entry-stats__item_cooking:before{background-position:center;background-repeat:no-repeat}.entry-stats__item_cooking:before{background-image:url(https://e1.edimdoma.ru/assets/elements/entry-stats/cooking-time-81c526203b2f3bb1180c0240944cb0849c7872f3b237d76fdd129f8a2e768c2b.png);background-size:2.125rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.entry-stats__item_cooking:before{background-image:url(https://e2.edimdoma.ru/assets/elements/entry-stats/cooking-time@2x-c1c3022c3c3468b173d018f49a8aaa84c3e619edfd5b0639e204f211547287b0.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.entry-stats__item_cooking:before{background-image:url(https://e2.edimdoma.ru/assets/elements/entry-stats/cooking-time@3x-c2b800fbdab84b9eb3c4aa2fcbc5d17054678f3aaccda1219b28fbd6011ead8b.png)}}.entry-stats__item_cooking:before{width:2.125rem;height:2.375rem;background-size:contain;background-repeat:no-repeat}.entry-stats__item_prepear:before{background-position:center;background-repeat:no-repeat}.entry-stats__item_prepear:before{background-image:url(https://e1.edimdoma.ru/assets/elements/entry-stats/prepare-time-b63e22a92a4aec9df441513c56e03518459f44cffb64edb5c971fbce8631e347.png);background-size:2.0625rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.entry-stats__item_prepear:before{background-image:url(https://e3.edimdoma.ru/assets/elements/entry-stats/prepare-time@2x-82230b6a6473a73e2a9813c328fa504bea70a63dbc2a77e3103ca6ea9028cd3f.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.entry-stats__item_prepear:before{background-image:url(https://e1.edimdoma.ru/assets/elements/entry-stats/prepare-time@3x-a34761233a9777b93437533cb641bde9aeb67e544f2bb3e425cc3b345731fea2.png)}}.entry-stats__item_prepear:before{width:2.0625rem;height:2.25rem;background-size:contain;background-repeat:no-repeat}.entry-stats__item_persons{padding-left:3.4375rem}.entry-stats__item_persons:before{background-position:center;background-repeat:no-repeat}.entry-stats__item_persons:before{background-image:url(https://e2.edimdoma.ru/assets/elements/entry-stats/persons-count-5e25f8cd5704a81b6884b75577b03b6f57c7314561389aded35f35ab17ab130e.png);background-size:2.375rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.entry-stats__item_persons:before{background-image:url(https://e0.edimdoma.ru/assets/elements/entry-stats/persons-count@2x-6117c39f47d434a83f61bb486163d71876083d862a03e5a9c8d86334601d953c.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.entry-stats__item_persons:before{background-image:url(https://e3.edimdoma.ru/assets/elements/entry-stats/persons-count@3x-08e8530bc3330a7ca28a2a9c671c28e7a054fac810ce81a525334b4303c9a8f0.png)}}.entry-stats__item_persons:before{width:2.375rem;height:2.375rem;background-size:contain;background-repeat:no-repeat}.entry-stats__item_dificulty:before{background-position:center;background-repeat:no-repeat}.entry-stats__item_dificulty:before{background-image:url(https://e0.edimdoma.ru/assets/elements/entry-stats/dificulty-fc83ddb7d002f470adcb6323e253bfa2f66da797356ce70e1ab5d5ef9c6f9f3e.png);background-size:2.5rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.entry-stats__item_dificulty:before{background-image:url(https://e3.edimdoma.ru/assets/elements/entry-stats/dificulty@2x-233329997911b92605c4a4febcfd24b3b35ff46a7196c3a50d06e5185e6d80bb.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.entry-stats__item_dificulty:before{background-image:url(https://e1.edimdoma.ru/assets/elements/entry-stats/dificulty@3x-ad01df11ae5fac94723be6fc98acaf29dc153e8a919a3c64ee2fb98a423a1988.png)}}.entry-stats__item_dificulty:before{width:2.5rem;height:2.5rem;background-size:contain;background-repeat:no-repeat}.entry-stats__item_category:before{background-position:center;background-repeat:no-repeat}.entry-stats__item_category:before{background-image:url(https://e2.edimdoma.ru/assets/elements/entry-stats/category-cb41e15e4fcd7a7d125dc5e583065d8525491120d8968333e3821584c908ebd6.png);background-size:2.1875rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.entry-stats__item_category:before{background-image:url(https://e2.edimdoma.ru/assets/elements/entry-stats/category@2x-1e4f8787cf9e9c61c8cfe29322a34c0f9e5f940707c56d33782a85da57fd049a.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.entry-stats__item_category:before{background-image:url(https://e0.edimdoma.ru/assets/elements/entry-stats/category@3x-991ef66bb62a13a29cf4471e77d33f5e9ae9a85a37ee96f2577d3fc4218451fb.png)}}.entry-stats__item_category:before{width:2.1875rem;height:2.1875rem;background-size:contain;background-repeat:no-repeat}.entry-stats__item_date:before{background-position:center;background-repeat:no-repeat}.entry-stats__item_date:before{background-image:url(https://e0.edimdoma.ru/assets/elements/entry-stats/date-7d9c436706203c8dac99915812ce71b9f52230a9427e90f29995e701edfa3503.png);background-size:2.125rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.entry-stats__item_date:before{background-image:url(https://e0.edimdoma.ru/assets/elements/entry-stats/date@2x-2634e95d77715dc3ac433187fbdc5f19ac3b543c6cd0f20ccd5f2a911049f69d.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.entry-stats__item_date:before{background-image:url(https://e2.edimdoma.ru/assets/elements/entry-stats/date@3x-e5bc83dca6500e363a034c4ec8b8a1562b27fba75ebbdb0e0098e4ded3fa5633.png)}}.entry-stats__item_date:before{width:2.125rem;height:2.375rem;background-size:contain;background-repeat:no-repeat}.entry-stats__item_recipes:before{background-position:center;background-repeat:no-repeat}.entry-stats__item_recipes:before{background-image:url(https://e1.edimdoma.ru/assets/elements/entry-stats/recipes-789dec311f209d6f65180a1913be0484c54674bed186d320b3ead72f1ab25a4c.png);background-size:2.375rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.entry-stats__item_recipes:before{background-image:url(https://e3.edimdoma.ru/assets/elements/entry-stats/recipes@2x-978fafeb23c400a0e8a04b32a826f196bb05bb224d328ea3c549081a1c686d4e.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.entry-stats__item_recipes:before{background-image:url(https://e1.edimdoma.ru/assets/elements/entry-stats/recipes@3x-757a5e29c7253e0e09c127fab2b80c89ee8be70fbaad14e01c82b5b778ab08e7.png)}}.entry-stats__item_recipes:before{width:2.375rem;height:2.375rem;background-size:contain;background-repeat:no-repeat}.entry-stats__item_recipes:hover{text-decoration:none !important}.entry-stats__name{color:#9F9F9F;font-size:0.75rem;font-weight:400;line-height:1rem}@media only screen and (max-width: 1023px){html:not(.old) .entry-stats__name{font-size:0.625rem;line-height:normal}}.entry-stats__value{color:#000;font-family:"Noto Serif";font-size:0.9375rem;font-weight:700;line-height:normal}@media only screen and (max-width: 1023px){html:not(.old) .entry-stats__value{font-size:0.875rem}}.entry-stats__value span{font-size:1.125rem}@media only screen and (max-width: 1023px){html:not(.old) .entry-stats__value span{font-size:0.875rem}}.entry-stats_cource-stats{text-align:left}.entry-stats_cource-stats:after{content:"";display:block;clear:both}.entry-stats_cource-stats .entry-stats__item{display:block;float:left}.entry-stats_cource-stats .entry-stats__item+.entry-stats__item{margin-left:2.5rem}.entry-stats_cource-stats .entry-stats__value{font-size:1.125rem}.entry-stats_cource-stats .entry-stats__value{font-size:1.125rem}.entry-stats_ignredient-stats .entry-stats__value{font-size:1.125rem}.entry-stats_ignredient-stats .entry-stats__value{font-size:1.125rem}.entry-stats_calendar{margin-top:1.875rem;margin-bottom:1.5625rem}.person{cursor:pointer;text-decoration:none;display:inline-block;text-decoration:none}.card .person:hover .person__name{color:#ff391e}.person .title{display:block}.person__status{width:0.625rem;height:0.625rem;background-color:#4cc861;border:0.125rem solid white;border-radius:50%;position:absolute;top:0.375rem;left:0.25rem}.person__additional{display:block;line-height:0.8125rem;font-size:0.75rem;color:#4c4c4c;font-style:italic;font-family:"Noto Serif"}.person__additional span{display:inline-block;vertical-align:middle}.person__special{font-size:0.75rem;color:#b7b7b7}.person__content{display:block}.person__wrapper{display:block}.person_h{display:block}.person_h:after{content:"";display:block;clear:both}.person_h .user-avatar{float:left;margin-right:1.25rem}.person_h .person__name+.person__post-time{margin-top:0.15625rem}.person_h .title{line-height:0.6875rem}.person_h .title+.person__additional{margin-top:0.5625rem}.person_h .person__special+.person__additional{margin-top:0.3125rem}.person_h .title+.person__special{margin-top:0.4375rem}.person_h .person__additional .fonticon{color:#ff441b;font-size:0.8125rem;margin-right:0.3125rem;font-style:normal}.person_h .person__additional .fonticon_heart{font-size:0.75rem;line-height:0.75rem}.person_h .person__additional .fonticon_heart+span{line-height:0.75rem}.person_h .person__wrapper{overflow:hidden}.person_h .person__content{line-height:normal}.person_h .person__name{color:#242424;font-size:0.8125rem;line-height:0.8125rem;font-weight:400;white-space:nowrap;text-overflow:ellipsis}.person_h .person__name_italic{font-style:italic}.person_h .person__post-time{display:block;color:#898989;font-family:"Noto Serif";font-size:0.6875rem;font-style:italic}.person_lh-default .person__wrapper{line-height:3.125rem}.person_lh-small .user-avatar{margin-right:0.625rem}.person_lh-small .title{font-size:0.8125rem}.person_lh-small .person__wrapper{line-height:1.875rem}.person_lh-medium .title{line-height:0.625rem}.person_lh-medium .person__wrapper{line-height:3.75rem}.person_discussed{position:relative}.person_discussed .person__status{top:0.125rem;left:0.125rem}.person_discussed .title{width:9.5625rem;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:normal}.person_lh-big{position:relative;width:25.625rem}@media only screen and (max-width: 599px){html:not(.old) .person_lh-big{display:flex;width:100%;align-items:center}}.plain-text .person_lh-big{margin:0}.person_lh-big .user-avatar{margin-right:1.25rem}.person_lh-big .person__name+.person__post-time{margin-top:0.5625rem}.person_lh-big .person__wrapper{line-height:5rem;width:19.375rem}.person_lh-big .person__post-time{font-size:0.75rem;line-height:0.8125rem}.person_lh-big .person__name{font-size:1.125rem;font-weight:700;font-family:"Noto Serif";line-height:0.9375rem}.person_mention .user-avatar{margin-right:0}.person_mention .person__wrapper{line-height:2.5rem;margin-left:3.125rem;float:none}.person_mention .person__content{display:inline-block;vertical-align:top;line-height:normal;padding-top:0.4375rem}.person_mention .person__name{color:#242424;font-family:"Noto Serif";font-weight:700;line-height:1;white-space:normal}.person_mention .person__mention{display:inline;color:#666666;font-family:"Open Sans";font-weight:400}.person_mention .person__post-time{color:#999999;font-family:"Open Sans";font-weight:400;font-style:normal;margin:0 0 0.5rem 0}.person_white .person__name{color:#fff}.person_white .person__post-time{color:#A7A19B}.person_v{display:inline-block;vertical-align:top}.person_v .user-avatar{margin:0 auto}.person_v .user-avatar+.person__wrapper{margin-top:0.3125rem}.person_v .person__wrapper{text-align:center}.person_v .title{position:relative;overflow:hidden;text-overflow:ellipsis}.person_w-70{width:4.375rem}.person_w-80{width:5rem}.person_w-80 .user-avatar+.person__wrapper{margin-top:0.625rem}.person_duel-user.checked .selection_duel-user{display:block}.person_duel-user:hover .selection_duel-user{display:block}.person_duel-user .title{font-size:0.8125rem;line-height:1rem;margin-bottom:0.375rem}.person_duel-user .user-avatar{position:relative}.person_duel-user .person__additional{font-size:0.6875rem;color:#808080}.person.person_new-message{display:block}.person_top{margin-bottom:1.125rem}.person-group{text-align:justify;text-justify:distribute;font-size:0;line-height:0}.person-group:after{content:"";display:inline-block;width:100%;height:0}.person-group__total{display:inline-block;width:3.125rem;height:3.125rem;border-radius:50%;border:0.0625rem solid #ff391e;color:#FF391E;font-size:0.875rem;font-weight:600;line-height:3.125rem;text-align:center}.person-group_duel-popup{text-align:left;text-justify:auto}.person-group_duel-popup:after{display:none}.person-group_duel-popup .person{margin-right:1.875rem}.person-group_duel-popup .person:last-child{margin-right:0}.person_center{display:flex;align-items:center}.content-box .person:hover .user-avatar{box-shadow:0 0.25rem 0.5rem rgba(0,0,0,0.15)}.content-box .person:hover .title{color:#f24a4a}.content-box__content_article .person_lh-big{width:auto;color:#333 !important}.content-box__content_article .person_lh-big .person__name{white-space:normal;overflow:visible}.content-box__content_article .person_lh-big .person__wrapper{width:auto}.scroll{position:absolute;height:100%;width:0.5rem;background-color:#fff;right:0;top:0;z-index:10}.scroll__track{position:absolute;background-color:rgba(124,124,124,0.1);top:0.125rem;bottom:0.125rem;left:0.125rem;width:0.25rem;border-radius:0.125rem}.scroll__drag{position:absolute;top:0;left:0;height:3.125rem;width:100%;background-color:#7c7c7c;border-radius:0.125rem;cursor:pointer}.collapse-button{width:4.6875rem;height:1.875rem;padding-left:2.5rem;border-radius:0.9375rem;color:#6E6E6E;font-size:0.75rem;font-weight:400;line-height:1.875rem;background-position:center;background-repeat:no-repeat;cursor:pointer;position:relative}.collapse-button .icon{background-image:url(https://e0.edimdoma.ru/assets/navigation/accordion-arrow-open-88bf2afb41f755898780225460e322aa221495d23ecac6c84cb972608de1984a.png);background-size:0.75rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.collapse-button .icon{background-image:url(https://e1.edimdoma.ru/assets/navigation/accordion-arrow-open@2x-88bc0f4c465da34fa58d8ed2ce8b2f060704f02985f2be0def6ca8030720a216.png)}}.collapse-button:hover .icon{background-image:url(https://e0.edimdoma.ru/assets/navigation/accordion-arrow-open_hover-163b711c8a9f2bd7585bc33bd74fd126f23b818982df7a92b744c5fbfd7287f9.png);background-size:0.75rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.collapse-button:hover .icon{background-image:url(https://e1.edimdoma.ru/assets/navigation/accordion-arrow-open_hover@2x-4fdce5f47d44de07e3f7a7cab6e4ca4ff8273551248590c7c1c52df0e19522bd.png)}}.collapse-button .icon{width:0.75rem;height:0.4375rem;background-size:contain;background-repeat:no-repeat}.collapse-button__expand{display:none}.collapse-button__collapse{display:inline-block}.collapse-button_collapsed{background-position:center;background-repeat:no-repeat;cursor:pointer}.collapse-button_collapsed .icon{background-image:url(https://e1.edimdoma.ru/assets/navigation/accordion-arrow-close-a4adccc8d18979be74dfc83620f1dcb281f70b9418ad55dac4e7bfa254eab33c.png);background-size:0.75rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.collapse-button_collapsed .icon{background-image:url(https://e0.edimdoma.ru/assets/navigation/accordion-arrow-close@2x-68c77a91b3e28f186845467e7df26367223fcb0bdc1e483f48a618e7a92e7c50.png)}}.collapse-button_collapsed:hover .icon{background-image:url(https://e3.edimdoma.ru/assets/navigation/accordion-arrow-close_hover-19e86e728ece9582d01db40a41c8d23073dbd3bf91934eb809bf40b8e627ea38.png);background-size:0.75rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.collapse-button_collapsed:hover .icon{background-image:url(https://e1.edimdoma.ru/assets/navigation/accordion-arrow-close_hover@2x-7d2345ede19b33cead7bc899e34cb77165181e3e9931e31397e867390f1e686a.png)}}.collapse-button_collapsed .icon{width:0.75rem;height:0.5rem;background-size:contain;background-repeat:no-repeat}.collapse-button_collapsed .collapse-button__expand{display:inline-block}.collapse-button_collapsed .collapse-button__collapse{display:none}.collapse-button .icon{position:absolute;top:0.75rem;left:1.25rem}.collapse-button:hover{color:#242424}.collapse-button:active{background-color:#EBEBEB}.thumb-slider{width:36.25rem;border-bottom:0.0625rem solid #f0eadc;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media only screen and (max-width: 1023px){html:not(.old) .thumb-slider{width:100%;overflow:hidden}html:not(.old) .thumb-slider .slider-controls{display:none}}.thumb-slider_photo{width:100%;height:auto;margin-top:1.875rem}.thumb-slider__delete{width:1.5rem;height:1.5rem;border:0.125rem solid white;border-radius:50%;position:absolute;top:1.25rem;right:1.25rem;cursor:pointer;z-index:2;line-height:1.5rem;text-align:center}.thumb-slider__delete .fonticon{color:#fff}.thumb-slider__delete:hover{background:#fff}.thumb-slider__delete:hover .fonticon{color:#ff3620}.thumb-slider__slider-container{height:28.125rem;overflow:hidden;position:relative}@media only screen and (max-width: 1023px){html:not(.old) .thumb-slider__slider-container{height:auto;margin-left:-0.625rem}}.thumb-slider__top-slider{position:relative}.thumb-slider__slide{float:left;width:36.25rem;height:28.125rem;background-position:center;background-repeat:no-repeat;cursor:pointer;position:relative;overflow:hidden}.thumb-slider__slide .thumb-slider__video-icon{background-image:url(https://e0.edimdoma.ru/assets/icons/icon-play-ff488e3c2cd917611e38a93de233143d1b2273f336efc63cc2bc8a017d3644e2.png);background-size:4.5rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.thumb-slider__slide .thumb-slider__video-icon{background-image:url(https://e1.edimdoma.ru/assets/icons/icon-play@2x-d5d7121964ad9f7c8168be1eb3a873df75e84d91f0d3cb13d0730806f59462c0.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.thumb-slider__slide .thumb-slider__video-icon{background-image:url(https://e0.edimdoma.ru/assets/icons/icon-play@3x-4f0d0065fd5e0460657f1eb713a2efe89d0e3528ed43a619a4cdb8c4936caf52.png)}}.thumb-slider__slide:hover .thumb-slider__video-icon{background-image:url(https://e3.edimdoma.ru/assets/icons/icon-play_hover-6494bfce031cad92ed4c8a47098ffbdf29a5f9a2da0b349622cbd17c8665504e.png);background-size:4.5rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.thumb-slider__slide:hover .thumb-slider__video-icon{background-image:url(https://e1.edimdoma.ru/assets/icons/icon-play_hover@2x-ea109246da4ca719cf4712f317f9e5a4efffc94092ac0adfcf9736a32bdb86e2.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.thumb-slider__slide:hover .thumb-slider__video-icon{background-image:url(https://e0.edimdoma.ru/assets/icons/icon-play_hover@3x-cf566f3a12ed87e926e0ab9c49f01a696989175e19273ee7a4aaf0ab5119788e.png)}}.thumb-slider__slide .thumb-slider__video-icon{width:4.5rem;height:3.375rem;background-size:contain;background-repeat:no-repeat}@media only screen and (max-width: 1023px){html:not(.old) .thumb-slider__slide{height:auto}html:not(.old) .thumb-slider__slide+.thumb-slider__slide{padding-left:0.625rem}}.thumb-slider__slide img{width:100%;display:block}.thumb-slider__video-icon{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}.thumb-slider__thumbs-container{height:7.125rem;margin-top:1Px;margin-left:-1Px;position:relative;overflow:hidden;box-sizing:border-box}.thumb-slider__thumbs-container:after{content:"";display:block;clear:both}@media only screen and (max-width: 1023px){html:not(.old) .thumb-slider__thumbs-container{display:none}}.thumb-slider__thumb{width:7.1875rem;height:7.125rem;position:relative;overflow:hidden;float:left;cursor:pointer;outline:none}.thumb-slider__thumb.slick-current .thumb-slider__overlay{display:block}.thumb-slider__image-container{width:100%;height:7.1875rem;display:block;position:relative;overflow:hidden;margin-left:1Px}.thumb-slider__image-container img{width:100%;display:block;pointer-events:none}.thumb-slider__overlay{display:none;position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.5)}.thumb-slider__overlay:after{content:"";background-position:center;background-repeat:no-repeat;position:absolute;top:0;right:0;left:0;bottom:0;margin:auto}.thumb-slider__overlay:after{background-image:url(https://e3.edimdoma.ru/assets/icons/view-3b3693cf3994da7df3f0296780e09ab4e0dbfde11a2fb465689299175ef17bb3.png);background-size:1.25rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.thumb-slider__overlay:after{background-image:url(https://e2.edimdoma.ru/assets/icons/view@2x-d9625e1e00282733f22e639001aa62d60103d91e21c15ae224ebbc42402d5d12.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.thumb-slider__overlay:after{background-image:url(https://e3.edimdoma.ru/assets/icons/view@3x-25a721f7a39e1401d44e61a6b6537d8a2ad0d6f0d70d56f0133c499ff3209e92.png)}}.thumb-slider__overlay:after{width:1.25rem;height:1.75rem;background-size:contain;background-repeat:no-repeat}.video-icon-small{position:absolute;top:0.625rem;left:0.625rem;background-position:center;background-repeat:no-repeat}.video-icon-small{background-image:url(https://e0.edimdoma.ru/assets/icons/video-icon-small-a38b9f54d309b3ca28d03a622a8146eecd0c8dcaade230c6a9d9d537ed8691d7.png);background-size:1.875rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.video-icon-small{background-image:url(https://e2.edimdoma.ru/assets/icons/video-icon-small@2x-8a9f8c4b1eb3b374de6cefa1ec7f3ca3634b794ca5adff3f152a7574ea1eb696.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.video-icon-small{background-image:url(https://e0.edimdoma.ru/assets/icons/video-icon-small@3x-2d758c96572d5c6fa836891b5d4052c4fb1499a2320c9689fafe387a1670c68e.png)}}.video-icon-small{width:1.875rem;height:1.375rem;background-size:contain;background-repeat:no-repeat}.thumb-slider_photo .slider-controls{position:static}.thumb-slider_photo .slider-controls__count{font-size:0.875rem;font-weight:700;text-transform:uppercase;color:#4c4c4c;position:absolute;top:-2.1875rem;right:auto;left:0;bottom:auto;font-family:"Open Sans"}.thumb-slider_photo .slider-controls__count-name{display:inline-block}.thumb-slider_photo .slider-controls__count-item{display:inline-block}.thumb-slider_photo .slider-controls__count-item_current{color:#fe5722}.goods{width:10rem;display:block;text-decoration:none !important;cursor:pointer}.goods:hover .goods__image-container{box-shadow:0 0.25rem 0.5rem rgba(0,0,0,0.15);border-color:#fff}.goods__image-container{height:9.875rem;border:0.0625rem solid #e6e6e6;position:relative;overflow:hidden;display:block;margin-bottom:0.3125rem;display:flex;align-items:center;justify-content:center}.goods__image-container img{max-width:100%;display:block}.goods__description{font-family:"Noto Serif";font-size:0.875rem;color:#343434;font-weight:700;line-height:1.25rem;display:block;margin-bottom:0.3125rem;max-height:3.75rem;position:relative;overflow:hidden;text-decoration:none}.goods .price{font-size:0.875rem;display:block;font-style:italic;text-decoration:none}.goods_prize .goods__description{margin-bottom:0}.goods_prize .goods__place{display:block;color:#4cc862;font-size:0.875rem;line-height:1.25rem;font-family:"Noto Serif";font-style:italic;margin-bottom:0.3125rem}.goods-container:after{content:"";display:block;clear:both}.table-notes{border-collapse:collapse;width:100%}.table-notes td{vertical-align:top}.table-notes__time{width:3.4375rem;color:#ff391e;font-size:0.875rem;font-weight:700}.table-notes__lesson-number{width:5.4375rem;padding-top:0.375rem;color:#666;font-size:0.875rem;font-weight:400;line-height:0.75rem}.table-notes__lesson-name{padding-top:0.0625rem;width:11.5625rem;padding-right:1.5625rem;color:#666;font-size:0.875rem;font-weight:700;line-height:1.375rem}.table-notes__note-text{padding-top:0.0625rem;width:40rem;padding-right:2.1875rem;color:#333;font-size:0.875rem;font-weight:400;line-height:1.375rem}.table-notes__remove{text-align:right}.table-notes__remove .text-icon{color:#5e5e5e;font-size:0.875rem;font-weight:400}.table-notes__remove .text-icon:hover .fonticon{color:#ff391e}.table-notes__remove .text-icon .fonticon{font-size:1.125rem}.announced{height:28.125rem}.announced .title{text-align:center;display:block}.announced .content-box__content{height:24.3125rem;position:relative;overflow:hidden;padding:0;box-sizing:border-box}.announcement-list{padding:0 1.25rem;position:relative;box-sizing:border-box}.announcement-list__announcement{padding:0.9375rem 0 0.9375rem 0;border-bottom:0.0625rem solid #ddd}.announcement-list__announcement:last-child{border-bottom:none}.announcement-list__announcement .text-icon{font-style:italic;font-size:0.6875rem;margin-bottom:0.9375rem}.announcement-list__announcement .text-icon .fonticon{color:#38ad9c;font-style:normal}.announcement-list__announcement .title{text-align:left;line-height:1.25rem;border:none}.badge{display:inline-block;padding:0 0.75rem;height:1.375rem;border-radius:0.25rem;color:#FFF;font-size:0.6875rem;font-weight:600;text-transform:uppercase;line-height:1.375rem;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.badge_date{background-color:#fff;color:#242424;font-weight:700}.badge_discount{background-color:#fff;color:#ff391e}.badge_discount-shop{background-color:none;color:#ff391e;border:0.0625rem solid #ff391e;box-sizing:border-box;line-height:1.25rem}.badge_new-item{background-color:none;color:#43bb78;border:0.0625rem solid #43bb78;box-sizing:border-box;line-height:1.25rem}.badge_recipes{background-color:#ff6f00}.badge_draft{background-color:#b4afa5}.badge_moderation{background-color:#ff391e}.badge_tv{background-color:#59a2ed}.badge_cooking-school{background-color:#6cd857}.badge_holidays{background-color:#f66}.badge_shop{background-color:#43bb78}.badge_wiki{background-color:#ffb700}.badge_club{background-color:#b633d7}.badge_home{background-color:#ec58a5}.badge_youtube{background-color:#FF0000}.slider-paginator-dotted{text-align:center;list-style:none;margin:0;padding:0}.slider-paginator-dotted li{display:inline-block;width:4Px;height:4Px;border:0.125rem solid rgba(255,255,255,0.5);border-radius:50%;display:inline-block;margin:0 0.1875rem;cursor:pointer}.slider-paginator-dotted li button{display:none}.slider-paginator-dotted li:hover{border-color:#ff391e}.slider-paginator-dotted li.slick-active{border-color:#fff;background-color:#fff;cursor:default}.slider-paginator-dotted_grey .slider-paginator-dotted__item{border-color:#cac6ba}.slider-paginator-dotted_grey .slider-paginator-dotted__item:hover{border-color:#ff391e}.slider-paginator-dotted_grey .slider-paginator-dotted__item.active{border-color:#cac6ba;background-color:#cac6ba}.sort-header{padding:1.25rem 0;border-top:0.0625rem solid #ded9cc;border-bottom:0.0625rem solid #ded9cc;line-height:0.8125rem;margin-bottom:0.625rem}.sort-header:after{content:"";display:block;clear:both}@media only screen and (max-width: 384px){html:not(.old) .sort-header{padding:1.25rem 0.625rem}}.sort-header.with-tags{border-bottom:none;margin-bottom:0}.sort-header .right{line-height:2.5rem}.sort-header__sort{float:right;font-size:0.8125rem;color:#242424;font-weight:700}.sort-header__found{color:#4D4D4D;font-size:0.8125rem;font-weight:400;float:left;line-height:2.5rem}@media only screen and (max-width: 1023px){html:not(.old) .sort-header__found{display:none}}.sort-header__invisible_in_desktop{display:none}@media only screen and (max-width: 1023px){html:not(.old) .sort-header__invisible_in_desktop{display:block}}.sort-header__found-item{color:#4D4D4D}.sort-header__found-item:hover{color:#ff391e;text-decoration:underline}.sort-header .drop-down{visibility:hidden;opacity:0}.sort-header_search-result{margin-bottom:1.25rem}.filter-button{width:10.625rem;height:2.5rem;position:relative;float:left;border-radius:1.25rem;background-image:url(https://e2.edimdoma.ru/assets/recipes/icon-filter-de6adb58da35002ac6d3143e9b7e79daf4958b698d4461d6cb3f1ab672654ac7.png);background-size:1rem auto;background-position:1.875rem center;background-repeat:no-repeat;background-color:#e02407;line-height:2.5rem;font-family:"Open Sans";font-size:0.75rem;font-weight:600;color:#ffffff;letter-spacing:0.0625rem;text-align:center;text-transform:uppercase;cursor:pointer;transition:background-color 0.2s ease;display:none}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.filter-button{background-image:url(https://e0.edimdoma.ru/assets/recipes/icon-filter@2x-e4dec3161fbd4e28e2a33f0bcbc5693a4062ee7c03ea07a7eae5c966803d05e7.png)}}@media only screen and (max-width: 1023px){html:not(.old) .filter-button{display:block}}.filter-button:hover{background-color:#ff391e}.filter-button__count{padding:0 0.375rem;height:1.25rem;background-color:#ffffff;border-radius:1.25rem;position:absolute;top:50%;left:7.5rem;margin-top:-0.625rem;font-family:"Open Sans";font-size:0.6875rem;font-weight:600;line-height:1.25rem;text-align:center;color:#e02407;letter-spacing:0.00625rem}.filter-button__rform{float:unset}.visible_on_mobile{display:none}@media only screen and (max-width: 479px){html:not(.old) .visible_on_mobile{display:block}}.countdown{line-height:normal;width:10.625rem;text-align:center}.countdown .description-text{color:#c1c1c1;font-size:0.75rem}.countdown__container{margin-top:-0.1875rem;width:10.3125rem;margin:-0.1875rem auto 0}.countdown__container:after{content:"";display:block;clear:both}.countdown__item{float:left;color:#ffffff}.countdown .countdown__item+.countdown__item{float:right}.countdown__item-number{display:inline-block;vertical-align:top;font-size:1.75rem;font-weight:700;margin-right:0.5rem;margin-top:-0.3125rem}.countdown__item-name{display:inline-block;font-size:0.875rem;vertical-align:top;font-weight:400}.download-item{background-repeat:no-repeat;background-position:left 1.1875rem;border-bottom:0.0625rem solid #dbdbdb;padding:0.9375rem 0 1.0625rem 2.25rem;min-height:2.0625rem;text-decoration:none;display:block}.download-item:first-child{padding-top:0;background-position:left 0.25rem}.download-item:last-child{padding-bottom:0;border-bottom:0}.download-item_pdf{background-image:url(https://e2.edimdoma.ru/assets/icons/download-item-pdf-a2890a4a7fc73386a469c9e684b1a089a311e0b691e39a5498b599a70b70c16b.png);background-size:1.625rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.download-item_pdf{background-image:url(https://e2.edimdoma.ru/assets/icons/download-item-pdf@2x-df1e458e9e83aea8d33f070e347cc06dce427ed9993a2784e61cb1241bc98ec7.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.download-item_pdf{background-image:url(https://e1.edimdoma.ru/assets/icons/download-item-pdf@3x-a7cf2efe876a3f2058672edaca61f4dd80546d94c1d7306f00bdd3fbe0e9e322.png)}}.download-item_doc{background-image:url(https://e0.edimdoma.ru/assets/icons/download-item-doc-94ae021e322213975bd12dbda7b2cec4bd53736f79fe7a207cd3e76b38b1dd7e.png);background-size:1.8125rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.download-item_doc{background-image:url(https://e1.edimdoma.ru/assets/icons/download-item-doc@2x-4d51e54a7e5e0ade42750a71b701ba0a9968f19b7bac4ba292b48910debf9f7a.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.download-item_doc{background-image:url(https://e1.edimdoma.ru/assets/icons/download-item-doc@3x-4d120ed5f123e5086db5de31d40d253fa6ba2183a316418f1be30af978be4409.png)}}.download-item_zip{background-image:url(https://e2.edimdoma.ru/assets/icons/download-item-zip-33dc7cff254f1c5d2f14d48c7b74ba2c23800a7ac335b62caa47a1c3567247fd.png);background-size:1.4375rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.download-item_zip{background-image:url(https://e2.edimdoma.ru/assets/icons/download-item-zip@2x-892616ecc3e013c4a603dd7da6340946675acf5e96cdacf4949dec2ea8c8acc2.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.download-item_zip{background-image:url(https://e0.edimdoma.ru/assets/icons/download-item-zip@3x-f39944af47f0d97fc41ffbc3e122ef387a52b2523db2629f50c587f693cf577d.png)}}.download-item_archive{overflow:hidden}.download-item_archive .title{margin-top:0.625rem;color:#4c4c4c}.download-item .title{display:block}.download-item__meta{display:block;font-size:0.75rem;line-height:0.9375rem}.download-item__size{display:inline-block;vertical-align:middle;color:#77726a}.download-item__separator{display:inline-block;vertical-align:middle;width:0.25rem;height:0.25rem;border-radius:50%;background-color:#77726a;margin:0 0.25rem}.download-item__link{color:#ff441b;text-decoration:underline}.chat{height:44rem;box-shadow:none}.chat__rollup{font-size:0.75rem;line-height:0.75rem;color:#6e6e6e;margin-top:0.125rem;cursor:pointer}.chat__rollup .fonticon{display:inline-block;vertical-align:middle;color:#ff441b;margin-left:0.625rem}.chat__container{position:relative;box-sizing:border-box}.chat__message{font-size:0.8125rem;color:#333;line-height:1.25rem;padding-bottom:0.8125rem}.chat__message:last-child{padding-bottom:2.5rem}.chat__author{font-weight:700;margin-right:0.9375rem}.chat__author_color_blue{color:#7da7d9}.chat__author_color_pink{color:#f26992}.chat__author_color_green{color:#8dc63f}.chat__author_color_sea-green{color:#0076a3}.chat .content-box__content{position:relative;height:31.5rem;box-sizing:border-box;overflow:hidden}.chat_messages{width:36.25rem;height:auto;box-shadow:0 0.0625rem 0.25rem rgba(71,44,6,0.2)}@media only screen and (max-width: 1023px){html:not(.old) .chat_messages{width:100%}}.chat_messages.content-box .content-box__content:after{height:3.125rem;background-image:linear-gradient(to top, #fff 50%, rgba(255,255,255,0) 100%)}.chat_messages .user-avatar{float:left;margin-right:0.625rem}.chat_messages .mCSB_scrollTools .mCSB_draggerRail{background-color:rgba(124,124,124,0.1);width:0.25rem;border-radius:0.125rem}.chat_messages .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#7c7c7c;border-radius:0.125rem;cursor:pointer}.chat_messages .mCSB_outside+.mCSB_scrollTools{right:-1.5rem;z-index:10}.chat_messages .mCSB_draggerContainer{margin:0.1875rem 0}.chat_messages .chat__container{position:relative;height:29rem;box-sizing:border-box;overflow:hidden}.chat_messages .chat__typing{position:absolute;z-index:10;left:4.375rem;bottom:0.125rem;font-size:0.6875rem;color:#b3b3b3}.chat_messages .chat__footer{padding:0.625rem 1.25rem 1.25rem}.chat_messages .chat__footer:after{content:"";display:block;clear:both}.chat_messages .chat__footer_empty{padding:1.25rem 1.25rem}.chat_messages .chat__message:after{content:"";display:block;clear:both}.chat_messages .chat__message:last-child{padding-bottom:5rem}.chat_messages .chat__message-body{position:relative;float:left;width:30.625rem}@media only screen and (max-width: 1023px){html:not(.old) .chat_messages .chat__message-body{width:100%}}.chat_messages .chat__message-user-name{margin-bottom:0.4375rem}.chat_messages .chat__message-text{font-size:0.875rem;line-height:1.375rem;color:#4c4c4c}.chat_messages .chat__message-text p{margin:0}.chat_messages .chat__message-date{font-size:0.625rem;color:#cccccc;position:absolute;right:0;top:0.3125rem;line-height:normal}.tooltip{display:block;position:absolute;padding:1.25rem 2.5rem;background-color:#fff;box-shadow:0 0 1.25rem rgba(0,0,0,0.3);border-radius:0.25rem;text-align:center;min-width:10.625rem;visibility:hidden;opacity:0;z-index:100;transition:all 0.2s ease}.tooltip:after{content:" ";position:absolute;bottom:-0.3125rem;left:3.75rem;width:0;height:0;border-style:solid;border-width:0.3125rem 0.5625rem 0 0.5625rem;border-color:#fff transparent transparent transparent}.tooltip .title{line-height:1.25rem;margin-bottom:0.625rem;color:#242424}.tooltip__place.title{color:#3cb878;margin-bottom:0.3125rem}.tooltip_calendar{padding:0;min-width:19.375rem;height:5rem;box-shadow:0 0.125rem 0.5rem rgba(18,18,18,0.4);text-align:left;bottom:2.1875rem}.tooltip_calendar:after{content:"";display:none}.tooltip_calendar .title{display:block;line-height:1rem;max-height:3rem;position:relative;overflow:hidden;font-size:0.875rem;margin-bottom:0}.tooltip_calendar .tooltip__image{float:left;width:5rem;height:5rem;border-radius:0.25rem 0 0 0.25rem}.tooltip_calendar .tooltip__content{width:14.375rem;height:5rem;float:left;padding:0.5rem 0.9375rem;box-sizing:border-box;position:relative;overflow:hidden}.tooltip_calendar .tooltip__date{line-height:normal;display:block;font-size:0.6875rem;color:#999999;text-transform:uppercase;font-weight:600;margin-bottom:0.375rem}.tooltip_column_1{left:-2.5625rem}.tooltip_column_2{left:-4.6875rem}.tooltip_column_3{left:-6.8125rem}.tooltip_column_4{left:-8.9375rem}.tooltip_column_5{left:-11.0625rem}.tooltip_column_6{left:-13.1875rem}.tooltip_column_7{left:-15.3125rem}.tooltip_show{display:block;height:2.25rem;position:absolute;padding:0;background-color:#fff;box-shadow:0 0.0625rem 0.5rem rgba(0,0,0,0.15);border-radius:0 0.25rem 0.25rem 0;text-align:left;min-width:auto;visibility:visible;opacity:1;z-index:100;transition:none;white-space:nowrap;transform:translateZ(0);cursor:default}.tooltip_show:after{content:"";bottom:auto;top:0;left:-0.6875rem;border-style:solid;border-width:0;background-position:center;background-repeat:no-repeat}.tooltip_show:after{background-image:url(https://e2.edimdoma.ru/assets/elements/tooltip/triangle_show-d742ed5e779e581498612cec3290d6a21170d3c6a698ab3b426141d886aa2aef.png);background-size:0.6875rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.tooltip_show:after{background-image:url(https://e1.edimdoma.ru/assets/elements/tooltip/triangle_show@2x-f65d8a775004e5a3bb8887a2fb5b53f2d955c4136c79d306edec8809da3a54c1.png)}}.tooltip_show:after{width:0.6875rem;height:2.25rem;background-size:contain;background-repeat:no-repeat}.tooltip_show .button{display:inline-block;height:2.25rem;line-height:2.25rem;border-radius:0 0.25rem 0.25rem 0;font-size:0.75rem;font-weight:normal;cursor:pointer}.tooltip_show .tooltip__content{display:inline-block;font-size:0.75rem;line-height:2.25rem;color:#808080;padding:0 0.625rem 0 0.4375rem;white-space:nowrap}.tooltip_show .tooltip__content span{color:#242424;font-weight:600;margin:0 0.25rem}.control-button{display:block;width:2.25rem;height:2.25rem;border:0.125rem solid #fff;border-radius:50%;text-align:center;line-height:2.25rem;cursor:pointer;color:#000000;background-color:#fff;transform:translateZ(0)}.control-button .fonticon{font-size:0.625rem}.control-button:hover{color:#ff391e}.control-button:active{color:#fff;background-color:#ff391e;border-color:#ff391e}.control-button.disabled{opacity:0.2;cursor:default}.control-button.disabled:hover,.control-button.disabled:active{color:#000000;border-color:#fff;background-color:#fff}.control-button_transparent{background-color:transparent;border:0.125rem solid #cdcdcd}.control-button_transparent:hover{color:#ff391e;border-color:#ff391e}.control-button_transparent:active{color:#fff;background-color:#ff391e;border-color:#ff391e}.control-button_transparent.disabled:hover,.control-button_transparent.disabled:active{color:#000000;border-color:#cdcdcd;background-color:transparent}.control-button_white{border-color:#fff;color:#ffffff;background-color:transparent}.control-button_white:hover{color:#ff391e;border-color:#ff391e}.control-button_white:active{color:#fff;background-color:#ff391e;border-color:#ff391e}.control-button_white.disabled{opacity:0.1;cursor:default}.control-button_white.disabled:hover,.control-button_white.disabled:active{color:#ffffff;border-color:#ffffff;background-color:transparent}.control-button_close{color:#565656;border-color:#565656;background-color:transparent}.control-button_close:hover{color:#ff391e;border-color:#ff391e}.control-button_close:active{color:#fff;background-color:#ff391e;border-color:#ff391e}.popup-close:hover .control-button_close{color:#ff391e;border-color:#ff391e}.popup-close:active .control-button_close{color:#fff;background-color:#ff391e;border-color:#ff391e}.control-button_small{width:1.375rem;height:1.375rem;border:0.0625rem solid transparent;line-height:1.25rem}.control-button_small .fonticon{font-size:0.4375rem}.control-button_medium{width:1.625rem;height:1.625rem;border-width:0.125rem;line-height:1.625rem}.control-button_medium .fonticon{font-size:0.625rem}.control-button_calendar{background-color:transparent;color:#bcb8ac;border-color:transparent}.control-button_calendar:hover{color:#fff;border-color:rgba(255,255,255,0.4)}.control-button_calendar:active{color:#fff;border-color:rgba(255,255,255,0.4);background-color:transparent}.slider{position:relative}.slider_main{height:25rem !important;overflow:hidden}.slider_main .slider__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#000;opacity:0.3;transition:opacity 0.3s ease}.slider_main .slider__wrapper{top:0;width:100%;position:absolute;line-height:25rem;text-align:center}.slider_main .slider__content{margin-top:-1.5625rem;line-height:normal;display:inline-block;vertical-align:middle;text-align:center;max-width:45%}@media only screen and (max-width: 599px){html:not(.old) .slider_main .slider__content{max-width:90%}}.slider_main .slider__content .badge{margin-bottom:1.1875rem}.slider_main .slider__content .title{color:#fff;font-size:1.875rem;line-height:2.75rem}@media only screen and (max-width: 479px){html:not(.old) .slider_main .slider__content .title{width:auto}}.slider_main .slider__slide{visibility:hidden}.slider_main:hover .slider__overlay{opacity:0.5}.slider_main img{width:100%;height:auto;display:block}@media only screen and (max-width: 1023px){html:not(.old) .slider_main img{width:auto}}.slider_main .slider-controls_inside .slider-controls__prev{left:3.125rem}.slider_main .slider-controls_inside .slider-controls__next{right:3.125rem}.slider_main .slider-controls_inside .slider-paginator-dotted{bottom:1.25rem}.slider_main .slider-controls_inside .slider-paginator-dotted__item{margin:0 0.3125rem}.slider_beh_slide .slider__container{position:relative;overflow:hidden}.slider_beh_slide .slider__wrapper{position:relative;width:1250rem}.slider_beh_slide .slider__wrapper:after{content:"";display:block;clear:both}.slider_beh_slide .slider__slide{float:left;margin-left:1.25rem}.slider_beh_slide .slider__slide:first-child{margin:0}.slider_beh_fade .slider__container{position:relative;overflow:visible}.slider_beh_fade .slider__slide{position:absolute;top:0;left:0}.slider_wide-card{width:36.25rem;height:28.125rem}@media only screen and (max-width: 1023px){html:not(.old) .slider_wide-card{width:100%;height:100%}}@media only screen and (max-width: 599px){html:not(.old) .slider_wide-card{width:100%;height:100%}}@media only screen and (max-width: 479px){html:not(.old) .slider_wide-card{width:100%;height:100%}}.slider_wide-card .card{float:none;margin:0}@media only screen and (max-width: 1023px){html:not(.old) .slider_wide-card .card{float:none;display:inline-block}}@media only screen and (max-width: 599px){html:not(.old) .slider_wide-card .card{display:unset;float:left}}@media only screen and (max-width: 479px){html:not(.old) .slider_wide-card .card{float:left}}.slider_calendar{position:absolute}.slider_content-media{margin-top:2.5rem;padding-bottom:1.5625rem}.slider_bio{width:47.5rem}.slider_photo-preview{width:100%;margin-top:1.875rem}.slider_photo-preview .slider__slide{width:55rem;background-color:#EBD8BF;border-radius:0.25rem;box-shadow:0 0.0625rem 0.25rem rgba(71,44,6,0.2);overflow:hidden;text-align:center}.slider_photo-preview .slider__image-container{height:32.875rem}.slider_photo-preview .slider__image-container img{height:100%;display:inline-block}.slider_photo-preview .slider__delete{width:1.5rem;height:1.5rem;border:0.125rem solid white;border-radius:50%;position:absolute;top:1.25rem;right:1.25rem;cursor:pointer;z-index:2;line-height:1.5rem;text-align:center}.slider_photo-preview .slider__delete .fonticon{color:#fff}.slider_photo-preview .slider__delete:hover{background:#fff}.slider_photo-preview .slider__delete:hover .fonticon{color:#ff3620}.slider_photo-preview .photo-description{background:white;padding:0.9375rem 2.5rem 1.5625rem 2.1875rem;text-align:left}.slider_photo-preview .photo-description__date{float:right;color:#898989;font-family:"Noto Serif";font-size:0.6875rem;font-style:italic}.slider_photo-preview .photo-description__text{color:#8a8a8a;font-family:"Open Sans";font-size:0.8125rem;font-weight:400}.slider_photo-preview .photo-description__recipe{color:#242424;font-family:"Noto Serif";font-size:1rem;font-weight:700}.slider_photo-preview .photo-description__recipe:hover{color:#ff391e}.slider_photo-preview .slider-controls__count{font-size:0.875rem;font-weight:700;text-transform:uppercase;color:#4c4c4c;position:absolute;top:-2.1875rem;left:0;font-family:"Open Sans"}.slider_photo-preview .slider-controls__count-name{display:inline-block}.slider_photo-preview .slider-controls__count-item{display:inline-block}.slider_photo-preview .slider-controls__count-item_current{color:#fe5722}.slider_photo-preview .slider-controls .slider-controls__prev,.slider_photo-preview .slider-controls .slider-controls__next{top:16.25rem}.slider_duel-popup{width:46.625rem;margin:0 auto 2.1875rem}.slider_duel-popup .slider__container{overflow:hidden}.slider-controls{position:relative}.slider-controls__count{color:#999;font-family:"Noto Serif";font-size:1rem;font-weight:400;position:absolute;right:0;bottom:0}.slider-controls__count-item{display:inline-block}.slider-controls_bottom{margin-top:1.25rem}.slider-controls_bottom:after{content:"";display:block;clear:both}.slider-controls_bottom .slider-controls__prev{float:left}.slider-controls_bottom .slider-controls__next{float:right}.slider-controls_inside{position:static}.slider-controls_inside .slider-paginator-dotted{position:absolute;left:0;right:0;margin:0 auto;bottom:1.5625rem}.slider-controls_inside .slider-controls__prev{position:absolute;top:50%;margin-top:-1.25rem;left:1.25rem}.slider-controls_inside .slider-controls__next{position:absolute;top:50%;margin-top:-1.25rem;right:1.25rem}.slider-controls_duel-popup .slider-controls__prev{left:-4.375rem}.slider-controls_duel-popup .slider-controls__next{right:-4.375rem}.slider-controls_paginator-right-top .slider-paginator-dotted{bottom:auto;top:1.0625rem;left:auto;right:0.8125rem}.slider-controls_content-media .slider-controls__prev{margin-top:-2rem}.slider-controls_content-media .slider-controls__next{margin-top:-2rem}.slider-controls_popup .control-button{background:none;border-radius:0;border:none;opacity:0.3}.slider-controls_popup .control-button:active{background-color:transparent}.slider-controls_popup .control-button:hover{opacity:1}.slider-controls_popup .control-button.disabled{opacity:0.2}.slider-controls_popup .control-button.disabled:hover{opacity:0.2;background-color:transparent}.slider-controls_popup .slider-controls__prev{background-position:center;background-repeat:no-repeat;position:absolute;top:16.25rem;left:2.1875rem}.slider-controls_popup .slider-controls__prev{background-image:url(https://e1.edimdoma.ru/assets/popups/arrow-left-8c0ef57aa66cf20b14866db05647b2ff7838ddfdf3a1d9ee8fb40e84435328dd.png);background-size:1.4375rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.slider-controls_popup .slider-controls__prev{background-image:url(https://e1.edimdoma.ru/assets/popups/arrow-left@2x-b3549dc6a6dd0396893e7ca904dfd5ff72d07479c82d822e71819f39237009c2.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.slider-controls_popup .slider-controls__prev{background-image:url(https://e3.edimdoma.ru/assets/popups/arrow-left@3x-b414d4d5c9cb454a18540dac808bf904582d5b58d3a29ff21299cec43007dd4a.png)}}.slider-controls_popup .slider-controls__prev{width:1.4375rem;height:2.5625rem;background-size:contain;background-repeat:no-repeat}.slider-controls_popup .slider-controls__next{background-position:center;background-repeat:no-repeat;position:absolute;top:16.25rem;right:2.1875rem}.slider-controls_popup .slider-controls__next{background-image:url(https://e1.edimdoma.ru/assets/popups/arrow-right-06e82cba6111fee4b8a4a2d9b8e30d83d3511a900bfe9eb10ece294e6ad42c59.png);background-size:1.4375rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.slider-controls_popup .slider-controls__next{background-image:url(https://e3.edimdoma.ru/assets/popups/arrow-right@2x-44d9dce8ac670bd352b444d502cf102adea6ee0cae1bf49e8808d73bf5ce2bc8.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.slider-controls_popup .slider-controls__next{background-image:url(https://e1.edimdoma.ru/assets/popups/arrow-right@3x-9bb11fb8863edb3f7780125ca416c404c9080e2a2bb8fca33f730b600a44bfcb.png)}}.slider-controls_popup .slider-controls__next{width:1.4375rem;height:2.625rem;background-size:contain;background-repeat:no-repeat}.slider-controls_thumbs{position:relative}.slider-controls_thumbs.disabled{display:none}.slider-controls_thumbs .slider-controls__prev{width:2.875rem;height:7.125rem;background-color:white;border-radius:0 0 0 0.125rem;position:absolute;bottom:0;left:0;text-align:center;line-height:7.125rem;cursor:pointer}.slider-controls_thumbs .slider-controls__prev:hover .fonticon{color:#ff391e}.slider-controls_thumbs .slider-controls__prev.disabled .fonticon{opacity:0.1;color:#000}.slider-controls_thumbs .slider-controls__next{width:2.875rem;height:7.125rem;background-color:white;border-radius:0 0 0 0.125rem;position:absolute;bottom:0;right:0;text-align:center;line-height:7.125rem;cursor:pointer}.slider-controls_thumbs .slider-controls__next:hover .fonticon{color:#ff391e}.slider-controls_thumbs .slider-controls__next.disabled .fonticon{opacity:0.1;color:#000}.slider-controls_thumbs .fonticon{font-size:0.625rem}.photo-preview{display:block;width:17.5rem;height:17.5rem;background-color:white;border-radius:0.25rem;box-shadow:0 0.0625rem 0.25rem rgba(0,0,0,0.1);position:relative;overflow:hidden;cursor:pointer}.photo-preview_big{width:36.25rem;height:28.125rem}.photo-preview_card{width:17.5rem;height:28.125rem}.photo-preview:hover{box-shadow:0 0.25rem 0.5rem rgba(0,0,0,0.15)}.photo-preview__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(to top, rgba(0,0,0,0.4), rgba(0,0,0,0.04))}.photo-preview__delete{width:1.5rem;height:1.5rem;border:0.125rem solid white;border-radius:50%;position:absolute;top:0.625rem;right:0.625rem;cursor:pointer;z-index:2;line-height:1.5rem;text-align:center}.photo-preview__delete .fonticon{color:#fff}.photo-preview__delete:hover{background:#fff}.photo-preview__delete:hover .fonticon{color:#ff3620}.photo-preview .person_h{display:block;position:absolute;left:1.25rem;bottom:1.25rem}.photo-preview .person_h .person__name{color:#fff}.photo-preview .person_h:hover .person__name{color:#ff391e}.comment-disabler__text{display:inline-block;color:#6e6e6e;font-family:"Open Sans";font-size:0.75rem;font-weight:400;line-height:1.125rem}.comment-disabler__switch-container{display:inline-block;width:2.125rem;height:1.125rem;background-color:#ff391e;border-radius:0.5625rem;position:relative;vertical-align:middle}.comment-disabler__switch{width:0.875rem;height:0.875rem;background-color:white;border-radius:0.4375rem;position:absolute;top:0.125rem;left:0.125rem;cursor:pointer}.comment-disabler__switch.active{left:auto;right:0.125rem}.page-404-block{margin-bottom:-2.5rem;background-color:#eae0cc;height:35.5625rem;border-radius:0 0 0.625rem 0.625rem}.page-404-block__wrapper{height:35.5625rem;background-image:url(https://e3.edimdoma.ru/assets/elements/page-404-block/background-e84a988d971f465aa48c0878e7fb0fa0669dbf65ef66295e249e6b46c7d5df5c.jpg);background-size:80rem auto;background-repeat:no-repeat;background-size:cover;background-position:top center;border-radius:0 0 0.625rem 0.625rem;text-align:center;overflow:hidden}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.page-404-block__wrapper{background-image:url(https://e3.edimdoma.ru/assets/elements/page-404-block/background@2x-98a125078f8d2ceb333ddd556d13facf5d1656b2db4661f053558e2498cab948.jpg)}}.page-404-block__header{margin-top:4.5rem;margin-bottom:0.6875rem;font-size:9.375rem;line-height:normal;font-family:"Noto Serif";font-weight:700;color:#fff}.page-404-block__description{font-size:1rem;line-height:1.5rem;color:#fff;font-family:"Open Sans";margin-bottom:1.25rem}.page-404-block__description a{color:#ff391e;text-decoration:underline}.page-404-block__description a:hover{text-decoration:none}.title{color:#242424;font-family:"Noto Serif";font-size:1rem;font-weight:700;line-height:1.25rem;margin:0}.title_small{font-size:0.875rem;line-height:normal}.title_medium{font-size:1.375rem;line-height:1.5rem}.title_big{font-size:1.75rem;line-height:normal}.title_white{color:#fff}.title_sans-serif{font-family:"Open Sans"}.title_uppercase{text-transform:uppercase}.title_button-height{line-height:2.5rem}.title>span{color:#ff391e;display:inline-block;margin-left:0.3125rem}@media only screen and (max-width: 479px){html:not(.old) .news-from-julia{margin-top:2.5rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}}.news-from-julia__header{display:block;position:relative;height:15.5625rem;background-position:center;background-repeat:no-repeat}.news-from-julia__header{background-image:url(https://e1.edimdoma.ru/assets/elements/news-from-julia/header-f65385ef518db67637719d67c6c8d1ae218eb2c2f3df98d1ebbdca16185de906.jpg);background-size:17.5rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.news-from-julia__header{background-image:url(https://e0.edimdoma.ru/assets/elements/news-from-julia/header@2x-152633938a409428412158fa097f69d1bd6966221a24e13361e1050ff8e326f6.jpg)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.news-from-julia__header{background-image:url(https://e2.edimdoma.ru/assets/elements/news-from-julia/header@3x-bf24f1861f776033c10cc156fa6e4e8e17ee6d7b3dc04fae406a64747643a1d9.jpg)}}.news-from-julia__header{width:17.5rem;height:15.5625rem;background-size:contain;background-repeat:no-repeat}@media only screen and (max-width: 1023px){html:not(.old) .news-from-julia__header{width:100%;background-size:cover}}.news-from-julia__header .title{bottom:1.25rem;left:1.25rem;position:absolute;font-size:0.875rem;line-height:1.125rem}.news-from-julia__julia{position:absolute;left:0;right:0;bottom:0;margin:0 auto;background-position:center;background-repeat:no-repeat}.news-from-julia__julia{background-image:url(https://e3.edimdoma.ru/assets/elements/news-from-julia/julia-440ccf000687bcdce4b612e74474494cdc699960596a70b0e02472e0cde87d05.png);background-size:15.875rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.news-from-julia__julia{background-image:url(https://e0.edimdoma.ru/assets/elements/news-from-julia/julia@2x-13c0f40af0463bb9493d31197ddaa2cfb72434a13de25bd0487d2fd19b0da64d.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.news-from-julia__julia{background-image:url(https://e1.edimdoma.ru/assets/elements/news-from-julia/julia@3x-6d2282c7ec6def2339b91a057b5846f14d2d8668ba66e30093c458f87ab30166.png)}}.news-from-julia__julia{width:15.875rem;height:18rem;background-size:contain;background-repeat:no-repeat}.news-from-julia__content{padding:1.875rem 1.25rem 0;overflow:hidden}@media only screen and (max-width: 1023px){html:not(.old) .news-from-julia__content{padding:0.875rem 1.25rem 0}}.news-from-julia__item{display:block;border-bottom:1Px solid #dddddd;margin-bottom:1.25rem;padding-bottom:0.625rem}.news-from-julia__item:after{content:"";display:block;clear:both}.news-from-julia__item:last-child{border-bottom:0;margin-bottom:1.25rem}.news-from-julia__item:hover .news-from-julia__item-title{text-decoration:underline}.news-from-julia__icon{float:left;font-size:1.625rem;color:#ff391e}.news-from-julia__icon_video{background-position:center;background-repeat:no-repeat}.news-from-julia__icon_video{background-image:url(https://e2.edimdoma.ru/assets/elements/news-from-julia/video-e5c0ee0f88356c75a39c57185ef838956a163784ac19c8bde042e1cca6d3844b.png);background-size:1.625rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.news-from-julia__icon_video{background-image:url(https://e1.edimdoma.ru/assets/elements/news-from-julia/video@2x-a5a5f4f503c880a0610a9215d7ed7cb2820ec6782ecfc284cae6f13140b576da.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.news-from-julia__icon_video{background-image:url(https://e1.edimdoma.ru/assets/elements/news-from-julia/video@3x-bdf385754c9eedb9d3f298aa6b8bbc55301eb5cefde9534613ca214e7c8fadaa.png)}}.news-from-julia__icon_video{width:1.625rem;height:1.25rem;background-size:contain;background-repeat:no-repeat}.news-from-julia__icon_theatre{background-position:center;background-repeat:no-repeat}.news-from-julia__icon_theatre{background-image:url(https://e0.edimdoma.ru/assets/elements/news-from-julia/theatre-77fe825d09f72ac1a6b4dd75d50ac9b5c8e677993a94359bb544768116b25a49.png);background-size:1.625rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.news-from-julia__icon_theatre{background-image:url(https://e1.edimdoma.ru/assets/elements/news-from-julia/theatre@2x-62e31f26cfbf81d39dcb42ca260e4c7ccae5d44ee33711b7552c73d41d53bf46.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.news-from-julia__icon_theatre{background-image:url(https://e3.edimdoma.ru/assets/elements/news-from-julia/theatre@3x-03f9ffb900ab5978d3833a2d05069c08acb2da72d45e13d0411669156c15da9b.png)}}.news-from-julia__icon_theatre{width:1.625rem;height:1.5rem;background-size:contain;background-repeat:no-repeat}.news-from-julia__item-content{float:right;width:12.125rem}.news-from-julia__item-category{font-size:0.6875rem;color:#ff391e;text-transform:uppercase;font-weight:700;margin-bottom:0.125rem;line-height:normal;margin-top:-0.1875rem}.news-from-julia__item-title{line-height:1.375rem;height:2.75rem;overflow:hidden}.social-widget__image{margin-top:1.25rem;margin-left:1.25rem;background-position:center;background-repeat:no-repeat}.social-widget__image{background-image:url(https://e1.edimdoma.ru/assets/elements/social-widget/image-7a7630d62e448b85d94f0c8e0e1e75545e70f6197cabb26868b4adb07facdd6a.jpg);background-size:15.125rem auto}.social-widget__image{width:15.125rem;height:25.3125rem;background-size:contain;background-repeat:no-repeat}.contacts-info{padding-left:2.5rem;position:relative;margin-bottom:0.9375rem}.contacts-info:first-child{margin-top:1.25rem}.contacts-info:last-child{margin-bottom:0.625rem}.contacts-info__icon{position:absolute;top:0;left:0}.contacts-info__description{font-size:0.9375rem;line-height:1.8125rem;color:#3d3d3d}.contacts-info__description span{color:#242424;font-weight:600}.contacts-info .title{font-size:1.125rem;margin-bottom:0.3125rem}.contacts-info .default-link{font-size:0.9375rem;line-height:1.8125rem}.contacts-info_common .contacts-info__icon{background-position:center;background-repeat:no-repeat}.contacts-info_common .contacts-info__icon{background-image:url(https://e3.edimdoma.ru/assets/elements/contacts-info/common-93aba2872181e2bca406cbac012266d767af2369aa59b6ac7d68b24920200157.png);background-size:1.25rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.contacts-info_common .contacts-info__icon{background-image:url(https://e3.edimdoma.ru/assets/elements/contacts-info/common@2x-3825130db8968db5f0cd81da8fbd8ca1151807ad7d56bedaad24a3ff009bceec.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.contacts-info_common .contacts-info__icon{background-image:url(https://e2.edimdoma.ru/assets/elements/contacts-info/common@3x-1da8f5e8465d7d44cd5f6de3a57bcc8d420f07de1e3f3e6061f5874c88602ca7.png)}}.contacts-info_common .contacts-info__icon{width:1.25rem;height:1.375rem;background-size:contain;background-repeat:no-repeat}.contacts-info_address .contacts-info__icon{background-position:center;background-repeat:no-repeat}.contacts-info_address .contacts-info__icon{background-image:url(https://e2.edimdoma.ru/assets/elements/contacts-info/address-5a037cbed39a32ceeaeb577476de9073c1014a83b89609b95d9bd64faab665bc.png);background-size:1rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.contacts-info_address .contacts-info__icon{background-image:url(https://e2.edimdoma.ru/assets/elements/contacts-info/address@2x-5aaac60b1bbc9a62e0e1f9bef511c37ea586d1fe31ba928224c7d866da1dd5c7.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.contacts-info_address .contacts-info__icon{background-image:url(https://e1.edimdoma.ru/assets/elements/contacts-info/address@3x-9fa57dd83ba4ce035c61f6e324908ca92648df159dde8b90eedb426992bc078b.png)}}.contacts-info_address .contacts-info__icon{width:1rem;height:1.375rem;background-size:contain;background-repeat:no-repeat}.contacts-info_requisites .contacts-info__icon{background-position:center;background-repeat:no-repeat}.contacts-info_requisites .contacts-info__icon{background-image:url(https://e0.edimdoma.ru/assets/elements/contacts-info/requisites-35a82a239248c8b8178a46ebbe5462193cfbd4daf24c28c6764331af37807706.png);background-size:1.125rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.contacts-info_requisites .contacts-info__icon{background-image:url(https://e1.edimdoma.ru/assets/elements/contacts-info/requisites@2x-69ca984c1d0ec3d47b918168bac56a6e679b7537b8c6790826ecadf5972f2470.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.contacts-info_requisites .contacts-info__icon{background-image:url(https://e2.edimdoma.ru/assets/elements/contacts-info/requisites@3x-acdc79761d42f494f611a399d2a9eec45dfd9ad9dc7f983b22f7deb3b3238adc.png)}}.contacts-info_requisites .contacts-info__icon{width:1.125rem;height:1.375rem;background-size:contain;background-repeat:no-repeat}.project-info{margin-top:1.875rem;padding-top:2.5rem;border-top:0.0625rem solid #ded9cc}.project-info__icon{width:8.75rem;height:8.75rem;float:left;margin-left:4.4375rem}@media only screen and (max-width: 1023px){html:not(.old) .project-info__icon{margin-left:0}}@media only screen and (max-width: 599px){html:not(.old) .project-info__icon{display:block;width:6.25rem;height:6.25rem;float:none;margin:0 auto 1.5625rem}}.project-info__icon+.project-info__info{margin-left:18.75rem;margin-right:13.75rem}@media only screen and (max-width: 1023px){html:not(.old) .project-info__icon+.project-info__info{margin-left:11.875rem;margin-right:0}}@media only screen and (max-width: 599px){html:not(.old) .project-info__icon+.project-info__info{margin-left:1.25rem;margin-right:1.25rem}}.project-info_no-image .project-info__info{margin-left:18.75rem;margin-right:13.75rem}@media only screen and (max-width: 1023px){html:not(.old) .project-info_no-image .project-info__info{margin-left:0;margin-right:0}}@media only screen and (max-width: 599px){html:not(.old) .project-info_no-image .project-info__info{margin-left:1.25rem;margin-right:1.25rem}}.project-info h1{color:#242424;font-family:"Noto Serif";font-size:1.375rem;font-weight:700;line-height:2.25rem;margin:-0.625rem 0 0.9375rem 0}.project-info h2{color:#4d4d4d;font-family:"Open Sans";font-size:1rem;font-weight:700;line-height:1.5625rem;margin:0 0 1.0625rem 0}.project-info h3{color:#4d4d4d;font-family:"Open Sans";font-size:1rem;font-weight:700;font-style:italic;line-height:1.125rem;margin:0 0 1.25rem 0}.project-info h4{color:#4d4d4d;font-family:"Open Sans";font-size:1rem;font-weight:400;line-height:1.5625rem;margin:0 0 0.9375rem 0}.project-info h5{color:#4d4d4d;font-family:"Open Sans";font-size:0.8125rem;font-weight:700;line-height:1.125rem;margin:0 0 1.0625rem 0}.project-info h6{color:#4d4d4d;font-family:"Noto Serif";font-size:0.9375rem;font-style:italic;line-height:1.125rem;font-weight:400;margin:0 0 1.1875rem 0}.project-info p{color:#4d4d4d;font-family:"Open Sans";font-size:0.8125rem;font-weight:400;line-height:1.125rem;margin:0 0 1.25rem 0}.project-info ul{padding:0 0 0 0.9375rem}.project-info ul li{color:#4d4d4d;font-family:"Open Sans";font-size:0.8125rem;font-weight:400;line-height:1.125rem;padding-left:0.3125rem}.project-info ul li+li{margin-top:1.25rem}.project-info a{color:#ed342a}.project-info a:hover{text-decoration:underline}.messages-list{width:17.5rem;box-shadow:0 0.0625rem 0.25rem rgba(71,44,6,0.2);border-radius:0.25rem;position:relative;max-height:47.75rem;overflow:hidden;background-color:#fff}@media only screen and (max-width: 1023px){html:not(.old) .messages-list{width:100%}}.messages-list h4{font-weight:normal;text-align:center}.messages-list a{display:block}.messages-list__container{position:relative}.messages-list__item{background-color:#fff;padding:0.625rem 1.25rem;box-sizing:border-box;height:3.75rem;position:relative;cursor:pointer}.messages-list__item:after{content:"";display:block;clear:both}@media only screen and (max-width: 1023px){html:not(.old) .messages-list__item{border-bottom:0.0625rem solid #e6e6e6;border-radius:0}}.messages-list__item.active{cursor:default}.messages-list__item.active:after{display:block}.messages-list__item:after{content:"";position:absolute;left:0;right:0;bottom:0;top:-0.0625rem;background-color:#f2f2f2;z-index:2;display:none}.messages-list__item:before{content:"";position:absolute;left:0;right:0;bottom:0;width:100%;height:0.0625rem;background-color:#e6e1da}.messages-list__item:first-child{border-radius:0.25rem 0.25rem 0 0}.messages-list__item:first-child:after{top:0;border-radius:0.25rem 0.25rem 0 0}.messages-list__item:last-child{border-radius:0 0 0.25rem 0.25rem}.messages-list__item:last-child:before{display:none}.messages-list__item:last-child:after{border-radius:0 0 0.25rem 0.25rem}.messages-list .user-avatar{float:left;margin-right:0.625rem;z-index:3}.messages-list__item-content{float:left;width:11.875rem;position:relative;z-index:3}.messages-list__item-user:after{content:"";display:block;clear:both}.messages-list__item-user-name{font-size:0.75rem;color:#383838;font-family:"Noto Serif";font-weight:700;line-height:normal;margin-top:0.0625rem;margin-bottom:0.25rem;max-width:7.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;float:left;margin-right:0.375rem}.messages-list__item-user-online{width:0.4375rem;height:0.4375rem;border-radius:50%;background-color:#53cc62;float:left;margin-top:0.4375rem}.messages-list__item-date{font-size:0.625rem;color:#cccccc;position:absolute;right:0;top:0.25rem;line-height:normal}.messages-list__item-unread{position:absolute;bottom:0;right:0;font-size:0.6875rem;color:#fff;height:1rem;line-height:1rem;padding:0 0.375rem;border-radius:0.5rem;background-color:#ff451c}.messages-list__item-unread_menu{bottom:50%;margin-bottom:-0.5rem}.messages-list__item-message{font-size:0.75rem;color:#999999;width:10rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:normal}.messages-list .mCSB_scrollTools .mCSB_draggerRail{background-color:rgba(124,124,124,0.1);width:0.25rem;border-radius:0.125rem}.messages-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#7c7c7c;border-radius:0.125rem;cursor:pointer}.messages-list .mCSB_outside+.mCSB_scrollTools{right:-0.25rem;z-index:3}.messages-list .mCSB_draggerContainer{margin:0.1875rem 0}.loading-in-progress{position:relative}.loading-in-progress__overlay{position:absolute;z-index:1000;top:0;left:0;width:100%;height:100%;background-color:white}.loading-in-progress__container{display:table;width:100%;height:100%}.loading-in-progress__row{display:table-cell;vertical-align:middle;text-align:center}.loading-in-progress__spinner{background-position:center;background-repeat:no-repeat;margin:0 auto 0.3125rem}.loading-in-progress__spinner{background-image:url(https://e1.edimdoma.ru/assets/preloader-18184eff9c166d6ebdc3f21bef44b7d0aceee6197d1136f5e08f04c789368957.png);background-size:2.5rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.loading-in-progress__spinner{background-image:url(https://e2.edimdoma.ru/assets/preloader@2x-bc492d154b58df965ac5ff1df01dc3397d3d25fceb032fabb06b6482536158bc.png)}}.loading-in-progress__spinner{width:2.5rem;height:2.5rem;background-size:contain;background-repeat:no-repeat}.loading-in-progress__text{color:#999;font-family:"Open Sans";font-size:0.6875rem;font-weight:600;text-transform:uppercase}.loading-in-progress_recipes .loading-in-progress__overlay{background-color:#f5eee0}.tv-show{padding-left:2.625rem;margin-top:1.25rem;background:left top no-repeat;background-image:url(https://e1.edimdoma.ru/assets/recipes/tv-show-cb788e65fe0b9ca13cddf2c56e863a5e998bd6d782d699965186b4ce597d93f6.png);background-size:1.875rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.tv-show{background-image:url(https://e3.edimdoma.ru/assets/recipes/tv-show@2x-88f1d1e2fd2d01f61ebcc0d36cdc099bf162ab6afcfce04204771e7b410b92e0.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.tv-show{background-image:url(https://e1.edimdoma.ru/assets/recipes/tv-show@3x-a30955d7bdba409b5c443335db6b7d947b590673857f1dbc8ca94e38774d53d8.png)}}@media only screen and (max-width: 599px){html:not(.old) .tv-show{padding:2.1875rem 0 0 0}}.tv-show__title{color:#242424;font-family:"Open Sans";font-size:0.875rem;font-weight:700;margin-bottom:0.3125rem}.tv-show__show-name{color:#ed342a;font-family:"Open Sans";font-size:0.9375rem;font-weight:400;line-height:1.375rem;text-decoration:none}.mentions__load-more{line-height:3.125rem;color:#999;font-family:"Open Sans";font-size:0.75rem;font-weight:600;text-transform:uppercase;text-align:center;cursor:pointer;border-radius:0 0 0.25rem 0.25rem}.mentions__load-more:hover{background-color:#fbf8f6}.mention{padding:0.625rem 1.875rem 0.625rem 0.625rem;position:relative;border-bottom:0.0625rem solid #e6e1da}.mention:first-child{border-radius:0.25rem 0.25rem 0 0}.mention:hover{background-color:#f2f2f2}.mention.online .mention__online-status{display:block}.mention__online-status{width:10Px;height:10Px;opacity:0.5;border-radius:50%;background-color:#2cb946;position:absolute;top:10Px;right:10Px;display:none}.mention .button{text-transform:none;font-size:0.8125rem;margin-top:1.125rem;margin-bottom:0.625rem}.mention .button+.button{margin-left:0.3125rem;background:none}.mention .button .fonticon{font-size:1.125rem}.tip{opacity:0.6;color:black;font-family:"Open Sans";font-size:0.75rem;font-weight:400;line-height:1.125rem}.shop-lists+.tip{margin-left:1.25rem}.preview-switch{white-space:nowrap}.preview-switch__state{color:#9f9f9f;font-family:"Open Sans";font-size:0.75rem;font-weight:400;line-height:2.5rem;display:inline-block;vertical-align:middle}.preview-switch__switch-container{display:inline-block;width:6.0625rem;height:2.5rem;background-color:#ff451c;border-radius:1.25rem;position:relative;vertical-align:middle;margin:0 0.625rem}.preview-switch.active{background-color:#27d287}.preview-switch__toddler{width:2.875rem;height:2.25rem;background-color:white;border-radius:1.125rem;position:absolute;top:0.125rem;right:0.125rem}.preview-switch__button{width:2.875rem;height:2.5rem;line-height:2.5rem;position:relative;cursor:pointer}.preview-switch__button .fonticon{color:white;vertical-align:middle;transition:color 0.3s ease}.preview-switch__button_on{margin-left:0.125rem}.preview-switch__button_on .fonticon{font-size:0.875rem}.preview-switch__button_off{float:right;margin-right:0.125rem}.preview-switch__button_off .fonticon{font-size:0.625rem;margin-left:0.125rem}.preview-switch__button.active .fonticon{color:#242424}.description-text{color:#4D4D4D;font-size:0.875rem;font-weight:400;line-height:1.25rem;margin:0}.description-text span{color:#808080}.description-text_white{color:#fff}.scroll-top{width:2.5rem;height:2.5rem;position:fixed;right:1.875rem;bottom:4.375rem;background-color:white;border-radius:1.25rem;box-shadow:0 0.0625rem 0.1875rem rgba(0,0,0,0.25);cursor:pointer;opacity:0;z-index:3}.scroll-top__arrow{background-position:center;background-repeat:no-repeat;position:absolute;top:0;right:0;left:0;bottom:0;margin:auto}.scroll-top__arrow{background-image:url(https://e3.edimdoma.ru/assets/scroll-top-4b4619b7da07931e2aa5548343b1cf3d0ec9062889199cd7886e4afc46be8a32.png);background-size:0.75rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.scroll-top__arrow{background-image:url(https://e2.edimdoma.ru/assets/scroll-top@2x-95e2a93c37ce889ff02a4e5d5aad851e2e9fc806fdbd9cb072160a73f2983187.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.scroll-top__arrow{background-image:url(https://e1.edimdoma.ru/assets/scroll-top@3x-b51be86bdbbb608f98bbcce89254c89c0fa0f05f488967ca1ed4577941a33a97.png)}}.scroll-top__arrow{width:0.75rem;height:0.4375rem;background-size:contain;background-repeat:no-repeat}.to-steps-active .scroll-top{bottom:5rem}.activity-item{position:relative;padding:0.9375rem 0 0.9375rem 2rem;border-bottom:0.0625rem solid #e6e1da}.activity-item_win{background:#ebf5e0;border-bottom:none;position:relative;margin-top:-0.0625rem}.activity-item_win:before{content:"";display:block;width:1.875rem;height:100%;position:absolute;top:0;left:-1.875rem;background:#ebf5e0}.activity-item_win:after{content:"";display:block;width:1.875rem;height:100%;position:absolute;top:0;right:-1.875rem;background:#ebf5e0}.activity-item_win:first-child{margin-top:0}.activity-item:last-child{border-bottom:none}.activity-item .fonticon{color:#f02e22;font-size:1.375rem}.activity-item__icon-container{position:absolute;top:0.9375rem;left:0}.activity-item__date{font-size:0.75rem;color:#999;font-family:"Open Sans";font-weight:400;line-height:normal}.activity-item__activity{font-size:0.75rem;color:#666;line-height:normal}.activity-item__activity span{color:#242424;font-family:"Noto Serif";font-weight:700}.activity-item__activity a{display:inline-block;color:#f02e22;max-width:16.875rem;vertical-align:text-bottom;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.activity-item__activity a:hover{text-decoration:underline}.reward-badge{width:5.625rem;height:5.625rem;position:relative;cursor:pointer;margin:0 1.25rem 4.375rem}.reward-badge svg{width:5.625rem;height:5.625rem}.reward-badge.locked .reward-badge__name{color:#cdcdcd}.reward-badge.locked #back *{fill:#d7e8ed !important}.reward-badge.locked #front *{fill:#c2d3d9 !important}.reward-badge.locked #round{fill:#c2d3d9 !important}.reward-badge.locked #month{fill:#c2d3d9 !important}.reward-badge.locked #year{fill:#c2d3d9 !important}.reward-badge_placeholder{visibility:hidden;height:0;padding:0;margin:0}.reward-badge:hover .badge-hover{opacity:1}.reward-badge__name{font-family:"Noto Serif";font-size:0.875rem;font-weight:700;line-height:1.25rem;position:absolute;top:6.5625rem;left:-0.625rem;right:-0.625rem;text-align:center}.reward-badge__count{display:flex;justify-content:center;align-items:center;width:1.5625rem;height:1.5625rem;background-color:#494442;color:white;font-family:"Noto Serif";font-size:0.75rem;font-weight:400;position:absolute;top:4.0625rem;right:0.5rem;border-radius:50%}.reward-badge__count_small{font-size:0.625rem}.badge-hover{display:flex;flex-flow:column;align-items:center;justify-content:center;width:5.625rem;height:5.625rem;position:absolute;top:0;left:0;background-color:#ffde43;color:#e59d00;border-radius:50%;font-family:"Noto Serif";opacity:0;transition:opacity 0.35s ease}.badge-hover__amount{font-size:1.375rem;font-weight:700;font-style:italic;line-height:1}.badge-hover__currency{font-size:0.6875rem;font-style:italic;line-height:normal}.how-to-get-coins{width:100%;position:relative;background-color:#FFF;border-radius:0.25rem;box-shadow:0 0.0625rem 0.25rem rgba(0,0,0,0.1);overflow:hidden}.how-to-get-coins.closed .how-to-get-coins__arrow{background-position:center;background-repeat:no-repeat}.how-to-get-coins.closed .how-to-get-coins__arrow{background-image:url(https://e2.edimdoma.ru/assets/badges/arrow-closed-03dfabaa183d27ae0e70cce759cc78d778f73d6809618f05177f745923858879.png);background-size:1.1875rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.how-to-get-coins.closed .how-to-get-coins__arrow{background-image:url(https://e1.edimdoma.ru/assets/badges/arrow-closed@2x-5f76314227a4076e7b1e68b42321b4545625d2379abe1b7f7701e66e1585845c.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.how-to-get-coins.closed .how-to-get-coins__arrow{background-image:url(https://e1.edimdoma.ru/assets/badges/arrow-closed@3x-f637124ae91be01382f68806ea152aae7f68116cab2234640e2679ab18bd6ece.png)}}.how-to-get-coins.closed .how-to-get-coins__arrow{width:1.1875rem;height:0.625rem;background-size:contain;background-repeat:no-repeat}.how-to-get-coins__header{height:5rem;background-color:#43bb78;cursor:pointer;position:relative}.how-to-get-coins__coins-icon{background-position:center;background-repeat:no-repeat;position:absolute;top:50%;left:5.625rem;margin-top:-1.65625rem}.how-to-get-coins__coins-icon{background-image:url(https://e3.edimdoma.ru/assets/badges/coins-2701888cea2f556a04c9c7e75e81e51aff3902779c6305296124345ccd403e7c.png);background-size:4rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.how-to-get-coins__coins-icon{background-image:url(https://e3.edimdoma.ru/assets/badges/coins@2x-3babb9dedb0554bf38327a648d2955c6967c55621b90b3fd290a04692052a473.png)}}.how-to-get-coins__coins-icon{width:4rem;height:3.3125rem;background-size:contain;background-repeat:no-repeat}@media only screen and (max-width: 479px){html:not(.old) .how-to-get-coins__coins-icon{left:0.3125rem}}.how-to-get-coins__arrow{background-position:center;background-repeat:no-repeat;position:absolute;top:50%;right:8.375rem;margin-top:-0.3125rem}.how-to-get-coins__arrow{background-image:url(https://e2.edimdoma.ru/assets/badges/arrow-open-ad3d7b83f07bfb0d0464c90d87dea08e1aafeee5e851a24a7151efffa7b78c68.png);background-size:1.1875rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.how-to-get-coins__arrow{background-image:url(https://e0.edimdoma.ru/assets/badges/arrow-open@2x-6835fe56a0031a3d568ae8036ef39fe0e8b889e8c8121a62a14dd76e29ee31f5.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.how-to-get-coins__arrow{background-image:url(https://e0.edimdoma.ru/assets/badges/arrow-open@3x-c1a0598c70cf3c1770c16dd2c1bf63481ea6157eaf7fb2e553b03447c04139fa.png)}}.how-to-get-coins__arrow{width:1.1875rem;height:0.625rem;background-size:contain;background-repeat:no-repeat}@media only screen and (max-width: 479px){html:not(.old) .how-to-get-coins__arrow{right:1.875rem}}.how-to-get-coins__text{height:100%;display:flex;justify-content:center;align-items:center;color:white;font-family:"Open Sans";font-size:0.875rem;font-weight:700;text-transform:uppercase;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.how-to-get-coins__hidden-part{height:0}.how-to-get-coins__content{padding:1.25rem 3.125rem 1.875rem}.how-to-get-coins__head{display:flex;justify-content:space-between;opacity:0.4;color:black;font-family:"Open Sans";font-size:0.75rem;line-height:normal}.coin-action{display:flex;justify-content:space-between;padding:0.8125rem 0}.coin-action+.coin-action{border-top:0.0625rem solid #eae8e2}.coin-action:last-child{padding-bottom:0}.coin-action__text{width:50%;color:black;font-family:"Open Sans";font-size:0.875rem;font-weight:400}.coin-action__coins{color:#292929;font-family:"Noto Serif";font-size:1rem;font-weight:700;font-style:italic;padding-right:2.5rem;position:relative}.coin-action__coins:after{content:"";display:block;background-position:center;background-repeat:no-repeat;position:absolute;top:-0.0625rem;right:0}.coin-action__coins:after{background-image:url(https://e0.edimdoma.ru/assets/badges/coin-8ec1236386e2fa2b3eb0367bb8612b4e08cad52bdf76c0fc137160cf61cdccfd.png);background-size:1.5rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.coin-action__coins:after{background-image:url(https://e1.edimdoma.ru/assets/badges/coin@2x-47af3f5e15f67aae0d26bd8d308dbcfa22b8f8bb4bebb271c59073320b7ae7b1.png)}}.coin-action__coins:after{width:1.5rem;height:1.625rem;background-size:contain;background-repeat:no-repeat}.pulse-widget{margin:3.125rem;margin-bottom:0}@media only screen and (max-width: 479px){html:not(.old) .pulse-widget{margin:3.125rem 0;margin-bottom:0}}.smi2_widget a{color:#242424}.column-text{-moz-column-count:4;column-count:4}@media only screen and (max-width: 1023px){html:not(.old) .column-text{-moz-column-count:2;column-count:2}}@media only screen and (max-width: 599px){html:not(.old) .column-text{-moz-column-count:1;column-count:1}}.popular-recipes{position:relative;background:#EAE0CC}.popular-recipes__container{box-sizing:border-box;position:relative;width:80rem;margin:0 auto;padding:3.125rem 3.125rem 7.5rem;border-top:0.125rem solid #FF6F02}@media only screen and (max-width: 1153px){html:not(.old) .popular-recipes__container{width:auto}}@media only screen and (max-width: 1023px){html:not(.old) .popular-recipes__container{margin:0 3.75rem;padding:3.125rem 0 5rem}}@media only screen and (max-width: 599px){html:not(.old) .popular-recipes__container{margin:0 1.25rem;padding:1.5rem 0 4.375rem}}@media only screen and (max-width: 599px){html:not(.old) .popular-recipes__title{font-size:1.125rem}}.popular-recipes__list{margin-top:2.375rem;font-size:0.8125rem;line-height:1rem;-moz-column-count:5;column-count:5}@media only screen and (max-width: 1023px){html:not(.old) .popular-recipes__list{-moz-column-count:3;column-count:3}}@media only screen and (max-width: 819px){html:not(.old) .popular-recipes__list{-moz-column-count:1;column-count:1}}@media only screen and (max-width: 599px){html:not(.old) .popular-recipes__list{margin-top:1.875rem;font-size:0.625rem}}.popular-recipes__group{margin-bottom:2.125rem;-moz-column-break-inside:avoid;break-inside:avoid-column}@media only screen and (max-width: 819px){html:not(.old) .popular-recipes__group{margin-bottom:1.5625rem}}.popular-recipes__group:last-child{margin-bottom:0}@media only screen and (max-width: 819px){html:not(.old) .popular-recipes__group:last-child{margin-bottom:0}}.popular-recipes__group a{color:inherit;text-decoration:none}.popular-recipes__group a:hover{color:#ff391e;text-decoration:underline}.popular-recipes__group-title{position:relative;margin:0;font-size:0.8125rem;line-height:1rem;font-weight:700;text-transform:uppercase}@media only screen and (max-width: 819px){html:not(.old) .popular-recipes__group-title{padding-right:1.5rem}}@media only screen and (max-width: 599px){html:not(.old) .popular-recipes__group-title{font-size:0.75rem}}.popular-recipes__group-title-link{position:relative;z-index:1}.popular-recipes__group-title-button{position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;display:none;justify-content:flex-end;margin:0;padding:0;border:none;text-align:right;background:none;cursor:pointer}@media only screen and (max-width: 819px){html:not(.old) .popular-recipes__group-title-button{display:flex}}.popular-recipes__group-title-button::after{content:"";margin:0.375rem 0;transition:transform 300ms ease;background-position:center;background-repeat:no-repeat}.popular-recipes__group-title-button::after{background-image:url(https://e0.edimdoma.ru/assets/layout/expandeble-arrow-4629f160b42cbf05d036cde6b31a1db20e3557be1459a2aa72ab109196963fb6.png);background-size:0.75rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.popular-recipes__group-title-button::after{background-image:url(https://e3.edimdoma.ru/assets/layout/expandeble-arrow@2x-566b01be06ce4d8c62dde9159bf57b03ac1f4909cf2efbb07d9b677db55e2140.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.popular-recipes__group-title-button::after{background-image:url(https://e2.edimdoma.ru/assets/layout/expandeble-arrow@3x-9f70bb21fa3bea9aeb66089bfb86ae7db433087b3ad2452ca9d52a421f7932f3.png)}}.popular-recipes__group-title-button::after{width:0.75rem;height:0.4375rem;background-size:contain;background-repeat:no-repeat}.popular-recipes__group-title-button._open::after{transform:rotate(180deg)}.popular-recipes__group-list{display:flex;flex-direction:column;gap:0.5rem;margin:0;padding:0;list-style:none;height:0;opacity:0;overflow:hidden}@media only screen and (min-width: 821px){html:not(.old) .popular-recipes__group-list{height:auto !important;margin-top:0.6875rem !important;opacity:1 !important}}@media only screen and (max-width: 599px){html:not(.old) .popular-recipes__group-list{gap:0.25rem}}.email-subscription{box-sizing:border-box;margin-top:1.875rem;padding:2.5625rem 1.5rem;border-radius:0.625rem;background-color:#263736;background-image:url(https://e1.edimdoma.ru/assets/email/email-subscription-bg-0aa697ea43599f3c6d9e2eebc0b984720ad407cadc697a76a6ed1b8882dbd630.jpg);background-size:88.75rem auto;background-position:center;background-size:cover}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.email-subscription{background-image:url(https://e3.edimdoma.ru/assets/email/email-subscription-bg@2x-d97ef067044b4badd64297cffab9c6a67a705b966ac91f18fc4a72635d9f37b1.jpg)}}@media only screen and (max-width: 1023px){html:not(.old) .email-subscription{padding:2.5rem 1rem}}@media only screen and (max-width: 599px){html:not(.old) .email-subscription{position:relative;left:50%;width:100vw;border-radius:0;transform:translateX(-50%)}}.email-subscription__container{max-width:650Px;margin:0 auto}.email-subscription__card{position:relative;padding:2.75rem 95Px 4.375rem;border-radius:0.625rem;background:#fff}@media only screen and (max-width: 1023px){html:not(.old) .email-subscription__card{padding:1.875rem 1.6875rem 2.0625rem}}@media only screen and (max-width: 599px){html:not(.old) .email-subscription__card{padding:1.6875rem 1.125rem 1.625rem}}.email-subscription__title{margin:0;font-size:1.75rem;line-height:2.375rem;font-weight:600;text-align:center;font-family:"Noto Serif"}@media only screen and (max-width: 1023px){html:not(.old) .email-subscription__title{max-width:360Px;margin:0 auto;font-size:1.125rem;line-height:1.5625rem}}.email-subscription__form{display:grid;grid-template-columns:1fr auto;align-items:flex-start;gap:0.5625rem 1.125rem;margin-top:3rem}@media only screen and (max-width: 1023px){html:not(.old) .email-subscription__form{margin-top:1.875rem}}@media only screen and (max-width: 599px){html:not(.old) .email-subscription__form{grid-template-columns:1fr;padding:0 1.375rem}}.email-subscription__field{position:relative;display:flex;flex-direction:column;margin-bottom:16Px}.email-subscription__input{padding:12Px 14Px;border:1Px solid #dddad5;border-radius:5Px;font-size:15Px;line-height:22Px}.email-subscription__input:focus{border-color:#67B87E}.email-subscription__input._error{border-color:#FF391E}.email-subscription__hint{position:absolute;top:100%;right:0;left:0;max-width:100%;margin-top:4Px;font-size:10Px;line-height:12Px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#888}@media only screen and (max-width: 599px){html:not(.old) .email-subscription__hint{text-align:center}}.email-subscription__input._error+.email-subscription__hint{color:#FF391E}.email-subscription__submit{padding:15Px 28Px;border:none;border-radius:24Px;font-size:13Px;line-height:18Px;font-weight:600;letter-spacing:0.05em;text-transform:uppercase;background:#66cc66;color:#fff}.email-subscription__submit:not(:disabled){cursor:pointer}@media (hover: hover){.email-subscription__submit:not(:disabled):hover{background:#4ecf4e}}.email-subscription__submit:not(:disabled):active{background:#47be47}@media only screen and (max-width: 599px){html:not(.old) .email-subscription__submit{max-width:10.125rem;margin:0 auto}}.email-subscription__description{margin-top:0.875rem;font-size:10Px;line-height:14Px;text-align:center;color:#888}@media only screen and (max-width: 599px){html:not(.old) .email-subscription__description{margin-top:1.25rem}}.email-subscription__description a{color:inherit;text-decoration:underline;text-underline-offset:2Px}.email-subscription__description a:hover{color:#FF391E}.email-subscription__success{position:absolute;top:0;right:0;bottom:0;left:0;display:none;flex-direction:column;justify-content:center;align-items:center;padding:1.25rem 95Px;border-radius:0.625rem;text-align:center;background:#fff}@media only screen and (max-width: 1023px){html:not(.old) .email-subscription__success{padding:1.25rem 1.5625rem}}.email-subscription__success._show{display:flex}.email-subscription__success-title{margin:0 auto;font-size:1.75rem;line-height:2.375rem;font-weight:600;text-align:center;font-family:"Noto Serif"}@media only screen and (max-width: 1023px){html:not(.old) .email-subscription__success-title{font-size:1.125rem;line-height:1.5625rem}}.email-subscription__success-description{margin-top:1.375rem;font-size:1.125rem;line-height:1.6875rem;font-weight:500}@media only screen and (max-width: 1023px){html:not(.old) .email-subscription__success-description{margin-top:1.5625rem;font-size:0.875rem;line-height:1.375rem}}.email-subscription__success-description>span{font-weight:700}.email-subscription__success-description>span>a{color:#66CC66}.email-subscription__success-description>span>a:hover{color:#4ecf4e}.email-subscription__success-description>span>a:active{color:#47be47}.price{color:#4FBE7B;font-family:"Noto Serif";font-size:1rem;font-weight:700}.price .fonticon{font-size:0.6875rem;margin-left:0.3125rem}.price_big{font-size:1.375rem}.price_big .fonticon{font-size:1rem}.price_ribbon{background-position:center;background-repeat:no-repeat;padding-left:0.9375rem;width:8.5rem;font-size:1.125rem;text-align:center;line-height:2.5rem}.price_ribbon{background-image:url(https://e0.edimdoma.ru/assets/elements/global/price-ribbon-a5afb42c6930b058cfc2b7046c59b7e24dd1a43cbe575a20822d58ad490fc987.png);background-size:9.4375rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.price_ribbon{background-image:url(https://e2.edimdoma.ru/assets/elements/global/price-ribbon@2x-2ccf957c87ba7ac2c5b6b5ff95ba348462131a6b95e677106b5a99083325664d.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.price_ribbon{background-image:url(https://e2.edimdoma.ru/assets/elements/global/price-ribbon@3x-9b933eb68c29af6024b89029f7f098fb087254d42da505d795050058bd251b6a.png)}}.price_ribbon{width:9.4375rem;height:2.5rem;background-size:contain;background-repeat:no-repeat}.price_discount{color:#ff391e;display:inline-block}.price_old{display:inline-block;text-decoration:line-through;color:#ababab}.price_old+.price_discount{margin-left:0.3125rem}.page-title{color:#373737;font-family:"Noto Serif";font-size:2rem;font-weight:700;margin:0}@media only screen and (max-width: 1023px){html:not(.old) .page-title{font-size:1.375rem}}.back-button{display:block;color:#4D4D4D;font-size:0.75rem;font-weight:600;text-transform:uppercase;text-decoration:none;position:relative}.back-button span{vertical-align:middle}.back-button .fonticon{display:inline-block;margin-right:0.625rem}.back-button:hover{color:#000}.back-button:hover .fonticon{color:#ff391e}.back-button:active{color:#4D4D4D}.back-button:active .fonticon{color:#4D4D4D}.back-button_transparent-bg{width:11.25rem;height:2.5rem;background:white;border-radius:1.25rem;line-height:2.5rem;text-align:center}.back-button_transparent-bg:hover{background:#fff}.back-button_transparent-bg:active{background:rgba(255,255,255,0.2)}.selectbox{height:2.375rem;border:0.0625rem solid #e6e6e6;background-color:#FFF;border-radius:0.25rem;position:relative}.selectbox_cooking-time{float:left;width:6.625rem;border:none}.selectbox_person-quantity{float:left;width:5rem;border:none}.selectbox_w150{width:9.375rem;border:none}.selectbox_open{border-radius:0.25rem 0.25rem 0 0}.selectbox_open .selectvalue:after{background-position:center;background-repeat:no-repeat}.selectbox_open .selectvalue:after{background-image:url(https://e1.edimdoma.ru/assets/forms/selectbox-arrow-up-d37dde1f321139ba9630ebd1b1a77d270347e67d4066e67c0cdb26e95bed3995.png);background-size:0.8125rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.selectbox_open .selectvalue:after{background-image:url(https://e0.edimdoma.ru/assets/forms/selectbox-arrow-up@2x-f2c472fef206fad2da2ef87c74f3878c7fe39348de19927c8566095cf15869f4.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.selectbox_open .selectvalue:after{background-image:url(https://e3.edimdoma.ru/assets/forms/selectbox-arrow-up@3x-ff8405c3b7fdeef04677e948a11d380be3b4b6a81168012d6ad93be5ec257a29.png)}}.selectbox_open .selectvalue:after{width:0.8125rem;height:0.5rem;background-size:contain;background-repeat:no-repeat}.selectbox_open .selectlist{display:block}.selectvalue{padding-left:1.25rem;line-height:2.375rem;color:#B3B3B3;font-family:"Open Sans";font-size:0.875rem;font-weight:400;cursor:pointer;position:relative}.selectvalue:before{content:"";border-left:0.0625rem solid #CDCBC6;height:1.1875rem;position:absolute;top:0.5625rem;right:1.9375rem}.selectvalue:after{content:"";background-position:center;background-repeat:no-repeat;cursor:pointer;position:absolute;top:1rem;right:0.5625rem}.selectvalue:after{background-image:url(https://e2.edimdoma.ru/assets/forms/selectbox-arrow-down-52154cd186676eb6f4003318707405ca70d2bfba59108a96020d318ba37298e9.png);background-size:0.75rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.selectvalue:after{background-image:url(https://e0.edimdoma.ru/assets/forms/selectbox-arrow-down@2x-49815c4af64b67ddbce6c46c464ee428bafd14fd0a254143726aef128db6c8d0.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.selectvalue:after{background-image:url(https://e0.edimdoma.ru/assets/forms/selectbox-arrow-down@3x-b29eaf290179e703aa38dfa9b7ee55d565e36b8601900aeb3c524f6cb2f7c15a.png)}}.selectvalue:after:hover{background-image:url(https://e1.edimdoma.ru/assets/forms/selectbox-arrow-down_hover-b5317303b8cbea1ea8d244672497cb83c8bb7aad046dd985de29d9620d2dff70.png);background-size:0.75rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.selectvalue:after:hover{background-image:url(https://e1.edimdoma.ru/assets/forms/selectbox-arrow-down_hover@2x-00d7d83a0b4b8b0ddd4527a14d0dc1fcfd2a1ae7953112b553d9fd7786bb4ca6.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.selectvalue:after:hover{background-image:url(https://e2.edimdoma.ru/assets/forms/selectbox-arrow-down_hover@3x-5bd06d688a04db634d4b008bec7d98b329bebd436d9896648a2b086cd851dab2.png)}}.selectvalue:after{width:0.75rem;height:0.5rem;background-size:contain;background-repeat:no-repeat}.selectlist{display:none;height:7.9375rem;padding:0.625rem 0;background-color:#FFF;border-radius:0 0 0.25rem 0.25rem;border:0.0625rem solid #e6e6e6;box-shadow:0 0.0625rem 0.1875rem rgba(0,0,0,0.1);position:absolute;top:100%;left:0;right:-0.0625rem}.selectlist__item{height:2.5rem;padding-left:1.25rem;font-family:"Open Sans";font-size:0.875rem;font-weight:400;color:#242424;line-height:2.5rem;cursor:pointer;display:block}.selectlist__item:hover{background-color:#FBF8F6}.field select{display:block;height:2.5rem;visibility:hidden}.selectize-control{line-height:0;font-size:0;border-radius:0.25rem}.selectize-control:after{content:"";display:block;position:absolute;right:1.9375rem;top:0.625rem;height:1.25rem;width:1Px;background-color:#cdcbc6;z-index:2;pointer-events:none}.selectize-control:hover{box-shadow:0 0.0625rem 0.1875rem rgba(0,0,0,0.1)}.selectize-control .iScrollLoneScrollbar{position:absolute;bottom:0.125rem;top:0.125rem;right:0;width:0.75rem;z-index:100;transform:translateZ(0)}.selectize-control .iScrollLoneScrollbar:before{content:"";position:absolute;top:0;left:auto;right:0.125rem;bottom:0;background-color:#f2f2f2;border-radius:2Px;width:0.25rem}.selectize-control .iScrollIndicator{position:absolute;top:0;left:0;right:0;margin:0 auto;width:0.75rem;height:3rem;cursor:pointer;transform:translateZ(0)}.selectize-control .iScrollIndicator:before{content:"";position:absolute;top:0;left:auto;right:0.125rem;width:0.25rem;height:3rem;background-color:#7c7c7c;border-radius:2Px}.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder{visibility:visible !important;background:#f2f2f2 !important;background:rgba(0,0,0,0.06) !important;border:0 none !important;box-shadow:inset 0 0 0.75rem 0.25rem #ffffff}.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after{content:"!";visibility:hidden}.selectize-control.plugin-drag_drop .ui-sortable-helper{box-shadow:0 0.125rem 0.3125rem rgba(0,0,0,0.2)}.selectize-dropdown-header{position:relative;padding:0.3125rem 0.5rem;border-bottom:0.0625rem solid #d0d0d0;background:#f8f8f8;border-radius:0.25rem 0.25rem 0 0}.selectize-dropdown-header-close{position:absolute;right:0.5rem;top:50%;color:#303030;opacity:0.4;margin-top:-0.75rem;line-height:1.25rem;font-size:1.25rem !important}.selectize-dropdown-header-close:hover{color:#000000}.selectize-dropdown.plugin-optgroup_columns .optgroup{border-right:0.0625rem solid #f2f2f2;border-top:0 none;float:left;box-sizing:border-box}.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child{border-right:0 none}.selectize-dropdown.plugin-optgroup_columns .optgroup:before{display:none}.selectize-dropdown.plugin-optgroup_columns .optgroup-header{border-top:0 none}.selectize-control{position:relative}.selectize-control.plugin-remove_button [data-value]{position:relative;padding-right:1.5rem !important}.selectize-control.plugin-remove_button [data-value] .remove{z-index:1;position:absolute;top:0;right:0;bottom:0;width:1.0625rem;text-align:center;font-weight:bold;font-size:0.75rem;color:inherit;text-decoration:none;vertical-align:middle;display:inline-block;padding:0.125rem 0 0 0;border-left:0.0625rem solid #0073bb;border-radius:0 0.125rem 0.125rem 0;box-sizing:border-box}.selectize-control.plugin-remove_button [data-value] .remove:hover{background:rgba(0,0,0,0.05)}.selectize-control.plugin-remove_button [data-value].active .remove{border-left-color:#00578d}.selectize-control.plugin-remove_button .disabled [data-value] .remove{border-left-color:#aaaaaa}.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover{background:none}.selectize-dropdown{color:#303030;font-family:inherit;font-size:0.8125rem;line-height:1.125rem;-webkit-font-smoothing:inherit;box-shadow:0 0.0625rem 0.1875rem rgba(0,0,0,0.1)}.plugin-custom_scroll.selectize-dropdown{max-height:8.625rem;overflow:hidden;box-shadow:0 0.0625rem 0.1875rem rgba(0,0,0,0.1)}.selectize-input{color:#b3b3b3;font-family:inherit;font-size:0.875rem;line-height:1.125rem;-webkit-font-smoothing:inherit;background:#ffffff;cursor:text;display:inline-block}.selectize-input input{color:#b3b3b3;font-family:inherit;font-size:0.875rem;line-height:1.125rem;-webkit-font-smoothing:inherit}.selectize-control.single .selectize-input.input-active{background:#ffffff;cursor:text;display:inline-block}.selectize-input{border:0.0625rem solid #e6e6e6;padding:0.625rem 2.1875rem 0.625rem 1.25rem;display:inline-block;width:100%;overflow:hidden;position:relative;z-index:1;box-sizing:border-box;border-radius:0.25rem}.selectize-input:hover{border-color:#363636}.selectize-control.multi .selectize-input.has-items{padding:0.3125rem 0.5rem 0.125rem}.selectize-input.full{background-color:#ffffff}.selectize-input.disabled{cursor:default !important}.selectize-input.disabled *{cursor:default !important}.selectize-input.dropdown-active{border-radius:0.25rem 0.25rem 0 0;border-color:#e6e6e6}.selectize-input>*{vertical-align:baseline;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline}.selectize-control.multi .selectize-input>div{cursor:pointer;margin:0 0.1875rem 0.1875rem 0;padding:0.125rem 0.375rem;background:#1da7ee;color:#ffffff;border:0.0625rem solid #0073bb}.selectize-control.multi .selectize-input>div.active{background:#fbf8f6;color:#ffffff;border:0.0625rem solid #00578d}.selectize-control.multi .selectize-input.disabled>div{color:#ffffff;background:#d2d2d2;border:0.0625rem solid #aaaaaa}.selectize-control.multi .selectize-input.disabled>div.active{color:#ffffff;background:#d2d2d2;border:0.0625rem solid #aaaaaa}.selectize-input .item{color:#242424;max-width:88%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;float:left}.selectize-input>input{display:inline-block !important;padding:0 !important;min-height:0 !important;max-height:none !important;max-width:100% !important;margin:0 0.0625rem !important;text-indent:0 !important;border:0 none !important;background:none !important;line-height:inherit !important;-webkit-user-select:auto !important;box-shadow:none !important;float:left}.selectize-input>input::-ms-clear{display:none}.selectize-input>input:focus{outline:none !important}.selectize-input::after{content:" ";display:block;clear:left}.selectize-input.dropdown-active::before{content:" ";display:block;position:absolute;background:#f0f0f0;height:0.0625rem;bottom:0;left:0;right:0}.selectize-dropdown{position:absolute;z-index:10;border:0.0625rem solid #e5e5e5;background:#ffffff;margin:-0.0625rem 0 0 0;border-top:0 none;box-sizing:border-box;border-radius:0 0 0.25rem 0.25rem}.selectize-dropdown [data-selectable]{display:block;cursor:pointer;overflow:hidden;padding:0.6875rem 1.25rem;font-size:0.875rem;color:#242424}.selectize-dropdown .optgroup-header{padding:0.3125rem 0.5rem}.selectize-dropdown .optgroup:first-child .optgroup-header{border-top:0 none}.selectize-dropdown .optgroup-header{color:#303030;background:#ffffff;cursor:default}.selectize-dropdown .active{background-color:#fbf8f6}.selectize-dropdown .active.create{color:#495c68}.selectize-dropdown .create{color:rgba(48,48,48,0.5)}.selectize-dropdown-content{overflow-y:auto;overflow-x:hidden;max-height:8.625rem;position:relative}.selectize-control .selectize-dropdown-content .checkbox+.checkbox{margin-left:0}.selectize-control .selectize-dropdown-content .checkbox{height:auto;line-height:normal;padding-bottom:0.75rem;padding-top:0.875rem}.selectize-control .selectize-dropdown-content .checkbox .checkbox__input span{line-height:1.25rem}.plugin-custom_scroll.selectize-dropdown .selectize-dropdown-content{max-height:none;overflow-y:hidden}.selectize-control.single .selectize-input{cursor:pointer}.selectize-control.single .selectize-input input{cursor:pointer}.selectize-control.single .selectize-input.input-active{cursor:text}.selectize-control.single .selectize-input.input-active input{cursor:text}.selectize-control.single .selectize-input:after{content:" ";background-position:center;background-repeat:no-repeat;cursor:pointer;position:absolute;top:1rem;right:0.5625rem}.selectize-control.single .selectize-input:after{background-image:url(https://e2.edimdoma.ru/assets/forms/selectbox-arrow-down-52154cd186676eb6f4003318707405ca70d2bfba59108a96020d318ba37298e9.png);background-size:0.75rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.selectize-control.single .selectize-input:after{background-image:url(https://e0.edimdoma.ru/assets/forms/selectbox-arrow-down@2x-49815c4af64b67ddbce6c46c464ee428bafd14fd0a254143726aef128db6c8d0.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.selectize-control.single .selectize-input:after{background-image:url(https://e0.edimdoma.ru/assets/forms/selectbox-arrow-down@3x-b29eaf290179e703aa38dfa9b7ee55d565e36b8601900aeb3c524f6cb2f7c15a.png)}}.selectize-control.single .selectize-input:after:hover{background-image:url(https://e1.edimdoma.ru/assets/forms/selectbox-arrow-down_hover-b5317303b8cbea1ea8d244672497cb83c8bb7aad046dd985de29d9620d2dff70.png);background-size:0.75rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.selectize-control.single .selectize-input:after:hover{background-image:url(https://e1.edimdoma.ru/assets/forms/selectbox-arrow-down_hover@2x-00d7d83a0b4b8b0ddd4527a14d0dc1fcfd2a1ae7953112b553d9fd7786bb4ca6.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.selectize-control.single .selectize-input:after:hover{background-image:url(https://e2.edimdoma.ru/assets/forms/selectbox-arrow-down_hover@3x-5bd06d688a04db634d4b008bec7d98b329bebd436d9896648a2b086cd851dab2.png)}}.selectize-control.single .selectize-input:after{width:0.75rem;height:0.5rem;background-size:contain;background-repeat:no-repeat}.selectize-control.single .selectize-input.dropdown-active:after{background-position:center;background-repeat:no-repeat}.selectize-control.single .selectize-input.dropdown-active:after{background-image:url(https://e1.edimdoma.ru/assets/forms/selectbox-arrow-up-d37dde1f321139ba9630ebd1b1a77d270347e67d4066e67c0cdb26e95bed3995.png);background-size:0.8125rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.selectize-control.single .selectize-input.dropdown-active:after{background-image:url(https://e0.edimdoma.ru/assets/forms/selectbox-arrow-up@2x-f2c472fef206fad2da2ef87c74f3878c7fe39348de19927c8566095cf15869f4.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.selectize-control.single .selectize-input.dropdown-active:after{background-image:url(https://e3.edimdoma.ru/assets/forms/selectbox-arrow-up@3x-ff8405c3b7fdeef04677e948a11d380be3b4b6a81168012d6ad93be5ec257a29.png)}}.selectize-control.single .selectize-input.dropdown-active:after{width:0.8125rem;height:0.5rem;background-size:contain;background-repeat:no-repeat}.selectize-control.rtl.single .selectize-input:after{left:0.9375rem;right:auto}.selectize-control.rtl .selectize-input>input{margin:0 0.25rem 0 -0.125rem !important}.selectize-control .selectize-input.disabled{opacity:0.5;background-color:#fafafa}.selectize-control.multi:after{display:none}.selectize-control.multi .selectize-input.has-items{padding-left:0.3125rem;padding-right:0.3125rem}.selectize-control.multi .selectize-input.disabled [data-value]{color:#999;text-shadow:none;background:none;box-shadow:none;border-color:#e6e6e6}.selectize-control.multi .selectize-input.disabled [data-value] .remove{border-color:#e6e6e6;background:none}.selectize-control.multi .selectize-input [data-value]{text-shadow:0 0.0625rem 0 rgba(0,51,83,0.3);border-radius:0.1875rem;background-color:#1b9dec;background-image:linear-gradient(to bottom, #1da7ee, #178ee9);background-repeat:repeat-x;box-shadow:0 0.0625rem 0 rgba(0,0,0,0.2),inset 0 0.0625rem rgba(255,255,255,0.03)}.selectize-control.multi .selectize-input [data-value].active{background-color:#0085d4;background-image:linear-gradient(to bottom, #008fd8, #0075cf);background-repeat:repeat-x}.field_search .selectize-input .person{display:inline-block;vertical-align:middle}.field_search .selectize-input.has-items{padding-top:0.25rem;padding-bottom:0.25rem}.field_search .selectize-control:after{right:3.3125rem}.field_search .selectize-control.single .selectize-input:after{content:" ";background-position:center;background-repeat:no-repeat;cursor:pointer;position:absolute;top:0.5625rem;right:1.1875rem}.field_search .selectize-control.single .selectize-input:after{background-image:url(https://e3.edimdoma.ru/assets/forms/search-icon-7c85261b64d83da39b3692dcc743463484c25c638570d65a7e98dc8b44d9d2aa.png);background-size:1.125rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.field_search .selectize-control.single .selectize-input:after{background-image:url(https://e0.edimdoma.ru/assets/forms/search-icon@2x-bef37f806cf79b6cd15d4ac4c53cdfc76bb3b6b70d0965a6d33207788c777a8b.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.field_search .selectize-control.single .selectize-input:after{background-image:url(https://e3.edimdoma.ru/assets/forms/search-icon@3x-497d4eeb7ce4db358444c77f792d228aa3cc60200d390e9ad2fb051ab1cd3785.png)}}.field_search .selectize-control.single .selectize-input:after:hover{background-image:url(https://e0.edimdoma.ru/assets/forms/search-icon_hover-4b7b2b9dad8a2fc17105ba01815ed9240ce3509224c6fda182959d266be939a3.png);background-size:1.125rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.field_search .selectize-control.single .selectize-input:after:hover{background-image:url(https://e3.edimdoma.ru/assets/forms/search-icon_hover@2x-a91af9492df8e02120561c0d630f2b746ae1b257285b551be8c2e69dfe38c69e.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.field_search .selectize-control.single .selectize-input:after:hover{background-image:url(https://e3.edimdoma.ru/assets/forms/search-icon_hover@3x-a7a8c659fea892f6f5bd95410205a860cf4dfa4908e5fef06876d6ec7877d4d6.png)}}.field_search .selectize-control.single .selectize-input:after{width:1.125rem;height:1.3125rem;background-size:contain;background-repeat:no-repeat}.field_search .selectize-control.single .selectize-input.dropdown-active:after{background-position:center;background-repeat:no-repeat;cursor:pointer}.field_search .selectize-control.single .selectize-input.dropdown-active:after{background-image:url(https://e3.edimdoma.ru/assets/forms/search-icon-7c85261b64d83da39b3692dcc743463484c25c638570d65a7e98dc8b44d9d2aa.png);background-size:1.125rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.field_search .selectize-control.single .selectize-input.dropdown-active:after{background-image:url(https://e0.edimdoma.ru/assets/forms/search-icon@2x-bef37f806cf79b6cd15d4ac4c53cdfc76bb3b6b70d0965a6d33207788c777a8b.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.field_search .selectize-control.single .selectize-input.dropdown-active:after{background-image:url(https://e3.edimdoma.ru/assets/forms/search-icon@3x-497d4eeb7ce4db358444c77f792d228aa3cc60200d390e9ad2fb051ab1cd3785.png)}}.field_search .selectize-control.single .selectize-input.dropdown-active:after:hover{background-image:url(https://e0.edimdoma.ru/assets/forms/search-icon_hover-4b7b2b9dad8a2fc17105ba01815ed9240ce3509224c6fda182959d266be939a3.png);background-size:1.125rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.field_search .selectize-control.single .selectize-input.dropdown-active:after:hover{background-image:url(https://e3.edimdoma.ru/assets/forms/search-icon_hover@2x-a91af9492df8e02120561c0d630f2b746ae1b257285b551be8c2e69dfe38c69e.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.field_search .selectize-control.single .selectize-input.dropdown-active:after:hover{background-image:url(https://e3.edimdoma.ru/assets/forms/search-icon_hover@3x-a7a8c659fea892f6f5bd95410205a860cf4dfa4908e5fef06876d6ec7877d4d6.png)}}.field_search .selectize-control.single .selectize-input.dropdown-active:after{width:1.125rem;height:1.3125rem;background-size:contain;background-repeat:no-repeat}.selectize-dropdown.single{border-color:#e5e5e5}.selectize-dropdown .optgroup-header{padding-top:0.4375rem;font-weight:bold;font-size:0.85em}.selectize-dropdown .optgroup{border-top:0.0625rem solid #f0f0f0}.selectize-dropdown .optgroup:first-child{border-top:0 none}.ms-parent{width:17.5rem !important;height:2.375rem;position:relative;border-radius:0.25rem}@media only screen and (max-width: 1023px){html:not(.old) .ms-parent{width:16.25rem !important}}.ms-parent:hover .ms-choice{border-color:#363636}@media only screen and (max-width: 1023px){html:not(.old) .ms-parent:hover .ms-choice{border-color:#e6e6e6}}.ms-parent.open .ms-choice{border-radius:0.25rem 0.25rem 0 0;border-color:#e6e6e6}.ms-parent .ms-choice{width:17.5rem;height:2.375rem;line-height:2.375rem;outline:none;border:0.0625rem solid #e6e6e6;border-radius:0.25rem;background-color:#FFF;position:relative;overflow:hidden}@media only screen and (max-width: 1023px){html:not(.old) .ms-parent .ms-choice{width:16.25rem}}.ms-parent .ms-choice span{display:block;padding-left:1.25rem;position:absolute;right:2.1875rem}.ms-parent .ms-choice>div{background-position:center;background-repeat:no-repeat;cursor:pointer;top:1rem;right:0.5625rem}.ms-parent .ms-choice>div{background-image:url(https://e2.edimdoma.ru/assets/forms/selectbox-arrow-down-52154cd186676eb6f4003318707405ca70d2bfba59108a96020d318ba37298e9.png);background-size:0.75rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.ms-parent .ms-choice>div{background-image:url(https://e0.edimdoma.ru/assets/forms/selectbox-arrow-down@2x-49815c4af64b67ddbce6c46c464ee428bafd14fd0a254143726aef128db6c8d0.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.ms-parent .ms-choice>div{background-image:url(https://e0.edimdoma.ru/assets/forms/selectbox-arrow-down@3x-b29eaf290179e703aa38dfa9b7ee55d565e36b8601900aeb3c524f6cb2f7c15a.png)}}.ms-parent .ms-choice>div:hover{background-image:url(https://e1.edimdoma.ru/assets/forms/selectbox-arrow-down_hover-b5317303b8cbea1ea8d244672497cb83c8bb7aad046dd985de29d9620d2dff70.png);background-size:0.75rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.ms-parent .ms-choice>div:hover{background-image:url(https://e1.edimdoma.ru/assets/forms/selectbox-arrow-down_hover@2x-00d7d83a0b4b8b0ddd4527a14d0dc1fcfd2a1ae7953112b553d9fd7786bb4ca6.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.ms-parent .ms-choice>div:hover{background-image:url(https://e2.edimdoma.ru/assets/forms/selectbox-arrow-down_hover@3x-5bd06d688a04db634d4b008bec7d98b329bebd436d9896648a2b086cd851dab2.png)}}.ms-parent .ms-choice>div{width:0.75rem;height:0.5rem;background-size:contain;background-repeat:no-repeat}.ms-parent .ms-choice>div.open{background-position:center;background-repeat:no-repeat}.ms-parent .ms-choice>div.open{background-image:url(https://e1.edimdoma.ru/assets/forms/selectbox-arrow-up-d37dde1f321139ba9630ebd1b1a77d270347e67d4066e67c0cdb26e95bed3995.png);background-size:0.8125rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.ms-parent .ms-choice>div.open{background-image:url(https://e0.edimdoma.ru/assets/forms/selectbox-arrow-up@2x-f2c472fef206fad2da2ef87c74f3878c7fe39348de19927c8566095cf15869f4.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.ms-parent .ms-choice>div.open{background-image:url(https://e3.edimdoma.ru/assets/forms/selectbox-arrow-up@3x-ff8405c3b7fdeef04677e948a11d380be3b4b6a81168012d6ad93be5ec257a29.png)}}.ms-parent .ms-choice>div.open{width:0.8125rem;height:0.5rem;background-size:contain;background-repeat:no-repeat}.ms-parent .ms-choice:before{content:"";border-left:0.0625rem solid #CDCBC6;height:1.1875rem;position:absolute;top:0.5625rem;right:1.9375rem}.ms-parent .ms-search{padding:0.625rem 1.25rem;height:3.625rem}.ms-parent .ms-search input{height:100% !important;border-radius:0.125rem;border:0.0625rem solid #e7e7e7;font-size:0.875rem;font-weight:400;padding:0 1.25rem;border-radius:0.25rem;background:none}.ms-parent .ms-search input:focus{border-color:#66cc66}.ms-parent .ms-drop{width:17.5rem;box-sizing:border-box;padding:0.3125rem 0 0.625rem;background-color:#FFF;border-radius:0 0 0.25rem 0.25rem;border:0.0625rem solid #e6e6e6;box-shadow:0 0.0625rem 0.1875rem rgba(0,0,0,0.1)}@media only screen and (max-width: 1023px){html:not(.old) .ms-parent .ms-drop{width:16.25rem}}.ms-parent .ms-drop ul{max-height:21.25rem !important;padding:0.3125rem 1.25rem 0.625rem 1.25rem}.ms-parent .ms-drop ul li{line-height:0;display:list-item;list-style:none}.ms-parent .ms-drop ul li label{margin-bottom:0}.ms-parent .ms-drop ul li+li label{margin-top:0.9375rem}.ms-parent .ms-drop ul li.ms-no-results{line-height:normal}.ms-parent .ms-drop ul .mCSB_scrollTools .mCSB_draggerRail{background-color:rgba(124,124,124,0.1);width:0.25rem;border-radius:0.125rem}.ms-parent .ms-drop ul .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#7c7c7c;border-radius:0.125rem;cursor:pointer}.ms-parent .ms-drop ul .mCSB_outside+.mCSB_scrollTools{right:-0.25rem}.ms-parent .ms-drop ul label{display:inline-block;color:#242424;font-family:"Open Sans";font-size:0.875rem;cursor:pointer;font-weight:normal;margin-bottom:1.25rem}.ms-parent .ms-drop ul label input+span:before{top:0.625rem}.ms-parent .ms-drop ul label:hover input+span:before{border-color:#303030}.ms-parent .ms-drop ul label input{display:none}.ms-parent .ms-drop ul label input+span{display:block;position:relative;padding-left:1.875rem;line-height:1.25rem}.ms-parent .ms-drop ul label input+span:hover{z-index:1}.ms-parent .ms-drop ul label input+span:hover .checkbox-info{display:block}.ms-parent .ms-drop ul label input+span:before{content:"";width:1.125rem;height:1.125rem;background-color:#FFF;border-radius:0.125rem;border:0.0625rem solid #e7e7e7;position:absolute;top:0;left:0}.ms-parent .ms-drop ul label input:checked+span::before{background-position:center;background-repeat:no-repeat;border:none}.ms-parent .ms-drop ul label input:checked+span::before{background-image:url(https://e3.edimdoma.ru/assets/forms/checkbox-checked-1a2cae244d19634ead2a949121e00c43c852ce8d47a43bf8d365703a6e35bf04.png);background-size:1.25rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.ms-parent .ms-drop ul label input:checked+span::before{background-image:url(https://e3.edimdoma.ru/assets/forms/checkbox-checked@2x-a200155b5377d49615e1305307b35e3229f0081c48ad7d540fff39105c9120ae.png)}}.ms-parent .ms-drop ul label input:checked+span::before{width:1.25rem;height:1.25rem;background-size:contain;background-repeat:no-repeat}.user-select:after{content:"";display:block;clear:both}.user-select img{display:block;width:1.3125rem;height:1.3125rem;border-radius:50%;float:left}.user-select__name{float:left;line-height:1.3125rem;max-width:13.125rem;position:relative;overflow:hidden;text-overflow:ellipsis;margin-left:0.3125rem}.text-editor{border-radius:0.25rem;border:0.0625rem solid #e5e5e5;position:relative;overflow:hidden;min-height:25rem}.text-editor.error{border-color:#ff451c}.text-editor.error .warning-icon{position:absolute;display:block;top:4.6875rem;left:8.4375rem}.text-editor.error .warning-icon:hover+.error-message{display:block}.text-editor.error .error-message{top:5.75rem;left:7.25rem;margin:0}.text-editor__header{height:2.5rem;background-color:#F2F2F2}.text-editor__controls{padding:0 0.625rem;width:32.375rem}.text-editor__controls:after{content:"";display:block;clear:both}.text-editor .cke_button__redo .cke_button_disabled{float:left;width:2.0625rem;height:2.5rem;position:relative;background-position:center;background-repeat:no-repeat;cursor:pointer;cursor:default}.text-editor .cke_button__redo .cke_button_disabled .icon{background-image:url(https://e3.edimdoma.ru/assets/forms/text-editor/undo-789bd3dd9cb82d7f09a5f9cf6bd3ca87db74f5117fd8a951a6c8e02a99e9c17b.png);background-size:0.9375rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.text-editor .cke_button__redo .cke_button_disabled .icon{background-image:url(https://e3.edimdoma.ru/assets/forms/text-editor/undo@2x-f84e8edf0b48013c87aff1591c8001dc659287a14b1a7ca3d8122c154f4d1bca.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.text-editor .cke_button__redo .cke_button_disabled .icon{background-image:url(https://e0.edimdoma.ru/assets/forms/text-editor/undo@3x-fd7f0f3c84ca5201f9dd240c3ddf80cc84e369b61b33cf2d5362238e7e47cf8c.png)}}.text-editor .cke_button__redo .cke_button_disabled:hover .icon{background-image:url(https://e1.edimdoma.ru/assets/forms/text-editor/undo_hover-5003b3168bba3d5050af273f739de7d0bee12d8a4007ea62e967d8b1daa2dd95.png);background-size:0.9375rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.text-editor .cke_button__redo .cke_button_disabled:hover .icon{background-image:url(https://e0.edimdoma.ru/assets/forms/text-editor/undo_hover@2x-de62f4e1b2d3180a84de1371f3e99470e570e99750dc0342db45337ee4c2e240.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.text-editor .cke_button__redo .cke_button_disabled:hover .icon{background-image:url(https://e2.edimdoma.ru/assets/forms/text-editor/undo_hover@3x-50368dd340a8c8da8549bb0dfcf128894c4145de7b06449393fb8213fc3c77de.png)}}.text-editor .cke_button__redo .cke_button_disabled.active .icon{background-image:url(https://e0.edimdoma.ru/assets/forms/text-editor/undo_active-950b7c4f3ee08d6106b34df70b0f17eb27137a91b9ac184f32eb597c2b8d3150.png);background-size:0.9375rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.text-editor .cke_button__redo .cke_button_disabled.active .icon{background-image:url(https://e3.edimdoma.ru/assets/forms/text-editor/undo_active@2x-c7d1f108c05aa9d91f3b6c4abbfa09580e430ff402fa3d6f8e16cbd29fb8a7d0.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.text-editor .cke_button__redo .cke_button_disabled.active .icon{background-image:url(https://e1.edimdoma.ru/assets/forms/text-editor/undo_active@3x-9d7547f406d867b3dc35e56d67110143d3bf42eb4a8c20fe81abd89f6546a97e.png)}}.text-editor .cke_button__redo .cke_button_disabled .icon{width:0.9375rem;height:0.6875rem;background-size:contain;background-repeat:no-repeat}.text-editor .cke_button__undo .cke_button_off{background-position:center;background-repeat:no-repeat;cursor:pointer}.text-editor .cke_button__undo .cke_button_off .icon{background-image:url(https://e0.edimdoma.ru/assets/forms/text-editor/undo_active-950b7c4f3ee08d6106b34df70b0f17eb27137a91b9ac184f32eb597c2b8d3150.png);background-size:0.9375rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.text-editor .cke_button__undo .cke_button_off .icon{background-image:url(https://e3.edimdoma.ru/assets/forms/text-editor/undo_active@2x-c7d1f108c05aa9d91f3b6c4abbfa09580e430ff402fa3d6f8e16cbd29fb8a7d0.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.text-editor .cke_button__undo .cke_button_off .icon{background-image:url(https://e1.edimdoma.ru/assets/forms/text-editor/undo_active@3x-9d7547f406d867b3dc35e56d67110143d3bf42eb4a8c20fe81abd89f6546a97e.png)}}.text-editor .cke_button__undo .cke_button_off .icon{width:0.9375rem;height:0.6875rem;background-size:contain;background-repeat:no-repeat}.text-editor .cke_button__undo .cke_button_off:hover{background-position:center;background-repeat:no-repeat}.text-editor .cke_button__undo .cke_button_off:hover .icon{background-image:url(https://e0.edimdoma.ru/assets/forms/text-editor/undo-hover-f16257182097f6896a909356fc8162974d257e44908ee5ac41218cb29ff224b0.png);background-size:0.9375rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.text-editor .cke_button__undo .cke_button_off:hover .icon{background-image:url(https://e1.edimdoma.ru/assets/forms/text-editor/undo-hover@2x-212f4997606307d054c2258c0db99db79f2e70ffe2ba1f909957e08376f871b8.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.text-editor .cke_button__undo .cke_button_off:hover .icon{background-image:url(https://e0.edimdoma.ru/assets/forms/text-editor/undo-hover@3x-d69917f035e8b0dd3c6190c231dc8acf240432b58d47abc6be31c40bc71efeec.png)}}.text-editor .cke_button__undo .cke_button_off:hover .icon{width:0.9375rem;height:0.6875rem;background-size:contain;background-repeat:no-repeat}.text-editor__redo{float:left;width:2.0625rem;height:2.5rem;position:relative;margin-right:1.0625rem;background-position:center;background-repeat:no-repeat;cursor:pointer;cursor:default}.text-editor__redo .icon{background-image:url(https://e2.edimdoma.ru/assets/forms/text-editor/redo-bc6438514cf164c587d707e14c093aeaec5e053fe7ded815f11a0f822a6001e0.png);background-size:0.9375rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.text-editor__redo .icon{background-image:url(https://e0.edimdoma.ru/assets/forms/text-editor/redo@2x-2d869c32ec07484c9eeba4f0cb0e30dc094c8cf1a4fdbc10eb71094ced55e880.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.text-editor__redo .icon{background-image:url(https://e0.edimdoma.ru/assets/forms/text-editor/redo@3x-0d894f7c89a608c3d2d497f7791001935817c97aa936454266b2b74196463bc0.png)}}.text-editor__redo:hover .icon{background-image:url(https://e2.edimdoma.ru/assets/forms/text-editor/redo_hover-aa25885023d1d2209bfd393e708a7e9698263f44581bb345086f83f4d04db6b8.png);background-size:0.9375rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.text-editor__redo:hover .icon{background-image:url(https://e2.edimdoma.ru/assets/forms/text-editor/redo_hover@2x-1fa3960f4699f975479a2476dd9ff0556b0e4a3c3aeb15d63ca2e0d174bedbdd.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.text-editor__redo:hover .icon{background-image:url(https://e0.edimdoma.ru/assets/forms/text-editor/redo_hover@3x-81b51f22f7a1a79b3d0f9592cccc6d7d3c1f505ee55a16b4b52fed21ee5141f1.png)}}.text-editor__redo.active .icon{background-image:url(https://e1.edimdoma.ru/assets/forms/text-editor/redo_active-b6de1dd4dccd9e880c2c1f77c3271406e112c3b8b19ea93f5a98578dae56cdc4.png);background-size:0.9375rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.text-editor__redo.active .icon{background-image:url(https://e2.edimdoma.ru/assets/forms/text-editor/redo_active@2x-9ea75e9f4a52afa870a5d55041acf05caf62f2713800e97672f48466286e6742.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.text-editor__redo.active .icon{background-image:url(https://e3.edimdoma.ru/assets/forms/text-editor/redo_active@3x-34a7c91c0ae437939b4e800c1d896071f13330b1dd79d1a7d7d9a4b2a0ee9584.png)}}.text-editor__redo .icon{width:0.9375rem;height:0.6875rem;background-size:contain;background-repeat:no-repeat}.text-editor__redo.active{background-position:center;background-repeat:no-repeat;cursor:pointer}.text-editor__redo.active .icon{background-image:url(https://e1.edimdoma.ru/assets/forms/text-editor/redo_active-b6de1dd4dccd9e880c2c1f77c3271406e112c3b8b19ea93f5a98578dae56cdc4.png);background-size:0.9375rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.text-editor__redo.active .icon{background-image:url(https://e2.edimdoma.ru/assets/forms/text-editor/redo_active@2x-9ea75e9f4a52afa870a5d55041acf05caf62f2713800e97672f48466286e6742.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.text-editor__redo.active .icon{background-image:url(https://e3.edimdoma.ru/assets/forms/text-editor/redo_active@3x-34a7c91c0ae437939b4e800c1d896071f13330b1dd79d1a7d7d9a4b2a0ee9584.png)}}.text-editor__redo.active .icon{width:0.9375rem;height:0.6875rem;background-size:contain;background-repeat:no-repeat}.text-editor__redo.active:hover{background-position:center;background-repeat:no-repeat}.text-editor__redo.active:hover .icon{background-image:url(https://e1.edimdoma.ru/assets/forms/text-editor/redo-hover-5f09388e747bc3904452e1f4190f1a2f66bdafe98f0d559fffda272cb12043f5.png);background-size:0.9375rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.text-editor__redo.active:hover .icon{background-image:url(https://e3.edimdoma.ru/assets/forms/text-editor/redo-hover@2x-43886d662af99aab49c17448865436d340e9b3e33c4d0027a902870100e9064f.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.text-editor__redo.active:hover .icon{background-image:url(https://e2.edimdoma.ru/assets/forms/text-editor/redo-hover@3x-59065307103a24285f0835cf5ebcc7bc975ba60de4679d322f145b1f05757176.png)}}.text-editor__redo.active:hover .icon{width:0.9375rem;height:0.6875rem;background-size:contain;background-repeat:no-repeat}.text-editor__redo .icon{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}.text-editor__item{float:left;width:2.25rem;height:2.5rem;position:relative;cursor:pointer}.text-editor__item_h1{background-position:center;background-repeat:no-repeat;cursor:pointer}.text-editor__item_h1 .icon{background-image:url(https://e0.edimdoma.ru/assets/forms/text-editor/h1-b67fc249f8af3e5290a7c3bab33a496f70e75bae38b4b170abc5be4cca1d00b9.png#texteditor);background-size:0.875rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.text-editor__item_h1 .icon{background-image:url(https://e3.edimdoma.ru/assets/forms/text-editor/h1@2x-7cac13e2f6442775b882c131e91a123b17a2ce04b476e6a9467299d3b62d946a.png#texteditor)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.text-editor__item_h1 .icon{background-image:url(https://e3.edimdoma.ru/assets/forms/text-editor/h1@3x-361d207587652db656a22d4e49fdd6c6a341597beb928dfdf7b5ac88d5bfa88f.png#texteditor)}}.text-editor__item_h1:hover .icon{background-image:url(https://e3.edimdoma.ru/assets/forms/text-editor/h1_hover-70ca84867fe6e0911701bb358c4c60d894d91b2a663ff7ae729d959740f3e9c2.png#texteditor);background-size:0.875rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.text-editor__item_h1:hover .icon{background-image:url(https://e0.edimdoma.ru/assets/forms/text-editor/h1_hover@2x-df4f7d973a75ae8f7b3b8ad279958ead0d88c6cb79faf1d12e66ae0f44e2fc4b.png#texteditor)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.text-editor__item_h1:hover .icon{background-image:url(https://e3.edimdoma.ru/assets/forms/text-editor/h1_hover@3x-bbbb668dd764eecf7370505ac1459ac25ac0a23f6654bfe821445b1e832ba415.png#texteditor)}}.text-editor__item_h1.active .icon{background-image:url(https://e2.edimdoma.ru/assets/forms/text-editor/h1_active-70ca84867fe6e0911701bb358c4c60d894d91b2a663ff7ae729d959740f3e9c2.png#texteditor);background-size:0.875rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.text-editor__item_h1.active .icon{background-image:url(https://e2.edimdoma.ru/assets/forms/text-editor/h1_active@2x-df4f7d973a75ae8f7b3b8ad279958ead0d88c6cb79faf1d12e66ae0f44e2fc4b.png#texteditor)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.text-editor__item_h1.active .icon{background-image:url(https://e1.edimdoma.ru/assets/forms/text-editor/h1_active@3x-bbbb668dd764eecf7370505ac1459ac25ac0a23f6654bfe821445b1e832ba415.png#texteditor)}}.text-editor__item_h1 .icon{width:0.875rem;height:0.625rem;background-size:contain;background-repeat:no-repeat}.text-editor__item_h2{background-position:center;background-repeat:no-repeat;cursor:pointer}.text-editor__item_h2 .icon{background-image:url(https://e1.edimdoma.ru/assets/forms/text-editor/h2-462ca544ddd46f924a334772d294b0519862dfce11a87d37e558a5b319472203.png#texteditor);background-size:1.0625rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.text-editor__item_h2 .icon{background-image:url(https://e2.edimdoma.ru/assets/forms/text-editor/h2@2x-0678602b6f88a8c145428cfa775b8574777eb230d9cd3912ca03492dad16d553.png#texteditor)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.text-editor__item_h2 .icon{background-image:url(https://e3.edimdoma.ru/assets/forms/text-editor/h2@3x-14f18988b7ffacec51079de42da73292d532b04bbd14fcfe5fdad5b32797c86f.png#texteditor)}}.text-editor__item_h2:hover .icon{background-image:url(https://e3.edimdoma.ru/assets/forms/text-editor/h2_hover-01c1517de3b793827e69e0c66d4eaf7fb11b40942993a8a8bbeb0e6ba519f158.png#texteditor);background-size:1.0625rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.text-editor__item_h2:hover .icon{background-image:url(https://e0.edimdoma.ru/assets/forms/text-editor/h2_hover@2x-d8b1726ef78f763e69bdc76f01b5edc57bbe630bf969d4e4a0e24790251c6f2b.png#texteditor)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.text-editor__item_h2:hover .icon{background-image:url(https://e3.edimdoma.ru/assets/forms/text-editor/h2_hover@3x-1e5e5d422665a19fad89f5c944715ce0752667636ebdcd9766a85ff72e3b0102.png#texteditor)}}.text-editor__item_h2.active .icon{background-image:url(https://e2.edimdoma.ru/assets/forms/text-editor/h2_active-01c1517de3b793827e69e0c66d4eaf7fb11b40942993a8a8bbeb0e6ba519f158.png#texteditor);background-size:1.0625rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.text-editor__item_h2.active .icon{background-image:url(https://e2.edimdoma.ru/assets/forms/text-editor/h2_active@2x-d8b1726ef78f763e69bdc76f01b5edc57bbe630bf969d4e4a0e24790251c6f2b.png#texteditor)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.text-editor__item_h2.active .icon{background-image:url(https://e1.edimdoma.ru/assets/forms/text-editor/h2_active@3x-1e5e5d422665a19fad89f5c944715ce0752667636ebdcd9766a85ff72e3b0102.png#texteditor)}}.text-editor__item_h2 .icon{width:1.0625rem;height:0.625rem;background-size:contain;background-repeat:no-repeat}.text-editor__item_h3{background-position:center;background-repeat:no-repeat;cursor:pointer}.text-editor__item_h3 .icon{background-image:url(https://e1.edimdoma.ru/assets/forms/text-editor/h3-47ce955bd624561867fd8df1607358dc49ec251f52c4c62ce3dbe5381e1590ad.png#texteditor);background-size:1.0625rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.text-editor__item_h3 .icon{background-image:url(https://e0.edimdoma.ru/assets/forms/text-editor/h3@2x-13235262ba5cca6be6c48fe42fdb31f744e63ba9d064d220428570ac7ff8181a.png#texteditor)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.text-editor__item_h3 .icon{background-image:url(https://e0.edimdoma.ru/assets/forms/text-editor/h3@3x-520187e3afde03f323982fbdcb6281e3522cbcb82e1761a75640f61bea71a354.png#texteditor)}}.text-editor__item_h3:hover .icon{background-image:url(https://e3.edimdoma.ru/assets/forms/text-editor/h3_hover-90712ad7f1c62d1428fa9e3c47c661ca98633525d7bfeab1c88322a91266dbf4.png#texteditor);background-size:1.0625rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.text-editor__item_h3:hover .icon{background-image:url(https://e0.edimdoma.ru/assets/forms/text-editor/h3_hover@2x-4c500de8674e243567473dc1f6289f7909cbfd4b849a824de6904b8e38fe583a.png#texteditor)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.text-editor__item_h3:hover .icon{background-image:url(https://e1.edimdoma.ru/assets/forms/text-editor/h3_hover@3x-216c61af2ba20f1c574fceeb4c1c6b97ec05b8f22251c79a5218d172b4a04dfb.png#texteditor)}}.text-editor__item_h3.active .icon{background-image:url(https://e2.edimdoma.ru/assets/forms/text-editor/h3_active-90712ad7f1c62d1428fa9e3c47c661ca98633525d7bfeab1c88322a91266dbf4.png#texteditor);background-size:1.0625rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.text-editor__item_h3.active .icon{background-image:url(https://e2.edimdoma.ru/assets/forms/text-editor/h3_active@2x-4c500de8674e243567473dc1f6289f7909cbfd4b849a824de6904b8e38fe583a.png#texteditor)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.text-editor__item_h3.active .icon{background-image:url(https://e3.edimdoma.ru/assets/forms/text-editor/h3_active@3x-216c61af2ba20f1c574fceeb4c1c6b97ec05b8f22251c79a5218d172b4a04dfb.png#texteditor)}}.text-editor__item_h3 .icon{width:1.0625rem;height:0.625rem;background-size:contain;background-repeat:no-repeat}.text-editor__item_bold{background-position:center;background-repeat:no-repeat;cursor:pointer}.text-editor__item_bold .icon{background-image:url(https://e3.edimdoma.ru/assets/forms/text-editor/bold-8ad15f3b30e538d29f95234f893a964174350675123661c1f22718f7ba7b91c7.png#texteditor);background-size:0.4375rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.text-editor__item_bold .icon{background-image:url(https://e1.edimdoma.ru/assets/forms/text-editor/bold@2x-83f450b137838a39f98432bfcea6911d281d25755b75a2831c8c45307fea6827.png#texteditor)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.text-editor__item_bold .icon{background-image:url(https://e0.edimdoma.ru/assets/forms/text-editor/bold@3x-7116630df664a0eb359aed4fe380d3b50d39b5d28f14211161be728bf89e1aa1.png#texteditor)}}.text-editor__item_bold:hover .icon{background-image:url(https://e1.edimdoma.ru/assets/forms/text-editor/bold_hover-9f855d4c3184836599e41461d07d45ab68690920d1a52e5963a484efced4eb4c.png#texteditor);background-size:0.4375rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.text-editor__item_bold:hover .icon{background-image:url(https://e1.edimdoma.ru/assets/forms/text-editor/bold_hover@2x-29fa28c66456d7b384adef866092da6a359317def092677cd0e468617c551938.png#texteditor)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.text-editor__item_bold:hover .icon{background-image:url(https://e3.edimdoma.ru/assets/forms/text-editor/bold_hover@3x-b0cd2bdde39ae8782c006cf82bff0780f36b80dd6bf3ed49019a35af88615045.png#texteditor)}}.text-editor__item_bold.active .icon{background-image:url(https://e0.edimdoma.ru/assets/forms/text-editor/bold_active-9f855d4c3184836599e41461d07d45ab68690920d1a52e5963a484efced4eb4c.png#texteditor);background-size:0.4375rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.text-editor__item_bold.active .icon{background-image:url(https://e3.edimdoma.ru/assets/forms/text-editor/bold_active@2x-29fa28c66456d7b384adef866092da6a359317def092677cd0e468617c551938.png#texteditor)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.text-editor__item_bold.active .icon{background-image:url(https://e1.edimdoma.ru/assets/forms/text-editor/bold_active@3x-b0cd2bdde39ae8782c006cf82bff0780f36b80dd6bf3ed49019a35af88615045.png#texteditor)}}.text-editor__item_bold .icon{width:0.4375rem;height:0.625rem;background-size:contain;background-repeat:no-repeat}.text-editor__item_italic{background-position:center;background-repeat:no-repeat;cursor:pointer}.text-editor__item_italic .icon{background-image:url(https://e1.edimdoma.ru/assets/forms/text-editor/italic-3b02b1e2ad7ad709642ff217a576a88f3ea1b78566828ea7a994541070be7186.png#texteditor);background-size:0.3125rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.text-editor__item_italic .icon{background-image:url(https://e0.edimdoma.ru/assets/forms/text-editor/italic@2x-1ccd6773ab6eef89c13bb4b4845ca85678a63cd80db14a5e7091f0d3230a2068.png#texteditor)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.text-editor__item_italic .icon{background-image:url(https://e3.edimdoma.ru/assets/forms/text-editor/italic@3x-1c248f40bcbb91b689264acbe238e0e8addfd14c1c50f54853c4804ac1e1c5ed.png#texteditor)}}.text-editor__item_italic:hover .icon{background-image:url(https://e2.edimdoma.ru/assets/forms/text-editor/italic_hover-3b1cc2e920fcbedc86369b35fc3c62b1be68f1a6baad768997dd2b629f76b7a7.png#texteditor);background-size:0.3125rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.text-editor__item_italic:hover .icon{background-image:url(https://e1.edimdoma.ru/assets/forms/text-editor/italic_hover@2x-1a494a2dc5b5ae7c85727664607b7adb2a25ec6e6dcfd7b616a1baa489c82f8b.png#texteditor)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.text-editor__item_italic:hover .icon{background-image:url(https://e0.edimdoma.ru/assets/forms/text-editor/italic_hover@3x-88c05d98b6397bb73b5dbd66b13cadba1746d45d0cc4a3841402a81a2326b16f.png#texteditor)}}.text-editor__item_italic.active .icon{background-image:url(https://e1.edimdoma.ru/assets/forms/text-editor/italic_active-3b1cc2e920fcbedc86369b35fc3c62b1be68f1a6baad768997dd2b629f76b7a7.png#texteditor);background-size:0.3125rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.text-editor__item_italic.active .icon{background-image:url(https://e1.edimdoma.ru/assets/forms/text-editor/italic_active@2x-1a494a2dc5b5ae7c85727664607b7adb2a25ec6e6dcfd7b616a1baa489c82f8b.png#texteditor)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.text-editor__item_italic.active .icon{background-image:url(https://e0.edimdoma.ru/assets/forms/text-editor/italic_active@3x-88c05d98b6397bb73b5dbd66b13cadba1746d45d0cc4a3841402a81a2326b16f.png#texteditor)}}.text-editor__item_italic .icon{width:0.3125rem;height:0.6875rem;background-size:contain;background-repeat:no-repeat}.text-editor__item_quote{background-position:center;background-repeat:no-repeat;cursor:pointer}.text-editor__item_quote .icon{background-image:url(https://e0.edimdoma.ru/assets/forms/text-editor/quote-1f92ed66298a8b08336b410a2a5d98862b9f4a4592ca8964eb3b4805b9610962.png#texteditor);background-size:1.125rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.text-editor__item_quote .icon{background-image:url(https://e0.edimdoma.ru/assets/forms/text-editor/quote@2x-4694386a206f28ba7dc7a3fc15e366ba0b7fd6d3bfacf876281dca204ff2f2f5.png#texteditor)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.text-editor__item_quote .icon{background-image:url(https://e0.edimdoma.ru/assets/forms/text-editor/quote@3x-6eb40338c82c4f04246c3c2a2a15d2e488d3f3696e8a12b8fffb3b7037971229.png#texteditor)}}.text-editor__item_quote:hover .icon{background-image:url(https://e0.edimdoma.ru/assets/forms/text-editor/quote_hover-cd4cce97623610ce74260ab549da9da884a72ee147e9d1d6c02679df7a285cd5.png#texteditor);background-size:1.125rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.text-editor__item_quote:hover .icon{background-image:url(https://e0.edimdoma.ru/assets/forms/text-editor/quote_hover@2x-328a3a0b9be63cbe13a6ff0dfde0ee6f55e0b161323985cb73f8b2de7c77da2e.png#texteditor)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.text-editor__item_quote:hover .icon{background-image:url(https://e3.edimdoma.ru/assets/forms/text-editor/quote_hover@3x-67403f93ebbbc5ddccd00ab98ef83daee7dbe6cc34e89c0fa470e17ee20a4641.png#texteditor)}}.text-editor__item_quote.active .icon{background-image:url(https://e1.edimdoma.ru/assets/forms/text-editor/quote_active-cd4cce97623610ce74260ab549da9da884a72ee147e9d1d6c02679df7a285cd5.png#texteditor);background-size:1.125rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.text-editor__item_quote.active .icon{background-image:url(https://e0.edimdoma.ru/assets/forms/text-editor/quote_active@2x-328a3a0b9be63cbe13a6ff0dfde0ee6f55e0b161323985cb73f8b2de7c77da2e.png#texteditor)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.text-editor__item_quote.active .icon{background-image:url(https://e3.edimdoma.ru/assets/forms/text-editor/quote_active@3x-67403f93ebbbc5ddccd00ab98ef83daee7dbe6cc34e89c0fa470e17ee20a4641.png#texteditor)}}.text-editor__item_quote .icon{width:1.125rem;height:0.375rem;background-size:contain;background-repeat:no-repeat}.text-editor__item_link{background-position:center;background-repeat:no-repeat;cursor:pointer}.text-editor__item_link .icon{background-image:url(https://e0.edimdoma.ru/assets/forms/text-editor/link-318240e3479e5ba38b75dcada0304f569705e3ab8f425b8f69b446a6827ac8ac.png#texteditor);background-size:1.125rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.text-editor__item_link .icon{background-image:url(https://e0.edimdoma.ru/assets/forms/text-editor/link@2x-b5ff9cbacc42c78f64a5d111c4419b80cd571db601b20022e4161fd322f4a6f6.png#texteditor)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.text-editor__item_link .icon{background-image:url(https://e0.edimdoma.ru/assets/forms/text-editor/link@3x-da1371e4e8c4076afe9660d6d3ad4388cb5fd269e23059f689f7562b772cf0d0.png#texteditor)}}.text-editor__item_link:hover .icon{background-image:url(https://e0.edimdoma.ru/assets/forms/text-editor/link_hover-e527d0c6abb03999ffd4eff5807b7116d0351cab17e462c5d612e39c0cbbd607.png#texteditor);background-size:1.125rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.text-editor__item_link:hover .icon{background-image:url(https://e3.edimdoma.ru/assets/forms/text-editor/link_hover@2x-9e27459f07f59af56d51a330583715e69c2cdfbee955e18ee6112bd0a4343867.png#texteditor)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.text-editor__item_link:hover .icon{background-image:url(https://e3.edimdoma.ru/assets/forms/text-editor/link_hover@3x-c7dbfc238ea4483410a6fbb67c32c0a1932f9c6a0c4f0d6c817e05c13781c7e8.png#texteditor)}}.text-editor__item_link.active .icon{background-image:url(https://e1.edimdoma.ru/assets/forms/text-editor/link_active-e527d0c6abb03999ffd4eff5807b7116d0351cab17e462c5d612e39c0cbbd607.png#texteditor);background-size:1.125rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.text-editor__item_link.active .icon{background-image:url(https://e1.edimdoma.ru/assets/forms/text-editor/link_active@2x-9e27459f07f59af56d51a330583715e69c2cdfbee955e18ee6112bd0a4343867.png#texteditor)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.text-editor__item_link.active .icon{background-image:url(https://e1.edimdoma.ru/assets/forms/text-editor/link_active@3x-c7dbfc238ea4483410a6fbb67c32c0a1932f9c6a0c4f0d6c817e05c13781c7e8.png#texteditor)}}.text-editor__item_link .icon{width:1.125rem;height:0.875rem;background-size:contain;background-repeat:no-repeat}.text-editor__item_hr{background-position:center;background-repeat:no-repeat;cursor:pointer}.text-editor__item_hr .icon{background-image:url(https://e2.edimdoma.ru/assets/forms/text-editor/hr-c65c3f3d43989bcb8f26a55007d2daa6bf8a61083bad9bcc54d419a24e0c5d9b.png#texteditor);background-size:1.25rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.text-editor__item_hr .icon{background-image:url(https://e1.edimdoma.ru/assets/forms/text-editor/hr@2x-8eb6296de57b3cc271a36b110e6b6aac05214dc8d35110d527b478e8042dba64.png#texteditor)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.text-editor__item_hr .icon{background-image:url(https://e3.edimdoma.ru/assets/forms/text-editor/hr@3x-a239a60fe1837178b19ad6527836aac12d6f244fb5d8602f735ab55f4aa5b968.png#texteditor)}}.text-editor__item_hr:hover .icon{background-image:url(https://e2.edimdoma.ru/assets/forms/text-editor/hr_hover-552e8c5167d441b6cb016767b2d584a8ebd3cfc156d26dfcf47e5e36d1f5bd6d.png#texteditor);background-size:1.25rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.text-editor__item_hr:hover .icon{background-image:url(https://e2.edimdoma.ru/assets/forms/text-editor/hr_hover@2x-e47fe5183d66cca04c83cf4dc64be81386b69b46747f829d72847982bf19cb63.png#texteditor)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.text-editor__item_hr:hover .icon{background-image:url(https://e1.edimdoma.ru/assets/forms/text-editor/hr_hover@3x-f7b99cc85139945ebe58e73f2f766f12e16d2ec325578e40b7f1be1b7b2bf0eb.png#texteditor)}}.text-editor__item_hr.active .icon{background-image:url(https://e3.edimdoma.ru/assets/forms/text-editor/hr_active-552e8c5167d441b6cb016767b2d584a8ebd3cfc156d26dfcf47e5e36d1f5bd6d.png#texteditor);background-size:1.25rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.text-editor__item_hr.active .icon{background-image:url(https://e1.edimdoma.ru/assets/forms/text-editor/hr_active@2x-e47fe5183d66cca04c83cf4dc64be81386b69b46747f829d72847982bf19cb63.png#texteditor)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.text-editor__item_hr.active .icon{background-image:url(https://e2.edimdoma.ru/assets/forms/text-editor/hr_active@3x-f7b99cc85139945ebe58e73f2f766f12e16d2ec325578e40b7f1be1b7b2bf0eb.png#texteditor)}}.text-editor__item_hr .icon{width:1.25rem;height:0.875rem;background-size:contain;background-repeat:no-repeat}.text-editor__item_list{background-position:center;background-repeat:no-repeat;cursor:pointer}.text-editor__item_list .icon{background-image:url(https://e2.edimdoma.ru/assets/forms/text-editor/list-602035ae76c6d22ecfc6bb26ec40810253d486f98479267761379ec363e04fe4.png#texteditor);background-size:1rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.text-editor__item_list .icon{background-image:url(https://e3.edimdoma.ru/assets/forms/text-editor/list@2x-07bcc9f726b7621f32e63bded1b15929ea7b51c790a98b24c56d5a0f9872d7c7.png#texteditor)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.text-editor__item_list .icon{background-image:url(https://e3.edimdoma.ru/assets/forms/text-editor/list@3x-cb2bc6193549f2e56d31aed2a3076702804dd3df2cf61d13f730e32f87e41861.png#texteditor)}}.text-editor__item_list:hover .icon{background-image:url(https://e2.edimdoma.ru/assets/forms/text-editor/list_hover-9aaaf09547644bc9b5d12712749f36897852700b36ea3e615cc4e1765f5d8212.png#texteditor);background-size:1rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.text-editor__item_list:hover .icon{background-image:url(https://e1.edimdoma.ru/assets/forms/text-editor/list_hover@2x-162658eddc7d478357edb3c753c56b2f97cb37b94c3b1eaf640b9fbd080512bd.png#texteditor)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.text-editor__item_list:hover .icon{background-image:url(https://e2.edimdoma.ru/assets/forms/text-editor/list_hover@3x-444e697506ca70ee1d808b5e56f83be5fa17bfaee55d0731ffd61d9475da6678.png#texteditor)}}.text-editor__item_list.active .icon{background-image:url(https://e3.edimdoma.ru/assets/forms/text-editor/list_active-9aaaf09547644bc9b5d12712749f36897852700b36ea3e615cc4e1765f5d8212.png#texteditor);background-size:1rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.text-editor__item_list.active .icon{background-image:url(https://e3.edimdoma.ru/assets/forms/text-editor/list_active@2x-162658eddc7d478357edb3c753c56b2f97cb37b94c3b1eaf640b9fbd080512bd.png#texteditor)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.text-editor__item_list.active .icon{background-image:url(https://e0.edimdoma.ru/assets/forms/text-editor/list_active@3x-444e697506ca70ee1d808b5e56f83be5fa17bfaee55d0731ffd61d9475da6678.png#texteditor)}}.text-editor__item_list .icon{width:1rem;height:0.625rem;background-size:contain;background-repeat:no-repeat}.text-editor__item_image{background-position:center;background-repeat:no-repeat;cursor:pointer}.text-editor__item_image .icon{background-image:url(https://e0.edimdoma.ru/assets/forms/text-editor/image-59b753413e159b5e81545a370bee0e6e23525a22a997b3644f55d8660b185d76.png#texteditor);background-size:1.25rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.text-editor__item_image .icon{background-image:url(https://e3.edimdoma.ru/assets/forms/text-editor/image@2x-965d83b9c2c1d109f7b40a86692c43acf3fe0afa089c6540f295d5da02a9a3ca.png#texteditor)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.text-editor__item_image .icon{background-image:url(https://e3.edimdoma.ru/assets/forms/text-editor/image@3x-63c82b2fca56177806c5dd71795454b17167a8f717a4c4aa9f4d9ab0f4bacb45.png#texteditor)}}.text-editor__item_image:hover .icon{background-image:url(https://e1.edimdoma.ru/assets/forms/text-editor/image_hover-104dd262b319ab02f09e376f19b8ea2c20a17a055b19ec60612aa12c372fda5a.png#texteditor);background-size:1.25rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.text-editor__item_image:hover .icon{background-image:url(https://e3.edimdoma.ru/assets/forms/text-editor/image_hover@2x-af2d2026781a116a42d2b801da4476a19181282e8fca984e085dd6aa1af38648.png#texteditor)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.text-editor__item_image:hover .icon{background-image:url(https://e2.edimdoma.ru/assets/forms/text-editor/image_hover@3x-44aeaf5a8ab376cb7fe74f30318b68f572ede211574b1ff5c91f7a59c02bd3c2.png#texteditor)}}.text-editor__item_image.active .icon{background-image:url(https://e0.edimdoma.ru/assets/forms/text-editor/image_active-104dd262b319ab02f09e376f19b8ea2c20a17a055b19ec60612aa12c372fda5a.png#texteditor);background-size:1.25rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.text-editor__item_image.active .icon{background-image:url(https://e2.edimdoma.ru/assets/forms/text-editor/image_active@2x-af2d2026781a116a42d2b801da4476a19181282e8fca984e085dd6aa1af38648.png#texteditor)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.text-editor__item_image.active .icon{background-image:url(https://e3.edimdoma.ru/assets/forms/text-editor/image_active@3x-44aeaf5a8ab376cb7fe74f30318b68f572ede211574b1ff5c91f7a59c02bd3c2.png#texteditor)}}.text-editor__item_image .icon{width:1.25rem;height:1.25rem;background-size:contain;background-repeat:no-repeat}.text-editor__item_video{background-position:center;background-repeat:no-repeat;cursor:pointer}.text-editor__item_video .icon{background-image:url(https://e1.edimdoma.ru/assets/forms/text-editor/video-4e8433933f969e765bb8c190bb2600956fa2ecb07e7bac0e284556166bf76144.png#texteditor);background-size:1.25rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.text-editor__item_video .icon{background-image:url(https://e3.edimdoma.ru/assets/forms/text-editor/video@2x-2b2836572acc64c3b19715abe6e2ba5784fc4fc1262760b3a6cca2a11dd7a9c9.png#texteditor)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.text-editor__item_video .icon{background-image:url(https://e3.edimdoma.ru/assets/forms/text-editor/video@3x-af1ffd2e8c5dceac91a3f0a570bbc14031adc5bf2bbd69bde6cac35f3b46aca3.png#texteditor)}}.text-editor__item_video:hover .icon{background-image:url(https://e1.edimdoma.ru/assets/forms/text-editor/video_hover-9a04398ce16f6ec1acba5fb6496d0925417045215fbe4c00e25dd27f56ae6bf0.png#texteditor);background-size:1.25rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.text-editor__item_video:hover .icon{background-image:url(https://e0.edimdoma.ru/assets/forms/text-editor/video_hover@2x-41c25fdf7b610d75912ebf2c3c4fdd83a7135c3bc615bed2bd3a4a01bc61077c.png#texteditor)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.text-editor__item_video:hover .icon{background-image:url(https://e3.edimdoma.ru/assets/forms/text-editor/video_hover@3x-327c56fa44bc3fa8fe501c1d95b63565dce342c275010ea8f0caae35912a1df3.png#texteditor)}}.text-editor__item_video.active .icon{background-image:url(https://e2.edimdoma.ru/assets/forms/text-editor/video_active-9a04398ce16f6ec1acba5fb6496d0925417045215fbe4c00e25dd27f56ae6bf0.png#texteditor);background-size:1.25rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.text-editor__item_video.active .icon{background-image:url(https://e3.edimdoma.ru/assets/forms/text-editor/video_active@2x-41c25fdf7b610d75912ebf2c3c4fdd83a7135c3bc615bed2bd3a4a01bc61077c.png#texteditor)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.text-editor__item_video.active .icon{background-image:url(https://e0.edimdoma.ru/assets/forms/text-editor/video_active@3x-327c56fa44bc3fa8fe501c1d95b63565dce342c275010ea8f0caae35912a1df3.png#texteditor)}}.text-editor__item_video .icon{width:1.25rem;height:1.25rem;background-size:contain;background-repeat:no-repeat}.text-editor__item_emoji{background-position:center;background-repeat:no-repeat;cursor:pointer}.text-editor__item_emoji .icon{background-image:url(https://e0.edimdoma.ru/assets/forms/text-editor/emoji-0b57d4a384c3b968972f82ed1f20580783b503b34692812dcf99a8cffef8977d.png#texteditor);background-size:1.25rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.text-editor__item_emoji .icon{background-image:url(https://e2.edimdoma.ru/assets/forms/text-editor/emoji@2x-04276b5576b2bbbf7aa8db0760caf9acd91dce31f9b620052334d9b8e1cc6740.png#texteditor)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.text-editor__item_emoji .icon{background-image:url(https://e1.edimdoma.ru/assets/forms/text-editor/emoji@3x-97d8bb2508da5f7f184f2d4f73e1fba8161c1b6e7eaca1094fce3f8e710c4e07.png#texteditor)}}.text-editor__item_emoji:hover .icon{background-image:url(https://e1.edimdoma.ru/assets/forms/text-editor/emoji_hover-0784598bf5fedb2e76805792e105e5121bde11dc5b2b1e802f349fc271cbd8ef.png#texteditor);background-size:1.25rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.text-editor__item_emoji:hover .icon{background-image:url(https://e0.edimdoma.ru/assets/forms/text-editor/emoji_hover@2x-434c86a7f96d5798285d8040c41fb0db280f5dce4bd546f21a4fe1f3a61062e2.png#texteditor)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.text-editor__item_emoji:hover .icon{background-image:url(https://e3.edimdoma.ru/assets/forms/text-editor/emoji_hover@3x-12c22be863820f9f945bce1046400d7970fba88beadc4249091fa0eae986436b.png#texteditor)}}.text-editor__item_emoji.active .icon{background-image:url(https://e2.edimdoma.ru/assets/forms/text-editor/emoji_active-0784598bf5fedb2e76805792e105e5121bde11dc5b2b1e802f349fc271cbd8ef.png#texteditor);background-size:1.25rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.text-editor__item_emoji.active .icon{background-image:url(https://e1.edimdoma.ru/assets/forms/text-editor/emoji_active@2x-434c86a7f96d5798285d8040c41fb0db280f5dce4bd546f21a4fe1f3a61062e2.png#texteditor)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.text-editor__item_emoji.active .icon{background-image:url(https://e2.edimdoma.ru/assets/forms/text-editor/emoji_active@3x-12c22be863820f9f945bce1046400d7970fba88beadc4249091fa0eae986436b.png#texteditor)}}.text-editor__item_emoji .icon{width:1.25rem;height:1.25rem;background-size:contain;background-repeat:no-repeat}.text-editor__item:before{content:"";width:0.0625rem;height:1rem;background-color:#CCC;position:absolute;top:50%;left:0;margin-top:-0.5rem}.text-editor__item .icon{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}.text-editor__textarea{width:100%;min-height:28.125rem;box-sizing:border-box;padding:1.25rem;border:none;outline:none;resize:none}.upload-image{display:block;position:relative;width:100%;height:100%;min-height:9.375rem;background-color:#FBF8F6;cursor:pointer;overflow:hidden;border:0.0625rem solid #FBF8F6;box-sizing:border-box}.upload-image.error{border-color:#ff451c}.upload-image.error .upload-image__icon-text{color:#ff451c}.upload-image.error .warning-icon{display:inline-block}.upload-image.error .warning-icon:hover+.error-message{display:block}.upload-image.preview .upload-image__icon{opacity:0}.upload-image.preview:hover .upload-image__icon{opacity:1;color:white}.upload-image.preview:hover .upload-image__overlay{opacity:0.5}.upload-image__img{width:100%}.upload-image__overlay{position:absolute;top:0;right:0;left:0;bottom:0;background:black;opacity:0;transition:opacity 0.25s ease}.upload-image__remove-image{display:block;width:1.875rem;height:1.875rem;background-color:#FFF;border-radius:0.9375rem;box-shadow:0 0.0625rem 0.25rem rgba(0,0,0,0.3);position:absolute;top:1.25rem;right:1.25rem;cursor:pointer;text-align:center;line-height:1.875rem;color:#ccc}.upload-image__remove-image .fonticon{display:inline-block;vertical-align:middle;font-size:0.625rem;margin-right:-0.0625rem}.upload-image__remove-image:hover{color:#ff391e}.upload-image__icon{background:center top no-repeat;background-image:url(https://e1.edimdoma.ru/assets/forms/upload-image-77dd7ffc8e9adff14e1bfbb68fe5d659113d913f67431fc332c54c60d04aeaa6.png);background-size:3.125rem auto;padding-top:3.4375rem;color:#999;font-size:0.875rem;font-weight:400;text-align:center;position:absolute;top:50%;left:0;right:0;margin-top:-2.28125rem;transition:background 0.25s ease, opacity 0.25s ease, color 0.25s ease}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.upload-image__icon{background-image:url(https://e2.edimdoma.ru/assets/forms/upload-image@2x-f49f881cdee6f476f3b07ba378a5d6d95cb2e3e7121dde4e7ef14eba007cf265.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.upload-image__icon{background-image:url(https://e0.edimdoma.ru/assets/forms/upload-image@3x-ab85d49d9aaeeb4ea6c86d36e690ad95eece913b9993ef8beb78ff4d76a93bc0.png)}}@media only screen and (max-width: 599px){html:not(.old) .upload-image__icon{padding-left:0.625rem;padding-right:0.625rem}}.upload-image__drag-n-drop-area{display:none;position:absolute;top:0.625rem;left:0.625rem;right:0.625rem;bottom:0.625rem;border:0.0625rem dashed #ff391e;background-color:#EEE7E3}.upload-image__icon-text{display:inline-block;vertical-align:middle}.upload-image__loader{width:13.75rem;height:4.3125rem;display:block;color:#666;font-family:"Open Sans";font-size:0.75rem;font-weight:400;text-transform:uppercase;text-align:center;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}.upload-image__loader-title{display:block;margin-bottom:1.0625rem}.upload-image__bar-container{display:block;width:13.625rem;height:0.1875rem;border:0.0625rem solid #ff391e;border-radius:0.1875rem;margin-bottom:0.9375rem}.upload-image__loading-bar{display:block;width:63%;height:100%;background:#ff391e}.upload-image:hover .upload-image__icon{background-image:url(https://e1.edimdoma.ru/assets/forms/upload-image_hover-f73ac2f39cbe59d6852ce0a1cca2fcc98b835e3b3f1da092e617809e8d7da6c3.png);background-size:3.125rem auto;color:#000}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.upload-image:hover .upload-image__icon{background-image:url(https://e1.edimdoma.ru/assets/forms/upload-image_hover@2x-5654d0bd6b261385a5fd8e9320be625eb0b8907d849d09e84131f5ba20d3afe5.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.upload-image:hover .upload-image__icon{background-image:url(https://e0.edimdoma.ru/assets/forms/upload-image_hover@3x-1fb5bd0fbf6719ea2629b74c73c5dff3dfb4bd75916349eb51148254c78c620e.png)}}.upload-image:hover .upload-image__drag-n-drop-area{display:block}.upload-image_new-post{width:auto;margin:0 -1.25rem;min-height:21.25rem}.upload-image_new-post img{max-width:100%;display:block;margin:0 auto;height:auto;max-height:25rem}.upload-image_new-part{width:auto;margin:0 -1.25rem;min-height:13.125rem}.upload-image_new-part img{max-width:100%;display:block;margin:0 auto;height:auto;max-height:15rem}.upload-image_new-part input{width:100%;overflow:visible;height:100%;z-index:2345}.upload-image.loaded .upload-image__icon{display:none}.sort-container{position:relative}.sort-container:after{content:"";display:block;clear:both}.sort-container_photos{margin-right:3.625rem}.sort-container__label{font-size:0.8125rem;color:#4D4D4D;font-weight:400;float:left}@media only screen and (max-width: 1023px){html:not(.old) .sort-container__label{display:none}}.sort-selectbox{float:left;position:relative;padding-right:1.25rem;margin-left:0.3125rem;cursor:pointer}.sort-selectbox__selected-value{font-size:0.8125rem;color:#242424;font-weight:700}.sort-selectbox__icon{background-position:center;background-repeat:no-repeat;cursor:pointer;position:absolute;top:50%;right:0;margin-top:-0.25rem}.sort-selectbox__icon{background-image:url(https://e2.edimdoma.ru/assets/forms/selectbox-arrow-down-52154cd186676eb6f4003318707405ca70d2bfba59108a96020d318ba37298e9.png);background-size:0.75rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.sort-selectbox__icon{background-image:url(https://e0.edimdoma.ru/assets/forms/selectbox-arrow-down@2x-49815c4af64b67ddbce6c46c464ee428bafd14fd0a254143726aef128db6c8d0.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.sort-selectbox__icon{background-image:url(https://e0.edimdoma.ru/assets/forms/selectbox-arrow-down@3x-b29eaf290179e703aa38dfa9b7ee55d565e36b8601900aeb3c524f6cb2f7c15a.png)}}.sort-selectbox__icon:hover{background-image:url(https://e1.edimdoma.ru/assets/forms/selectbox-arrow-down_hover-b5317303b8cbea1ea8d244672497cb83c8bb7aad046dd985de29d9620d2dff70.png);background-size:0.75rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.sort-selectbox__icon:hover{background-image:url(https://e1.edimdoma.ru/assets/forms/selectbox-arrow-down_hover@2x-00d7d83a0b4b8b0ddd4527a14d0dc1fcfd2a1ae7953112b553d9fd7786bb4ca6.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.sort-selectbox__icon:hover{background-image:url(https://e2.edimdoma.ru/assets/forms/selectbox-arrow-down_hover@3x-5bd06d688a04db634d4b008bec7d98b329bebd436d9896648a2b086cd851dab2.png)}}.sort-selectbox__icon{width:0.75rem;height:0.5rem;background-size:contain;background-repeat:no-repeat}.sort-selectbox.active .sort-selectbox__icon{background-position:center;background-repeat:no-repeat}.sort-selectbox.active .sort-selectbox__icon{background-image:url(https://e1.edimdoma.ru/assets/forms/selectbox-arrow-up-d37dde1f321139ba9630ebd1b1a77d270347e67d4066e67c0cdb26e95bed3995.png);background-size:0.8125rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.sort-selectbox.active .sort-selectbox__icon{background-image:url(https://e0.edimdoma.ru/assets/forms/selectbox-arrow-up@2x-f2c472fef206fad2da2ef87c74f3878c7fe39348de19927c8566095cf15869f4.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.sort-selectbox.active .sort-selectbox__icon{background-image:url(https://e3.edimdoma.ru/assets/forms/selectbox-arrow-up@3x-ff8405c3b7fdeef04677e948a11d380be3b4b6a81168012d6ad93be5ec257a29.png)}}.sort-selectbox.active .sort-selectbox__icon{width:0.8125rem;height:0.5rem;background-size:contain;background-repeat:no-repeat}.radio{display:inline-block;color:#242424;font-family:"Open Sans";font-size:0.875rem;font-weight:700;cursor:pointer}.field .radio{font-weight:normal;line-height:2.375rem;height:2.375rem}.field .radio+.radio{margin-left:1.25rem}.field .radio__input+span:before{top:0.5625rem}.radio:hover .radio__input+span:before{border-color:#303030}.radio_disabled{cursor:default}.radio_disabled .radio__input+span::before{background-position:center;background-repeat:no-repeat;border:none}.radio_disabled .radio__input+span::before{background-image:url(https://e3.edimdoma.ru/assets/forms/radio-disabled-b0717fccf5d5509875f828755ab8a53eaaa9f62b589c1c2c7b806ef04f2aeb2f.png);background-size:1.3125rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.radio_disabled .radio__input+span::before{background-image:url(https://e2.edimdoma.ru/assets/forms/radio-disabled@2x-6ea5478ac77aaea55f15680a93257eb673b665364632ad371a01ac336c71113a.png)}}.radio_disabled .radio__input+span::before{width:1.3125rem;height:1.25rem;background-size:contain;background-repeat:no-repeat}.radio_disabled .radio__input:checked+span::before{background-position:center;background-repeat:no-repeat;border:none}.radio_disabled .radio__input:checked+span::before{background-image:url(https://e3.edimdoma.ru/assets/forms/radio-disabled-b0717fccf5d5509875f828755ab8a53eaaa9f62b589c1c2c7b806ef04f2aeb2f.png);background-size:1.3125rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.radio_disabled .radio__input:checked+span::before{background-image:url(https://e2.edimdoma.ru/assets/forms/radio-disabled@2x-6ea5478ac77aaea55f15680a93257eb673b665364632ad371a01ac336c71113a.png)}}.radio_disabled .radio__input:checked+span::before{width:1.3125rem;height:1.25rem;background-size:contain;background-repeat:no-repeat}.radio__input{display:none}.radio__input+span{display:block;position:relative;padding-left:1.875rem}.radio__input+span:before{content:"";width:1.125rem;height:1.125rem;background-color:#FFF;border-radius:0.625rem;border:0.0625rem solid #e7e7e7;position:absolute;top:-0.0625rem;left:0}.radio__input:checked+span::before{background-position:center;background-repeat:no-repeat;border:none}.radio__input:checked+span::before{background-image:url(https://e0.edimdoma.ru/assets/forms/radio-checked-7a759e5bf989ddeaded2ecfa4ab958530c87f461fbb08cfa09e90e1b9d4c4fa5.png);background-size:1.3125rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.radio__input:checked+span::before{background-image:url(https://e0.edimdoma.ru/assets/forms/radio-checked@2x-e67375874283c3f1a829b7daee664b17d85318bd133ff8bffe98afb90fce77d7.png)}}.radio__input:checked+span::before{width:1.3125rem;height:1.25rem;background-size:contain;background-repeat:no-repeat}.checkbox{display:inline-block;color:#242424;font-family:"Open Sans";font-size:0.875rem;font-weight:700;cursor:pointer}.field .checkbox{font-weight:normal;line-height:2.375rem;height:2.375rem}.field .checkbox+.checkbox{margin-left:0.625rem}.field .checkbox__input+span:before{top:0.625rem}.field_preparation .checkbox{font-weight:700}.field_preparation .checkbox .checkbox__input+span:before{top:0}.checkbox:hover .checkbox__input+span:before{border-color:#303030}@media only screen and (max-width: 1023px){html:not(.old) .checkbox:hover .checkbox__input+span:before{border-color:#e7e7e7}}.checkbox_disabled{cursor:default}.checkbox_disabled .checkbox__input+span::before{background-position:center;background-repeat:no-repeat;border:none}.checkbox_disabled .checkbox__input+span::before{background-image:url(https://e3.edimdoma.ru/assets/forms/checkbox-disabled-d64871d009a17ebc8dd1c1522c4abe8d0fdb85758d2d6bd2ec754795edd0f5e3.png);background-size:1.25rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.checkbox_disabled .checkbox__input+span::before{background-image:url(https://e0.edimdoma.ru/assets/forms/checkbox-disabled@2x-d68fdd7cfff5668c02a1515838ee993c9f5d7fa5d4f5398abd0bddbfd4206eb9.png)}}.checkbox_disabled .checkbox__input+span::before{width:1.25rem;height:1.25rem;background-size:contain;background-repeat:no-repeat}.checkbox_disabled .checkbox__input:checked+span::before{background-position:center;background-repeat:no-repeat;border:none}.checkbox_disabled .checkbox__input:checked+span::before{background-image:url(https://e3.edimdoma.ru/assets/forms/checkbox-disabled-d64871d009a17ebc8dd1c1522c4abe8d0fdb85758d2d6bd2ec754795edd0f5e3.png);background-size:1.25rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.checkbox_disabled .checkbox__input:checked+span::before{background-image:url(https://e0.edimdoma.ru/assets/forms/checkbox-disabled@2x-d68fdd7cfff5668c02a1515838ee993c9f5d7fa5d4f5398abd0bddbfd4206eb9.png)}}.checkbox_disabled .checkbox__input:checked+span::before{width:1.25rem;height:1.25rem;background-size:contain;background-repeat:no-repeat}.checkbox__input{display:none}.checkbox__input+span{display:block;position:relative;padding-left:1.875rem;line-height:1.25rem}.checkbox__input+span:hover .checkbox-info-container{display:block}@media only screen and (max-width: 1023px){html:not(.old) .checkbox__input+span:hover .checkbox-info-container{display:inline-block}}.checkbox__input+span:before{content:"";width:1.125rem;height:1.125rem;background-color:#FFF;border-radius:0.125rem;border:0.0625rem solid #e7e7e7;position:absolute;top:0;left:0}.checkbox__input:checked+span::before{background-position:center;background-repeat:no-repeat;border:none}.checkbox__input:checked+span::before{background-image:url(https://e3.edimdoma.ru/assets/forms/checkbox-checked-1a2cae244d19634ead2a949121e00c43c852ce8d47a43bf8d365703a6e35bf04.png);background-size:1.25rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.checkbox__input:checked+span::before{background-image:url(https://e3.edimdoma.ru/assets/forms/checkbox-checked@2x-a200155b5377d49615e1305307b35e3229f0081c48ad7d540fff39105c9120ae.png)}}.checkbox__input:checked+span::before{width:1.25rem;height:1.25rem;background-size:contain;background-repeat:no-repeat}.checkbox-info-container{display:none;width:100%;height:1.25rem;position:absolute;top:0;left:0;padding-right:2.5rem;z-index:2}@media only screen and (max-width: 1023px){html:not(.old) .checkbox-info-container{width:1.25rem;height:1.25rem;background:center no-repeat;background-image:url(https://e0.edimdoma.ru/assets/recipes/question-493a89adfa9beb6df33033d82d27dadbb38b4846b1cb24ee722c6ca29d7a948c.png);background-size:0.4375rem auto;padding:0;position:static;border:solid 0.125rem #000000;border-radius:50%;vertical-align:middle;opacity:0.3}}@media only screen and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 1.5){html:not(.old) .checkbox-info-container{background-image:url(https://e1.edimdoma.ru/assets/recipes/question@2x-15d102a29034d739d7e2cebf98bb4e78b3bd124a0050079276024d2db3649860.png)}}@media only screen and (max-width: 1023px){html:not(.old) .checkbox-info-container.showtip{opacity:1}}.checkbox-info-container.showtip .checkbox-info{display:block}.checkbox-info{width:23.0625rem;padding:1.25rem 1.25rem 0 1.25rem;box-sizing:border-box;background-color:#fefefe;border-radius:0.25rem;box-shadow:0 0 0.625rem rgba(0,0,0,0.1);position:absolute;top:-2.5rem;right:-21.5625rem;white-space:normal;z-index:2}@media only screen and (max-width: 1023px){html:not(.old) .checkbox-info{width:18.75rem;border-radius:0.625rem;box-shadow:0 0 0.375rem 0 rgba(72,44,4,0.3);display:none;top:auto;left:-0.625rem;right:auto;bottom:150%}}.checkbox-info:before{content:"";position:absolute;transform:rotate(45deg);width:15Px;height:15Px;top:2.625rem;left:-0.5rem;z-index:-1;box-shadow:0 0 0.625rem rgba(0,0,0,0.1)}@media only screen and (max-width: 1023px){html:not(.old) .checkbox-info:before{display:none}}.checkbox-info:after{content:"";border-top:0.625rem solid transparent;border-right:0.625rem solid white;border-bottom:0.625rem solid transparent;position:absolute;left:-0.625rem;top:2.5rem}@media only screen and (max-width: 1023px){html:not(.old) .checkbox-info:after{display:none}}.checkbox-info__blanker{position:absolute;top:2.1875rem;left:0;background:#fff;width:1.25rem;height:1.875rem;z-index:1}.checkbox-info__image-container{width:3.75rem;height:3.75rem;background-color:grey;border:0.0625rem solid #f2f2f2;border-radius:0.125rem;position:relative;overflow:hidden;float:left;margin:0 1.25rem 0.9375rem 0}@media only screen and (max-width: 1023px){html:not(.old) .checkbox-info__image-container{width:3.125rem;height:3.125rem;border:none;border-radius:0}}.checkbox-info__image-container img{height:100%}.checkbox-info__head-info{float:left;padding-top:0.625rem;margin-bottom:0.9375rem}@media only screen and (max-width: 1023px){html:not(.old) .checkbox-info__head-info{padding-top:0.3125rem;font-size:1rem}}.checkbox-info__name{color:#242424;font-family:"Noto Serif";font-size:0.875rem;font-weight:700}.checkbox-info__type{color:#999;font-family:"Open Sans";font-size:0.75rem;font-style:italic}.checkbox-info__description{clear:both;color:#4d4d4d;font-family:"Noto Serif";font-size:0.8125rem;font-weight:400;line-height:1.25rem;margin-bottom:1.5625rem}@media only screen and (max-width: 1023px){html:not(.old) .checkbox-info__description{margin-bottom:1.25rem}}.checkbox-info__learn-more{display:block;height:3rem;margin:0 -1.25rem;border-top:0.0625rem solid #ddd;color:#4d4d4d;font-family:"Open Sans";font-size:0.75rem;font-weight:700;text-transform:uppercase;text-decoration:none;line-height:3rem;text-align:center}@media only screen and (max-width: 1023px){html:not(.old) .checkbox-info__learn-more{height:3.125rem;line-height:3.125rem}}.checkbox-info__learn-more:hover{color:#EF4E46}.field{position:relative}@media only screen and (max-width: 599px){html:not(.old) .field{margin-top:1rem}html:not(.old) .field:first-child{margin-top:0}}.field_w80{width:5rem}@media only screen and (max-width: 599px){html:not(.old) .field_w80{width:5rem !important}}.field_w100{width:6.25rem}.field_w104{width:6.5rem;margin-right:1.5625rem}.field_w116{width:7.25rem}@media only screen and (max-width: 599px){html:not(.old) .field_w116{width:calc(100% - 6.25rem) !important}}.field_w120{width:7.5rem}.field_w139{width:8.6875rem}.field_w240{width:15rem}.field_w260{width:16.25rem}.field_w278{width:17.375rem}.field_w294{width:18.375rem}.field_w390{width:24.375rem}@media only screen and (max-width: 1023px){html:not(.old) .field_w390{width:18.75rem !important}}@media only screen and (max-width: 479px){html:not(.old) .field_w390{width:100% !important}}.field+.field{margin-left:0.9375rem}@media only screen and (max-width: 599px){html:not(.old) .field+.field{margin-left:0}}.field_clock .field__container{float:left;width:2.8125rem}.field_clock .field__input{padding:0 0.9375rem}.field_clock .measure+.field__container{margin-left:0.9375rem}.field_preparation-time{margin-left:5.8125rem}.field_person .field__container{float:left;width:5rem}.field__label_w120{width:7.5rem;display:inline-block}.field__label_w139{width:8.6875rem;display:inline-block}.field__label_w104{width:6.5rem;display:inline-block}.field__label:hover .field__container{border-color:#363636}@media only screen and (max-width: 1023px){html:not(.old) .field__label:hover .field__container{border-color:#e6e6e6}}.field__label:hover .field__container.focus{border-color:#66cc66}.field__label:hover .field__container_radio{border-color:transparent}.field__label_error{position:relative}.field__label_error .field__labelvalue{margin-left:1.625rem;color:#ff451c}.field__label_error .field__container{border-color:#ff451c}.field__label_error .field__container_radio{border-color:#ff451c}.field__label_error .field__input{color:#ff451c !important}.field__label_error .field__input::-webkit-input-placeholder{color:#ff451c !important}.field__label_error .field__input:-moz-placeholder{color:#ff451c !important}.field__label_error .field__input::-moz-placeholder{color:#ff451c !important}.field__label_error .field__input:-ms-input-placeholder{color:#ff451c !important}.field__label_error .selectize-input{border-color:#ff451c}.field__label_error .warning-icon{display:block}.field__label_error .warning-icon:hover+.error-message{display:block}.field__label+.field__label{margin-left:0.9375rem}.field__labelvalue{display:inline-block;font-size:0.875rem;font-weight:700;color:#242424;margin-bottom:0.9375rem;white-space:nowrap}@media only screen and (max-width: 599px){html:not(.old) .field__labelvalue{margin-bottom:0.5rem;white-space:unset}}.field__labelvalue_solo{display:block}.field__labelvalue_empty{height:1.125rem}.field__required{display:inline-block;font-size:0.875rem;font-weight:700;color:#FF3C20;margin-bottom:0.9375rem}@media only screen and (max-width: 599px){html:not(.old) .field__required{margin:0}}.field__container{border:0.0625rem solid #e6e6e6;background-color:#FFF;border-radius:0.25rem;height:2.375rem;transition:border-color 0.25s ease;padding:0 0 0 0;position:relative;display:block;overflow:hidden}.field__container.focus{border-color:#66cc66}.field__input{outline:none;border:none;background:transparent;height:100%;width:100%;box-sizing:border-box;font-size:0.875rem;font-weight:400;padding:0 1.25rem;border-radius:0.25rem}.field__input::-webkit-input-placeholder{color:#B3B3B3}.field__input:-moz-placeholder{color:#B3B3B3}.field__input::-moz-placeholder{color:#B3B3B3}.field__input:-ms-input-placeholder{color:#B3B3B3}.field__sidebar{position:absolute;top:0;right:0;height:100%;width:0;background:transparent;border:0}.field_collection .field__container{border-color:transparent;background:transparent;padding-left:0}.field_error .field__container{border-color:#ff451c;overflow:visible}.field_error .field__container_radio{padding-left:2.375rem}.field_error .field__input{padding-left:2.375rem;color:#ff451c !important}.field_error .field__input::-webkit-input-placeholder{color:#ff451c !important}.field_error .field__input:-moz-placeholder{color:#ff451c !important}.field_error .field__input::-moz-placeholder{color:#ff451c !important}.field_error .field__input:-ms-input-placeholder{color:#ff451c !important}.field_error:hover .field__container{border-color:#ff451c}.field_error:hover .field__container_radio{border-color:#ff451c}.field_error .warning-icon{display:block}.field_error .warning-icon:hover+.error-message{display:block}.field_error .selectize-input{border-color:#ff451c;padding-left:2.375rem}.field_valid .field__container{border-color:red}.field_disabled .field__container{border-color:#ccc}.field_inline{display:inline-block;vertical-align:top}@media only screen and (max-width: 599px){html:not(.old) .field_inline{width:100%}}@media only screen and (max-width: 1023px){html:not(.old) .field_big{width:100%}}.field_big .field__container{height:3.875rem}.field_big .field__input{font-family:"Noto Serif";font-size:1.375rem;font-weight:700}.field_big .field__input::-webkit-input-placeholder{color:#B3B3B3}.field_big .field__input:-moz-placeholder{color:#B3B3B3}.field_big .field__input::-moz-placeholder{color:#B3B3B3}.field_big .field__input:-ms-input-placeholder{color:#B3B3B3}@media only screen and (max-width: 599px){html:not(.old) .field_big .field__input{font-size:1rem}}.field_medium .field__container{height:3.125rem}.field_medium .field__input{color:#B3B3B3;font-weight:700}.field_one-line:after{content:"";display:block;clear:both}.field_one-line+.field_one-line{margin-left:0}.field_one-line .field__labelvalue{float:left;line-height:2.5rem;margin-bottom:0.625rem}.field_one-line .field__container{float:right}.field_one-line .selectbox{float:right}.field_new-message.field_error .field__container{border-color:#ff451c}.error-message{display:none;max-width:18.4375rem;padding:0.3125rem 0.5625rem;background-color:red;border-radius:0.25rem;box-shadow:0 0.0625rem 0.25rem rgba(71,44,6,0.2);position:absolute;top:2.1875rem;left:-0.5625rem;color:white;font-family:"Open Sans";font-size:0.8125rem;font-weight:400;line-height:normal;z-index:10}.error-message_image{top:100%;left:50%;margin-left:-6.875rem;margin-top:0.3125rem}.error-message_label{left:-1.1875rem;top:1.8125rem}.error-message_field-description{left:0.0625rem;top:2.75rem}.error-message_drop-down{top:4.8125rem}.error-message_drop-down-new-message{top:2.3125rem}.error-message_big{top:3rem}.error-message_add-recipe{top:2.1875rem}.error-message:before{content:"";border-right:0.5625rem solid transparent;border-left:0.5625rem solid transparent;border-bottom:0.3125rem solid red;position:absolute;top:-0.3125rem;left:1.1875rem}.warning-icon{display:none;position:absolute;top:50%;left:0.625rem;margin-top:-0.5625rem;background-position:center;background-repeat:no-repeat;cursor:pointer;z-index:10}.warning-icon{background-image:url(https://e3.edimdoma.ru/assets/forms/warning-icon-47c38bec77f414986e23b99c5137f12da85475a924b54619d88b907838a3ae9b.png);background-size:1.125rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.warning-icon{background-image:url(https://e2.edimdoma.ru/assets/forms/warning-icon@2x-cef6763717a4623f6e23a26475b13ccc46ff4fde97ecd8fb0e976d7093bf76a7.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.warning-icon{background-image:url(https://e1.edimdoma.ru/assets/forms/warning-icon@3x-c599a3f3c34d003cc43971953fe0fdaed072d05a329856490347a9475bd87403.png)}}.warning-icon:hover{background-image:url(https://e2.edimdoma.ru/assets/forms/warning-icon_hover-9721a96c947725e15bcaa1daeb8a0dcaba29f52ca1f5d0a443eebf6c2141b6d1.png);background-size:1.125rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.warning-icon:hover{background-image:url(https://e2.edimdoma.ru/assets/forms/warning-icon_hover@2x-5faeb649fc9bf5a3f1e2d1c89353f3bb282860565e0b2a1219d659eb62059808.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.warning-icon:hover{background-image:url(https://e1.edimdoma.ru/assets/forms/warning-icon_hover@3x-6bcb69454b941e8638855fc9656f4ed7dcedc842e184a80915d86e0ba32c3c3b.png)}}.warning-icon{width:1.125rem;height:1.125rem;background-size:contain;background-repeat:no-repeat}.warning-icon_field-description{top:1.6875rem;left:1.25rem}.warning-icon_image{position:relative;vertical-align:middle;left:0;top:0.25rem;margin-right:0.4375rem}.warning-icon_label{top:0.75rem;left:0}.warning-icon_drop-down{top:3.75rem}.warning-icon_drop-down-new-message{top:1.25rem}.warning-icon_add-recipe{top:1.25rem}.field_date-picker .field__container{padding-right:2.5rem}.field_date-picker .field__sidebar{width:2.5rem}.field_date-picker .field__button{width:100%;height:100%}.field_date-picker .field__button .icon{background-position:center;background-repeat:no-repeat;position:absolute;top:0.625rem;right:0.5625rem;cursor:pointer}.field_date-picker .field__button .icon{background-image:url(https://e2.edimdoma.ru/assets/forms/date-picker-ddef3077c98641fad3bb07c28314cbbdb58ab3a0a76e274ca0459f14cc6e96a2.png);background-size:1.375rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.field_date-picker .field__button .icon{background-image:url(https://e2.edimdoma.ru/assets/forms/date-picker@2x-f99c6034287ba4c0a7c2e8d52441a1643da154ace133e2b435c2dd43b47e9424.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.field_date-picker .field__button .icon{background-image:url(https://e0.edimdoma.ru/assets/forms/date-picker@3x-bfb3cb76ad3baddb95bc2cb35a24098f3c9dfd816cd5a1b89918ecd70d7cc433.png)}}.field_date-picker .field__button .icon{width:1.375rem;height:1.1875rem;background-size:contain;background-repeat:no-repeat}.field_date-picker .field__button .icon.active{background-position:center;background-repeat:no-repeat}.field_date-picker .field__button .icon.active{background-image:url(https://e3.edimdoma.ru/assets/forms/date-picker-active-77b351666876904299b7ad2c1353323c86c615aea7872735e362c8029799b6c5.png);background-size:1.375rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.field_date-picker .field__button .icon.active{background-image:url(https://e1.edimdoma.ru/assets/forms/date-picker-active@2x-541bfee1a1d617ca91cb6c975d153529282dadd265fc4f8ab0534668516f84e4.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.field_date-picker .field__button .icon.active{background-image:url(https://e0.edimdoma.ru/assets/forms/date-picker-active@3x-dce06aef21e5b77c3dd3f3afe8c60fd62aa011198724579ff9619bc530361849.png)}}.field_date-picker .field__button .icon.active{width:1.375rem;height:1.1875rem;background-size:contain;background-repeat:no-repeat}.field_date-picker .datepicker table tr td.new.day{color:transparent}.field_search{width:26.625rem}.field_search .field__container{border-radius:1.25rem;padding-right:4.0625rem}.field_search .field__container:hover .field__sidebar:before{border-color:#363636}.field_search .field__container.focus .field__sidebar:before{border-color:#e6e6e6}.field_search .field__sidebar{width:3.4375rem}.field_search .field__sidebar:before{content:"";border-left:0.0625rem solid #e6e6e6;height:1.125rem;position:absolute;top:0.625rem;left:0;transition:border-color 0.25s ease}.field_search .field__button .icon{background-position:center;background-repeat:no-repeat;cursor:pointer;position:absolute;top:0.5625rem;right:1.25rem;cursor:pointer}.field_search .field__button .icon{background-image:url(https://e3.edimdoma.ru/assets/forms/search-icon-7c85261b64d83da39b3692dcc743463484c25c638570d65a7e98dc8b44d9d2aa.png);background-size:1.125rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.field_search .field__button .icon{background-image:url(https://e0.edimdoma.ru/assets/forms/search-icon@2x-bef37f806cf79b6cd15d4ac4c53cdfc76bb3b6b70d0965a6d33207788c777a8b.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.field_search .field__button .icon{background-image:url(https://e3.edimdoma.ru/assets/forms/search-icon@3x-497d4eeb7ce4db358444c77f792d228aa3cc60200d390e9ad2fb051ab1cd3785.png)}}.field_search .field__button .icon:hover{background-image:url(https://e0.edimdoma.ru/assets/forms/search-icon_hover-4b7b2b9dad8a2fc17105ba01815ed9240ce3509224c6fda182959d266be939a3.png);background-size:1.125rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.field_search .field__button .icon:hover{background-image:url(https://e3.edimdoma.ru/assets/forms/search-icon_hover@2x-a91af9492df8e02120561c0d630f2b746ae1b257285b551be8c2e69dfe38c69e.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.field_search .field__button .icon:hover{background-image:url(https://e3.edimdoma.ru/assets/forms/search-icon_hover@3x-a7a8c659fea892f6f5bd95410205a860cf4dfa4908e5fef06876d6ec7877d4d6.png)}}.field_search .field__button .icon{width:1.125rem;height:1.3125rem;background-size:contain;background-repeat:no-repeat}.field_search .field__button .icon:after{content:"";background-position:center;background-repeat:no-repeat;display:none}.field_search .field__button .icon:after{background-image:url(https://e0.edimdoma.ru/assets/forms/search-icon_hover-4b7b2b9dad8a2fc17105ba01815ed9240ce3509224c6fda182959d266be939a3.png);background-size:1.125rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.field_search .field__button .icon:after{background-image:url(https://e3.edimdoma.ru/assets/forms/search-icon_hover@2x-a91af9492df8e02120561c0d630f2b746ae1b257285b551be8c2e69dfe38c69e.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.field_search .field__button .icon:after{background-image:url(https://e3.edimdoma.ru/assets/forms/search-icon_hover@3x-a7a8c659fea892f6f5bd95410205a860cf4dfa4908e5fef06876d6ec7877d4d6.png)}}.field_search .field__button .icon:after{width:1.125rem;height:1.3125rem;background-size:contain;background-repeat:no-repeat}.field_search_store{width:18.125rem;display:inline-block;vertical-align:middle}.field_search_store .field__container{background-color:transparent}.field_search_store .field__input{display:block}.field_sort-search{width:36.25rem;margin:0 auto}@media only screen and (max-width: 1023px){html:not(.old) .field_sort-search{display:none}}.field_sort-search .field__container{border:0.0625rem solid #d7d2c3;padding-left:3.4375rem;padding-right:0}.field_sort-search .field__container.focus{border-color:#66cc66}.field_sort-search .field__sidebar{left:0;right:auto}.field_sort-search .field__sidebar:before{display:none}.field_sort-search .field__input{padding:0}.field_sort-search-small{width:26.875rem}.field_side-search{width:auto;margin:0 -1.25rem 2.5rem;display:none}@media only screen and (max-width: 1023px){html:not(.old) .field_side-search{display:block}}@media only screen and (max-width: 767px){html:not(.old) .field_side-search{margin-left:0.625rem;margin-right:0.625rem}}@media only screen and (max-width: 767px) and (min-width: 319px) and (max-width: 767px){html:not(.old) .field_side-search{margin-left:calc(10 * 0.0625rem + (-20 - 10) * (100vw - 320 * 0.0625rem) / (768 - 320))}}@media only screen and (max-width: 767px) and (max-width: 319px){html:not(.old) html:not(.old) .field_side-search{margin-left:0.625rem}}@media only screen and (max-width: 767px) and (min-width: 768px){html:not(.old) html:not(.old) .field_side-search{margin-left:-1.25rem}}@media only screen and (max-width: 767px) and (min-width: 319px) and (max-width: 767px){html:not(.old) .field_side-search{margin-right:calc(10 * 0.0625rem + (-20 - 10) * (100vw - 320 * 0.0625rem) / (768 - 320))}}@media only screen and (max-width: 767px) and (max-width: 319px){html:not(.old) html:not(.old) .field_side-search{margin-right:0.625rem}}@media only screen and (max-width: 767px) and (min-width: 768px){html:not(.old) html:not(.old) .field_side-search{margin-right:-1.25rem}}@media only screen and (max-width: 489px){html:not(.old) .field_side-search{width:18.75rem;margin:0 auto 2.5rem;box-sizing:border-box}}.field_side-search .field__container{border:0.0625rem solid #d7d2c3;padding-left:1.125rem;padding-right:3.4375rem}.field_side-search .field__container.focus{border-color:#66cc66}.field_side-search .field__sidebar{right:0}.field_side-search .field__sidebar:before{display:none}.field_side-search .field__input{padding:0;font-size:0.8125rem}.field_search_users{display:inline-block;vertical-align:middle;line-height:normal;width:18.125rem;font-size:0.8125rem}.field_search_users .field__container{padding-right:2.1875rem;background-color:transparent}.field_search_users .field__input{font-weight:400;font-size:0.8125rem;color:#969696}.messages-list__item .field_search_users{width:14.9375rem}.field_notes{width:auto}.field_notes .field__sidebar{width:10.3125rem}.field_notes .field__button{display:block;width:100%;color:#353535;font-size:0.75rem;font-weight:700;text-align:center;text-transform:uppercase;white-space:nowrap;line-height:2.375rem;cursor:pointer}.field_notes .field__button:hover{color:#ff391e}.field_recipe-book{width:21.75rem;margin:0 auto}.field_recipe-book .field__container{background:none;border-color:#c4beb3}.field_width_full{width:100%}.field_search.field_width_full{margin-bottom:1.25rem}.field_new-message .field__container{border-radius:0.25rem}.field_adjusteble .field__container{width:1.9375rem;padding:0 1.125rem 0 0}@media only screen and (max-width: 1023px){html:not(.old) .field_adjusteble .field__container{width:3.125rem;padding:0 2.5rem}}.field_adjusteble .field__input{text-align:center;color:#242424;font-size:1.125rem;font-weight:700;padding:0;position:relative}@media only screen and (max-width: 1023px){html:not(.old) .field_adjusteble .field__input{border-left:0.0625rem solid #e6e6e6;border-right:0.0625rem solid #e6e6e6;border-radius:0}}.field_adjusteble .field__sidebar{width:1rem;border-left:0.0625rem solid #e6e6e6}@media only screen and (max-width: 1023px){html:not(.old) .field_adjusteble .field__sidebar{width:auto;position:absolute;top:0;left:0;right:0;bottom:0;border:none}}.field_adjusteble .field__button{height:1.1875rem;cursor:pointer;background-color:#FAF9F8;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media only screen and (max-width: 1023px){html:not(.old) .field_adjusteble .field__button{width:2.5rem;height:100%;position:absolute;top:0}}.field_adjusteble .field__button .icon{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}.field_adjusteble .field__button_plus{border-bottom:0.0625rem solid #e6e6e6;border-radius:0 0.25rem 0 0;background-position:center;background-repeat:no-repeat;cursor:pointer}.field_adjusteble .field__button_plus .icon{background-image:url(https://e1.edimdoma.ru/assets/forms/plus-icon-b642170b618a0ca0c23f76ca931f5cecb2acbaf82d8781ff0eafd1639832f1b7.png);background-size:0.5rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.field_adjusteble .field__button_plus .icon{background-image:url(https://e0.edimdoma.ru/assets/forms/plus-icon@2x-d4546bd76db200d1bac46a65a41e9418b25070ce4fa09f9365b5d85cbd25ffa2.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.field_adjusteble .field__button_plus .icon{background-image:url(https://e0.edimdoma.ru/assets/forms/plus-icon@3x-cf7fd1c224d0f896b7bdddeb0d5b05153c9fec8d34195323e045a697d5f33cc7.png)}}.field_adjusteble .field__button_plus:hover .icon{background-image:url(https://e2.edimdoma.ru/assets/forms/plus-icon_hover-1711665f6b90e92131d6655a01341a1b9deb3703d73f9f3d39468debab72d2ce.png);background-size:0.5rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.field_adjusteble .field__button_plus:hover .icon{background-image:url(https://e0.edimdoma.ru/assets/forms/plus-icon_hover@2x-7dcd584c79a207f704c1bb1fff0b0c365f7d07656d56db291d5fbb53b3994280.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.field_adjusteble .field__button_plus:hover .icon{background-image:url(https://e3.edimdoma.ru/assets/forms/plus-icon_hover@3x-7b50bc7b320a840c84f5b9aed725c5edd5c855c146e334b43f47a46bb9f8130d.png)}}.field_adjusteble .field__button_plus .icon{width:0.5rem;height:0.5rem;background-size:contain;background-repeat:no-repeat}@media only screen and (max-width: 1023px){html:not(.old) .field_adjusteble .field__button_plus{right:0}}.field_adjusteble .field__button_minus{height:1.125rem;border-radius:0 0 0.25rem 0;background-position:center;background-repeat:no-repeat;cursor:pointer}.field_adjusteble .field__button_minus .icon{background-image:url(https://e0.edimdoma.ru/assets/forms/minus-icon-172ae6664c11227e3caf11eee52b16a4a0134fa99a23387bcc80d0bf147f934c.png);background-size:0.375rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.field_adjusteble .field__button_minus .icon{background-image:url(https://e2.edimdoma.ru/assets/forms/minus-icon@2x-b37756590900bc930d822f2abf75496912488d307b6ce4ac70792f42e992fb11.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.field_adjusteble .field__button_minus .icon{background-image:url(https://e3.edimdoma.ru/assets/forms/minus-icon@3x-fa426e8772b1dcce295a0a704f58b58b2f11f3118b19fdb3f4f5658a23a2add3.png)}}.field_adjusteble .field__button_minus:hover .icon{background-image:url(https://e0.edimdoma.ru/assets/forms/minus-icon_hover-19e689f00ca391ef4de0a282e3cfcd78ea07670172b1a3556b62e6339ef83819.png);background-size:0.375rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.field_adjusteble .field__button_minus:hover .icon{background-image:url(https://e1.edimdoma.ru/assets/forms/minus-icon_hover@2x-63738d16ee4d69304722e99bf858560c6ef7b6e9256400e1c219f97ba554e490.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.field_adjusteble .field__button_minus:hover .icon{background-image:url(https://e3.edimdoma.ru/assets/forms/minus-icon_hover@3x-af9daa8ec198de5b8e7989a104d7219afa2c924019bc51600ca89401d4fa6f9d.png)}}.field_adjusteble .field__button_minus .icon{width:0.375rem;height:0.125rem;background-size:contain;background-repeat:no-repeat}@media only screen and (max-width: 1023px){html:not(.old) .field_adjusteble .field__button_minus{left:0;border:none}}.field_adjusteble .field__button:active{background-color:#e6e6e6}.field_adjusteble-shop .field__container{width:5.125rem}.field_adjusteble-shop .field__input{font-size:0.8125rem;font-weight:400}.field-description{display:block;padding:0.9375rem 1.25rem;box-sizing:border-box;background-color:#FFF;border-radius:0.25rem;border:0.0625rem solid #e6e6e6;position:relative}.field-description.error{border-color:#ff451c}.field-description.error .warning-icon{display:block}.field-description.error .warning-icon:hover+.error-message{display:block}.field-description.error .field-description__label{margin-left:1.875rem;color:#ff451c}.field-description__label{color:#242424;font-size:0.875rem;font-weight:700;margin-bottom:0.9375rem}.field-description__textarea{width:100%;height:5.0625rem;resize:none;font-size:0.9375rem;font-weight:400;padding:0;outline:none;border:none}.field-description__textarea::-webkit-input-placeholder{color:#B3B3B3}.field-description__textarea:-moz-placeholder{color:#B3B3B3}.field-description__textarea::-moz-placeholder{color:#B3B3B3}.field-description__textarea:-ms-input-placeholder{color:#B3B3B3}.field-comment{width:auto;position:relative;box-sizing:border-box;line-height:0}.field-comment:before{content:"";background-position:center;background-repeat:no-repeat;position:absolute;top:1.125rem;left:-0.3125rem}.field-comment:before{background-image:url(https://e0.edimdoma.ru/assets/forms/field-comment-triangle-4eb364263c2f4c6dc5e5703a7aa753b9ae2d4c8b4bc4847a89a2c3a9bebef8fb.png);background-size:0.375rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.field-comment:before{background-image:url(https://e3.edimdoma.ru/assets/forms/field-comment-triangle@2x-f7541ad23d93e3c60a725d3230cce159e3ffc8e24454ddfd57ac3b1b8449f2ea.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.field-comment:before{background-image:url(https://e3.edimdoma.ru/assets/forms/field-comment-triangle@3x-832422f9eba00bc80320f9d2a1c1e256bef6c968c12b4492fec4401341d7709c.png)}}.field-comment:before{width:0.375rem;height:1rem;background-size:contain;background-repeat:no-repeat}.field-comment__textarea{width:100%;height:5rem;resize:vertical;background:#fff;border:none;outline:none;padding:0.625rem 0.9375rem;box-sizing:border-box;border:0.0625rem solid #d6d2c4;border-radius:0.1875rem;line-height:normal}.field-comment__textarea::-webkit-input-placeholder{color:#9c9c9c;font-size:0.8125rem;font-weight:400}.field-comment__textarea:-moz-placeholder{color:#9c9c9c;font-size:0.8125rem;font-weight:400}.field-comment__textarea::-moz-placeholder{color:#9c9c9c;font-size:0.8125rem;font-weight:400}.field-comment__textarea:-ms-input-placeholder{color:#9c9c9c;font-size:0.8125rem;font-weight:400}.field-comment__emoji{background-position:center;background-repeat:no-repeat;cursor:pointer;position:absolute;top:0.625rem;right:0.625rem;cursor:pointer}.field-comment__emoji{background-image:url(https://e0.edimdoma.ru/assets/forms/emoji-icon-8d48ef9f35f25516350eb8a5d4da20b31494c86f4540887e07805e0ce51137c5.png);background-size:1.25rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.field-comment__emoji{background-image:url(https://e1.edimdoma.ru/assets/forms/emoji-icon@2x-f8e64e186b0f5e720d93802aef6dc7dd7b978929438c95ae4fc816977f96b35c.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.field-comment__emoji{background-image:url(https://e0.edimdoma.ru/assets/forms/emoji-icon@3x-9910ed27132dd75b764162091f721233d6075b297471a0d264ca926a21b248fe.png)}}.field-comment__emoji:hover{background-image:url(https://e1.edimdoma.ru/assets/forms/emoji-icon_hover-7f372468ec344a307d830e2b595340e2501bb332157b33dc71564caa94f2c195.png);background-size:1.25rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.field-comment__emoji:hover{background-image:url(https://e3.edimdoma.ru/assets/forms/emoji-icon_hover@2x-5baf403a52bac232fe88be077ab796e8406191a1d7d0b0d6f0baeefc18f1544b.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.field-comment__emoji:hover{background-image:url(https://e0.edimdoma.ru/assets/forms/emoji-icon_hover@3x-e7f2cd73585cdb57149e359a110b59f2f71a7a78bdbcd1540088421c6fe0afbb.png)}}.field-comment__emoji{width:1.25rem;height:1.25rem;background-size:contain;background-repeat:no-repeat}.field-comment__emoji:hover{background-position:center;background-repeat:no-repeat}.field-comment__emoji:hover{background-image:url(https://e1.edimdoma.ru/assets/forms/emoji-icon_hover-7f372468ec344a307d830e2b595340e2501bb332157b33dc71564caa94f2c195.png);background-size:1.25rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.field-comment__emoji:hover{background-image:url(https://e3.edimdoma.ru/assets/forms/emoji-icon_hover@2x-5baf403a52bac232fe88be077ab796e8406191a1d7d0b0d6f0baeefc18f1544b.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.field-comment__emoji:hover{background-image:url(https://e0.edimdoma.ru/assets/forms/emoji-icon_hover@3x-e7f2cd73585cdb57149e359a110b59f2f71a7a78bdbcd1540088421c6fe0afbb.png)}}.field-comment__emoji:hover{width:1.25rem;height:1.25rem;background-size:contain;background-repeat:no-repeat}.field-comment__emoji.active{background-position:center;background-repeat:no-repeat}.field-comment__emoji.active{background-image:url(https://e1.edimdoma.ru/assets/forms/emoji-icon_hover-7f372468ec344a307d830e2b595340e2501bb332157b33dc71564caa94f2c195.png);background-size:1.25rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.field-comment__emoji.active{background-image:url(https://e3.edimdoma.ru/assets/forms/emoji-icon_hover@2x-5baf403a52bac232fe88be077ab796e8406191a1d7d0b0d6f0baeefc18f1544b.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.field-comment__emoji.active{background-image:url(https://e0.edimdoma.ru/assets/forms/emoji-icon_hover@3x-e7f2cd73585cdb57149e359a110b59f2f71a7a78bdbcd1540088421c6fe0afbb.png)}}.field-comment__emoji.active{width:1.25rem;height:1.25rem;background-size:contain;background-repeat:no-repeat}.field-comment_chat{width:16.25rem;margin-bottom:0.1875rem}.field-comment_chat:before{display:none}.field-comment_chat .field-comment__textarea{resize:none;font-size:0.8125rem;color:#9c9c9c;padding:0.9375rem 2.5rem 0.9375rem 0.625rem}.field-comment_chat-messages{margin-bottom:0.8125rem}.field-comment_chat-messages:before{display:none}.field-comment_chat-messages .field-comment__textarea{height:7.5rem;box-sizing:border-box;resize:none;font-size:0.875rem;color:#4c4c4c;padding:0.9375rem 2.5rem 0.9375rem 1.25rem}.field-comment_chat-messages .field-comment__textarea::-webkit-input-placeholder{font-size:0.875rem}.field-comment_chat-messages .field-comment__textarea:-moz-placeholder{font-size:0.875rem}.field-comment_chat-messages .field-comment__textarea::-moz-placeholder{font-size:0.875rem}.field-comment_chat-messages .field-comment__textarea:-ms-input-placeholder{font-size:0.875rem}.field-comment_error:before{background-position:center;background-repeat:no-repeat}.field-comment_error:before{background-image:url(https://e2.edimdoma.ru/assets/forms/field-comment-triangle-error-e53fdc88e2bbf48bf289327c4b6a109d4bc460f089ecc54513b113961b8dfba6.png);background-size:0.375rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.field-comment_error:before{background-image:url(https://e3.edimdoma.ru/assets/forms/field-comment-triangle-error@2x-aa1262d4661a5bc97f71665064f5e9cd671559ae11a8517321f2b647eac60c1d.png)}}.field-comment_error:before{width:0.375rem;height:1rem;background-size:contain;background-repeat:no-repeat}.field-comment_error .warning-icon{display:block;top:0.75rem;margin-top:0}.field-comment_error .warning-icon:hover+.error-message{display:block}.field-comment_error .field-comment__textarea{padding-left:2.375rem;border-color:#ff451c}.field-comment_error.field-comment_chat .warning-icon{top:0.9375rem}.field-comment_chat-messages.field-comment_error .field-comment__textarea{border-color:#ff451c}.field-comment_chat-messages.field-comment_error .warning-icon{top:1rem}.header{width:73.75rem;height:8.125rem;padding:1.9375rem 3.125rem 0 3.125rem;background-color:#FFF;position:relative}@media only screen and (max-width: 1153px){html:not(.old) .header{width:auto}}@media only screen and (max-width: 1023px){html:not(.old) .header{height:2.5rem;padding:0.625rem 2.5rem;box-shadow:0 0.0625rem 0.1875rem rgba(71,44,6,0.2);top:0;left:0;right:0;z-index:9}}@media only screen and (max-width: 767px){html:not(.old) .header{padding-left:0.625rem;padding-right:0.625rem}}@media only screen and (max-width: 767px) and (min-width: 319px) and (max-width: 767px){html:not(.old) .header{padding-left:calc(10 * 0.0625rem + (40 - 10) * (100vw - 320 * 0.0625rem) / (768 - 320))}}@media only screen and (max-width: 767px) and (max-width: 319px){html:not(.old) html:not(.old) .header{padding-left:0.625rem}}@media only screen and (max-width: 767px) and (min-width: 768px){html:not(.old) html:not(.old) .header{padding-left:2.5rem}}@media only screen and (max-width: 767px) and (min-width: 319px) and (max-width: 767px){html:not(.old) .header{padding-right:calc(10 * 0.0625rem + (40 - 10) * (100vw - 320 * 0.0625rem) / (768 - 320))}}@media only screen and (max-width: 767px) and (max-width: 319px){html:not(.old) html:not(.old) .header{padding-right:0.625rem}}@media only screen and (max-width: 767px) and (min-width: 768px){html:not(.old) html:not(.old) .header{padding-right:2.5rem}}@media only screen and (max-width: 399px){html:not(.old) .header{height:1.875rem}}.header__logo{display:block;background-position:center;background-repeat:no-repeat;float:left;margin:-0.8125rem 0 0.75rem 0}.header__logo{background-image:url(https://e3.edimdoma.ru/assets/layout/header-logo-62682971ac00ab99dc6e222e36ce620a3292f91f50b77b1d37d157bec0c592ce.png);background-size:12.1875rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.header__logo{background-image:url(https://e1.edimdoma.ru/assets/layout/header-logo@2x-d6bd55e17937f04c25cbfefb0946708d926575347c284b531900257128c64bd2.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.header__logo{background-image:url(https://e0.edimdoma.ru/assets/layout/header-logo@3x-8d46d03cf1617a17a92c489abda403dd9edd3f7a4647c68aff105bbe41523270.png)}}.header__logo{width:12.1875rem;height:4.0625rem;background-size:contain;background-repeat:no-repeat}@media only screen and (max-width: 1023px){html:not(.old) .header__logo{width:7.6875rem;height:2.5625rem;float:none;margin:0.0625rem auto 0}}@media only screen and (max-width: 399px){html:not(.old) .header__logo{width:6.1875rem;height:2.0625rem;margin-top:0}}.header__ny{width:6.3125rem;height:6.3125rem;position:absolute;top:0;right:0}@media only screen and (max-width: 1023px){html:not(.old) .header__ny{display:none}}.header__ny img{max-width:100%}.header__spacer{float:right;width:4.4375rem;height:1.25rem}@media only screen and (max-width: 1023px){html:not(.old) .header__spacer{display:none}}.header .field_search{float:left;margin-left:14.375rem}.header .button{float:right;padding:0 1.25rem;display:block;border-color:#e6e6e6}.header .button:hover{border-color:#363636}.header .button_green{margin-left:0.625rem;border-color:#66cc66}@media only screen and (max-width: 1023px){html:not(.old) .header .button_green{width:6.25rem;padding:0;text-align:center}html:not(.old) .header .button_green ~ [data-popup="registration"]{display:none}}@media only screen and (max-width: 524px){html:not(.old) .header .button_green{width:5.5rem}}.header .button_green:hover{border-color:#4ecf4e}.header .button_round{margin-left:0.625rem;position:relative;padding:0}@media only screen and (max-width: 1023px){html:not(.old) .header .button_round{display:none}}.header .button_round .fonticon_shopping-cart{font-size:1rem}.header .button_coins{height:2.5rem;padding:0 1.125rem 0 3.125rem;line-height:2.5rem;box-sizing:border-box;background-image:url(https://e0.edimdoma.ru/assets/badges/coin-8ec1236386e2fa2b3eb0367bb8612b4e08cad52bdf76c0fc137160cf61cdccfd.png);background-size:1.5rem auto;background-position:0.9375rem center;background-repeat:no-repeat;border-radius:1.25rem;font-family:"Noto Serif";font-size:0.9375rem;font-weight:700;font-style:italic;margin-left:0.625rem}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.header .button_coins{background-image:url(https://e1.edimdoma.ru/assets/badges/coin@2x-47af3f5e15f67aae0d26bd8d308dbcfa22b8f8bb4bebb271c59073320b7ae7b1.png)}}@media only screen and (max-width: 1023px){.header .button_coins{padding:0;width:2.5rem;background-position:center center}.header .button_coins span{display:none}}@media only screen and (max-width: 399px){.header .button_coins{margin-top:-0.3125rem}}.header .mobile-search-icon{float:left;line-height:0;position:relative;cursor:pointer;margin-top:0.625rem;display:none;z-index:2}@media only screen and (max-width: 1023px){html:not(.old) .header .mobile-search-icon{display:block}}@media only screen and (max-width: 399px){html:not(.old) .header .mobile-search-icon{margin-top:0.375rem}}.header .mobile-search-icon:before{content:"";position:absolute;top:-0.625rem;left:-0.625rem;right:-0.625rem;bottom:-0.625rem}.header .mobile-search-icon svg{height:1.25rem}.header .dark-overlay{width:100%;height:100vh;background:#000000;opacity:0.85;position:fixed;top:0;left:0;visibility:hidden}.header .header-nav{clear:both;border-top:0.0625rem solid #e6e6e6;text-align:justify;text-justify:distribute;height:3.75rem}@media only screen and (max-width: 1023px){html:not(.old) .header .header-nav{display:none}}.header .header-nav:after{content:"";display:inline-block;width:100%}.header .header-nav__item{display:inline-block;font-size:0.8125rem;font-weight:700;text-transform:uppercase;line-height:3.75rem}.header .header-nav__item_expandeble{padding-right:1.5rem;background-position:center;background-repeat:no-repeat;position:relative}.header .header-nav__item_expandeble .icon{background-image:url(https://e0.edimdoma.ru/assets/layout/expandeble-arrow-4629f160b42cbf05d036cde6b31a1db20e3557be1459a2aa72ab109196963fb6.png);background-size:0.75rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.header .header-nav__item_expandeble .icon{background-image:url(https://e3.edimdoma.ru/assets/layout/expandeble-arrow@2x-566b01be06ce4d8c62dde9159bf57b03ac1f4909cf2efbb07d9b677db55e2140.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.header .header-nav__item_expandeble .icon{background-image:url(https://e2.edimdoma.ru/assets/layout/expandeble-arrow@3x-9f70bb21fa3bea9aeb66089bfb86ae7db433087b3ad2452ca9d52a421f7932f3.png)}}.header .header-nav__item_expandeble .icon{width:0.75rem;height:0.4375rem;background-size:contain;background-repeat:no-repeat}.header .header-nav__item_expandeble .icon{position:absolute;top:50%;right:0;margin-top:-0.21875rem}.header .header-nav__item_expandeble .drop-down{display:none;top:3.25rem;right:-2.5625rem;z-index:2}.header .header-nav__item:hover{background-position:center;background-repeat:no-repeat}.header .header-nav__item:hover .icon{background-image:url(https://e1.edimdoma.ru/assets/layout/expandeble-arrow-hover-0f5dab2caede161d32187920a947569fea0295254ffb8ffbd78ea41f8141dbf8.png);background-size:0.75rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.header .header-nav__item:hover .icon{background-image:url(https://e0.edimdoma.ru/assets/layout/expandeble-arrow-hover@2x-70a0b5b4bbe570fe0c5638291405d1f92de38764215ae86d8d929d7ed1fb7018.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.header .header-nav__item:hover .icon{background-image:url(https://e2.edimdoma.ru/assets/layout/expandeble-arrow-hover@3x-05e031fdef4b79f3f5b0d8d058f2669e901a52c90a5902d5a059040248c1926c.png)}}.header .header-nav__item:hover .icon{width:0.75rem;height:0.4375rem;background-size:contain;background-repeat:no-repeat}.header .header-nav__item:hover .header-nav__link{color:#808080}.header .header-nav__item:hover .header-nav__link__red{color:#FD7F6A}.header .header-nav__item:hover .drop-down{display:block;z-index:100}.header .header-nav__item.active .header-nav__link{color:#ff391e}.header .header-nav__link{text-decoration:none;color:#4D4D4D}.header .header-nav__link__red{color:#eb4c32}.header-user-menu{width:12.5rem;height:2.5rem;border:0.0625rem solid #e6e6e6;border-radius:1.25rem;float:right;position:relative;box-sizing:border-box;background-position:center;background-repeat:no-repeat;cursor:pointer}.header-user-menu .icon{background-image:url(https://e0.edimdoma.ru/assets/layout/expandeble-arrow-4629f160b42cbf05d036cde6b31a1db20e3557be1459a2aa72ab109196963fb6.png);background-size:0.75rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.header-user-menu .icon{background-image:url(https://e3.edimdoma.ru/assets/layout/expandeble-arrow@2x-566b01be06ce4d8c62dde9159bf57b03ac1f4909cf2efbb07d9b677db55e2140.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.header-user-menu .icon{background-image:url(https://e2.edimdoma.ru/assets/layout/expandeble-arrow@3x-9f70bb21fa3bea9aeb66089bfb86ae7db433087b3ad2452ca9d52a421f7932f3.png)}}.header-user-menu .icon{width:0.75rem;height:0.4375rem;background-size:contain;background-repeat:no-repeat}@media only screen and (max-width: 1023px){html:not(.old) .header-user-menu{display:none}}.header-user-menu .icon{position:absolute;top:1rem;right:1.25rem}.header-user-menu__item-count{min-width:1.25rem;height:1.25rem;padding:0 0.25rem;box-sizing:border-box;background-color:#FF391E;border-radius:0.625rem;color:#FFF;font-family:"Arial";font-size:0.75rem;font-weight:700;line-height:1.25rem;text-align:center;position:absolute;top:-0.625rem;right:-0.5rem}.header-user-menu__drop-down-wrapper{position:absolute;top:0;left:0;height:100%;width:100%;padding-top:3.75rem;display:none;z-index:15}.header-user-menu .drop-down{width:100%;top:3.75rem;box-sizing:border-box}.header-user-menu:hover{box-shadow:0 0.0625rem 0.25rem rgba(0,0,0,0.15);border-color:#fff;background-position:center;background-repeat:no-repeat}.header-user-menu:hover .icon{background-image:url(https://e1.edimdoma.ru/assets/layout/expandeble-arrow-hover-0f5dab2caede161d32187920a947569fea0295254ffb8ffbd78ea41f8141dbf8.png);background-size:0.75rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.header-user-menu:hover .icon{background-image:url(https://e0.edimdoma.ru/assets/layout/expandeble-arrow-hover@2x-70a0b5b4bbe570fe0c5638291405d1f92de38764215ae86d8d929d7ed1fb7018.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.header-user-menu:hover .icon{background-image:url(https://e2.edimdoma.ru/assets/layout/expandeble-arrow-hover@3x-05e031fdef4b79f3f5b0d8d058f2669e901a52c90a5902d5a059040248c1926c.png)}}.header-user-menu:hover .icon{width:0.75rem;height:0.4375rem;background-size:contain;background-repeat:no-repeat}.header-user-menu:hover .header-user-menu__drop-down-wrapper{display:block}.header-user-menu .user-avatar{position:absolute;top:0.25rem;left:0.25rem}.header-user-menu__name{padding-left:2.8125rem;width:6.875rem;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#666;font-family:"Noto Serif";font-size:0.75rem;font-weight:700;line-height:2.5rem}.header-search{width:2.5rem;height:2.5rem;position:relative;float:right;margin-right:0.625rem;z-index:20}@media only screen and (max-width: 1023px){html:not(.old) .header-search{display:none}}.header-search:hover .header-search__container{border-color:#808080}.header-search:hover .header-search__container.focus{border-color:#66cc66}.header-search__container{width:100%;height:100%;position:relative;border:0.0625rem solid #e6e6e6;border-radius:1.25rem;overflow:hidden;box-sizing:border-box;transition:border-color 0.25s ease;cursor:pointer}.header-search__container.focus{border-color:#66cc66}.header-search__input{position:absolute;top:0;left:3.5625rem;outline:none;border:none;background:transparent;height:100%;width:21.25rem;box-sizing:border-box;font-size:0.875rem;font-weight:400;padding:0 1.25rem 0 0;-webkit-user-select:text}.header-search__input::-webkit-input-placeholder{color:#B3B3B3}.header-search__input:-moz-placeholder{color:#B3B3B3}.header-search__input::-moz-placeholder{color:#B3B3B3}.header-search__input:-ms-input-placeholder{color:#B3B3B3}.header-search__icon{background-position:center;background-repeat:no-repeat;position:absolute;top:0.625rem;left:0.6875rem}.header-search__icon{background-image:url(https://e0.edimdoma.ru/assets/forms/header-search-icon-9c715e72bec1bc87d6d69d41ee6d6ab9fca2711f1428be323d643708799522b4.png);background-size:1.125rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.header-search__icon{background-image:url(https://e0.edimdoma.ru/assets/forms/header-search-icon@2x-af6e2439ba6a194ca41dd2b346d1505045af3d7939f2d67f44643d853b87031d.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.header-search__icon{background-image:url(https://e2.edimdoma.ru/assets/forms/header-search-icon@3x-a9dca70b18fba9b00929dcf2ffd38fa9c86d705cb2b229efa5ba2f2fbe4b854b.png)}}.header-search__icon{width:1.125rem;height:1.3125rem;background-size:contain;background-repeat:no-repeat}.header-mobile-search{position:absolute;top:0;right:2.5rem;left:2.5rem;bottom:0;background-color:white;visibility:hidden}.header-mobile-search:before{content:"";width:2.5rem;height:100%;position:absolute;top:0;left:-2.5rem;background-color:white}.header-mobile-search:after{content:"";width:2.5rem;height:100%;position:absolute;top:0;right:-2.5rem;background-color:white}@media only screen and (max-width: 767px){html:not(.old) .header-mobile-search{left:0.625rem;right:0.625rem}}@media only screen and (max-width: 767px) and (min-width: 319px) and (max-width: 767px){html:not(.old) .header-mobile-search{left:calc(10 * 0.0625rem + (40 - 10) * (100vw - 320 * 0.0625rem) / (768 - 320))}}@media only screen and (max-width: 767px) and (max-width: 319px){html:not(.old) html:not(.old) .header-mobile-search{left:0.625rem}}@media only screen and (max-width: 767px) and (min-width: 768px){html:not(.old) html:not(.old) .header-mobile-search{left:2.5rem}}@media only screen and (max-width: 767px) and (min-width: 319px) and (max-width: 767px){html:not(.old) .header-mobile-search{right:calc(10 * 0.0625rem + (40 - 10) * (100vw - 320 * 0.0625rem) / (768 - 320))}}@media only screen and (max-width: 767px) and (max-width: 319px){html:not(.old) html:not(.old) .header-mobile-search{right:0.625rem}}@media only screen and (max-width: 767px) and (min-width: 768px){html:not(.old) html:not(.old) .header-mobile-search{right:2.5rem}}@media only screen and (max-width: 767px){html:not(.old) .header-mobile-search:before{width:0.625rem;left:-0.625rem}}@media only screen and (max-width: 767px) and (min-width: 319px) and (max-width: 767px){html:not(.old) .header-mobile-search:before{width:calc(10 * 0.0625rem + (40 - 10) * (100vw - 320 * 0.0625rem) / (768 - 320))}}@media only screen and (max-width: 767px) and (max-width: 319px){html:not(.old) html:not(.old) .header-mobile-search:before{width:0.625rem}}@media only screen and (max-width: 767px) and (min-width: 768px){html:not(.old) html:not(.old) .header-mobile-search:before{width:2.5rem}}@media only screen and (max-width: 767px) and (min-width: 319px) and (max-width: 767px){html:not(.old) .header-mobile-search:before{left:calc(-10 * 0.0625rem + (-40 - -10) * (100vw - 320 * 0.0625rem) / (768 - 320))}}@media only screen and (max-width: 767px) and (max-width: 319px){html:not(.old) html:not(.old) .header-mobile-search:before{left:-0.625rem}}@media only screen and (max-width: 767px) and (min-width: 768px){html:not(.old) html:not(.old) .header-mobile-search:before{left:-2.5rem}}@media only screen and (max-width: 767px){html:not(.old) .header-mobile-search:after{width:0.625rem;right:-0.625rem}}@media only screen and (max-width: 767px) and (min-width: 319px) and (max-width: 767px){html:not(.old) .header-mobile-search:after{width:calc(10 * 0.0625rem + (40 - 10) * (100vw - 320 * 0.0625rem) / (768 - 320))}}@media only screen and (max-width: 767px) and (max-width: 319px){html:not(.old) html:not(.old) .header-mobile-search:after{width:0.625rem}}@media only screen and (max-width: 767px) and (min-width: 768px){html:not(.old) html:not(.old) .header-mobile-search:after{width:2.5rem}}@media only screen and (max-width: 767px) and (min-width: 319px) and (max-width: 767px){html:not(.old) .header-mobile-search:after{right:calc(-10 * 0.0625rem + (-40 - -10) * (100vw - 320 * 0.0625rem) / (768 - 320))}}@media only screen and (max-width: 767px) and (max-width: 319px){html:not(.old) html:not(.old) .header-mobile-search:after{right:-0.625rem}}@media only screen and (max-width: 767px) and (min-width: 768px){html:not(.old) html:not(.old) .header-mobile-search:after{right:-2.5rem}}.header-mobile-search__container{width:calc(100% - 6.25rem);height:100%;margin:0 3.125rem}.header-mobile-search__input{display:block;width:100%;height:100%;padding:0;border:none;outline:none}.mobile-menu-button{width:1.25rem;height:0.875rem;float:right;position:relative;margin:0.8125rem 0 0 1.875rem;cursor:pointer;display:none}.mobile-menu-button:before{content:"";position:absolute;top:-0.625rem;right:-0.625rem;left:-0.625rem;bottom:-0.625rem}@media only screen and (max-width: 1023px){html:not(.old) .mobile-menu-button{display:block}}@media only screen and (max-width: 399px){html:not(.old) .mobile-menu-button{margin-top:0.5rem}}@media only screen and (max-width: 524px){html:not(.old) .mobile-menu-button ~ .button_green{display:none}}.mobile-menu-button__line{width:100%;height:0.125rem;border-radius:0.0625rem;background-color:#000000;position:absolute}.mobile-menu-button__line_top{top:0}.mobile-menu-button__line_middle{top:0.375rem}.mobile-menu-button__line_bottom{width:50%;bottom:0}.close-search-button{width:1.25rem;height:1.25rem;position:absolute;top:1.1875rem;right:0;cursor:pointer}@media only screen and (max-width: 399px){html:not(.old) .close-search-button{top:0.875rem}}.close-search-button:before{content:"";position:absolute;top:-0.625rem;right:-0.625rem;left:-0.625rem;bottom:-0.625rem}.close-search-button__line{width:100%;height:0.125rem;transform-origin:50% 50%;border-radius:0.0625rem;background-color:#000000;position:absolute;top:0.5625rem}.close-search-button__line_left{transform:rotate(45deg)}.close-search-button__line_right{transform:rotate(-45deg)}.footer{background:#242424;padding-top:1.875rem;border-bottom:0.0625rem solid #242424;overflow-x:hidden;position:relative}@media only screen and (max-width: 1023px){html:not(.old) .footer{padding-top:2.5rem}}.footer__layout{width:73.75rem;margin:0 auto}@media only screen and (max-width: 1023px){html:not(.old) .footer__layout{width:auto;margin:0 2.5rem}}@media only screen and (max-width: 767px){html:not(.old) .footer__layout{margin-left:0.625rem;margin-right:0.625rem}}@media only screen and (max-width: 767px) and (min-width: 319px) and (max-width: 767px){html:not(.old) .footer__layout{margin-left:calc(10 * 0.0625rem + (40 - 10) * (100vw - 320 * 0.0625rem) / (768 - 320))}}@media only screen and (max-width: 767px) and (max-width: 319px){html:not(.old) html:not(.old) .footer__layout{margin-left:0.625rem}}@media only screen and (max-width: 767px) and (min-width: 768px){html:not(.old) html:not(.old) .footer__layout{margin-left:2.5rem}}@media only screen and (max-width: 767px) and (min-width: 319px) and (max-width: 767px){html:not(.old) .footer__layout{margin-right:calc(10 * 0.0625rem + (40 - 10) * (100vw - 320 * 0.0625rem) / (768 - 320))}}@media only screen and (max-width: 767px) and (max-width: 319px){html:not(.old) html:not(.old) .footer__layout{margin-right:0.625rem}}@media only screen and (max-width: 767px) and (min-width: 768px){html:not(.old) html:not(.old) .footer__layout{margin-right:2.5rem}}@media only screen and (max-width: 599px){html:not(.old) .footer__layout{margin-right:0;margin-left:0;padding-left:1.875rem;padding-right:1.875rem}}@media only screen and (max-width: 599px) and (min-width: 319px) and (max-width: 599px){html:not(.old) .footer__layout{margin-right:calc(0 * 0.0625rem + (80 - 0) * (100vw - 320 * 0.0625rem) / (600 - 320))}}@media only screen and (max-width: 599px) and (max-width: 319px){html:not(.old) html:not(.old) .footer__layout{margin-right:0}}@media only screen and (max-width: 599px) and (min-width: 600px){html:not(.old) html:not(.old) .footer__layout{margin-right:5rem}}@media only screen and (max-width: 599px) and (min-width: 319px) and (max-width: 599px){html:not(.old) .footer__layout{margin-left:calc(0 * 0.0625rem + (80 - 0) * (100vw - 320 * 0.0625rem) / (600 - 320))}}@media only screen and (max-width: 599px) and (max-width: 319px){html:not(.old) html:not(.old) .footer__layout{margin-left:0}}@media only screen and (max-width: 599px) and (min-width: 600px){html:not(.old) html:not(.old) .footer__layout{margin-left:5rem}}.footer__row:after{content:"";display:block;clear:both}.footer__footer-top{border-bottom:0.0625rem solid #3a3a3a}.footer__footer-top:after{content:"";display:block;clear:both}.footer__footer-bottom{margin-top:1.25rem;padding-top:1.6875rem;padding-bottom:1.6875rem;clear:both;border-top:0.0625rem solid #3a3a3a;font-size:0.75rem;color:#4c4c4c;font-weight:400;line-height:normal;position:relative}.footer__footer-bottom:after{content:"";display:block;clear:both}@media only screen and (max-width: 1023px){html:not(.old) .footer__footer-bottom{margin-top:2.5rem}}@media only screen and (max-width: 599px){html:not(.old) .footer__footer-bottom{margin-top:0;padding-top:1.875rem;border-top:none}}.footer__footer-bottom a{color:#808080;text-decoration:underline}.footer__footer-bottom a:hover{text-decoration:none;color:#ff391e}.footer__copyright{float:left}.footer__copyright br{display:none}@media only screen and (max-width: 1023px){html:not(.old) .footer__copyright br{display:inline}}@media only screen and (max-width: 599px){html:not(.old) .footer__copyright{float:none}}.footer__bottom-disclaimer{margin-top:1.875rem;display:none}@media only screen and (max-width: 599px){html:not(.old) .footer__bottom-disclaimer{display:block}}.footer__beta{float:right}@media only screen and (max-width: 1023px){html:not(.old) .footer__beta{line-height:1.875rem}}@media only screen and (max-width: 599px){html:not(.old) .footer__beta{line-height:normal;float:none;margin-top:1.875rem}}.footer__logo{display:block;background-position:center;background-repeat:no-repeat;float:left;margin-top:2.5625rem}.footer__logo{background-image:url(https://e0.edimdoma.ru/assets/layout/footer/footer-logo-12dc17896c90854ad81f285c40ff34e738ca62bac9441e84433c2be4ebab0bea.png);background-size:12.1875rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.footer__logo{background-image:url(https://e2.edimdoma.ru/assets/layout/footer/footer-logo@2x-cf7aa8fd9ec67e2a4e8ca0c4f3cbb21f610a486dae818482d5c167edf54a65b2.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.footer__logo{background-image:url(https://e0.edimdoma.ru/assets/layout/footer/footer-logo@3x-fefe0c73e0fd8162388d7397cf15bdc1eff0bac25b941a6a7fdcf26cc6608e2b.png)}}.footer__logo{width:12.1875rem;height:4.0625rem;background-size:contain;background-repeat:no-repeat}@media only screen and (max-width: 1023px){html:not(.old) .footer__logo{display:none}}@media only screen and (max-width: 1023px){html:not(.old) .footer-top-right-container{float:right}}@media only screen and (max-width: 599px){html:not(.old) .footer-top-right-container{float:none;position:relative}html:not(.old) .footer-top-right-container:before{content:"";width:100%;height:100%;box-sizing:border-box;position:absolute;top:0;left:-100%;border-bottom:0.0625rem solid #3a3a3a}html:not(.old) .footer-top-right-container:after{content:"";width:100%;height:100%;box-sizing:border-box;position:absolute;top:0;right:-100%;border-bottom:0.0625rem solid #3a3a3a}}.footer-top-right-container__phone-logo{width:6rem;height:2.3125rem;background-image:url(https://e0.edimdoma.ru/assets/layout/footer/footer-logo-12dc17896c90854ad81f285c40ff34e738ca62bac9441e84433c2be4ebab0bea.png);background-size:12.1875rem auto;background-repeat:no-repeat;background-position:center;background-size:contain;margin-bottom:2.5625rem;display:none}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.footer-top-right-container__phone-logo{background-image:url(https://e2.edimdoma.ru/assets/layout/footer/footer-logo@2x-cf7aa8fd9ec67e2a4e8ca0c4f3cbb21f610a486dae818482d5c167edf54a65b2.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.footer-top-right-container__phone-logo{background-image:url(https://e0.edimdoma.ru/assets/layout/footer/footer-logo@3x-fefe0c73e0fd8162388d7397cf15bdc1eff0bac25b941a6a7fdcf26cc6608e2b.png)}}@media only screen and (max-width: 599px){html:not(.old) .footer-top-right-container__phone-logo{display:block}}.footer-social{text-align:center;margin-bottom:1.5625rem}@media only screen and (max-width: 1023px){html:not(.old) .footer-social{float:right;text-align:left;margin-bottom:0}}@media only screen and (max-width: 599px){html:not(.old) .footer-social{width:100%;position:relative;padding-bottom:1.875rem}html:not(.old) .footer-social:before{content:"";width:100%;height:100%;position:absolute;top:0;left:-100%;border-bottom:0.0625rem solid #3a3a3a}html:not(.old) .footer-social:after{content:"";width:100%;height:100%;position:absolute;top:0;right:-100%;border-bottom:0.0625rem solid #3a3a3a}}.footer-social__clearfix-container:after{content:"";display:block;clear:both}.footer-social__col{display:inline-block}.footer-social__col:after{content:"";display:block;clear:both}@media only screen and (max-width: 1023px){html:not(.old) .footer-social__col{display:block;float:left}html:not(.old) .footer-social__col+.footer-social__col{margin-left:0.625rem}}@media only screen and (max-width: 1023px) and (min-width: 599px) and (max-width: 1023px){html:not(.old) .footer-social__col+.footer-social__col{margin-left:calc(10 * 0.0625rem + (30 - 10) * (100vw - 600 * 0.0625rem) / (1024 - 600))}}@media only screen and (max-width: 1023px) and (max-width: 599px){html:not(.old) html:not(.old) .footer-social__col+.footer-social__col{margin-left:0.625rem}}@media only screen and (max-width: 1023px) and (min-width: 1024px){html:not(.old) html:not(.old) .footer-social__col+.footer-social__col{margin-left:1.875rem}}@media only screen and (max-width: 599px){html:not(.old) .footer-social__col+.footer-social__col{margin-left:0;float:right}}.footer-social__link{display:block;width:2.125rem;height:2.125rem;float:left;border:0.0625rem solid #3a3a3a;border-radius:1.25rem;position:relative;margin-left:0.625rem;color:rgba(255,255,255,0.4);line-height:normal}@media only screen and (max-width: 1023px){html:not(.old) .footer-social__link{width:auto;height:auto;float:none;border:none;padding-left:1.875rem}html:not(.old) .footer-social__link+.footer-social__link{margin-top:1.9375rem}}@media only screen and (max-width: 599px){html:not(.old) .footer-social__link{margin-left:0}}.footer-social__link:hover{border-color:#535353}.footer-social__link .icon{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}@media only screen and (max-width: 1023px){html:not(.old) .footer-social__link .icon{right:auto}}.footer-social__link span{display:none;font-family:"Open Sans";font-size:0.75rem;line-height:2}@media only screen and (max-width: 1023px){html:not(.old) .footer-social__link span{display:inline-block}}.footer-social__link_fb{background-position:center;background-repeat:no-repeat}.footer-social__link_fb .icon{background-image:url(https://e1.edimdoma.ru/assets/layout/footer/fb-0f4e1f1679a4d88529768749c4f2c28d6e385a8391576211ed7eabe8b3c70c80.png);background-size:0.5625rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.footer-social__link_fb .icon{background-image:url(https://e3.edimdoma.ru/assets/layout/footer/fb@2x-368e59d489cc0e66baea72e25b6600091013473fde4893da491f4a070f8942dc.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.footer-social__link_fb .icon{background-image:url(https://e2.edimdoma.ru/assets/layout/footer/fb@3x-975c8b79293f8f1b8d9cfeb7994ecc9dc1163d16f65f79fcaa72af24ddac9b2e.png)}}.footer-social__link_fb .icon{width:0.5625rem;height:1.1875rem;background-size:contain;background-repeat:no-repeat}.footer-social__link_vk{background-position:center;background-repeat:no-repeat}.footer-social__link_vk .icon{background-image:url(https://e0.edimdoma.ru/assets/layout/footer/vk-d7a990db1cc69ff3af5457cb5294a3ecb2506dc89c4538197db66c6123ae8fca.png);background-size:1.1875rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.footer-social__link_vk .icon{background-image:url(https://e0.edimdoma.ru/assets/layout/footer/vk@2x-b84a09794803160460e67935e05c38ed254dbbe22759bd4b7344af1be6c7aea9.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.footer-social__link_vk .icon{background-image:url(https://e2.edimdoma.ru/assets/layout/footer/vk@3x-8f82f8dc9ad90c9ba129bc206107869f26c08e17aeeaad0973ccf632c0b8111c.png)}}.footer-social__link_vk .icon{width:1.1875rem;height:0.6875rem;background-size:contain;background-repeat:no-repeat}.footer-social__link_vk .icon{opacity:0.5}.footer-social__link_ok{background-position:center;background-repeat:no-repeat}.footer-social__link_ok .icon{background-image:url(https://e1.edimdoma.ru/assets/layout/footer/ok-7c80986615aa4bcd5eaa6eee4b9ef8d63cc385e3e877bf50647dd243689e8291.png);background-size:0.6875rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.footer-social__link_ok .icon{background-image:url(https://e2.edimdoma.ru/assets/layout/footer/ok@2x-9dfebc12ace6001c580933ead901a5dd50f84f43757566706f1975271a3cc0d0.png)}}.footer-social__link_ok .icon{width:0.6875rem;height:1.1875rem;background-size:contain;background-repeat:no-repeat}.footer-social__link_google{background-position:center;background-repeat:no-repeat}.footer-social__link_google .icon{background-image:url(https://e1.edimdoma.ru/assets/layout/footer/google-03beddd5bdf916335c496a77324f1d3f54a6c882a9e2aff3cad1a59da3e9b032.png);background-size:1.1875rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.footer-social__link_google .icon{background-image:url(https://e2.edimdoma.ru/assets/layout/footer/google@2x-099d3fa636ff0d6dd35664d6bd4acb7320ef4ed1285562fa9dcfa644fffe7654.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.footer-social__link_google .icon{background-image:url(https://e0.edimdoma.ru/assets/layout/footer/google@3x-2b3b5526646b9467c0d07ed85ff6961d512de59bed3264c43743145894f8a938.png)}}.footer-social__link_google .icon{width:1.1875rem;height:1rem;background-size:contain;background-repeat:no-repeat}.footer-social__link_tw{background-position:center;background-repeat:no-repeat}.footer-social__link_tw .icon{background-image:url(https://e1.edimdoma.ru/assets/layout/footer/tw-1e40ff7eabef5911cf5aacb110c5ffada2f2c979bffd2116b67b0eada0051ba8.png);background-size:1.4375rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.footer-social__link_tw .icon{background-image:url(https://e1.edimdoma.ru/assets/layout/footer/tw@2x-6c3738a9d0159d2b2209927eff3c49227fcf5143532d68c1b2b3fd6caedb6678.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.footer-social__link_tw .icon{background-image:url(https://e2.edimdoma.ru/assets/layout/footer/tw@3x-6add7690e3b1381148e8137ef6686d21de8cc65c74023c8b93a7b4351761d396.png)}}.footer-social__link_tw .icon{width:1.4375rem;height:1rem;background-size:contain;background-repeat:no-repeat}.footer-social__link_pin{background-position:center;background-repeat:no-repeat}.footer-social__link_pin .icon{background-image:url(https://e3.edimdoma.ru/assets/layout/footer/pin-ba2d01fd1400dea8c273df3c4c728c9ef5cd7f5de7ecc9c752dbf30b78e65151.png);background-size:0.875rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.footer-social__link_pin .icon{background-image:url(https://e1.edimdoma.ru/assets/layout/footer/pin@2x-50f962058861aba74e414dad81bfd5a994bb8198876da1156b2512c4b8924b10.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.footer-social__link_pin .icon{background-image:url(https://e2.edimdoma.ru/assets/layout/footer/pin@3x-315ba8112561e8327b1c704f3badf1ff48b7077ba76296d8a99eda4f3c44e94e.png)}}.footer-social__link_pin .icon{width:0.875rem;height:1.1875rem;background-size:contain;background-repeat:no-repeat}.footer-social__link_ig{background-position:center;background-repeat:no-repeat}.footer-social__link_ig .icon{background-image:url(https://e1.edimdoma.ru/assets/layout/footer/ig-351e138547985c3b8b23036d7d014d275a7126e72b6d0c966287478103c42b9f.png);background-size:1rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.footer-social__link_ig .icon{background-image:url(https://e1.edimdoma.ru/assets/layout/footer/ig@2x-de5297477b893cb099d6d8e1764eb6e22b8ed1b9095bf14fd16fce00f0a4c490.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.footer-social__link_ig .icon{background-image:url(https://e3.edimdoma.ru/assets/layout/footer/ig@3x-8332e0600e500ae767723e338580ea0842528f702796e6d52f51e0aaf27ea036.png)}}.footer-social__link_ig .icon{width:1rem;height:1rem;background-size:contain;background-repeat:no-repeat}.footer-social__link_mm{background-position:center;background-repeat:no-repeat}.footer-social__link_mm .icon{background-image:url(https://e3.edimdoma.ru/assets/layout/footer/mm-1c66c33e34daa0d99ae778092b64707c65985c76981a98b022541d1b58ad56f4.png);background-size:1.1875rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.footer-social__link_mm .icon{background-image:url(https://e3.edimdoma.ru/assets/layout/footer/mm@2x-42baf2555f08603f0ed5b96580d9bc623635fb2ef38159f79717b3dae12e6f3c.png)}}.footer-social__link_mm .icon{width:1.1875rem;height:0.8125rem;background-size:contain;background-repeat:no-repeat}.footer-social__link_youtube{background-position:center;background-repeat:no-repeat}.footer-social__link_youtube .icon{background-image:url(https://e0.edimdoma.ru/assets/layout/footer/youtube-6440df54d034ed73603c1ff20cdfd70a905d3e710fae406c6eb34a9f1b60a934.png);background-size:1.25rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.footer-social__link_youtube .icon{background-image:url(https://e0.edimdoma.ru/assets/layout/footer/youtube@2x-d37537dfbcdd8692df474b7658d8e0d5ba8be94e04043686147a816416e45f1c.png)}}.footer-social__link_youtube .icon{width:1.25rem;height:0.875rem;background-size:contain;background-repeat:no-repeat}.footer-social__link_viber{background-position:center;background-repeat:no-repeat}.footer-social__link_viber .icon{background-image:url(https://e0.edimdoma.ru/assets/layout/footer/viber-255bd862a749b8519f4d2eec4c98d3afd1c699b0d19088975b0f0830de0a8890.png);background-size:1.0625rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.footer-social__link_viber .icon{background-image:url(https://e0.edimdoma.ru/assets/layout/footer/viber@2x-b6dc8f3beb606c5bcdf295a908573d0afea7b3f2a2d46ed150966264adaadee7.png)}}.footer-social__link_viber .icon{width:1.0625rem;height:1.0625rem;background-size:contain;background-repeat:no-repeat}.footer-social__link_telegram{background-position:center;background-repeat:no-repeat}.footer-social__link_telegram .icon{background-image:url(https://e2.edimdoma.ru/assets/layout/footer/telegram-f26119861f1203639e2a061229f27e2897b58d00667adf61776a87df4ae281e2.png);background-size:1.25rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.footer-social__link_telegram .icon{background-image:url(https://e3.edimdoma.ru/assets/layout/footer/telegram@2x-ba7948f82f7217027ba3fa536a8aa3fca637b6495b9b0d0d55a2dac2e27e6401.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.footer-social__link_telegram .icon{background-image:url(https://e3.edimdoma.ru/assets/layout/footer/telegram@3x-9ee44f1e22e62732e3a2d8602e638d5115654160397c99ebd3e8d9550cb2ffcf.png)}}.footer-social__link_telegram .icon{width:1.25rem;height:1rem;background-size:contain;background-repeat:no-repeat}.footer-social__link_yzen{background-position:center;background-repeat:no-repeat}.footer-social__link_yzen .icon{background-image:url(https://e1.edimdoma.ru/assets/layout/footer/yzen-b8a3a7389913a797077a59a66caf107a406082ed3aa1bcee1d9511cc04104806.png);background-size:2rem auto}.footer-social__link_yzen .icon{width:2rem;height:2rem;background-size:contain;background-repeat:no-repeat}.footer-social__link_yzen .icon{width:1.8rem;height:1.8rem;opacity:0.6}@media only screen and (max-width: 1023px){html:not(.old) .footer-social__link_yzen .icon{width:1.3rem;height:1.3rem}}.footer-social__link_gassist{background-position:center;background-repeat:no-repeat}.footer-social__link_gassist .icon{background-image:url(https://e3.edimdoma.ru/assets/layout/footer/gassist-b48bf9118bdf9f1e17f32fe6bdeb653b91b19ef34d3c02ae204bc98828c80c71.png);background-size:1rem auto}.footer-social__link_gassist .icon{width:1rem;height:1rem;background-size:contain;background-repeat:no-repeat}.footer-social__link_rutube{background-position:center;background-repeat:no-repeat}.footer-social__link_rutube .icon{background-image:url(https://e1.edimdoma.ru/assets/layout/footer/rutube-d4c399cfa4e1b8406231e697568841b0215525aec464c22d04b110fc68406c97.png);background-size:1.1875rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.footer-social__link_rutube .icon{background-image:url(https://e1.edimdoma.ru/assets/layout/footer/rutube@2x-41bc84e93d404aef5eff461011552d89e31cbcdf776de7c0323a01765e541177.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.footer-social__link_rutube .icon{background-image:url(https://e1.edimdoma.ru/assets/layout/footer/rutube@3x-8015bed81b0fcfa0ccfe658a35359caccad4977eaaa6d55b7d2005acd577e21c.png)}}.footer-social__link_rutube .icon{width:1.1875rem;height:1.0625rem;background-size:contain;background-repeat:no-repeat}.footer-social__link_rutube .icon{opacity:0.6;margin-top:0.4375rem;margin-left:0.5rem}@media only screen and (max-width: 1023px){html:not(.old) .footer-social__link_rutube .icon{margin-top:0.125rem;margin-left:0}}.footer-social__link_efir{background-position:center;background-repeat:no-repeat}.footer-social__link_efir .icon{background-image:url(https://e1.edimdoma.ru/assets/layout/footer/efir-268c22729234a14f5dba432af1a8b304e0a16d3cf9c37bc647701deb625795c9.png);background-size:1.25rem auto}.footer-social__link_efir .icon{width:1.25rem;height:1rem;background-size:contain;background-repeat:no-repeat}.footer-nav{text-align:center;margin-bottom:1.8125rem;line-height:normal;font-size:0.00625rem;position:relative}.footer-nav:after{content:"";display:block;clear:both}@media only screen and (max-width: 1023px){html:not(.old) .footer-nav{float:left;text-align:left;margin-right:0.625rem;margin-bottom:2.5rem}}@media only screen and (max-width: 1023px) and (min-width: 599px) and (max-width: 1023px){html:not(.old) .footer-nav{margin-right:calc(10 * 0.0625rem + (80 - 10) * (100vw - 600 * 0.0625rem) / (1024 - 600))}}@media only screen and (max-width: 1023px) and (max-width: 599px){html:not(.old) html:not(.old) .footer-nav{margin-right:0.625rem}}@media only screen and (max-width: 1023px) and (min-width: 1024px){html:not(.old) html:not(.old) .footer-nav{margin-right:5rem}}@media only screen and (max-width: 599px){html:not(.old) .footer-nav{float:none;margin-right:0;margin-bottom:1.875rem;padding-bottom:1.875rem;border-bottom:0.0625rem solid #3a3a3a}html:not(.old) .footer-nav:after{content:"";display:block;clear:both}}.footer-nav__col{display:inline-block}@media only screen and (max-width: 1023px){html:not(.old) .footer-nav__col{display:block}html:not(.old) .footer-nav__col+.footer-nav__col{margin-top:0.875rem}}@media only screen and (max-width: 599px){html:not(.old) .footer-nav__col{float:left}html:not(.old) .footer-nav__col+.footer-nav__col{margin-top:0;float:right}}.footer-nav__item{display:inline-block;margin-right:1.5625rem;opacity:0.5;color:#FFF;font-size:0.8125rem;font-weight:400;line-height:2.5rem;text-decoration:none}@media only screen and (max-width: 1023px){html:not(.old) .footer-nav__item{display:block;margin:0;font-size:0.75rem;line-height:2;text-decoration:underline}html:not(.old) .footer-nav__item+.footer-nav__item{margin-top:0.875rem}}@media only screen and (max-width: 379px){html:not(.old) .footer-nav__item{max-width:10rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.footer-nav__item:hover{color:#ff391e;opacity:1}.disclaimer{float:left;margin-left:3.0625rem;opacity:0.2;color:#FFF;font-size:0.75rem;font-weight:400;line-height:1.125rem;padding-top:2.0625rem}@media only screen and (max-width: 1023px){html:not(.old) .disclaimer{display:none}}.disclaimer__text{margin-bottom:4.6875rem}.tablet-disclaimer{float:left;width:10.625rem;display:none}@media only screen and (max-width: 1023px){html:not(.old) .tablet-disclaimer{display:block}}@media only screen and (max-width: 599px){html:not(.old) .tablet-disclaimer{display:none}}.tablet-disclaimer__text{font-family:"Open Sans";font-size:0.6875rem;line-height:1.64;letter-spacing:normal;color:rgba(255,255,255,0.4)}.tablet-disclaimer__logo{width:7.25rem;height:2.8125rem;background-image:url(https://e0.edimdoma.ru/assets/layout/footer/footer-logo-12dc17896c90854ad81f285c40ff34e738ca62bac9441e84433c2be4ebab0bea.png);background-size:12.1875rem auto;background-repeat:no-repeat;background-position:center;background-size:contain;margin:0.3125rem 0 1.9375rem}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.tablet-disclaimer__logo{background-image:url(https://e2.edimdoma.ru/assets/layout/footer/footer-logo@2x-cf7aa8fd9ec67e2a4e8ca0c4f3cbb21f610a486dae818482d5c167edf54a65b2.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.tablet-disclaimer__logo{background-image:url(https://e0.edimdoma.ru/assets/layout/footer/footer-logo@3x-fefe0c73e0fd8162388d7397cf15bdc1eff0bac25b941a6a7fdcf26cc6608e2b.png)}}.footer-projects{float:left;padding-top:1.4375rem;margin-left:3.4375rem;width:11.5625rem}@media only screen and (max-width: 1023px){html:not(.old) .footer-projects{width:13.125rem;margin-left:0;padding-top:3.25rem}}@media only screen and (max-width: 599px){html:not(.old) .footer-projects{width:100%;padding:1.875rem 0 1.25rem;position:relative;border-bottom:0.0625rem solid #3a3a3a}html:not(.old) .footer-projects:before{content:"";width:100%;height:100%;position:absolute;top:0;left:-100%;border-bottom:0.0625rem solid #3a3a3a}html:not(.old) .footer-projects:after{content:"";width:100%;height:100%;position:absolute;top:0;right:-100%;border-bottom:0.0625rem solid #3a3a3a}}.footer-projects__headline{opacity:0.2;color:#FFF;font-size:0.75rem;font-weight:400;line-height:1.125rem;margin-bottom:0.375rem}.footer-projects__link-wrapper{line-height:1.125rem;margin-bottom:0.3125rem;position:relative}@media only screen and (max-width: 1023px){html:not(.old) .footer-projects__link-wrapper{line-height:2.5rem;margin-bottom:0}html:not(.old) .footer-projects__link-wrapper+.footer-projects__link-wrapper{border-top:0.0625rem solid rgba(255,255,255,0.2)}}.footer-projects__link-wrapper:last-child{margin-bottom:0}.footer-projects__link{display:inline-block;color:#959595;font-size:0.8125rem;font-weight:400;padding-right:0;text-decoration:none;background-position:center;background-repeat:no-repeat;cursor:pointer;line-height:normal}.footer-projects__link .icon{background-image:url(https://e2.edimdoma.ru/assets/layout/footer/project-link-369c91b5615f5a01c48f1c78560ee0d0482955fbf7e03b3f554d4a8f340dd437.png);background-size:0.625rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.footer-projects__link .icon{background-image:url(https://e3.edimdoma.ru/assets/layout/footer/project-link@2x-07806867c10751468a5a9641cae158096668ef94e29e56e3c3fb24b951b2d1e0.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.footer-projects__link .icon{background-image:url(https://e3.edimdoma.ru/assets/layout/footer/project-link@3x-6ad3897602432e192ebc0d52e01f6599813338d52ecb16111681260009de0558.png)}}.footer-projects__link:hover .icon{background-image:url(https://e2.edimdoma.ru/assets/layout/footer/project-link_hover-de6ce9714a92c8e0fe920fa6fbbe8bf6e396146d96874ef6b473fa01a112886d.png);background-size:0.625rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.footer-projects__link:hover .icon{background-image:url(https://e0.edimdoma.ru/assets/layout/footer/project-link_hover@2x-84c015870f9bdcddf12d1aad9e09cdb205279f6f0f3c701d7005a983e3913940.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.footer-projects__link:hover .icon{background-image:url(https://e3.edimdoma.ru/assets/layout/footer/project-link_hover@3x-8b048c9308903e2e935d7500d7a101d9d766247fb11e0789d49977ccc2e428a0.png)}}.footer-projects__link .icon{width:0.625rem;height:0.625rem;background-size:contain;background-repeat:no-repeat}.footer-projects__link .icon{margin-bottom:0.0625rem;display:inline-block;vertical-align:middle}@media only screen and (max-width: 1023px){html:not(.old) .footer-projects__link .icon{position:absolute;top:0;right:0;bottom:0;margin:auto 0}}.footer-projects__link span{white-space:nowrap;display:inline-block}.footer-projects__link:hover{text-decoration:none;color:#ff391e}.footer-apps{float:right;display:grid;padding-top:1.4375rem;grid-template-columns:1fr 1fr;grid-template-rows:3fr 1fr;-moz-column-gap:1.875rem;column-gap:1.875rem;row-gap:1.25rem}@media only screen and (max-width: 1023px){html:not(.old) .footer-apps{padding-top:2.5rem}}@media only screen and (max-width: 599px){html:not(.old) .footer-apps{padding:1.875rem 0;float:none;clear:both}}@media only screen and (max-width: 479px){html:not(.old) .footer-apps{display:block;padding-top:0}}.footer-app{float:left;margin-left:0.625rem;text-align:center}.footer-app__horizontal{grid-column-start:1;grid-column-end:3;display:flex;justify-content:space-between;padding-top:0}@media only screen and (max-width: 479px){html:not(.old) .footer-app__horizontal{display:block}}@media only screen and (max-width: 1023px){html:not(.old) .footer-app{margin-left:0}}@media only screen and (max-width: 767px){html:not(.old) .footer-app{float:none;margin:0}html:not(.old) .footer-app+.footer-app{margin-left:0}}@media only screen and (max-width: 599px){html:not(.old) .footer-app{position:relative;border-bottom:0.0625rem solid #3a3a3a}html:not(.old) .footer-app:before{content:"";width:100%;height:100%;position:absolute;top:0;left:-100%;border-bottom:0.0625rem solid #3a3a3a}html:not(.old) .footer-app:after{content:"";width:100%;height:100%;position:absolute;top:0;right:-100%;border-bottom:0.0625rem solid #3a3a3a}}@media only screen and (max-width: 479px){html:not(.old) .footer-app{padding:1.875rem 0}}.footer-app__headline{opacity:0.2;color:#FFF;font-size:0.75rem;font-weight:400;line-height:0.875rem;margin-bottom:0.5625rem;align-items:center;justify-content:center;display:flex}.footer-app__headline__horizontal{width:45%;margin-bottom:0}@media only screen and (max-width: 479px){html:not(.old) .footer-app__headline__horizontal{width:100%}}@media only screen and (max-width: 767px){html:not(.old) .footer-app__headline br{display:none}}@media only screen and (max-width: 479px){html:not(.old) .footer-app__headline{margin-bottom:1rem}}.footer-app__button{display:block;width:7.4375rem;height:2.375rem;border:0.0625rem solid rgba(255,255,255,0.4);border-radius:0.3125rem;position:relative}.footer-app__button+.footer-app__button{margin-top:1rem}@media only screen and (max-width: 767px){html:not(.old) .footer-app__button{width:16.25rem}}@media only screen and (max-width: 599px){html:not(.old) .footer-app__button{width:100%}}.footer-app__button:hover{border-color:#535353}.footer-app__button .icon{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}.footer-app__button_appstore{background-position:center;background-repeat:no-repeat}.footer-app__button_appstore .icon{background-image:url(https://e0.edimdoma.ru/assets/layout/footer/appstore-39ac7d1b07818121081ae5d8ed93df961cc86800bd9e761ed415b769c1ada866.png);background-size:7.4375rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.footer-app__button_appstore .icon{background-image:url(https://e3.edimdoma.ru/assets/layout/footer/appstore@2x-93c0990d2f05870ad8d6e4e729e29ab320445eb205af642061930abd495f7f9e.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.footer-app__button_appstore .icon{background-image:url(https://e3.edimdoma.ru/assets/layout/footer/appstore@3x-431c60cfe09bf260025f238532cecc3e3a3ffbe23c494a9b5073fd72d768cfda.png)}}.footer-app__button_appstore .icon{width:7.4375rem;height:2.1875rem;background-size:contain;background-repeat:no-repeat}@media only screen and (max-width: 1023px){html:not(.old) .footer-app__button_appstore{background-position:center;background-repeat:no-repeat}html:not(.old) .footer-app__button_appstore .icon{background-image:url(https://e3.edimdoma.ru/assets/layout/footer/appstore@2x-93c0990d2f05870ad8d6e4e729e29ab320445eb205af642061930abd495f7f9e.png);background-size:14.875rem auto}html:not(.old) .footer-app__button_appstore .icon{width:14.875rem;height:4.375rem;background-size:contain;background-repeat:no-repeat}html:not(.old) .footer-app__button_appstore .icon{height:100%;width:100%;background-position:center}}.footer-app__button_google{background-position:center;background-repeat:no-repeat}.footer-app__button_google .icon{background-image:url(https://e1.edimdoma.ru/assets/layout/footer/google-play-4bdd28e721220cd68da67001e19b7a12cc80b363bafe5403ed7c304ef82e505b.png);background-size:7.4375rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.footer-app__button_google .icon{background-image:url(https://e3.edimdoma.ru/assets/layout/footer/google-play@2x-86d1caf21e1d39471d3be8991640e48864e156e2477368b0756bb8610d14ef58.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.footer-app__button_google .icon{background-image:url(https://e0.edimdoma.ru/assets/layout/footer/google-play@3x-62377eb653e42a1d43d16738d76179133ab02ec7946c13983fc544fce16440f2.png)}}.footer-app__button_google .icon{width:7.4375rem;height:2.25rem;background-size:contain;background-repeat:no-repeat}@media only screen and (max-width: 1023px){html:not(.old) .footer-app__button_google{background-position:center;background-repeat:no-repeat}html:not(.old) .footer-app__button_google .icon{background-image:url(https://e3.edimdoma.ru/assets/layout/footer/google-play@2x-86d1caf21e1d39471d3be8991640e48864e156e2477368b0756bb8610d14ef58.png);background-size:14.875rem auto}html:not(.old) .footer-app__button_google .icon{width:14.875rem;height:4.4375rem;background-size:contain;background-repeat:no-repeat}html:not(.old) .footer-app__button_google .icon{height:100%;width:100%;background-position:center}}.footer-app__button_windows{background-position:center;background-repeat:no-repeat}.footer-app__button_windows .icon{background-image:url(https://e0.edimdoma.ru/assets/layout/footer/windows-1aff35bacbeee91c4db3de3fbc83415fb8c0ca565bc95fac01a808ce0ec7b199.png);background-size:5.3125rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.footer-app__button_windows .icon{background-image:url(https://e1.edimdoma.ru/assets/layout/footer/windows@2x-484ec6632c161cbcdf35912c51dec3a0b2d0d39df044a58cf399fe617f803e28.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.footer-app__button_windows .icon{background-image:url(https://e2.edimdoma.ru/assets/layout/footer/windows@3x-1bd6430e1f00d54eead0b56e13717cc4910837da751badffd45a62ac62e03888.png)}}.footer-app__button_windows .icon{width:5.3125rem;height:1.1875rem;background-size:contain;background-repeat:no-repeat}@media only screen and (max-width: 1023px){html:not(.old) .footer-app__button_windows{background-position:center;background-repeat:no-repeat}html:not(.old) .footer-app__button_windows .icon{background-image:url(https://e0.edimdoma.ru/assets/layout/footer/windows-tablet-73d657e45fb23966413592cbfb1a9a6ee0a41a4116324d0784691ce4069b51d2.png);background-size:7.6875rem auto}}@media only screen and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 1.5){html:not(.old) .footer-app__button_windows .icon{background-image:url(https://e2.edimdoma.ru/assets/layout/footer/windows-tablet@2x-4e866f60a173c284a2e95d2b65acfb1fe3093376418c7d23202803f21af91ea3.png)}}@media only screen and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 2.5){html:not(.old) .footer-app__button_windows .icon{background-image:url(https://e3.edimdoma.ru/assets/layout/footer/windows-tablet@3x-e1c1ed622fe2769a38128e9f0bc3bd171e43d35c46bf15fd74d5d0e5e8d6343c.png)}}@media only screen and (max-width: 1023px){html:not(.old) .footer-app__button_windows .icon{width:7.6875rem;height:1.875rem;background-size:contain;background-repeat:no-repeat}}.breadcrumbs{font-size:0.75rem;font-weight:500;position:relative;overflow:hidden;color:black}.breadcrumbs__last{max-width:30rem;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;vertical-align:top}.breadcrumbs a{color:#b4afa5;text-decoration:none;display:inline-block;position:relative;word-spacing:normal;margin-right:0.9375rem}.breadcrumbs a:hover{color:#242424}.breadcrumbs a.active{color:black}.breadcrumbs span{margin-right:0.9375rem;color:#b4afa5}.paginator{margin-top:2.5rem;position:relative;text-align:center}@media only screen and (max-width: 1023px){html:not(.old) .paginator{margin-top:1.25rem;margin-bottom:1.25rem}}.paginator__nav{display:block;width:4.25rem;height:2.375rem;border:0.0625rem solid #cac6ba;border-radius:1.25rem;position:absolute;cursor:pointer;top:50%;margin-top:-1.25rem}@media only screen and (max-width: 1023px){html:not(.old) .paginator__nav{width:2.375rem;height:2.375rem;border-radius:1.5rem}}.paginator__nav .icon{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}.paginator__nav_prev{left:0;background-position:center;background-repeat:no-repeat;cursor:pointer}.paginator__nav_prev .icon{background-image:url(https://e3.edimdoma.ru/assets/navigation/paginator-prev-950ae0d7c775cb298287752cf940bbeb4f6accdf91be4077c8202027ce796369.png);background-size:0.375rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.paginator__nav_prev .icon{background-image:url(https://e3.edimdoma.ru/assets/navigation/paginator-prev@2x-b0e5e4d668f1e714153d97dee843b9aa25cd2fb4a1b0926bc64e4d204117b173.png)}}.paginator__nav_prev:hover .icon{background-image:url(https://e3.edimdoma.ru/assets/navigation/paginator-prev_hover-7c7e5d94519ecec5a3a29bf34a6908c53ee1d77d17771ef8bce0b43d77a7a388.png);background-size:0.375rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.paginator__nav_prev:hover .icon{background-image:url(https://e1.edimdoma.ru/assets/navigation/paginator-prev_hover@2x-99b726a26eacecd5e29c727c6112d0df478a35ae3240a3f678d5c471db9309ac.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.paginator__nav_prev:hover .icon{background-image:url(https://e0.edimdoma.ru/assets/navigation/paginator-prev_hover@3x-5cb6d3f4752d77b62bd3a59531cbcad3f7f14c3e06e65e9cd5b164a2a2c90690.png)}}.paginator__nav_prev .icon{width:0.375rem;height:0.625rem;background-size:contain;background-repeat:no-repeat}.paginator__nav_next{right:0;background-position:center;background-repeat:no-repeat;cursor:pointer}.paginator__nav_next .icon{background-image:url(https://e2.edimdoma.ru/assets/navigation/paginator-next-14650b89387f20236fd56c4f5285b0880485228051fcfee0143e8ae2189f5073.png);background-size:0.375rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.paginator__nav_next .icon{background-image:url(https://e2.edimdoma.ru/assets/navigation/paginator-next@2x-c9633704932311e113fdc30795637c5cce1ad609a8f1b37fd192d4edc7533043.png)}}.paginator__nav_next:hover .icon{background-image:url(https://e3.edimdoma.ru/assets/navigation/paginator-next_hover-269c63d50eb8ecf0dca98f2a778a1dcab422b43e705fc7d086ccc81c3f91fa32.png);background-size:0.375rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.paginator__nav_next:hover .icon{background-image:url(https://e0.edimdoma.ru/assets/navigation/paginator-next_hover@2x-fbb4dc17232058e981223c5126c7d050b672ff7697cba6674cd794ed251893fa.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.paginator__nav_next:hover .icon{background-image:url(https://e2.edimdoma.ru/assets/navigation/paginator-next_hover@3x-3673b0d3a86230cf49ce6951f066f7881b54953eb5ae033a6cf29a516cdcbdb4.png)}}.paginator__nav_next .icon{width:0.375rem;height:0.625rem;background-size:contain;background-repeat:no-repeat}.paginator__nav:hover{background-color:#FBF8F6;border-color:#FBF8F6}.paginator__nav:active{background-color:#e8e2d0;border-color:#e8e2d0}.paginator__pages{position:relative;overflow:hidden;height:3.1875rem}@media only screen and (max-width: 1023px){html:not(.old) .paginator__pages{height:2.5rem}}.paginator__item{display:inline-block;width:3.125rem;height:3.125rem;border-radius:50%;margin:0 0.3125rem;cursor:pointer;color:#242424;font-family:"Arial";font-size:0.875rem;font-weight:700;line-height:3.125rem;text-decoration:none;position:relative}@media only screen and (max-width: 1023px){html:not(.old) .paginator__item{width:2.5rem;height:2.5rem;font-size:0.75rem;line-height:2.5rem;margin:0 0.125rem}}.paginator__item:before{content:"";width:0.0625rem;height:0.625rem;background-color:#CAC6BA;position:absolute;top:50%;left:-0.375rem;margin-top:-0.3125rem}@media only screen and (max-width: 1023px){html:not(.old) .paginator__item:before{height:0.875rem;margin-top:-0.4375rem;left:-0.125rem}}.paginator__item:first-child:before{display:none}.paginator__item:hover{background-color:#fbf8f6}.paginator__item.disabled:hover{cursor:default !important;background:transparent !important}.paginator__item.active{background-color:#EE1919;color:#fff}.paginator__item.active:before{display:none}.paginator__item.active+.paginator__item:before{display:none}@media only screen and (max-width: 599px){html:not(.old) .paginator__item.active:not(.pagination__item_first-active) ~ .disabled:before{display:none}}@media only screen and (max-width: 599px){html:not(.old) .paginator__item_hide-sm{display:none}}.alphabet{width:55rem;position:relative;overflow:hidden;margin:-0.625rem 0 1.25rem 0;padding-bottom:0.625rem;border-bottom:0.0625rem solid #ded9cc}@media only screen and (max-width: 479px){html:not(.old) .alphabet{width:auto}}.alphabet__label{color:#847F78;font-size:0.8125rem;font-weight:400;float:left;line-height:1.875rem}.alphabet__all{display:block;float:left;width:2.6875rem;height:1.875rem;border-radius:0.9375rem;font-size:0.75rem;color:#404040;font-weight:400;text-decoration:none;text-align:center;line-height:1.875rem;margin-left:1.25rem;margin-right:0.9375rem}.alphabet__all:hover{background-color:#fbf8f6}.alphabet__all.active{background-color:#FF391E;color:#FFF}.alphabet__item{display:block;float:left;color:#404040;font-size:0.75rem;font-weight:600;line-height:1.875rem;text-decoration:none;text-transform:uppercase;position:relative;padding:0 0.45rem}.alphabet__item:before{content:"";width:1.875rem;height:1.875rem;border-radius:0.9375rem;position:absolute;top:0;left:-0.0625rem;display:none}.alphabet__item:hover{color:#d1cbc0}.alphabet__item.active{color:#fff}.alphabet__item.active span{display:inline-block;position:relative;z-index:1;width:0.78125rem;text-align:center}.alphabet__item.active:before{display:block;background-color:#ff391e}.alphabet__item_disabled{display:none}.accordion{width:17.5rem;padding:1rem 0 0.5625rem 0;border-top:0.0625rem solid #DED9CC;border-bottom:0.0625rem solid #DED9CC;margin-top:-0.0625rem}.accordion:after{content:"";display:block;clear:both}.accordion_open .accordion__headline .icon{background-position:center;background-repeat:no-repeat;cursor:pointer}.accordion_open .accordion__headline .icon{background-image:url(https://e0.edimdoma.ru/assets/navigation/accordion-arrow-open-88bf2afb41f755898780225460e322aa221495d23ecac6c84cb972608de1984a.png);background-size:0.75rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.accordion_open .accordion__headline .icon{background-image:url(https://e1.edimdoma.ru/assets/navigation/accordion-arrow-open@2x-88bc0f4c465da34fa58d8ed2ce8b2f060704f02985f2be0def6ca8030720a216.png)}}.accordion_open .accordion__headline .icon:hover{background-image:url(https://e0.edimdoma.ru/assets/navigation/accordion-arrow-open_hover-163b711c8a9f2bd7585bc33bd74fd126f23b818982df7a92b744c5fbfd7287f9.png);background-size:0.75rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.accordion_open .accordion__headline .icon:hover{background-image:url(https://e1.edimdoma.ru/assets/navigation/accordion-arrow-open_hover@2x-4fdce5f47d44de07e3f7a7cab6e4ca4ff8273551248590c7c1c52df0e19522bd.png)}}.accordion_open .accordion__headline .icon{width:0.75rem;height:0.4375rem;background-size:contain;background-repeat:no-repeat}.accordion_open .accordion__headline:hover .icon{background-position:center;background-repeat:no-repeat}.accordion_open .accordion__headline:hover .icon{background-image:url(https://e0.edimdoma.ru/assets/navigation/accordion-arrow-open_hover-163b711c8a9f2bd7585bc33bd74fd126f23b818982df7a92b744c5fbfd7287f9.png);background-size:0.75rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.accordion_open .accordion__headline:hover .icon{background-image:url(https://e1.edimdoma.ru/assets/navigation/accordion-arrow-open_hover@2x-4fdce5f47d44de07e3f7a7cab6e4ca4ff8273551248590c7c1c52df0e19522bd.png)}}.accordion_open .accordion__headline:hover .icon{width:0.75rem;height:0.4375rem;background-size:contain;background-repeat:no-repeat}.accordion_open .accordion__list{height:auto;margin-bottom:0.1875rem}.accordion__headline{color:#252525;font-size:0.875rem;font-weight:700;padding-left:1.875rem;margin-bottom:0.5625rem;position:relative;cursor:pointer;line-height:normal}.accordion__headline span{display:block;color:#9F9F9F;font-size:0.75rem;font-weight:400;margin-bottom:0.4375rem}.accordion__headline .icon{position:absolute;top:0.4375rem;left:0;background-position:center;background-repeat:no-repeat;cursor:pointer}.accordion__headline .icon{background-image:url(https://e1.edimdoma.ru/assets/navigation/accordion-arrow-close-a4adccc8d18979be74dfc83620f1dcb281f70b9418ad55dac4e7bfa254eab33c.png);background-size:0.75rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.accordion__headline .icon{background-image:url(https://e0.edimdoma.ru/assets/navigation/accordion-arrow-close@2x-68c77a91b3e28f186845467e7df26367223fcb0bdc1e483f48a618e7a92e7c50.png)}}.accordion__headline .icon:hover{background-image:url(https://e3.edimdoma.ru/assets/navigation/accordion-arrow-close_hover-19e86e728ece9582d01db40a41c8d23073dbd3bf91934eb809bf40b8e627ea38.png);background-size:0.75rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.accordion__headline .icon:hover{background-image:url(https://e1.edimdoma.ru/assets/navigation/accordion-arrow-close_hover@2x-7d2345ede19b33cead7bc899e34cb77165181e3e9931e31397e867390f1e686a.png)}}.accordion__headline .icon{width:0.75rem;height:0.5rem;background-size:contain;background-repeat:no-repeat}.accordion__headline:hover .icon{background-position:center;background-repeat:no-repeat}.accordion__headline:hover .icon{background-image:url(https://e3.edimdoma.ru/assets/navigation/accordion-arrow-close_hover-19e86e728ece9582d01db40a41c8d23073dbd3bf91934eb809bf40b8e627ea38.png);background-size:0.75rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.accordion__headline:hover .icon{background-image:url(https://e1.edimdoma.ru/assets/navigation/accordion-arrow-close_hover@2x-7d2345ede19b33cead7bc899e34cb77165181e3e9931e31397e867390f1e686a.png)}}.accordion__headline:hover .icon{width:0.75rem;height:0.5rem;background-size:contain;background-repeat:no-repeat}.accordion__list{margin-bottom:0;position:relative;overflow:hidden;height:0;transition:all 0.3s ease}.accordion__list-item{color:#737373;font-size:0.875rem;font-weight:400;line-height:1.875rem;padding-left:1.875rem;height:1.875rem;border-radius:1.25rem;cursor:pointer}.accordion__list-item:hover{background-color:#FBF8F6}.accordion__content{padding:0 1.875rem;margin-top:-0.3125rem;position:relative;overflow:hidden;height:0}.accordion__text{color:#4D4D4D;font-size:0.9375rem;font-weight:400;line-height:1.5rem;margin-bottom:0.9375rem}.accordion__time{color:#5B5B5B;font-size:0.75rem;font-weight:400;line-height:2.5rem}.accordion__time span{display:inline-block;vertical-align:middle}.accordion__time .fonticon{color:#ed392f;margin-right:0.3125rem}.accordion_with-content{width:auto;border:none;padding:1.25rem 0 1.25rem;position:relative}.accordion_with-content:first-child{padding-top:0}.accordion_with-content:last-child{padding-bottom:0}.accordion_with-content.active:after{content:"";position:absolute;z-index:4;top:0;left:-1.875rem;right:-1.875rem;bottom:0;background-color:#f2f2f2}.accordion_with-content.active:first-child:after{top:-1.5625rem}.accordion_with-content.active:last-child:after{bottom:-1.5625rem;border-radius:0 0 0.25rem 0.25rem}.accordion_with-content+.accordion_with-content:before{content:"";position:absolute;z-index:5;top:0;left:-1.875rem;right:-1.875rem;height:0.0625rem;background-color:#DED9CC}.accordion_with-content .fonticon_play-icon{font-size:1.125rem}.accordion_with-content .fonticon_video{font-size:1.125rem}.accordion_with-content .fonticon_done{font-size:1.125rem}.accordion_with-content .accordion__content{position:relative;z-index:5;padding:0 0 0 1.875rem}.accordion_with-content .accordion__headline{position:relative;z-index:5}.accordion_with-content .accordion__headline .icon{top:0.3125rem}.accordion_with-content .accordion__actions{border-top:0.0625rem solid #e6e1da;margin-top:0.375rem;padding-top:1.25rem}.playing-now{background-position:center;background-repeat:no-repeat}.playing-now{background-image:url(https://e1.edimdoma.ru/assets/icons/playing-now-572ae9785d9e412f2b535c65b9e8f98bc3743de4c927bea6a604104f0e7e558a.png);background-size:1.5rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.playing-now{background-image:url(https://e0.edimdoma.ru/assets/icons/playing-now@2x-1c389e354ffdf99a39fb734770b20b70f426010376bfbf391aad0e12c16d824b.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.playing-now{background-image:url(https://e1.edimdoma.ru/assets/icons/playing-now@3x-eaed2e682139494a42f421442d5c4ff04d0d8a705937e11c6ae706a57434f426.png)}}.playing-now{width:1.5rem;height:1.125rem;background-size:contain;background-repeat:no-repeat}.side-nav{margin-bottom:1.25rem}@media only screen and (max-width: 1023px){html:not(.old) .side-nav{padding:0 2.5rem}}@media only screen and (max-width: 767px){html:not(.old) .side-nav{padding-left:0.625rem;padding-right:0.625rem}}@media only screen and (max-width: 767px) and (min-width: 319px) and (max-width: 767px){html:not(.old) .side-nav{padding-left:calc(10 * 0.0625rem + (40 - 10) * (100vw - 320 * 0.0625rem) / (768 - 320))}}@media only screen and (max-width: 767px) and (max-width: 319px){html:not(.old) html:not(.old) .side-nav{padding-left:0.625rem}}@media only screen and (max-width: 767px) and (min-width: 768px){html:not(.old) html:not(.old) .side-nav{padding-left:2.5rem}}@media only screen and (max-width: 767px) and (min-width: 319px) and (max-width: 767px){html:not(.old) .side-nav{padding-right:calc(10 * 0.0625rem + (40 - 10) * (100vw - 320 * 0.0625rem) / (768 - 320))}}@media only screen and (max-width: 767px) and (max-width: 319px){html:not(.old) html:not(.old) .side-nav{padding-right:0.625rem}}@media only screen and (max-width: 767px) and (min-width: 768px){html:not(.old) html:not(.old) .side-nav{padding-right:2.5rem}}.side-nav .side-nav__section+.side-nav__section{padding-top:1.25rem}.side-nav .side-nav__section+.side-nav__section .side-nav__icon{top:1.5rem}.side-nav .side-nav__section+.button{margin-top:1.25rem}@media only screen and (max-width: 1023px){html:not(.old) .side-nav .side-nav__section+.button{display:none}}.side-nav .content-box__content{padding:0;height:19.375rem;position:relative;overflow:hidden}.side-nav__spacer{display:none;height:9.375rem}@media only screen and (max-width: 1023px){html:not(.old) .side-nav__spacer{display:block}}.side-nav__section{color:#252525;font-size:0.875rem;line-height:0.875rem;font-weight:700;border-bottom:0.0625rem solid #ded8cb;padding-left:1.875rem;position:relative;background-position:center;background-repeat:no-repeat;cursor:pointer}.side-nav__section .side-nav__icon{background-image:url(https://e2.edimdoma.ru/assets/forms/selectbox-arrow-down-52154cd186676eb6f4003318707405ca70d2bfba59108a96020d318ba37298e9.png);background-size:0.75rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.side-nav__section .side-nav__icon{background-image:url(https://e0.edimdoma.ru/assets/forms/selectbox-arrow-down@2x-49815c4af64b67ddbce6c46c464ee428bafd14fd0a254143726aef128db6c8d0.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.side-nav__section .side-nav__icon{background-image:url(https://e0.edimdoma.ru/assets/forms/selectbox-arrow-down@3x-b29eaf290179e703aa38dfa9b7ee55d565e36b8601900aeb3c524f6cb2f7c15a.png)}}.side-nav__section:hover .side-nav__icon{background-image:url(https://e1.edimdoma.ru/assets/forms/selectbox-arrow-down_hover-b5317303b8cbea1ea8d244672497cb83c8bb7aad046dd985de29d9620d2dff70.png);background-size:0.75rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.side-nav__section:hover .side-nav__icon{background-image:url(https://e1.edimdoma.ru/assets/forms/selectbox-arrow-down_hover@2x-00d7d83a0b4b8b0ddd4527a14d0dc1fcfd2a1ae7953112b553d9fd7786bb4ca6.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.side-nav__section:hover .side-nav__icon{background-image:url(https://e2.edimdoma.ru/assets/forms/selectbox-arrow-down_hover@3x-5bd06d688a04db634d4b008bec7d98b329bebd436d9896648a2b086cd851dab2.png)}}.side-nav__section .side-nav__icon{width:0.75rem;height:0.5rem;background-size:contain;background-repeat:no-repeat}@media only screen and (max-width: 767px){html:not(.old) .side-nav__section{width:16.25rem;box-sizing:border-box;margin:0 auto}}.side-nav__section span{display:inline-block;position:relative}.side-nav__section:before{content:"";position:absolute;top:-1.25rem;left:-1.25rem;right:-1.25rem;bottom:-0.0625rem;border-radius:0.625rem;background-color:#ebe4d4;opacity:0;transition:opacity 1s ease;display:none}.side-nav__section+.side-nav__section:before{top:-0.0625rem}.side-nav__section_tags .tags{margin-top:0;margin-left:-1.875rem}.side-nav__section.open{background-position:center;background-repeat:no-repeat}.side-nav__section.open .side-nav__icon{background-image:url(https://e1.edimdoma.ru/assets/forms/selectbox-arrow-up-d37dde1f321139ba9630ebd1b1a77d270347e67d4066e67c0cdb26e95bed3995.png);background-size:0.8125rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.side-nav__section.open .side-nav__icon{background-image:url(https://e0.edimdoma.ru/assets/forms/selectbox-arrow-up@2x-f2c472fef206fad2da2ef87c74f3878c7fe39348de19927c8566095cf15869f4.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.side-nav__section.open .side-nav__icon{background-image:url(https://e3.edimdoma.ru/assets/forms/selectbox-arrow-up@3x-ff8405c3b7fdeef04677e948a11d380be3b4b6a81168012d6ad93be5ec257a29.png)}}.side-nav__section.open .side-nav__icon{width:0.8125rem;height:0.5rem;background-size:contain;background-repeat:no-repeat}.side-nav__section.open:before{opacity:1}.side-nav__section .tooltip_show{left:100%;margin-left:-0.625rem;top:0;margin-top:0.5625rem}.side-nav__title{position:relative}.side-nav__title .tooltip_show{left:100%;margin-left:-0.625rem;top:50%;margin-top:-1.125rem}.side-nav__icon{position:absolute;top:0.25rem;left:0}.side-nav__icon_inside{left:-1.875rem}.side-nav__hidden-content{height:0;position:relative;overflow:hidden;margin:1.1875rem 0 0 -1.875rem;border-top:0.0625rem solid transparent}.side-nav__hidden-content .field__label{margin-left:-1.875rem}.side-nav__hidden-content .checkbox{margin-left:-1.875rem}.side-nav__wrapper{height:19.375rem;overflow:hidden;position:relative;padding-left:1.875rem;margin-left:-1.875rem}@media only screen and (max-width: 1023px){html:not(.old) .side-nav__wrapper{overflow:auto}html:not(.old) .side-nav__wrapper:-webkit-scrollbar{width:0.9375rem;height:0.9375rem;border-bottom:0.0625rem solid #eee;border-top:0.0625rem solid #eee}html:not(.old) .side-nav__wrapper:-webkit-scrollbar-thumb{border-radius:0.5rem;background-color:#C3C3C3;border:0.125rem solid #eee}html:not(.old) .side-nav__wrapper:-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 0.375rem rgba(0,0,0,0.2)}}.side-nav__scroller{border-bottom:0.0625rem solid transparent}.side-nav__item{display:block;color:rgba(0,0,0,0.7);font-size:0.875rem;font-weight:400;line-height:0.875rem;margin-bottom:1.25rem;text-decoration:none;position:relative;padding-left:1.875rem}@media only screen and (max-width: 1023px){html:not(.old) .side-nav__item{margin-bottom:1.25rem}html:not(.old) .side-nav__item+.side-nav__item{border-top:0.0625rem solid white;line-height:normal;padding-top:0.9375rem;padding-bottom:0.9375rem;margin-bottom:0}}.side-nav__item:first-child .checkbox{margin-top:0.25rem}.side-nav__item:hover{opacity:1;color:#ff441b}.side-nav__item.active{color:#ff441b}.side-nav__item .tooltip_show{left:100%;margin-left:-0.625rem;top:50%;margin-top:-1.125rem}@media only screen and (max-width: 1023px){html:not(.old) .side-nav__item .tooltip_show{display:none}}.side-nav .checkbox__input+span{line-height:0.875rem;color:rgba(0,0,0,0.7);font-size:0.875rem;font-weight:400}@media only screen and (max-width: 1023px){html:not(.old) .side-nav .checkbox__input+span{vertical-align:middle}}.side-nav .checkbox__input+span:before{top:-0.25rem}.side-nav .field__labelvalue{line-height:0.875rem;color:rgba(0,0,0,0.7);font-size:0.875rem;font-weight:400}.ui-slider{position:relative;margin-left:-1.875rem;margin-bottom:1.875rem;margin-top:0.625rem}.ui-slider:after{content:"";display:block;clear:both}.ui-slider__background-bar{width:17.5rem;height:0.25rem;background-color:#DED9CC;border-radius:0.125rem;position:relative;margin-bottom:0.9375rem}.ui-slider__fill-bar{width:12rem;height:0.25rem;background-color:#FF391E;position:absolute;top:0;left:2rem}.ui-slider__toddler{background-position:center;background-repeat:no-repeat;position:absolute;top:-0.5rem;cursor:pointer}.ui-slider__toddler{background-image:url(https://e1.edimdoma.ru/assets/navigation/toddler-95e6079c74ab0096a8524cac7fb5d98e965ac16adaf100e9fa4939da0e98d5ba.png);background-size:1.375rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.ui-slider__toddler{background-image:url(https://e0.edimdoma.ru/assets/navigation/toddler@2x-fd30150e1549f626fd68f7423190709601788542a2671b8b456b82fced69d29a.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.ui-slider__toddler{background-image:url(https://e1.edimdoma.ru/assets/navigation/toddler@3x-2324c6917ee64cbab1b7047bde7b3514b9e9ab1aa1dfba4aedc742c4d5558074.png)}}.ui-slider__toddler{width:1.375rem;height:1.375rem;background-size:contain;background-repeat:no-repeat}.ui-slider__toddler_left{left:1.75rem}.ui-slider__toddler_right{right:2.375rem}.ui-slider__value{color:#242424;font-size:0.875rem;font-weight:600}.ui-slider__value span{font-size:0.75rem;font-weight:400}.ui-slider__value_max{float:right}.ui-slider__value_min{float:left}.side-nav_bottom-border_none .side-nav__section:last-child{border-bottom:none}.side-nav-button{margin-bottom:1.25rem}.side-nav__section.always-open{padding-left:0}.side-nav__section.always-open .side-nav__hidden-content{height:auto;margin-left:0;padding-left:0}.side-nav__section.always-open .side-nav__item{padding-left:1.25rem}.side-nav__section.always-open .side-nav__icon{display:none}.side-nav__section.always-open .tags{margin-left:0}.side-nav__section_tags.always-open .side-nav__item{padding-left:0}.side-filter{height:3.75rem;margin:0 -2.5rem 1.25rem;background-color:#ffffff;box-shadow:0 0.0625rem 0.1875rem 0 rgba(72,44,4,0.3);line-height:3.75rem;display:none}.side-filter:after{content:"";display:block;clear:both}@media only screen and (max-width: 1023px){html:not(.old) .side-filter{display:block}}@media only screen and (max-width: 767px){html:not(.old) .side-filter{margin-left:-0.625rem;margin-right:-0.625rem}}@media only screen and (max-width: 767px) and (min-width: 319px) and (max-width: 767px){html:not(.old) .side-filter{margin-left:calc(-10 * 0.0625rem + (-40 - -10) * (100vw - 320 * 0.0625rem) / (768 - 320))}}@media only screen and (max-width: 767px) and (max-width: 319px){html:not(.old) html:not(.old) .side-filter{margin-left:-0.625rem}}@media only screen and (max-width: 767px) and (min-width: 768px){html:not(.old) html:not(.old) .side-filter{margin-left:-2.5rem}}@media only screen and (max-width: 767px) and (min-width: 319px) and (max-width: 767px){html:not(.old) .side-filter{margin-right:calc(-10 * 0.0625rem + (-40 - -10) * (100vw - 320 * 0.0625rem) / (768 - 320))}}@media only screen and (max-width: 767px) and (max-width: 319px){html:not(.old) html:not(.old) .side-filter{margin-right:-0.625rem}}@media only screen and (max-width: 767px) and (min-width: 768px){html:not(.old) html:not(.old) .side-filter{margin-right:-2.5rem}}@media only screen and (max-width: 384px){html:not(.old) .side-filter{position:relative}}.side-filter__title{display:inline-block;font-size:1rem;font-weight:600;color:#242424;margin-left:2.5rem}@media only screen and (max-width: 384px){html:not(.old) .side-filter__title{text-align:center;position:absolute;top:0;right:0;left:0;margin:0}}.side-filter__clear{display:inline-block;font-size:0.6875rem;color:#b4afa6;margin-left:0.9375rem;position:relative}@media only screen and (max-width: 384px){html:not(.old) .side-filter__clear{display:block;float:right;margin:0 0.625rem 0 0}}.side-filter__clear .fonticon{display:inline-block;vertical-align:middle;margin-left:0.25rem}.side-filter__mobile-close{background-position:center;background-repeat:no-repeat;position:absolute;top:0;left:0.6875rem;bottom:0;margin:auto;z-index:3;display:none}.side-filter__mobile-close{background-image:url(https://e2.edimdoma.ru/assets/recipes/close-filter-d8b255b091bddfb11ffb7438d0717ade975ece9b2e585accc43b3518fc2dc781.png);background-size:1.25rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.side-filter__mobile-close{background-image:url(https://e3.edimdoma.ru/assets/recipes/close-filter@2x-603761d0f7cc9728d4174becd5530ce21f8ddaea6e46837fd467e3796cb4e5e6.png)}}.side-filter__mobile-close{width:1.25rem;height:0.875rem;background-size:contain;background-repeat:no-repeat}.side-filter__mobile-close:before{content:"";position:absolute;top:-0.625rem;left:-0.625rem;right:-0.625rem;bottom:-0.625rem}@media only screen and (max-width: 384px){html:not(.old) .side-filter__mobile-close{display:block}}.show-filter-result{width:11.25rem;height:2.5rem;position:fixed;z-index:999999;left:0;margin-left:-5.625rem;bottom:1.5625rem;border-radius:1.25rem;background-color:#e02407;font-size:0.75rem;font-weight:600;line-height:2.5rem;letter-spacing:0.0625rem;color:#ffffff;text-transform:uppercase;text-align:center;cursor:pointer;visibility:hidden;display:none}@media only screen and (max-width: 1023px){html:not(.old) .show-filter-result{display:block;bottom:5vh;margin:0 auto}}.show-filter-result__count{display:inline-block;padding:0 0.375rem;height:1.25rem;background-color:#ffffff;border-radius:1.25rem;font-size:0.6875rem;font-weight:600;line-height:1.25rem;letter-spacing:0.00625rem;color:#e02407;text-align:center;margin-left:0.3125rem;letter-spacing:0.1px}.filter-overlay{width:100%;height:100%;position:fixed;top:0;left:0;background:black;visibility:hidden;opacity:0;z-index:21;display:none}@media only screen and (max-width: 1023px){html:not(.old) .filter-overlay{transition:all 0.2s ease-in;display:block}}.filter-overlay .close-filter{width:1.25rem;height:1.125rem;position:absolute;top:1.25rem;right:2.5rem;cursor:pointer}@media only screen and (max-width: 767px){html:not(.old) .filter-overlay .close-filter{right:0.625rem}}@media only screen and (max-width: 767px) and (min-width: 319px) and (max-width: 767px){html:not(.old) .filter-overlay .close-filter{right:calc(10 * 0.0625rem + (40 - 10) * (100vw - 320 * 0.0625rem) / (768 - 320))}}@media only screen and (max-width: 767px) and (max-width: 319px){html:not(.old) html:not(.old) .filter-overlay .close-filter{right:0.625rem}}@media only screen and (max-width: 767px) and (min-width: 768px){html:not(.old) html:not(.old) .filter-overlay .close-filter{right:2.5rem}}@media only screen and (max-width: 384px){html:not(.old) .filter-overlay .close-filter{display:none}}.filter-overlay .close-filter:before{content:"";position:absolute;top:-0.625rem;right:-0.625rem;left:-0.625rem;bottom:-0.625rem}.filter-overlay .close-filter__line{width:100%;height:0.125rem;transform-origin:50% 50%;border-radius:0.0625rem;background-color:white;position:absolute;top:0.5625rem}.filter-overlay .close-filter__line_left{transform:rotate(45deg)}.filter-overlay .close-filter__line_right{transform:rotate(-45deg)}.filter-overlay__visible{visibility:inherit;opacity:0.8}.drop-down{display:block;position:absolute;padding:0.0625rem 1.875rem;background-color:#FFF;border-radius:0.25rem;box-shadow:0 0.0625rem 0.25rem rgba(0,0,0,0.3);z-index:100}.drop-down__triangle{background-position:center;background-repeat:no-repeat;position:absolute;top:-0.625rem;right:2.3125rem}.drop-down__triangle{background-image:url(https://e0.edimdoma.ru/assets/elements/global/dropdown-triangle-97fc9350c7bf842f182519a758abb604ca65b776d6dee4a4759fbe989d388355.png);background-size:1.375rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.drop-down__triangle{background-image:url(https://e0.edimdoma.ru/assets/elements/global/dropdown-triangle@2x-0fcaa531b28511c798988510f91f9316b4a8fb77376d22a904f5b07ecdfd7501.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.drop-down__triangle{background-image:url(https://e1.edimdoma.ru/assets/elements/global/dropdown-triangle@3x-45505a0a88476633b17e8bf01647d2e9fa338fb2198f96c1712c94e91a320f5f.png)}}.drop-down__triangle{width:1.375rem;height:0.625rem;background-size:contain;background-repeat:no-repeat}.drop-down__triangle_left{left:1.25rem}.drop-down__scroll-box{max-height:7.625rem;position:relative;overflow:hidden;padding:0 1.25rem}.drop-down__container{position:relative}.drop-down__all{display:block;color:#666;font-size:0.75rem;font-weight:400;text-decoration:none;margin-top:-0.0625rem;cursor:pointer}.drop-down__all:hover{color:#ff391e}.drop-down__hoverer{position:absolute;top:-0.8125rem;left:0;right:0;height:0.8125rem}.drop-down__hr{height:0.0625rem;background-color:#e0e0e0;margin:0.9375rem 0}.drop-down__hr_fullwidth{margin-left:-1.25rem;margin-right:-1.25rem}.drop-down__new-book{height:2.5rem;padding:0 1.25rem;color:#4D4D4D;font-size:0.875rem;font-weight:600;line-height:2.5rem;border-top:0.0625rem solid #f2f2f2;cursor:pointer}.drop-down__new-book span{display:inline-block;vertical-align:middle;margin-top:-0.125rem}.drop-down__new-book .fonticon{color:#ccc;font-size:1.125rem;margin-right:0.625rem}.drop-down__new-book:hover{color:#000}.drop-down__new-book:hover .fonticon{color:#ff391e}.drop-down__item{display:block;height:3.5rem;border-top:0.0625rem solid #f2f2f2;color:#666;font-size:0.75rem;font-weight:600;text-transform:uppercase;line-height:3.5rem;text-decoration:none;white-space:nowrap;position:relative}.drop-down__item span{display:inline-block;position:relative}.drop-down__item:first-child{border:none}.drop-down__item:hover{color:#000}.drop-down__item:hover .fonticon{color:#ff391e}.drop-down__item:hover .drop-down__item-hover{display:block}.drop-down__item_selected .drop-down__item-hover{display:block}.drop-down__item-hover{display:none;position:absolute;top:-0.0625rem;left:-1.875rem;right:-1.875rem;bottom:-0.0625rem;background-color:#f2f2f2}.drop-down__show-all-results{height:3.3125rem;margin:-0.9375rem -1.25rem;color:#999;font-size:0.75rem;font-weight:600;text-transform:uppercase;line-height:3.3125rem;text-align:center;cursor:pointer}.drop-down__show-all-results:hover{color:#ff391e}.drop-down_main-menu .drop-down__item.active{color:#ff441b}.drop-down_main-menu .drop-down__item:first-child:hover:before{content:"";border-left:0.625rem solid transparent;border-right:0.625rem solid transparent;border-bottom:0.625rem solid #f2f2f2;position:absolute;top:-0.6875rem;right:0.5rem;z-index:2}.drop-down_main-menu .drop-down__item:last-of-type:hover .drop-down__item-hover{border-radius:0 0 0.25rem 0.25rem}.drop-down_user-menu{padding:0 1.25rem}.drop-down_user-menu .drop-down__item{height:2.5rem;border-bottom:0.0625rem solid #f2f2f2;border-top:0;line-height:2.5rem;text-transform:none;font-size:0.8125rem}.drop-down_user-menu .drop-down__item:first-child .drop-down__item-hover{border-radius:0.25rem 0.25rem 0 0}.drop-down_user-menu .drop-down__item:first-child:hover:before{content:"";border-left:0.625rem solid transparent;border-right:0.625rem solid transparent;border-bottom:0.625rem solid #f2f2f2;position:absolute;top:-0.625rem;right:-0.0625rem;z-index:2}.drop-down_user-menu .drop-down__item_logout{height:3.0625rem;line-height:3.0625rem;border-bottom:none}.drop-down_user-menu .drop-down__item_logout .drop-down__item-hover{border-radius:0 0 0.25rem 0.25rem;bottom:0}.drop-down_user-menu .drop-down__item span{vertical-align:middle;padding-left:2.1875rem}.drop-down_user-menu .drop-down__item .fonticon{padding:0;position:absolute;font-size:1rem}.drop-down_user-menu .drop-down__item-hover{left:-1.25rem;right:-1.25rem}.drop-down_user-menu .drop-down__triangle{right:1.0625rem}.drop-down_search{padding:0.9375rem 1.25rem;box-sizing:border-box;width:100%;margin-top:1.3125rem;display:none}@media only screen and (max-width: 1023px){html:not(.old) .drop-down_search{max-height:calc(100vh - 9.375rem);overflow:auto}}.drop-down_search .drop-down__headline{color:#999;font-size:0.6875rem;font-weight:600;text-transform:uppercase;margin-bottom:0.9375rem}.drop-down_search .drop-down__item{height:auto;font-size:0.875rem;text-transform:none;border:none;line-height:normal;font-weight:400;padding:0.3125rem 0;cursor:pointer;white-space:normal}.drop-down_search .drop-down__item-hover{left:-1.25rem;right:-1.25rem}.drop-down_search .drop-down__triangle{right:0.9375rem}.drop-down_search-empty .drop-down__headline{margin-bottom:0.625rem}.drop-down_search-empty .drop-down__item{font-size:0.8125rem;cursor:default}.drop-down_search-empty .drop-down__item:hover{color:#666}.drop-down_search-empty .drop-down__item a{color:#e12407}.drop-down_search-empty .drop-down__item a:hover{text-decoration:underline}.drop-down_favorites{width:17.1875rem;padding:0}.drop-down_favorites .drop-down__hover-triangle{border-left:0.625rem solid transparent;border-right:0.625rem solid transparent;border-bottom:0.625rem solid #f2f2f2;position:absolute;top:-0.625rem;left:1.6875rem;z-index:2;display:none}.drop-down_favorites .drop-down__item{height:2.5rem;color:#4D4D4D;font-size:0.875rem;font-weight:600;text-transform:none;line-height:2.5rem;cursor:pointer}.drop-down_favorites .drop-down__item+.drop-down__item{border-top:0.0625rem solid #f2f2f2}.drop-down_favorites .drop-down__item-hover{left:-1.25rem;right:-1.25rem}.drop-down_favorites .drop-down__triangle{left:1.6875rem}.right .drop-down_favorites .drop-down__triangle{left:auto;right:0.4375rem}@media only screen and (max-width: 1023px){html:not(.old) .right .drop-down_favorites .drop-down__triangle{right:0.6875rem}}.drop-down_sort{top:2rem;right:-1.5625rem;padding-left:1.25rem;padding-right:1.25rem;box-sizing:border-box;min-width:22.75rem}@media only screen and (max-width: 1023px){html:not(.old) .drop-down_sort{right:-0.625rem}}@media only screen and (max-width: 599px){html:not(.old) .drop-down_sort{min-width:18.75rem;right:0.625rem}}.drop-down_sort .drop-down__header{font-size:0.6875rem;font-weight:600;color:#999999;text-transform:uppercase;margin:0.6875rem 0 0.375rem}.drop-down_sort .drop-down__triangle{right:1.25rem}@media only screen and (max-width: 1023px){html:not(.old) .drop-down_sort .drop-down__triangle{right:0.3125rem}}@media only screen and (max-width: 599px){html:not(.old) .drop-down_sort .drop-down__triangle{display:none}}.drop-down_sort .drop-down__item-hover{left:-1.25rem;right:-1.25rem}.drop-down_sort .drop-down__item{border-top:none;height:2.5rem;line-height:2.5rem;font-size:0.875rem;font-weight:400;text-transform:none}.drop-down_sort .drop-down__item:first-of-type:hover .drop-down__item-hover{border-radius:0.25rem 0.25rem 0 0}.drop-down_sort .drop-down__item:last-of-type:hover .drop-down__item-hover{border-radius:0 0 0.25rem 0.25rem}.drop-down_sort .drop-down__item.active{color:#ff391e;cursor:default}.drop-down_sort .drop-down__item.active:hover .drop-down__item-hover{display:none}.drop-down_sort .drop-down__item.active .drop-down__item-hover{cursor:default}.drop-down_sort .drop-down__item.active span{cursor:default}.drop-down_sort .drop-down__item:first-child:hover:before{content:"";border-left:0.625rem solid transparent;border-right:0.625rem solid transparent;border-bottom:0.625rem solid #f2f2f2;position:absolute;top:-0.6875rem;right:-0.5625rem;z-index:2}.drop-down_sort .drop-down__item span{cursor:pointer}.drop-down_sort .drop-down__item-hover{cursor:pointer}.drop-down_emoji{box-sizing:border-box;min-width:31.625rem;padding:0;right:-1.375rem;left:auto;bottom:auto;top:2.5rem}.drop-down_emoji .drop-down__container{padding:0.9375rem 0.9375rem;height:10.625rem;box-sizing:border-box;overflow:hidden}.drop-down_emoji .drop-down__triangle{right:1.25rem;left:auto}.drop-down_print{position:relative;top:auto;right:0}.drop-down_print .drop-down__item{height:2.6875rem;text-transform:none;font-weight:400;font-size:0.8125rem}.drop-down_print .drop-down__item:first-child .drop-down__item-hover{border-radius:0.25rem 0.25rem 0 0}.drop-down_print .drop-down__item:first-child:hover:before{content:"";border-left:0.625rem solid transparent;border-right:0.625rem solid transparent;border-bottom:0.625rem solid #f2f2f2;position:absolute;top:-0.6875rem;right:-0.875rem;z-index:2}.drop-down_print .drop-down__item+.drop-down__item .drop-down__item-hover{border-radius:0 0 0.25rem 0.25rem}.plain-text .drop-down_print .drop-down__item{color:#242424}.drop-down_print .drop-down__item span{line-height:2.6875rem;margin:0;vertical-align:top}.plain-text .drop-down_print .drop-down__item:hover{color:black}.drop-down_print .drop-down__triangle{right:0.9375rem}.search-tags{line-height:normal;font-size:0.00625rem;margin:0 -3.125rem 0 -3.125rem}@media only screen and (max-width: 1023px){html:not(.old) .search-tags{margin:0 0 0.625rem 0}}.search-tags.is_stuck{z-index:9999;box-shadow:0 0.0625rem 0.25rem rgba(71,44,6,0.2);position:fixed;top:0;width:80rem}.search-tags__row{line-height:normal;padding:0.75rem 3.125rem;background-color:#ede4d3}.search-tags__row:after{content:"";display:block;clear:both}@media only screen and (max-width: 1023px){html:not(.old) .search-tags__row{padding:0.3125rem 0.625rem}}.search-tags__tag{display:inline-block;color:#404040;font-size:0.75rem;font-weight:400;position:relative;line-height:1.5rem;cursor:pointer;margin-right:1.875rem}.search-tags__tag_remove-all{padding-right:1.25rem;margin-right:0.9375rem}.search-tags__tag_remove-all:after{content:"";width:0.0625rem;height:1.25rem;background-color:#DED9CC;position:absolute;top:50%;right:0;margin-top:-0.625rem}.search-tags__tag:hover{color:#ee1919}.search-tags__tag:hover .fonticon{transform:rotate(90deg) translate3d(0, 0, 0);transform-origin:50% 50%}.search-tags__tag .fonticon{display:inline-block;font-size:0.5rem;margin-left:0.3125rem;position:relative}.search-tags__tag img{display:block;width:1.5rem;height:1.5rem;float:left;margin-right:0.3125rem}.search-tags__found{color:#373737;font-size:0.8125rem;font-weight:400;margin:0.8125rem 0 0.875rem}.search-tags+.sort-header{margin-top:0}.mobile-menu{width:25rem;height:100vh;position:fixed;overflow:auto;top:0;right:0;background:#fff;z-index:3;visibility:hidden;display:none}@media only screen and (max-width: 1023px){html:not(.old) .mobile-menu{display:block}}@media only screen and (max-width: 524px){html:not(.old) .mobile-menu{width:100%}}.mobile-menu__header{height:3.75rem;padding:0.625rem 2.5rem;border-bottom:solid 0.0625rem #f2f2f2;margin-bottom:2rem;box-sizing:border-box}.mobile-menu__header:after{content:"";display:block;clear:both}@media only screen and (max-width: 767px){html:not(.old) .mobile-menu__header{padding-left:0.625rem;padding-right:0.625rem}}@media only screen and (max-width: 767px) and (min-width: 319px) and (max-width: 767px){html:not(.old) .mobile-menu__header{padding-left:calc(10 * 0.0625rem + (40 - 10) * (100vw - 320 * 0.0625rem) / (768 - 320))}}@media only screen and (max-width: 767px) and (max-width: 319px){html:not(.old) html:not(.old) .mobile-menu__header{padding-left:0.625rem}}@media only screen and (max-width: 767px) and (min-width: 768px){html:not(.old) html:not(.old) .mobile-menu__header{padding-left:2.5rem}}@media only screen and (max-width: 767px) and (min-width: 319px) and (max-width: 767px){html:not(.old) .mobile-menu__header{padding-right:calc(10 * 0.0625rem + (40 - 10) * (100vw - 320 * 0.0625rem) / (768 - 320))}}@media only screen and (max-width: 767px) and (max-width: 319px){html:not(.old) html:not(.old) .mobile-menu__header{padding-right:0.625rem}}@media only screen and (max-width: 767px) and (min-width: 768px){html:not(.old) html:not(.old) .mobile-menu__header{padding-right:2.5rem}}@media only screen and (max-width: 523px){html:not(.old) .mobile-menu__header{margin-bottom:1.25rem}}@media only screen and (max-width: 399px){html:not(.old) .mobile-menu__header{height:3.125rem}}.mobile-menu__logo{background-position:center;background-repeat:no-repeat}.mobile-menu__logo{background-image:url(https://e3.edimdoma.ru/assets/layout/header-logo-62682971ac00ab99dc6e222e36ce620a3292f91f50b77b1d37d157bec0c592ce.png);background-size:12.1875rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.mobile-menu__logo{background-image:url(https://e1.edimdoma.ru/assets/layout/header-logo@2x-d6bd55e17937f04c25cbfefb0946708d926575347c284b531900257128c64bd2.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.mobile-menu__logo{background-image:url(https://e0.edimdoma.ru/assets/layout/header-logo@3x-8d46d03cf1617a17a92c489abda403dd9edd3f7a4647c68aff105bbe41523270.png)}}.mobile-menu__logo{width:12.1875rem;height:4.0625rem;background-size:contain;background-repeat:no-repeat}@media only screen and (max-width: 1023px){html:not(.old) .mobile-menu__logo{width:7.625rem;height:3rem;float:none;margin:-0.25rem auto 0;display:none}}@media only screen and (max-width: 524px){html:not(.old) .mobile-menu__logo{display:block}}@media only screen and (max-width: 399px){html:not(.old) .mobile-menu__logo{width:6rem;height:2.3125rem;margin-top:-0.1875rem}}.mobile-menu__button-container{position:absolute;top:0.625rem;left:2.5rem}.mobile-menu__button-container:after{content:"";display:block;clear:both}@media only screen and (max-width: 767px){html:not(.old) .mobile-menu__button-container{left:0.625rem}}@media only screen and (max-width: 767px) and (min-width: 319px) and (max-width: 767px){html:not(.old) .mobile-menu__button-container{left:calc(10 * 0.0625rem + (40 - 10) * (100vw - 320 * 0.0625rem) / (768 - 320))}}@media only screen and (max-width: 524px){html:not(.old) .mobile-menu__button-container{position:static;width:16.25rem;margin:0 auto 1.375rem;padding-bottom:1.25rem;border-bottom:solid 0.0625rem #f2f2f2}}.mobile-menu__button-container .button{width:10.125rem;padding:0;float:left !important;text-align:center}@media only screen and (max-width: 1023px){html:not(.old) .mobile-menu__button-container_logged-in .button_round{display:block;width:2.5rem;margin-left:0}html:not(.old) .mobile-menu__button-container_logged-in .button_round:hover{border-color:#e6e6e6}}.mobile-menu__nav{padding:1.25rem 4.5rem 0}@media only screen and (max-width: 524px){html:not(.old) .mobile-menu__nav{width:16.25rem;padding:0;margin:1.25rem auto 0}}.mobile-menu__dropdown{overflow:hidden;margin-bottom:0.625rem}.mobile-menu__dropdown .mobile-menu__special-link{display:flex;justify-content:center}.mobile-menu__dropdown_icon{margin-top:0.3125rem;transition:transform 0.25s ease-in;background-position:center;background-repeat:no-repeat}.mobile-menu__dropdown_icon{background-image:url(https://e0.edimdoma.ru/assets/layout/expandeble-arrow-4629f160b42cbf05d036cde6b31a1db20e3557be1459a2aa72ab109196963fb6.png);background-size:0.75rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.mobile-menu__dropdown_icon{background-image:url(https://e3.edimdoma.ru/assets/layout/expandeble-arrow@2x-566b01be06ce4d8c62dde9159bf57b03ac1f4909cf2efbb07d9b677db55e2140.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.mobile-menu__dropdown_icon{background-image:url(https://e2.edimdoma.ru/assets/layout/expandeble-arrow@3x-9f70bb21fa3bea9aeb66089bfb86ae7db433087b3ad2452ca9d52a421f7932f3.png)}}.mobile-menu__dropdown_icon{width:0.75rem;height:0.4375rem;background-size:contain;background-repeat:no-repeat}.mobile-menu__dropdown_title{display:block;font-size:0.875rem;font-weight:600;letter-spacing:0.0625rem;color:#333333;line-height:normal;text-transform:uppercase;height:2.5rem;display:flex;justify-content:space-between}.mobile-menu__dropdown_items{max-height:0;transition:max-height 0.25s ease-in}.mobile-menu__item{display:block;font-size:0.875rem;font-weight:600;letter-spacing:0.0625rem;color:#333333;line-height:normal;text-transform:uppercase}.mobile-menu__item+.mobile-menu__item{margin-top:1.875rem}.mobile-menu__item.active{color:#e02407}.mobile-menu__item__red{color:#ff391e}.mobile-menu__club-menu{margin:1.25rem 2.5rem 1.875rem;padding:1.25rem 2rem;border-radius:0.625rem;background:#faf8f6}@media only screen and (max-width: 524px){html:not(.old) .mobile-menu__club-menu{width:16.25rem;margin:1.25rem auto 1.875rem;padding:1.25rem}}.mobile-menu__club-title,.mobile-menu__special-title{opacity:0.2;font-size:0.875rem;line-height:normal;color:#333333;font-weight:600;margin-bottom:1.875rem;text-transform:uppercase}.mobile-menu__special-title{margin:3.125rem 0 0.8125rem}.mobile-menu__special-link{display:block;font-size:0.875rem;font-weight:600;line-height:1.25rem;padding:0.625rem 0;letter-spacing:normal}.mobile-menu__special-link+.mobile-menu__special-link{border-top:0.0625rem solid #ddd9cd}.mobile-menu__spacer{height:6.25rem}.mobile-menu .calendar-box{margin:1.25rem auto 0}.mobile-menu .close-mobile-menu-button{width:1.25rem;height:1.125rem;float:right;position:relative;margin-top:0.6875rem;cursor:pointer}@media only screen and (max-width: 399px){html:not(.old) .mobile-menu .close-mobile-menu-button{margin-top:0.3125rem}}.mobile-menu .close-mobile-menu-button:before{content:"";position:absolute;top:-0.625rem;right:-0.625rem;left:-0.625rem;bottom:-0.625rem}.mobile-menu .close-mobile-menu-button__line{width:100%;height:0.125rem;transform-origin:50% 50%;border-radius:0.0625rem;background-color:#000000;position:absolute;top:0.5625rem}.mobile-menu .close-mobile-menu-button__line_left{transform:rotate(45deg)}.mobile-menu .close-mobile-menu-button__line_right{transform:rotate(-45deg)}.mobile-user-menu{width:12.5rem;height:2.5rem;border:0.0625rem solid #e6e6e6;border-radius:1.25rem;float:right;position:relative;box-sizing:border-box;cursor:pointer;margin-left:1.25rem}.mobile-user-menu__item-count{min-width:1.25rem;height:1.25rem;padding:0 0.25rem;box-sizing:border-box;background-color:#FF391E;border-radius:0.625rem;color:#FFF;font-family:"Arial";font-size:0.75rem;font-weight:700;line-height:1.25rem;text-align:center;position:absolute;top:-0.625rem;right:-0.5rem}.mobile-user-menu .icon{position:absolute;top:1rem;right:1.25rem;background-position:center;background-repeat:no-repeat}.mobile-user-menu .icon{background-image:url(https://e0.edimdoma.ru/assets/layout/expandeble-arrow-4629f160b42cbf05d036cde6b31a1db20e3557be1459a2aa72ab109196963fb6.png);background-size:0.75rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.mobile-user-menu .icon{background-image:url(https://e3.edimdoma.ru/assets/layout/expandeble-arrow@2x-566b01be06ce4d8c62dde9159bf57b03ac1f4909cf2efbb07d9b677db55e2140.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.mobile-user-menu .icon{background-image:url(https://e2.edimdoma.ru/assets/layout/expandeble-arrow@3x-9f70bb21fa3bea9aeb66089bfb86ae7db433087b3ad2452ca9d52a421f7932f3.png)}}.mobile-user-menu .icon{width:0.75rem;height:0.4375rem;background-size:contain;background-repeat:no-repeat}.mobile-user-menu .user-avatar{position:absolute;top:0.25rem;left:0.25rem}.mobile-user-menu__name{padding-left:2.8125rem;width:6.875rem;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#666;font-family:"Noto Serif";font-size:0.75rem;font-weight:700;line-height:2.5rem}.mobile-user-menu:not(.closed){box-shadow:0 0.0625rem 0.25rem rgba(0,0,0,0.15);border-color:#fff}.mobile-user-menu:not(.closed) .icon{background-position:center;background-repeat:no-repeat}.mobile-user-menu:not(.closed) .icon{background-image:url(https://e3.edimdoma.ru/assets/layout/expandeble-arrow-open-448140106fbcf8efe9c69615922f64c0e624f7ef6eb13b45c14ec25354682522.png);background-size:0.75rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.mobile-user-menu:not(.closed) .icon{background-image:url(https://e0.edimdoma.ru/assets/layout/expandeble-arrow-open@2x-8c561ea3fbba825bf9600f64e7ae09874cee8a43a8c272e847b17fa5a7092586.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.mobile-user-menu:not(.closed) .icon{background-image:url(https://e3.edimdoma.ru/assets/layout/expandeble-arrow-open@3x-9b0f89c97867ab8343fb63da2300d6cde6f6e8ca1f5e1bd8a4881a3847ac971b.png)}}.mobile-user-menu:not(.closed) .icon{width:0.75rem;height:0.4375rem;background-size:contain;background-repeat:no-repeat}.hidden-user-menu{height:0;margin:-1.3125rem 2.5rem 0;padding:0 2rem;border-radius:0.625rem;background-color:#faf8f6;position:relative;overflow:hidden}@media only screen and (max-width: 524px){html:not(.old) .hidden-user-menu{width:16.25rem;margin:-1.4375rem auto 0;padding:0 1.25rem}}.hidden-user-menu__item-count{min-width:1.25rem;height:1.25rem;padding:0 0.25rem;box-sizing:border-box;background-color:#FF391E;border-radius:0.625rem;color:#FFF;font-family:"Arial";font-size:0.75rem;font-weight:700;line-height:1.25rem;text-align:center;position:absolute;top:50%;left:10.625rem;margin-top:-0.625rem}.hidden-user-menu__item{display:block;height:3.75rem;font-size:0.875rem;font-weight:600;line-height:3.75rem;color:#333333;position:relative}.hidden-user-menu__item+.hidden-user-menu__item{border-top:0.0625rem solid #f2f2f2}.hidden-user-menu__item span{vertical-align:middle}.hidden-user-menu__item .fonticon{color:black;font-size:1rem}.hidden-user-menu__item .fonticon+span{margin-left:1.875rem}.dropdown_is_open .mobile-menu__dropdown_icon{transform:rotate(180deg)}.dropdown_is_open .mobile-menu__dropdown_items{max-height:37.5rem}.device-tooltip{width:18.75rem;border-radius:0.625rem;background-color:#ffffff;box-shadow:0 0 0.375rem 0 rgba(72,44,4,0.3)}.device-tooltip__item{display:block;color:#4c4c4c !important;font-size:0.875rem;line-height:3.125rem;text-align:center;text-transform:none}.device-tooltip__item+.device-tooltip__item{border-top:0.0625rem solid #f5eee0}.popup-container{display:inline-block;background-color:#F5EEE0;border-radius:0.25rem;position:relative;text-align:left;margin:3.75rem 0}.popup-sidebar{float:left;width:13.75rem;height:23.9375rem;padding:2.6875rem 2.5rem 0 2.5rem;background:center no-repeat;background-image:url(https://e0.edimdoma.ru/assets/popups/sidebar-bg-74bb4c7da2f0d93b6749434b2df3b1593464ffccb2afcd50345108553d976963.jpg);background-size:18.75rem auto;position:relative;overflow:hidden;border-radius:0.25rem 0 0 0.25rem}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.popup-sidebar{background-image:url(https://e1.edimdoma.ru/assets/popups/sidebar-bg@2x-f1cfbff8bad9189f6b1e909d41081594af6ccc8e10fbd88d35bb655eb16c108b.jpg)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.popup-sidebar{background-image:url(https://e3.edimdoma.ru/assets/popups/sidebar-bg@3x-4ee41889b0ca64e8ec3139b2d163ea210ae49c795d636db911071f6548089c57.jpg)}}@media only screen and (max-width: 684px){html:not(.old) .popup-sidebar{width:17.5rem;float:none;background-size:cover}}@media only screen and (max-width: 399px){html:not(.old) .popup-sidebar{padding-top:1.25rem;padding-left:1.25rem;padding-right:1.25rem}}@media only screen and (max-width: 399px) and (min-width: 319px) and (max-width: 399px){html:not(.old) .popup-sidebar{padding-top:calc(20 * 0.0625rem + (43 - 20) * (100vw - 320 * 0.0625rem) / (400 - 320))}}@media only screen and (max-width: 399px) and (max-width: 319px){html:not(.old) html:not(.old) .popup-sidebar{padding-top:1.25rem}}@media only screen and (max-width: 399px) and (min-width: 400px){html:not(.old) html:not(.old) .popup-sidebar{padding-top:2.6875rem}}@media only screen and (max-width: 399px) and (min-width: 319px) and (max-width: 399px){html:not(.old) .popup-sidebar{padding-left:calc(20 * 0.0625rem + (40 - 20) * (100vw - 320 * 0.0625rem) / (400 - 320))}}@media only screen and (max-width: 399px) and (max-width: 319px){html:not(.old) html:not(.old) .popup-sidebar{padding-left:1.25rem}}@media only screen and (max-width: 399px) and (min-width: 400px){html:not(.old) html:not(.old) .popup-sidebar{padding-left:2.5rem}}@media only screen and (max-width: 399px) and (min-width: 319px) and (max-width: 399px){html:not(.old) .popup-sidebar{padding-right:calc(20 * 0.0625rem + (40 - 20) * (100vw - 320 * 0.0625rem) / (400 - 320))}}@media only screen and (max-width: 399px) and (max-width: 319px){html:not(.old) html:not(.old) .popup-sidebar{padding-right:1.25rem}}@media only screen and (max-width: 399px) and (min-width: 400px){html:not(.old) html:not(.old) .popup-sidebar{padding-right:2.5rem}}.popup-sidebar+.popup-content{border-radius:0 0.25rem 0.25rem 0}.popup-sidebar__title{color:#FFF;font-family:"Noto Serif";font-size:3.75rem;font-weight:700;text-transform:uppercase;line-height:3.75rem;margin-bottom:0.625rem}.popup-sidebar__subtitle{color:#FFF;font-family:"Open Sans";font-size:1rem;font-weight:600;line-height:1rem;margin-bottom:4.6875rem}@media only screen and (max-width: 399px){html:not(.old) .popup-sidebar__subtitle{line-height:normal;margin-bottom:2.875rem}}@media only screen and (max-width: 399px) and (min-width: 319px) and (max-width: 399px){html:not(.old) .popup-sidebar__subtitle{margin-bottom:calc(46 * 0.0625rem + (75 - 46) * (100vw - 320 * 0.0625rem) / (400 - 320))}}@media only screen and (max-width: 399px) and (max-width: 319px){html:not(.old) html:not(.old) .popup-sidebar__subtitle{margin-bottom:2.875rem}}@media only screen and (max-width: 399px) and (min-width: 400px){html:not(.old) html:not(.old) .popup-sidebar__subtitle{margin-bottom:4.6875rem}}.popup-sidebar__capabilities{list-style:none;margin:0 0 3.5625rem 0;padding:0}@media only screen and (max-width: 399px){html:not(.old) .popup-sidebar__capabilities{margin-bottom:1.25rem}}@media only screen and (max-width: 399px) and (min-width: 319px) and (max-width: 399px){html:not(.old) .popup-sidebar__capabilities{margin-bottom:calc(20 * 0.0625rem + (57 - 20) * (100vw - 320 * 0.0625rem) / (400 - 320))}}@media only screen and (max-width: 399px) and (max-width: 319px){html:not(.old) html:not(.old) .popup-sidebar__capabilities{margin-bottom:1.25rem}}@media only screen and (max-width: 399px) and (min-width: 400px){html:not(.old) html:not(.old) .popup-sidebar__capabilities{margin-bottom:3.5625rem}}.popup-sidebar__item{font-size:0.875rem;font-weight:400;color:#FFF;position:relative;padding-left:1.25rem;margin-bottom:0.3125rem;line-height:normal}.popup-sidebar__item:before{content:"";background-position:center;background-repeat:no-repeat;position:absolute;top:50%;left:0;margin-top:-0.09375rem}.popup-sidebar__item:before{background-image:url(https://e0.edimdoma.ru/assets/popups/bullet-069103fbb4b1e40e2e17692279ca7b23d6a069af5c9133980383b53b19d108da.png);background-size:0.25rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.popup-sidebar__item:before{background-image:url(https://e1.edimdoma.ru/assets/popups/bullet@2x-2943f3384b5a941cfa7aaa4ea9f73ff4a88ab9ed429c194c3085b611b5c5f269.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.popup-sidebar__item:before{background-image:url(https://e1.edimdoma.ru/assets/popups/bullet@3x-24120ea683998749360b6a6ecbc3e70610787746d2d1cbb1a2513b2bfaf58a63.png)}}.popup-sidebar__item:before{width:0.25rem;height:0.1875rem;background-size:contain;background-repeat:no-repeat}.popup-sidebar__footnote{padding-top:0.75rem;border-top:0.0625rem solid rgba(255,255,255,0.2);color:rgba(255,255,255,0.4);font-size:0.75rem;font-weight:400;line-height:0.875rem}.popup-sidebar__footnote a{color:rgba(255,255,255,0.4);text-decoration:underline}.popup-sidebar__footnote a:hover{text-decoration:none}.popup-content{width:22.5rem;float:left;position:relative;overflow:hidden;min-width:31.25rem}@media only screen and (max-width: 479px){html:not(.old) .popup-content{min-width:unset;width:unset}}.popup-content_auth{padding-bottom:1.25rem;width:21.25rem}@media only screen and (max-width: 399px){html:not(.old) .popup-content_auth{padding-bottom:1.375rem}}.popup-content__header{display:flex;align-items:center;justify-content:center;height:3.125rem;color:#373737;font-size:0.875rem;font-weight:700;text-transform:uppercase;text-align:center;background:#fff;margin-bottom:1.5625rem;border-radius:0.25rem 0.25rem 0 0;padding:0 0.625rem}@media only screen and (max-width: 399px){html:not(.old) .popup-content__header{margin-bottom:1.25rem}}@media only screen and (max-width: 399px) and (min-width: 319px) and (max-width: 399px){html:not(.old) .popup-content__header{margin-bottom:calc(20 * 0.0625rem + (25 - 20) * (100vw - 320 * 0.0625rem) / (400 - 320))}}@media only screen and (max-width: 399px) and (max-width: 319px){html:not(.old) html:not(.old) .popup-content__header{margin-bottom:1.25rem}}@media only screen and (max-width: 399px) and (min-width: 400px){html:not(.old) html:not(.old) .popup-content__header{margin-bottom:1.5625rem}}.popup-content__instruction{color:#333;font-size:0.8125rem;font-weight:400;line-height:1.25rem;text-align:center;margin-bottom:1.5625rem;padding:0 1.25rem}.popup-form{display:block;padding:0 1.875rem;text-align:center}@media only screen and (max-width: 399px){html:not(.old) .popup-form{padding-left:1.25rem;padding-right:1.25rem}}@media only screen and (max-width: 399px) and (min-width: 319px) and (max-width: 399px){html:not(.old) .popup-form{padding-left:calc(20 * 0.0625rem + (30 - 20) * (100vw - 320 * 0.0625rem) / (400 - 320))}}@media only screen and (max-width: 399px) and (max-width: 319px){html:not(.old) html:not(.old) .popup-form{padding-left:1.25rem}}@media only screen and (max-width: 399px) and (min-width: 400px){html:not(.old) html:not(.old) .popup-form{padding-left:1.875rem}}@media only screen and (max-width: 399px) and (min-width: 319px) and (max-width: 399px){html:not(.old) .popup-form{padding-right:calc(20 * 0.0625rem + (30 - 20) * (100vw - 320 * 0.0625rem) / (400 - 320))}}@media only screen and (max-width: 399px) and (max-width: 319px){html:not(.old) html:not(.old) .popup-form{padding-right:1.25rem}}@media only screen and (max-width: 399px) and (min-width: 400px){html:not(.old) html:not(.old) .popup-form{padding-right:1.875rem}}.popup-form__social{display:flex;justify-content:space-between;margin-bottom:0.9375rem}@media only screen and (max-width: 399px){html:not(.old) .popup-form__social{margin-bottom:0.625rem}}@media only screen and (max-width: 399px) and (min-width: 319px) and (max-width: 399px){html:not(.old) .popup-form__social{margin-bottom:calc(10 * 0.0625rem + (15 - 10) * (100vw - 320 * 0.0625rem) / (400 - 320))}}@media only screen and (max-width: 399px) and (max-width: 319px){html:not(.old) html:not(.old) .popup-form__social{margin-bottom:0.625rem}}@media only screen and (max-width: 399px) and (min-width: 400px){html:not(.old) html:not(.old) .popup-form__social{margin-bottom:0.9375rem}}.popup-form__social-icon{width:3.75rem;height:2.5rem;border-radius:1.25rem;position:relative;cursor:pointer}@media only screen and (max-width: 399px){html:not(.old) .popup-form__social-icon{width:3.5625rem}}@media only screen and (max-width: 399px) and (min-width: 319px) and (max-width: 399px){html:not(.old) .popup-form__social-icon{width:calc(57 * 0.0625rem + (60 - 57) * (100vw - 320 * 0.0625rem) / (400 - 320))}}@media only screen and (max-width: 399px) and (max-width: 319px){html:not(.old) html:not(.old) .popup-form__social-icon{width:3.5625rem}}@media only screen and (max-width: 399px) and (min-width: 400px){html:not(.old) html:not(.old) .popup-form__social-icon{width:3.75rem}}.popup-form__social-icon .icon{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}.popup-form__social-icon_fb{background-color:#3B5998;background-position:center;background-repeat:no-repeat}.popup-form__social-icon_fb .icon{background-image:url(https://e2.edimdoma.ru/assets/popups/fb-2912e5aea6e9ba9e47e8ffb99e634b5b03472d4328ed32948f439678f550c6aa.png);background-size:0.625rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.popup-form__social-icon_fb .icon{background-image:url(https://e1.edimdoma.ru/assets/popups/fb@2x-298700ca0e885ebf019bacf635ba1dfb90b7aafb1265afbe6254141a7a0cb91e.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.popup-form__social-icon_fb .icon{background-image:url(https://e1.edimdoma.ru/assets/popups/fb@3x-8326e4bf1020bc7912d30deda537f339d7df49daf5e0b46f01e82f619a47af29.png)}}.popup-form__social-icon_fb .icon{width:0.625rem;height:1.25rem;background-size:contain;background-repeat:no-repeat}.popup-form__social-icon_vk{background-color:#4c75a3;background-position:center;background-repeat:no-repeat}.popup-form__social-icon_vk .icon{background-image:url(https://e2.edimdoma.ru/assets/popups/vk-fcec9fc644ed953d09f2c03d92d689a6f4c2f1c8e8e985ebae62401d55f70a3b.png);background-size:1.5rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.popup-form__social-icon_vk .icon{background-image:url(https://e0.edimdoma.ru/assets/popups/vk@2x-8895cdc845bcf855ec7d9352b1cbc1eabf57107ce9a0b67ce1bbf7da70b5dc07.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.popup-form__social-icon_vk .icon{background-image:url(https://e1.edimdoma.ru/assets/popups/vk@3x-bb3597cc0fffc8ecea49a01ddb7b51236d044cf3f0ae12af3bc7cd8b12ef1767.png)}}.popup-form__social-icon_vk .icon{width:1.5rem;height:0.875rem;background-size:contain;background-repeat:no-repeat}.popup-form__social-icon_tw{background-color:#54a9f0;background-position:center;background-repeat:no-repeat}.popup-form__social-icon_tw .icon{background-image:url(https://e1.edimdoma.ru/assets/popups/tw-50b86246e660461c4a7a7b5f7d3b3955b74d0946d865113d8b520f40420ff426.png);background-size:1.3125rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.popup-form__social-icon_tw .icon{background-image:url(https://e1.edimdoma.ru/assets/popups/tw@2x-8908c859c17fd3b28b819d4fe6e41fbe29f0ed6b87f2cc3c985058e18f98bdb3.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.popup-form__social-icon_tw .icon{background-image:url(https://e3.edimdoma.ru/assets/popups/tw@3x-42f6738f736faea74f26f44905f691e99b3d7b78851a005280670c6646087ef1.png)}}.popup-form__social-icon_tw .icon{width:1.3125rem;height:1.125rem;background-size:contain;background-repeat:no-repeat}.popup-form__social-icon_od{background-color:#ff9933;background-position:center;background-repeat:no-repeat}.popup-form__social-icon_od .icon{background-image:url(https://e1.edimdoma.ru/assets/popups/od-dda78f366b06638665589269fd8dafd9f3319d24021c107fa39fe8b922aa98cc.png);background-size:0.875rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.popup-form__social-icon_od .icon{background-image:url(https://e3.edimdoma.ru/assets/popups/od@2x-9f29f62be53aad4e79517724890f52fe9a40f80af2ba5b3abd40e50c95259705.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.popup-form__social-icon_od .icon{background-image:url(https://e0.edimdoma.ru/assets/popups/od@3x-615117e0eac736e05d01d58775641b819c248807fe3498a3eda7d87fa844674f.png)}}.popup-form__social-icon_od .icon{width:0.875rem;height:1.375rem;background-size:contain;background-repeat:no-repeat}.popup-form__social-icon_ml{background-color:#408ddb;background-position:center;background-repeat:no-repeat}.popup-form__social-icon_ml .icon{background-image:url(https://e1.edimdoma.ru/assets/popups/ml-a95be5a6b5978a8fa6a6bd2484bd2489098bd58f0090065125e151945b1eca39.png);background-size:1.375rem auto}.popup-form__social-icon_ml .icon{width:1.375rem;height:1.3125rem;background-size:contain;background-repeat:no-repeat}.popup-form__social-icon:hover{background-color:#53cc62}.popup-form__hr{border:none;height:0.0625rem;background:#DCD6C9;margin-bottom:0.625rem}.popup-form__separator{color:#DCD6C9;font-size:0.875rem;font-weight:400;text-align:center;clear:both;position:relative;margin-bottom:1.25rem;line-height:normal}@media only screen and (max-width: 399px){html:not(.old) .popup-form__separator{margin-bottom:0.75rem}}@media only screen and (max-width: 399px) and (min-width: 319px) and (max-width: 399px){html:not(.old) .popup-form__separator{margin-bottom:calc(12 * 0.0625rem + (20 - 12) * (100vw - 320 * 0.0625rem) / (400 - 320))}}@media only screen and (max-width: 399px) and (max-width: 319px){html:not(.old) html:not(.old) .popup-form__separator{margin-bottom:0.75rem}}@media only screen and (max-width: 399px) and (min-width: 400px){html:not(.old) html:not(.old) .popup-form__separator{margin-bottom:1.25rem}}.popup-form__separator:before{content:"";width:8.4375rem;height:0.0625rem;background:#DCD6C9;position:absolute;top:50%;left:0;margin-top:-0.03125rem}@media only screen and (max-width: 399px){html:not(.old) .popup-form__separator:before{width:6.25rem}}@media only screen and (max-width: 399px) and (min-width: 319px) and (max-width: 399px){html:not(.old) .popup-form__separator:before{width:calc(100 * 0.0625rem + (135 - 100) * (100vw - 320 * 0.0625rem) / (400 - 320))}}@media only screen and (max-width: 399px) and (max-width: 319px){html:not(.old) html:not(.old) .popup-form__separator:before{width:6.25rem}}@media only screen and (max-width: 399px) and (min-width: 400px){html:not(.old) html:not(.old) .popup-form__separator:before{width:8.4375rem}}.popup-form__separator:after{content:"";width:8.4375rem;height:0.0625rem;background:#DCD6C9;position:absolute;top:50%;right:0;margin-top:-0.03125rem}@media only screen and (max-width: 399px){html:not(.old) .popup-form__separator:after{width:6.25rem}}@media only screen and (max-width: 399px) and (min-width: 319px) and (max-width: 399px){html:not(.old) .popup-form__separator:after{width:calc(100 * 0.0625rem + (135 - 100) * (100vw - 320 * 0.0625rem) / (400 - 320))}}@media only screen and (max-width: 399px) and (max-width: 319px){html:not(.old) html:not(.old) .popup-form__separator:after{width:6.25rem}}@media only screen and (max-width: 399px) and (min-width: 400px){html:not(.old) html:not(.old) .popup-form__separator:after{width:8.4375rem}}.popup-form .field{margin-bottom:0.625rem}.popup-form .field+.field{margin-left:0}.popup-form:not(.popup-form_buttons-colored) .button{background:none}.popup-form:not(.popup-form_buttons-colored) .button_registration{margin:0.9375rem 0}@media only screen and (max-width: 399px){html:not(.old) .popup-form:not(.popup-form_buttons-colored) .button_registration{width:100%;padding:0;text-align:center;margin:0}}.popup-form:not(.popup-form_buttons-colored) .button_send-recipe{margin:0.9375rem 0 1.875rem 0}.popup-form__popup-footer{display:flex;justify-content:space-between}@media only screen and (max-width: 399px){html:not(.old) .popup-form__popup-footer{margin-top:1.25rem;border-top:0.0625rem solid #ddd9cd;padding-top:1.375rem}}.popup-form__bottom-link{color:#B3B3B3;font-size:0.75rem;display:block;line-height:normal;text-decoration:underline}.popup-form__bottom-link:hover{text-decoration:none}.popup-container_registration .popup-content{float:right}@media only screen and (max-width: 684px){html:not(.old) .popup-container_registration .popup-content{float:none;margin-bottom:1.25rem}}@media only screen and (max-width: 399px){html:not(.old) .popup-container_registration .popup-content{margin-bottom:1.375rem}}@media only screen and (max-width: 399px){html:not(.old) .popup-container_registration .popup-sidebar{height:20.5rem;width:16.25rem}}@media only screen and (max-width: 399px) and (min-width: 319px) and (max-width: 399px){html:not(.old) .popup-container_registration .popup-sidebar{height:calc(328 * 0.0625rem + (383 - 328) * (100vw - 320 * 0.0625rem) / (400 - 320))}}@media only screen and (max-width: 399px) and (max-width: 319px){html:not(.old) html:not(.old) .popup-container_registration .popup-sidebar{height:20.5rem}}@media only screen and (max-width: 399px) and (min-width: 400px){html:not(.old) html:not(.old) .popup-container_registration .popup-sidebar{height:23.9375rem}}@media only screen and (max-width: 399px) and (min-width: 319px) and (max-width: 399px){html:not(.old) .popup-container_registration .popup-sidebar{width:calc(260 * 0.0625rem + (280 - 260) * (100vw - 320 * 0.0625rem) / (400 - 320))}}@media only screen and (max-width: 399px) and (max-width: 319px){html:not(.old) html:not(.old) .popup-container_registration .popup-sidebar{width:16.25rem}}@media only screen and (max-width: 399px) and (min-width: 400px){html:not(.old) html:not(.old) .popup-container_registration .popup-sidebar{width:17.5rem}}@media only screen and (max-width: 909px){html:not(.old) .popup-container_registration .popup-close{right:-3.75rem}}@media only screen and (max-width: 799px){html:not(.old) .popup-container_registration .popup-close{top:-2.5rem;right:0}}@media only screen and (max-width: 909px){html:not(.old) .popup-container_registration .popup-close__text{display:none}}.popup-container_duel{width:60rem}.popup-container_duel .popup-content{width:100%;float:none}.popup-container_duel .popup-content__header{margin:0;position:relative}.popup-container_duel .popup-content__error{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#ee1919;color:#fff;font-size:0.8125rem;text-transform:none;font-weight:400}.popup-container_duel .popup-content__body{padding:1.875rem 2.5rem}.popup-container_duel .popup-content__body .center .title{font-size:1.125rem}.popup-container_duel .slider{position:relative}.popup-container_duel .slider-arrow-thin{top:0.9375rem}.popup-container_duel .field_search{width:39.375rem}.popup-container_duel .button+.button{margin-left:0.625rem}.popup-container_recipe{background:none;padding-top:2.1875rem}.popup-container_recipe .popup-close{top:2.1875rem}.popup-container_recipe .popup-content{width:43.6875rem;position:relative;float:none;overflow:visible}.popup-container_recipe .slider{width:100%}.popup-container_recipe .slider__slide{width:43.6875rem;overflow:hidden;background-color:white;border-radius:0.25rem;box-shadow:0 0.0625rem 0.25rem rgba(71,44,6,0.2)}.popup-container_recipe .slider__slide img{width:100%}.popup-container_recipe h4{margin-bottom:0.625rem}.popup-container_recipe .slider-controls_popup{position:static}.popup-container_recipe .slider-controls_popup .slider-controls__next{opacity:1;top:14.375rem;right:-4.0625rem}.popup-container_recipe .slider-controls_popup .slider-controls__next:before{content:"";position:absolute;top:-1.25rem;right:-1.25rem;left:-1.25rem;bottom:-1.25rem}.popup-container_recipe .slider-controls_popup .slider-controls__next.disabled{opacity:0.2}.popup-container_recipe .slider-controls_popup .slider-controls__prev{opacity:1;top:14.375rem;left:-4.0625rem}.popup-container_recipe .slider-controls_popup .slider-controls__prev:before{content:"";position:absolute;top:-1.25rem;right:-1.25rem;left:-1.25rem;bottom:-1.25rem}.popup-container_recipe .slider-controls_popup .slider-controls__prev.disabled{opacity:0.2}.popup-container_recipe .slider-controls_popup .slider-controls__count{font-size:0.875rem;font-weight:700;text-transform:uppercase;color:#fff;position:absolute;top:-2.1875rem;left:0;font-family:"Open Sans"}.popup-container_recipe .slider-controls_popup .slider-controls__count-name{display:inline-block}.popup-container_recipe .slider-controls_popup .slider-controls__count-item{display:inline-block}.popup-container_recipe .slider-controls_popup .slider-controls__count-item_current{color:#fe5722}.popup-container_recipe .step-image-container-posted{width:auto;height:auto;margin:-1.875rem -1.875rem 0 -1.875rem}.popup-container_recipe .step-image-container-posted img{width:100%}.popup-container_recipe .ingredient-columns{margin-left:-1.25rem;margin-bottom:1.25rem}.popup-container_recipe .ingredient-columns .definition-list-table{width:19.3125rem;margin-left:1.25rem;margin-top:0.625rem}.popup-container_recipe .ingredient-columns .definition-list-table+.popup-container_recipe .ingredient-columns .definition-list-table{margin-top:0.625rem}.hint{width:12.5rem;position:absolute;top:22.1875rem;right:-15.125rem}.hint__headline{color:#616160;font-size:0.75rem;font-weight:400;text-transform:uppercase;padding-bottom:0.625rem;border-bottom:0.0625rem solid #616160;margin-bottom:0.625rem}.hint__text{color:#616160;font-size:0.75rem;font-weight:400;line-height:1.125rem;margin-bottom:0.625rem}.hint__close{background-position:center;background-repeat:no-repeat;position:absolute;top:0.25rem;right:0;cursor:pointer;opacity:0.1}.hint__close{background-image:url(https://e0.edimdoma.ru/assets/popups/hint-close-1b6eaec7d33cfbbf3984b733fd3295732e08c5a40ade05a0309f323eedddec77.png);background-size:0.625rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.hint__close{background-image:url(https://e2.edimdoma.ru/assets/popups/hint-close@2x-1c96f7fa135225345ffb25b134007e09f1fd98254260228dccff45a09ca127a3.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.hint__close{background-image:url(https://e1.edimdoma.ru/assets/popups/hint-close@3x-d68b3a08b73fb9533b47ebd9ffb20c475bb22c330f4f2040f148ea4a6ae15dcd.png)}}.hint__close{width:0.625rem;height:0.625rem;background-size:contain;background-repeat:no-repeat}.hint__close:hover{opacity:1}.hint__icon{background-position:center;background-repeat:no-repeat}.hint__icon{background-image:url(https://e0.edimdoma.ru/assets/popups/hint-icon-201e140cb56503a01606a20c831ade0b4c7e08f0db5af7c0f2aedd8b03abcb2c.png);background-size:4.5625rem auto}.hint__icon{width:4.5625rem;height:1rem;background-size:contain;background-repeat:no-repeat}.popup-container_photo{overflow:visible;background:none;box-sizing:border-box;background:none}.popup-container_photo .popup-content{width:43.6875rem;position:relative;float:none;overflow:visible}.popup-container_photo .slider{width:100%;height:28.9375rem}.popup-container_photo .slider__slide{width:43.6875rem;height:28.9375rem;overflow:hidden;background-color:white;border-radius:0.25rem;box-shadow:0 0.0625rem 0.25rem rgba(71,44,6,0.2)}.popup-container_photo .slider__slide img{width:100%}.popup-container_photo .hint{top:20.9375rem}.popup-container_photo .slider-controls_popup{position:static}.popup-container_photo .slider-controls_popup .slider-controls__next{opacity:1;top:13.125rem;right:-4.0625rem}.popup-container_photo .slider-controls_popup .slider-controls__next:before{content:"";position:absolute;top:-1.25rem;right:-1.25rem;left:-1.25rem;bottom:-1.25rem}.popup-container_photo .slider-controls_popup .slider-controls__next.disabled{opacity:0.2}.popup-container_photo .slider-controls_popup .slider-controls__prev{opacity:1;top:13.125rem;left:-4.0625rem}.popup-container_photo .slider-controls_popup .slider-controls__prev:before{content:"";position:absolute;top:-1.25rem;right:-1.25rem;left:-1.25rem;bottom:-1.25rem}.popup-container_photo .slider-controls_popup .slider-controls__prev.disabled{opacity:0.2}.popup-container_photo .slider-controls_popup .slider-controls__count{font-size:0.875rem;font-weight:700;text-transform:uppercase;color:#fff;position:absolute;top:-2.1875rem;left:0;font-family:"Open Sans"}.popup-container_photo .slider-controls_popup .slider-controls__count-name{display:inline-block}.popup-container_photo .slider-controls_popup .slider-controls__count-item{display:inline-block}.popup-container_photo .slider-controls_popup .slider-controls__count-item_current{color:#fe5722}.popup-sidebar_invite-friend{float:left;width:18.75rem;height:20.625rem;padding:0;background:center no-repeat;background-image:url(https://e0.edimdoma.ru/assets/popups/sidebar-bg-invite-friend-12c17db03e77178a70ff072cda10f8aff7d83f5bfefa4b2d90e4c42bbe953a53.jpg);background-size:18.75rem auto;text-align:left;line-height:20.625rem}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.popup-sidebar_invite-friend{background-image:url(https://e3.edimdoma.ru/assets/popups/sidebar-bg-invite-friend@2x-ec7dc127f1e11c60e77f4ecb9177a3bdf9e4f75bd15e6fff4b963baa44b352a1.jpg)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.popup-sidebar_invite-friend{background-image:url(https://e3.edimdoma.ru/assets/popups/sidebar-bg-invite-friend@3x-7039978054c4fd2fb0e7803c390a92bd304df47b7bb5de5803578ada3e5250bc.jpg)}}@media only screen and (max-width: 599px){html:not(.old) .popup-sidebar_invite-friend{display:none}}.popup-sidebar_invite-friend .popup-sidebar__wrapper{display:inline-block;vertical-align:middle;width:100%}.popup-sidebar_invite-friend .popup-sidebar__description{line-height:1.5rem;width:13.75rem;margin:0 auto;color:#fff;font-size:1rem;font-weight:600}.popup-close{cursor:pointer}.popup-close:after{content:"";display:block;clear:both}.popup-close .control-button{float:left;margin-right:0.625rem}.popup-close__text{margin-top:0.4375rem;float:left;color:#565656;text-transform:uppercase;font-size:0.75rem;line-height:normal}@media only screen and (max-width: 609px){html:not(.old) .popup-close__text{display:none}}.popup-container_add-book{background:white;border-radius:0.25rem;box-shadow:0.14375rem 0.20625rem 0.625rem rgba(0,0,0,0.3)}.popup-container_add-book .popup-content{width:24.75rem;position:relative;float:none;border-radius:0.25rem}.popup-container_add-book .popup-content__header{margin-bottom:0;border-radius:0.25rem 0.25rem 0 0}.popup-container_add-book .find-book{height:18.125rem;background-color:#f5eee0;position:relative;overflow:hidden}.popup-container_add-book .find-book__container{position:relative;box-sizing:border-box}.popup-container_add-book .find-book__spacer{height:1.25rem}.popup-container_add-book .field_recipe-book{margin-bottom:1.25rem}.popup-container_add-book .books-container{padding:0 2.5rem}.popup-container_add-book .books-container__book{color:#666;font-family:"Open Sans";font-size:0.875rem;font-weight:400;padding:0.9375rem 0 1.125rem 0;cursor:pointer;border-top:0.0625rem solid #dcd6c9;position:relative}.popup-container_add-book .books-container__book:hover{background:#dcd6c9}.popup-container_add-book .books-container__book:hover:after{width:2.5rem;content:"";position:absolute;top:-0.0625rem;right:-2.5rem;bottom:-0.0625rem;background:#dcd6c9}.popup-container_add-book .books-container__book:hover:before{width:2.5rem;content:"";position:absolute;top:-0.0625rem;left:-2.5rem;bottom:-0.0625rem;background:#dcd6c9}.new-recipe-book{padding:1rem 0 1rem 2.3125rem}.new-recipe-book__new-book{color:#666;font-family:"Open Sans";font-size:0.75rem;font-weight:600;text-transform:uppercase;cursor:pointer}.new-recipe-book__new-book span{display:inline-block;vertical-align:middle;margin-top:-0.125rem}.new-recipe-book__new-book .fonticon{color:#ccc;font-size:1.25rem;margin-right:0.625rem}.new-recipe-book__new-book:hover{color:#000}.new-recipe-book__new-book:hover .fonticon{color:#ff391e}.new-book{position:absolute;top:0;left:0;right:0;background:#fff;border-radius:0.25rem;z-index:100}.new-book__header{color:#373737;font-family:"Open Sans";font-size:0.875rem;font-weight:700;line-height:3.125rem;text-transform:uppercase;text-align:center;border-bottom:0.0625rem solid #e5e5e5;border-radius:0.25rem 0.25rem 0 0}.new-book__container{padding:0.9375rem 1.25rem 0 1.25rem}.new-book__hr{width:auto;height:0.0625rem;opacity:0.1;background-color:black;margin:1.25rem 0 0.8125rem}.new-book .upload-image{min-height:auto;height:8.75rem}.new-book .field .text-icon{display:block;color:black;font-family:"Open Sans";font-size:0.875rem;font-weight:400;margin-top:-0.5rem}.new-book .field .text-icon .fonticon{font-size:1.125rem}.new-book .field .text-icon:hover .fonticon{color:#fe3a22}.new-book__footer{height:3.125rem;border-top:0.0625rem solid #e5e5e5;position:static;padding:0.625rem 1.25rem 0 1.25rem;margin-top:1.5625rem}.new-book .button{float:right}.new-book .back-button{line-height:2.5rem;float:left;cursor:pointer}.new-book__row{display:flex;justify-content:space-between;margin:0 -0.3125rem}.new-book__col{flex-shrink:0;width:50%;padding:0 0.3125rem;box-sizing:border-box}.new-book__col_40{width:40%}.new-book__col_30{width:30%}.new-book__col_33{width:33%}.new-book__col_25{width:25%}.new-book-tip{opacity:0.4;color:black;font-family:"Open Sans";font-weight:400;font-size:0.75rem;margin-top:0.9375rem}.new-book-tip__headline{text-transform:uppercase;border-bottom:0.0625rem solid #e5e5e5;line-height:2.5rem;margin-bottom:0.4375rem}.new-book-tip__text{line-height:1.125rem}.popup-container_address{background:white;border-radius:0.25rem;box-shadow:0.14375rem 0.20625rem 0.625rem rgba(0,0,0,0.3)}.popup-container_address .popup-content{width:31rem;position:relative;float:none;border-radius:0.25rem}.popup-container_address .popup-content__header{margin-bottom:0;border-radius:0.25rem 0.25rem 0 0}.popup-container_address .find-book{height:18.125rem;background-color:#f5eee0;position:relative}.popup-container_address .find-book__container{position:relative;box-sizing:border-box}.popup-container_address .find-book__spacer{height:1.25rem}.popup-container_address .field_recipe-book{margin-bottom:1.25rem}.popup-container_address .addresses-container__address{color:#666;font-family:"Open Sans";font-size:0.875rem;font-weight:400;cursor:pointer;border-top:0.0625rem solid #dcd6c9;position:relative}.popup-container_address .addresses-container__clickable{padding:0.9375rem 2.5rem 1.125rem}.popup-container_address .addresses-container__clickable:hover{background:#dcd6c9}.popup-container_address .addresses-container__clickable:hover:after{width:2.5rem;content:"";position:absolute;top:-0.0625rem;right:-2.5rem;bottom:-0.0625rem;background:#dcd6c9}.popup-container_address .addresses-container__clickable:hover:before{width:2.5rem;content:"";position:absolute;top:-0.0625rem;left:-2.5rem;bottom:-0.0625rem;background:#dcd6c9}.popup-container_address .addresses-container__delete{position:absolute;right:0.9375rem;top:50%;width:1.875rem;height:1.875rem;margin-top:-0.9375rem;display:flex;align-items:center;justify-content:center;cursor:pointer}.popup-container_address .addresses-container__delete:hover{color:#ff391e}.new-address{position:absolute;top:0;left:0;right:0;background:#fff;border-radius:0.25rem;z-index:100}.new-address__header{color:#373737;font-family:"Open Sans";font-size:0.875rem;font-weight:700;line-height:3.125rem;text-transform:uppercase;text-align:center;border-bottom:0.0625rem solid #e5e5e5;border-radius:0.25rem 0.25rem 0 0}.new-address__container{padding:0.9375rem 1.25rem 0 1.25rem}.new-address__hr{width:auto;height:0.0625rem;opacity:0.1;background-color:black;margin:1.25rem 0 0.8125rem}.new-address .upload-image{min-height:auto;height:8.75rem}.new-address .field .text-icon{display:block;color:black;font-family:"Open Sans";font-size:0.875rem;font-weight:400;margin-top:-0.5rem}.new-address .field .text-icon .fonticon{font-size:1.125rem}.new-address .field .text-icon:hover .fonticon{color:#fe3a22}.new-address .field .selectize-dropdown [data-selectable]{text-align:left}.new-address__footer{height:3.125rem;border-top:0.0625rem solid #e5e5e5;position:static;padding:0.625rem 1.25rem 0 1.25rem;margin-top:1.5625rem}.new-address .button{float:right}.new-address .back-button{line-height:2.5rem;float:left;cursor:pointer}.new-address-tip{opacity:0.4;color:black;font-family:"Open Sans";font-weight:400;font-size:0.75rem;margin-top:0.9375rem}.new-address-tip__headline{text-transform:uppercase;border-bottom:0.0625rem solid #e5e5e5;line-height:2.5rem;margin-bottom:0.4375rem}.new-address-tip__text{line-height:1.125rem}.popup-container_add-new-book .popup-content{width:24.75rem;background-color:white;border-radius:0.25rem}.popup-container_add-new-book .new-book{position:static}.popup-container_add-new-book .new-book__hr{width:auto;height:0.0625rem;opacity:0.1;background-color:black;margin:1.25rem 0 0.8125rem}.popup-container_add-new-book .new-book .upload-image{min-height:auto;height:8.75rem}.popup-container_add-new-book .new-book .field .text-icon{display:block;color:black;font-family:"Open Sans";font-size:0.875rem;font-weight:400;margin-top:-0.5rem}.popup-container_add-new-book .new-book .field .text-icon .fonticon{font-size:1.125rem}.popup-container_add-new-book .new-book .field .text-icon:hover .fonticon{color:#fe3a22}.popup-container_add-new-book .new-book__footer{height:3.125rem;border-top:0.0625rem solid #e5e5e5;position:static;padding:0.625rem 1.25rem 0 1.25rem;margin-top:1.5625rem}.popup-container_edit-book .popup-content{width:24.75rem;height:33.125rem;background-color:white}.edit-book{background:#fff;border-radius:0.25rem;z-index:100}.edit-book__header{color:#373737;font-family:"Open Sans";font-size:0.875rem;font-weight:700;line-height:3.125rem;text-transform:uppercase;text-align:center;border-bottom:0.0625rem solid #e5e5e5}.edit-book__container{padding:0.9375rem 1.25rem 0 1.25rem}.edit-book__hr{width:auto;height:0.0625rem;opacity:0.1;background-color:black;margin:1.25rem 0 0.8125rem}.edit-book .upload-image{min-height:auto;height:8.75rem}.edit-book .upload-image__icon{color:#fff}.edit-book .upload-image:hover .upload-image__icon{color:#fff}.edit-book .field .text-icon{display:block;color:black;font-family:"Open Sans";font-size:0.875rem;font-weight:400;margin-top:-0.5rem}.edit-book .field .text-icon .fonticon{font-size:1.125rem}.edit-book .field .text-icon:hover .fonticon{color:#fe3a22}.edit-book__footer{height:3.125rem;border-top:0.0625rem solid #e5e5e5;position:absolute;bottom:0;left:0;right:0;padding:0.625rem 1.25rem 0 1.25rem}.edit-book .button{float:right}.popup-container_edit-album .popup-content{width:24.75rem;height:33.125rem;background-color:white}.popup-container_upload-photo .popup-content{width:24.5rem;background-color:white}.popup-container_upload-photo .upload-photo__header{color:#373737;font-family:"Open Sans";font-size:0.875rem;font-weight:700;line-height:3.125rem;text-transform:uppercase;text-align:center}.popup-container_upload-photo .upload-photo__footer{height:3.125rem;border-top:0.0625rem solid #e5e5e5;padding:0.625rem 1.25rem 0 1.25rem}.popup-container_upload-photo .upload-photo .button{float:right}.popup-container_upload-photo .upload-photo .upload-image{background:#fbf8f6}.popup-container_upload-photo .upload-photo .checkbox{margin:1.125rem 0 2.5rem 1.25rem}.popup-container_upload-photo .preview-row{width:auto;height:3.5rem;background:#e1e1e1;position:relative;overflow:hidden}.popup-container_upload-photo .preview-row__image-container{width:3.5rem;height:3.5rem;float:left;position:relative;overflow:hidden}.popup-container_upload-photo .preview-row__image-container:before{content:"";width:0.0625rem;height:2.25rem;background-color:white;position:absolute;top:50%;right:0;margin-top:-1.125rem}.popup-container_upload-photo .preview-row__img{display:block;position:relative}.popup-container_message .popup-content__header{margin-bottom:1.25rem}.popup-container_message .field-comment__textarea,.popup-container_message .field__container{border-color:#dcd6c9}.popup-container_message .field_new-message{margin-bottom:1.25rem}.popup-container_message .field-comment_chat-messages{margin-bottom:0.9375rem}.popup-container_message .popup-form__hr{margin:0 -1.25rem 1.25rem}.popup-container_message .popup-content{width:37.5rem}.popup-container_message .popup-content__body{padding:0 1.25rem 1.25rem}.popup-container_message .field-comment .warning-icon,.popup-container_message .field-comment .error-message{z-index:9}.popup-container{position:relative}.popup-container_vote{width:47.25rem}.popup-container_vote .popup-content{width:100%;float:none}.popup-container_vote .popup-content__header{margin:0;position:relative}.popup-container_vote .popup-content__scroll-box{max-height:24.0625rem;padding:0 3.0625rem;box-sizing:border-box;position:relative;overflow:hidden}.popup-container_vote .popup-content__user-container{padding:2.5rem 0 0.625rem}.popup-container_vote .popup-content__user-container .person{width:6.5625rem;margin-bottom:1.5625rem}.popup-container_add-to-report{width:24.75rem;background:white}@media only screen and (max-width: 395px){html:not(.old) .popup-container_add-to-report{width:100%}}.popup-container_add-to-report .popup-content{width:100%;float:none}@media only screen and (max-width: 399px){html:not(.old) .popup-container_add-to-report .popup-content{width:100%}}.popup-container_add-to-report .add-to-report__header{color:#373737;font-size:0.875rem;font-weight:700;line-height:3.125rem;text-transform:uppercase;padding-left:1.25rem}.popup-container_add-to-report .add-to-report .upload-image{margin-bottom:1.25rem}@media only screen and (max-width: 599px){html:not(.old) .popup-container_add-to-report .add-to-report .upload-image{background-color:#f5eee0;min-height:11.875rem;margin-bottom:0.625rem}}.popup-container_add-to-report .add-to-report__textarea{display:block;width:20.8125rem;min-height:3rem;padding:0.625rem 0.625rem 0;border:0.0625rem solid #c2c2c2;border-radius:0.1875rem;resize:none;margin:0 auto 1.25rem;font-size:0.8125rem;font-weight:400;line-height:0.9375rem}@media only screen and (max-width: 599px){html:not(.old) .popup-container_add-to-report .add-to-report__textarea{min-height:5.5rem;width:calc(100% - 1.25rem);margin-bottom:0.625rem;box-sizing:border-box}}.popup-container_add-to-report .add-to-report__footer{padding:0.625rem 1.25rem;border-top:0.0625rem solid #e5e5e5}.popup-container_add-to-report .add-to-report__footer:after{content:"";display:block;clear:both}@media only screen and (max-width: 599px){html:not(.old) .popup-container_add-to-report .add-to-report__footer{border:none}}.popup-container_add-to-report .add-to-report__footer .button{float:right}@media only screen and (max-width: 599px){html:not(.old) .popup-container_add-to-report .add-to-report__footer .button{display:block;width:16.25rem;height:2.5rem;float:none;margin:0 auto;text-align:center}}.popup-container_add-to-report .add-to-report__footer .back-button{float:left;line-height:2.5rem;cursor:pointer}@media only screen and (max-width: 599px){html:not(.old) .popup-container_add-to-report .add-to-report__footer .back-button{display:none}}.popup-container_photo-report{width:71.75rem;background:white;overflow:visible;background:none;border-radius:0}.popup-container_photo-report .popup-content{width:100%;float:none;position:relative;overflow:visible}.popup-container_photo-report .slider{width:100%;height:100%}.popup-container_photo-report .slider__slide{width:71.75rem;height:35.75rem;overflow:hidden;background-color:black;border-radius:0;box-shadow:0 0.0625rem 0.25rem rgba(71,44,6,0.2)}.popup-container_photo-report .slider__slide:after{content:"";display:block;clear:both}.popup-container_photo-report .slider__image-container{display:table;float:left;width:73%;height:100%;box-sizing:border-box;background-color:black;position:relative;overflow:hidden}.popup-container_photo-report .slider__wrapper{display:table-cell;vertical-align:middle}.popup-container_photo-report .slider__wrapper img{width:100%}.popup-container_photo-report .slider .comments-container{width:27%;height:100%;float:left;background-color:#f2f2f2;position:relative}.popup-container_photo-report .slider .comments-container__scroll-box{width:100%;height:31.9375rem !important;padding:0;box-sizing:border-box;position:relative;overflow:hidden}.popup-container_photo-report .slider .comments-container .author-comment{padding:0.6875rem 0.875rem 1.5625rem 0.875rem;background-color:white}.popup-container_photo-report .slider .comments-container .author-comment .person{display:block;margin-bottom:1.125rem}.popup-container_photo-report .slider .comments-container .author-comment .person__name{color:#222;font-family:"Open Sans";font-size:0.875rem;font-weight:700}.popup-container_photo-report .slider .comments-container .author-comment .person__post-time{font-style:normal;font-family:"Open Sans"}.popup-container_photo-report .slider .comments-container .author-comment__comment{color:#242424;font-size:0.8125rem;font-weight:400;line-height:1rem}.popup-container_photo-report .slider .comments-container .user-comment{position:relative;padding:1.125rem 0.25rem 1.125rem 2.8125rem;margin:0 0.9375rem}.popup-container_photo-report .slider .comments-container .user-comment+.user-comment{border-top:0.0625rem solid #d9d9d9}.popup-container_photo-report .slider .comments-container .user-comment .user-avatar{position:absolute;top:1.25rem;left:0}.popup-container_photo-report .slider .comments-container .user-comment__date{float:right;color:#999;font-size:0.75rem;line-height:0.8125rem;font-weight:400}.popup-container_photo-report .slider .comments-container .user-comment__name{float:left;font-size:0.8125rem;line-height:0.8125rem;color:#222;font-weight:700;margin-bottom:0.625rem}.popup-container_photo-report .slider .comments-container .user-comment__comment{clear:both;color:#242424;font-size:0.8125rem;font-weight:400;line-height:1rem}.popup-container_photo-report .slider .comments-container__comment-field{padding:0.625rem;position:absolute;bottom:0;left:0;right:0;background-color:#f2f2f2;border-top:0.0625rem solid #d9d9d9;text-align:center;transition:padding 0.3s ease-in-out}.popup-container_photo-report .slider .comments-container__comment-field.expanded{padding-bottom:2.5rem}.popup-container_photo-report .slider .comments-container__comment-field textarea{box-sizing:border-box;display:block;width:100%;min-height:0.625rem;padding:0.625rem 0.625rem 0;background-color:white;border:0.0625rem solid #c2c2c2;border-radius:0.1875rem;font-size:0.8125rem;line-height:0.9375rem;font-weight:400;resize:none;text-align:left;transition:padding 0.3s ease-in-out}.popup-container_photo-report .slider .comments-container__comment-field .field_error textarea{border-color:red;padding-left:2.1875rem}.popup-container_photo-report .slider .comments-container__send-button{display:block;left:50%;margin-left:-2.5rem;position:absolute;bottom:0.75rem;width:5rem;background:none;border:none;font-family:"Open Sans";font-size:0.75rem;text-transform:uppercase;color:#4c4c4c;font-weight:700;line-height:0.875rem;opacity:0;transition:opacity 0.3s ease-in-out}.popup-container_photo-report .slider .comments-container__send-button:hover{color:#ff391e}.popup-container_photo-report .slider .comments-container__send-button.visible{opacity:1}.popup-container_photo-report .slider .comments-container__autohrize-please{font-size:0.8125rem;font-weight:400;color:#9c9c9c;text-align:center;line-height:normal;padding:0.28125rem 0}.popup-container_photo-report .slider .comments-container__autohrize-please span{display:inline-block;text-align:left}.popup-container_photo-report .slider .comments-container__autohrize-please a{color:#ff391e;text-decoration:none}.popup-container_photo-report .slider .comments-container__autohrize-please a:hover{text-decoration:underline}.popup-container_photo-report .slider-controls_popup{position:static}.popup-container_photo-report .slider-controls_popup .slider-controls__next{opacity:1;top:16.4375rem;left:48.125rem;width:2.5rem;height:2.5rem;background:white;box-shadow:0.0375rem 0.05rem 0.25rem rgba(0,0,0,0.15);border-radius:50%;line-height:2.5rem}.popup-container_photo-report .slider-controls_popup .slider-controls__next .fonticon{margin-left:0.1875rem}.popup-container_photo-report .slider-controls_popup .slider-controls__next.disabled{opacity:0.2}.popup-container_photo-report .slider-controls_popup .slider-controls__next.disabled:hover{background:white}.popup-container_photo-report .slider-controls_popup .slider-controls__prev{opacity:1;top:16.4375rem;left:1.25rem;width:2.5rem;height:2.5rem;background:white;box-shadow:0.0375rem 0.05rem 0.25rem rgba(0,0,0,0.15);border-radius:50%;line-height:2.5rem}.popup-container_photo-report .slider-controls_popup .slider-controls__prev.disabled{opacity:0.2}.popup-container_photo-report .slider-controls_popup .slider-controls__prev.disabled:hover{background:white}.popup-container_photo-report .slider-controls_popup .slider-controls__count{font-size:0.875rem;font-weight:700;text-transform:uppercase;color:#fff;position:absolute;top:-2.1875rem;left:0;font-family:"Open Sans";z-index:-1}.popup-container_photo-report .slider-controls_popup .slider-controls__count-name{display:inline-block}.popup-container_photo-report .slider-controls_popup .slider-controls__count-item{display:inline-block}.popup-container_photo-report .slider-controls_popup .slider-controls__count-item_current{color:#fe5722}.popup-container_prize{overflow:visible;background:none;box-sizing:border-box;background:none}.popup-container_prize .popup-content{width:36.25rem;position:relative;float:none;overflow:visible}.popup-container_prize .slider{width:100%;height:28.9375rem}.popup-container_prize .slider__image-container{width:36.25rem;height:28.125rem;position:relative;overflow:hidden;background-color:white;border-radius:0.375rem;box-shadow:0 0.0625rem 0.25rem rgba(71,44,6,0.2);margin-bottom:0.9375rem}.popup-container_prize .slider__image-container img{width:100%}.popup-container_prize .slider .goods{width:auto}.popup-container_prize .slider .goods__description{color:white}.popup-container_prize .slider-controls_popup{position:static}.popup-container_prize .slider-controls_popup .slider-controls__next{opacity:1;top:12.375rem;left:32.5rem;width:2.5rem;height:2.5rem;background:white;box-shadow:0.0375rem 0.05rem 0.25rem rgba(0,0,0,0.15);border-radius:50%;line-height:2.5rem}.popup-container_prize .slider-controls_popup .slider-controls__next .fonticon{margin-left:0.1875rem}.popup-container_prize .slider-controls_popup .slider-controls__next.disabled{opacity:0.2}.popup-container_prize .slider-controls_popup .slider-controls__next.disabled:hover{background:white}.popup-container_prize .slider-controls_popup .slider-controls__prev{opacity:1;top:12.375rem;left:1.25rem;width:2.5rem;height:2.5rem;background:white;box-shadow:0.0375rem 0.05rem 0.25rem rgba(0,0,0,0.15);border-radius:50%;line-height:2.5rem}.popup-container_prize .slider-controls_popup .slider-controls__prev.disabled{opacity:0.2}.popup-container_prize .slider-controls_popup .slider-controls__prev.disabled:hover{background:white}.popup-container_prize .slider-controls_popup .slider-controls__count{font-size:0.875rem;font-weight:700;text-transform:uppercase;color:#fff;position:absolute;top:-2.1875rem;left:0;font-family:"Open Sans"}.popup-container_prize .slider-controls_popup .slider-controls__count-name{display:inline-block}.popup-container_prize .slider-controls_popup .slider-controls__count-item{display:inline-block}.popup-container_prize .slider-controls_popup .slider-controls__count-item_current{color:#fe5722}.popup-container_subscribe .popup-content{float:right}@media only screen and (max-width: 684px){html:not(.old) .popup-container_subscribe .popup-content{float:none;margin-bottom:1.25rem}}@media only screen and (max-width: 399px){html:not(.old) .popup-container_subscribe .popup-content{margin-bottom:3.4375rem}}@media only screen and (max-width: 909px){html:not(.old) .popup-container_subscribe .popup-close{right:-3.75rem}}@media only screen and (max-width: 799px){html:not(.old) .popup-container_subscribe .popup-close{top:-2.5rem;right:0}}@media only screen and (max-width: 909px){html:not(.old) .popup-container_subscribe .popup-close .controll-button{margin:0}}@media only screen and (max-width: 909px){html:not(.old) .popup-container_subscribe .popup-close__text{display:none}}.popup-container_subscribe .popup-sidebar_subscribe{float:left;width:18.75rem;height:18.75rem;position:relative;padding:0;overflow:visible}@media only screen and (max-width: 684px){html:not(.old) .popup-container_subscribe .popup-sidebar_subscribe{display:none}}.popup-container_subscribe .popup-sidebar_subscribe .popup-sidebar__image{background-position:center;background-repeat:no-repeat;position:absolute;bottom:0;right:0}.popup-container_subscribe .popup-sidebar_subscribe .popup-sidebar__image{background-image:url(https://e0.edimdoma.ru/assets/popups/subscribe-image-3f80713bbbc1ef204a32f09a9ad469a2921a7ac1b295be140dc983cc0ece70e0.png);background-size:19.625rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.popup-container_subscribe .popup-sidebar_subscribe .popup-sidebar__image{background-image:url(https://e1.edimdoma.ru/assets/popups/subscribe-image@2x-1ad3911769fad87995918dd7d0ec8e34c74da71a7d58eaf287e6a6ca896ade21.png)}}.popup-container_subscribe .popup-sidebar_subscribe .popup-sidebar__image{width:19.625rem;height:21.9375rem;background-size:contain;background-repeat:no-repeat}.popup-container_buy-ingrs .popup-sidebar{background-image:url(https://e1.edimdoma.ru/assets/popups/sidebar-ingr-a7b8f6f6f6f1653534ada186df939e85d023499035cc5b446adedc5cb4f60407.jpg);background-size:22.5rem auto;background-size:cover;width:18.75rem;height:14.75rem}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.popup-container_buy-ingrs .popup-sidebar{background-image:url(https://e1.edimdoma.ru/assets/popups/sidebar-ingr@2x-669d104b5c66f59dac4a0c68339351cf8b1caf78ff05ca6e9e04b0d2ddead974.jpg)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.popup-container_buy-ingrs .popup-sidebar{background-image:url(https://e3.edimdoma.ru/assets/popups/sidebar-ingr@3x-7ac49374ad7ecb007953065fe8c7d12b8a8c9dba5cb44efd07a064016af19cc2.jpg)}}@media only screen and (max-width: 739px){html:not(.old) .popup-container_buy-ingrs .popup-sidebar{float:none;width:17.5rem}}.popup-container_buy-ingrs .popup-content{float:right}@media only screen and (max-width: 739px){html:not(.old) .popup-container_buy-ingrs .popup-content{float:none;padding-bottom:1.25rem;width:22.5rem;box-sizing:border-box}}.popup-container_only-images .content-box__content{padding:0}.popup-container_only-images .content-box__content .field-row{margin-bottom:0}.popup-container_only-images .step-image-container-posted{margin:0}.popup-container_only-images .popup-content{width:calc(100vw - 12.5rem);max-width:87.5rem}@media screen and (max-width: 685px){.popup-container_only-images .popup-content{width:43.75rem}}.popup-container_only-images .hint{padding-top:1.5625rem;width:auto;position:static;top:auto;right:auto}@media screen and (max-width: 685px){.popup-post-gallery .popupScroll{overflow-x:auto}}.popup-container_ingr-iframe .iframo{width:62.5rem;height:80vh;border:0;vertical-align:top}@media only screen and (max-width: 999px){html:not(.old) .popup-container_ingr-iframe .iframo{width:100vw}}@media only screen and (max-width: 479px){html:not(.old) .content_container{padding-bottom:1.25rem}}.popup-container_reward{width:58.9375rem}.popup-container_reward .popup-container__header{display:flex;justify-content:center;align-items:center;height:3.125rem;background-color:white;border-radius:0.25rem 0.25rem 0 0;color:#373737;font-family:"Open Sans";font-size:0.875rem;font-weight:700;text-transform:uppercase}.popup-container_reward .popup-content{width:100%;padding:0 5rem;box-sizing:border-box}.popup-container_reward .badge-description-container{padding-top:2.9375rem;margin-bottom:3.5625rem}.popup-container_reward .badge-description-container:after{content:"";display:block;clear:both}.popup-container_reward .badge-description-container__badge{width:10rem;height:10rem;float:left}.popup-container_reward .badge-description-container__badge svg{width:10rem;height:10rem}.popup-container_reward .badge-description{margin-left:13.5625rem;padding-top:1.5625rem}.popup-container_reward .badge-description__name{color:black;font-family:"Noto Serif";font-size:2.25rem;font-weight:700;line-height:normal;margin-bottom:0.9375rem}.popup-container_reward .badge-description__condition{color:black;font-family:"Open Sans";font-size:0.8125rem;font-weight:400;line-height:1.1875rem}.popup-container_reward .reward-owners-conainer{border-top:0.0625rem solid #ded9cc;padding:1.25rem 0 3.4375rem 0}.popup-container_reward .reward-owners{width:39.0625rem;height:5.625rem;position:relative;overflow:hidden;margin-top:1.25rem}.popup-container_reward .reward-owners:after{content:"";display:block;clear:both}.popup-container_reward .reward-owners.show{width:auto;height:auto}.popup-container_reward .reward-owners__owner{float:left}.popup-container_reward .reward-owners__owner+.reward-owners__owner{margin-left:1.25rem}.popup-container_reward .reward-owners__owner:nth-child(10n+11){margin-left:0}.popup-container_reward .reward-owners__owner-name{width:3.75rem;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#242424;font-family:"Open Sans";font-size:0.8125rem;font-weight:400;margin-bottom:0.9375rem}.popup-container_reward .show-all-owners{float:right;margin:3rem 1.25rem 0 0;cursor:pointer}.popup-container_reward .show-all-owners:hover .show-all-owners__text{text-decoration:none}.popup-container_reward .show-all-owners__amount{color:#6e6e6e;font-family:"Open Sans";font-weight:400;line-height:1.875rem;font-size:1.1875rem}.popup-container_reward .show-all-owners__amount span{font-size:1.5rem}.popup-container_reward .show-all-owners__text{color:#6d6d6d;font-family:"Open Sans";font-size:0.8125rem;font-weight:400;text-decoration:underline}.popup-container_reward .victory-list{margin-top:1.5625rem}.popup-container_reward .victory-list__count{font-family:"Noto Serif";font-size:0.875rem;font-weight:700;line-height:1.25rem;color:black}.popup-container_reward .victory-list__count span{color:#8a8a8a}.popup-container_reward .victory-list__list{padding-left:1.25rem;margin:0.625rem 0 0 0}.popup-container_reward .victory-list__item{font-family:"Open Sans";font-size:0.8125rem;line-height:1.5rem;color:black;font-weight:400}.popup-container_reward .victory-list__item a{display:inline-block;color:black;font-weight:400;text-decoration:none;line-height:0.8125rem;border-bottom:0.0625rem solid #b5afa5}.popup-container_reward .victory-list__item a:hover{border:none}.popup-container_reward .victory-list__item span{color:#8a8a8a;font-style:italic}.popup-container_buy-reward .popup-content{display:none}.popup-container_buy-reward .popup-content.active{display:block}.popup-container_buy-reward .popup-content_choose-recipient .badge-description{padding-top:0.625rem}.popup-container_buy-reward .popup-content_choose-recipient .badge-description__price{padding-left:2.1875rem;position:relative;color:black;font-family:"Noto Serif";font-size:0.8125rem;font-style:italic;margin-bottom:1.5625rem}.popup-container_buy-reward .popup-content_choose-recipient .badge-description__price:before{content:"";background-position:center;background-repeat:no-repeat;position:absolute;top:50%;left:0;margin-top:-0.8125rem}.popup-container_buy-reward .popup-content_choose-recipient .badge-description__price:before{background-image:url(https://e0.edimdoma.ru/assets/badges/coin-8ec1236386e2fa2b3eb0367bb8612b4e08cad52bdf76c0fc137160cf61cdccfd.png);background-size:1.5rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.popup-container_buy-reward .popup-content_choose-recipient .badge-description__price:before{background-image:url(https://e1.edimdoma.ru/assets/badges/coin@2x-47af3f5e15f67aae0d26bd8d308dbcfa22b8f8bb4bebb271c59073320b7ae7b1.png)}}.popup-container_buy-reward .popup-content_choose-recipient .badge-description__price:before{width:1.5rem;height:1.625rem;background-size:contain;background-repeat:no-repeat}.popup-container_buy-reward .popup-content_choose-recipient .badge-description__button-container{display:flex}.popup-container_buy-reward .popup-content_choose-recipient .badge-description__button-container .button{display:block;width:10.3125rem;padding:0;text-align:center}.popup-container_buy-reward .popup-content_choose-recipient .badge-description__button-container .button+.button{margin-left:0.625rem}.popup-container_buy-reward .popup-content_reject{padding:2.5rem 0 2.8125rem;text-align:center}.popup-container_buy-reward .popup-content_reject .title{margin-bottom:1.5625rem}.popup-container_buy-reward .popup-content_reject .button+.button{margin-left:0.625rem}.popup-container_buy-reward .popup-content_accept{padding:2.5rem 0 2.8125rem 0;text-align:center}.popup-container_buy-reward .popup-content_accept .title{margin-bottom:1.5625rem}.popup-container_buy-reward .popup-content_choose-friend{padding-top:1.875rem;padding-bottom:2.5rem}.popup-container_buy-reward .popup-content_choose-friend .slider{height:6.25rem}.popup-container_buy-reward .popup-content_choose-friend .popup-content__button-container{text-align:center;margin-top:1.5625rem}.popup-container_buy-reward .popup-content_choose-friend .popup-content__button-container .button+.button{margin-left:0.625rem}.popup-container_buy-reward .popup-content_choose-friend .field{width:100%}.popup-container_buy-reward .popup-content_choose-friend .title{text-align:center}.popup-container_buy-reward .popup-content_choose-friend .popup-content__find-friend{margin-top:1.5625rem;padding:0 4.6875rem 2.1875rem;border-bottom:0.0625rem solid #ded9cc}.popup-container_buy-reward .popup-content_choose-friend .popup-content__friend-list{padding-top:0.9375rem}.popup-container_buy-reward .popup-content_choose-friend .popup-content__friend-list .title{text-align:left;margin-bottom:0.625rem}.popup-container_buy-reward .popup-content_choose-friend .popup-content__friend-list .selection__overlay{height:100%}.popup-container_buy-reward .popup-content_choose-friend .popup-content__friend-list .person .title{font-weight:400;width:3.75rem;position:relative;overflow:hidden;text-overflow:ellipsis;text-align:center;margin:0 auto}.popup-container_buy-reward .friend-slider{margin:0 5rem}.popup-container_buy-reward .slider-controls__button{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;border:0.0625rem solid #c5c0b4;position:absolute;top:0.9375rem;cursor:pointer}.popup-container_buy-reward .slider-controls__button_prev{left:0}.popup-container_buy-reward .slider-controls__button_next{right:0}.popup-container_buy-reward .slider-controls__button_next .fonticon{margin-right:-0.0625rem}.popup-container_buy-reward .slider-controls__button .fonticon{display:inline-block;font-size:0.625rem;opacity:0.6}.popup-container_buy-reward .slider-controls__button:hover{color:#ff391e;border-color:#ff391e}.popup-container_buy-reward .slider-controls__button:hover .fonticon{opacity:1}.popup-container_buy-reward .slider-controls__button:active{color:#fff;background-color:#ff391e;border-color:#ff391e}.popup-container_buy-reward .slider-controls__button.disabled{cursor:default;border-color:#e4ddd0;color:black;background:none}.popup-container_buy-reward .slider-controls__button.disabled .fonticon{opacity:0.1}.recipe-step-title{height:3.125rem;line-height:3.125rem;margin:-1.5625rem -1.875rem 0 -1.875rem;padding:0 1.875rem;border-bottom:0.0625rem solid #e6e6e6;position:relative;overflow:hidden}@media only screen and (max-width: 1023px){html:not(.old) .recipe-step-title{height:3.6875rem;line-height:3.6875rem;padding:0 1.25rem;margin-left:-3.75rem;margin-right:-3.75rem}}@media only screen and (max-width: 767px){html:not(.old) .recipe-step-title{margin-left:-1.25rem;margin-right:-1.25rem}}@media only screen and (max-width: 767px) and (min-width: 599px) and (max-width: 767px){html:not(.old) .recipe-step-title{margin-left:calc(-20 * 0.0625rem + (-60 - -20) * (100vw - 600 * 0.0625rem) / (768 - 600))}}@media only screen and (max-width: 767px) and (max-width: 599px){html:not(.old) html:not(.old) .recipe-step-title{margin-left:-1.25rem}}@media only screen and (max-width: 767px) and (min-width: 768px){html:not(.old) html:not(.old) .recipe-step-title{margin-left:-3.75rem}}@media only screen and (max-width: 767px) and (min-width: 599px) and (max-width: 767px){html:not(.old) .recipe-step-title{margin-right:calc(-20 * 0.0625rem + (-60 - -20) * (100vw - 600 * 0.0625rem) / (768 - 600))}}@media only screen and (max-width: 767px) and (max-width: 599px){html:not(.old) html:not(.old) .recipe-step-title{margin-right:-1.25rem}}@media only screen and (max-width: 767px) and (min-width: 768px){html:not(.old) html:not(.old) .recipe-step-title{margin-right:-3.75rem}}@media only screen and (max-width: 599px){html:not(.old) .recipe-step-title{margin-left:-1.25rem;margin-right:-1.25rem}}@media only screen and (max-width: 1023px){html:not(.old) .recipe-step-title+.field-row{margin-left:-3.75rem;margin-right:-3.75rem;line-height:0}}@media only screen and (max-width: 767px){html:not(.old) .recipe-step-title+.field-row{margin-left:-1.25rem;margin-right:-1.25rem}}@media only screen and (max-width: 767px) and (min-width: 599px) and (max-width: 767px){html:not(.old) .recipe-step-title+.field-row{margin-left:calc(-20 * 0.0625rem + (-60 - -20) * (100vw - 600 * 0.0625rem) / (768 - 600))}}@media only screen and (max-width: 767px) and (max-width: 599px){html:not(.old) html:not(.old) .recipe-step-title+.field-row{margin-left:-1.25rem}}@media only screen and (max-width: 767px) and (min-width: 768px){html:not(.old) html:not(.old) .recipe-step-title+.field-row{margin-left:-3.75rem}}@media only screen and (max-width: 767px) and (min-width: 599px) and (max-width: 767px){html:not(.old) .recipe-step-title+.field-row{margin-right:calc(-20 * 0.0625rem + (-60 - -20) * (100vw - 600 * 0.0625rem) / (768 - 600))}}@media only screen and (max-width: 767px) and (max-width: 599px){html:not(.old) html:not(.old) .recipe-step-title+.field-row{margin-right:-1.25rem}}@media only screen and (max-width: 767px) and (min-width: 768px){html:not(.old) html:not(.old) .recipe-step-title+.field-row{margin-right:-3.75rem}}.recipe-step-title_mb20{margin-bottom:1.25rem !important}.recipe-step-title__centered{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;color:#242424;font-weight:bold;pointer-events:none;text-align:center}@media only screen and (max-width: 599px){html:not(.old) .recipe-step-title__centered{width:15.625rem;margin:0 auto}}.recipe-step-title__step{color:#242424;font-size:0.875rem;font-weight:700;text-transform:uppercase}@media only screen and (max-width: 599px){html:not(.old) .recipe-step-title__step{width:15.625rem;margin:0 auto}}.recipe-step-title .text-icon{color:#5E5E5E;font-size:0.875rem;font-weight:400;float:right;margin-top:-0.0625rem}.recipe-step-title .text-icon .fonticon{font-size:1.25rem;color:#cccccc}@media only screen and (max-width: 1023px){html:not(.old) .recipe-step-title .right{display:none}}.recipe-step-title .right .fonticon{color:#d1d1d1;cursor:pointer}.recipe-step-title .right .fonticon:hover{color:#ff391e}.recipe-step-title .right .fonticon_fullscreen{vertical-align:middle}.recipe-step-title .right .fonticon_fullscreen span{display:inline-block;vertical-align:bottom;color:#242424;font-size:0.875rem;font-weight:400;font-family:"Open Sans";margin-left:0.625rem}.sortable-item{left:unset}.recipe-author-block:after{content:"";display:block;clear:both}.recipe-author-block__buttons-container{float:right;display:flex;flex-direction:row-reverse}@media only screen and (max-width: 599px){html:not(.old) .recipe-author-block__buttons-container{float:none;justify-content:space-between;padding-top:0.8125rem;border-top:0.0625rem solid #ddd9cd;margin-top:0.9375rem}}.recipe-author-block .button{font-family:"Noto Serif";font-size:0.875rem;font-weight:700;margin-top:1.25rem}@media only screen and (max-width: 1023px){html:not(.old) .recipe-author-block .button{margin-top:0.3125rem}}.recipe-author-block .button+.button{margin-right:0.625rem;margin-left:0 !important}.recipe-author-block .button .fonticon+span{margin-left:0.3125rem}.recipe-author-block .button span{margin-top:-0.40625rem}.recipe-author-block .button .fonticon{padding-top:0;font-size:1.125rem}.recipe-author-block .button_comments{padding:0 0.5rem}@media only screen and (max-width: 1023px){html:not(.old) .recipe-author-block .button_comments{width:5rem;text-align:center;padding:0}}.recipe-author-block .button_rate{padding:0 0.5rem}@media only screen and (max-width: 1023px){html:not(.old) .recipe-author-block .button_rate{width:5rem;text-align:center;padding:0}}.recipe-author-block .button_like-it{padding:0 0.8125rem}@media only screen and (max-width: 1023px){html:not(.old) .recipe-author-block .button_like-it{padding:0;text-align:center;width:6.25rem}}.recipe-author-block .button_like-it .fonticon{font-size:1rem}@media only screen and (max-width: 1023px){html:not(.old) .recipe-author-block .person__wrapper{line-height:3.125rem}html:not(.old) .recipe-author-block .person__status{top:0;left:0}html:not(.old) .recipe-author-block .person__post-time{margin-top:0;line-height:normal}html:not(.old) .recipe-author-block .person .user-avatar{width:3.125rem;height:3.125rem;margin-right:0.625rem}}.recipe-author-block .person__name{padding-bottom:0.125rem;position:relative;overflow:hidden;text-overflow:ellipsis;line-height:1.125rem}@media only screen and (max-width: 1023px){html:not(.old) .recipe-author-block .person__name{font-size:0.875rem;line-height:1rem;padding-bottom:0}}.recipe-author-block .person_lh-big{width:auto;color:#333 !important}.recipe-author-block .person_lh-big .person__name{white-space:normal;overflow:visible}.recipe-author-block .person_lh-big .person__wrapper{width:auto}.competition-participant{padding-left:3.25rem;padding-top:1.25rem;margin-top:1.25rem;background:left 1.5625rem no-repeat;background-image:url(https://e0.edimdoma.ru/assets/recipes/participant-bdb2ea2a8ed2c50494594377991d2e90926fa9706e90ba9e6913854517005c8a.png);background-size:2.375rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.competition-participant{background-image:url(https://e1.edimdoma.ru/assets/recipes/participant@2x-b1af486efa4c05b43925fee93d5a0a980d9babb0f179c545f6d0ead142b2319d.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.competition-participant{background-image:url(https://e3.edimdoma.ru/assets/recipes/participant@3x-ea70ad52ce199d4e0bbdf2cf2dc9622643305dae1907b18ba80adcbb9bfd19fb.png)}}@media only screen and (max-width: 599px){html:not(.old) .competition-participant{padding:2.8125rem 0 0 0;background-position:left top}}.competition-participant__title{color:#242424;font-family:"Open Sans";font-size:0.875rem;font-weight:700;margin-bottom:0.3125rem}.competition-participant__show-name{color:#ed342a;font-family:"Open Sans";font-size:0.9375rem;font-weight:400;line-height:1.375rem;text-decoration:none}.tag-links{display:flex;flex-direction:column;gap:1.875rem}.tag-links *{box-sizing:border-box}@media only screen and (max-width: 767px){html:not(.old) .tag-links{gap:0.8125rem}}.tag-links._recipe{margin-top:2rem;margin-bottom:4.5rem}@media only screen and (max-width: 767px){html:not(.old) .tag-links._recipe{margin-top:1.75rem;margin-bottom:0.625rem}}.tag-links._tag{flex-direction:row;justify-content:center;gap:0;margin:0 -3.125rem}@media only screen and (max-width: 1023px){html:not(.old) .tag-links._tag{margin:0}}@media only screen and (max-width: 767px){html:not(.old) .tag-links._tag{position:relative;left:50%;width:100vw;gap:0;margin-top:0.9375rem;transform:translateX(-50%)}}.tag-links__column{flex:1;min-width:0;display:flex;flex-direction:column}@media only screen and (max-width: 767px){html:not(.old) .tag-links__column{background:#F5EEDF}}@media only screen and (max-width: 767px){html:not(.old) .tag-links__column:nth-child(2n-1){background:#ECE4D3}}.tag-links._tag .tag-links__column{max-width:36.25rem;align-items:center;text-align:center;padding:0.9375rem 2.1875rem 0.75rem;background:#F2ECDE}@media only screen and (max-width: 1023px){html:not(.old) .tag-links._tag .tag-links__column{padding:0.75rem 0.5625rem}}@media only screen and (max-width: 767px){html:not(.old) .tag-links._tag .tag-links__column{padding:0.375rem 0.5625rem}}.tag-links._tag .tag-links__column:nth-child(2n-1){background:#E2D8C6}@media only screen and (max-width: 767px){html:not(.old) .tag-links._recipe .tag-links__column{padding:0.3125rem 1.5rem}}.tag-links__title{margin:0 0 1rem;font-size:0.9375rem;line-height:1rem;font-weight:700;letter-spacing:0.05em;text-transform:uppercase}@media only screen and (max-width: 1023px){html:not(.old) .tag-links__title{font-size:0.625rem;margin-bottom:0.5rem}}@media only screen and (max-width: 767px){html:not(.old) .tag-links__title{text-align:center;font-size:0.625rem;font-weight:400}}.tag-links__list{width:100%;display:flex;flex-wrap:wrap;gap:9Px;list-style:none;margin:0;padding:0;overflow:hidden}@media only screen and (max-width: 1023px){html:not(.old) .tag-links__list{gap:5Px;margin-bottom:0.75rem}}@media only screen and (max-width: 767px){html:not(.old) .tag-links__list{justify-content:center}}.tag-links._tag .tag-links__list{justify-content:center}@media only screen and (max-width: 767px){html:not(.old) .tag-links._tag.moduleinited .tag-links__column:not(._active),html:not(.old) .tag-links._tag:not(.moduleinited) .tag-links__column:not(:first-child){width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:0;min-height:9rem;flex:none;padding:0}html:not(.old) .tag-links._tag.moduleinited .tag-links__column:not(._active) .tag-links__title,html:not(.old) .tag-links._tag:not(.moduleinited) .tag-links__column:not(:first-child) .tag-links__title{min-height:inherit;-ms-writing-mode:tb-lr;writing-mode:vertical-lr;margin:0;padding:0.75rem 0.5rem 0.75rem 0.4375rem;transform:rotate(180deg);cursor:pointer}html:not(.old) .tag-links._tag.moduleinited .tag-links__column:not(._active) .tag-links__title:hover,html:not(.old) .tag-links._tag:not(.moduleinited) .tag-links__column:not(:first-child) .tag-links__title:hover{-webkit-backdrop-filter:brightness(0.85);backdrop-filter:brightness(0.85)}html:not(.old) .tag-links._tag.moduleinited .tag-links__column:not(._active) .tag-links__title:active,html:not(.old) .tag-links._tag:not(.moduleinited) .tag-links__column:not(:first-child) .tag-links__title:active{-webkit-backdrop-filter:brightness(0.8);backdrop-filter:brightness(0.8)}html:not(.old) .tag-links._tag.moduleinited .tag-links__column:not(._active) .tag-links__list,html:not(.old) .tag-links._tag:not(.moduleinited) .tag-links__column:not(:first-child) .tag-links__list{display:none}html:not(.old) .tag-links._tag.moduleinited .tag-links__column:not(._active) .tag-links__more-button,html:not(.old) .tag-links._tag:not(.moduleinited) .tag-links__column:not(:first-child) .tag-links__more-button{display:none !important}}.tag-links__list-item{max-width:100%;height:18Px;display:flex;white-space:nowrap}.tag-links__list-item>a{min-height:100%;display:block;font-size:0.6875rem;line-height:0.5625rem;padding:0.3125rem 0.4375rem;border-radius:0.5625rem;overflow:hidden;text-overflow:ellipsis;background:#EDE4D3;color:#111}@media only screen and (max-width: 767px){html:not(.old) .tag-links__list-item>a{font-size:0.625rem}}.tag-links__list-item>a:first-letter{text-transform:uppercase}.tag-links__list-item>a:hover{color:#ff391e}.tag-links._tag .tag-links__column:nth-child(2n) .tag-links__list-item>a{background:#EDE4D3}.tag-links._tag .tag-links__column:nth-child(2n-1) .tag-links__list-item>a{background:#F5EFE3}@media only screen and (max-width: 767px){html:not(.old) .tag-links .tag-links__column:nth-child(2n) .tag-links__list-item>a{background:#EDE4D3}html:not(.old) .tag-links .tag-links__column:nth-child(2n-1) .tag-links__list-item>a{background:#F5EFE3}}.tag-links__more-button{display:flex;align-items:center;gap:0.5rem;margin:1rem auto 0;padding:0;border:none;font-size:1.0625rem;line-height:100%;font-weight:700;background:none;cursor:pointer;display:none;background-position:center;background-repeat:no-repeat}.tag-links__more-button .icon{background-image:url(https://e0.edimdoma.ru/assets/layout/expandeble-arrow-4629f160b42cbf05d036cde6b31a1db20e3557be1459a2aa72ab109196963fb6.png);background-size:0.75rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.tag-links__more-button .icon{background-image:url(https://e3.edimdoma.ru/assets/layout/expandeble-arrow@2x-566b01be06ce4d8c62dde9159bf57b03ac1f4909cf2efbb07d9b677db55e2140.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.tag-links__more-button .icon{background-image:url(https://e2.edimdoma.ru/assets/layout/expandeble-arrow@3x-9f70bb21fa3bea9aeb66089bfb86ae7db433087b3ad2452ca9d52a421f7932f3.png)}}.tag-links__more-button .icon{width:0.75rem;height:0.4375rem;background-size:contain;background-repeat:no-repeat}@media only screen and (max-width: 1023px){html:not(.old) .tag-links__more-button{font-size:0.75rem;gap:0.25rem}}@media only screen and (max-width: 767px){html:not(.old) .tag-links__more-button{margin-top:auto;margin-bottom:0.3125rem}}.tag-links__more-button:hover{background-position:center;background-repeat:no-repeat}.tag-links__more-button:hover .icon{background-image:url(https://e1.edimdoma.ru/assets/layout/expandeble-arrow-hover-0f5dab2caede161d32187920a947569fea0295254ffb8ffbd78ea41f8141dbf8.png);background-size:0.75rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.tag-links__more-button:hover .icon{background-image:url(https://e0.edimdoma.ru/assets/layout/expandeble-arrow-hover@2x-70a0b5b4bbe570fe0c5638291405d1f92de38764215ae86d8d929d7ed1fb7018.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.tag-links__more-button:hover .icon{background-image:url(https://e2.edimdoma.ru/assets/layout/expandeble-arrow-hover@3x-05e031fdef4b79f3f5b0d8d058f2669e901a52c90a5902d5a059040248c1926c.png)}}.tag-links__more-button:hover .icon{width:0.75rem;height:0.4375rem;background-size:contain;background-repeat:no-repeat}.tag-links__more-button._visible{display:flex}@media only screen and (max-width: 767px){html:not(.old) .tag-links__more-button .icon{scale:0.8}}.tag-links__more-button._active .icon{transform:rotate(180deg)}.step-image-container-posted{width:36.25rem;height:24.125rem;position:relative;overflow:hidden;margin-left:-1.875rem;cursor:pointer}@media only screen and (max-width: 1023px){html:not(.old) .step-image-container-posted{width:100%;height:auto;margin-left:0}html:not(.old) .step-image-container-posted img{width:100%}}.ingredient-columns{margin-left:-2.5rem}.ingredient-columns:after{content:"";display:block;clear:both}.ingredient-columns .definition-list-table{width:15rem;float:left;margin-left:2.5rem;margin-top:0.625rem}.recipe-release{display:block;width:31.25rem;margin-bottom:1.25rem;position:relative}@media only screen and (max-width: 599px){html:not(.old) .recipe-release{width:auto;display:flex;flex-direction:row}}.recipe-release:after{content:"";display:block;clear:both}.recipe-release+.recipe-release{padding-top:1.25rem;border-top:0.0625rem solid #f0eadc}.recipe-release__delete{position:absolute;top:1.25rem;right:0}.recipe-release__delete .fonticon{color:#ccc;font-size:1.25rem}.recipe-release__delete:hover .fonticon{color:#ff391e}.recipe-release__image_wrapper{position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}@media only screen and (max-width: 599px){html:not(.old) .recipe-release__image_wrapper{width:unset;height:unset}}.recipe-release__pro_badge{right:1.875rem}@media only screen and (max-width: 599px){html:not(.old) .recipe-release__pro_badge{width:3.125rem;height:1.875rem;font-size:0.875rem}}.recipe-release__image{width:10.875rem;float:left;margin-right:1.25rem}@media only screen and (max-width: 599px){html:not(.old) .recipe-release__image{height:8.125rem;float:none;-o-object-fit:cover;object-fit:cover;width:calc(50% - 1.25rem)}}.recipe-release__content{display:block;float:right;width:19.0625rem}@media only screen and (max-width: 479px){html:not(.old) .recipe-release__content{width:100%}}.recipe-release__news{margin:0 auto}@media only screen and (max-width: 599px){html:not(.old) .recipe-release__news{width:auto;padding:0 5%;display:flex;flex-direction:row-reverse}}.recipe-release .badge{margin-bottom:0.625rem}.recipe-release .title{display:block;margin-bottom:0.5rem}.recipe-release .description-text{display:block}@media only screen and (max-width: 599px){html:not(.old) .recipe-release .description-text{display:none}}.title+.recipe-release{margin-top:1rem}.add-recipe-button{width:36rem;height:6rem;border:0.125rem solid #cec8bb;border-radius:0.25rem;margin-top:1.25rem;position:relative;cursor:pointer}@media only screen and (max-width: 1023px){html:not(.old) .add-recipe-button{width:auto}}.add-recipe-button .text-icon{color:#242424;font-size:0.75rem;font-weight:700;line-height:1.0625rem;text-transform:uppercase;text-align:center;position:absolute;top:50%;left:0;right:0;margin-top:-0.53125rem}.add-recipe-button:hover{background:#cec8bb}.add-recipe-button:hover .text-icon{color:#ff391e}.recipe-header{margin-bottom:1.875rem;position:relative}.recipe-header_nominated{background-position:center;background-repeat:no-repeat;padding-left:4.6875rem}.recipe-header_nominated .recipe-header__icon{background-image:url(https://e0.edimdoma.ru/assets/recipes/nominated-73431c36462ac28a48062e3ed1ca6eb7bcd2546c986e2a86685f07980e7f5c7a.png);background-size:2.875rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.recipe-header_nominated .recipe-header__icon{background-image:url(https://e1.edimdoma.ru/assets/recipes/nominated@2x-5f3d6d95c0ae7f024fcab6ba0b95eb26c1b35c5555d83a5f4b4971d67e20bc3e.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.recipe-header_nominated .recipe-header__icon{background-image:url(https://e3.edimdoma.ru/assets/recipes/nominated@3x-5177881a81ed51d755c4314b67f5cadc041da6a72c6a5a74b11da6b3bc642ca4.png)}}.recipe-header_nominated .recipe-header__icon{width:2.875rem;height:2.4375rem;background-size:contain;background-repeat:no-repeat}@media only screen and (max-width: 599px){html:not(.old) .recipe-header_nominated{padding-left:0}}.recipe-header_winner-of-month{background-position:center;background-repeat:no-repeat;padding-left:4.6875rem}.recipe-header_winner-of-month .recipe-header__icon{background-image:url(https://e0.edimdoma.ru/assets/recipes/winner-of-month-be109d6bebbd4b98a377565d4bac9a803be88288b752921f42083c1632f65a05.png);background-size:3.125rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.recipe-header_winner-of-month .recipe-header__icon{background-image:url(https://e0.edimdoma.ru/assets/recipes/winner-of-month@2x-b84ba5ab1256e0c82763f55d1a63df313ff3eb5717173e4e746fb93fd30fad72.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.recipe-header_winner-of-month .recipe-header__icon{background-image:url(https://e1.edimdoma.ru/assets/recipes/winner-of-month@3x-dc2d2e91e706ab50ede9f49eaedbe8de3c6174b60ebb132eb62dea3cf68e63e6.png)}}.recipe-header_winner-of-month .recipe-header__icon{width:3.125rem;height:4.375rem;background-size:contain;background-repeat:no-repeat}@media only screen and (max-width: 599px){html:not(.old) .recipe-header_winner-of-month{padding-left:0}}.recipe-header_winner-of-day{background-position:center;background-repeat:no-repeat;padding-left:4.6875rem}.recipe-header_winner-of-day .recipe-header__icon{background-image:url(https://e1.edimdoma.ru/assets/recipes/winner-of-day-6c7f5f3898f358389ae5ef39b6069b28b3d77e9ba3b97b9d21d66e9d0d74faa4.png);background-size:3rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.recipe-header_winner-of-day .recipe-header__icon{background-image:url(https://e2.edimdoma.ru/assets/recipes/winner-of-day@2x-11f80fece21f3c7893d1658fb87381e65599a7e49737b594f49ced078a4b4933.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.recipe-header_winner-of-day .recipe-header__icon{background-image:url(https://e1.edimdoma.ru/assets/recipes/winner-of-day@3x-28e49e3b7e270bab4ed5982ad91ac444ea0df4a21e3e294d9abbef5b706e4a6f.png)}}.recipe-header_winner-of-day .recipe-header__icon{width:3rem;height:4.375rem;background-size:contain;background-repeat:no-repeat}@media only screen and (max-width: 599px){html:not(.old) .recipe-header_winner-of-day{padding-left:0}}.recipe-header_battle-winner{background-position:center;background-repeat:no-repeat;padding-left:4.6875rem}.recipe-header_battle-winner .recipe-header__icon{background-image:url(https://e0.edimdoma.ru/assets/recipes/battle-winner-3215f47be171b7d9ef08d162ad9ae15f3db76923a6e2326c804a8010261f1b34.png);background-size:3.125rem auto}@media only screen and (-webkit-min-device-pixel-ratio: 1.5){.recipe-header_battle-winner .recipe-header__icon{background-image:url(https://e3.edimdoma.ru/assets/recipes/battle-winner@2x-4f5b3a1d9c1311238ab0a0de6c9de2b97eb00f91c9d979b35e57f6c48040455d.png)}}@media only screen and (-webkit-min-device-pixel-ratio: 2.5){.recipe-header_battle-winner .recipe-header__icon{background-image:url(https://e3.edimdoma.ru/assets/recipes/battle-winner@3x-ff0a062d0b66a9801f32b35b84ea23145a273f5d017765a6e9fe86d7d09784cc.png)}}.recipe-header_battle-winner .recipe-header__icon{width:3.125rem;height:2.375rem;background-size:contain;background-repeat:no-repeat}@media only screen and (max-width: 599px){html:not(.old) .recipe-header_battle-winner{padding-left:0}}.recipe-header__icon{position:absolute;top:0.3125rem;left:0}@media only screen and (max-width: 599px){html:not(.old) .recipe-header__icon{position:static;margin-bottom:0.625rem}}.recipe-header__status{color:#FF6000;font-size:0.875rem;margin-bottom:0.3125rem;font-family:"Noto Serif";font-weight:700}@media only screen and (max-width: 1023px){html:not(.old) .recipe-header__status{font-size:0.75rem;line-height:normal}}.recipe-header__name{color:#333;font-size:1.625rem;line-height:1.875rem;font-family:"Noto Serif";font-weight:700;margin:0}@media only screen and (max-width: 1023px){html:not(.old) .recipe-header__name{font-size:1.25rem;line-height:normal}}.recipe-header .button{margin-top:1.5625rem}.recipe-header .fonticon{font-size:1.375rem}.nutritional-value{position:relative;line-height:normal}.nutritional-value .title{margin-bottom:1.0625rem}@media only screen and (max-width: 1023px){html:not(.old) .nutritional-value .title{margin-bottom:1.3125rem}}.nutritional-value__container{display:flex;justify-content:space-between}@media only screen and (max-width: 767px){html:not(.old) .nutritional-value__container{flex-direction:column}}.nutritional-value__leftside{display:flex}@media only screen and (max-width: 767px){html:not(.old) .nutritional-value__leftside{flex-direction:column}}.nutritional-value__nutritional-list{width:8.75rem;margin-left:1.875rem;padding-top:0.4375rem}@media only screen and (max-width: 1023px){html:not(.old) .nutritional-value__nutritional-list{margin-left:1.3125rem}}@media only screen and (max-width: 767px){html:not(.old) .nutritional-value__nutritional-list{width:auto;margin-left:0;margin-right:3.75rem}}.nutritional-value__nutritional-list .definition-list-table+.definition-list-table{margin-top:0.75rem}@media only screen and (max-width: 1023px){html:not(.old) .nutritional-value__nutritional-list .definition-list-table+.definition-list-table{margin-top:0.375rem;border-top:none}}@media only screen and (max-width: 1023px){html:not(.old) .nutritional-value__nutritional-list .definition-list-table__td{padding-top:0;padding-bottom:0;vertical-align:middle}}@media only screen and (max-width: 1023px){html:not(.old) .nutritional-value__nutritional-list .definition-list-table__td_dashes{display:table-cell;vertical-align:bottom}}.nutritional-value__please-login{margin-left:1.5625rem;padding-top:0.3125rem;color:#999793;font-size:0.8125rem;font-weight:400;line-height:1.25rem}@media only screen and (max-width: 767px){html:not(.old) .nutritional-value__please-login{margin-left:0}}.nutritional-value__please-login a{text-decoration:none;color:#ef4e45}.nutritional-value__please-login a:hover{text-decoration:underline}.daily-norm{width:13.625rem;height:5.9375rem;padding:1.875rem 1.25rem 0 0.625rem;border:0.125rem solid #e5e3dc;border-radius:0.25rem;position:relative;margin-top:-1.5625rem}@media only screen and (max-width: 1023px){html:not(.old) .daily-norm{width:15.125rem;height:6.1875rem;margin-top:-1.75rem;padding:2.25rem 1.25rem 0 1.4375rem}}@media only screen and (max-width: 767px){html:not(.old) .daily-norm{margin-top:0;width:auto;height:auto;padding:0.9375rem 0 0 0;border:none}}.daily-norm__title{width:10.625rem;color:#C4BEBA;font-size:0.875rem;font-weight:600;text-align:center;background-color:#fbf8f6;position:absolute;top:-0.625rem;left:0;right:0;margin:0 auto}@media only screen and (max-width: 767px){html:not(.old) .daily-norm__title{position:static;text-align:left;width:auto;color:#ED342A}}.daily-norm__percentage{float:left}@media only screen and (max-width: 767px){html:not(.old) .daily-norm__percentage{position:absolute;right:0;top:-5.0625rem}}.daily-norm__percent{color:#EF4E46;font-size:0.875rem;font-weight:600;margin-bottom:0.75rem}.daily-norm__text{margin-left:2.5rem;color:#999793;font-size:0.8125rem;font-weight:400;line-height:1.25rem}@media only screen and (max-width: 1023px){html:not(.old) .daily-norm__text{margin-left:2.875rem}}@media only screen and (max-width: 767px){html:not(.old) .daily-norm__text{margin-left:0;margin-top:0.3125rem}}.daily-norm__please-login{margin-left:1.125rem;color:#999793;font-size:0.8125rem;font-weight:400;line-height:1.25rem}.daily-norm__please-login a{text-decoration:none;color:#ef4e45}.daily-norm__please-login a:hover{text-decoration:underline}.kkal-meter{width:5.375rem;height:5.375rem;border:0.125rem solid #e5e3dc;border-radius:50%;position:relative}@media only screen and (max-width: 1023px){html:not(.old) .kkal-meter{width:6rem;height:6rem}}.kkal-meter__data{text-align:center;padding-top:1.5625rem}@media only screen and (max-width: 1023px){html:not(.old) .kkal-meter__data{padding-top:1.875rem}}.kkal-meter__value{color:#ED342A;font-family:"Arial";font-size:1.5rem;font-weight:400;line-height:0.75rem}.kkal-meter__unit{display:inline-block;color:#242424;font-size:0.75rem;font-weight:600;line-height:1rem;border-bottom:0.0625rem solid #c4beba}.kkal-meter__percent{color:#ED342A;font-size:0.8125rem;font-weight:600}.shoping-list{position:relative}.shoping-list__header{padding-bottom:0.9375rem;border-bottom:0.0625rem solid #e6e1da;margin-bottom:1.25rem}.shoping-list__header .fonticon{float:right;color:#ccc;cursor:pointer}.shoping-list__header .fonticon:hover{color:#ff391e}.shoping-list__date{color:#999;font-size:0.75rem;font-weight:400;margin-top:0.3125rem;line-height:normal}.shoping-list__list-item+.shoping-list__list-item{margin-top:1.25rem}.shoping-list .definition-list-table{margin-top:0.9375rem;line-height:normal}.shop-lists{position:relative;background-color:white;border-radius:0.25rem;box-shadow:0 0.0625rem 0.25rem rgba(71,44,6,0.2);margin-bottom:0.9375rem}.shop-lists__item{padding:0.3125rem 2.5rem 0.9375rem 1.25rem;cursor:pointer;position:relative}.shop-lists__item:hover{box-shadow:0 0.0625rem 0.25rem rgba(0,0,0,0.15);z-index:1}.shop-lists__item.active{background-color:#e6e1da}.shop-lists__item.active .fonticon{display:block}.shop-lists__item_empty{font-family:"Noto Serif";font-weight:600;font-size:0.875rem;line-height:normal;padding:1.5625rem 1.25rem;cursor:default}.shop-lists__item_empty:hover{box-shadow:none}.shop-lists__item+.shop-lists__item{border-top:0.0625rem solid #e6e1da}.shop-lists__item .fonticon{font-size:1.25rem;color:#ccc;cursor:pointer;position:absolute;top:50%;right:0.8125rem;margin-top:-0.75rem;display:none}.shop-lists__item .fonticon:hover{color:#ff391e}.shop-lists__date{color:#999;font-size:0.75rem;font-weight:400;margin-top:0.125rem;line-height:normal;font-family:"Open Sans"}.shop-lists__list-item+.shop-lists__list-item{margin-top:1.25rem}.shop-lists .definition-list-table{margin-top:0.9375rem}@media only screen and (max-width: 1023px){html:not(.old) .content-box_photo-report{text-align:center}}.content-box_photo-report .content-box__content:after{content:"";display:block;clear:both}@media only screen and (max-width: 1023px){html:not(.old) .content-box_photo-report .content-box__content{padding:1.25rem;text-align:left}}.content-box_photo-report .content-box__empty{color:#666;font-size:0.875rem;font-weight:400;line-height:1.375rem;text-align:center;padding:2.125rem 0 2.1875rem;border-top:0.0625rem solid #e6e6e6;margin:0 1.8125rem}@media only screen and (max-width: 1023px){html:not(.old) .content-box_photo-report .content-box__empty{margin:0 1.25rem}}.content-box_photo-report .title{float:left;line-height:2.5rem}@media only screen and (max-width: 1023px){html:not(.old) .content-box_photo-report .title{line-height:normal}}.content-box_photo-report .button{float:right}@media only screen and (max-width: 1023px){html:not(.old) .content-box_photo-report .button{float:none;margin:1.25rem 0}}.content-box_photo-report .button .fonticon{font-size:1.125rem}@media only screen and (max-width: 1023px){html:not(.old) .content-box_photo-report .button.device-hide{display:none}}.content-box_photo-report .button.device-show{display:none}@media only screen and (max-width: 1023px){html:not(.old) .content-box_photo-report .button.device-show{display:inline-block}}.photo-report{position:relative;overflow:hidden;border-radius:0 0 0.25rem 0.25rem}.photo-report:after{content:"";display:block;clear:both}.photo-report__photo-container{width:calc(20% - 1Px);padding-bottom:20%;float:left;position:relative;overflow:hidden;cursor:pointer;outline:none;margin-left:1Px}.photo-report__photo-container:first-child{width:20%;margin-left:0;border-radius:0 0 0 0.25rem}.photo-report__photo-container:last-child{border-radius:0 0 0.25rem 0}.photo-report__photo-container:hover .photo-report__moar{color:#ff391e}.photo-report__photo-container img{width:100%;height:100%;display:block;position:absolute;pointer-events:none}.photo-report__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:black;opacity:0.6;border-radius:0 0 0.25rem 0}.photo-report__moar{display:flex;flex-direction:row;align-items:center;color:white;font-size:1rem;font-weight:700;text-align:center;position:absolute;top:0;left:0;right:0;bottom:0}@media only screen and (max-width: 1023px){html:not(.old) .photo-report__moar{font-size:0.875rem}}@media only screen and (max-width: 767px){html:not(.old) .photo-report__moar{font-size:0.75rem}}@media only screen and (max-width: 767px) and (min-width: 319px) and (max-width: 767px){html:not(.old) .photo-report__moar{font-size:calc(12 * 0.0625rem + (14 - 12) * (100vw - 320 * 0.0625rem) / (768 - 320))}}@media only screen and (max-width: 767px) and (max-width: 319px){html:not(.old) html:not(.old) .photo-report__moar{font-size:0.75rem}}@media only screen and (max-width: 767px) and (min-width: 768px){html:not(.old) html:not(.old) .photo-report__moar{font-size:0.875rem}}.photo-report__moar-text{width:100%;text-align:center}.in-basket{font-size:0.8125rem;color:#414141}.in-basket__important{color:#f12d16;margin:0 0.625rem 0 0.3125rem}.in-basket .fonticon{font-size:0.5rem;color:#b2b2b2;cursor:pointer}.in-basket .fonticon:hover{color:#f12d16}.in-basket span{display:inline-block}.under_construction{width:73.75rem;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#eae0cc;font-size:1rem;color:#4d4d4d;font-weight:400;text-align:center;margin:0 auto 1.28205em}@media only screen and (max-width: 1023px){html:not(.old) .under_construction{width:80%}}@media only screen and (max-width: 399px){html:not(.old) .under_construction{width:90%;background:#f5eee0}}#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#fff}#colorbox{outline:0}#cboxTopLeft{width:1.5625rem;height:1.5625rem;background:url(https://e1.edimdoma.ru/assets/promo/colorbox/border1-e1d705d1027fe185aea40a3cfa52dd6321afbbed598113574b209a0539d248aa.png) no-repeat 0 0}#cboxTopCenter{height:1.5625rem;background:url(https://e1.edimdoma.ru/assets/promo/colorbox/border1-e1d705d1027fe185aea40a3cfa52dd6321afbbed598113574b209a0539d248aa.png) repeat-x 0 -3.125rem}#cboxTopRight{width:1.5625rem;height:1.5625rem;background:url(https://e1.edimdoma.ru/assets/promo/colorbox/border1-e1d705d1027fe185aea40a3cfa52dd6321afbbed598113574b209a0539d248aa.png) no-repeat -1.5625rem 0}#cboxBottomLeft{width:1.5625rem;height:1.5625rem;background:url(https://e1.edimdoma.ru/assets/promo/colorbox/border1-e1d705d1027fe185aea40a3cfa52dd6321afbbed598113574b209a0539d248aa.png) no-repeat 0 -1.5625rem}#cboxBottomCenter{height:1.5625rem;background:url(https://e1.edimdoma.ru/assets/promo/colorbox/border1-e1d705d1027fe185aea40a3cfa52dd6321afbbed598113574b209a0539d248aa.png) repeat-x 0 -4.6875rem}#cboxBottomRight{width:1.5625rem;height:1.5625rem;background:url(https://e1.edimdoma.ru/assets/promo/colorbox/border1-e1d705d1027fe185aea40a3cfa52dd6321afbbed598113574b209a0539d248aa.png) no-repeat -1.5625rem -1.5625rem}#cboxMiddleLeft{width:1.5625rem;background:url(https://e0.edimdoma.ru/assets/promo/colorbox/border2-0b4340b2e96b8eeafa5d24a8c1fb13885d9fe143609817392fc8ec5d9cbb8ba1.png) repeat-y 0 0}#cboxMiddleRight{width:1.5625rem;background:url(https://e0.edimdoma.ru/assets/promo/colorbox/border2-0b4340b2e96b8eeafa5d24a8c1fb13885d9fe143609817392fc8ec5d9cbb8ba1.png) repeat-y -1.5625rem 0}#cboxContent{background:#fff;overflow:hidden}.cboxIframe{background:#fff}#cboxError{padding:3.125rem;border:0.0625rem solid #ccc}#cboxLoadedContent{margin-bottom:1.25rem}#cboxTitle{position:absolute;bottom:0;left:0;text-align:center;width:100%;color:#999}#cboxCurrent{position:absolute;bottom:0;left:6.25rem;color:#999}#cboxLoadingOverlay{background:#fff url(https://e1.edimdoma.ru/assets/promo/colorbox/loading-56932274f5ced3641414dc2c36270c2df2f4dfb3f07f2181c17e1315d266adf6.gif) no-repeat 0.3125rem 0.3125rem}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:none}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;bottom:0;right:2.625rem;color:#444}#cboxPrevious{position:absolute;bottom:0;left:0;color:#444}#cboxNext{position:absolute;bottom:0;left:3.9375rem;color:#444}#cboxClose{position:absolute;bottom:0;right:0;display:block;color:#444}.cboxIE #cboxTopLeft,.cboxIE #cboxTopCenter,.cboxIE #cboxTopRight,.cboxIE #cboxBottomLeft,.cboxIE #cboxBottomCenter,.cboxIE #cboxBottomRight,.cboxIE #cboxMiddleLeft,.cboxIE #cboxMiddleRight{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)}.idomik{background-image:url(https://e3.edimdoma.ru/assets/promo/domik/png/main_bg-91048cdfc5715267f7dd482385103f4f950b72ff26d22d2954086e36ddd5e3a4.png);height:15.625rem;margin-top:1.875rem;font-family:"Tenor Sans";margin-left:-3.125rem;margin-right:-3.125rem}.idomik_desc{line-height:1.0625rem;padding-top:0.3125rem;width:8.75rem;background-color:#f2f2f2;color:#df0018;font-size:0.875rem;border:0.25rem solid #ffffff;height:3.4375rem;border-radius:1.875rem;display:none;margin-top:-0.25rem;border-left:0;padding-left:5rem;padding-right:0.625rem}.idomik_desc a{color:#df0018;text-decoration:none;display:block;height:3.3125rem;overflow:hidden}.idomik_current .idomik_circle{background-color:#ffffff;background-image:url(https://e1.edimdoma.ru/assets/promo/domik/png/current-83bf2990fe16440cb7e836590cbdb312e311c31bdd01f253d10d67648910233c.png);background-position:center;background-repeat:no-repeat}.idomik_old .idomik_circle{background-color:#ffffff;background-image:url(https://e1.edimdoma.ru/assets/promo/domik/png/check-e94389766e857d66eb894f32a6ac2416361763414d45ca5fee998273d434a3a5.png);background-position:center;background-repeat:no-repeat}.idomik_circle{width:1.1875rem;height:1.1875rem;border-radius:50%;border:0.125rem solid #333333;background:#ffffff;position:absolute;top:0.75rem;left:0.3125rem}.idomik h1{font-size:2.625rem;color:#ed121b;text-align:center;margin-top:-1.4375rem;margin-bottom:0.4375rem;font-weight:lighter}.idomik_container{padding-right:4.6875rem}.idomik_logo{width:15.5rem;height:5.875rem;background-image:url(https://e2.edimdoma.ru/assets/promo/domik/png/header-4b2ada5981ee9d6d3b878c43fdd296c5988585e56be4ee80284d44d025c8c067.png);margin-left:auto;margin-right:auto}.idomik_post{cursor:pointer;border-radius:50%;border:0.25rem solid #ffffff;width:3.75rem;height:3.75rem;float:right;margin-right:1.375rem;margin-left:1.375rem;position:relative;background:#efefef;box-shadow:0.625rem 0.625rem 4.125rem 0 rgba(0,0,0,0.27)}.idomik_post:hover>.idomik_desc{display:block}.idomik_post:hover>.idomik_post_image{background-position-x:-27.6875rem !important}.idomik_post_image{background-repeat:no-repeat;background-position:0 0;background-image:url(https://e3.edimdoma.ru/assets/promo/domik/png/main_page-7ed4bc58dfc0bb9864f4afe9dae7df394eb9052eef349b97848ece950ab31d24.png);width:6.25rem;height:9.3125rem;position:absolute;top:-1.4375rem;left:-0.375rem}.mCustomScrollbar{touch-action:pinch-zoom}.mCustomScrollbar.mCS_no_scrollbar,.mCustomScrollbar.mCS_touch_action{touch-action:auto}.mCustomScrollBox{position:relative;overflow:hidden;height:100%;max-width:100%;outline:none;direction:ltr}.mCSB_container{overflow:hidden;width:auto;height:auto}.mCSB_inside>.mCSB_container{margin-right:1.875rem}.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container{margin-right:0;margin-left:1.875rem}.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-left:0}.mCSB_scrollTools{position:absolute;width:1rem;height:auto;left:auto;top:0;right:0;bottom:0}.mCSB_outside+.mCSB_scrollTools{right:-1.625rem}.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{right:auto;left:0}.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{left:-1.625rem}.mCSB_scrollTools .mCSB_draggerContainer{position:absolute;top:0;left:0;bottom:0;right:0;height:auto}.mCSB_scrollTools a+.mCSB_draggerContainer{margin:1.25rem 0}.mCSB_scrollTools .mCSB_draggerRail{width:0.125rem;height:100%;margin:0 auto;border-radius:1rem}.mCSB_scrollTools .mCSB_dragger{cursor:pointer;width:100%;height:1.875rem;z-index:1}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{position:relative;width:0.25rem;height:100%;margin:0 auto;border-radius:1rem;text-align:center}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:0.75rem}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:0.5rem}.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_buttonDown{display:block;position:absolute;height:1.25rem;width:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools .mCSB_buttonDown{bottom:0}.mCSB_horizontal.mCSB_inside>.mCSB_container{margin-right:0;margin-bottom:1.875rem}.mCSB_horizontal.mCSB_outside>.mCSB_container{min-height:100%}.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal{width:auto;height:1rem;top:auto;right:0;bottom:0;left:0}.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:-1.625rem}.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer{margin:0 1.25rem}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:0.125rem;margin:0.4375rem 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{width:1.875rem;height:100%;left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:0.25rem;margin:0.375rem auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:0.75rem;margin:0.125rem auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:0.5rem;margin:0.25rem 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{display:block;position:absolute;width:1.25rem;height:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{right:0}.mCSB_container_wrapper{position:absolute;height:auto;width:auto;overflow:hidden;top:0;left:0;right:0;bottom:0;margin-right:1.875rem;margin-bottom:1.875rem}.mCSB_container_wrapper>.mCSB_container{padding-right:1.875rem;padding-bottom:1.875rem;box-sizing:border-box}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:1.25rem}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:1.25rem}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:0}.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:1.25rem}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal{left:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper{margin-right:0;margin-left:1.875rem}.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container{padding-right:0}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container{padding-bottom:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0;margin-left:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools,.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight{transition:opacity .2s ease-in-out, background-color .2s ease-in-out}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail{transition:width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out}.mCSB_scrollTools{opacity:0.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide>.mCustomScrollBox ~ .mCSB_scrollTools{opacity:0;filter:"alpha(opacity=0)";-ms-filter:"alpha(opacity=0)"}.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,.mCustomScrollbar>.mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,.mCustomScrollBox:hover>.mCSB_scrollTools,.mCustomScrollBox:hover ~ .mCSB_scrollTools,.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide:hover>.mCustomScrollBox ~ .mCSB_scrollTools{opacity:1;filter:"alpha(opacity=100)";-ms-filter:"alpha(opacity=100)"}.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,0.4);filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,0.75);filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,0.85);filter:"alpha(opacity=85)";-ms-filter:"alpha(opacity=85)"}.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,0.9);filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight{background-image:url(mCSB_buttons.png);background-repeat:no-repeat;opacity:0.4;filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_buttonUp{background-position:0 0}.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -1.25rem}.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -2.5rem}.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -3.5rem}.mCSB_scrollTools .mCSB_buttonUp:hover,.mCSB_scrollTools .mCSB_buttonDown:hover,.mCSB_scrollTools .mCSB_buttonLeft:hover,.mCSB_scrollTools .mCSB_buttonRight:hover{opacity:0.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_buttonUp:active,.mCSB_scrollTools .mCSB_buttonDown:active,.mCSB_scrollTools .mCSB_buttonLeft:active,.mCSB_scrollTools .mCSB_buttonRight:active{opacity:0.9;filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,0.15)}.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,0.75)}.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:rgba(0,0,0,0.85)}.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background-color:rgba(0,0,0,0.9)}.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-5rem 0}.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-5rem -1.25rem}.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-5rem -2.5rem}.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-5rem -3.5rem}.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{width:0.25rem;background-color:#fff;background-color:rgba(255,255,255,0.1);border-radius:0.0625rem}.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:0.25rem;background-color:#fff;background-color:rgba(255,255,255,0.75);border-radius:0.0625rem}.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:0.25rem;margin:0.375rem auto}.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,0.85)}.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,0.9)}.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-2rem 0}.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-2rem -1.25rem}.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-2.5rem -2.5rem}.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-2.5rem -3.5rem}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,0.1);border-radius:0.0625rem}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,0.75);border-radius:0.0625rem}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,0.85)}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,0.9)}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-7rem 0}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-7rem -1.25rem}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-7.5rem -2.5rem}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-7.5rem -3.5rem}.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{width:0.25rem;background-color:#fff;background-color:rgba(255,255,255,0.1);border-radius:0.125rem}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:0.375rem;background-color:#fff;background-color:rgba(255,255,255,0.75);border-radius:0.125rem}.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:0.25rem;margin:0.375rem 0}.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:0.375rem;margin:0.3125rem auto}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,0.85)}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,0.9)}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-1rem 0}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-1rem -1.25rem}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-1.25rem -2.5rem}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-1.25rem -3.5rem}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,0.1);border-radius:0.125rem}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,0.75);border-radius:0.125rem}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,0.85)}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,0.9)}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-6rem 0}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-6rem -1.25rem}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-6.25rem -2.5rem}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-6.25rem -3.5rem}.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,0.1)}.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:0.125rem}.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%}.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:0.125rem;margin:0.4375rem auto}.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,0.15)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,0.75)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,0.85)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,0.9)}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{background-position:-5rem 0}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{background-position:-5rem -1.25rem}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{background-position:-5rem -2.5rem}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{background-position:-5rem -3.5rem}.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,0.15)}.mCS-rounded.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger{height:0.875rem}.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:0.875rem;margin:0 0.0625rem}.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger{width:0.875rem}.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:0.875rem;margin:0.0625rem 0}.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:1rem;height:1rem;margin:-0.0625rem 0}.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:0.25rem}.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:1rem;width:1rem;margin:0 -0.0625rem}.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:0.25rem;margin:0.375rem 0}.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{background-position:0 -4.5rem}.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -5.75rem}.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -7rem}.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -8rem}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,0.75)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,0.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,0.85)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,0.9)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-5rem -4.5rem}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-5rem -5.75rem}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-5rem -7rem}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-5rem -8rem}.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail{width:0.25rem}.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{background-color:transparent;background-position:center}.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");background-repeat:repeat-y;opacity:0.3;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{height:0.25rem;margin:0.375rem 0;background-repeat:repeat-x}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{background-position:-1rem -4.5rem}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{background-position:-1rem -5.75rem}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{background-position:-1.25rem -7rem}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{background-position:-1.25rem -8rem}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=")}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-6rem -4.5rem}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-6rem -5.75rem}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-6.25rem -7rem}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-6.25rem -8rem}.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-y;background-image:linear-gradient(to right, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%)}.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-x;background-image:linear-gradient(to bottom, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%)}.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger{height:4.375rem}.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger{width:4.375rem}.mCS-3d.mCSB_scrollTools,.mCS-3d-dark.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{border-radius:1rem}.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{width:0.5rem;background-color:#000;background-color:rgba(0,0,0,0.2);box-shadow:inset 0.0625rem 0 0.0625rem rgba(0,0,0,0.5),inset -0.0625rem 0 0.0625rem rgba(255,255,255,0.2)}.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background-color:#555}.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:0.5rem}.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:0.5rem;margin:0.25rem 0;box-shadow:inset 0 0.0625rem 0.0625rem rgba(0,0,0,0.5),inset 0 -0.0625rem 0.0625rem rgba(255,255,255,0.2)}.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:0.5rem;margin:0.25rem auto}.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{background-position:-2rem -4.5rem}.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{background-position:-2rem -5.75rem}.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{background-position:-2.5rem -7rem}.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{background-position:-2.5rem -8rem}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,0.1);box-shadow:inset 0.0625rem 0 0.0625rem rgba(0,0,0,0.1)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{box-shadow:inset 0 0.0625rem 0.0625rem rgba(0,0,0,0.1)}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-7rem -4.5rem}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-7rem -5.75rem}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-7.5rem -7rem}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-7.5rem -8rem}.mCS-3d-thick.mCSB_scrollTools,.mCS-3d-thick-dark.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-thick.mCSB_scrollTools,.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{border-radius:0.4375rem}.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{border-radius:0.3125rem}.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical,.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical{right:0.0625rem}.mCS-3d-thick.mCSB_scrollTools_vertical,.mCS-3d-thick-dark.mCSB_scrollTools_vertical{box-shadow:inset 0.0625rem 0 0.0625rem rgba(0,0,0,0.1),inset 0 0 0.875rem rgba(0,0,0,0.5)}.mCS-3d-thick.mCSB_scrollTools_horizontal,.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{bottom:0.0625rem;box-shadow:inset 0 0.0625rem 0.0625rem rgba(0,0,0,0.1),inset 0 0 0.875rem rgba(0,0,0,0.5)}.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0.0625rem 0 0 rgba(255,255,255,0.4);width:0.75rem;margin:0.125rem;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 0.0625rem 0 rgba(255,255,255,0.4)}.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background-color:#555}.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:0.75rem;width:auto}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{background-color:#000;background-color:rgba(0,0,0,0.05);box-shadow:inset 0.0625rem 0.0625rem 1rem rgba(0,0,0,0.1)}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-2rem -4.5rem}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-2rem -5.75rem}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-2.5rem -7rem}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-2.5rem -8rem}.mCS-3d-thick-dark.mCSB_scrollTools{box-shadow:inset 0 0 0.875rem rgba(0,0,0,0.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{box-shadow:inset 0 0.0625rem 0.0625rem rgba(0,0,0,0.1),inset 0 0 0.875rem rgba(0,0,0,0.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0.0625rem 0 0 rgba(255,255,255,0.4),inset -0.0625rem 0 0 rgba(0,0,0,0.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 0.0625rem 0 rgba(255,255,255,0.4),inset 0 -0.0625rem 0 rgba(0,0,0,0.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background-color:#777}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{background-color:#fff;background-color:rgba(0,0,0,0.05);box-shadow:inset 0.0625rem 0.0625rem 1rem rgba(0,0,0,0.1)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-7rem -4.5rem}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-7rem -5.75rem}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-7.5rem -7rem}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-7.5rem -8rem}.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical,.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical{right:0;margin:0.75rem 0}.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:0;margin:0 0.75rem}.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical,.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical{left:0;right:auto}.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger{height:3.125rem}.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger{width:3.125rem}.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,0.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,0.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,0.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,0.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{width:0.375rem;background-color:#000;background-color:rgba(0,0,0,0.2)}.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:0.375rem}.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:0.375rem;margin:0.3125rem 0}.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:0.75rem}.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:0.75rem;margin:0.125rem 0}.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-2rem -4.5rem}.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-2rem -5.75rem}.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-2.5rem -7rem}.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-2.5rem -8rem}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,0.75)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,0.85)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,0.9)}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,0.1)}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-7rem -4.5rem}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-7rem -5.75rem}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-7.5rem -7rem}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-7.5rem -8rem}.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{width:0.75rem;background-color:#000;background-color:rgba(0,0,0,0.2)}.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:0.375rem;margin:0.1875rem 0.3125rem;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:0.375rem;margin:0.3125rem 0.1875rem;position:absolute;width:auto;top:0;bottom:0;left:0;right:0}.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:0.75rem;margin:0.125rem 0}.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-2rem -4.5rem}.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-2rem -5.75rem}.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-2.5rem -7rem}.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-2.5rem -8rem}.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,0.75)}.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,0.85)}.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,0.9)}.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,0.1)}.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-7rem -4.5rem}.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-7rem -5.75rem}.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-7.5rem -7rem}.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-7.5rem -8rem}.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent;border-width:0.0625rem;border-style:solid;border-color:#fff;border-color:rgba(255,255,255,0.2);box-sizing:border-box}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{border-color:#000;border-color:rgba(0,0,0,0.2)}.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,0.6)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,0.6)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,0.75)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,0.85)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,0.9)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,0.75)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,0.85)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,0.9)}.ms-parent{display:inline-block;position:relative;vertical-align:middle}.ms-choice{display:block;width:100%;height:1.625rem;padding:0;overflow:hidden;cursor:pointer;border:0.0625rem solid #aaa;text-align:left;white-space:nowrap;line-height:1.625rem;color:#444;text-decoration:none;border-radius:0.25rem;background-color:#fff}.ms-choice.disabled{background-color:#f4f4f4;background-image:none;border:0.0625rem solid #ddd;cursor:default}.ms-choice>span{position:absolute;top:0;left:0;right:1.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;padding-left:0.5rem}.ms-choice>span.placeholder{color:#999}.ms-choice>div{position:absolute;top:0;right:0;width:1.25rem;height:1.5625rem;background:url("multiple-select.png") left top no-repeat}.ms-choice>div.open{background:url("multiple-select.png") right top no-repeat}.ms-drop{width:100%;overflow:hidden;display:none;margin-top:-0.0625rem;padding:0;position:absolute;z-index:1000;background:#fff;color:#000;border:0.0625rem solid #aaa;border-radius:0.25rem}.ms-drop.bottom{top:100%;box-shadow:0 0.25rem 0.3125rem rgba(0,0,0,0.15)}.ms-drop.top{bottom:100%;box-shadow:0 -0.25rem 0.3125rem rgba(0,0,0,0.15)}.ms-search{display:inline-block;margin:0;min-height:1.625rem;padding:0.25rem;position:relative;white-space:nowrap;width:100%;z-index:10000}.ms-search input{width:100%;height:auto !important;min-height:1.5rem;padding:0 1.25rem 0 0.3125rem;margin:0;outline:0;font-family:sans-serif;font-size:1em;border:0.0625rem solid #aaa;border-radius:0;box-shadow:none;background:#fff url("multiple-select.png") no-repeat 100% -1.375rem;background:url("multiple-select.png") no-repeat 100% -1.375rem,linear-gradient(top, #fff 85%, #eee 99%)}.ms-search,.ms-search input{-khtml-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.ms-drop ul{overflow:auto;margin:0;padding:0.3125rem 0.5rem}.ms-drop ul>li{list-style:none;display:list-item;background-image:none;position:static}.ms-drop ul>li .disabled{opacity:.35;filter:Alpha(Opacity=35)}.ms-drop ul>li.multiple{display:block;float:left}.ms-drop ul>li.group{clear:both}.ms-drop ul>li.multiple label{width:100%;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ms-drop ul>li label{font-weight:normal;display:block;white-space:nowrap}.ms-drop ul>li label.optgroup{font-weight:bold}.ms-drop input[type="checkbox"]{vertical-align:middle}.ms-drop .ms-no-results{display:none}#nprogress{pointer-events:none}#nprogress .bar{background:#29d;position:fixed;z-index:1031;top:0;left:0;width:100%;height:0.125rem}#nprogress .peg{display:block;position:absolute;right:0;width:6.25rem;height:100%;box-shadow:0 0 0.625rem #29d, 0 0 0.3125rem #29d;opacity:1.0;transform:rotate(3deg) translate(0, -0.25rem)}#nprogress .spinner{display:block;position:fixed;z-index:1031;top:0.9375rem;right:0.9375rem}#nprogress .spinner-icon{width:1.125rem;height:1.125rem;box-sizing:border-box;border:solid 0.125rem transparent;border-top-color:#29d;border-left-color:#29d;border-radius:50%;-webkit-animation:nprogress-spinner 400ms linear infinite;animation:nprogress-spinner 400ms linear infinite}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .spinner,.nprogress-custom-parent #nprogress .bar{position:absolute}@-webkit-keyframes nprogress-spinner{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes nprogress-spinner{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.banner{overflow:hidden}.banner_left-margin-20{margin-left:-1.25rem}.banner__specials{margin:0;height:2.5rem}@media (max-width: 768px){.banner__specials{height:auto}}.banner__container{display:block;margin:0 auto}.banner__container_240{width:240Px}.banner__container_580{width:580Px}.banner__container_300{width:300Px}.banner div[id^="yandex_direct"],.banner div[id^="AdFox_banner"]{margin-top:1.25rem}.banner div[id^="yandex_direct"] iframe,.banner div[id^="AdFox_banner"] iframe{margin-top:0}.banner_mb iframe,.banner_mb a{margin-top:0;margin-bottom:1.25rem}.grid-three-column__column .banner:first-child iframe,.grid-three-column__column .banner:first-child a{margin-top:0}.banner_100 .banner__scaler{width:100% !important}.grid-three-column__column .content-box__content .banner{margin:0 -1.875rem}@font-face{font-family:"UnicumCondLightC";src:url(https://e2.edimdoma.ru/assets/promo/UnicumCondLightC-786bfc0152115128d10423be67114abebb0a709dd797d4ef49506db33451737a.eot);src:url(https://e2.edimdoma.ru/assets/promo/UnicumCondLightC-786bfc0152115128d10423be67114abebb0a709dd797d4ef49506db33451737a.eot?#iefix) format("embedded-opentype"),url(https://e1.edimdoma.ru/assets/promo/UnicumCondLightC-1767ba4708805f31c96b4f44abf2ed93a97d4f76a8b0189e11c52c8cec372caa.ttf) format("truetype"),url(https://e1.edimdoma.ru/assets/promo/UnicumCondLightC-74e0546f0bf163ba2adb7937780f0c9be55ed1438d58925abbde03547c9e1fad.woff) format("woff"),url(https://e3.edimdoma.ru/assets/promo/UnicumCondLightC-b473a16b3469541594488a1a14d590ec76d460d6574b42551a50160aef8ab7f9.otf) format("opentype"),url(https://e0.edimdoma.ru/assets/promo/UnicumCondLightC-6f0c34ba3f98139fffc89252b653d38bf7c753974a9c650028c3570e3e239d73.svg) format("svg");font-weight:normal;font-style:normal}@font-face{font-family:"Chianti";src:url(https://e3.edimdoma.ru/assets/promo/ChiantiBT-BoldItalic-9e3284555f3ed820f4e39ebe9ac1ed1bf82beb758f396e1c57f8e3d61ecd74b0.eot);src:url(https://e3.edimdoma.ru/assets/promo/ChiantiBT-BoldItalic-9e3284555f3ed820f4e39ebe9ac1ed1bf82beb758f396e1c57f8e3d61ecd74b0.eot?#iefix) format("embedded-opentype"),url(https://e3.edimdoma.ru/assets/promo/ChiantiBT-BoldItalic-ef053007c43e7ecf055338e11c1a3187ab1a30c38cbda87b47457eb296787a9e.ttf) format("truetype"),url(https://e0.edimdoma.ru/assets/promo/ChiantiBT-BoldItalic-494b5ff04adc3b18b627c344dc8dda3da5df4462af5413ed60145d9464af6a98.woff) format("woff"),url(https://e0.edimdoma.ru/assets/promo/ChiantiBT-BoldItalic-aac43ac925e0a33636343316e4d4a5b3fdc6ef77dbe4705a4b194c108805c23d.svg) format("svg");font-weight:bold;font-style:italic}.moar-container{padding-bottom:1.25rem;position:relative;box-sizing:border-box}.moar-container__text{max-height:13.75rem;overflow:hidden;position:relative;transition:all 0.65s ease}.moar-container__text:after{height:1.875rem;position:absolute;content:"";bottom:0;left:0;right:0;background:linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 77%, #fff 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 )}.moar-container_shown .moar-container__text:after{display:none}.moar-container_shown .moar-container__link{display:none}.moar-container__link{position:absolute;bottom:0;left:0;color:#ff441b;text-decoration:none;cursor:pointer}.tooltip{display:block}.page_recipes-catalog .tooltip{display:none}.ushi{z-index:1}.discussed_container{margin-bottom:1.25rem}.bdg{padding:0 0.3125rem;background:#EB4C32;color:#fff;font-size:0.9375rem;height:1.25rem;line-height:1.25rem}.pbutton{height:44Px;line-height:44Px;font-size:13Px;text-transform:uppercase;background:#75C86E;display:inline-block;padding:0 20Px;border-radius:22Px;color:#fff;box-sizing:border-box;cursor:pointer;white-space:nowrap;letter-spacing:0.02em;font-weight:bold}.pbutton:hover{background:#63c15c}.pbutton_greedy{width:100%;display:block;text-align:center}.pbutton_red{background:#EB4C32}.pbutton_red:hover{background:#e9381b}.pbutton_red .icon{display:inline-block;width:1.5rem;height:1.5rem;margin-right:0.5rem;vertical-align:middle;margin-top:-3Px}.pbutton_red .icon>*{stroke:#fff}.pbutton_bordered{border:0.0625rem solid #ccc;color:#fff;background:transparent;border-radius:22Px;line-height:42Px}.pbutton_bordered .icon{display:inline-block;width:1.5rem;height:1.5rem;margin-right:0.5rem;vertical-align:middle;margin-top:-3Px}.pbutton_bordered .icon>*{stroke:#fff}.pbutton_bordered:hover{background:#fff;border-color:#fff;color:#EB4C32}.pbutton_bordered:hover .icon>*{stroke:#EB4C32}.pbutton_padded{padding:0 33Px}.pbutton_sq{width:44Px;padding:0;text-align:center}.pbutton_sq .icon{margin-right:0}.pbutton.button_disabled{pointer-events:none;background:#CECAC3;cursor:default}.commented{display:block;color:#111;margin-bottom:1.375rem}.commented:last-child{margin-bottom:0}.commented__user{line-height:1.5625rem;white-space:nowrap;font-size:0.9375rem;color:#111;margin-bottom:0.375rem}.commented__user .flex__fluid{padding-right:0.625rem}.commented__user img{width:1.25rem;height:1.25rem;vertical-align:middle;border-radius:50%;margin-right:0.625rem}.commented__text{font-size:0.9375rem;line-height:1.5625rem;max-height:4.6875rem;overflow:hidden;margin-bottom:0.375rem}.commented__recipe{font-size:0.9375rem;font-weight:bold}.pinkman{display:none}.pprice{font-size:0.875rem;line-height:1.5625rem;color:#EB4C32;display:inline-block}.pprice_old{position:relative;color:#111;margin:0 0.25rem}.pprice_old:after{top:50%;left:-0.25rem;right:-0.25rem;position:absolute;content:"";border-bottom:0.0625rem solid #EB4C32}.bl{position:absolute;bottom:0;left:0}.br{position:absolute;bottom:0;right:0}.tr{position:absolute;top:0;right:0}.tl{position:absolute;top:0;left:0}.tac{text-align:center}.btm{position:absolute;bottom:0;left:0;right:0}.circle{width:1.875rem;height:1.875rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.content-box__content_new{padding-top:2.5rem !important;padding-bottom:2.5rem !important}@media only screen and (max-width: 1023px){html:not(.old) .content-box__content_new{padding-top:1.875rem !important;padding-bottom:1.875rem !important}}.ftr{color:#4C4C4C;display:flex;font-size:0.625rem}.ftr__text{margin-left:0.3125rem}.icon.active{fill:#EB4C32;stroke:#EB4C32 !important}.rtg .icon{width:14Px;height:14Px;fill:#CECAC3;vertical-align:middle;cursor:pointer;flex-shrink:0}.rtg .icon_active{fill:#FFC700}.rtg .icon:hover{fill:#FFC700}.rtg .icon:hover ~ .icon{fill:#FFC700}.rtg .icon+.icon{margin-right:3Px}.rtg__text{color:#4C4C4C;margin-left:5Px;font-size:10Px;display:inline-block}.rtg__stars{display:inline-block;position:relative;vertical-align:middle}.rtg__active{display:flex;position:absolute;padding-top:3Px;top:-3Px;left:0;bottom:0;overflow:hidden;white-space:nowrap;max-width:100%}.rtg__active .icon{margin-right:0 !important;margin-left:3Px}.rtg__active .icon:first-child{margin-left:0}.rtg__back{display:flex;direction:rtl}.rtg_big .icon{width:18Px;height:18Px}@media only screen and (max-width: 1023px){html:not(.old) .hide-md{display:none}}@media only screen and (max-width: 599px){html:not(.old) .hide-sm{display:none}}.nutrition-action{background:rgba(244,238,225,0.5);padding:1.125rem 0.875rem 0.875rem;color:#4C4C4C;font-size:0.75rem;line-height:1.125rem;letter-spacing:0.03em;margin-top:1.0625rem}.nutrition-action span{display:block;margin-bottom:0.625rem}.nutrition-action .color-red{line-height:1.5rem}.link{color:#EB4C32;font-weight:bold;text-transform:uppercase;font-size:0.6875rem}.panel{display:none;position:fixed;z-index:200;bottom:0;left:0;right:0;padding:0.5rem 1rem 0.75rem;background:#fff}@media only screen and (max-width: 599px){html:not(.old) .panel{display:block}}.col-recipes{margin-bottom:2.8125rem}.flex{display:flex}.flex__fluid{min-width:0;flex-grow:1}.flex__fixed{flex-shrink:0}[data-role="pop"]{display:none}[data-module="pop"]{position:relative}.pop-active{display:block}.qst{font-size:15Px;color:#888888;line-height:28Px}.pinkman-qtip{background:#111;border-radius:8Px;height:30Px;line-height:30Px;color:#fff;font-size:15Px;padding:0 12Px;border:0.0625rem solid #111;white-space:nowrap;max-width:400Px}.pinkman-qtip .qtip-content{white-space:nowrap}.pinkman-qtip_multiline{font-size:15Px;padding:12Px;white-space:normal;height:auto;margin-left:-4Px;min-width:200Px}.pinkman-qtip_multiline .qtip-content{padding:0;white-space:normal}.pinkman-qtip_multiline a{display:block;color:#fff}.pinkman-qtip_multiline a:hover{color:#EB4C32}.pinkman-qtip_multiline .pinkman-qtip__title{margin-bottom:8Px;line-height:22Px}.pinkman-qtip_multiline .pinkman-qtip__content{font-size:13Px;line-height:18Px}.pinkman-qtip_multiline .reaction__one{line-height:22Px;text-align:center;display:inline-block;margin-right:6Px !important;vertical-align:top}.pinkman-qtip_multiline .reaction__one img.emoji{margin:0}.emoticons{height:40Px;line-height:40Px;padding:0 18Px;box-shadow:0 0.125rem 0.625rem rgba(0,0,0,0.25);border-radius:20Px;background:#fff;white-space:nowrap;position:absolute}.emoticons__one{width:20Px;height:20Px;display:inline-block;vertical-align:middle}.emoticons__one+.emoticons__one{margin-left:10Px}.emoticons__one img{vertical-align:top}.reaction{background:#fff;box-shadow:0 2Px 4Px rgba(0,0,0,0.15);height:22Px;border-radius:11Px;display:flex}.reaction__icons{display:flex;flex-direction:row-reverse}.reaction__one{border-radius:50%;box-sizing:border-box;width:22Px;height:22Px;background:#fff;padding:2Px;margin-right:-0.375rem}.reaction__one:first-child{margin-right:0}.reaction__one img{width:18Px;height:18Px}.reaction__text{font-size:12Px;color:#000;line-height:22Px;margin:0 10Px 0 4Px}.ihighlight{background:rgba(221,218,213,0.2);border:0.0625rem solid #DDDAD5;box-sizing:border-box;border-radius:0.3125rem;padding:0 0.3125rem;line-height:1.375rem;height:1.375rem;position:relative}.ihighlight .checkbox-info{display:none;left:calc(100% + 0.9375rem)}.ihighlight .checkbox-info__blanker:before{content:"";left:-0.9375rem;top:0;bottom:0;width:0.9375rem;position:absolute}.ihighlight:hover .checkbox-info{display:block}.ihighlight.loading:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,0.8)}.hidden{display:none}.pinkman-hidden{display:none}.pop{position:absolute;padding:0.4375rem 0;background-color:#fff;border-radius:0.5rem;box-shadow:0 0.0625rem 0.3125rem rgba(0,0,0,0.15),0 0.375rem 0.75rem rgba(0,0,0,0.15);z-index:100}.pop__item{white-space:nowrap;color:#111;font-size:0.8125rem;line-height:2.5rem;height:2.5rem;padding:0 1.25rem;cursor:pointer;display:block}.pop__item:hover{background-color:rgba(221,218,213,0.3)}.pop .ftr{line-height:2.5rem !important;font-size:0.8125rem !important;text-transform:uppercase}.pop .ftr .icon{width:1.5rem;height:1.5rem;margin-right:0.9375rem}.product{width:10rem;vertical-align:top;display:inline-block;margin:0 0.625rem;height:21.625rem;position:relative;color:#111}@media only screen and (max-width: 599px){html:not(.old) .product{height:19.9375rem}}.product__image{height:10rem;position:relative;display:flex;align-items:center;justify-content:center}.product__image img{max-width:100%;max-height:100%}.product__description{padding-top:0.3125rem}.product__title{font-size:0.9375rem;line-height:1.5625rem;height:4.6875rem;overflow:hidden;margin-bottom:1.25rem;font-weight:600}@media only screen and (max-width: 599px){html:not(.old) .product__title{font-size:0.75rem;line-height:1.125rem;height:3.375rem}}.product__price .pprice{margin-right:0.375rem}.product__price .icon{width:7Px;margin-top:-2Px;vertical-align:middle;display:inline-block}.product__price .icon path{fill:#EB4C32}.product .small{margin-bottom:-0.25rem;line-height:1.5625rem}.pslider{height:21.625rem}@media only screen and (max-width: 1023px){html:not(.old) .pslider{margin-right:-3.75rem}}@media only screen and (max-width: 767px){html:not(.old) .pslider{margin-right:-1.25rem}}@media only screen and (max-width: 767px) and (min-width: 599px) and (max-width: 767px){html:not(.old) .pslider{margin-right:calc(-20 * 0.0625rem + (-60 - -20) * (100vw - 600 * 0.0625rem) / (768 - 600))}}@media only screen and (max-width: 767px) and (max-width: 599px){html:not(.old) html:not(.old) .pslider{margin-right:-1.25rem}}@media only screen and (max-width: 767px) and (min-width: 768px){html:not(.old) html:not(.old) .pslider{margin-right:-3.75rem}}@media only screen and (max-width: 599px){html:not(.old) .pslider{margin-right:-1.25rem}}.pslider .slick-arrow{position:absolute;font-size:0;color:transparent;padding:0;top:4.0625rem;width:1.875rem;height:1.875rem;border-radius:50%;background:#fff;border:0.0625rem solid #CECAC3;z-index:10;cursor:pointer;line-height:1.875rem;box-sizing:border-box;text-align:center}@media only screen and (max-width: 1023px){html:not(.old) .pslider .slick-arrow{display:none !important}}.pslider .slick-arrow svg{display:inline-block;vertical-align:middle}.pslider .slick-arrow.slick-disabled{display:none !important}.pslider .slick-arrow.slick-next{right:-0.9375rem}.pslider .slick-arrow.slick-next svg{margin-left:0.0625rem}.pslider .slick-arrow.slick-prev{left:-0.9375rem}.pslider .slick-arrow.slick-prev svg{margin-right:0.0625rem}.pslider_prod .slick-arrow{top:2.8125rem}.popup-container_rsteps{background:transparent;margin:0;height:100%;vertical-align:top}.popup-container_rsteps .popup-close{display:none}.popup-rsteps .popupScroll{overflow-y:hidden}.rsteps{max-width:1400Px;width:860Px;height:100%;position:relative;display:flex;flex-flow:column;justify-content:space-between;box-sizing:border-box}@media only screen and (min-width: 1023px) and (max-width: 1559px){.rsteps{width:calc(860 * 1Px + (1400 - 860) * (100vw - 1024 * 1Px) / (1560 - 1024))}}@media only screen and (max-width: 1023px){html:not(.old) .rsteps{width:860Px}}@media only screen and (min-width: 1560px){html:not(.old) .rsteps{width:1400Px}}@media only screen and (max-width: 1023px){html:not(.old) .rsteps{width:100vw;background:#fff;justify-content:initial}}.rsteps__close{position:absolute;top:26Px;left:calc(50% + 50vw - 56Px);cursor:pointer}.rsteps__close svg{width:24Px;height:24Px}.rsteps__close svg path{stroke:#fff}@media only screen and (max-width: 1023px){html:not(.old) .rsteps__close{z-index:20;top:15Px;left:auto;right:15Px}html:not(.old) .rsteps__close path{stroke:#888}}.rsteps__topspacer{height:30Px;margin:30Px 0}@media only screen and (max-width: 1023px){html:not(.old) .rsteps__topspacer{display:none}}.rsteps__slider{position:relative}@media only screen and (max-width: 1023px){html:not(.old) .rsteps__slider{flex-grow:1}html:not(.old) .rsteps__slider .slider{height:100%}html:not(.old) .rsteps__slider .slick-track{height:100%}html:not(.old) .rsteps__slider .slick-slide{height:auto !important;min-height:calc(100vh - 3.75rem)}}.rsteps__step{display:flex;position:relative;box-sizing:border-box}@media only screen and (max-width: 1023px){html:not(.old) .rsteps__step{flex-flow:column;padding-top:54Px;height:100%}}.rsteps__rateshare{position:absolute;top:0;left:0;width:73%;bottom:0}.rsteps__rateshare:before{content:"";top:0;left:0;right:0;bottom:0;position:absolute;background:rgba(0,0,0,0.6)}@media only screen and (max-width: 1023px){html:not(.old) .rsteps__rateshare{position:static;top:auto;left:auto;width:auto;bottom:auto;margin-top:auto}html:not(.old) .rsteps__rateshare:before{display:none}}.rsteps__rate{position:absolute;left:0;right:0;text-align:center;top:50%;margin-top:-63Px}@media only screen and (min-width: 1023px) and (max-width: 1559px){.rsteps__rate{margin-top:calc(-63 * 1Px + (-48 - -63) * (100vw - 1024 * 1Px) / (1560 - 1024))}}@media only screen and (max-width: 1023px){html:not(.old) .rsteps__rate{margin-top:-63Px}}@media only screen and (min-width: 1560px){html:not(.old) .rsteps__rate{margin-top:-48Px}}.rsteps__rate span{display:block;font-weight:600;color:#fff;font-family:"Noto Serif";font-size:18Px;line-height:34Px;margin-bottom:8Px}@media only screen and (max-width: 1023px){html:not(.old) .rsteps__rate span{color:#000}}@media only screen and (max-width: 1023px){html:not(.old) .rsteps__rate{margin-top:0;position:static;top:auto;left:auto;right:auto;bottom:auto;margin-bottom:20Px}}.rsteps__rate .rtg .icon{width:36Px;height:36Px}.rsteps__rate .rtg .icon+.icon{margin-right:10Px}.rsteps__rate .rtg__active .icon{margin-right:0 !important;margin-left:10Px !important}.rsteps__rate .rtg__active .icon:first-child{margin-left:0 !important}.rsteps__share{position:absolute;bottom:50Px;left:0;right:0;text-align:center}.rsteps__share .pbutton+.pbutton{margin-left:10Px}@media only screen and (max-width: 1023px){html:not(.old) .rsteps__share .pbutton{color:#4C4C4C}html:not(.old) .rsteps__share .pbutton .icon>*{stroke:#4C4C4C}html:not(.old) .rsteps__share .pbutton:hover{color:#EB4C32}html:not(.old) .rsteps__share .pbutton:hover .icon>*{stroke:#EB4C32}}@media only screen and (max-width: 1023px){html:not(.old) .rsteps__share{position:static;top:auto;left:auto;right:auto;bottom:auto;white-space:nowrap}}.rsteps__image{flex:73% 0 0;background:#fff}.rsteps__image img{max-width:100%;width:100%}@media only screen and (max-width: 1023px){html:not(.old) .rsteps__image{flex:none}}.rsteps__info{flex:27% 0 0;background:#fff;padding:30Px 28Px;box-sizing:border-box}@media only screen and (max-width: 1023px){html:not(.old) .rsteps__info{flex:1 0 0;display:flex;flex-flow:column;padding:17Px 16Px}}.rsteps__digits{font-weight:bold;text-transform:uppercase;font-size:15Px;line-height:28Px;letter-spacing:0.03em;margin-bottom:10Px}@media only screen and (max-width: 1023px){html:not(.old) .rsteps__digits{position:absolute;top:0;left:0;right:0;height:54Px;line-height:54Px;padding:0 16Px}}.rsteps__desc{font-size:15Px;line-height:25Px}.rsteps__hint{position:absolute;left:0;right:0;bottom:-35Px;height:20Px;line-height:20Px;color:#fff;font-size:13Px;text-align:center}@media only screen and (max-width: 1023px){html:not(.old) .rsteps__hint{display:none}}.rsteps__hint span{font-weight:bold;display:inline-block;margin-right:19Px;letter-spacing:0.02em}.rsteps__hint svg{vertical-align:middle;margin-left:13Px}.rsteps__nav{height:30Px;color:#fff;margin:60Px auto 30Px;position:relative;align-self:center}@media only screen and (max-width: 1023px){html:not(.old) .rsteps__nav{align-self:auto;margin:30Px 16Px;margin-top:auto}}.rsteps__nav .wdesktop.rsteps__nav-scroll{position:relative}.rsteps__nav .wdesktop.rsteps__nav-scroll:before{z-index:2;content:"";position:absolute;left:0;top:0;bottom:0;width:42Px;background:linear-gradient(90deg, #C4C4C4 0%, rgba(196,196,196,0) 100%);pointer-events:none}.rsteps__nav .wdesktop.rsteps__nav-scroll:after{content:"";position:absolute;right:0;top:0;bottom:0;width:42Px;background:linear-gradient(90deg, rgba(196,196,196,0) 0%, #C4C4C4 100%);pointer-events:none}.rsteps__nav.atstart .wdesktop.rsteps__nav-scroll:before{display:none}.rsteps__nav.atend .wdesktop.rsteps__nav-scroll:after{display:none}.rsteps__nav-scroll.mobile .rsteps__buttons{max-width:none;min-width:auto;justify-content:stretch}.rsteps__nav-scroll.mobile .rsteps__button{flex-grow:1;min-width:36Px;padding:0 7Px}.rsteps__nav-scroll.wdesktop{max-width:860Px;overflow:hidden}.rsteps__nav-controls{position:absolute;top:50%;cursor:pointer;margin-top:-9Px;width:19Px;text-align:center}@media only screen and (max-width: 1023px){html:not(.old) .rsteps__nav-controls{display:none}}.rsteps__nav-controls .icon{width:9Px;height:18Px}.rsteps__nav-controls .icon>*{stroke:#fff}.rsteps__nav-left{left:-34Px}.atstart .rsteps__nav-left{display:none}.rsteps__nav-right{right:-34Px}.atend .rsteps__nav-right{display:none}.rsteps__buttons{margin:0 auto;display:flex;justify-content:center}.rsteps__button{box-sizing:border-box;display:inline-block;height:30Px;line-height:30Px;background:#DDDAD5;color:#111;padding:0 10Px;font-size:14Px;width:145Px;min-width:42Px;margin-right:1Px;cursor:pointer}.rsteps__button:first-child{border-top-left-radius:15Px;border-bottom-left-radius:15Px}.rsteps__button:last-child{border-top-right-radius:15Px;border-bottom-right-radius:15Px}.rsteps__button.active{background:#EB4C32;color:#fff}.rsteps__controls{width:40Px;height:40Px;background:rgba(17,17,17,0.6);border-radius:50%;text-align:center;line-height:40Px;position:absolute;top:50%;cursor:pointer}.rsteps__controls:hover{background:rgba(17,17,17,0.8)}.rsteps__controls svg{vertical-align:middle;margin-top:-2Px;width:9Px;height:18Px}.rsteps__controls svg path{stroke:#fff}.rsteps__left{left:-70Px}.rsteps__right{right:-70Px}.recp{width:10rem;display:inline-block;margin:0 0.625rem;position:relative;color:#000}.recp__image{height:7.5625rem;position:relative;display:flex;align-items:center}.recp__image img{max-width:100%}.recp__image .bl{left:0.625rem;bottom:0.375rem;z-index:10}.recp__image .br{right:0.625rem;bottom:0.375rem;z-index:10}.recp__image .tr{top:0.375rem;right:0.375rem;z-index:10}.recp__image .ftr{color:#fff}.recp__image .ftr svg{width:0.875rem;height:0.875rem}.recp__image .ftr svg,.recp__image .ftr path{stroke:#fff !important}.recp__image .circle{background:#fff}.recp__image .circle svg{stroke:#4C4C4C !important;width:1rem;height:1rem}.recp__image:after{position:absolute;content:"";bottom:0;left:0;right:0;top:0;background:linear-gradient(180deg, transparent 0%, transparent 62.5%, rgba(0,0,0,0.4) 100%)}.recp.favd .circle{background:#fff}.recp.favd .circle svg{stroke:#EB4C32 !important;fill:#EB4C32 !important}.recp__description{padding-top:0.3125rem}.recp__title{font-size:0.875rem;line-height:1.375rem;max-height:4.125rem;overflow:hidden;font-weight:600}@media only screen and (max-width: 599px){html:not(.old) .recp__title{font-size:0.75rem;line-height:1.125rem;height:3.375rem}}.recp__bottom{padding-top:0.5rem;display:flex;white-space:nowrap;overflow:hidden}.recp .ftr{line-height:1.25rem;align-items:center}.recp .smaller{margin-bottom:-0.125rem;line-height:1.5rem;letter-spacing:0.05em}.recp .rtg{line-height:1.25rem}.info{display:flex;justify-content:space-between;align-items:center;line-height:1.5rem;background:#fff;z-index:10;line-height:3.125rem;height:3.125rem;margin-bottom:-1.5625rem;z-index:23;margin-left:-1.875rem;margin-right:-1.875rem;padding:0 1.875rem;position:relative}@media only screen and (max-width: 599px){html:not(.old) .info{flex-wrap:wrap}}@media only screen and (max-width: 1023px){html:not(.old) .info{margin-left:-3.75rem;margin-right:-3.75rem;padding:0 3.75rem}}@media only screen and (max-width: 767px){html:not(.old) .info{margin-left:-1.25rem;margin-right:-1.25rem;padding-right:1.25rem;padding-left:1.25rem}}@media only screen and (max-width: 767px) and (min-width: 599px) and (max-width: 767px){html:not(.old) .info{margin-left:calc(-20 * 0.0625rem + (-60 - -20) * (100vw - 600 * 0.0625rem) / (768 - 600))}}@media only screen and (max-width: 767px) and (max-width: 599px){html:not(.old) html:not(.old) .info{margin-left:-1.25rem}}@media only screen and (max-width: 767px) and (min-width: 768px){html:not(.old) html:not(.old) .info{margin-left:-3.75rem}}@media only screen and (max-width: 767px) and (min-width: 599px) and (max-width: 767px){html:not(.old) .info{margin-right:calc(-20 * 0.0625rem + (-60 - -20) * (100vw - 600 * 0.0625rem) / (768 - 600))}}@media only screen and (max-width: 767px) and (max-width: 599px){html:not(.old) html:not(.old) .info{margin-right:-1.25rem}}@media only screen and (max-width: 767px) and (min-width: 768px){html:not(.old) html:not(.old) .info{margin-right:-3.75rem}}@media only screen and (max-width: 767px) and (min-width: 599px) and (max-width: 767px){html:not(.old) .info{padding-right:calc(20 * 0.0625rem + (60 - 20) * (100vw - 600 * 0.0625rem) / (768 - 600))}}@media only screen and (max-width: 767px) and (max-width: 599px){html:not(.old) html:not(.old) .info{padding-right:1.25rem}}@media only screen and (max-width: 767px) and (min-width: 768px){html:not(.old) html:not(.old) .info{padding-right:3.75rem}}@media only screen and (max-width: 767px) and (min-width: 599px) and (max-width: 767px){html:not(.old) .info{padding-left:calc(20 * 0.0625rem + (60 - 20) * (100vw - 600 * 0.0625rem) / (768 - 600))}}@media only screen and (max-width: 767px) and (max-width: 599px){html:not(.old) html:not(.old) .info{padding-left:1.25rem}}@media only screen and (max-width: 767px) and (min-width: 768px){html:not(.old) html:not(.old) .info{padding-left:3.75rem}}@media only screen and (max-width: 599px){html:not(.old) .info{line-height:1.5rem;height:auto}}.info__menu{white-space:nowrap;display:none;flex-grow:1;overflow:hidden;padding:0;list-style-type:none}.info__item{font-size:0.6875rem;font-weight:bold;text-transform:uppercase;letter-spacing:0.03em;display:inline-block;height:3.125rem}.info__item+.info__item{margin-left:1.875rem}.info__item a{color:#888888;line-height:3.125rem;height:3.125rem;display:inline-block}.info__item.active{position:relative}.info__item.active a{color:#111}.info__item.active:after{bottom:0;left:0;right:0;content:"";position:absolute;border-bottom:0.0625rem solid #EB4C32}.info.is_stuck{box-shadow:0 0.25rem 0.625rem rgba(0,0,0,0.13)}.info.is_stuck .info__menu{display:flex}.info.is_stuck .info__hbl{display:none}.info.is_stuck .rtg{display:none}.info.is_stuck .icon_special{margin-left:0}.info.is_stuck .info__opts{margin-left:auto;flex:none}.info.is_stuck .info__opts>.ftr{margin-left:1.25rem}.info__opts{display:flex;flex:100%;justify-content:space-between}@media only screen and (max-width: 599px){html:not(.old) .info__opts{flex-wrap:wrap;margin-bottom:1.5625rem}}.info__opts .ftr>.icon,.info__opts .ftr>.ftr__text{pointer-events:none}.info .icon{stroke:#4C4C4C}.info .icon_fillable{fill:#4C4C4C}.info .icon_unstroke{stroke:none}.info .rtg{line-height:1.5rem}.info .rtg .icon{stroke:transparent;width:1.125rem;height:1.125rem;margin-top:-0.1875rem}@media only screen and (max-width: 599px){html:not(.old) .info .rtg{width:100%;margin-bottom:1.4375rem}}.info .rtg__text{font-size:0.9375rem;font-weight:bold}.info .ftr{display:flex;align-items:center;line-height:1.5rem;font-size:0.6875rem;text-transform:uppercase;letter-spacing:0.03em;font-weight:bold;cursor:pointer}.info .ftr:hover>.icon{stroke:#EB4C32}.info .ftr:hover>.icon_unstroke{stroke:none}.info .ftr:hover>.icon_fillable{fill:#EB4C32}.info .icon_special{margin-left:0.625rem}.sharebox{width:32.5rem;background:#fff;margin:0 auto;padding:2.5rem 1.875rem;box-sizing:border-box;text-align:left}.sharebox .tr{top:1.25rem;right:1.25rem}.sharebox .title{font-size:1.625rem;line-height:2.125rem;font-family:"Noto Serif";margin-bottom:1.25rem}.sharebox .text{font-size:0.9375rem;line-height:1.5625rem;margin-bottom:0.625rem}.sharebox .hr{margin-bottom:1.875rem}.sharebox .field+.field{margin-top:0.9375rem;margin-left:0}.sharebox .accept_field_container{margin-bottom:1.25rem}.sharebox .accept_field_container .checkbox span{font-size:0.75rem;line-height:1.25rem;color:#4C4C4C;padding-top:0.3125rem}.sharebox .popup-form{padding:0}.sharebox .button_send-recipe{margin:0 !important}.sharep{margin-bottom:1.875rem}.sharep__share-btn{display:inline-block;cursor:pointer;margin-right:0.625rem}.sharep__share-btn .icon{width:2.5rem;height:2.5rem}.srecipe{display:flex;height:5.1875rem;color:#000000;margin-bottom:1.5rem;position:relative}.srecipe:last-child{margin-bottom:0}.srecipe__link{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.srecipe__image{flex:6.875rem 0 0;margin-right:0.625rem;position:relative}.srecipe__image img{max-width:100%}.srecipe__play{position:absolute;top:50%;left:50%;margin-top:-1.25rem;margin-left:-1.25rem}.srecipe__play .circle{width:2.5rem;height:2.5rem;line-height:2.5rem;display:flex;align-items:center;justify-content:center;background:rgba(17,17,17,0.7);border-radius:50%}.srecipe__play .circle svg{fill:#fff;width:2.5rem;height:2.5rem}.srecipe__content{overflow:hidden}.srecipe__user{position:relative;z-index:10;display:block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;line-height:1rem;margin-bottom:0.375rem}.srecipe__user img{width:1rem;height:1rem;vertical-align:middle;border-radius:50%;margin-right:0.25rem}.srecipe__title{font-size:0.875rem;line-height:1.25rem;max-height:2.5rem;overflow:hidden;font-weight:bold;margin-bottom:0.375rem}.srecipe__bottom{line-height:0.875rem;display:flex;white-space:nowrap;font-size:0.625rem;color:#4C4C4C}.srecipe__bottom .icon{width:0.875rem;height:0.875rem;stroke:#4C4C4C !important}.srecipe__bottom .icon path{stroke:#4C4C4C !important}.srecipe__bottom .ftr{margin-right:0.625rem}.srecipe__bottom .ftr:last-child{margin-right:0}.small{font-size:0.75rem}.color-red{color:#EB4C32}.color-grey2{color:#888888}.bolder{font-weight:600}.smaller{font-size:0.5625rem}.bold{font-weight:bold}.ttu{text-transform:uppercase}.ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:0.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 0.5rem;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none !important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:0.5rem;right:0.5rem;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:2.75rem;height:2.75rem;line-height:2.75rem;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:0.65;padding:0 0 1.125rem 0.625rem;color:#FFF;font-style:normal;font-size:1.75rem;font-family:Arial, Baskerville, monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:0.0625rem}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-0.375rem;text-align:right;padding-right:0.375rem;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:0.75rem;line-height:1.125rem;white-space:nowrap}.mfp-arrow{position:absolute;opacity:0.65;margin:0;top:50%;margin-top:-3.4375rem;padding:0;width:5.625rem;height:6.875rem;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-3.375rem}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:2.1875rem;margin-left:2.1875rem;border:medium inset transparent}.mfp-arrow:after{border-top-width:0.8125rem;border-bottom-width:0.8125rem;top:0.5rem}.mfp-arrow:before{border-top-width:1.3125rem;border-bottom-width:1.3125rem;opacity:0.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:1.0625rem solid #FFF;margin-left:1.9375rem}.mfp-arrow-left:before{margin-left:1.5625rem;border-right:1.6875rem solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:1.0625rem solid #FFF;margin-left:2.4375rem}.mfp-arrow-right:before{border-left:1.6875rem solid #3F3F3F}.mfp-iframe-holder{padding-top:2.5rem;padding-bottom:2.5rem}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:56.25rem}.mfp-iframe-holder .mfp-close{top:-2.5rem}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 0.5rem rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:2.5rem 0 2.5rem;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:2.5rem;bottom:2.5rem;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 0.5rem rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:0.75rem;line-height:0.875rem}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-2.25rem;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:1.125rem;color:#F3F3F3;word-wrap:break-word;padding-right:2.25rem}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:0.3125rem}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:0.1875rem 0.3125rem;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:0.3125rem;top:0.1875rem}.mfp-img-mobile .mfp-close{top:0;right:0;width:2.1875rem;height:2.1875rem;line-height:2.1875rem;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width: 900px){.mfp-arrow{transform:scale(0.75)}.mfp-arrow-left{transform-origin:0}.mfp-arrow-right{transform-origin:100%}.mfp-container{padding-left:0.375rem;padding-right:0.375rem}}[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto !important;height:auto !important;z-index:0}.simplebar-offset{direction:inherit !important;box-sizing:inherit !important;resize:none !important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box !important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{width:0;height:0}.simplebar-content:after,.simplebar-content:before{content:' ';display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit !important;height:100%;width:100%;max-width:0.0625rem;position:relative;float:left;max-height:0.0625rem;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:0.0625rem;min-width:0.0625rem;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:0.625rem}.simplebar-scrollbar:before{position:absolute;content:'';background:#000;border-radius:0.4375rem;left:0.125rem;right:0.125rem;opacity:0;transition:opacity .2s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition:opacity 0s linear}.simplebar-track.simplebar-vertical{top:0;width:0.6875rem}.simplebar-track.simplebar-vertical .simplebar-scrollbar:before{top:0.125rem;bottom:0.125rem}.simplebar-track.simplebar-horizontal{left:0;height:0.6875rem}.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{height:100%;left:0.125rem;right:0.125rem}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:0.125rem;height:0.4375rem;min-height:0;min-width:0.625rem;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.hs-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:31.25rem;width:31.25rem;overflow-y:hidden;overflow-x:scroll}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}
