

/* Start:/bitrix/templates/domoed/css/owl.carousel.css?14774294794614*/
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

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

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

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/bitrix/templates/domoed/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/* End */


/* Start:/bitrix/templates/domoed/css/jquery.fancybox.min.css?153826713613769*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-webkit-transform-origin:top left;transform-origin:top left;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:nth-child(1),.fancybox-button--pause svg:nth-child(1),.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;transform-origin:0;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0}.fancybox-caption{bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:25px 44px;right:0;text-align:center;z-index:99996}.fancybox-caption:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);background-repeat:repeat-x;background-size:contain;bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:-44px;z-index:-1}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-webkit-transform:rotate(1turn);transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-caption{padding:12px}.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:transparent;top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/bitrix/templates/domoed/css/fonts.css?14792871364427*/
@font-face {
    font-family: "ALSSchlangesans";
    src: url("/bitrix/templates/domoed/css/../fonts/ALSSchlangesans.eot");
    src: url("/bitrix/templates/domoed/css/../fonts/ALSSchlangesans.eot?#iefix")format("embedded-opentype"),
    url("/bitrix/templates/domoed/css/../fonts/ALSSchlangesans.woff2") format("woff"),
    url("/bitrix/templates/domoed/css/../fonts/ALSSchlangesans.ttf") format("truetype"),
    url("/bitrix/templates/domoed/css/../fonts/ALSSchlangesans.otf");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "ALSSchlangesans-Bold";
    src: url("/bitrix/templates/domoed/css/../fonts/ALSSchlangesans-Bold.eot");
    src: url("/bitrix/templates/domoed/css/../fonts/ALSSchlangesans-Bold.eot?#iefix")format("embedded-opentype"),
    url("/bitrix/templates/domoed/css/../fonts/ALSSchlangesans-Bold.woff2") format("woff"),
    url("/bitrix/templates/domoed/css/../fonts/ALSSchlangesans-Bold.ttf") format("truetype"),
    url("/bitrix/templates/domoed/css/../fonts/ALSSchlangesans-Bold.otf");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "ALSSchlangesans-Black";
    src: url("/bitrix/templates/domoed/css/../fonts/ALSSchlangesans-Black.eot");
    src: url("/bitrix/templates/domoed/css/../fonts/ALSSchlangesans-Black.eot?#iefix")format("embedded-opentype"),
    url("/bitrix/templates/domoed/css/../fonts/ALSSchlangesans-Black.woff2") format("woff"),
    url("/bitrix/templates/domoed/css/../fonts/ALSSchlangesans-Black.ttf") format("truetype"),
    url("/bitrix/templates/domoed/css/../fonts/ALSSchlangesans-Black.otf");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "ALSSchlangesans-Light";
    src: url("/bitrix/templates/domoed/css/../fonts/ALSSchlangesans-Light.eot");
    src: url("/bitrix/templates/domoed/css/../fonts/ALSSchlangesans-Light.eot?#iefix")format("embedded-opentype"),
    url("/bitrix/templates/domoed/css/../fonts/ALSSchlangesans-Light.woff2") format("woff"),
    url("/bitrix/templates/domoed/css/../fonts/ALSSchlangesans-Light.ttf") format("truetype"),
    url("/bitrix/templates/domoed/css/../fonts/ALSSchlangesans-Light.otf");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "ALSSchlangesans-Thin";
    src: url("/bitrix/templates/domoed/css/../fonts/ALSSchlangesans-Thin.eot");
    src: url("/bitrix/templates/domoed/css/../fonts/ALSSchlangesans-Thin.eot?#iefix")format("embedded-opentype"),
    url("/bitrix/templates/domoed/css/../fonts/ALSSchlangesans-Thin.woff2") format("woff"),
    url("/bitrix/templates/domoed/css/../fonts/ALSSchlangesans-Thin.ttf") format("truetype"),
    url("/bitrix/templates/domoed/css/../fonts/ALSSchlangesans-Thin.otf");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Ubuntu-Medium";
    src: url("/bitrix/templates/domoed/css/../fonts/Ubuntu-Medium.eot");
    src: url("/bitrix/templates/domoed/css/../fonts/Ubuntu-Medium.eot?#iefix")format("embedded-opentype"),
    url("/bitrix/templates/domoed/css/../fonts/Ubuntu-Medium.woff2") format("woff"),
    url("/bitrix/templates/domoed/css/../fonts/Ubuntu-Medium.ttf") format("truetype"),
    url("/bitrix/templates/domoed/css/../fonts/Ubuntu-Medium.otf");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Ubuntu-Regular";
    src: url("/bitrix/templates/domoed/css/../fonts/Ubuntu-Regular.eot");
    src: url("/bitrix/templates/domoed/css/../fonts/Ubuntu-Regular.eot?#iefix")format("embedded-opentype"),
    url("/bitrix/templates/domoed/css/../fonts/Ubuntu-Regular.woff2") format("woff"),
    url("/bitrix/templates/domoed/css/../fonts/Ubuntu-Regular.ttf") format("truetype"),
    url("/bitrix/templates/domoed/css/../fonts/Ubuntu-Regular.otf");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Ubuntu-Light";
    src: url("/bitrix/templates/domoed/css/../fonts/Ubuntu-Light.eot");
    src: url("/bitrix/templates/domoed/css/../fonts/Ubuntu-Light.eot?#iefix")format("embedded-opentype"),
    url("/bitrix/templates/domoed/css/../fonts/Ubuntu-Light.woff2") format("woff"),
    url("/bitrix/templates/domoed/css/../fonts/Ubuntu-Light.ttf") format("truetype"),
    url("/bitrix/templates/domoed/css/../fonts/Ubuntu-Light.otf");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Ubuntu-Bold";
    src: url("/bitrix/templates/domoed/css/../fonts/Ubuntu-Bold.eot");
    src: url("/bitrix/templates/domoed/css/../fonts/Ubuntu-Bold.eot?#iefix")format("embedded-opentype"),
    url("/bitrix/templates/domoed/css/../fonts/Ubuntu-Bold.woff2") format("woff"),
    url("/bitrix/templates/domoed/css/../fonts/Ubuntu-Bold.ttf") format("truetype"),
    url("/bitrix/templates/domoed/css/../fonts/Ubuntu-Bold.otf");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "BebasNeueBold";
    src: url("/bitrix/templates/domoed/css/../fonts/BebasNeueBold.eot");
    src: url("/bitrix/templates/domoed/css/../fonts/BebasNeueBold.eot?#iefix")format("embedded-opentype"),
    url("/bitrix/templates/domoed/css/../fonts/BebasNeueBold.woff2") format("woff"),
    url("/bitrix/templates/domoed/css/../fonts/BebasNeueBold.ttf") format("truetype"),
    url("/bitrix/templates/domoed/css/../fonts/BebasNeueBold.otf");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "GUERRILLA-Normal";
    src: url("/bitrix/templates/domoed/css/../fonts/GUERRILLA-Normal.eot");
    src: url("/bitrix/templates/domoed/css/../fonts/GUERRILLA-Normal.eot?#iefix")format("embedded-opentype"),
    url("/bitrix/templates/domoed/css/../fonts/GUERRILLA-Normal.woff2") format("woff"),
    url("/bitrix/templates/domoed/css/../fonts/GUERRILLA-Normal.ttf") format("truetype"),
    url("/bitrix/templates/domoed/css/../fonts/GUERRILLA-Normal.otf");
    font-style: normal;
    font-weight: normal;
}
/* End */


/* Start:/bitrix/templates/domoed/css/reset.css?14774294791417*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; vertical-align: baseline; }

body, html { height: 100%; }

img, fieldset, a img { border: none; }

input[type="submit"], button { cursor: pointer; }
input[type="submit"]::-moz-focus-inner, button::-moz-focus-inner { padding: 0; border: 0; }

textarea { overflow: auto; }

input, button { margin: 0; padding: 0; border: 0; }

input, textarea, select, button, h1, h2, h3, h4, h5, h6, a, a:focus { outline: none; font-weight: normal; }

ul, ol { list-style-type: none; }

table { border-spacing: 0; border-collapse: collapse; width: 100%; }

a { color: inherit; text-decoration: inherit; }

a, img, a:active, a:focus { outline: none; }

.clearfix:after { clear: both; display: block; content: ""; }

*, *:before, *:after { box-sizing: border-box; }

.l_bl { float: left; }

.r_bl { float: right; }

.clearfix:after { clear: both; display: block; content: ""; }

/* End */


/* Start:/bitrix/templates/domoed/css/style.css?1596619718160495*/
@import url(/bitrix/templates/domoed/css/owl.carousel.css);
@import url(/bitrix/templates/domoed/css/fonts.css);

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

/*body, html { height: 100%; }*/
body, html {
    position: relative;
    height: auto;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
}

img, fieldset, a img {
    border: none;
}

input[type="submit"], button {
    cursor: pointer;
}

input[type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

input, button {
    margin: 0;
    padding: 0;
    border: 0;
}

input, textarea, select, button, h1, h2, h3, h4, h5, h6, a, a:focus {
    outline: none;
    font-weight: normal;
}

ul, ol {
    list-style-type: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

a {
    color: inherit;
    text-decoration: inherit;
}

a, img, a:active, a:focus {
    outline: none;
}

.clearfix:after {
    clear: both;
    display: block;
    content: "";
}

*, *:before, *:after {
    box-sizing: border-box;
}

.l_bl {
    float: left;
}

.r_bl {
    float: right;
}

.clearfix:after {
    clear: both;
    display: block;
    content: "";
}

.b-resto-seventcafe__left-side {
    background: url(/bitrix/templates/domoed/css/../img/restourants/cross-background.jpg) repeat center center;
    color: #fff;
    font-size: 20px;
    padding: 80px 95px 135px;
    line-height: normal;
    width: 57.5%;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

.b-resto-seventcafe__logo {
    margin-bottom: 20px;
}

.b-resto-seventcafe__logo-dots {
    margin-bottom: 23px;
}

.ttu {
    text-transform: uppercase;
}

.b-resto-seventcafe__logo-dot {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    margin: 0 1px;
}

.b-resto-seventcafe__text {
    line-height: 1.3;
    margin-bottom: 65px;
    font-family: "Ubuntu-Medium";
}

.b-resto-seventcafe__button {
    border-radius: 2px;
    padding: 0 30px;
    display: inline-block;
    line-height: 56px;
    font-family: "Ubuntu-Bold";
    font-size: 16px;
    letter-spacing: 1px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.b-resto-seventcafe__button:hover {
    opacity: 0.7;
}

.b-resto-seventcafe__button.white {
    background: #fff;
    color: #000000;
}

.b-resto-seventcafe__button.purple-btn {
    color: #fff;
    background: #820040;
    appearance: none;
    -webkit-appearence: none;
}

.b-resto-seventcafe__button.grey-btn {
    color: #fff;
    background: #402d27;
    appearance: none;
    -webkit-appearence: none;
}

.b-resto-seventcafe__button.light-grey-btn {
    color: #fff;
    background: #a6723e;
    position: relative;
    appearance: none;
    -webkit-appearence: none;
}

.b-resto-seventcafe__button.light-grey-btn.arrow {
    padding-right: 20px;
    appearance: none;
    -webkit-appearence: none;
}

.b-resto-seventcafe__button.light-grey-btn.arrow:after {
    appearance: none;
    -webkit-appearence: none;
    display: block;
    content: "";
    position: absolute;
    border: 28px solid transparent;
    border-left: 15px solid #a6723e;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 100%;
    margin-left: -1px;
}

.b-resto-seventcafe__button.brown-btn {
    background: #5b3e36;
    color: #fff;
    appearance: none;
    -webkit-appearence: none;
}

.b-resto-seventcafe__button.lightbrown-btn {
    background: #a6723e;
    color: #fff;
    appearance: none;
    -webkit-appearence: none;
}

.b-resto-sevencafe__wrapper {
    position: relative;
}

.b-resto-sevencafe__wrapper:after {
    display: block;
    content: "";
    background: url(/bitrix/templates/domoed/css/../img/restourants/resto-cabbage.jpg) no-repeat center center;
    width: 277px;
    height: 312px;
    position: absolute;
    top: 70px;
    left: 50%;
    margin-left: 30px;
}

.b-resto-sevencafe__slider-wrapper {
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 42.5%;
    font-size: 0;
    line-height: 0;
}

.b-resto-sevencafe__slider-wrapper .owl-next {
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -1133px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 73px;
    width: 36px;
    position: absolute;
    top: 50%;
    right: -20px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .b-resto-sevencafe__slider-wrapper .owl-next {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-seb9828467b.png');
        background-size: 62px auto;
        background-position: 0 -1119px;
        height: 73px;
        width: 36px;
    }
}

.b-resto-sevencafe__slider-wrapper .owl-prev {
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -1211px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 73px;
    width: 36px;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -20px;
    font-size: 0;
}

/
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .b-resto-sevencafe__slider-wrapper .owl-prev {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-seb9828467b.png');
        background-size: 62px auto;
        background-position: 0 -1197px;
        height: 73px;
        width: 36px;
    }
}

.b-resto-sevencafe__second-aside-left {
    width: 43.5%;
    float: left;
}

.b-resto-sevencafe__second-aside-left .owl-next {
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -1289px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 73px;
    width: 36px;
    position: absolute;
    top: 50%;
    right: -20px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .b-resto-sevencafe__second-aside-left .owl-next {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-seb9828467b.png');
        background-size: 62px auto;
        background-position: 0 -1275px;
        height: 73px;
        width: 36px;
    }
}

.b-resto-sevencafe__second-aside-left .owl-prev {
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -1367px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 73px;
    width: 36px;
    position: absolute;
    font-size: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -20px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .b-resto-sevencafe__second-aside-left .owl-prev {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-seb9828467b.png');
        background-size: 62px auto;
        background-position: 0 -1353px;
        height: 73px;
        width: 36px;
    }
}

.b-resto-sevencafe__second-aside-right {
    font-size: 16px;
    line-height: 1.25;
    color: #fff;
    overflow: hidden;
    background: url(/bitrix/templates/domoed/css/../img/restourants/cross-background-brown.jpg) repeat;
    padding: 70px 70px 100px;
}

.icon-resto-sevencafe {
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -1087px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 41px;
    width: 62px;
    display: inline-block;
    vertical-align: middle;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .icon-resto-sevencafe {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-seb9828467b.png');
        background-size: 62px auto;
        background-position: 0 -1073px;
        height: 41px;
        width: 62px;
    }
}

.icon-resto-sevencafe--wrapper {
    margin-bottom: 30px;
}

.b-resto-sevencafe__footer {
    padding: 60px 20px;
}

.b-resto-sevencafe__footer-logo__wrapper {
    margin-bottom: 25px;
}

.b-resto-sevencafe__footer-cotnacts__title {
    font-size: 18px;
    font-style: italic;
    position: relative;
    display: inline-block;
    margin-bottom: 35px;
}

.b-resto-sevencafe__footer-cotnacts__title:after, .b-resto-sevencafe__footer-cotnacts__title:before {
    position: absolute;
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background: #efefef;
    top: 50%;
    right: 100%;
    margin-right: 20px;
    margin-top: 2px;
}

.b-resto-sevencafe__footer-cotnacts__title:before {
    left: 100%;
    margin-left: 20px;
    margin-right: auto;
}

.b-resto-sevencafe__footer-phone {
    font-size: 50px;
    font-family: "ALSSchlangesans-Bold";
    letter-spacing: 1px;
    margin-bottom: 23px;
}

.b-resto-sevencafe__footer-address {
    font-size: 18px;
    margin-bottom: 60px;
}

.b-resto-sevencafe__footer-buttons .b-resto-seventcafe__button {
    margin-right: 30px;
}

.b-resto-sevencafe__footer-buttons .b-resto-seventcafe__button:last-child {
    margin-right: 0;
}

.b-resto-sevencafe__footer {
    border: 1px solid #402d27;
    border-top: none;
}

.b-resto-sevencafe__second-block {
    border-left: 1px solid #402d27;
    border-right: 1px solid #402d27;
}

.resto--sevencafe {
    position: relative;
}

.resto--sevencafe:after, .resto--sevencafe:before {
    display: block;
    content: "";
    position: absolute;
    background: url(/bitrix/templates/domoed/css/../img/restourants/resto-shell.jpg) no-repeat center center;
    width: 80px;
    height: 142px;
    top: 53%;
    right: 0;
}

.resto--sevencafe:before {
    background: url(/bitrix/templates/domoed/css/../img/restourants/resto-tomato.jpg) no-repeat center center;
    right: auto;
    left: 0;
    top: 27%;
    width: 127px;
    height: 150px;
}

.resto--sevencafe .b-content-wrap {
    position: relative;
    z-index: 1;
}

.b-beer__best-house--wrapper {
    float: left;
    width: 61%;
    position: relative;
    font-size: 0;
    line-height: 0;
}

.b-beer__best-house__image {
    max-width: 100%;
}

.b-beer__best-house__right-image-wrapper {
    position: absolute;
    left: 100%;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: -20px;
    margin-top: 10px;
    width: 112%;
}

.b-beer__best-house__right-image-wrapper img {
    max-width: 100%;
}

.b-beer__text-left {
    width: 61%;
    font-size: 18px;
    font-family: "Ubuntu-Medium";
    padding: 40px 100px;
    line-height: 1.3;
    float: left;
}

.b-beer__text-image__wrapper {
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

.b-beer__text-image__wrapper img {
    width: 100%;
}

.beer-go-to-site {
    padding-top: 40px;
}

.b-beer__description-image__wrapper {
    float: left;
    width: 44%;
    position: relative;
    font-size: 0;
    line-height: 0;
}

.b-beer__description-image__wrapper:after, .b-beer__description-image__wrapper:before {
    display: block;
    position: absolute;
    content: "";
    background: url(/bitrix/templates/domoed/css/../img/restourants/beer-stick.png) no-repeat center center;
    width: 114px;
    height: 109px;
    top: -30px;
    left: -40px;
}

.b-beer__description-image__wrapper:before {
    bottom: -40px;
    top: auto;
    left: auto;
    right: -30px;
}

.b-beer__description-image__wrapper img {
    width: 100%;
}

.b-beer__description-text {
    overflow: hidden;
    background: url(/bitrix/templates/domoed/css/../img/restourants/beer-brown-bg.jpg) repeat center center;
    color: #fff;
    padding: 130px 70px;
    font-size: 16px;
    line-height: normal;
    position: relative;
    z-index: 1;
}

.b-beer-logo__text {
    font-size: 55px;
    color: #4c2617;
    font-family: "ALSSchlangesans-Bold";
    text-transform: uppercase;
    margin-bottom: 25px;
}

.b-beer__footer {
    color: #4c2617;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.b-beer__footer:after, .b-beer__footer:before {
    display: block;
    content: "";
    position: absolute;
    background: url(/bitrix/templates/domoed/css/../img/restourants/beer-people-photos.jpg) no-repeat center center;
    width: 332px;
    height: 229px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50%;
    margin-left: -700px;
}

.b-beer__footer:after {
    width: 331px;
    height: 244px;
    background-image: url(/bitrix/templates/domoed/css/../img/restourants/beer-people-photos2.jpg);
    left: auto;
    right: 50%;
    margin-left: auto;
    margin-right: -700px;
}

.b-beer__text-wrapper {
    position: relative;
}

@media screen and (max-width: 1100px) {
    .b-beer__text-left {
        width: 100%;
    }

    .b-beer__text-image__wrapper {
        display: none;
    }

    .b-beer__description-text {
        padding: 120px 30px;
    }

    .b-resto-sevencafe__slider-wrapper .owl-next, .b-resto-sevencafe__slider-second-slider .owl-next {
        right: 10px;
    }

    .b-resto-sevencafe__slider-wrapper .owl-prev, .b-resto-sevencafe__slider-second-slider .owl-prev {
        left: 10px;
    }

    .b-resto-seventcafe__left-side {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media screen and (max-width: 768px) {
    .b-beer__best-house__right-image-wrapper {
        display: none;
    }

    .b-beer__text-left {
        padding-left: 15px;
        padding-right: 15px;
    }

    .b-beer__best-house--wrapper {
        width: 100%;
        float: none;
    }

    .b-beer__description-image__wrapper {
        float: none;
        width: 100%;
    }

    .b-beer__description-text {
        padding: 50px 15px;
    }

    .b-beer-logo__text {
        font-size: 40px;
    }

    .b-resto-sevencafe__footer-phone {
        font-size: 32px;
    }

    .b-resto-sevencafe__footer-buttons .b-resto-seventcafe__button:nth-child(n) {
        margin: 10px 15px;
    }

    .b-beer__footer:after, .b-beer__footer:before {
        display: none;
    }

    .b-resto-seventcafe__left-side {
        width: 100%;
        float: none;
    }

    .b-resto-sevencafe__slider-wrapper {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        width: 100%;
    }

    .b-resto-sevencafe__second-aside-left {
        float: none;
        width: 100%;
    }

    .b-resto-sevencafe__second-aside-right {
        padding: 40px;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    letter-spacing: inherit;
    font-size: inherit;
}

.ovh {
    overflow: hidden;
}

.dib {
    display: inline-block;
    vertical-align: middle;
}

body {
    font-size: 14px;
    font-family: "Ubuntu-Regular";
}

.mt6 {
    margin-top: 6px;
}

.mb50 {
    margin-bottom: 50px;
}

.float_l {
    float: left;
}

.float_r {
    float: right;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.input-40lh {
    height: 42px;
    border: 1px solid #c4c4c4;
    padding: 0 12px;
    color: #666;
    font-family: "Ubuntu-Regular";
    font-size: 14px;
    width: 100%;
}

.input-40lh::-webkit-input-placeholder {
    color: #666 !important;
    opacity: 1 !important;
}

.input-40lh::-moz-placeholder {
    color: #666 !important;
    opacity: 1 !important;
}

.input-40lh:-moz-placeholder {
    color: #666 !important;
    opacity: 1 !important;
}

.input-40lh:-ms-input-placeholder {
    color: #666 !important;
    opacity: 1 !important;
}

.input-34lh {
    height: 36px;
    border: 1px solid #c4c4c4;
    padding: 0 12px;
    color: #666;
    font-family: "Ubuntu-Regular";
    font-size: 14px;
    width: 100%;
}

.input-34lh::-webkit-input-placeholder {
    color: #666 !important;
    opacity: 1 !important;
}

.input-34lh::-moz-placeholder {
    color: #666 !important;
    opacity: 1 !important;
}

.input-34lh:-moz-placeholder {
    color: #666 !important;
    opacity: 1 !important;
}

.input-34lh:-ms-input-placeholder {
    color: #666 !important;
    opacity: 1 !important;
}

.btn-34lh {
    appearance: none;
    -webkit-appearence: none;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "ALSSchlangesans-Black";
    outline: none;
    display: inline-block;
    vertical-align: middle;
    line-height: 34px;
    position: relative;
    cursor: pointer;
    padding: 0 13px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.btn-34lh.red-btn {
    color: #fff;
    background: #ef501f;
}

.btn-34lh.red-btn:hover {
    background: #ce4217;
    color: white;
}

.btn-34lh.check-icon {
    padding: 0 12px 0 30px;
}

.btn-34lh.check-icon:before {
    content: "";
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -431px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 10px;
    width: 13px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -6.5px;
    left: 12px !important;
    margin-left: 0 !important;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .btn-34lh.check-icon:before {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-seb9828467b.png');
        background-size: 62px auto;
        background-position: 0 -418px;
        height: 10px;
        width: 13px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -5px;
        margin-left: -6.5px;
    }
}

.btn-34lh.repeat-icon {
    padding: 0 10px 0 35px;
}

.btn-34lh.repeat-icon:before {
    content: "";
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -786px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 15px;
    width: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7.5px;
    margin-left: -7.5px;
    left: 10px !important;
    margin-left: 0 !important;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .btn-34lh.repeat-icon:before {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-seb9828467b.png');
        background-size: 62px auto;
        background-position: 0 -773px;
        height: 15px;
        width: 15px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -7.5px;
        margin-left: -7.5px;
    }
}

.btn-34lh.fz13 {
    font-size: 13px;
}

.btn-44lh {
    appearance: none;
    -webkit-appearence: none;
    font-size: 18px;
    line-height: 44px;
    text-transform: uppercase;
    font-family: "ALSSchlangesans-Black";
    outline: none;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 30px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.btn-44lh.red-btn {
    color: #fff;
    background: #ef501f;
}

.btn-44lh.red-btn:hover {
    background: #ce4217;
}

.btn-44lh.green-btn {
    color: #fff;
    background: #2bbc45;
}

.btn-44lh.green-btn:hover {
    background: #1eaa37;
}

.btn-44lh.check-icon {
    padding: 0 20px 0 53px;
}

.btn-44lh.check-icon:before {
    content: "";
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -446px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 14px;
    width: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -9px;
    left: 20px !important;
    margin-left: 0 !important;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .btn-44lh.check-icon:before {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-seb9828467b.png');
        background-size: 62px auto;
        background-position: 0 -433px;
        height: 14px;
        width: 18px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -7px;
        margin-left: -9px;
    }
}

.btn-44lh.cart-icon {
    padding: 0 20px 0 53px;
}

.btn-44lh.cart-icon:before {
    content: "";
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -358px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 19px;
    width: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9.5px;
    margin-left: -10px;
    left: 20px !important;
    margin-left: 0 !important;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .btn-44lh.cart-icon:before {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-seb9828467b.png');
        background-size: 62px auto;
        background-position: 0 -353px;
        height: 19px;
        width: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -9.5px;
        margin-left: -10px;
    }
}

.btn-30lh {
    appearance: none;
    -webkit-appearence: none;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    font-family: "ALSSchlangesans-Black";
    outline: none;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 13px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.btn-30lh.red-btn {
    color: #fff;
    background: #ef501f;
}

.btn-30lh.red-btn:hover {
    background: #ce4217;
}

.btn-30lh.green-btn {
    color: #fff;
    background: #2bbc45;
}

.btn-30lh.green-btn:hover {
    background: #1eaa37;
}

.btn-30lh.check-icon {
    padding: 0 12px 0 30px;
}

.btn-30lh.check-icon:before {
    content: "";
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -431px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 10px;
    width: 13px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -6.5px;
    left: 12px !important;
    margin-left: 0 !important;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .btn-30lh.check-icon:before {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-seb9828467b.png');
        background-size: 62px auto;
        background-position: 0 -418px;
        height: 10px;
        width: 13px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -5px;
        margin-left: -6.5px;
    }
}

.btn-38lh {
    appearance: none;
    -webkit-appearence: none;
    cursor: pointer;
    font-size: 14px;
    line-height: 38px;
    text-transform: uppercase;
    font-family: "ALSSchlangesans-Black";
    outline: none;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 20px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.btn-38lh.red-btn {
    color: #fff;
    background: #ef501f;
}

.btn-38lh.red-btn.bordered {
    border: #ef501f solid 1px;
}

.btn-38lh.red-btn:hover {
    background: #ce4217;
}

.btn-38lh.green-btn {
    color: #fff;
    background: #2bbc45;
}

.btn-38lh.green-btn:hover {
    background: #1eaa37;
}

.btn-38lh.inv-btn {
    color: #ACACAC;
    background: #fff;
    border: #ACACAC solid 1px;
}

.btn-38lh.check-icon {
    padding: 0 20px 0 53px;
}

.btn-38lh.check-icon:before {
    content: "";
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -446px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 14px;
    width: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -9px;
    left: 20px !important;
    margin-left: 0 !important;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .btn-38lh.check-icon:before {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-seb9828467b.png');
        background-size: 62px auto;
        background-position: 0 -433px;
        height: 14px;
        width: 18px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -7px;
        margin-left: -9px;
    }
}

.btn-38lh.cart-icon {
    padding: 0 20px 0 53px;
}

.btn-38lh.cart-icon:before {
    content: "";
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -358px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 19px;
    width: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9.5px;
    margin-left: -10px;
    left: 20px !important;
    margin-left: 0 !important;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .btn-38lh.cart-icon:before {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-seb9828467b.png');
        background-size: 62px auto;
        background-position: 0 -353px;
        height: 19px;
        width: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -9.5px;
        margin-left: -10px;
    }
}

.btn-50lh {
    appearance: none;
    -webkit-appearence: none;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "ALSSchlangesans-Black";
    outline: none;
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
    position: relative;
    padding: 0 45px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.btn-50lh.green-btn {
    color: #fff;
    background: #2bbc45;
}

.btn-50lh.green-btn:hover {
    background: #1eaa37;
}

.btn-50lh.red-btn {
    color: #fff;
    background: #ef501f;
    appearance: none;
    -webkit-appearance: none;
}

.btn-50lh.red-btn:hover {
    background: #ce4217;
}

.btn-50lh.pan-icon {
    padding: 0 28px 0 50px;
}

.btn-50lh.pan-icon:before {
    content: "";
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s60eedbdb85.png');
    background-position: 0 -1162px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 17px;
    width: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8.5px;
    margin-left: -10px;
    left: 20px !important;
    margin-left: 0 !important;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .btn-50lh.pan-icon:before {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-s6d24e19d3f.png');
        background-size: 122px auto;
        background-position: 0 -1148px;
        height: 17px;
        width: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -8.5px;
        margin-left: -10px;
    }
}

.btn-50lh.key-icon {
    padding: 0 45px 0 65px;
}

.btn-50lh.key-icon:before {
    content: "";
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s60eedbdb85.png');
    background-position: 0 -713px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 13px;
    width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -6.5px;
    margin-left: -13.5px;
    left: 20px !important;
    margin-left: 0 !important;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .btn-50lh.key-icon:before {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-s6d24e19d3f.png');
        background-size: 122px auto;
        background-position: 0 -700px;
        height: 13px;
        width: 27px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -6.5px;
        margin-left: -13.5px;
    }
}

.btn-50lh.check-icon {
    padding: 0 20px 0 53px;
}

.btn-50lh.check-icon:before {
    content: "";
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s60eedbdb85.png');
    background-position: 0 -437px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 17px;
    width: 23px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8.5px;
    margin-left: -11.5px;
    left: 20px !important;
    margin-left: 0 !important;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .btn-50lh.check-icon:before {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-s6d24e19d3f.png');
        background-size: 122px auto;
        background-position: 0 -432px;
        height: 9px;
        width: 12px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -4.25px;
        margin-left: -5.75px;
    }
}

.btn-50lh.br {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.btn-50lh.plr-small {
    padding-left: 20px;
    padding-right: 20px;
}

.b-product-grid__item-btn .default-text, .product-btn .default-text {
    display: none;
}

.b-product-grid__item-btn .active-text, .product-btn .active-text {
    display: block;
}

.product-in-cart .default-text {
    display: block;
}

.product-in-cart .active-text {
    display: none;
}

.btn-50lh {
    appearance: none;
    -webkit-appearence: none;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "ALSSchlangesans-Black";
    text-transform: uppercase;
    outline: none;
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
    position: relative;
    padding: 0 45px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.btn-50lh.green-btn {
    color: #fff;
    background: #2bbc45;
}

.btn-50lh.green-btn:hover {
    background: #1eaa37;
}

.btn-50lh.red-btn {
    color: #fff;
    background: #ef501f;
}

.btn-50lh.red-btn:hover {
    background: #ce4217;
}

.btn-50lh.pan-icon {
    padding: 0 28px 0 50px;
}

.btn-50lh.pan-icon:before {
    content: "";
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -1065px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 17px;
    width: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8.5px;
    margin-left: -10px;
    left: 20px !important;
    margin-left: 0 !important;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .btn-50lh.pan-icon:before {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-seb9828467b.png');
        background-size: 62px auto;
        background-position: 0 -1051px;
        height: 17px;
        width: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -8.5px;
        margin-left: -10px;
    }
}

.btn-50lh.key-icon {
    padding: 0 45px 0 65px;
}

.btn-50lh.key-icon:before {
    content: "";
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -685px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 13px;
    width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -6.5px;
    margin-left: -13.5px;
    left: 20px !important;
    margin-left: 0 !important;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .btn-50lh.key-icon:before {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-seb9828467b.png');
        background-size: 62px auto;
        background-position: 0 -672px;
        height: 13px;
        width: 27px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -6.5px;
        margin-left: -13.5px;
    }
}

.btn-50lh.check-icon {
    padding: 0 53px 0 53px;
}

.btn-50lh.check-icon:before {
    content: "";
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -409px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 17px;
    width: 23px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8.5px;
    margin-left: -11.5px;
    left: 20px !important;
    margin-left: 0 !important;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .btn-50lh.check-icon:before {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-seb9828467b.png');
        background-size: 62px auto;
        background-position: 0 -404px;
        height: 9px;
        width: 12px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -4.25px;
        margin-left: -5.75px;
    }
}

.b-site-wrapper {
    position: relative;
    overflow: hidden;
    min-width: 320px;
}

.b-site-wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 180px;
    background: linear-gradient(to bottom, #d9e1f7, #ffffff);
    background: -webkit-linear-gradient(top, #d9e1f7, #fff);
    background: -moz-linear-gradient(top, #d9e1f7, #fff);
    background: -o-linear-gradient(top, #d9e1f7, #fff);
    background: -ms-linear-gradient(top, #d9e1f7, #fff);
}

/*.b-site-wrapper:after { content: ""; position: absolute; left: 0; bottom: 0; z-index: 10; width: 100%; height: 280px; background: linear-gradient(to top, #d9e1f7 0%, #d5e1f7 50%, #ffffff 100%); background: -webkit-linear-gradient(bottom, #d9e1f7 0%, #d5e1f7 50%, #fff 100%); background: -moz-linear-gradient(bottom, #d9e1f7 0%, #d5e1f7 50%, #fff 100%); background: -o-linear-gradient(bottom, #d9e1f7 0%, #d5e1f7 50%, #fff 100%); background: -ms-linear-gradient(bottom, #d9e1f7 0%, #d5e1f7 50%, #fff 100%); }*/
/*body:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    z-index: 10;*/
/*    width: 100%;*/
/*    height: 280px;*/
/*    background: linear-gradient(to top, #d9e1f7 0%, #d5e1f7 50%, #ffffff 100%);*/
/*    background: -webkit-linear-gradient(bottom, #d9e1f7 0%, #d5e1f7 50%, #fff 100%);*/
/*    background: -moz-linear-gradient(bottom, #d9e1f7 0%, #d5e1f7 50%, #fff 100%);*/
/*    background: -o-linear-gradient(bottom, #d9e1f7 0%, #d5e1f7 50%, #fff 100%);*/
/*    background: -ms-linear-gradient(bottom, #d9e1f7 0%, #d5e1f7 50%, #fff 100%);*/
/*}*/

.b-site-wrapper__content {
    position: relative;
    z-index: 50;
}

.b-content-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
}

.b-site-header__top-wrapper {
    padding: 40px 0 55px;
}

.main-logo {
    width: 89px;
    height: 91px;
    display: inline-block;
    vertical-align: middle;
}

.main-logo img {
    width: 100%;
}

.b-small-cart__popup {
    position: absolute;
    width: 320px;
    top: 100%;
    left: 50%;
    margin-left: -160px;
    z-index: 101;
    padding-top: 15px;
    display: none;
}

.b-small-cart__popup__content {
    border: 1px solid #ececec;
    padding: 20px;
    background: linear-gradient(to top, #f7f6f6 0%, #ffffff 100%);
    background: -webkit-linear-gradient(bottom, #f7f6f6 0%, #fff 100%);
    background: -moz-linear-gradient(bottom, #f7f6f6 0%, #fff 100%);
    background: -o-linear-gradient(bottom, #f7f6f6 0%, #fff 100%);
    background: -ms-linear-gradient(bottom, #f7f6f6 0%, #fff 100%);
    position: relative;
}

.b-small-cart__popup__content:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 8px 14px 8px;
    border-color: transparent transparent #ececec transparent;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: -13px;
}

.b-small-cart__popup__content:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 7px 12px 7px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    left: 50%;
    margin-left: -7px;
    top: -11px;
}

.b-small-cart__popup__content.no-arrow:before, .b-small-cart__popup__content.no-arrow:after {
    display: none;
}

.b-phone__title {
    font-family: "ALSSchlangesans-Bold";
    font-size: 15px;
    letter-spacing: 0.2px;
    margin-bottom: 6px;
}

.b-site-header__phone {
    margin-left: 55px;
    margin-top: 8px;
    width: 290px;
}

.b-phone__number {
    margin-bottom: 5px;
}

.phone__number-link {
    font-size: 30px;
    display: inline-block;
    font-family: "ALSSchlangesans-Light";
    position: relative;
    padding-left: 35px;
    letter-spacing: 0.3px;
    margin-right: 20px;
}

.phone__number-link:hover {
    text-decoration: none;
    color: inherit;
}

.phone__number-link:before {
    content: "";
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -763px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 18px;
    width: 17px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -8.5px;
    left: 5px !important;
    margin-left: 0 !important;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .phone__number-link:before {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-seb9828467b.png');
        background-size: 62px auto;
        background-position: 0 -750px;
        height: 18px;
        width: 17px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -9px;
        margin-left: -8.5px;
    }
}

.phone__number-link .bold {
    font-family: "ALSSchlangesans-Bold";
}

.b-phone__working-hours {
    font-size: 12px;
    font-family: "Ubuntu-Regular";
}

.b-phone__working-hours .working-hours__item {
    margin-right: 30px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.b-phone__working-hours .working-hours__item:before {
    content: "";
    position: absolute;
    right: -17px;
    top: 50%;
    background: #b1b1ba;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}

.b-phone__working-hours .working-hours__item:last-child {
    margin-right: 0;
}

.b-phone__working-hours .working-hours__item:last-child:before {
    display: none;
}

.b-site-header__login-soc {
    margin: 38px 0 0 20px;
}

.b-soc {
    display: inline-block;
    vertical-align: middle;
}

.b-soc.wh30 .b-soc__item {
    width: auto;
    height: auto;
    border-radius: 6px;
    overflow: hidden;
    background: #000;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.b-soc.wh30 .b-soc__item:hover {
    border-radius: 50%;
    box-shadow: 0px 0px 2px 0px #ccc;
}

.b-soc.wh30 .b-soc__item .b-soc__link.soc-icon1 {
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -1515px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 30px;
    width: 30px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .b-soc.wh30 .b-soc__item .b-soc__link.soc-icon1 {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-seb9828467b.png');
        background-size: 62px auto;
        background-position: 0 -1501px;
        height: 30px;
        width: 30px;
    }
}

.b-soc.wh30 .b-soc__item .b-soc__link.soc-icon2 {
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -1550px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 30px;
    width: 30px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .b-soc.wh30 .b-soc__item .b-soc__link.soc-icon2 {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-seb9828467b.png');
        background-size: 62px auto;
        background-position: 0 -1536px;
        height: 30px;
        width: 30px;
    }
}

.b-soc.wh30 .b-soc__item .b-soc__link.soc-icon3 {
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -1585px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 30px;
    width: 30px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .b-soc.wh30 .b-soc__item .b-soc__link.soc-icon3 {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-seb9828467b.png');
        background-size: 62px auto;
        background-position: 0 -1571px;
        height: 30px;
        width: 30px;
    }
}

.b-soc.wh30 .b-soc__item .b-soc__link.soc-icon4 {
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -1620px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 30px;
    width: 30px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .b-soc.wh30 .b-soc__item .b-soc__link.soc-icon4 {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-seb9828467b.png');
        background-size: 62px auto;
        background-position: 0 -1606px;
        height: 30px;
        width: 30px;
    }
}

.b-soc.wh30 .b-soc__item .b-soc__link.soc-icon5 {
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -1655px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 30px;
    width: 30px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .b-soc.wh30 .b-soc__item .b-soc__link.soc-icon5 {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-seb9828467b.png');
        background-size: 62px auto;
        background-position: 0 -1641px;
        height: 30px;
        width: 30px;
    }
}

.b-soc.wh30 .b-soc__item .b-soc__link.soc-icon6 {
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -1690px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 30px;
    width: 30px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .b-soc.wh30 .b-soc__item .b-soc__link.soc-icon6 {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-seb9828467b.png');
        background-size: 62px auto;
        background-position: 0 -1676px;
        height: 30px;
        width: 30px;
    }
}

.b-soc.wh45 {
    text-align: center;
}

.b-soc.wh45 .b-soc__item {
    width: auto;
    height: auto;
    border-radius: 6px;
    overflow: hidden;
    background: #000;
    margin: 5px;
    float: none;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.b-soc.wh45 .b-soc__item:hover {
    border-radius: 50%;
    box-shadow: 0px 0px 2px 0px #ccc;
}

.b-soc.wh45 .b-soc__link.soc-icon1 {
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -1725px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 45px;
    width: 45px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .b-soc.wh45 .b-soc__link.soc-icon1 {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-seb9828467b.png');
        background-size: 62px auto;
        background-position: 0 -1711px;
        height: 45px;
        width: 45px;
    }
}

.b-soc.wh45 .b-soc__link.soc-icon2 {
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -1775px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 45px;
    width: 45px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .b-soc.wh45 .b-soc__link.soc-icon2 {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-seb9828467b.png');
        background-size: 62px auto;
        background-position: 0 -1761px;
        height: 45px;
        width: 45px;
    }
}

.b-soc.wh45 .b-soc__link.soc-icon3 {
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -1825px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 45px;
    width: 45px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .b-soc.wh45 .b-soc__link.soc-icon3 {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-seb9828467b.png');
        background-size: 62px auto;
        background-position: 0 -1811px;
        height: 45px;
        width: 45px;
    }
}

.b-soc.wh45 .b-soc__link.soc-icon4 {
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -1875px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 45px;
    width: 45px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .b-soc.wh45 .b-soc__link.soc-icon4 {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-seb9828467b.png');
        background-size: 62px auto;
        background-position: 0 -1861px;
        height: 45px;
        width: 45px;
    }
}

.b-soc.wh45 .b-soc__link.soc-icon5 {
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -1925px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 45px;
    width: 45px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .b-soc.wh45 .b-soc__link.soc-icon5 {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-seb9828467b.png');
        background-size: 62px auto;
        background-position: 0 -1911px;
        height: 45px;
        width: 45px;
    }
}

.b-soc.wh45 .b-soc__link.soc-icon6 {
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -1975px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 45px;
    width: 45px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .b-soc.wh45 .b-soc__link.soc-icon6 {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-seb9828467b.png');
        background-size: 62px auto;
        background-position: 0 -1960px;
        height: 45px;
        width: 45px;
    }
}

.b-soc__item {
    width: 20px;
    height: 20px;
    float: left;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    margin-right: 10px;
}

.b-soc__item:last-child {
    margin-right: 0;
}

.b-soc__item img {
    max-width: 100%;
    max-height: 100%;
}

.b-soc__link {
    display: block;
}

.b-login-soc__title {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-family: "Ubuntu-Regular";
    margin-right: 10px;
}

.login-btn {
    background: #fff;
    padding: 7px 20px 9px 40px;
    font-size: 12px;
    font-family: "Ubuntu-Regular";
    border-radius: 5px;
    position: relative;
}

.login-btn:before {
    content: "";
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -251px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 10px;
    width: 11px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -5.5px;
    left: 20px !important;
    margin-left: 0 !important;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .login-btn:before {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-seb9828467b.png');
        background-size: 62px auto;
        background-position: 0 -251px;
        height: 5px;
        width: 6px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -2.5px;
        margin-left: -2.75px;
    }
}

.login-btn__item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    position: relative;
    border-bottom: 1px dotted #000;
}

.login-btn__item:before {
    content: "/";
    position: absolute;
    right: -12px;
    top: 0;
}

.login-btn__item:last-child {
    margin-right: 0;
}

.login-btn__item:last-child:before {
    display: none;
}

.login-btn__item:hover {
    border-bottom: 1px solid transparent;
}

.b-site-header__login {
    margin: 34px 0 0 20px;
}

.b-site-header__login.logged {
    margin: 33px 0 0 30px;
}

.b-site-header__mobile-time {
    display: none;
}

.b-site-header__mobile-call {
    display: none;
}

.b-header-logged__name {
    margin-left: 35px;
    color: #0057ff;
    line-height: 1em;
    border-bottom: 1px dotted #0057ff;
    position: relative;
    margin-right: 20px;
}

.b-header-logged__name:before {
    content: "";
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -251px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 10px;
    width: 11px;
    top: 50%;
    margin-top: -5px;
    left: -20px;
    position: absolute;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .b-header-logged__name:before {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-seb9828467b.png');
        background-size: 62px auto;
        background-position: 0 -251px;
        height: 5px;
        width: 6px;
    }
}

.b-site-header__login__balance__value {
    font-family: "Ubuntu-Bold";
}

.b-site-header__login__balance {
    font-size: 14px;
}

.b-site-header__mobile-menu {
    display: none;
    line-height: 90px;
}

.b-site-header__mobile-menu__btn {
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    border-radius: 5px;
    background: #37BF4F;
    padding: 1px 5px;
    cursor: pointer;
}

.b-site-header__mobile-menu__btn .icon-line {
    display: block;
    background: #fff;
    height: 2px;
    width: 100%;
    margin: 5px 0px;
}

.b-header-logged {
    background: #fff;
    border-radius: 5px;
    line-height: 37px;
    padding: 0 20px;
}

.b-small-cart {
    position: relative;
}

.b-small-cart:hover .b-small-cart__popup {
    display: block;
}

.b-small-cart__default {
    position: relative;
    cursor: pointer;
    line-height: 35px;
    padding-left: 40px;
    padding-right: 25px;
}

.b-small-cart__default:before {
    content: "";
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -382px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 22px;
    width: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -11px;
    margin-left: -12px;
    left: 5px !important;
    margin-left: 0 !important;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .b-small-cart__default:before {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-seb9828467b.png');
        background-size: 62px auto;
        background-position: 0 -377px;
        height: 22px;
        width: 24px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -11px;
        margin-left: -12px;
    }
}

.b-small-cart__default:after {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -2px;
}

.b-small-cart__value {
    font-size: 14px;
    font-family: "Ubuntu-Regular";
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
}

.b-small-cart__price {
    font-size: 20px;
    font-family: "ALSSchlangesans-Black";
    display: inline-block;
    vertical-align: middle;
}

.b-site-header__cart {
    margin: 33px 0 0px 10px;
}

.b-site-header__cart .b-small-cart {
    margin-right: 15px;
}

.b-main-nav {
    display: table;
    width: 100%;
    text-align: center;
    border: 1px solid #ececec;
    border-radius: 5px 5px 0 0;
    position: relative;
    top: 1px;
}

.b-main-nav.mobile {
    display: block;
}

.b-main-nav__item {
    display: table-cell;
    vertical-align: middle;
}

.b-main-nav__item .b-main-nav__link {
    background: linear-gradient(to top, #f7f6f7, #ffffff);
    background: -webkit-linear-gradient(bottom, #f7f6f7, #fff);
    background: -moz-linear-gradient(bottom, #f7f6f7, #fff);
    background: -o-linear-gradient(bottom, #f7f6f7, #fff);
    background: -ms-linear-gradient(bottom, #f7f6f7, #fff);
}

.b-main-nav__item .b-main-nav__link:before {
    content: "";
    height: 24px;
    width: 1px;
    background: #ececec;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -12px;
}

.b-main-nav__item:last-child .b-main-nav__link:before {
    display: none;
}

.b-main-nav__item.active .b-main-nav__link-bg, .b-main-nav__item:hover .b-main-nav__link-bg {
    opacity: 1;
}

.b-main-nav__item.active .b-main-nav__link, .b-main-nav__item:hover .b-main-nav__link {
    color: #fff;
}

.b-main-nav__item.active .icon.default, .b-main-nav__item:hover .icon.default {
    opacity: 0;
}

.b-main-nav__item.active .icon.active, .b-main-nav__item:hover .icon.active {
    opacity: 1;
}

.b-main-nav__item:first-child .b-main-nav__link-bg, .b-main-nav__item:first-child .b-main-nav__link {
    border-radius: 5px 0 0 0;
}

.b-main-nav__item:last-child .b-main-nav__link-bg, .b-main-nav__item:last-child .b-main-nav__link {
    border-radius: 0 5px 0 0;
}

.b-main-nav__link-bg {
    background: linear-gradient(to bottom, #2ecb4a, #25a03b);
    background: -webkit-linear-gradient(top, #2ecb4a, #25a03b);
    background: -moz-linear-gradient(top, #2ecb4a, #25a03b);
    background: -o-linear-gradient(top, #2ecb4a, #25a03b);
    background: -ms-linear-gradient(top, #2ecb4a, #25a03b);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.b-main-nav__link {
    display: block;
    line-height: 55px;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.b-main-nav__link-content {
    position: relative;
    padding-left: 45px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-family: "Ubuntu-Regular";
    z-index: 10;
}

.b-main-nav__link-content .icon {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    left: 0 !important;
    margin-left: 0 !important;
}

.b-main-nav__link-content .icon.default {
    opacity: 1;
}

.b-main-nav__link-content .icon.active {
    opacity: 0;
}

.b-main-nav__link-content .icon.contacts.default {
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -554px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 23px;
    width: 17px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -11.5px;
    margin-left: -8.5px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .b-main-nav__link-content .icon.contacts.default {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-seb9828467b.png');
        background-size: 62px auto;
        background-position: 0 -541px;
        height: 23px;
        width: 17px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -11.5px;
        margin-left: -8.5px;
    }
}

.b-main-nav__link-content .icon.contacts.active {
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -526px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 23px;
    width: 17px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -11.5px;
    margin-left: -8.5px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .b-main-nav__link-content .icon.contacts.active {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-seb9828467b.png');
        background-size: 62px auto;
        background-position: 0 -513px;
        height: 23px;
        width: 17px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -11.5px;
        margin-left: -8.5px;
    }
}

.b-main-nav__link-content .icon.reviews.default {
    background-image: url('/bitrix/templates/domoed/css/../img/icons/review-green.svg'); /*background-position: 0 -554px;*/
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 28px;
    width: 39px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13.5px;
    margin-left: -8.5px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .b-main-nav__link-content .icon.reviews.default {
        background-image: url('/bitrix/templates/domoed/css/../img/icons/review-green.svg'); /*background-size: 62px auto;*/ /*background-position: 0 -541px;*/
        height: 28px;
        width: 39px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -13.5px;
        margin-left: -8.5px;
    }
}

.b-main-nav__link-content .icon.reviews.active {
    background-image: url('/bitrix/templates/domoed/css/../img/icons/review-white.svg'); /*background-position: 0 -526px;*/
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 28px;
    width: 39px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13.5px;
    margin-left: -8.5px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .b-main-nav__link-content .icon.reviews.active {
        background-image: url('/bitrix/templates/domoed/css/../img/icons/review-white.svg');
        background-size: 62px auto;
        background-position: 0 -513px;
        height: 23px;
        width: 17px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -11.5px;
        margin-left: -8.5px;
    }
}

.b-main-nav__link-content .icon.menu.default {
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -733px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 28px;
    width: 39px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13.5px;
    margin-left: -16px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .b-main-nav__link-content .icon.menu.default {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-seb9828467b.png');
        background-size: 62px auto;
        background-position: 0 -720px;
        height: 25px;
        width: 32px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -12.5px;
        margin-left: -16px;
    }
}

.b-main-nav__link-content .icon.menu.active {
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -703px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 25px;
    width: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12.5px;
    margin-left: -16px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .b-main-nav__link-content .icon.menu.active {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-seb9828467b.png');
        background-size: 62px auto;
        background-position: 0 -690px;
        height: 25px;
        width: 32px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -12.5px;
        margin-left: -16px;
    }
}

.b-main-nav__link-content .icon.sale.default {
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -830px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 19px;
    width: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9.5px;
    margin-left: -9px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .b-main-nav__link-content .icon.sale.default {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-seb9828467b.png');
        background-size: 62px auto;
        background-position: 0 -817px;
        height: 19px;
        width: 18px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -9.5px;
        margin-left: -9px;
    }
}

.b-main-nav__link-content .icon.sale.active {
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -806px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 19px;
    width: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9.5px;
    margin-left: -9px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .b-main-nav__link-content .icon.sale.active {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-seb9828467b.png');
        background-size: 62px auto;
        background-position: 0 -793px;
        height: 19px;
        width: 18px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -9.5px;
        margin-left: -9px;
    }
}

.b-main-nav__link-content .icon.delivery.default {
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -619px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 15px;
    width: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7.5px;
    margin-left: -11px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .b-main-nav__link-content .icon.delivery.default {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-seb9828467b.png');
        background-size: 62px auto;
        background-position: 0 -606px;
        height: 15px;
        width: 22px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -7.5px;
        margin-left: -11px;
    }
}

.b-main-nav__link-content .icon.delivery.active {
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -599px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 15px;
    width: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7.5px;
    margin-left: -11px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .b-main-nav__link-content .icon.delivery.active {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-seb9828467b.png');
        background-size: 62px auto;
        background-position: 0 -586px;
        height: 15px;
        width: 22px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -7.5px;
        margin-left: -11px;
    }
}

.b-main-nav__link-content .icon.arrow {
    position: absolute;
    top: 50%;
    left: auto !important;
    right: 0px;
    margin-top: -3px;
}

.b-main-nav__link-content .icon.arrow.default {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
}

.b-main-nav__link-content .icon.arrow.active {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
}

.b-main-nav__link-content.no-icon {
    padding-left: 0;
}

.b-dropdown-menu {
    position: relative;
}

.b-dropdown-menu .b-main-nav__link-content {
    padding-left: 0px;
    padding-right: 20px;
}

.b-dropdown-menu__list {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    z-index: 101;
}

.b-dropdown-menu__list__link__preview {
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin-right: 20px;
    border-radius: 10px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.b-dropdown-menu__list__link__preview img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.b-dropdown-menu__list__link__text {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    margin: 10px 0;
}

.b-dropdown-menu__list__link {
    display: block;
    padding: 10px 20px;
    text-align: left;
    color: #fff;
    background: #25a03b;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.b-dropdown-menu__list__link:hover {
    background: #1d9332;
    text-decoration: none;
    color: white;
}

.b-dropdown-menu__list__link.no-name .b-dropdown-menu__list__link__preview {
    height: auto;
    margin-right: 0;
    width: 140px;
}

.b-main-slider {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.b-main-slider .owl-prev { /*background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png'); background-position: 0 -1445px; background-repeat: no-repeat; overflow: hidden; display: inline-block; height: 30px; width: 16px;*/
    position: absolute;
    left: 75px;
    top: 50%;
    margin-top: -15px;
    font-size: 0;
    width: 64px;
    height: 64px;
}

.b-main-slider .owl-prev:after {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    position: absolute;
    left: 22px;
    top: 16px;
}

/*@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) { .b-main-slider .owl-prev { background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-seb9828467b.png'); background-size: 62px auto; background-position: 0 -1431px; height: 30px; width: 16px; } }*/
.b-main-slider .owl-next { /*background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png'); background-position: 0 -1480px; background-repeat: no-repeat; overflow: hidden; display: inline-block; height: 30px; width: 16px;*/
    position: absolute;
    right: 75px;
    top: 50%;
    margin-top: -15px;
    font-size: 0;
    width: 64px;
    height: 64px;
}

.b-main-slider .owl-next:after {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    position: absolute;
    right: 22px;
    top: 16px;
}

/*@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) { .b-main-slider .owl-next { background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-seb9828467b.png'); background-size: 62px auto; background-position: 0 -1466px; height: 30px; width: 16px; } }*/
.b-main-slider .owl-dots {
    position: absolute;
    width: 100%;
    bottom: -30px;
    text-align: center;
}

.b-main-slider .owl-dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    border-radius: 50%;
    background: #d5c7cc;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.b-main-slider .owl-dot.active {
    background: #231a1c;
}

.b-main-slider-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.b-menu-grid__item {
    float: left;
    position: relative;
    overflow: hidden;
}

.b-menu-grid__item.square {
    height: 360px;
    width: 27%;
    margin-right: 2%;
}

.b-menu-grid__item img {
    min-width: 100%;
    min-height: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.b-menu-grid__item:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.b-menu-grid__more-section {
    overflow: hidden;
}

.b-menu-grid__more-section__top {
    margin-bottom: 20px;
}

.b-menu-grid__more-section__top .b-menu-grid__item {
    width: 52%;
    margin-right: 2.5%;
    height: 170px;
}

.b-menu-grid__more-section__top .b-menu-grid__item:last-child {
    width: 45.5%;
    margin-right: 0;
}

.b-menu-grid__more-section__bottom .b-menu-grid__item {
    width: 31.33%;
    margin-right: 3%;
    height: 170px;
}

.b-menu-grid__more-section__bottom .b-menu-grid__item:nth-child(3n+3) {
    margin-right: 0;
}

.b-menu-grid__more-section__bottom .b-menu-grid__item:nth-child(n+4) {
    margin-top: 3%;
}

.b-menu-grid {
    padding-bottom: 40px;
}

.b-menu-grid__item-name {
    font-size: 18px;
    font-family: "ALSSchlangesans-Black";
    color: #fff;
    position: absolute;
    bottom: 10px;
    right: 20px;
    text-transform: uppercase;
    z-index: 30;
}

.b-menu-grid__item-preview {
    position: relative;
    z-index: 10;
    font-size: 0;
    letter-spacing: 0;
    line-height: 0;
}

.b-menu-grid-wrapper {
    margin-bottom: 60px;
}

.b-seo__item-previe {
    float: left;
    margin-right: 30px;
    max-width: 250px;
}

.b-seo__item-previe img {
    width: 100%;
}

.b-seo__item-descr {
    overflow: hidden;
    font-size: 12px;
    font-family: "Ubuntu-Light";
    padding-top: 6px;
    letter-spacing: 0.33px;
    line-height: 1.2em;
}

.b-seo-wrapper {
    margin-bottom: 60px;
}

/*.b-site-footer { padding: 27px 0; background: #000; color: #fff; }*/
.b-site-footer {
    padding: 27px 0;
    background: #000;
    color: #fff;
    /*position: absolute;*/
    /*left: 0;*/
    /*bottom: 0;*/
    width: 100%;
    /*z-index: 50;*/
}

.b-site-main {
    padding-bottom: 150px;
}

.b-site-footer__copy {
    font-size: 12px;
    font-family: "Ubuntu-Regular";
    display: inline-block;
    /*margin-top: 26px;*/
}

.b-site-footer_vk {
    margin-top: 20px;
}

.b-site-footer_vk > * {
    display: inline-block;
    vertical-align: middle;
}

.b-site-footer_vk img {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.b-site-footer_vk > span {
    margin-right: 10px;
}

.b-site-footer__nav {
    width: 230px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 10px 20px;
    margin-left: 60px;
    font-size: 12px;
    font-family: "Ubuntu-Regular";
}

.b-site-footer__nav-item {
    float: left;
    width: 60%;
    padding-right: 20px;
    margin-bottom: 2px;
}

.b-site-footer__nav-item:nth-child(2n+2) {
    width: 40%;
    padding-right: 0;
}

.b-site-footer__nav-link {
    display: inline-block;
    text-decoration: underline;
}

.b-site-footer__nav-link:hover {
    text-decoration: none;
}

.b-site-footer__phone {
    margin-left: 87px;
    margin-top: 2px;
    text-align: center;
}

.b-site-footer__soc {
    margin-top: 20px;
}

.b-main-content-wrapper {
    padding: 60px 0;
}

.b-sidebar {
    width: 195px;
    float: left;
    margin-right: 60px;
    position: relative;
}

.b-main-content {
    overflow: hidden;
}

.b-main-content.w720 {
    max-width: 720px;
}

.b-sidebar-menu {
    padding: 20px 0;
    border: 1px solid #c4c4c4;
    font-size: 16px;
    font-family: "ALSSchlangesans-Bold";
    margin-bottom: 35px;
}

.b-sidebar-menu__main-link {
    display: block;
    padding: 9px 10px 9px 20px;
    position: relative;
}

.b-sidebar-menu__main-link:before {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid #C4C4C4;
    border-top: 1px solid #C4C4C4;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 15px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=$ m11, M12=$ m12, M21=$ m21, M22=$ m22, sizingMethod='auto expand');
    zoom: 1;
}

.b-sidebar-menu__item {
    border-bottom: 1px solid #f2f2f2;
}

.b-sidebar-menu__item.active .b-sidebar-menu__main-link {
    color: #fff;
    background: linear-gradient(to bottom, #2ecb4a, #25a03b);
    background: -webkit-linear-gradient(top, #2ecb4a, #25a03b);
    background: -moz-linear-gradient(top, #2ecb4a, #25a03b);
    background: -o-linear-gradient(top, #2ecb4a, #25a03b);
    background: -ms-linear-gradient(top, #2ecb4a, #25a03b);
}

.b-sidebar-menu__item.active .b-sidebar-menu__main-link:before {
    display: none;
}

.b-sidebar-menu__item:hover .b-sidebar-menu__main-link {
    color: #fff;
    background: linear-gradient(to bottom, #2ecb4a, #25a03b);
    background: -webkit-linear-gradient(top, #2ecb4a, #25a03b);
    background: -moz-linear-gradient(top, #2ecb4a, #25a03b);
    background: -o-linear-gradient(top, #2ecb4a, #25a03b);
    background: -ms-linear-gradient(top, #2ecb4a, #25a03b);
}

.b-sidebar-menu__item:hover .b-sidebar-menu__main-link:before {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
}

.b-sidebar-menu__item:last-child {
    border-bottom: none;
}

.jq-checkbox.standard-checkbox, .jq-radio.radio-checkbox {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: 2px solid #c6c6c6;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
}

.jq-checkbox.standard-checkbox:before, .jq-radio.radio-checkbox:before {
    content: "";
    position: absolute;
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -35px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 10px;
    width: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -6px;
    z-index: 10;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .jq-checkbox.standard-checkbox:before, .jq-radio.radio-checkbox:before {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-seb9828467b.png');
        background-size: 62px auto;
        background-position: 0 -35px;
        height: 10px;
        width: 12px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -5px;
        margin-left: -6px;
    }
}

.jq-checkbox.standard-checkbox .jq-checkbox__div, .jq-checkbox.standard-checkbox .jq-radio__div, .jq-radio.radio-checkbox .jq-checkbox__div, .jq-radio.radio-checkbox .jq-radio__div {
    background: #dbdbdb;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.jq-checkbox.standard-checkbox.checked .jq-checkbox__div, .jq-checkbox.standard-checkbox.checked .jq-radio__div, .jq-radio.radio-checkbox.checked .jq-checkbox__div, .jq-radio.radio-checkbox.checked .jq-radio__div {
    background: #2bbc45;
}

.b-checkbox-filter__item-text {
    display: inline-block;
    vertical-align: middle;
}

.b-checkbox-filter__item-checkbox {
    margin-right: 15px;
}

.b-checkbox-filter {
    padding: 0 20px 0 20px;
    margin-bottom: 40px;
}

.b-checkbox-filter__item {
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
}

.b-checkbox-filter__item:last-child {
    margin-bottom: 0;
}

.slider-filter.ui-slider {
    height: 10px;
    position: relative;
    background: #ecebeb;
    cursor: pointer;
}

.slider-filter.ui-slider .ui-slider-range {
    left: 0;
    top: 0;
    background: #ff5521;
    height: 100%;
}

.slider-filter.ui-slider .ui-slider-handle {
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -234px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 12px;
    width: 8px;
    position: absolute;
    top: 10px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .slider-filter.ui-slider .ui-slider-handle {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-seb9828467b.png');
        background-size: 62px auto;
        background-position: 0 -234px;
        height: 12px;
        width: 8px;
    }
}

.b-price-filter__item {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0 14px;
    cursor: pointer;
}

.b-price-filter__item:last-child {
    margin-right: 0;
}

.b-price-filter__item:first-child {
    margin-left: 0;
}

.b-price-filter__title {
    margin-bottom: 25px;
    font-size: 16px;
    font-family: "Ubuntu-Bold";
}

.b-price-filter__item__descr {
    font-size: 12px;
}

.b-price-filter__item__radio {
    display: inline-block;
    vertical-align: middle;
}

.b-bread-crumbs {
    margin-bottom: 15px;
}

.bread-crumbs {
    font-size: 12px;
}

.bread-crumbs__item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    position: relative;
}

.bread-crumbs__item:after {
    content: "/";
    position: absolute;
    right: -10px;
    top: 0;
}

.bread-crumbs__item:last-child:after {
    display: none;
}

.bread-crumbs__link {
    text-decoration: underline;
}

.bread-crumbs__link:hover {
    text-decoration: none;
}

.title40fz {
    font-size: 40px;
    font-family: "ALSSchlangesans-Black";
}

.title26fz {
    font-size: 26px;
    font-family: "ALSSchlangesans-Black";
}

.b-main-content__title {
    margin-bottom: 20px;
}

.b-sorting-wrapper {
    margin-bottom: 55px;
}

.b-sorting-standard.mt6 {
    margin: 6px 0;
}

.b-sorting-standard__list__item {
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px dotted #000;
    cursor: pointer;
    margin-right: 25px;
}

.b-sorting-standard__list__item:hover {
    border-bottom: 1px solid transparent;
}

.b-sorting-standard__list__item:last-child {
    margin-right: 0;
}

.b-sorting-standard__list {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}

.b-sorting-standard__title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    font-size: 12px;
}

.b-sorting-select__item {
    display: inline-block;
    margin-right: 5px;
}

.b-sorting-select__item:last-child {
    margin-right: 0;
}

.jq-selectbox.sorting-select {
    width: 160px;
    cursor: pointer;
}

.jq-selectbox.sorting-select .jq-selectbox__select {
    border: 1px solid #c4c4c4;
    line-height: 30px;
    position: relative;
    width: 100%;
    padding: 0 15px;
    font-size: 12px;
    white-space: nowrap;
}

.jq-selectbox.sorting-select .jq-selectbox__select .jq-selectbox__select-text {
    overflow: hidden;
}

.jq-selectbox.sorting-select .jq-selectbox__trigger {
    position: absolute;
    height: 12px;
    width: 6px;
    top: 50%;
    margin-top: -6px;
    right: 10px;
}

.jq-selectbox.sorting-select .jq-selectbox__trigger:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 3px 5px 3px;
    border-color: transparent transparent #666 transparent;
    left: 0;
    top: 0;
}

.jq-selectbox.sorting-select .jq-selectbox__trigger:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 3px 0 3px;
    border-color: #666 transparent transparent transparent;
    left: 0;
    bottom: 0;
}

.jq-selectbox.sorting-select .jq-selectbox__dropdown {
    border: 1px solid #c4c4c4;
    line-height: 30px;
    position: relative;
    width: 100%;
    font-size: 12px;
    z-index: 50;
    background: #fff;
    margin: 1px 0;
}

.jq-selectbox.sorting-select .jq-selectbox__dropdown li {
    padding: 0 15px;
}

.jq-selectbox.sorting-select .jq-selectbox__dropdown li:hover {
    background: #DAE2F7;
}

.b-product-grid__item {
    text-align: center;
    width: 33.33%;
    float: left; /*padding: 0 20px;*/
    margin-bottom: 60px;
    position: relative;
}

.b-product-grid__item:nth-child(3n+3) .addition-product-popup {
    right: 60px;
    background: url(/bitrix/templates/domoed/css/../img/addition-popup-bg2.png) no-repeat center center;
}

.b-product-grid__item-preview {
    height: 250px;
    line-height: 250px;
    margin-bottom: 20px;
    cursor: pointer;
}

.b-product-grid__item-preview img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.b-product-grid__item-name-link {
    font-size: 22px;
    font-family: "ALSSchlangesans-Black";
    display: inline-block;
    line-height: 1.2em;
    cursor: pointer;
}

.b-product-grid__item-name-link:hover {
    text-decoration: underline;
}

.b-product-grid__item-name {
    margin-bottom: 10px; /*min-height:78px;*/
}

.b-product-grid__item-descr {
    font-size: 12px;
    height: 50px;
    border-bottom: 1px solid #ececec;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
}

.b-product-price {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: left;
    padding-left: 30px;
    margin: 0 5px;
    cursor: pointer;
}

.b-product-price__checkbox {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0;
}

.b-product-grid__item-price {
    margin-bottom: 25px;
    min-height: 55px;
}

.b-product-price__title {
    font-size: 12px;
    margin-bottom: 3px;
}

.b-product-price__price {
    font-size: 20px;
    font-family: "ALSSchlangesans-Black";
}

.b-product-price__title-m_text {
    display: inline-block;
    border-bottom: 1px solid transparent;
}

.b-product-price__title-m_text:hover {
    border-bottom: 1px dotted #000;
}

.addition-product-popup__title {
    font-size: 16px;
    font-family: "Ubuntu-Bold";
    margin-bottom: 15px;
}

.addition-product-popup__list {
    text-align: center;
}

.addition-product-popup__counter {
    margin-bottom: 20px;
}

.addition-product-popup__list-item {
    float: left;
    width: 33.33%;
    position: relative;
    margin-bottom: 15px;
    cursor: pointer;
}

.addition-product-popup__list-item__radio {
    position: absolute;
    top: 10px;
    left: 5px;
}

.addition-product-popup__list-item__preview {
    width: 50px;
    height: 40px;
    margin: 0 auto 5px;
    line-height: 40px;
}

.addition-product-popup__list-item__preview img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.addition-product-popup {
    width: 471px;
    height: 419px;
    background: url(/bitrix/templates/domoed/css/../img/addition-popup-bg.png) no-repeat center center;
    padding: 40px 60px 10px 70px;
    position: absolute;
    z-index: 100;
    text-align: left;
    bottom: 20px;
    right: -250px;
    display: none;
}

.addition-product-popup__close {
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -465px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 56px;
    width: 56px;
    position: absolute;
    z-index: 10;
    right: 40px;
    top: 30px;
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .addition-product-popup__close {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-seb9828467b.png');
        background-size: 62px auto;
        background-position: 0 -452px;
        height: 56px;
        width: 56px;
    }
}

.addition-product-popup__close:hover {
    box-shadow: inset 0px 0px 10px 0px #ccc;
}

.b-produce-more-info {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 45px;
    text-align: center;
    z-index: 10;
}

.b-produce-more-info__item {
    width: 41px;
    height: 41px;
    margin-bottom: 10px;
    color: #fff;
    line-height: 41px;
    font-family: "Ubuntu-Bold";
    font-size: 12px;
    text-transform: uppercase;
}

.b-produce-more-info__item.yellow {
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -900px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 41px;
    width: 41px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .b-produce-more-info__item.yellow {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-seb9828467b.png');
        background-size: 62px auto;
        background-position: 0 -887px;
        height: 41px;
        width: 41px;
    }
}

.b-produce-more-info__item.green {
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -639px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 41px;
    width: 41px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .b-produce-more-info__item.green {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-seb9828467b.png');
        background-size: 62px auto;
        background-position: 0 -626px;
        height: 41px;
        width: 41px;
    }
}

.b-produce-more-info__item.blue {
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -312px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 41px;
    width: 41px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .b-produce-more-info__item.blue {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-seb9828467b.png');
        background-size: 62px auto;
        background-position: 0 -307px;
        height: 41px;
        width: 41px;
    }
}

.b-produce-more-info__item.acute {
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -266px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 41px;
    width: 41px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .b-produce-more-info__item.acute {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-seb9828467b.png');
        background-size: 62px auto;
        background-position: 0 -261px;
        height: 41px;
        width: 41px;
    }
}

.b-produce-more-info__item.vegetarian {
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -854px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 41px;
    width: 41px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .b-produce-more-info__item.vegetarian {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-seb9828467b.png');
        background-size: 62px auto;
        background-position: 0 -841px;
        height: 41px;
        width: 41px;
    }
}

.b-produce-more-info__item.percent {
    font-size: 20px;
}

.b-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    text-align: center; /*overflow: auto;*/
    display: none;
}

.b-popup .popup-close {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 30px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=$ m11, M12=$ m12, M21=$ m21, M22=$ m22, sizingMethod='auto expand');
    zoom: 1;
}

.b-popup .popup-close:before {
    content: "";
    width: 24px;
    height: 6px;
    background: #7d7d7d;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    top: 50%;
    margin-top: -3px;
}

.b-popup .popup-close:after {
    content: "";
    width: 6px;
    height: 24px;
    background: #7d7d7d;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 50%;
    margin-left: -3px;
}

.b-popup .popup-close:hover:after, .b-popup .popup-close:hover:before {
    background: #ef501f;
}

.b-popup-overlay {
    position: fixed;
    width: 100%;
    background: rgba(128, 128, 128, 0.9);
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 100;
}

.b-popup-overlay.white {
    background: rgba(255, 255, 255, 0.7);
}

.b-popup-table {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    padding: 100px 5%;
    overflow: auto;
}

.b-popup-td {
    display: block;
    vertical-align: middle;
}

.b-popup-content {
    text-align: left;
    display: inline-block;
    padding: 20px;
    vertical-align: middle;
    background: #fff;
    position: relative;
    z-index: 150;
    max-width: 600px;
}

.b-popup-content.registration {
    max-width: 730px;
    padding: 70px 55px 30px;
}

.b-popup-content__title {
    text-align: center;
    margin-bottom: 40px;
}

.b-popup-product__left {
    width: 50%;
    float: left;
    position: relative;
}

.b-popup-product__right {
    width: 50%;
    float: right;
    position: relative;
    padding-left: 45px;
}

.b-popup-product__right .row_btn_adapter > * {
    margin-bottom: 15px;
}

.b-popup-product__preview {
    margin-top: 35px;
    text-align: center;
}

.b-popup-product__preview img {
    max-width: 100%;
}

.b-popup-product__left-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
}

.b-popup-product__left-icon img {
    max-width: 100%;
}

.b-popup-product__title {
    font-family: "Ubuntu-Bold";
    font-size: 30px;
    margin-bottom: 25px;
}

.b-popup-product__title:hover {
    text-decoration: underline;
}

.b-popup-product__descr {
    font-size: 14px;
    font-family: "Ubuntu-Regular";
    margin-bottom: 55px;
}

.b-popup-content__title {
    text-align: center;
    margin-bottom: 40px;
}

.b-popup-content.product {
    /*max-width: 100%;*/
    max-width: 940px;
    padding: 80px 50px;
}

.mb45 {
    margin-bottom: 45px;
}

.mt6 {
    margin-top: 6px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb45 {
    margin-bottom: 45px;
}

.mb50 {
    margin-bottom: 50px;
}

.registration-form-input {
    border: 1px solid #c4c4c4;
    height: 50px;
    padding: 0 20px 0 15px;
    font-family: "Ubuntu-Regular";
    font-size: 14px;
    color: #666;
    width: 100%;
}

.registration-form-input::-webkit-input-placeholder {
    color: #666 !important;
    opacity: 1 !important;
}

.registration-form-input::-moz-placeholder {
    color: #666 !important;
    opacity: 1 !important;
}

.registration-form-input:-moz-placeholder {
    color: #666 !important;
    opacity: 1 !important;
}

.registration-form-input:-ms-input-placeholder {
    color: #666 !important;
    opacity: 1 !important;
}

.registration-form-textarea {
    border: 1px solid #c4c4c4;
    height: 50px;
    padding: 15px 20px 15px 15px;
    font-family: "Ubuntu-Regular";
    font-size: 14px;
    color: #666;
    width: 100%;
    resize: vertical;
}

.registration-form-textarea::-webkit-input-placeholder {
    color: #666 !important;
    opacity: 1 !important;
}

.registration-form-textarea::-moz-placeholder {
    color: #666 !important;
    opacity: 1 !important;
}

.registration-form-textarea:-moz-placeholder {
    color: #666 !important;
    opacity: 1 !important;
}

.registration-form-textarea:-ms-input-placeholder {
    color: #666 !important;
    opacity: 1 !important;
}

.b-registration-form__input {
    position: relative;
}

.b-registration-form__input.must:before {
    content: "*";
    position: absolute;
    top: 15px;
    right: 10px;
    z-index: 10;
    color: #ff1a21;
}

.b-registration-form__item-line {
    margin-bottom: 14px;
}

.b-registration-form__item-line.count-elem4 .b-registration-form__input {
    float: left;
    width: 22.75%;
    margin-right: 3%;
}

.b-registration-form__item-line.count-elem4 .b-registration-form__input:last-child {
    margin-right: 0;
}

.b-registration-form__item-line.count-elem3 .b-registration-form__input {
    float: left;
    width: 31.33%;
    margin-right: 3%;
}

.b-registration-form__item-line.count-elem3 .b-registration-form__input:last-child {
    margin-right: 0;
}

.b-registration-form__item-line.add-adress {
    text-align: right;
    font-size: 12px;
}

.b-registration-form__item-line.add-adress a {
    border-bottom: 1px solid #000;
    display: inline-block;
    vertical-align: middle;
}

.b-registration-form__item-line.add-adress a:hover {
    border-bottom: 1px solid transparent;
}

.b-registration-form__item-line.add-bank-card {
    font-family: "Ubuntu-Bold";
}

.b-registration-form__item-line.add-bank-card a {
    border-bottom: 1px solid #000;
    display: inline-block;
    vertical-align: middle;
}

.b-registration-form__item-line.add-bank-card a:hover {
    border-bottom: 1px solid transparent;
}

.b-registration-form.popup-form {
    max-width: 390px;
    margin: 0 auto 30px;
}

.b-registration-form.popup-form .b-registration-form__item-line.submit {
    text-align: center;
    padding-top: 20px;
}

.b-registration-popup__seo {
    font-size: 10px;
}

.b-popup__soc-login__title {
    font-family: "Ubuntu-Bold";
    font-size: 18px;
    margin-bottom: 15px;
    text-align: center;
}

.b-popup__soc-login {
    text-align: center;
    margin-bottom: 35px;
}

.b-popup__more-link {
    font-size: 21px;
    text-align: center;
}

.b-popup__more-link a {
    display: inline-block;
    border-bottom: 1px dotted #000;
}

.b-popup__more-link a:hover {
    border-bottom: 1px solid transparent;
}

.b-private-office {
    padding-top: 20px;
}

.b-personal-data {
    background: #f7f7ff;
    padding: 20px 30px;
    margin-bottom: 15px;
}

.b-personal-data.mb45 {
    margin-bottom: 45px;
}

.b-personal-data-wrapper {
    max-width: 810px;
    margin-bottom: 40px;
    position: relative;
}

.b-personal-data__title {
    font-family: "Ubuntu-Bold";
    margin-bottom: 25px;
    margin-right: 35px;
}

.standard-input-wrap__name {
    margin-bottom: 8px;
}

.b-personal-data__add-adress {
    text-align: right;
}

.b-personal-data__add-adress a {
    font-size: 12px;
    display: inline-block;
    border-bottom: 1px dotted #000;
}

.b-personal-data__add-adress a:hover {
    border-bottom: 1px solid transparent;
}

.b-personal-data__line-wrap {
    margin-bottom: 25px;
}

.b-personal-data__line-wrap .standard-input-wrap:last-child {
    margin-right: 0 !important;
}

.b-personal-data__line-wrap.count-elem3 .standard-input-wrap {
    width: 32%;
    float: left;
    margin-right: 2%;
}

.b-personal-data__line-wrap.count-elem4 .standard-input-wrap {
    width: 24%;
    float: left;
    margin-right: 1.33%;
}

.b-change-password {
    margin-bottom: 55px;
}

.b-change-password__title {
    padding-bottom: 30px;
    font-size: 14px;
    font-family: "Ubuntu-Bold";
}

.b-change-password__line-wrap .standard-input-wrap {
    width: 31%;
    margin-right: 3%;
    float: left;
}

.b-change-password__line-wrap .standard-input-wrap:last-child {
    margin-right: 0;
}

.standard-input-wrap .error-text {
    display: none;
    color: #ff1a21;
    font-size: 12px;
    margin: 5px 0 0 5px;
}

.standard-input-wrap.error .error-text {
    display: block;
}

.standard-input-wrap.error input {
    border: 1px solid #ff1a21;
}

.b-bank-card {
    width: 600px;
}

.b-bank-card.pl0 {
    padding-left: 0;
    width: 570px;
}

.b-bank-card__title {
    margin-bottom: 35px;
    font-size: 14px;
    font-family: "Ubuntu-Bold";
}

.b-bank-card__front-card {
    width: 460px;
    background: #5d86f7;
    border-radius: 5px;
    padding: 55px 20px 20px;
    position: relative;
    z-index: 20;
}

.b-bank-card__front-card__input-name {
    font-size: 14px;
    margin-bottom: 5px;
    font-family: "Ubuntu-Bold";
    color: #fff;
    text-transform: uppercase;
}

.b-card-number__input-wrap {
    background: #fff;
    border-radius: 2px;
    padding: 0 10px;
}

.b-card-number__input {
    font-size: 20px;
    font-family: "Ubuntu-Regular";
    color: #000;
    width: 50px;
    text-align: center;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
}

.b-card-number__input::-webkit-input-placeholder {
    color: #000 !important;
    opacity: 1 !important;
}

.b-card-number__input::-moz-placeholder {
    color: #000 !important;
    opacity: 1 !important;
}

.b-card-number__input:-moz-placeholder {
    color: #000 !important;
    opacity: 1 !important;
}

.b-card-number__input:-ms-input-placeholder {
    color: #000 !important;
    opacity: 1 !important;
}

.b-card-number__sep {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 30px;
    text-align: center;
}

.b-card-number__sep:after {
    content: "";
    width: 10px;
    height: 4px;
    background: #dbdbdb;
    display: inline-block;
    vertical-align: middle;
}

.b-bank-card__front-card__input-line {
    margin-bottom: 10px;
}

.b-bank-card__front-card__input-line:last-child {
    margin-bottom: 0;
}

.b-bank-card__front-card__input-line.count-elem2 .b-bank-card__front-card__input-item {
    width: 48%;
    margin-right: 4%;
    float: left;
}

.b-bank-card__front-card__input-line.count-elem2 .b-bank-card__front-card__input-item:last-child {
    margin-right: 0;
}

.b-bank-card__cards {
    position: relative;
    margin-bottom: 20px;
}

.b-bank-card__back-card {
    background: url(/bitrix/templates/domoed/css/../img/back-card-bg.png) no-repeat center center;
    background-size: contain;
    width: 447px;
    height: 263px;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 10;
}

.b-bank-card__back-card:hover {
    right: -70px;
}

.b-bank-card__front-card__input {
    width: 100%;
    font-size: 20px;
    font-family: "Ubuntu-Regular";
    color: #000;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 2px;
    padding: 0 10px;
}

.b-bank-card__front-card__input::-webkit-input-placeholder {
    color: #000 !important;
    opacity: 1 !important;
}

.b-bank-card__front-card__input::-moz-placeholder {
    color: #000 !important;
    opacity: 1 !important;
}

.b-bank-card__front-card__input:-moz-placeholder {
    color: #000 !important;
    opacity: 1 !important;
}

.b-bank-card__front-card__input:-ms-input-placeholder {
    color: #000 !important;
    opacity: 1 !important;
}

.b-bank-card__front-card__input-line.validity {
    text-align: right;
}

.b-bank-card__front-card__input-line.validity .b-bank-card__front-card__input-name {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    margin-bottom: 0;
    margin-right: 15px;
}

.b-bank-card__front-card__input-line.validity .b-bank-card__select-wrap {
    display: inline-block;
    vertical-align: middle;
}

.b-sidebar__banner {
    line-height: 0;
    letter-spacing: -1px;
    font-size: 0;
    display: block;
}

.b-sidebar__banner img {
    width: 100%;
}

.b-return-link {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-decoration: underline;
    padding-left: 20px;
}

.b-return-link:hover {
    text-decoration: none;
}

.b-return-link:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -3px;
    width: 8px;
    height: 8px;
    border-top: 3px solid #000;
    border-left: 3px solid #000;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=$ m11, M12=$ m12, M21=$ m21, M22=$ m22, sizingMethod='auto expand');
    zoom: 1;
    left: 1px;
}

.b-thanks-order__descr {
    margin-bottom: 35px;
}

.b-thanks-order__descr p {
    margin-bottom: 15px;
}

.b-thanks-order__descr p:last-child {
    margin-bottom: 0;
}

.b-thanks-order__descr .bold {
    font-family: "Ubuntu-Bold";
}

.b-rating {
    margin-bottom: 20px;
}

.b-rating__item {
    margin-right: 22px;
    float: left;
    cursor: pointer;
}

.b-rating__item .jq-radio__div {
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.b-rating__item:last-child {
    margin-right: 0;
}

.b-rating__item.like {
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -174px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 37px;
    width: 27px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .b-rating__item.like {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-seb9828467b.png');
        background-size: 62px auto;
        background-position: 0 -174px;
        height: 37px;
        width: 27px;
    }
}

.b-rating__item.like .jq-radio__div {
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -946px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 37px;
    width: 27px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .b-rating__item.like .jq-radio__div {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-seb9828467b.png');
        background-size: 62px auto;
        background-position: 0 -933px;
        height: 37px;
        width: 27px;
    }
}

.b-rating__item.dislike {
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -132px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 37px;
    width: 27px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .b-rating__item.dislike {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-seb9828467b.png');
        background-size: 62px auto;
        background-position: 0 -132px;
        height: 37px;
        width: 27px;
    }
}

.b-rating__item.dislike .jq-radio__div {
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -90px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 37px;
    width: 27px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .b-rating__item.dislike .jq-radio__div {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-seb9828467b.png');
        background-size: 62px auto;
        background-position: 0 -90px;
        height: 37px;
        width: 27px;
    }
}

.b-rating__item.checked .jq-radio__div {
    opacity: 1;
}

.b-thanks-order__textarea {
    width: 100%;
    font-size: 12px;
    font-family: "Ubuntu-Regular";
    color: #666;
    padding: 12px;
    resize: vertical;
    height: 240px;
    outline: none;
    border: 1px solid #c4c4c4;
}

.b-thanks-order__textarea-wrap {
    margin-bottom: 25px;
}

.b-thanks-order__buttons .btn-44lh {
    appearance: none;
    -webkit-appearence: none;
    margin: 5px;
}

.b-thanks-order__buttons .btn-44lh:last-child {
    margin-right: 0;
}

.b-catalog__item {
    float: left;
    width: 31.5%;
    margin-right: 2.75%;
    position: relative;
    margin-bottom: 2.75%;
}

.b-catalog__item:nth-child(3n+3) {
    margin-right: 0;
}

.b-catalog__item:hover .b-catalog__item__name {
    border-bottom: 1px solid #fff;
}

.b-catalog__item:hover .arrow-icon {
    left: -15px;
    opacity: 1;
}

.b-catalog__item:hover .b-catalog__item__preview img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.b-catalog__item__size {
    margin-top: 95%;
}

.b-catalog__item__content {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

.b-catalog__item__name {
    position: absolute;
    display: inline-block;
    right: 20px;
    bottom: 20px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "ALSSchlangesans-Black";
    color: #fff;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border-bottom: 1px solid transparent;
}

.b-catalog__item__name .arrow-icon {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: -25px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 0;
}

.b-catalog__item__preview {
    height: 100%;
}

.b-catalog__item__preview img {
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    max-width: 110%;
    max-height: 110%;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.b-contacts__descr {
    margin-bottom: 40px;
}

.b-contacts__descr .fz16 {
    font-size: 16px;
}

.b-contacts__descr p {
    margin-bottom: 25px;
}

.b-contacts__descr p:last-child {
    margin-bottom: 0;
}

.b-contacts .b-main-content__title {
    margin-bottom: 30px;
}

.b-registration-form.contacts-form {
    padding: 35px;
    background: #f7f7ff;
}

.b-registration-form.contacts-form .b-registration-form__title {
    font-size: 18px;
    text-align: center;
    font-family: "Ubuntu-Bold";
    margin-bottom: 30px;
}

.b-registration-form.contacts-form .registration-form-input {
    height: 40px;
    font-size: 12px;
}

.b-registration-form.contacts-form .registration-form-textarea {
    font-size: 12px;
    height: 190px;
}

.b-contacts__left {
    float: left;
    width: 60%;
    padding-right: 30px;
}

.b-contacts__right {
    float: right;
    width: 40%;
    position: absolute;
    top: 0;
    right: 0;
}

.star-cb-group {
    unicode-bidi: bidi-override;
    direction: rtl;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    height: 15px;
}

.star-cb-group > input {
    display: none;
}

.star-cb-group > input + label {
    display: inline-block;
    margin: 0 1px;
    cursor: pointer;
}

.star-cb-group > input + label:before {
    display: inline-block;
    content: "";
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -216px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 13px;
    width: 15px;
}

.star-cb-group > input:checked ~ label:before, .star-cb-group > input + label:hover ~ label:before, .star-cb-group > input + label:hover:before {
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -1047px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 13px;
    width: 15px;
}

.star-cb-group:hover > input + label:before {
    text-shadow: none;
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -216px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 13px;
    width: 15px;
}

.star-cb-group:hover > input + label:hover ~ label:before, .star-cb-group:hover > input + label:hover:before {
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -1047px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 13px;
    width: 15px;
}

.b-sidebar__comment__value {
    font-family: "Ubuntu-Bold";
    font-size: 30px;
    margin-bottom: 5px;
}

.b-sidebar__comment {
    text-align: center;
    background: #000;
    background: #f5f5f5;
    margin-bottom: 20px;
    padding: 45px 25px 40px;
}

.b-sidebar__comment__descr {
    font-size: 12px;
}

.b-sidebar__comment__top {
    padding-bottom: 25px;
    border-bottom: 1px solid #000;
    position: relative;
}

.b-sidebar__comment__top:before {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
    left: 50%;
    margin-left: -4px;
    bottom: -6px;
    position: absolute;
}

.b-sidebar__comment__top:after {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #fff transparent transparent transparent;
    left: 50%;
    margin-left: -3px;
    bottom: -4px;
    position: absolute;
}

.b-sidebar__comment__bottom {
    padding-top: 25px;
    margin-bottom: 25px;
}

.b-sidebar__comment__rating {
    margin-bottom: 5px;
}

.domo-money {
    position: relative; /*margin-left: 2px;*/
}

.domo-money:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 50%;
    height: 2px;
    margin-top: -1px;
    background: #000;
}

.b-counter {
    position: relative;
    padding-right: 20px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    padding: 0 28px;
}

.b-counter.h38 {
    padding: 0 38px;
    width: 140px;
}

.b-counter.h38 .b-counter__plus, .b-counter.h38 .b-counter__minus {
    width: 38px;
}

.b-counter.h38 .b-counter__input {
    height: 38px;
}

.b-counter__input {
    width: 100%;
    border: 1px solid #ccc;
    font-size: 18px;
    font-family: "Ubuntu-Light";
    text-align: center;
    height: 28px;
}

.b-counter__input::-webkit-input-placeholder {
    color: #000 !important;
    opacity: 1 !important;
}

.b-counter__input::-moz-placeholder {
    color: #000 !important;
    opacity: 1 !important;
}

.b-counter__input:-moz-placeholder {
    color: #000 !important;
    opacity: 1 !important;
}

.b-counter__input:-ms-input-placeholder {
    color: #000 !important;
    opacity: 1 !important;
}

.b-counter__plus {
    width: 28px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background: #0fbc2e;
}

.b-counter__plus:before {
    content: "";
    background: #fff;
    width: 12px;
    height: 2px;
    left: 50%;
    top: 50%;
    margin-top: -1px;
    margin-left: -6px;
    position: absolute;
}

.b-counter__plus:after {
    content: "";
    background: #fff;
    width: 2px;
    height: 12px;
    top: 50%;
    left: 50%;
    margin-left: -1px;
    margin-top: -6px;
    position: absolute;
}

.b-counter__minus {
    width: 28px;
    height: 100%;
    background: #c6c6c6;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.b-counter__minus:before {
    content: "";
    background: #fff;
    width: 12px;
    height: 2px;
    left: 50%;
    top: 50%;
    margin-top: -1px;
    margin-left: -6px;
    position: absolute;
}

.b-cart-table {
    display: table;
    width: 100%;
    margin-bottom: 40px;
}

.b-cart-table__tr {
    display: table-row;
}

.b-cart-table__tr.header {
    font-size: 12px;
}

.b-cart-table__td {
    display: table-cell;
    padding: 10px 0;
    border-bottom: 1px solid #ececec;
    vertical-align: middle;
}

.b-cart-table__td.delete {
    padding: 10px 50px 10px 30px;
}

.b-cart-table__td.price {
    padding: 10px 15px;
    min-width: 130px;
}

.b-cart-table__td.counter {
    padding: 10px 15px;
}

.b-cart-table__td__number, .b-cart-table__td__preview, .b-cart-table__td__descr, .b-cart-table__td__price, .b-cart-table__td__delete {
    display: inline-block;
    vertical-align: middle;
}

.b-cart-table__td__number {
    margin-right: 40px;
    font-size: 12px;
}

.b-cart-table__td__preview {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    margin-right: 35px;
}

.b-cart-table__td__preview img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.b-cart-table__td__link-wrap {
    color: #000;
    font-size: 16px;
    font-family: "Ubuntu-Bold";
    line-height: 1.2em;
    margin-bottom: 5px;
}

.b-cart-table__td__link-wrap:hover { /*text-decoration: underline;*/
}

.b-cart-table__td__size {
    font-size: 12px;
}

.b-cart-table__td__price {
    font-size: 24px;
    font-family: "ALSSchlangesans-Black";
}

.b-cart-table__td__descr {
    width: 200px;
}

.b-cart-table__td__delete {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    font-size: 12px;
    border-bottom: 1px dotted #000;
}

.b-cart-table__td__delete:before {
    content: "";
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -582px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 12px;
    width: 12px;
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -5px;
}

.b-block-title.notice {
    max-width: 100%;
    margin-top: 25px;
}

.b-block-title.border-red {
    border: 1px solid red;
    color: black;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .b-cart-table__td__delete:before {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-seb9828467b.png');
        background-size: 62px auto;
        background-position: 0 -569px;
        height: 12px;
        width: 12px;
    }
}

.b-cart-table__td__delete:hover {
    border-bottom: 1px solid transparent;
}

.b-cart-checkout__order-cost {
    font-size: 22px;
    font-family: "Ubuntu-Bold";
    margin: 0 20px;
    line-height: 25px;
}

.b-cart-checkout__order-cost__value {
    font-family: "ALSSchlangesans-Black";
}

.b-cart-checkout { /*line-height: 50px;*/
}

.b-small-cart__table {
    display: table;
    width: 100%;
}

.b-small-cart__td {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 0;
    border-bottom: 1px solid #ececec;
}

.b-small-cart__td.price {
    text-align: right;
}

.b-small-cart__popup-item__preview {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-right: 20px;
}

.b-small-cart__popup-item__preview img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.b-small-cart__popup-item__descr {
    font-size: 12px;
    width: 130px;
}

.b-small-cart__popup-item__value {
    padding: 3px 5px;
    border: 1px solid #ececec;
    font-size: 10px;
    margin: 0 10px;
}

.b-small-cart__popup-item__price {
    font-size: 14px;
    font-family: "ALSSchlangesans-Black";
}

.b-small-cart__popup-list {
    margin-bottom: 15px;
}

.b-small-cart__popup-result {
    line-height: 30px;
}

.b-small-cart__popup-result__title {
    margin-right: 15px;
    font-size: 14px;
    font-family: "Ubuntu-Bold";
}

.b-small-cart__popup-result__price {
    font-size: 16px;
    font-family: "ALSSchlangesans-Black";
}

.b-subscription-stock {
    background: #f5f5f5;
    padding: 30px;
    text-align: center;
}

.b-subscription-stock__list {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 100px;
    margin-bottom: 30px;
}

.b-subscription-stock__list__item {
    margin-bottom: 10px;
}

.b-subscription-stock__list__item:last-child {
    margin-bottom: 0;
}

.b-subscription-stock__list__label {
    cursor: pointer;
}

.b-subscription-stock__list__label__checkbox {
    margin-right: 10px;
}

.b-subscription-stock__list__label__text {
    display: inline-block;
    vertical-align: middle;
}

.b-subscription-stock__title {
    margin-bottom: 30px;
    font-size: 22px;
    font-family: "ALSSchlangesans-Black";
    line-height: 1.2em;
}

.jq-selectbox.b-bank-card__select {
    cursor: pointer;
    text-align: left;
}

.jq-selectbox.b-bank-card__select .jq-selectbox__select {
    width: 80px;
    line-height: 40px;
    background: #fff;
    position: relative;
    padding: 0 10px;
    border-radius: 2px;
}

.jq-selectbox.b-bank-card__select .jq-selectbox__dropdown {
    width: 100%;
    background: #fff;
    bottom: 100% !important;
    top: auto !important;
    margin-bottom: 1px !important;
}

.jq-selectbox.b-bank-card__select .jq-selectbox__dropdown li {
    padding: 5px 10px;
}

.jq-selectbox.b-bank-card__select .jq-selectbox__dropdown li:hover {
    background: #5D86F7;
    color: #fff;
}

.jq-selectbox.b-bank-card__select .jq-selectbox__trigger {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 4.5px 0 4.5px;
    border-color: #636363 transparent transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 10px;
}

.b-bank-card__add-card {
    text-align: right;
}

.b-bank-card__add-card__btn {
    font-size: 12px;
    border-bottom: 1px dotted #000;
    display: inline-block;
    vertical-align: middle;
}

.b-bank-card__add-card__btn:hover {
    border-bottom: 1px solid transparent;
}

.b-bank-card__back-card__input {
    width: 60px;
    height: 40px;
    border: 1px solid #ececec;
    border-radius: 2px;
    text-align: center;
    position: absolute;
    top: 110px;
    right: 30px;
    z-index: 30;
    font-size: 20px;
    color: #000;
}

.b-bank-card__back-card__input::-webkit-input-placeholder {
    color: #000 !important;
    opacity: 1 !important;
}

.b-bank-card__back-card__input::-moz-placeholder {
    color: #000 !important;
    opacity: 1 !important;
}

.b-bank-card__back-card__input:-moz-placeholder {
    color: #000 !important;
    opacity: 1 !important;
}

.b-bank-card__back-card__input:-ms-input-placeholder {
    color: #000 !important;
    opacity: 1 !important;
}

.jq-radio.standard-radio {
    border-radius: 50%;
    background: linear-gradient(to top, #dddfdf, #bbbcbc);
    background: -webkit-linear-gradient(bottom, #dddfdf, #bbbcbc);
    background: -moz-linear-gradient(bottom, #dddfdf, #bbbcbc);
    background: -o-linear-gradient(bottom, #dddfdf, #bbbcbc);
    background: -ms-linear-gradient(bottom, #dddfdf, #bbbcbc);
    width: 22px;
    height: 22px;
    border: 1px solid #a3a4a4;
    cursor: pointer;
    position: relative;
}

.jq-radio.standard-radio .jq-radio__div {
    width: 14px;
    height: 14px;
    position: absolute;
    left: 50%;
    margin-left: -7px;
    top: 50%;
    margin-top: -7px;
    border-radius: 50%;
    border: 1px solid #6e6e6e;
    background: #0fbc2e;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
}

.jq-radio.standard-radio.checked .jq-radio__div {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}

.b-radio-label__input {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.b-radio-label__text {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}

.b-radio-label {
    cursor: pointer;
}

.b-checkout__switch__item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 50px;
}

.b-checkout__switch__item:last-child {
    margin-right: 0;
}

.b-checkout__switch {
    margin-bottom: 15px;
}

.b-personal-data__login {
    width: 320px;
    margin-right: 20px;
}

.b-personal-data__login__input {
    margin-bottom: 8px;
}

.b-personal-data__login__input:last-child {
    margin-bottom: 0;
}

.b-checkout__item-content__title {
    font-size: 14px;
    font-family: "Ubuntu-Bold";
    margin-bottom: 20px;
}

.b-radio-select__item {
    display: inline-block;
    vertical-align: top;
    margin: 5px 30px 5px 0;
}

.b-radio-select__item.w170 {
    width: 170px;
}

.b-radio-select__item__hidden-content {
    display: none;
    padding-top: 20px;
}

.b-checkout__item-content {
    margin-bottom: 30px;
}

.b-checkout__item-content:last-child {
    margin-bottom: 0;
}

.b-radio-select__item__input {
    height: 40px;
    border: 1px solid #ececec;
    padding: 0 15px;
    color: #666;
    font-size: 12px;
    max-width: 100%;
}

.b-radio-select__item__input::-webkit-input-placeholder {
    color: #666 !important;
    opacity: 1 !important;
}

.b-radio-select__item__input::-moz-placeholder {
    color: #666 !important;
    opacity: 1 !important;
}

.b-radio-select__item__input:-moz-placeholder {
    color: #666 !important;
    opacity: 1 !important;
}

.b-radio-select__item__input:-ms-input-placeholder {
    color: #666 !important;
    opacity: 1 !important;
}

.b-radio-select__item__input-wrap {
    margin-bottom: 8px;
    position: relative;
    display: block;
}

.b-radio-select__item__input-wrap:last-child {
    margin-bottom: 0;
}

.b-radio-select__item__input-wrap.datepicker:before {
    content: "";
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -14px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 16px;
    width: 15px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .b-radio-select__item__input-wrap.datepicker:before {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-seb9828467b.png');
        background-size: 62px auto;
        background-position: 0 -14px;
        height: 16px;
        width: 15px;
    }
}

.b-checkout__item-content__textarea {
    height: 200px;
    border: 1px solid #c4c4c4;
    resize: none;
    width: 100%;
    padding: 12px;
    font-size: 14px;
    font-family: "Ubuntu-Regular";
}

.b-checkout__pay {
    padding-top: 30px;
    border-top: 1px solid #c4c4c4;
}

.b-checkout__pay__price {
    margin-right: 30px;
    line-height: 24.5px;
}

.b-checkout__pay__price__text {
    margin-right: 20px;
    font-size: 22px;
    font-family: "Ubuntu-Bold";
    display: inline-block;
    vertical-align: middle;
}

.b-checkout__pay__price__value {
    font-size: 28px;
    font-family: "ALSSchlangesans-Black";
    display: inline-block;
    vertical-align: middle;
}

.b-checkout__toggle-units {
    padding-bottom: 30px;
    max-width: 720px;
}

.b-personal-data__soc-login {
    padding: 40px 20px 0px 0px;
}

.b-checkout__toggle-item {
    display: none;
}

.b-checkout__toggle-item.visible {
    display: block;
}

.b-history-orders__item {
    margin-bottom: 8px;
}

.b-history-orders__item:last-child {
    margin-bottom: 0;
}

.b-history-orders__item.active .b-history-orders__item__header__open-btn {
    border-bottom: 1px solid transparent;
}

.b-history-orders__item.active .b-history-orders__item__header__open-btn:before {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 4.5px 5px 4.5px;
    border-color: transparent transparent #000 transparent;
}

.b-history-orders__item__header {
    background: #f7f7ff;
    line-height: 45px;
    padding: 0 15px;
}

.b-history-orders__item__header__num-order {
    font-size: 14px;
    font-family: "Ubuntu-Bold";
    margin-right: 10px;
}

.b-history-orders__item__header__date-order {
    font-size: 12px;
}

.b-history-orders__item__header__open-btn {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    position: relative;
    border-bottom: 1px dotted #000;
    cursor: pointer;
    margin-top: 12px;
}

.b-history-orders__item__header__open-btn:before {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    left: -18px;
    top: 7px;
}

.b-history-orders__item__header__open-btn:hover {
    border-bottom: 1px solid transparent;
}

.b-history-orders__item__content {
    position: relative;
    border: 1px solid #ececeb;
    border-top: none;
    padding: 20px 155px 20px 25px;
    display: none;
}

.b-history-table__tr {
    display: table-row;
}

.b-history-table {
    display: table;
    width: 100%;
    font-size: 12px;
}

.b-history-table__td {
    padding: 7px 0;
    display: table-cell;
    vertical-align: middle;
}

.b-history-table__td.bold {
    font-size: 14px;
    font-family: "Ubuntu-Bold";
}

.b-history-table__order-name {
    width: 200px;
    display: inline-block;
    vertical-align: middle;
}

.b-history-table__order-name__link {
    font-size: 14px;
    font-family: "Ubuntu-Bold";
}

.b-history-table__order-name__link:hover {
    text-decoration: underline;
}

.b-history-table__order-price {
    font-size: 18px;
    font-family: "ALSSchlangesans-Black";
    display: inline-block;
    vertical-align: middle;
}

.b-history-repeat-btn {
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -17px;
}

.b-history-orders__total__line__text {
    font-size: 14px;
    margin-right: 12px;
}

.b-history-orders__total__line__value {
    font-size: 18px;
    font-family: "Ubuntu-Bold";
}

.b-history-orders__total__line {
    line-height: 30px;
}

.b-history-orders__total {
    margin-top: 40px;
}

.b-evaluation__item__preview {
    height: 60px;
    position: relative;
    margin-bottom: 10px;
}

.b-evaluation__item__preview.meals:before {
    content: "";
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -988px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 54px;
    width: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -27px;
    margin-left: -24px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .b-evaluation__item__preview.meals:before {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-seb9828467b.png');
        background-size: 62px auto;
        background-position: 0 -975px;
        height: 54px;
        width: 48px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -26.75px;
        margin-left: -24px;
    }
}

.b-evaluation__item__preview.delivery:before {
    content: "";
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -50px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 35px;
    width: 61px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -17.5px;
    margin-left: -30.5px;
    top: auto !important;
    margin-top: 0 !important;
    bottom: 3px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .b-evaluation__item__preview.delivery:before {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-seb9828467b.png');
        background-size: 62px auto;
        background-position: 0 -50px;
        height: 35px;
        width: 61px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -17.5px;
        margin-left: -30.5px;
    }
}

.b-evaluation__item {
    display: inline-block;
    vertical-align: top;
    width: 130px;
    text-align: center;
    margin-right: 55px;
    position: relative;
}

.b-evaluation__item:last-child {
    margin-right: 0;
}

.b-evaluation__item:last-child:before {
    display: none;
}

.b-evaluation__item:before {
    content: "";
    height: 80px;
    width: 1px;
    background: #c4c4c4;
    position: absolute;
    right: -27px;
    bottom: 0;
}

.b-thanks-header {
    position: relative;
    padding-right: 330px;
}

.b-thanks-header__rating {
    position: absolute;
    right: 0;
    top: 0;
}

.b-evaluation__item__descr {
    margin-bottom: 10px;
}

.b-mobile-menu {
    width: 320px;
    left: -320px;
    position: absolute;
    top: 0;
    z-index: 200;
    background: #fff;
    overflow: auto;
    bottom: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.b-mobile-menu.active {
    left: 0;
}

.b-mobile-menu-overlay {
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 150;
    display: none;
}

.b-mobile-menu__list__item {
    border-bottom: 1px solid #ccc;
    color: #000;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
}

.b-mobile-menu__cart-section {
    position: relative;
}

.b-mobile-menu__cart__popup {
    display: none;
}

.b-mobile-menu-close {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 50;
    border: 1px solid #000;
    border-width: 0 1px 1px 0;
}

.b-mobile-menu-close__icon {
    position: absolute;
    width: 25px;
    height: 25px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=$ m11, M12=$ m12, M21=$ m21, M22=$ m22, sizingMethod='auto expand');
    zoom: 1;
    top: 50%;
    margin-top: -13px;
    left: 50%;
    margin-left: -13px;
}

.b-mobile-menu-close__icon:before {
    width: 100%;
    height: 4px;
    top: 50%;
    left: 0;
    margin-top: -2px;
    content: "";
    position: absolute;
    background: #000;
}

.b-mobile-menu-close__icon:after {
    width: 4px;
    height: 100%;
    left: 50%;
    top: 0;
    margin-left: -2px;
    content: "";
    position: absolute;
    background: #000;
}

.b-mobile-menu__cart__btn-wrap {
    height: 40px;
    border-bottom: 1px solid #000;
    position: relative;
}

.b-mobile-menu__cart__btn {
    position: absolute;
    height: 40px;
    width: 40px;
    top: 0;
    right: 0;
    z-index: 50;
    border-left: 1px solid #000;
    cursor: pointer;
}

.b-mobile-menu__cart__btn:before {
    content: "";
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s5ce26159be.png');
    background-position: 0 -382px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 22px;
    width: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -11px;
    margin-left: -12px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .b-mobile-menu__cart__btn:before {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-seb9828467b.png');
        background-size: 62px auto;
        background-position: 0 -377px;
        height: 22px;
        width: 24px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -11px;
        margin-left: -12px;
    }
}

.b-sidebar__toggle {
    width: 5px;
    bottom: 0;
    position: absolute;
    right: -5px;
    top: -50px;
    background: #0FBC2E;
    cursor: pointer;
    display: none;
}

.b-sidebar__toggle-icon {
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    top: 0;
    background: #0FBC2E;
    z-index: 10;
    border-radius: 0px 10px 10px 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.b-sidebar__toggle-icon:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -7px;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=$ m11, M12=$ m12, M21=$ m21, M22=$ m22, sizingMethod='auto expand');
    zoom: 1;
}

.b-shares__item {
    margin-bottom: 45px;
}

.b-shares__item:last-child {
    margin-bottom: 0;
}

.b-shares__item__preview {
    height: 190px;
    margin-bottom: 15px;
    display: block;
}

.b-shares__item__preview img {
    max-height: 100%;
    max-width: 100%;
}

.b-shares__item__descr {
    line-height: 34px;
}

.b-shares__item__descr__info {
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 5px 20px 5px 0;
}

.b-logged-viol__descr {
    margin-top: 5px;
}

.b-logged-viol {
    background: #f7f7ff;
    padding: 25px;
    margin-bottom: 40px;
}

.b-logged-viol__name {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    font-family: "Ubuntu-Bold";
    margin-top: 20px;
    margin-right: 20px;
}

.b-logged-viol__address {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-family: "Ubuntu-Bold";
    width: 185px;
    margin: 5px 25px 5px 0;
}

.b-logged-viol__btn {
    font-size: 12px;
    font-family: "ALSSchlangesans-Black";
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    background: #ff5521;
    margin: 5px 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-align: center;
    color: #fff;
    padding: 5px 20px;
}

.b-logged-viol__btn:hover {
    background: #ce4217;
}

.b-contacts__map {
    max-width: 420px;
}

.b-contacts__map > ymaps {
    width: 100% !important;
}

.ui-datepicker {
    width: 320px;
    background-color: #ffffff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
    padding: 20px;
}

.ui-datepicker tbody td {
    width: 30px;
    height: 38px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    background-color: rgba(147, 201, 33, 0.1);
    position: relative;
}

.ui-datepicker tbody td a {
    position: relative;
    z-index: 10;
    height: 100%;
    width: 100%;
    display: block;
    line-height: 38px;
    border: solid 1px transparent;
}

.ui-datepicker tbody td a:hover {
    border: solid 1px #6c9041;
}

.ui-datepicker tbody .ui-datepicker-unselectable {
    background: #fff;
}

.ui-datepicker tbody .ui-datepicker-curren {
    border: solid 1px #6c9041;
}

.ui-datepicker tbody .ui-datepicker-week-end {
    color: #ff3b42;
}

.ui-datepicker thead {
    font-family: "Ubuntu-Bold";
    font-size: 14px;
    text-align: center;
    color: #666;
}

.ui-datepicker thead th {
    padding-bottom: 5px;
}

.ui-datepicker thead span {
    padding: 10px 0;
    display: block;
    border-bottom: 1px solid #e5e5e5;
}

.ui-datepicker .ui-widget-header {
    position: relative;
    margin-bottom: 5px;
}

.ui-datepicker .ui-datepicker-title {
    text-align: center;
    font-family: "Ubuntu-Light";
    font-size: 18px;
    font-weight: 300;
    color: #666666;
}

.ui-datepicker .ui-datepicker-prev {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0;
    cursor: pointer;
    border-radius: 3px;
}

.ui-datepicker .ui-datepicker-prev:before {
    content: "";
    width: 8px;
    height: 8px;
    border-left: 1px solid #7A6666;
    border-top: 1px solid #7A6666;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -2px;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=$ m11, M12=$ m12, M21=$ m21, M22=$ m22, sizingMethod='auto expand');
    zoom: 1;
}

.ui-datepicker .ui-datepicker-prev:hover {
    border: 1px solid #eee;
}

.ui-datepicker .ui-datepicker-next {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 0;
    cursor: pointer;
    border-radius: 3px;
}

.ui-datepicker .ui-datepicker-next:before {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid #7A6666;
    border-top: 1px solid #7A6666;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -6px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=$ m11, M12=$ m12, M21=$ m21, M22=$ m22, sizingMethod='auto expand');
    zoom: 1;
}

.ui-datepicker .ui-datepicker-next:hover {
    border: 1px solid #eee;
}

@media screen and (max-width: 1160px) {
    .b-site-header__login-soc {
        display: none;
    }

    .b-site-header__login {
        float: right;
        margin-right: 10px;
    }

    .b-site-footer__copy {
        width: 200px;
    }

    .b-site-footer__nav {
        margin-left: 30px;
    }
}

@media screen and (max-width: 992px) {
    .b-sidebar__toggle {
        display: block;
    }

    .b-popup-product__left {
        width: 100% !important;
        float: none;
    }

    .b-popup-product__right {
        width: 100% !important;
        float: none;
        padding-left: 0px;
    }

    .b-logged-viol__name {
        display: block;
        width: 100%;
        margin: 0 0 20px;
    }

    .b-logged-viol__descr {
        float: none;
    }

    .b-site-footer .b-content-wrap {
        padding-bottom: 30px;
        text-align: center;
        position: relative;
    }

    .b-site-footer__copy {
        position: absolute;
        bottom: 0px;
        left: 10px;
        right: 10px;
        width: auto;
        text-align: left;
    }

    .b-site-footer__phone {
        display: inline-block;
        vertical-align: middle;
        margin-left: 0;
        float: none;
    }

    .b-site-footer__nav {
        margin-left: 0;
        border-left: none;
        padding-left: 0;
        text-align: left;
    }

    .b-shares__item__preview {
        height: auto;
    }

    .b-content-wrap {
        padding: 0 15px;
    }

    .b-product-grid__item:nth-child(3n+3) .addition-product-popup {
        left: auto;
        right: 0px;
    }

    .addition-product-popup {
        right: auto;
        left: 0px;
    }

    .b-sorting-wrapper .b-sorting-select {
        display: block;
        width: 100%;
        float: none;
        text-align: left;
    }

    .b-sorting-wrapper .b-sorting-standard {
        margin: 10px 0;
        float: none;
    }

    .b-sorting-wrapper .b-sorting-select__item {
        margin: 5px 5px 5px 0;
    }

    .b-site-header__mobile-menu {
        display: block;
    }

    .b-site-header__cart {
        display: none;
    }

    .b-site-header__login {
        display: none;
    }

    .b-site-header__phone {
        display: inline-block;
        vertical-align: middle;
        float: none;
        margin: 0;
    }

    .b-site-header__top-wrapper {
        text-align: center;
        padding: 25px 0;
    }

    .b-main-nav {
        display: none;
    }

    .b-main-nav.mobile {
        display: block;
        top: 0;
    }

    .b-main-nav__item {
        display: block;
    }

    .b-main-nav__item .b-main-nav__link {
        text-align: left;
        padding-left: 50px;
    }

    .b-main-nav__link-bg, .b-main-nav__link {
        border-radius: 0px;
    }

    .b-main-nav__link:before {
        display: none;
    }

    .b-main-content-wrapper {
        position: relative;
    }

    .b-sidebar {
        position: absolute;
        top: 60px;
        left: -210px;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        background: #fff;
        float: none;
        margin-right: 0;
        z-index: 150;
        padding-right: 10px;
        width: 210px;
    }

    .b-sidebar.visible {
        left: 10px;
    }

    .b-sidebar.visible .b-sidebar__toggle-icon {
        left: auto;
        right: 0;
        border-radius: 10px 0 0 10px;
    }

    .b-sidebar.visible .b-sidebar__toggle-icon:after {
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        filter: progid:DXImageTransform.Microsoft.Matrix(M11=$ m11, M12=$ m12, M21=$ m21, M22=$ m22, sizingMethod='auto expand');
        zoom: 1;
        margin-left: -5px;
    }

    .b-sidebar__toggle {
        display: block;
    }
}

@media screen and (max-width: 750px) {
    .b-history-orders {
        overflow: auto;
        padding-bottom: 20px;
    }

    .b-history-orders__item, .b-history-orders__total {
        width: 750px;
    }

    .b-site-main {
        padding-bottom: 250px;
    }
}

@media screen and (max-width: 700px) {
    .b-personal-data__soc-login {
        padding-top: 20px;
        float: left;
    }

    .b-checkout__item-content .b-radio-select {
        margin: 10px 0;
    }

    .b-personal-data.mb45 {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 668px) {
    .b-contacts__left {
        width: 100%;
        float: none;
        margin-bottom: 40px;
        padding-right: 0;
    }

    .b-contacts__map {
        max-width: 100%;
    }

    .b-contacts__right {
        width: 100%;
        float: none;
        position: static;
    }

    .b-site-footer__nav {
        float: none;
        margin-bottom: 10px;
        text-align: center;
        width: 100%;
        border: none;
    }

    .b-site-footer__nav .b-site-footer__nav-item {
        display: inline-block;
        vertical-align: middle;
        margin: 5px 10px;
        float: none;
        width: auto;
        padding: 0;
    }

    .b-site-footer__soc {
        float: none;
    }

    .b-site-footer__copy {
        text-align: center;
        margin: 0;
    }

    .b-product-grid__item .addition-product-popup {
        right: auto !important;
        left: -30px !important;
        background: url(/bitrix/templates/domoed/css/../img/addition-popup-bg.png) no-repeat center center !important;
    }

    .b-product-grid__item:nth-child(2n+2) .addition-product-popup {
        right: -20px !important;
        left: auto !important;
        background: url(/bitrix/templates/domoed/css/../img/addition-popup-bg2.png) no-repeat center center !important;
    }

    .b-cart-table__td.descr {
        max-width: 170px;
    }

    .b-seo {
        text-align: center;
    }

    .b-seo__item-descr {
        text-align: left;
    }

    .b-seo__item-previe {
        float: none;
        margin-right: 0;
        display: inline-block;
        margin-bottom: 10px;
    }

    .b-cart-table__td__number {
        display: none;
    }

    .b-cart-table__wrapper {
        overflow: auto;
    }

    .b-cart-table {
        width: 660px;
    }

    .b-cart-checkout {
        text-align: left;
    }

    .b-cart-checkout__min-amount {
        display: block;
    }

    .b-cart-checkout__btn {
        float: none;
    }

    .b-cart-checkout__order-cost {
        margin: 0;
        float: none;
        margin-top: 20px;
        line-height: normal;
    }

    .b-cart-checkout__order-cost__value {
        display: inline-block;
        vertical-align: middle;
    }

    .b-product-grid__item {
        width: 50%;
    }

    .b-personal-data {
        padding: 20px;
    }

    .b-bank-card {
        width: 100% !important;
    }

    .b-bank-card__back-card:hover {
        right: 0;
    }

    .b-catalog__item {
        width: 48% !important;
        margin-right: 4% !important;
        margin-bottom: 4% !important;
    }

    .b-catalog__item:nth-child(2n+2) {
        margin-right: 0 !important;
    }
}

@media screen and (max-width: 600px) {
    .b-thanks-header {
        padding-right: 0;
    }

    .b-thanks-header__rating {
        position: static;
        margin-bottom: 20px;
    }

    .b-personal-data__line-wrap .standard-input-wrap {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 15px;
    }

    .b-change-password__line-wrap .standard-input-wrap {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 15px;
    }

    .b-menu-grid__item.square {
        width: 100%;
        display: block;
        height: 170px;
        margin-bottom: 20px;
        float: none;
    }

    .b-menu-grid__more-section__bottom .b-menu-grid__item {
        width: 52%;
        margin-right: 2.5%;
        height: 170px;
    }

    .b-menu-grid__more-section__bottom .b-menu-grid__item:last-child {
        width: 45.5%;
        margin-right: 0;
    }

    .b-menu-grid__more-section__bottom .b-menu-grid__item.mobile_full {
        width: 100%;
        margin-bottom: 20px;
    }

    .b-bank-card__cards {
        padding-bottom: 270px;
    }

    .b-bank-card__back-card {
        right: auto;
        top: auto;
        left: 0;
        bottom: 0;
    }

    .b-bank-card__front-card {
        width: 447px;
    }
}

@media screen and (max-width: 500px) {
    .b-personal-data__login, .b-personal-data__soc-login {
        width: 100%;
        float: none;
    }

    .b-popup-content.registration .b-registration-form__item-line .b-registration-form__input {
        width: 100%;
        margin-bottom: 14px;
        margin-right: 0;
        float: none;
    }

    .b-popup__more-link.mb50 {
        margin-bottom: 0;
    }

    .b-popup-content.registration {
        padding: 70px 25px 20px;
    }

    .b-change-password, .b-bank-card {
        padding-left: 0;
    }

    .b-bank-card__front-card {
        width: 100%;
    }

    .b-bank-card__back-card {
        right: 0px;
        left: auto;
    }

    .b-site-header__top-wrapper {
        padding-top: 120px;
        position: relative;
    }

    .b-site-header__logo {
        position: absolute;
        left: 10px;
        top: 10px;
    }

    .b-site-header__mobile-menu {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .b-card-number__input-wrap {
        text-align: center;
    }

    .b-card-number__input {
        width: 100%;
        display: block;
    }

    .b-bank-card__front-card__input-line .b-bank-card__front-card__input-item {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 15px !important;
    }

    .b-bank-card__front-card__input-line.validity {
        text-align: left;
    }

    .b-bank-card__front-card__input-line.validity .b-bank-card__front-card__input-name {
        margin-right: 0;
        margin-bottom: 15px;
        width: 100%;
        display: block;
    }

    .b-bank-card__front-card__input-line.validity .b-bank-card__front-card__input-name br {
        display: none;
    }
}

@media screen and (max-width: 450px) {
    .ui-datepicker {
        width: 290px;
        padding: 10px;
    }

    .b-evaluation__item {
        width: 100%;
    }

    .b-evaluation__item:before {
        display: none;
    }

    .b-product-grid__item {
        width: 50%;
        margin-bottom: 20px;
    }

    .b-product-grid__item .b-product-grid__item-descr {
        display: none;
    }

    .b-product-grid__item .btn-38lh.cart-icon {
        padding: 0 10px;
    }

    .b-product-grid__item .btn-38lh.cart-icon:before {
        display: none;
    }

    .b-product-grid__item .addition-product-popup {
        width: auto;
        right: 10px !important;
        left: 0px !important;
        padding: 30px 10px 10px 10px;
        background: #fff !important;
        border: 2px solid #ccc;
        z-index: 150;
        height: auto;
        bottom: 50px;
    }

    .b-product-grid__item:nth-child(2n+2) .addition-product-popup {
        right: 10px !important;
        left: 0px !important;
    }

    .addition-product-popup__list-item {
        width: 50%;
    }

    .addition-product-popup__close {
        right: 0;
        top: 0;
    }

    .b-site-main {
        padding-bottom: 280px;
    }

    .b-site-header__mobile-time {
        display: block;
        position: absolute;
        right: 110px;
        top: 10px;
        line-height: 90px;
    }

    .b-site-header__mobile-call {
        display: block;
        position: absolute;
        right: 65px;
        top: 10px;
        line-height: 90px;
    }

    .b-site-header__mobile-time i, .b-site-header__mobile-call i {
        vertical-align: middle;
        color: #0FBC2E;
        font-size: 28px;
        position: relative;
    }

    .b-site-header__mobile-time i a, .b-site-header__mobile-call i a {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

    .b-site-header__phone {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        max-height: 0;
        overflow: hidden;
        display: block;
        margin: 0 auto;
    }

    .b-site-header__phone.b-active {
        max-height: 100px;
    }

    .b-site-header__top-wrapper {
        padding-bottom: 0;
    }

    .b-site-index .b-site-header__top-wrapper {
        padding-bottom: 25px;
    }
}

.block_online_payed > p {
    font-size: 18px;
    margin-bottom: 10px;
}

.text-arc {
    height: 22px;
    position: relative;
    top: -40px;
    transform: rotate(-24deg);
}

.text-arc .char1 {
    transform: rotate(2.66667deg);
}

.text-arc .char2 {
    transform: rotate(5.33333deg);
}

.text-arc .char3 {
    transform: rotate(8deg);
}

.text-arc .char4 {
    transform: rotate(10.66667deg);
}

.text-arc .char5 {
    transform: rotate(13.33333deg);
}

.text-arc .char6 {
    transform: rotate(16deg);
}

.text-arc .char7 {
    transform: rotate(18.66667deg);
}

.text-arc .char8 {
    transform: rotate(21.33333deg);
}

.text-arc .char9 {
    transform: rotate(24deg);
}

.text-arc .char10 {
    transform: rotate(26.66667deg);
}

.text-arc .char11 {
    transform: rotate(29.33333deg);
}

.text-arc .char12 {
    transform: rotate(32deg);
}

.text-arc .char13 {
    transform: rotate(34.66667deg);
}

.text-arc .char14 {
    transform: rotate(37.33333deg);
}

.text-arc .char15 {
    transform: rotate(40deg);
}

.text-arc .char16 {
    transform: rotate(42.66667deg);
}

.text-arc .char17 {
    transform: rotate(45.33333deg);
}

.text-arc .char18 {
    transform: rotate(48deg);
}

.text-arc .char19 {
    transform: rotate(50.66667deg);
}

.text-arc .char20 {
    transform: rotate(53.33333deg);
}

.text-arc .char21 {
    transform: rotate(56deg);
}

.text-arc .char22 {
    transform: rotate(58.66667deg);
}

.text-arc .char23 {
    transform: rotate(61.33333deg);
}

.text-arc .char24 {
    transform: rotate(64deg);
}

.text-arc .char25 {
    transform: rotate(66.66667deg);
}

.text-arc .char26 {
    transform: rotate(69.33333deg);
}

.text-arc .char27 {
    transform: rotate(72deg);
}

.text-arc .char28 {
    transform: rotate(74.66667deg);
}

.text-arc .char29 {
    transform: rotate(77.33333deg);
}

.text-arc .char30 {
    transform: rotate(80deg);
}

.text-arc.second-row {
    top: -30px;
    left: 25%;
    transform: rotate(-11deg);
}

.text-arc span {
    width: 15px;
    height: 300px;
    position: absolute;
    left: 0;
    top: 0;
    transform-origin: bottom center;
    font-family: "GUERRILLA-Normal";
    font-size: 22px;
    font-weight: 600;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.w-100pc {
    width: 100%;
}

.tt-u {
    text-transform: uppercase;
}

.ff-alsss-r {
    font-family: "ALSSchlangesans";
}

.ff-alsss-b {
    font-family: "ALSSchlangesans-Bold";
}

.ff-alsss-black {
    font-family: "ALSSchlangesans-Black";
}

.ff-guerrilla {
    font-family: GUERRILLA-Normal;
}

.ff-ubuntu-r {
    font-family: "Ubuntu-Regular";
}

.fs-0 {
    font-size: 0;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px;
}

.fs-22 {
    font-size: 22px;
}

.fs-26 {
    font-size: 26px;
}

.fs-81 {
    font-size: 81px;
}

.lh-71 {
    line-height: 71px;
}

.text-uppercase-bebas {
    text-transform: uppercase;
    font-family: BebasNeueBold;
}

.text-uppercase-bebas.fs-53 {
    font-size: 53px;
}

.text-uppercase-bebas.lh-55 {
    line-height: 55px;
}

.text-uppercase-bebas.fs-26 {
    font-size: 26px;
}

.text-uppercase-bebas.fs-20 {
    font-size: 20px;
}

.text-uppercase-bebas.c-white {
    color: #fff;
}

.text-uppercase-bebas.c-orange {
    color: #ef501f;
}

.text-uppercase-bebas.rotate--3deg {
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=$ m11, M12=$ m12, M21=$ m21, M22=$ m22, sizingMethod='auto expand');
    zoom: 1;
}

.text-uppercase-bebas.rotate--2deg {
    -moz-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=$ m11, M12=$ m12, M21=$ m21, M22=$ m22, sizingMethod='auto expand');
    zoom: 1;
}

.text-uppercase-bebas.mb-20 {
    margin-bottom: 20px;
}

.b-brsen {
    width: 100%;
    position: relative;
}

.b-banner {
    width: 100%;
    position: relative;
}

.b-banner.ptlr-30 {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.b-banner.pb-85 {
    padding-bottom: 85px;
}

.b-banner.pb-25 {
    padding-bottom: 25px;
}

.b-banner.ta-r {
    text-align: right;
}

.b-banner__content-b {
    display: inline-block;
}

.b-banner__content-b.pr-70 {
    padding-right: 70px;
}

.b-banner__content-b .icon-lines-crown {
    background-image: url('/bitrix/templates/domoed/css/../img/icons-s60eedbdb85.png');
    background-position: 0 -1016px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 64px;
    width: 122px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-resolution: 1.5dppx) {
    .b-banner__content-b .icon-lines-crown {
        background-image: url('/bitrix/templates/domoed/css/../img/icons-2x-s6d24e19d3f.png');
        background-size: 122px auto;
        background-position: 0 -1003px;
        height: 64px;
        width: 122px;
    }
}

.btn-60lh {
    font-size: 22px;
    text-transform: uppercase;
    font-family: "Ubuntu-Bold";
    outline: none;
    display: inline-block;
    vertical-align: middle;
    line-height: 60px;
    position: relative;
    padding: 0 35px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.btn-60lh.green-btn {
    color: #fff;
    background: #2bbc45;
}

.btn-60lh.green-btn:hover {
    background: #1eaa37;
}

.btn-60lh.br {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

select {
    height: 35px;
    border: 1px solid #777;
    border-radius: 5px;
    padding: 0 30px 0 15px;
    margin: 5px 5px 5px 0;
    color: #666;
    font-size: 12px;
    max-width: 100%;
    min-width: 170px;
    /*for WebKit*/
    -webkit-appearance: none;
    /* for FF */
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    /* for IE */
    -ms-appearance: none;
    appearance: none !important;

    background-image: url(/bitrix/templates/domoed/css/../img/chevrone-down.png);
    background-size: 16px;
    background-position: right 10px center;
    background-repeat: no-repeat;

}

div.inlineblock {
    display: inline-block;
    vertical-align: top;
}

.b-popup-attention-wrap {
    text-align: center;
    padding: 0 80px;
}

.b-popup-attention-text {
    border-bottom: #f4f4f4 solid 4px;
    margin-bottom: 10px;
    font-size: 1.6em;
}

.b-popup-attention-wrap .btn-38lh {
    margin: 15px 10px 0;
    font-family: "Ubuntu-Regular";
}

.b-popup-attention-ico {
    background: url("/bitrix/templates/domoed/css/../img/warning.svg") no-repeat center;
    height: 65px;
    background-size: contain;
    margin-bottom: 10px;
}

.b-popup-attention-title {
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 20px;
}

.b-popup-content.attention {
    max-width: 700px;
}

@media (max-width: 500px) {
    .b-popup-attention-wrap {
        padding: 0;
    }
}

/* End */


/* Start:/bitrix/templates/domoed/css/custom.css?158888700532828*/
.jq-selectbox__dropdown .disabled{
    cursor: default;
    color: #dddddd;
}

.selClassForSortedBtn_desc, .selClassForSortedBtn_asc{
    position: relative;
}
.selClassForSortedBtn_desc::after, .selClassForSortedBtn_asc::after{
    content: "";
    position: absolute;
    right: -15px;
}
.selClassForSortedBtn_desc::after{
    top: 1px;
    border: 5px solid transparent;  border-bottom: 6px solid #29b342;
}
.selClassForSortedBtn_asc::after{
    top: 6px;
    border: 5px solid transparent;  border-top: 6px solid #29b342;
}

.not-active-link{
    pointer-events: none;
    cursor: default;
    background-color: #ddd!important;
}

.b-bank-card{
    display: none;
}
.clear::after{
    content: "";
    display: block;
    clear: both;
}
.b-main-content {
    position:relative;
}
.relblock {
    position:relative;
}
.b-site-footer a:hover, .b-site-header a:hover, .b-sidebar-menu a:hover {
    text-decoration:none;
    /*color:inherit;*/
}
.b-checkout__toggle-units.wide {
    max-width: 100%;
}

/*СТРАНИЦА ПРОМОКОДОВ*/

.promo-col {
    display: block;
    position: relative;
    float: left;
}
.promo-col.left {
    width: 60%;
}
.promo-col.right {
    width: 35%;
    margin-left: 5%;
}
.b-personal-data__title.mb10 {
    margin-bottom: 10px;
}
.history-coupons {
    border-top: 1px solid #e1e1e1;
    padding: 15px 0;
    border-bottom: 1px solid #e1e1e1;
}
.history-coupons>div {
    float: left;
    font-size: 12px;
    width: 33%;
}
.history-coupons>.date_coupon {
    width: 20%;
}
.history-coupons>.action {
    width: 48%;
    text-align: center;
}
.history-coupons>.value_coupon {
    width: 32%;
    text-align: right;
}
.b-history-orders__total.mt10 {
    margin-top: 10px;
}
.b-history-orders__total.mt10 .b-history-orders__total__line {
    line-height: 20px;
}
.promo-add .b-personal-data__line-wrap>div:first-child {
    width: 70%;
    display: inline-block;
    margin-right: 10px;
}
.promo-add .b-personal-data__line-wrap>div:last-child {
    display: inline-block;
    vertical-align:top;
}
.promo-add .btn-34lh {
    line-height: 36px;
    vertical-align:inherit;
}
.b-popup-overlay>img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
/*===================*/
/*СОЦИАЛКА*/
.b-personal-data__soc-login.popup {
    padding: 40px 0px 0px 0px;
    margin-bottom: 20px;
    text-align: center;
}
.b-personal-data__soc-login.popup .b-soc__item {
    float: none;
    text-align: center;
    display: inline-block;
}
.b-personal-data__soc-login.popup .b-soc {
    display: inline-block;
    text-align: center;
    width: 100%;
    vertical-align: middle;
}

/*==================*/

.mt50 {
    margin-top:50px;
}
.b-product-grid__item-descr {
    /*height:85px;*/
}
.b-popup-content.product .overlay {
    display:none;
    background: rgba(255,255,255,0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.b-popup-content.product .overlay .success-msg {
    position: absolute;
    top: 50%;
    left: 50%;
    width:60%;
    text-align:center;
    transform: translate(-50%,-50%);
    background: white;
    box-shadow: 0 0 5px #ccc;
    border: 1px solid #e1e1e1;
    padding: 30px 50px;
}
.b-popup-content.product .overlay .success-msg .btn-row {
    margin-top: 25px;
}
.close_product_popup {
    cursor:pointer;
}
.b-product-grid__item-name-link_popup {
    font-size: 22px;
    font-family: "ALSSchlangesans-Black";
    display: inline-block;
    line-height: 1.2em;
}
.standard-input-wrap {
    position:relative;
}
.standard-input-wrap.must:before {
    content: "*";
    position: absolute;
    top: 36px;
    right: 10px;
    z-index: 10;
    color: #ff1a21;
}
.input-34lh {
    padding-right:20px;
}
.thanks-msg {
    background: white;
    z-index: 150;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 60px 80px;
    box-sizing: border-box;
    font-size: 28px;
    font-family: "ALSSchlangesans-Black";
}
.b-menu-grid__item-preview {
    height:100%;
}
.b-menu-grid__item img {
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:bottom;
}
.b-popup-product__preview img {
    max-width:100%;
    max-height:100%;
    object-fit:cover;
    object-position:center center;
}
.b-cart-content {
    margin-bottom:60px;
}
.delivery_row {
    margin-top:60px;
    display: block;
    width: 100%;
    position: relative;
}
.delivery_col {
    float: left;
    width: 33%;
    text-align: center;
}
.delivery__img_wrap {
    min-height: 120px;
    line-height: 120px;
    box-sizing: border-box;
    padding-bottom: 30px;
}
.delivery__img_wrap img {
    vertical-align: middle;
}
.delivery__title {
    font-family: "ALSSchlangesans-Black";
    font-size: 24px;
    margin-bottom: 20px;
}
.delivery__desc {
    line-height: 22px;
}
.no_items {
    display: block;
    margin-top:60px;
    width: 100%;
    text-align: center;
}
.no_items__title {
    font-family: "ALSSchlangesans-Black";
    font-size: 26px;
    margin-bottom: 20px;
}
.no_items__btn {
    display: block;
}
.no_items__btn i {
    margin-right: 10px;
}
.no_items__btn span {
    text-decoration: underline;
    line-height: 20px;
    vertical-align: bottom;
}
.send_code_btn{
    position: absolute;
    top: 14px;
    right: 23px;
    font-size: 12px;
    padding: 3px;
    border: 1px solid #ef501f;
    border-radius: 3px;
    background-color: #ef501f;
    color: #fff;
    cursor: pointer;
    display: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.send_code_btn:hover{
    background-color: #fff;
    color: #ef501f;
}
.b-registration-form__item-line{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.reg_hidden_line{
    height: 0px;
    margin: 0px;
}
.error_for_sms{
    margin-bottom: 7px;
    padding: 0 5px;
    color: #ef0000;
}
.b-menu-grid__item-preview:after {
    content: '';
    display: block;
    width: 100%;
    height: 34px;
    position: absolute;
    bottom: 0;
    background: -webkit-linear-gradient(top,transparent,rgba(0, 0, 0, 0.29));
}
.b-radio-select__item__paydd {
    display: inline-block;
    vertical-align: top;
    margin: 5px 30px 5px 0;
}
.dd_cnt_inp {
    position: relative;
    padding-top:0;
    margin-top:20px;
}
.dd_cnt_inp input {
    margin-bottom: 0;
    padding: 0 35px 0 15px;
    box-sizing: border-box;
    width: 90px;
    float: right;
}
.dd_cnt_inp .domo-money {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0,-50%);
}
.b-radio-select__item__paydd.error input {
    border: 1px solid red;
}
.b-radio-select__item__paydd.error .error-text {
    font-size: 11px;
    color: red;
    text-align: right;
}
.ADD_REVIEW_AFTER {
    position: fixed;
    left: 0;
    top: 50%;
    transform: rotate(-90deg) translate(0%,-90px);
    z-index: 99999;
}
.b-popup-content.added_cart {
    /*width: 810px;
    max-width: 810px;*/
    max-width:100%;
    padding: 50px 65px 30px;
}
.b-block-title.check-icon {
    padding-left: 90px;
}
.b-block-title {
    font-family: "ALSSchlangesans-Black";
    font-size: 30px;
    color: #fff;
    max-width: 570px;
    margin: 0 auto 50px;
    padding: 25px 40px;
    position: relative;
}
.bg-green {
    background: #0fbc2e;
}
.b-title22px {
    font-size: 22px;
    font-family: "ALSSchlangesans-Black";
    margin-bottom: 35px;
}
.tac {
    text-align: center;
}
.b-product-grid__item-preview.h100 {
    height: 100px;
    line-height: 100px;
}
.b-product-grid__item-descr.bn {
    border-bottom: none;
    height: 35px;
}
.addition-product-popup__list-item {
    min-height:77px;
}
.b-product-grid__item-name-link_nopop {
    font-size: 22px;
    font-family: "ALSSchlangesans-Black";
    display: inline-block;
    line-height: 1.2em;
}
.b-block-title.check-icon:before {
    content: "";
    background-image: url('/bitrix/templates/domoed/css/../img/icons-seeeb08479d.png');
    background-position: 0 -35px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 23px;
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -11.5px;
    margin-left: -15px;
    left: 30px !important;
    margin-left: 0 !important;
}
.b-product-grid__item-name.popup {
    margin-bottom: 10px;
    min-height: 53px;
}

.fly_cart {
    display:none;
    position: fixed;
    right: 50px;
    top: 20%;
    z-index: 99;
}
.fly_cart .counter_cart {
        display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #ef501f;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: white;
    text-align: center;
    line-height: 25px;
}
.razd_mob_cat {
    display: block;
    width: 100%;
    height: 1px;
    clear: both;
}
.domodengi {
    padding: 10px 40px;
    text-align: center;
}
@media screen and (max-width:1054px) {
    .b-main-content.catalog .b-product-grid .b-product-grid__item {
        min-height: 470px;
    }
}
@media screen and (max-width: 900px) {
    .b-popup-content.added_cart {
        width: 100%;
        padding: 50px 30px 30px;
    }
}
@media screen and (max-width: 992px) {
    .fly_cart {
        top: auto;
        bottom: 10%;
    }
    .b-product-grid__item:nth-child(3n+4) {
        clear: both;
    }
}
@media screen and (max-width: 750px) {
    .b-product-grid.similar {
        text-align: center;
    }
    .b-product-grid__item.similar {
        width: 100%;
        display: inline-block;
        float: none;
    }
    .b-popup .popup-close {
        right: 10px;
        top: 10px;
    }
}
@media screen and (max-width: 668px) {
    .b-block-title.check-icon {
        padding-left: 30px;
    }
    .b-product-grid__item:nth-child(3n+4) {
        clear: inherit;
    }
    .b-product-grid__item:nth-child(2n+3) {
        clear: both;
    }
    .b-product-grid__item.similar {
        margin-bottom: 20px;
    }
    .b-block-title.check-icon:before {
        display:none;
    }
    .delivery_col {
        width:100%;
    }
}
@media screen and (max-width:400px) {
    .row_btn_adapter {
        text-align:center;
    }
    .row_btn_adapter>div{
        width:100%;
        margin:0;
    }
    .row_btn_adapter>div:first-child {
        margin-bottom:10px;
    }
    .b-menu-grid__item:hover img{
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    .b-menu-grid__more-section__top > .b-menu-grid__item:nth-child(2n+2) .b-menu-grid__item-name {
        right:0;
        left: 60px;
    }
}
@media screen and (max-width: 450px) {
    .b-product-grid__item-preview {
        height: 170px;
        line-height: 170px;
    }
    .b-product-grid__item-price {
        text-align: left;
    }
    .b-product-grid__item .btn-38lh.cart-icon {
        width: 80%;
    }
    .b-product-grid__item-btn {
        display: none;
        width: 100%;
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translate(-50%,0);
    }
    .b-product-grid__item.action {
        width:100% !important;
    }
    .b-product-grid__item.action .b-product-grid__item-btn {
        display: block;
        width: 100%;
        position: relative;
        bottom: auto;
        left: auto;
        transform: translate(0,0);
    }
    .b-main-content.catalog .b-product-grid .b-product-grid__item {
        min-height: auto;
    }
    .b-product-grid__item-price.hidemob {
        height: 0;
        overflow: hidden;
        min-height: 0;
    }
}
@media screen and (min-width:992px) {
    .hide_inf_block {
        overflow: hidden;
        position: relative;
    }
    .hide_inf_block .hide_content {
        overflow: hidden;
        max-height: 60px;
        position: relative;
        padding: 0 20px;
        margin-bottom: 20px;
        position:relative;
    }
    .hide_inf_block .hide_content:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        background: -webkit-linear-gradient(bottom, #fff 0%,rgba(255,255,255,0));
        background: -ms-linear-gradient(bottom, #fff 0%,rgba(255,255,255,0));
        background: -o-linear-gradient(bottom, #fff 0%,rgba(255,255,255,0));
        background: -moz-linear-gradient(bottom, #fff 0%,rgba(255,255,255,0));
        background: linear-gradient(bottom, #fff 0%,rgba(255,255,255,0));
        width: 100%;
        height: 30px;
    }
    .hide_inf_block .b-product-grid__item-descr {
        height:auto;
        margin-bottom:0;
        padding-bottom:10px;
    }
    .hide_inf_block .b-product-grid__item-price {
        margin-top: 15px;
        margin-bottom: 0;
    }
    .hide_inf_block .b-product-grid__item-btn {
        display: none;
    }
    .b-product-grid__item:hover .hide_inf_block .b-product-grid__item-btn {
        display: inline-block;
    }
    .b-main-content.catalog {
        padding-bottom:80px;
    }
    .b-main-content.catalog .b-product-grid .b-product-grid__item:hover  .hide_content:after {
        display: none;
    }
    .b-main-content.catalog .b-product-grid .b-product-grid__item:hover .hide_inf_block {
        position: absolute;
        top: 270px;
        left:-1px;
        width:100%;
        z-index: 10;
        padding-bottom: 20px;
        background: white;
        border: 1px solid #eee;
        border-width: 0 1px 1px 1px;
        box-sizing: content-box;
    }
    .b-main-content.catalog .b-product-grid .b-product-grid__item:hover .hide_inf_block .hide_content {
        max-height: 100%;
        margin-bottom:0;
    }
    .b-main-content.catalog .b-product-grid .b-product-grid__item {
        border:1px solid transparent;
        min-height: 445px;
    }
    .b-main-content.catalog .b-product-grid .b-product-grid__item:hover {
        border:1px solid #eee;
        border-width:1px 1px 0 1px;
    }
    .b-main-content.catalog .b-product-grid .b-product-grid__item-preview img {
        display:block;
        margin: 0 auto;
    }
}
.change_dop_pop {
    text-align:center;
}
.change_dop_pop .b-popup-product__title {
    padding:0 50px;
}
.sms_code_inp_wrap {
    margin-top: 10px;
    display: none;
}
.standard-input-wrap .send_code_btn_order {
    position: absolute;
    top: 50%;
    right: 23px;
    font-size: 12px;
    padding: 3px;
    border: 1px solid #ff3c00;
    border-radius: 3px;
    background-color: #ef501f;
    color: #fff;
    cursor: pointer;
    display: none; 
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    transform: translate(0,-50%);
}
.text_seo {
    margin-top: 20px;
}

.b-cart-checkout>span {
    float: left;
}
.ym-advanced-informer {
    display: none;
}
.overlayFuncLoader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    z-index: 10000;
}
.overlayFuncLoader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.b-evaluation__item.err, .b-thanks-order__textarea.error {
    border: 1px solid red;
}
.discountMessage {
    border: 1px solid #46c45c;
    padding: 20px;
    background: rgba(70,196,92,0.1);
    font-family: "ALSSchlangesans-Black";
    font-size: 18px;
    margin: 0 0 25px;
}
.hidden_checkbox {
    padding-left: 0;
}
.tortik .hidden_checkbox {
    text-align: center;
}
.hidden_checkbox .b-product-price__checkbox {
    width: 0;
    height: 0;
    overflow: hidden;
}
.ui-datepicker tbody td a.ui-state-highlight {
    font-weight: bold;
}
.ui-datepicker tbody td a.ui-state-active {
    border: 1px solid red;
}
.b-radio-select__item__hidden-content .error-text {
    color: red;
    font-size: 12px;
    display: none;
}
.count-elem2 .standard-input-wrap {
    width: 49.5%;
    float: left;
    margin-right: 1%;
}
.confirmSmsCode {
    margin-bottom: 20px;
    margin-top: 10px;
}
.confirmSmsCode .registration-form-input {
    width: 170px;
    display: inline-block;
    vertical-align: middle;
}
.confim_sms_button {
    display: inline-block;
    padding: 8px 13px;
    vertical-align: middle;
}
.b-product-grid__item:nth-child(3n+4) {
    clear: both;
}
.green-bg {
    display: block;
    background: #2bbc45;
    padding: 40px;
    color: white;
    margin-top: 45px;
}
.ura-dd-left {
    float: left;
    width: 185px;
    font-size: 100px;
    font-family: ALSSchlangesans-Bold;
    opacity: 0.5;
    padding-top: 20px;
    margin-right: 25px;
}
.ura-dd-left .domo-money:before {
    background: #fff;
}
.ura-dd-right {
    float: left;
    width: 465px;
}
.ura-dd-title {
    font-size: 33px;
    margin-bottom: 10px;
}
.ura-dd-text {
    font-size: 20px;
    font-family: ALSSchlangesans-Bold;
    line-height: 26px;
    opacity: 0.9;
}
.b-seo__item-descr > p {
    width: 48%;
    margin-right: 2%;
    float: left;
}
.b-seo__item-descr > p:last-child {
    margin-right: 0;
}
.action-old-price {
    color: #c5c5c5;
    font-family: Ubuntu-Regular;
    text-decoration: line-through;
}
.b-product-grid__item.similar.action {
    float: none;
    width: auto;
    display: inline-block;
}
.b-registration-form__input.must.error textarea {
    border-color: red;
}
.confirm_sms_code {
    margin-top: 15px;
    display: none;
}
.promo-code-in-cart {
    max-width: 400px;
}
.promo-code-in-cart .b-personal-data {
    background: transparent;
}
.promo-code-in-cart .b-personal-data__title {
    margin-bottom: 0;
    text-decoration: underline;
    cursor: pointer;
}
.promo-code-in-cart .b-personal-data__title:hover {
    text-decoration: none;
}
.promo-code-in-cart .b-personal-data__line-wrap {
    display: none;
    padding: 15px;
    background: #f7f7ff;
    margin: 15px 0 0;
}
.promo-code-in-cart .promo-add .b-personal-data__line-wrap>div:first-child {
    width: 50%;
}
.forgot_password_custom .standard-input-wrap__input.error {
    border-color: red;
}
.forgot_password_custom .bx-authform-formgroup-container {
    margin-bottom: 15px;
    position: relative;
}
.forgot_password_custom .bx-authform-label-container {
    font-size: 14px;
    font-family: Ubuntu-Bold;
    margin-bottom: 5px;
}
.sms_code_forgot {
    display: none;
    margin-bottom: 15px;
}
.sms_code_forgot .standard-input-wrap {
    width: 32%;
    float: left;
    margin-right: 2%;
}

.bx-authform-link-container a {
    font-size: 18px;
    border-bottom: 1px dotted black;
}
.sms_code_forgot .standard-input-wrap:last-child {
    margin-right: 0;
}
.forgot_password_custom .alert-success {
    display: none;
    position: relative;
    padding: 15px;
    background: rgba(206, 237, 212, 0.64);
    margin-bottom: 25px;
    font-family: Ubuntu-Regular;
}
.forgot_password_custom .alert-success.active {
    display: block;
}
.b-catalog__item__preview:after {
    content: '';
    display: block;
    width: 100%;
    height: 20%;
    background: -webkit-linear-gradient(bottom,rgba(0, 0, 0, 0.67),transparent);
    position: absolute;
    bottom: 0;
    left: 0;
}
.seo_article_after_section b {
    font-family: Ubuntu-bold;
}
.seo_article_after_section__bg_text {
    background: #f8f6ff;
    padding: 20px;
    font-size: 15px;
    line-height: 1.5em;
    margin-bottom: 40px;
}
.seo_article_after_section__title {
    font-size: 25px;
    font-family: Ubuntu-Bold;
    letter-spacing: -1px;
    margin-bottom: 25px;
}
.seo_article_after_section__num_list {
    counter-reset: list;
}
.seo_article_after_section__num_list li {
    position: relative;
    min-height: 85px;
    font-size: 15px;
    padding-left: 85px;
    line-height: 1.5em;
    padding-top: 15px;
}
.seo_article_after_section__num_list li:before {
    width: 45px;
    height: 45px;
    display: inline-block;
    text-align: center;
    position: absolute;
    font-size: 24px;
    line-height: 45px;
    font-family: Ubuntu-bold;
    color: #fff;
    margin: 0 20px 20px;
    left: 0;
    top: 0;
    background: #2bbc45;
    border-radius: 50%;
    counter-increment: list;
    content: counter(list);
}
.seo_article_after_section__num_list.star_icons li:before {
    background: url(/bitrix/templates/domoed/img/reviews_icons/icon-star.png) no-repeat;
    background-size: contain;
}
.seo_article_after_section__review_item {
    margin-left: 20px;
    position: relative;
    margin-bottom: 40px;
}
.seo_article_after_section__review_item_photo_wrap {
    text-align: center;
    font-family: Ubuntu-bold;
    font-size: 15px;
    letter-spacing: -0.5px;
    width: 17%;
}
.seo_article_after_section__review_item_text {
    background: #f8f6ff;
    width: 83%;
    padding: 30px;
    position: relative;
}
.seo_article_after_section__review_item.left_photo .seo_article_after_section__review_item_photo_wrap {
    float: left;
    padding-left: 20px;
}
.seo_article_after_section__review_item.left_photo .seo_article_after_section__review_item_text {
    float: left;
    padding-left: 50px;
}
.seo_article_after_section__review_item.right_photo .seo_article_after_section__review_item_photo_wrap {
    float: right;
    padding-right: 20px;
}
.seo_article_after_section__review_item.right_photo .seo_article_after_section__review_item_text {
    float: right;
    padding-right: 50px;
}
.seo_article_after_section__review_item .seo_article_after_section__review_item_text:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
}
.seo_article_after_section__review_item.right_photo .seo_article_after_section__review_item_text:after {
    border-left: 15px solid #f8f6ff;
    left: 100%;
}
.seo_article_after_section__review_item.left_photo .seo_article_after_section__review_item_text:after {
    border-right: 15px solid #f8f6ff;
    right: 100%;
}
.seo_article_after_section__advantages_checked {
    margin-bottom: 70px;
}
.seo_article_after_section__advantages_checked_item {
    display: inline-block;
    width: 33%;
    font-family: Ubuntu-Bold;
    letter-spacing: -0.5px;
    font-size: 19px;
}
.seo_article_after_section__advantages_checked_item img {
    float: left;
    margin: 10px;
}

.seo_article_after_section__block5 {
    margin-bottom: 40px;
}
.seo_article_after_section__block2 {
    margin-bottom: 40px;
}
.btn-34lh.red-btn.days-btn.deactive:hover {
    background: #ccc;
}
.btn-34lh.red-btn.days-btn.deactive {
    background: #ccc;
}
.changePassOpener {
    cursor: pointer;
    border-bottom: 1px dashed black;
}
.changePassOpener:hover {
    border-bottom: 1px dashed transparent;
}
.statistics-tabs-header {
    position: relative;
    margin-bottom: 25px;
    display: flex;
}
.statistics-tab-header-item {
    width: 23.5%;
    /* float: left; */
    padding: 25px;
    border: 2px solid #2bbc45;
    text-align: center;
    margin-right: 2%;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.5s ease;
    font-size: 26px;
    font-family: "ALSSchlangesans-Black";
    color: #2bbc45;
}
.statistics-tab-header-item:last-child {
    margin-right: 0;
}
.statistics-tab-header-item:hover, .statistics-tab-header-item.active {
    color: #fff;
    background: rgba(43, 188, 69, 0.68);
}
.statistics-tab-item {
    display: none;
}
.statistics-tab-item.active {
    display: block;
}
.clear_filter {
    text-align: center;
    margin-top: 15px;
}
.old_price {
    font-size: 16px;
    color: #ccc;
    text-decoration: line-through;
}
#test_catalog {
    position: fixed;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    overflow: auto;
    background: #fff;
    padding: 70px 50px 50px;
    border-radius: 5px;
    box-shadow: 0 0 10px black;
    border: 1px solid #ccc;
    z-index: 99;
}
.manager_catalog__item {
    float: left;
    width: 17.8%;
    margin-right: 2.75%;
    position: relative;
    margin-bottom: 2.75%;
}
.manager_catalog__item:nth-child(5n+5) {
    margin-right: 0;
}
.manager_catalog_title {
    position: absolute;
    top: 0px;
    left: 0;
    padding: 20px 50px 0;
    border-bottom: 1px solid #ccc;
    width: 100%;
    background: #fff;
    z-index: 1;
}
.manager_catalog__item .b-catalog__item__name {
    text-align: right;
}
.manager_catalog_product__item {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    border-bottom: 4px double #ccc;
}
.manager_catalog_product__item-preview {
    height: 125px;
    line-height: 125px;
    margin-right: 20px;
    cursor: pointer;
    float: left;
}
.manager_catalog_product__item-descr {
    font-size: 12px;
    border-bottom: 1px solid #ececec;
    text-overflow: ellipsis;
    padding-bottom: 10px;
}
.manager_catalog_product__item .b-product-grid__item-price {
    margin-top: 10px;
}
.manager_catalog_product__item .b-product-grid__item-btn-wrap {
    display: inline-block;
    margin-left: 25px;
}
.manager_catalog_title .back_to_menu {
    font-family: Ubuntu-Bold;
    font-size: 14px;
    float: right;
    line-height: 30px;
    text-decoration: underline;
    cursor: pointer;
}
.manager_catalog_title .back_to_menu:hover {
    text-decoration: none;
}
.close_manager_catalog {
    color: #ccc;
    float: right;
    font-size: 26px;
    cursor: pointer;
    line-height: 26px;
    padding: 0 15px;
    z-index: 2;
    transition: all .5s ease;
}
.close_manager_catalog:before {
    content: 'Оформить';
    font-size: 18px;
    margin-right: 10px;
}
.close_manager_catalog:hover {
    color: #000;
}
.shm-indicator-cake {
    float: right;
    font-family: Ubuntu-Bold;
    color: #ef501f;
    margin-left: 34px;
}
.mob_visible {
    display: none;
}
.b-product-price.dop {
    padding: 0 15px 0 45px;
}
.dop_wrapper_manager {
    padding-left: 145px;
    margin-top: 20px;
}
.tireos_popup .tireos_popup_inner {
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    padding: 50px;
    text-align: left;
    width: 768px;
}
.tireos_popup:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 100%;
    vertical-align: middle;
}
.tireos_popup {
    display: none;
    padding: 50px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0,0,0,0.5);
    overflow: auto;
    text-align: center;
}
.preloader_custom {
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    border-radius: 50%;
    border: 4px solid transparent;
    border-top: 4px solid #ef501f;
    animation: spin 1.5s infinite linear;
    margin: 0 auto;
}
.preloader_custom:before {
    position: absolute;
    top: -10px;
    left: -11px;
    width: 135px;
    height: 135px;
    display: block;
    content: '';
    border: 2px solid transparent;
    border-top: 2px solid #0fbc2e;
    border-radius: 50%;
    animation: spin 2s infinite linear;
}
.preloader_custom:after {
    position: absolute;
    top: 5px;
    left: 4px;
    width: 105px;
    height: 105px;
    display: block;
    content: '';
    border: 1px solid transparent;
    border-top: 1px solid #0facbc;
    border-radius: 50%;
    animation: spin 2.5s infinite linear;
}
.wait_pay_wrapper {
    margin-top: 45px;
}
.wait_pay_title {
    font-family: Ubuntu-Bold;
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
}
.tireos_popup_inner .actions_row .btn-50lh {
    width: 45%;
    margin-right: 10%;
    text-align: center;
    white-space: nowrap;
    display: block;
    float: left;
    cursor: pointer;
}
.tireos_popup_inner .actions_row .btn-50lh:last-child {
    margin-right: 0;
}

@keyframes spin {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}
@-moz-keyframes spin {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}
@-ms-keyframes spin {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}
@-o-keyframes spin {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}
.blog_item__description h3 {
    font-family: Ubuntu-Bold;
    font-size: 22px;
	margin-bottom: 5px;
margin-top: 25px
}

.yur_info h2 {
    display: block;
    text-align: center;
    color: #fff;
    background: #27ab3f;
    padding: 10px;
    margin: 20px 0;
    position: relative;
    font-family: ALSSchlangesans-Black;
    font-size: 20px;
}
.yur_info h2:after {
    content: '';
    display: block;
    width: 100%;
    height: 20px;
    top: 100%;
    left: 0;
    background: #ddffe3;
    position: absolute;
}
.yur_info p, .yur_info ul {
    background: #ddffe3;
    padding: 0 20px;
    line-height: 1.7em;
    padding-bottom: 20px;
}
.gotoyur {
    border-bottom: 1px dashed #000;
    margin: 10px 0;
    padding-bottom: 2px;
    display: inline-block;
}
.gotoyur:hover {
    border-bottom-color: transparent;
}
.b-contacts__info {
    position: relative;
    margin-bottom: 20px;
}
.b-contacts__info .b-contacts__info_tr {
    position: relative;
    padding: 5px 0;
}
.b-contacts__info .b-contacts__info_tr:nth-child(odd) {
    background: #f7f7ff;
}
.b-contacts__info_title {
    font-family: ALSSchlangesans-Black;
    font-size: 20px;
    margin-bottom: 15px;
}
.pay_logos {
    width: 100%;
    display: block;
    clear: both;
    text-align: center;
    padding-top: 20px;
}
.pay_logos img {
    height: 30px;
    margin-right: 10px;
}
.pay_logos img:last-child {
    margin-right: 0;
}
.b-product-grid__item-link:hover {
    color: #000;
}
.bullet_list {
    padding-left: 25px;
    padding-top: 25px;
}
.bullet_list li {
    padding-left: 25px;
    margin-bottom: 20px;
    line-height: 1.4em;
    position: relative;
}
.bullet_list li:after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: url(/bitrix/templates/domoed/img/bullet.png) no-repeat;
    position: absolute;
    top: 3px;
    left: 0;
}

.subtitle {
    font-size: 20px;
    font-family: "ALSSchlangesans-Black";
    margin-bottom: 20px;
}
strong {
    font-weight: normal;
    font-family: Ubuntu-Bold;
}
.quote_in_blog {
    padding: 0 12px;
    margin: 30px 20px;
    border-left: 3px solid #00c849;
    font-size: 14px;
    font-family: Ubuntu-Light;
    line-height: 1.4em;
}

.standard-select-wrap select {
    border: 1px solid #c4c4c4;
    border-radius: 0;
    margin-top: 0;
    min-width: 100px;
    background: #fff;
    font-size: 14px;
}
.standard-select-wrap select:focus {
    box-shadow: 0 0 3px -1px #00c849;
    border-color: #00c849;
}
.b-history-orders {
    position: relative;
}
.select_wrapper_item {
    display: inline-block;
    position: relative;
}
.select_wrapper_item .fa.fa-caret-down {
    position: absolute;
    top: 10px;
    right: 15px;
}
.tooltip-open {
    position: relative;
    color: #05d451;
    font-size: 18px !important;
}
.logout_btn {
    margin-top: 60px;
    display: inline-block;
    text-decoration: underline;
    color: #000;
}
.tooltip_item {
    display: none;
    position: absolute;
    top: 100%;
    left: -15px;
    z-index: 10;
    padding-top: 12px;
    width: 275px;
}
.tooltip-open {
    margin-left: 5px;
}
.tooltip-open:hover:before {
    content: '\f059';
}
.tooltip_item.show {
    display: block;
}
.tooltip_item.show .tooltip_item_inner {
    background: #fff;
    display: block;
    color: #000;
    padding: 15px;
    font-size: 14px;
    border: 1px solid #c4c4c4;
    box-shadow: -3px 0 10px -3px #c4c4c4;
    line-height: 1.4em;
    min-width: 320px;
}
.tooltip_item.show .tooltip_item_inner:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    width: 12px;
    height: 12px;
    background: #fff;
    border: 1px solid #c4c4c4;
    border-width: 1px 0 0 1px;
    transform: rotate(45deg);
}
.discount_page_block {
    margin-bottom: 40px;
    position: relative;
}
.discount_page_block-title {
    font-size: 19px;
    margin-bottom: 10px;
}
.discount_page_block-text {
    line-height: 1.4em;
}
.discount_page_block-text p {
    margin-bottom: 10px;
    font-size: 16px;
}
.custom_tochka {
    width: 4px;
    height: 4px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
}

.boccapizza-icon {
    display: none !important;
}

.mauto {
    margin: 0 auto;
}
.text-page img {
    max-width: 100%;
}
.text-page p {
    margin-bottom: 15px;
}
.text-page ol {
    list-style-type: decimal;
    margin-left: 17px;
}
.text-page ul {
    list-style-type: disc;
    margin-left: 17px;
}
.text-page li {
    margin-bottom: 10px;
}
.text-page h2:not(:first-child) {
    margin-top: 30px;
}
.text-page h2 {
    margin-bottom: 20px;
}
/* End */


/* Start:/bitrix/templates/domoed/css/font-awesome/css/font-awesome.min.css?147742947929039*/
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/bitrix/templates/domoed/css/font-awesome/css/../fonts/fontawesome-webfont.eot?v=4.6.3');src:url('/bitrix/templates/domoed/css/font-awesome/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('/bitrix/templates/domoed/css/font-awesome/css/../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('/bitrix/templates/domoed/css/font-awesome/css/../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('/bitrix/templates/domoed/css/font-awesome/css/../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('/bitrix/templates/domoed/css/font-awesome/css/../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
/* End */


/* Start:/bitrix/templates/domoed/css/media.css?15791620455932*/
@media screen and (max-width:768px) {
	.sms_code_forgot .standard-input-wrap {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	.email_restore .standard-input-wrap {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	.ca_nav_line {
		text-align: center;
		display: block;
		margin-bottom: 30px;
	}
	.banner-image ~ .read-more {
		display: none !important;
	}
	.ca_nav_line>.ca_nav_line_item {
	    display: block;
		box-sizing: border-box;
		width: 30%;
		margin: 0 1.5%;
		float: left;
		padding: 3px;
	}
	.ca_order_lists>thead {
		display:none;
	}
	.ca_order_lists>tbody .open_btn {
		display: block;
		padding-left:10px;
	}
	.ca_order_lists>tbody td {
		width:100%;
		padding-left: 45%;
		position:relative;
		float:left;
		border-width:1px 1px 0 1px !important;
		text-align:left;
	}
	.ca_order_lists>tbody td:last-child {
		border-bottom-width: 1px !important;
	}
	.ca_order_list_item > td:before {
		content: attr(data-label);
		position: absolute;
		top: 10px;
		left: 10px;
		width: 45%;
	}
	.ca_order_list_item>td:not(.open_btn) {
		display:none;
	}
	.ca_order_list>tr:last-child>.open_btn {
		border-bottom-width: 1px !important;
	}
	.b-cart-checkout>* {
	    float: none !important;
	    clear: both;
	    margin: 0 auto;
	    display: table;
	    margin-bottom: 10px;
	}
	.b-cart-checkout {
		text-align: center;
	}
	.seo_article_after_section__review_item.left_photo .seo_article_after_section__review_item_photo_wrap {
	    float: none;
	    text-align: center;
	    width: 100%;
	    padding: 0;
	}
	.seo_article_after_section__review_item.left_photo .seo_article_after_section__review_item_text {
	    width: 100%;
	    float: none;
	    margin-top: 25px;
	}
	.seo_article_after_section__review_item.right_photo .seo_article_after_section__review_item_photo_wrap {
	    float: none;
	    text-align: center;
	    width: 100%;
	    padding: 0;
	}
	.seo_article_after_section__review_item.right_photo .seo_article_after_section__review_item_text {
	    width: 100%;
	    float: none;
	    margin-top: 25px;
	}
	.seo_article_after_section__review_item .seo_article_after_section__review_item_text:after {
		display: none;
	}
	.seo_article_after_section__review_item {
	    margin-left: 0;
	}
	.shm-order-list-table td {
	    display: block;
	}
	.shm-order-list-table th {
		display: none;
	}
	.shm-order-list-table td:before {
	    content: attr(data-label);
	    text-align: center;
	    display: block;
	    font-size: 24px;
	    font-family: "ALSSchlangesans-Black";
	    margin-bottom: 25px;
	}
	.shm-order-list-more {
		position: absolute;
	    top: 9px;
	    right: 60px;
	}
	.shm-order-list-num {
		display: inline;
	}
	.shm-order-printbtn {
		position: absolute;
	    top: 9px;
	    right: 30px;
	}
	.shm-order-editbtn_listall {
		position: absolute;
	    top: 9px;
	    right: 0px;
	}
	.small_info {
		display: block;
		margin-top: 15px;
	}
	.shm-indicator-cake {
	    position: absolute;
	    top: 9px;
	    right: 10px;
	}
	.mob_visible {
		display: block;
	}
	.shm-order-list-price .mob_visible {
		display: inline-block;
	}
	.shm-order-list-item-title {
		display: block;
	}
	.payment_item .payment_item__inner > div {
		width: 100%;
		line-height: 1.5em;
	}
	.payment_item .payment_item__inner > .payment_sum {
		text-align: left;
	}
	.manager_catalog__item {
		width: 47%;
	}
	.manager_catalog__item:nth-child(2n+2) {
		margin-right: 0;
	}
	.manager_catalog__item:nth-child(5n+5) {
		margin-right: 2.75%;
	}
	.tireos_popup .tireos_popup_inner {
	    max-width: 98%;
	    padding: 20px;
	}
}
@media screen and (max-width: 668px) {
	.b-product-grid__item:nth-child(3n+4) {
	    clear: none;
	}
	.b-product-grid__item:nth-child(2n+3) {
	    clear: both;
	}
	.tireos_popup_inner .actions_row .btn-50lh:before {
		display: none;
	}
	.tireos_popup_inner .actions_row .btn-50lh {
	    width: 100%;
	    padding: 0;
	    font-size: 14px;
	    margin-bottom: 15px;
	}
}
@media screen and (max-width: 992px) {
	.ura-dd-left {
	    float: none;
	    width: 100%;
	    text-align: center;
	}
	.ura-dd-right {
	    float: none;
	    width: 100%;
	}
	.ura-dd-title {
	    text-align: center;
	}
	.seo_article_after_section__advantages_checked_item {
	    width: 100%;
	    text-align: center;
	}
	.seo_article_after_section__advantages_checked_item img {
	    float: none;
	    display: inline-block;
	    vertical-align: middle;
	}
	/*.b-popup[data-popup="thanks"] .b-popup-content {
		max-width: 100%;
	}*/
}
@media screen and (max-width: 500px) {
	.seo_article_after_section__advantages_checked_item {
	    width: 100%;
	    position: relative;
	    min-height: 44px;
	    text-align: left;
	}
	.seo_article_after_section__advantages_checked_item img {
	    display: block;
	    position: absolute;
	    top: 0;
	    left: 0;
	}
	.seo_article_after_section__advantages_checked_item span {
	    float: left;
	    padding-left: 52px;
	    padding-top: 10px;
	}
	.seo_article_after_section__title {
		text-align: center;
	}
	.shm-order-list-more {
		position: absolute;
	    top: auto;
	    bottom: 9px;
	    right: 60px;
	}
	.shm-order-printbtn {
		position: absolute;
	    top: auto;
	    bottom: 9px;
	    right: 30px;
	}
	.shm-order-editbtn_listall {
		position: absolute;
	    top: auto;
	    bottom: 9px;
	    right: 0px;
	}
	.shm-indicator-cake {
	    position: absolute;
	    top: auto;
	    bottom: 9px;
	    right: 10px;
	}
	.shm-order-list-item.is-bocca-item .is-bocca-ico {
		text-align: left;
	}
}
/*@media screen and (min-width: 1024px) {
	.b-site-wrapper {
		height: 100%;
	}
	.b-site-wrapper__content {
		height: 100%;
	}
	.b-site-footer {
		position: absolute;
	    bottom: 0;
	    left: 0;
	    width: 100%;
	}
}*/
/* End */


/* Start:/local/components/tireos/unify.register/templates/v4/style.css?17000533136266*/
.t-modal {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.t-modal__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(136, 136, 136, 0.689793);
}
.t-modal__body {
  background-color: white;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
}
@media screen and (min-width: 768px) {
  .t-modal__body {
    width: 450px;
    height: auto;
    padding: 44px 40px 50px;
  }
}
.t-modal__close {
  position: absolute;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 1px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .t-modal__close {
    top: 8px;
    right: 8px;
    left: auto;
  }
}
.t-modal__close:hover {
  color: #888;
}
.t-modal__title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "ALSSchlangesans-Black", sans-serif;
  font-size: 22px;
  line-height: 26px;
  height: 50px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .t-modal__title {
    display: block;
    font-size: 40px;
    line-height: 47px;
    margin-bottom: 21px;
    border-bottom: none;
    height: auto;
  }
}

.auth-button {
  background-color: transparent;
}

.enter-phone-text {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 25px;
}
.enter-phone-field {
  margin-right: 20px;
  margin-left: 20px;
  border: 1px solid #C4C4C4;
  margin-bottom: 15px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .enter-phone-field {
    margin-right: 0;
    margin-left: 0;
  }
}
.enter-phone-field input {
  width: 100%;
  height: 45px;
  padding: 0 40px;
  font-size: 14px;
  text-align: left;
}
.enter-phone-field label {
  position: absolute;
  top: 14.5px;
  left: 22px;
}
.enter-phone-button {
  margin-right: 20px;
  margin-left: 20px;
  background-color: #FF3400;
  height: 45px;
  text-align: center;
  font-family: ALSSchlangesans-Black, sans-serif;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 20px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .enter-phone-button {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.enter-phone-button.is-disabled {
  background: #9D9D9D;
}
.enter-phone-confirm {
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  margin-right: 20px;
  margin-left: 20px;
}
.enter-phone-confirm a {
  border-bottom: 1px dotted #000;
}
.enter-phone-confirm br {
  display: none;
}
@media screen and (min-width: 768px) {
  .enter-phone-confirm {
    font-size: 15px;
    line-height: 18px;
    margin-right: 0;
    margin-left: 0;
  }
  .enter-phone-confirm br {
    display: block;
  }
}

.mb-20 {
  margin-bottom: 20px;
}

.enter-code__title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 35px;
}
.enter-code__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.enter-code__phone {
  width: 225px;
  height: 45px;
  display: flex;
  align-items: center;
  padding-left: 18px;
  border: 1px solid #C4C4C4;
  font-size: 14px;
  line-height: 16px;
}
.enter-code__change-phone {
  border-bottom: 1px dotted #000000;
  cursor: pointer;
}
.enter-code__error-text span {
  font-size: 13px;
  line-height: 22px;
  color: #FF0000;
  text-align: center;
  display: inline-block;
  width: 115px;
}
.enter-code__code {
  border: 1px solid #C4C4C4;
  width: 115px;
  height: 45px;
  text-align: center;
}
.enter-code__code.is-error {
  border-color: #ff0000;
}
.enter-code__button {
  margin-right: 20px;
  margin-left: 20px;
  background-color: #FF3400;
  height: 45px;
  text-align: center;
  font-family: ALSSchlangesans-Black, sans-serif;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 20px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .enter-code__button {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.enter-code__button.is-disabled {
  background: #9D9D9D;
}
.enter-code__get-code-wait span {
  opacity: 0.5;
}
.enter-code__get-code {
  color: #00C749;
  border-bottom: 1px dotted #00C749;
  cursor: pointer;
  text-align: center;
  display: inline-block;
}
.enter-code__error-text {
  margin-bottom: 10px;
}

.auth-phone-field {
  border: 1px solid #c4c4c4;
  padding: 8px 8px;
  margin-bottom: 10px;
  width: 100%;
}

.auth-form-submit {
  background-color: #FF3400;
  height: 45px;
  text-align: center;
  font-family: ALSSchlangesans-Black, sans-serif;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 20px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
}
.auth-form-submit:disabled {
  background-color: #9D9D9D;
}

.enter-code-mobile {
  padding: 0 20px;
  text-align: center;
}
.enter-code-mobile__title {
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
}
.enter-code-mobile__text {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 20px;
  text-align: center;
}
.enter-code-mobile__error-text {
  text-align: center;
  color: #ff0000;
  margin-bottom: 10px;
}
.enter-code-mobile__code {
  font-size: 14px;
  line-height: 16px;
  border: 1px solid #C4C4C4;
  text-align: center;
  height: 45px;
  width: 280px;
  border-radius: 0;
}
.enter-code-mobile__code.is-error {
  border-color: #ff0000;
}
.enter-code-mobile__field {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.verification-code {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.verification-code_label {
  width: 105px;
}
.verification-code img {
  margin-left: 8px;
  margin-right: 8px;
}
.verification-code input {
  border: 1px solid #c4c4c4;
  padding: 4px 8px;
  flex-grow: 1;
}

.error-phone-text {
  color: red;
  padding-bottom: 20px;
  margin-top: -10px;
  text-align: center;
}

.w-100 {
  width: 100%;
}

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

/* End */


/* Start:/local/js/snackbar/snackbar.min.css?16357013311279*/
.snackbar-container{transition:all .5s ease;transition-property:top,right,bottom,left,opacity;font-family:Roboto,sans-serif;font-size:14px;min-height:14px;background-color:#070b0e;position:fixed;display:flex;justify-content:space-between;align-items:center;color:#fff;line-height:22px;padding:18px 24px;bottom:-100px;top:-100px;opacity:0;z-index:9999}.snackbar-container .action{background:inherit;display:inline-block;border:none;font-size:inherit;text-transform:uppercase;color:#4caf50;margin:0 0 0 24px;padding:0;min-width:min-content;cursor:pointer}@media (min-width:640px){.snackbar-container{min-width:288px;max-width:568px;display:inline-flex;border-radius:2px;margin:24px}}@media (max-width:640px){.snackbar-container{left:0;right:0;width:100%}}.snackbar-pos.bottom-center{top:auto!important;bottom:0;left:50%;transform:translate(-50%,0)}.snackbar-pos.bottom-left{top:auto!important;bottom:0;left:0}.snackbar-pos.bottom-right{top:auto!important;bottom:0;right:0}.snackbar-pos.top-left{bottom:auto!important;top:0;left:0}.snackbar-pos.top-center{bottom:auto!important;top:0;left:50%;transform:translate(-50%,0)}.snackbar-pos.top-right{bottom:auto!important;top:0;right:0}@media (max-width:640px){.snackbar-pos.bottom-center,.snackbar-pos.top-center{left:0;transform:none}}
/* End */


/* Start:/bitrix/templates/domoed/components/bitrix/menu/personal_menu_mob/style.css?1477429479449*/
.b-main-nav.mobile.pers .b-main-nav__item.active .b-main-nav__link, .b-main-nav.mobile.pers .b-main-nav__item:hover .b-main-nav__link {
    background: linear-gradient(to bottom, #2ecb4a, #25a03b);
    background: -webkit-linear-gradient(top, #2ecb4a, #25a03b);
    background: -moz-linear-gradient(top, #2ecb4a, #25a03b);
    background: -o-linear-gradient(top, #2ecb4a, #25a03b);
    background: -ms-linear-gradient(top, #2ecb4a, #25a03b);
}
/* End */
/* /bitrix/templates/domoed/css/owl.carousel.css?14774294794614 */
/* /bitrix/templates/domoed/css/jquery.fancybox.min.css?153826713613769 */
/* /bitrix/templates/domoed/css/fonts.css?14792871364427 */
/* /bitrix/templates/domoed/css/reset.css?14774294791417 */
/* /bitrix/templates/domoed/css/style.css?1596619718160495 */
/* /bitrix/templates/domoed/css/custom.css?158888700532828 */
/* /bitrix/templates/domoed/css/font-awesome/css/font-awesome.min.css?147742947929039 */
/* /bitrix/templates/domoed/css/media.css?15791620455932 */
/* /local/components/tireos/unify.register/templates/v4/style.css?17000533136266 */
/* /local/js/snackbar/snackbar.min.css?16357013311279 */
/* /bitrix/templates/domoed/components/bitrix/menu/personal_menu_mob/style.css?1477429479449 */
