

/* Start:/local/templates/RBC/css/reset.css?17050710491380*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* Don't kill focus outline for keyboard users: http://24ways.org/2009/dont-lose-your-focus */
a:hover, a:active {
    outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
 h1.bx-newsdetail-title {font-size: 25px!important;}
.bx-no-touch .news_prod .product-item-container .product-item-info-container.product-item-hidden {display:none!important}

/* End */


/* Start:/local/templates/RBC/css/owl.carousel.css?17050710494046*/
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.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;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .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-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {

    -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 {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    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 - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

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

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

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  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("/local/templates/RBC/css/../../../../../Downloads/OwlCarousel2-2.2.1/dist/assets/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: 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;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* End */


/* Start:/local/templates/RBC/css/sumoselect.css?17050710498966*/
.SumoSelect p {margin: 0;}
.SumoSelect{width: 200px;}



.sumoStopScroll{overflow:hidden;}

/* Filtering style */
.SumoSelect .hidden { display:none; }
.SumoSelect .search-txt{display:none;outline:none;}
.SumoSelect .no-match{display:none;padding: 6px;}
.SumoSelect.open .search-txt{display: inline-block;position: absolute;top: 0;left: 0;width: 100%;margin: 0;padding: 5px 8px;border: none;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;border-radius: 5px;}
.SumoSelect.open>.search>span, .SumoSelect.open>.search>label{visibility:hidden;}

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass,.SumoUnder {cursor: pointer; position: absolute; top: 0; left: 0; right: 0; height: 100%; width: 100%; border: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; }
.SelectClass{z-index: 1;}

    .SumoSelect > .optWrapper > .options  li.opt label, .SumoSelect > .CaptionCont,.SumoSelect .select-all > label { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }

.SumoSelect { display: inline-block; position: relative;outline:none;cursor: pointer;}

    .SumoSelect > .CaptionCont { position: relative;  min-height:29px; margin:0;cursor: pointer;}
        .SumoSelect > .CaptionCont > span { display: block;font-size: 15px; line-height:29px; padding-left:11px;padding-right: 30px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;border-bottom:1px solid #b2aac5;}
            /*placeholder style*/
            .SumoSelect > .CaptionCont > span.placeholder { color: #ccc; font-style: italic; }

        .SumoSelect > .CaptionCont > label { position: absolute; top: 0; right: 0; bottom: 0; width: 50px;}
            .SumoSelect > .CaptionCont > label > i {

                background-position: center center; width: 11px; height: 7px; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto;background-repeat: no-repeat;}

    .SumoSelect > .optWrapper {display:none; z-index: 1000; top: 29px; width: 100%; position: absolute; left: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: #fff;overflow: hidden;}
        .SumoSelect.open > .optWrapper {top:29px; display:block;}
        .SumoSelect.open > .optWrapper.up {top: auto;bottom: 100%;margin-bottom: 5px;}

        .SumoSelect > .optWrapper ul {list-style: none; display: block; padding: 0; margin: 0; overflow: auto;}
        .SumoSelect > .optWrapper > .options { border-radius: 2px;position:relative;
         /*Set the height of pop up here (only for desktop mode)*/
            max-height: 250px;
             /*height*/ }
         .SumoSelect > .optWrapper.okCancelInMulti > .options { border-radius: 2px 2px 0 0;}
         .SumoSelect > .optWrapper.selall > .options { border-radius: 0 0 2px 2px;}
         .SumoSelect > .optWrapper.selall.okCancelInMulti > .options { border-radius: 0;}
        .SumoSelect > .optWrapper > .options li.group.disabled > label{opacity:0.5;}
        .SumoSelect > .optWrapper > .options li ul li.opt{padding-left: 22px;}
        .SumoSelect > .optWrapper.multiple > .options li ul li.opt{padding-left: 50px;}
        .SumoSelect > .optWrapper.isFloating > .options {max-height: 100%;box-shadow: 0 0 100px #595959;}
        .SumoSelect > .optWrapper > .options  li.opt { padding: 6px 6px; position: relative;border-bottom: 1px solid #f5f5f5;}
            .SumoSelect > .optWrapper > .options > li.opt:first-child { border-radius: 2px 2px 0 0; }
            .SumoSelect > .optWrapper.selall > .options > li.opt:first-child { border-radius:0; }
            .SumoSelect > .optWrapper > .options > li.opt:last-child {border-radius: 0 0 2px 2px; border-bottom: none;}
            .SumoSelect > .optWrapper.okCancelInMulti > .options > li.opt:last-child {border-radius: 0;}
            .SumoSelect > .optWrapper > .options li.opt:hover { background-color: #E4E4E4; }
            .SumoSelect > .optWrapper > .options li.opt.sel, .SumoSelect .select-all.sel{background-color: #a1c0e4;}

            .SumoSelect > .optWrapper > .options li label { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; display: block;cursor: pointer;font-size: 15px;}
            .SumoSelect > .optWrapper > .options li span { display: none; }
            .SumoSelect > .optWrapper > .options li.group > label {cursor: default;padding: 8px 6px;font-weight: bold;}

        /*Floating styles*/
        .SumoSelect > .optWrapper.isFloating { position: fixed; top: 0; left: 0; right: 0; width: 90%; bottom: 0; margin: auto; max-height: 90%; }

    /*disabled state*/
    .SumoSelect > .optWrapper > .options li.opt.disabled { background-color: inherit;pointer-events: none;}
        .SumoSelect > .optWrapper > .options li.opt.disabled * { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 5-7 */ filter: alpha(opacity=50); /* Netscape */ -moz-opacity: 0.5; /* Safari 1.x */ -khtml-opacity: 0.5; /* Good browsers */ opacity: 0.5; }


    /*styling for multiple select*/
    .SumoSelect > .optWrapper.multiple > .options li.opt { padding-left: 35px;cursor: pointer;}
        .SumoSelect > .optWrapper.multiple > .options li.opt span,
        .SumoSelect .select-all > span{position:absolute;display:block;width:30px;top:0;bottom:0;margin-left:-35px;}
            .SumoSelect > .optWrapper.multiple > .options li.opt span i,
            .SumoSelect .select-all > span i{position: absolute;margin: auto;left: 0;right: 0;top: 0;bottom: 0;width: 14px;height: 14px;border: 1px solid #AEAEAE;border-radius: 2px;box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);background-color: #fff;}
.SumoSelect > .optWrapper > .MultiControls { display: none; border-top: 1px solid #ddd; background-color: #fff; box-shadow: 0 0 2px rgba(0, 0, 0, 0.13); border-radius: 0 0 3px 3px; }
    .SumoSelect > .optWrapper.multiple.isFloating > .MultiControls { display: block; margin-top: 5px; position: absolute; bottom: 0; width: 100%; }

    .SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls { display: block; }
        .SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p { padding: 6px; }
        .SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p:focus {box-shadow: 0 0 2px #a1c0e4;border-color: #a1c0e4;outline: none;background-color: #a1c0e4;}

    .SumoSelect > .optWrapper.multiple > .MultiControls > p { display: inline-block; cursor: pointer; padding: 12px; width: 50%; box-sizing: border-box; text-align: center; }
        .SumoSelect > .optWrapper.multiple > .MultiControls > p:hover { background-color: #f1f1f1; }
        .SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk { border-right: 1px solid #DBDBDB; border-radius: 0 0 0 3px; }
        .SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel { border-radius: 0 0 3px 0; }
    /*styling for select on popup mode*/
    .SumoSelect > .optWrapper.isFloating > .options li.opt { padding: 12px 6px; }

    /*styling for only multiple select on popup mode*/
    .SumoSelect > .optWrapper.multiple.isFloating > .options li.opt { padding-left: 35px; }
    .SumoSelect > .optWrapper.multiple.isFloating { padding-bottom: 43px; }

    .SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
    .SumoSelect .select-all.selected > span i,
    .SumoSelect .select-all.partial > span i{background-color: rgb(17, 169, 17);box-shadow: none;border-color: transparent;background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC');background-repeat: no-repeat;background-position: center center;}
    /*disabled state*/
    .SumoSelect.disabled { opacity: 0.7;cursor: not-allowed;}
     .SumoSelect.disabled > .CaptionCont{border-color:#ccc;box-shadow:none;}

    /**Select all button**/
    .SumoSelect .select-all{border-radius: 3px 3px 0 0;position: relative;border-bottom: 1px solid #ddd;background-color: #fff;padding: 8px 0 3px 35px;height: 20px;cursor: pointer;}
    .SumoSelect .select-all > label, .SumoSelect .select-all > span i{cursor: pointer;}
    .SumoSelect .select-all.partial > span i{background-color:#ccc;}


     /*styling for optgroups*/
    .SumoSelect > .optWrapper > .options li.optGroup { padding-left: 5px; text-decoration: underline; }


.SumoSelect.open{
    background-color: #fff;
}
/* End */


/* Start:/local/templates/RBC/css/plyr.css?170507104924205*/
@keyframes plyr-progress{to{background-position:25px 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{from{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;direction:ltr;font-family:Avenir,"Avenir Next","Helvetica Neue","Segoe UI",Helvetica,Arial,sans-serif;font-variant-numeric:tabular-nums;font-weight:500;line-height:1.7;max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease}.plyr audio,.plyr video{border-radius:inherit;height:auto;vertical-align:middle;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui ::after,.plyr--full-ui ::before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4f5b5f;border-radius:2px;color:#fff;font-size:9px;line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;color:#fff;display:none;font-size:14px;left:0;padding:10px;position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions .plyr__caption{background:rgba(0,0,0,.8);border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__captions .plyr__caption div{display:inline}.plyr__captions span:empty{display:none}@media (min-width:480px){.plyr__captions{font-size:16px;padding:20px}}@media (min-width:768px){.plyr__captions{font-size:18px}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px)}.plyr__control{background:0 0;border:0;border-radius:3px;color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;position:relative;transition:all .3s ease}.plyr__control svg{display:block;fill:currentColor;height:18px;pointer-events:none;width:18px}.plyr__control:focus{outline:0}.plyr__control.plyr__tab-focus{box-shadow:0 0 0 5px rgba(26,175,255,.5);outline:0}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed{display:none}.plyr--audio .plyr__control.plyr__tab-focus,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#1aafff;color:#fff}.plyr--video .plyr__control svg{filter:drop-shadow(0 1px 1px rgba(0, 0, 0, .15))}.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#1aafff;color:#fff}.plyr__control--overlaid{background:rgba(26,175,255,.8);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15);color:#fff;display:none;left:50%;padding:15px;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2}.plyr__control--overlaid svg{height:20px;left:2px;position:relative;width:20px}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{background:#1aafff}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__menu,.plyr__controls .plyr__progress,.plyr__controls .plyr__time,.plyr__controls .plyr__volume,.plyr__controls>.plyr__control{margin-left:5px}.plyr__controls .plyr__menu+.plyr__control,.plyr__controls .plyr__progress+.plyr__control,.plyr__controls>.plyr__control+.plyr__control,.plyr__controls>.plyr__control+.plyr__menu{margin-left:2px}.plyr__controls>.plyr__control:first-child,.plyr__controls>.plyr__control:first-child+[data-plyr=pause]{margin-left:0;margin-right:auto}.plyr__controls:empty{display:none}@media (min-width:480px){.plyr__controls .plyr__menu,.plyr__controls .plyr__progress,.plyr__controls .plyr__time,.plyr__controls .plyr__volume,.plyr__controls>.plyr__control{margin-left:10px}}.plyr--audio .plyr__controls{background:#fff;border-radius:inherit;color:#4f5b5f;padding:10px}.plyr--video .plyr__controls{background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.7));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;left:0;padding:20px 5px 5px;position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media (min-width:480px){.plyr--video .plyr__controls{padding:35px 10px 10px}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip]{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__video-embed{height:0;padding-bottom:56.25%;position:relative}.plyr__video-embed iframe{border:0;height:100%;left:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:rgba(255,255,255,.9);border-radius:4px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);color:#4f5b5f;font-size:16px;margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container::after{border:4px solid transparent;border-top-color:rgba(255,255,255,.9);content:'';height:0;position:absolute;right:15px;top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4f5b5f;display:flex;font-size:14px;padding:4px 11px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control::after{border:4px solid transparent;content:'';position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px}.plyr__menu__container .plyr__control--forward::after{border-left-color:rgba(79,91,95,.8);right:5px}.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,.plyr__menu__container .plyr__control--forward:hover::after{border-left-color:currentColor}.plyr__menu__container .plyr__control--back{font-weight:500;margin:7px;margin-bottom:3px;padding-left:28px;position:relative;width:calc(100% - 14px)}.plyr__menu__container .plyr__control--back::after{border-right-color:rgba(79,91,95,.8);left:7px}.plyr__menu__container .plyr__control--back::before{background:#b7c5cd;box-shadow:0 1px 0 #fff;content:'';height:1px;left:0;margin-top:4px;overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,.plyr__menu__container .plyr__control--back:hover::after{border-right-color:currentColor}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px}.plyr__menu__container .plyr__control[role=menuitemradio]::after,.plyr__menu__container .plyr__control[role=menuitemradio]::before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]::before{background:rgba(0,0,0,.1);content:'';display:block;flex-shrink:0;height:16px;margin-right:10px;transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]::after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before{background:#1aafff}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover::before{background:rgba(0,0,0,.1)}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:-5px;overflow:hidden;padding-left:25px;pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;background:0 0;border:0;border-radius:28px;color:#1aafff;display:block;height:20px;margin:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:0 0;border:0;border-radius:3px;height:6px;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none;background-image:linear-gradient(to right,currentColor var(--value,0),transparent var(--value,0))}.plyr--full-ui input[type=range]::-webkit-slider-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2);height:14px;position:relative;transition:all .2s ease;width:14px;-webkit-appearance:none;margin-top:-4px}.plyr--full-ui input[type=range]::-moz-range-track{background:0 0;border:0;border-radius:3px;height:6px;transition:box-shadow .3s ease;-moz-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2);height:14px;position:relative;transition:all .2s ease;width:14px}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:3px;height:6px}.plyr--full-ui input[type=range]::-ms-track{background:0 0;border:0;border-radius:3px;height:6px;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none;color:transparent}.plyr--full-ui input[type=range]::-ms-fill-upper{background:0 0;border:0;border-radius:3px;height:6px;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:0 0;border:0;border-radius:3px;height:6px;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none;background:currentColor}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2);height:14px;position:relative;transition:all .2s ease;width:14px;margin-top:0}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{box-shadow:0 0 0 5px rgba(26,175,255,.5);outline:0}.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track{box-shadow:0 0 0 5px rgba(26,175,255,.5);outline:0}.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track{box-shadow:0 0 0 5px rgba(26,175,255,.5);outline:0}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:rgba(255,255,255,.25)}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:rgba(255,255,255,.25)}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:rgba(255,255,255,.25)}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2),0 0 0 3px rgba(255,255,255,.5)}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2),0 0 0 3px rgba(255,255,255,.5)}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2),0 0 0 3px rgba(255,255,255,.5)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:rgba(183,197,205,.66)}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:rgba(183,197,205,.66)}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:rgba(183,197,205,.66)}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2),0 0 0 3px rgba(0,0,0,.1)}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2),0 0 0 3px rgba(0,0,0,.1)}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2),0 0 0 3px rgba(0,0,0,.1)}.plyr__poster{background-color:#000;background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr__time{font-size:14px}.plyr__time+.plyr__time::before{content:'\2044';margin-right:10px}@media (max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr--video .plyr__time{text-shadow:0 1px 1px rgba(0,0,0,.15)}.plyr__tooltip{background:rgba(255,255,255,.9);border-radius:3px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);color:#4f5b5f;font-size:14px;font-weight:500;left:50%;line-height:1.3;margin-bottom:10px;opacity:0;padding:5px 7.5px;pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s .1s ease,opacity .2s .1s ease;white-space:nowrap;z-index:2}.plyr__tooltip::before{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(255,255,255,.9);bottom:-4px;content:'';height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%,0) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translate(0,10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip::before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip::before{left:16px}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translate(0,10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip::before{left:auto;right:16px;transform:translateX(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0,0) scale(1)}.plyr--video{background:#000;overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;border-radius:inherit;overflow:hidden;position:relative;z-index:0}.plyr__progress{flex:1;left:7px;margin-right:14px;position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-7px;margin-right:-7px;width:calc(100% + 14px)}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{font-size:14px;left:0}.plyr__progress__buffer{-webkit-appearance:none;background:0 0;border:0;border-radius:100px;height:6px;left:0;margin-top:-3px;padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:0 0;transition:width .2s ease}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:6px}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:6px;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;transition:width .2s ease}.plyr--video .plyr__progress__buffer{box-shadow:0 1px 1px rgba(0,0,0,.15);color:rgba(255,255,255,.25)}.plyr--audio .plyr__progress__buffer{color:rgba(183,197,205,.66)}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,rgba(47,52,61,.6) 25%,transparent 25%,transparent 50%,rgba(47,52,61,.6) 50%,rgba(47,52,61,.6) 75%,transparent 75%,transparent);background-repeat:repeat-x;background-size:25px 25px;color:transparent}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:rgba(255,255,255,.25)}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:rgba(183,197,205,.66)}.plyr__volume{align-items:center;display:flex;flex:1;position:relative}.plyr__volume input[type=range]{margin-left:5px;position:relative;z-index:2}@media (min-width:480px){.plyr__volume{max-width:90px}}@media (min-width:768px){.plyr__volume{max-width:110px}}.plyr--is-ios .plyr__volume{display:none!important}.plyr--is-ios.plyr--vimeo [data-plyr=mute]{display:none!important}.plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-moz-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-moz-full-screen video{height:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:fullscreen video{height:100%}.plyr:-webkit-full-screen .plyr__video-wrapper{height:100%;width:100%}.plyr:-moz-full-screen .plyr__video-wrapper{height:100%;width:100%}.plyr:-ms-fullscreen .plyr__video-wrapper{height:100%;width:100%}.plyr:fullscreen .plyr__video-wrapper{height:100%;width:100%}.plyr:-webkit-full-screen .plyr__video-embed{overflow:visible}.plyr:-moz-full-screen .plyr__video-embed{overflow:visible}.plyr:-ms-fullscreen .plyr__video-embed{overflow:visible}.plyr:fullscreen .plyr__video-embed{overflow:visible}.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;top:50%;transform:translateY(-50%)}.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;top:50%;transform:translateY(-50%)}.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;top:50%;transform:translateY(-50%)}.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;top:50%;transform:translateY(-50%)}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}.plyr:-moz-full-screen.plyr--hide-controls{cursor:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px}.plyr:-moz-full-screen .plyr__captions{font-size:21px}.plyr:-ms-fullscreen .plyr__captions{font-size:21px}.plyr:fullscreen .plyr__captions{font-size:21px}}.plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-webkit-full-screen .plyr__video-wrapper{height:100%;width:100%}.plyr:-webkit-full-screen .plyr__video-embed{overflow:visible}.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;top:50%;transform:translateY(-50%)}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px}}.plyr:-moz-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-moz-full-screen video{height:100%}.plyr:-moz-full-screen .plyr__video-wrapper{height:100%;width:100%}.plyr:-moz-full-screen .plyr__video-embed{overflow:visible}.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;top:50%;transform:translateY(-50%)}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-moz-full-screen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-moz-full-screen .plyr__captions{font-size:21px}}.plyr:-ms-fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:-ms-fullscreen .plyr__video-wrapper{height:100%;width:100%}.plyr:-ms-fullscreen .plyr__video-embed{overflow:visible}.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;top:50%;transform:translateY(-50%)}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-ms-fullscreen .plyr__captions{font-size:21px}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;height:100%;margin:0;width:100%;bottom:0;left:0;position:fixed;right:0;top:0;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__video-wrapper{height:100%;width:100%}.plyr--fullscreen-fallback .plyr__video-embed{overflow:visible}.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper{height:0;top:50%;transform:translateY(-50%)}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads::after{background:rgba(47,52,61,.8);border-radius:2px;bottom:10px;color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;z-index:3}.plyr__ads::after:empty{display:none}.plyr__cues{background:currentColor;display:block;height:6px;left:0;margin:-3px 0 0;opacity:.8;position:absolute;top:50%;width:3px;z-index:3}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);overflow:hidden;border:0!important;height:1px!important;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}
/* End */


/* Start:/local/templates/RBC/css/jquery.fancybox.css?170507104917557*/
body.compensate-for-scrollbar {
  overflow: hidden;
  -ms-overflow-style: none; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  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-outer,
.fancybox-inner,
.fancybox-bg,
.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(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  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: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px 44px 0 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--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  padding: 44px 0 0 0; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 44px 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(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  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;
  -ms-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-slide--html .fancybox-content {
  margin: 0 0 6px 0; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .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--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: calc(100% - 44px);
  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-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  vertical-align: top;
  width: 100%; }

.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; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  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,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

/* Close button on the top right corner of html content */
.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-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background: transparent;
  height: 100px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  background: rgba(30, 30, 30, 0.6);
  height: 100%;
  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; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.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; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.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: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.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(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.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: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0 0 0; }
  .fancybox-slide--image .fancybox-content {
    margin-bottom: 6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }

/* Share */
.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 0; }

.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 5px;
  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:visited,
.fancybox-share__button:link {
  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 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  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, 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, 0.1);
  background-position: center center;
  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: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 768px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

/* End */


/* Start:/local/templates/RBC/css/main.css?1705071049210726*/
@font-face {
  font-family: 'icomoon';
  src: url("/local/templates/RBC/css/../fonts/icomoon.eot?jhpifu");
  src: url("/local/templates/RBC/css/../fonts/icomoon.eot?jhpifu#iefix") format("embedded-opentype"), url("/local/templates/RBC/css/../fonts/icomoon.ttf?jhpifu") format("truetype"), url("/local/templates/RBC/css/../fonts/icomoon.woff?jhpifu") format("woff"), url("/local/templates/RBC/css/../fonts/icomoon.svg?jhpifu#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  #popup-window-overlay-scoder_modalcoupon_popup{
	         height: 100%!important;
		  position: fixed;
  }
  .thoto{
	height: 144px;
	display: block;
	background-size: cover;
	background-position: center center;
}
.basket-td .add2favrt.active span{
	color: #fd6276!important;
}
.add2favrt .fafor.active span{
	color: #fd6276;
}

.pidic{
  padding: 0 20px;
}
#coupon{
  margin-left: 10px;
}
.basket-td .add2favrt {
	color: #000;
    font-size: 16px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    line-height: 16px;
}
.basket-row .add2favrt:hover span {
    color: #fd6276;
}
.icon-orders_list:before {
  content: "\e930"; }

.icon-check:before {
  content: "\e92e"; }

.icon-bought:before {
  content: "\e92f"; }

.icon-otmena:before {
  content: "\e92d"; }

.icon-chat:before {
  content: "\e92b"; }

.icon-wincart:before {
  content: "\e92c"; }

.icon-shop:before {
  content: "\e92a"; }

.icon-man_up:before {
  content: "\e928"; }

.icon-svinka:before {
  content: "\e929"; }

.icon-kubok:before {
  content: "\e924"; }

.icon-ludi:before {
  content: "\e925"; }

.icon-100p:before {
  content: "\e926"; }

.icon-smile:before {
  content: "\e927"; }

.icon-sklad:before {
  content: "\e923"; }

.icon-up_graphic:before {
  content: "\e91e"; }

.icon-logistic:before {
  content: "\e91f"; }

.icon-photocam:before {
  content: "\e920"; }

.icon-target:before {
  content: "\e921"; }

.icon-gramota:before {
  content: "\e922"; }

.icon-team_lead:before {
  content: "\e900"; }

.icon-heart:before {
  content: "\e901"; }

.icon-strelka_right:before {
  content: "\e902"; }

.icon-strelka:before {
  content: "\e903"; }

.icon-bag:before {
  content: "\e904"; }

.icon-box:before {
  content: "\e905"; }

.icon-card:before {
  content: "\e906"; }

.icon-cart:before {
  content: "\e907"; }

.icon-discount2:before {
  content: "\e908"; }

.icon-money:before {
  content: "\e909"; }

.icon-handshake:before {
  content: "\e90a"; }

.icon-map:before {
  content: "\e90b"; }

.icon-location:before {
  content: "\e90c"; }

.icon-list:before {
  content: "\e90d"; }

.icon-social_networks:before {
  content: "\e90e"; }

.icon-facebook:before {
  content: "\e90f"; }

.icon-ok:before {
  content: "\e910"; }

.icon-vk:before {
  content: "\e911"; }

.icon-close_cross:before {
  content: "\e912"; }

.icon-profession:before {
  content: "\e913"; }

.icon-interior_measurements:before {
  content: "\e914"; }

.icon-login:before {
  content: "\e915"; }

.icon-search:before {
  content: "\e916"; }

.icon-sertificate:before {
  content: "\e917"; }

.icon-delivery:before {
  content: "\e918"; }

.icon-bag_ok:before {
  content: "\e919"; }

.icon-dislike:before {
  content: "\e91a"; }

.icon-handok:before {
  content: "\e91b"; }

.icon-sun:before {
  content: "\e91c"; }

.icon-snow:before {
  content: "\e91d"; }
  
  
  
  	.btn_catalog {
		position:relative;
		top: 110px;
		left: 510px;
		display: block;
		font-size: 18px;
      line-height: 22px;
      color: #383838;
		
	}
.bx-catalog-element{
	margin-bottom: 40px!important;
}
h3 .icon-social_networks {
  transform: translateY(-5px); }

.owl-next, .owl-prev:before, .prev, .next {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.owl-next:before, .owl-prev:before {
  content: "\e903"; }

.btn.warrow:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e902";
  font-size: 15px;
  margin-left: 16px; }

.prev:before, .next:before {
  content: "\e903";
  margin-left: 2px; }
  
  
 
  
  
  
  

/* Generated by Fontie <http://fontie.pixelsvsbytes.com> */
/*
@font-face {
    font-family:'Myriad Pro';
    src: url('/local/templates/RBC/css/../fonts/MyriadPro-Bold.eot');
    src: url('/local/templates/RBC/css/../fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/RBC/css/../fonts/MyriadPro-Bold.woff2') format('woff2'),
    url('/local/templates/RBC/css/../fonts/MyriadPro-Bold.woff') format('woff'),
    url('/local/templates/RBC/css/../fonts/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family:'Myriad Pro';
    src: url('/local/templates/RBC/css/../fonts/MyriadPro-Regular.eot');
    src: url('/local/templates/RBC/css/../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/RBC/css/../fonts/MyriadPro-Regular.woff2') format('woff2'),
    url('/local/templates/RBC/css/../fonts/MyriadPro-Regular.woff') format('woff'),
    url('/local/templates/RBC/css/../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;

}

@font-face {
    font-family:'Myriad Pro';
    src: url('/local/templates/RBC/css/../fonts/MyriadPro-Light.eot');
    src: url('/local/templates/RBC/css/../fonts/MyriadPro-Light.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/RBC/css/../fonts/MyriadPro-Light.woff2') format('woff2'),
    url('/local/templates/RBC/css/../fonts/MyriadPro-Light.woff') format('woff'),
    url('/local/templates/RBC/css/../fonts/MyriadPro-Light.svg#MyriadPro-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
}*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

.clearfix:after, .cols4:after, .cols3:after, footer .l3:after, #info_menu:after, .news_list .item:after, .uhod .tbl_icons .tr:after, .benefits .list:after, .addr_line:after, .hidden_form .q:after, #reviews .item:after, #rezume .fieldset .field:after, .reg_form .reg_form_place:after, .history--head:after, .history--item:after, .t-items--row:after {
  content: '';
  clear: both;
  width: 100%;
  display: block; }

.clear {
  content: '';
  clear: both;
  width: 100%;
  display: block; }

.fl {
  float: left; }

.fr {
  float: right; }

a {
  color: #3ebbfb;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

a:hover {
  color: #fd6276; }

html, body {
  margin: 0px;
  padding: 0px;
  height: max-content;
  width: 100%;
  background-color: #fafafa;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 25px;
  font-family: 'Roboto', sans-serif;
  color: #2e2e2e;
  font-weight: normal; }

/*body.pop_up_opened:before{
    z-index: -1;
    position: fixed;
    background-color: rgba(251, 251, 247, 0.9);
    top:0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: ' ';
    opacity: 0;
    @include animation(all, 0.2s);
}*/
body.pop_up_opened {
  overflow: hidden;
  height: 100%; }

body.pop_up_opened:before {
  z-index: 5000;
  opacity: 1; }

.wraper {
  position: relative;
  margin: 0 auto;
  max-width: 1264px;
  padding-left: 32px;
  padding-right: 32px; }

#container {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  width: 100%;
  overflow: hidden;
  }

.center {
  position: relative;
  margin: 0 auto;
  max-width: 1400px;
  padding-left: 40px;
  padding-right: 40px; }
  #catalogColumn {
	  margin-top: 20px;
    border-collapse: collapse;
    table-layout: fixed;
    display: table;
    width: 100%;
}
.bx_filter.bx_red .bx_filter_section{
	background: #fff;
	    border: 1px solid #e7e8ea;
}
#catalogColumn .rightColumn {
    display: table-cell;
    vertical-align: top;
    padding-left: 24px;
}
#catalogColumn .leftColumn{
	    padding-bottom: 24px;
    display: table-cell;
    vertical-align: top;
    width: 355px;
	    padding-left: 32px;
}
#catalogColumn .bx_filter.bx_red .bx_filter_search_button{
	    height: 45px;
       background: #3ebbfb;
    color: #ffffff;
    width: 45%;
	    border: none;
	       font-size: 18px;
    font-weight: 500;
	    border-radius: 0;
}
#catalogColumn .bx_filter.bx_red .bx_filter_search_button:hover{
    background: #3ebbfb;
     color: #ffffff;
	  border: none;
	      border-radius: 0;
}
#catalogColumn .bx_filter .bx_filter_button_box, .bx_filter .bx_filter_parameters_box{
	    margin-bottom: 10px
}

#catalogColumn .bx_filter .bx_filter_search_reset {
    cursor: pointer;
    outline: 0;
      border: none;
	       font-size: 18px;
    font-weight: 500;
	    border-radius: 0;
    line-height: 35px;
    display: inline-block;
    height: 45px;
	 width: 45%;
    margin-right: 7px;
    margin-bottom: 10px;
    padding: 0 10px;
    text-decoration: none;
    color: #ffffff;
   
    background-color: #da3737;
    text-shadow: 0 1px 0 0 rgba(255,255,255,.75);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfefe',endColorstr='#c6e8f2',GradientType=0);
}
#catalogColumn .bx_filter .bx_filter_search_reset:hover {
   color: #ffffff;
    background-color: #da3737;
}
   
.btn {
  padding: 0px;
  cursor: pointer;
  padding-left: 36px;
  padding-right: 36px;
  display: inline-block;
  line-height: 43px;
  height: 43px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #3ebbfb;
  font-weight: normal;
  font-size: 20px;
  color: #fff;
  border: 0px; }

.btn.pink {
  background-color: #fd6276; }

.btn:hover {
  background-color: #3ebbfb; }

.btn.pink:hover {
  color: #fff; }

.btn.btn-link {
  padding-left: 0px;
  padding-right: 0px;
  background-color: transparent;
  color: #2e2e2e; }
  .btn.btn-link:hover {
    text-decoration: underline; }

.disabled {
  opacity: 0.2;
  cursor: default; }

.input {
  background-color: #fff;
  padding: 0px;
  border: 0px;
  height: 43px;
  line-height: 43px;
  font-size: 16px;
  color: #2e2e2e;
  font-family: 'Roboto', sans-serif;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding-left: 30px; }

.input::-webkit-input-placeholder {
  transition: opacity 0.2s ease;
  color: #989898; }

.input::-moz-placeholder {
  transition: opacity 0.2s ease;
  color: #989898; }

.input:-moz-placeholder {
  transition: opacity 0.2s ease;
  color: #989898; }

.input:-ms-input-placeholder {
  transition: opacity 0.2s ease;
  color: #989898; }

.input:focus::-webkit-input-placeholder {
  opacity: 0; }

.input:focus::-moz-placeholder {
  opacity: 0; }

.input:focus:-moz-placeholder {
  opacity: 0; }

.input:focus:-ms-input-placeholder {
  opacity: 0; }

.input:hover {
  border: 0px solid #3ebbfb; }

.input:focus {
  color: #000; }

.popup.from-left {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.popup.shown {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.field.is-error .input {
  border: 1px solid #e1223b; }

.owl-carousel .owl-dots {
  width: 100%;
  text-align: center; }
  .owl-carousel .owl-dots .owl-dot {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    width: 12px;
    height: 12px;
    cursor: pointer;
    background-color: #e8e8e8;
    margin-left: 3px;
    margin-right: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .owl-carousel .owl-dots .owl-dot.active {
    background-color: #3ebbfb; }
.owl-carousel .owl-prev {
  background-color: transparent;
  width: 65px;
  height: 65px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  font-size: 25px;
  position: absolute;
  left: -32px;
  top: 75px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }
.owl-carousel .owl-next {
  background-color: transparent;
  width: 65px;
  height: 65px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  font-size: 25px;
  position: absolute;
  right: -32px;
  top: 75px; }
.owl-carousel .owl-next:before, .owl-carousel .owl-prev:before {
  position: absolute;
  left: 54%;
  top: 50%;
  display: block;
  transform: translate(-50%, -50%);
  text-indent: 0px; }

.checkbox + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 12px;
  line-height: 14px; }
  .checkbox + label a {
    color: #3ebbfb; }

.checkbox + label:before {
  content: ' ';
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  top: -1px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.checkbox + label:hover:before {
  border: 1px solid #3ebbfb; }

.checkbox + label:after {
  width: 15px;
  height: 15px;
  background-color: #3ebbfb;
  -webkit-mask-image: url(/local/templates/RBC/css/../i/SVG/icon_check.svg);
  mask-image: url(/local/templates/RBC/css/../i/SVG/icon_check.svg);
  mask-size: cover;
  -webkit-mask-size: cover;
  top: -3px;
  left: 3px;
  background-size: 15px 15px;
  display: block;
  position: absolute;
  content: ' ';
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0; }

.checkbox:checked + label:after {
  opacity: 1; }

.checkbox.error + label {
  border-bottom: 1px solid red; }

.checkbox {
  opacity: 0;
  position: absolute; }

.radio-list label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
  clear: both;
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 23px;
  display: block; }
.radio-list input:checked + span {
  display: block;
  content: ' ';
  width: 13px;
  height: 13px;
  position: absolute;
  left: 0px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0px;
  background-color: #fd6276;
  z-index: 20;
  margin-left: 4px; }
.radio-list label:after {
  display: block;
  content: ' ';
  width: 19px;
  height: 19px;
  border: 1px solid #707070;
  position: absolute;
  left: 0px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  z-index: 10; }
.radio-list label:hover:after {
  border: 1px solid #fd6276; }
.radio-list input {
  opacity: 0;
  position: absolute; }

.checkbox-list label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
  clear: both;
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 23px;
  display: block; }
.checkbox-list input:checked + span {
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0px;
  color: #fd6276;
  z-index: 20;
  margin-left: 2px; }
  .checkbox-list input:checked + span:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\e92e";
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
.checkbox-list label:after {
  display: block;
  content: ' ';
  width: 19px;
  height: 19px;
  border: 1px solid #707070;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  z-index: 10; }
.checkbox-list label:hover:after {
  border: 1px solid #fd6276; }
.checkbox-list input {
  opacity: 0;
  position: absolute; }

.radio + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  font-size: 12px;
  line-height: 14px; }
  .radio + label a {
    color: #3ebbfb; }

.radio + label:before {
  content: ' ';
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: -1px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #fbfbf7;
  z-index: 1; }

.radio + label:hover:before {
  border: 1px solid #3ebbfb; }

.radio + label:after {
  width: 6px;
  height: 6px;
  background-color: #2b2036;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: 3px;
  left: 4px;
  display: block;
  position: absolute;
  content: ' ';
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  z-index: 5; }

.radio:checked + label:after {
  opacity: 1; }

.radio.error + label {
  border-bottom: 1px solid red; }

.radio {
  opacity: 0;
  position: absolute; }

h2 {
  font-size: 40px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: 1px;
  line-height: normal; }
footer h3 {
	font-size: 16px;
	    margin-bottom: 5px;
    margin-top: 20px;
}
h3 {
  font-size: 28px;
  font-weight: normal;
  text-transform: none;
  line-height: normal;
  margin-bottom: 15px;
  letter-spacing: 1px; }
  h3 span {
    font-size: 46px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 3px; }
  h3 .icon-sklad {
    font-size: 52px;
    margin-right: 0px;
    margin-left: -2px; }
#main_new .owl-stage-outer .owl-item:last-child{
	margin-right: 10px!important;
}

.SumoSelect {
  display: block;
  width: 100%; }
  .SumoSelect .CaptionCont {
    min-height: 56px; }
  .SumoSelect .CaptionCont > span {
    line-height: 56px;
    background-color: #ededed;
    border: 0px;
    padding-left: 19px;
    color: #2e2e2e;
    font-size: 14px; }
  .SumoSelect .CaptionCont > label > i {
    background: url(/local/templates/RBC/css/../i/select_arrow.png);
    width: 13px;
    height: 7px;
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .SumoSelect .optWrapper {
    top: 56px; }
    .SumoSelect .optWrapper .options li.opt {
      padding-left: 19px; }

.SumoSelect.open .optWrapper {
  top: 56px; }
.SumoSelect.open .CaptionCont > label > i {
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.reg_but span {
  margin-right: 12px; }

.new_select {
  position: relative;
  min-width: 107px;
  display: inline-block;
  text-align: left;
  font-size: 14px; }
  .new_select .selected {
    border: 1px solid #3c3c3c;
    height: 28px;
    line-height: 26px;
    cursor: pointer;
    padding-left: 17px;
    padding-right: 25px;
    display: block; }
    .new_select .selected i {
      background: url(/local/templates/RBC/css/../i/select_arrow.png);
      width: 13px;
      height: 7px;
      display: block;
      position: absolute;
      right: 9px;
      top: 11px; }
  .new_select .dropdown {
    position: absolute;
    transform: translateX(-50%);
    border-width: 1px;
    border-color: #ededed;
    border-style: solid;
    background-color: white;
    box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 200;
    width: 215px;
    top: 38px;
    left: 50%;
    display: none; }
    .new_select .dropdown ul {
      display: block;
      padding: 26px 0px 26px 0px; }
      .new_select .dropdown ul li {
        display: block;
        position: relative; }
        .new_select .dropdown ul li label {
          display: block;
          padding-left: 13px;
          padding-right: 13px;
          cursor: pointer; }
        .new_select .dropdown ul li label:hover {
          color: #3ebbfb; }
  .new_select .dropdown:before {
    content: '';
    display: block;
    width: 19px;
    height: 16px;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -11px;
    background: 0 0;
    width: 0;
    height: 0;
    border-bottom: 20px solid #fff;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    margin-left: -20px; }
  .new_select .dropdown:after {
    content: '';
    z-index: -1;
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: -4px;
    left: 50%;
    margin-left: -3px;
    border-radius: 100%;
    box-shadow: 0 -2px 23px 3px rgba(0, 0, 0, 0.25); }

.new_select.opened .selected {
  background-color: #f4e7d3; }
  .new_select.opened .selected i {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

.cols4 .col {
  float: left;
  width: 25%; }

.cols3 .col {
  float: left;
  width: 33%; }

.files_inputs {
  position: relative; }
  .files_inputs .ttl {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 14px;
    font-weight: normal; }
  .files_inputs input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0; }
  .files_inputs label {
    display: inline-block;
    position: relative;
    height: 54px;
    cursor: pointer;
    line-height: 54px;
    padding-left: 25px;
    background-color: #ededed;
    color: #8e8e8e;
    font-size: 14px;
    padding-right: 67px;
    margin-bottom: 14px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .files_inputs label:after {
      content: ' ';
      display: block;
      background: url(/local/templates/RBC/css/../i/skrepka.png);
      width: 20px;
      height: 22px;
      position: absolute;
      top: 17px;
      right: 18px; }
    .files_inputs label:hover {
      background-color: #f2f2f2; }
    .files_inputs label i {
      font-style: normal; }
  .files_inputs span {
    display: inline-block;
    font-size: 14px;
    color: #2e2e2e;
    border-bottom: 1px dotted #2e2e2e;
    line-height: 14px;
    cursor: pointer; }
    .files_inputs span:hover {
      border: 0px; }

#top_line {
  background-color: #2e2e2e;
  height: 31px;
  color: #fff; }
  #top_line a {
    color: #fff;
    display: inline-block;
    line-height: 31px;
    margin-right: 25px;
    margin-left: 25px;
    font-size: 13px; }
  #top_line a:hover {
    color: #fd6276; }
  #top_line .fast_delivery {
    background-color: #3c3c3c;
    color: rgba(255, 255, 255, 0.6);
    padding-left: 44px;
    padding-right: 34px;
    margin-left: 0px; }
    #top_line .fast_delivery span {
      display: inline-block;
      margin-left: 12px;
      vertical-align: middle;
      font-size: 20px; }
  #top_line .login {
    background-color: #3c3c3c;
    color: rgba(255, 255, 255, 0.6);
    padding-left: 50px;
    padding-right: 50px;
    margin-right: 0; }
    #top_line .login span {
      display: inline-block;
      margin-left: 12px;
      vertical-align: middle;
      font-size: 18px;
      margin-bottom: 2px; }

header {
  height: 74px;
  background-color: #ededed;
  color: #383838; }
  header .tel {
    position: absolute;
    right: 329px;
    top: 16px;
    font-size: 13px;
    line-height: 13px; }
    header .tel div {
      line-height: 13px;
      padding-top: 8px; }
    header .tel a {
      font-size: 26px;
      line-height: 22px;
      color: #383838; }
  header .logo {
    width: 103px;
    position: absolute;
    top: 6px; }
    header .logo img {
      width: 100%;
      display: block; }
    header .logo label {
      position: absolute;
      font-size: 19px;
      text-transform: uppercase;
      left: 121px;
      color: #383838;
      display: block;
      white-space: nowrap;
      line-height: 19px;
      top: 23px; }
  header .buts {
    padding-top: 18px; }
    header .buts a {
      display: inline-block;
      color: #383838;
      position: relative;
      margin-left: 10px;
      margin-right: 10px;
      text-align: center;
      border-bottom: 1px solid #383838;
      line-height: 16px;
      font-size: 13px; }
      header .buts a .icon {
        font-size: 20px;
        display: block;
        clear: both;
        margin: 0 auto; }
      header .buts a .label {
        position: absolute;
        color: #f56a3f;
        font-size: 11px;
        font-weight: normal;
        line-height: 11px;
        top: -4px;
        right: 4px; }
      header .buts a .icon-cart {
        font-size: 23px; }
      header .buts a .icon-search {
        font-size: 23px; }
    header .buts a:last-child {
      margin-right: 0px; }
    header .buts a:hover {
      border-color: #ededed; 
	  text-decoration: none;}

.nav_roots {
  background-color: #fff;
  height: 45px;
  border-bottom: 1px solid #ededed; }
  .nav_roots ul {
    margin-left: -17px; }
    .nav_roots ul li {
      float: left;
      padding-left: 17px;
      padding-right: 17px; }
      .nav_roots ul li a {
        text-transform: uppercase;
        font-size: 12px;
        line-height: 45px;
        position: relative;
        color: #383838; }
        .nav_roots ul li a span {
          font-size: 32px;
          margin-right: 8px;
          vertical-align: middle;
          display: none; }
      .nav_roots ul li a:hover {
        color: #3ebbfb; }
    .nav_roots ul li.active a {
      color: #fd6276; }
    .nav_roots ul li.active a:after {
      width: 100%;
      content: '';
      height: 2px;
      background-color: #fd6276;
      display: block;
      position: absolute;
      bottom: -12px;
      left: 0px;
      z-index: 30; }

.nav {
  background-color: #fafafa;
  height: 38px;
  border-bottom: 1px solid #f1f1f1; }
  .nav nav {
    margin-left: 0px; }
    .nav nav ul li {
      float: left;
         padding-left: 17px;
    padding-right: 50px;
      /*a:before{
          content: ' ';
          display: block;
          position: absolute;
          background-color: $blue;
          width: 5px;
          height: 5px;
          @include bord_rad(50%);
          top:50%;
          margin-top: -3px;
          left: 0px;
          @include animation(all, 0.2s);
      }*/ }
	  .nav nav ul {
		      margin-left: -17px;
	  }
      .nav nav ul li a {
        padding-left: 0px;
        font-size: 14px;
        line-height: 38px;
        position: relative;
        color: #383838; }
      .nav nav ul li a:hover {
        color: #fd6276; }
      .nav nav ul li a:hover:before {
        background-color: #fd6276; }
    .nav nav ul > li:hover .sub_menu {
      visibility: visible;
      opacity: 1;
      z-index: 200; }
	  .nav nav ul li .sub_menu ul > li:hover .sub_menu2{
      visibility: visible;
      opacity: 1;
      z-index: 200; }
    .nav nav ul > li:hover > a {
      color: #fd6276; }
    .nav nav ul > li:hover > a:after {
      width: calc(100% + 3px);
      content: '';
      height: 2px;
      background-color: #3ebbfb;
      display: block;
      position: absolute;
      bottom: -10px;
      left: 0px;
      z-index: 2300; }
    .nav nav .sub_menu {
      display: block;
      background-color: #fff;
      position: absolute;
      padding: 20px;
      border: 1px solid #f1f1f1;
        padding-bottom: 30px;
    padding-top: 30px;
      visibility: hidden;
      opacity: 0;
         padding-right: 30px;
    margin-left: 30px;
      z-index: -1;
      top: 37px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
	    .nav nav .sub_menu2 {
          display: block;
    background-color: #fff;
    position: absolute;
    padding: 20px;
    border: 1px solid #f1f1f1;
    padding-bottom: 30px;
    padding-top: 30px;
    visibility: hidden;
    opacity: 0;
    padding-right: 30px;
    margin-left: 0;
    z-index: -1;
    top: 34px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
      .nav nav .sub_menu a:before {
        display: none; }
		  .nav nav .sub_menu 2a:before {
        display: none; }
      .nav nav .sub_menu .fr {
        width: calc(100% - 520px - 30px); }
		 .nav nav .sub_menu2 .fr {
        width: calc(100% - 520px - 30px); }
        .nav nav .sub_menu .fr .banner {
          width: 100%;
          border: 1px solid #e1e1e1;
          overflow: hidden;
          display: block;
          position: relative;
          padding: 0px; }
          .nav nav .sub_menu .fr .banner img {
            display: block;
            width: 100%; }
          .nav nav .sub_menu .fr .banner .text {
            color: #fff;
            position: absolute;
            left: 43px;
            top: 50%;
            transform: translateY(-50%);
            max-width: 270px;
            z-index: 2; }
            .nav nav .sub_menu .fr .banner .text h3 {
              font-size: 40px;
              line-height: normal;
              font-weight: normal;
              text-transform: uppercase;
              margin-bottom: 2px; }
            .nav nav .sub_menu .fr .banner .text p {
              line-height: normal;
              font-size: 30px; }
          .nav nav .sub_menu .fr .banner .pic {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            display: block;
            z-index: 1;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            background-position: center;
            background-size: cover; }
        .nav nav .sub_menu .fr .banner:hover .pic {
          transform: scale(1.1); }
      .nav nav .sub_menu .fl {
        width: 100%;     position: relative;}
        .nav nav .sub_menu .fl ul {
         float: left;
    display: block;
    margin-top: -10px;
    position: relative; }
		   .nav nav .sub_menu2 .fl ul {
             width: 100%;
    float: left;
   
    display: block;
    margin-top: -10px; }
		  .nav nav .sub_menu2 .fl ul li {
            float: none;
			
            line-height: 30px; }
          .nav nav .sub_menu .fl ul li {
            float: none;
			position: relative;
			    padding-right: 0;
            line-height: 30px; }
            .nav nav .sub_menu .fl ul li h4 {
              font-size: 28px;
              font-weight: normal;
              line-height: 28px;
              margin-bottom: 18px;
              white-space: nowrap; }
            .nav nav .sub_menu .fl ul li a {
              padding: 0px;
			  margin-left: 3px;
              line-height: 20px;
              font-size: 13px;
    margin-right: 15px;			  }
			   .nav nav .sub_menu2 .fl ul li a {
              padding: 0px;
			  margin-left: 3px;
              line-height: 20px;
              font-size: 13px; }
              .nav nav .sub_menu .fl ul li a span {
                color: #3ebbfb; }
				 .nav nav .sub_menu2 .fl ul li a span {
                color: #3ebbfb; }
            .nav nav .sub_menu .fl ul li a:after {
              display: none; }
			   .nav nav .sub_menu2 .fl ul li a:after {
              display: none; }
    .nav nav .sub_menu.wbanner {
      width: calc(100% - 60px);
      left: 0px; }
	  .nav nav .sub_menu2.wbanner {
          width: 350px;
    top: 0;
    left: 100%;}

footer {
	width: 100%;
  margin-top: 0px; }
  footer .l1 {
	width: 100%;  
    background-color: fafafa;
    padding-top: 33px;
    padding-bottom: 0px; }
    footer .l1 nav h3 {
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 0px;
      font-weight: bold;
      text-transform: uppercase; }
    footer .l1 nav ul li {
		
      border-left: 0px solid #afafaf;
      display: inline-block;
	  margin-right: 15px;
      padding-bottom: 5px; }
      footer .l1 nav ul li li {
		display: none;
        float: none;
        width: 100%;
        margin-bottom: 3px;
        margin-right: 5px;
        padding-left: 0px;
        border: 0px;
        display: inline-block;
        padding-bottom: 0px; }
        footer .l1 nav ul li li a {
          color: #2e2e2e;
          line-height: 0px; }
        footer .l1 nav ul li li a:hover {
          color: #3ebbfb; }
      footer .l1 nav ul li li:last-child {
        margin-bottom: 0px; }
    footer .l1 nav ul li:last-child {
      margin-right: 0px; }
  footer .l3 {
    background-color: #2e2e2e;
    color: #fff;
    padding-top: 24px;
    padding-bottom: 18px; }
	footer .l3 .flblock a{
		font-size: 14px;
	}
    footer .l3 .flblock {
      float: left;
          margin-right: 100px; }
	   footer .l3 .flblock.odin{
		     margin-right: 110px;
	  }
	footer .l3 .tels{
		    margin-left: 24px;
	}
	footer .l3 .btn.obr_zvonok{
		        margin-left: 24px;
	}
	footer .l3 .politic{
		    margin-left: 60px;
	}
	footer .l3 .flblock.dva{
		    margin-right: 120px;
	}
	  footer .l3 .flblock.tri{
		   margin-right: 110px;
	  }
	  footer .l3 .emails{
		      margin-left: 0!important;
	  }
	   footer .l3 .flblock.dvaa{
		         margin-right: 100px;
	  }
	  footer .l3 .flblock.trii{
		 margin-right: 100px;
	  }
      footer .l3 .flblock:last-child {
        margin-right: 0px; }
    footer .l3 p {
      margin-bottom: 17px;
      font-size: 14px;
      line-height: 25px; }
      footer .l3 p a {
        color: #fff; }
        footer .l3 p a:hover {
          color: #3ebbfb; }
    footer .l3 .btn {
      font-size: 16px;
      line-height: 32px;
      height: 32px;
      padding-left: 16px;
      padding-right: 16px;
      margin-left: -20px; }
      footer .l3 .btn:hover {
        color: #383838; }
    footer .l3 .tels {
      position: relative; }
      footer .l3 .tels:before {
        display: block;
        position: absolute;
        left: -19px;
        top: 4px;
        background: url(/local/templates/RBC/css/../i/ic_002.png) 0px 0px no-repeat;
        width: 15px;
        height: 21px;
        content: ' '; }
    footer .l3 .emails {
      position: relative; }
      footer .l3 .emails:before {
        display: block;
        position: absolute;
        left: -24px;
        top: 4px;
        background: url(/local/templates/RBC/css/../i/ic_003.png) 0px 0px no-repeat;
        width: 21px;
        height: 21px;
        content: ' '; }
    footer .l3 .addr {
      position: relative;left: 24px; }
      footer .l3 .addr:before {
        display: block;
        position: absolute;
        left: -19px;
        top: 4px;
        background: url(/local/templates/RBC/css/../i/ic_001.png) 0px 0px no-repeat;
        width: 15px;
        height: 21px;
        content: ' '; }
    footer .l3 .politic {
      position: relative; }
      footer .l3 .politic:before {
        display: block;
        position: absolute;
        left: -25px;
        top: 4px;
        background: url(/local/templates/RBC/css/../i/ic_004.png) 0px 0px no-repeat;
        width: 20px;
        height: 20px;
        content: ' '; }
  footer .l2 {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    background-color: #000; }
    footer .l2 a {
      color: #000; }
    footer .l2 a:hover {
      color: #3ebbfb; }
    footer .l2 .fr {
      position: relative;
      z-index: 600; }

#bread {
  background-color: #ededed;
  font-size: 13px;
  line-height: 15px;
  color: #999999;
  padding-top: 18px;
  padding-bottom: 15px; }
  #bread a {
    color: #999999; }
  #bread a:hover {
    color: #3ebbfb; }

#bread.white {
  background-color: #fafafa; }

#page_ttl {
  padding-top: 20px;
  padding-bottom: 9px; }
  #page_ttl h1 {
    font-size: 28px;
    line-height: 28px;
    margin: 0px;
    text-transform: none;
    font-weight: normal; }

#page_ttl.white {
  background-color: #fafafa;
  padding-top: 10px;
  margin-bottom: 9px; }

.pager {
  padding-bottom: 60px;
  padding-top: 30px; }
  .pager ul {
    display: block;
    text-align: center; }
    .pager ul li {
      display: inline-block;
      text-align: center;
      vertical-align: middle;
      margin-left: 4px;
      margin-right: 4px; }
      .pager ul li a {
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        color: #2e2e2e;
        font-size: 20px; }
      .pager ul li .prev {
        background-color: #ececec;
        font-size: 15px;
        line-height: 42px;
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
      .pager ul li .next {
        background-color: #ececec;
        font-size: 15px;
        line-height: 42px; }
      .pager ul li a:hover {
        background-color: #ececec; }
      .pager ul li a.disabled {
        opacity: 0.3;
        cursor: default; }
    .pager ul li.active a {
      background-color: #fd6276;
      color: #fff; }

#seo_text {
  margin-top: 50px;
  margin-bottom: 50px; }

.but2top {
  position: fixed;
  bottom: 26px;
   width: auto;
	 right: 0;
  display: none; }
  .but2top .wraper {
    padding: 0px;
    max-width: 1512px; }
  .but2top a {
    float: right;
    width: 68px;
    display: block;
    z-index: 600;
    position: relative; }
    .but2top a img {
      width: 100%;
      display: block; }

#info_menu > a {
  display: block;
  float: left;
  width: calc(25% - 10px);
  margin-right: 13px;
  background-color: #fff;
  margin-bottom: 13px;
  position: relative;
  height: 138px; }
  #info_menu > a .pic {
    position: absolute;
    display: block;
    width: 94px;
    height: 94px;
    background-color: #3ebbfd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 22px;
    top: 23px; }
    #info_menu > a .pic img {
      position: absolute;
      left: 50%;
      top: 50%;
      display: block;
      transform: translate(-50%, -50%); }
  #info_menu > a .txt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #332c3b;
    left: 131px;
    max-width: 140px;
    font-size: 17px; }
  #info_menu > a:nth-child(4n) {
    margin-right: 0px; }

.personal_menu {
  background-color: #ffffff;
  margin-bottom: 30px;
  display: block; }
  .personal_menu li {
    display: inline-block;
    line-height: 56px;
    padding-left: 49px;
    padding-right: 28px;
    margin-right: 5px;
    position: relative; }
    .personal_menu li a {
      position: relative;
      line-height: 56px;
      font-size: 20px;
      border-bottom: 1px solid #2e2e2e;
      color: #2e2e2e; }
      .personal_menu li a span {
        position: absolute;
        left: -25px;
        top: 3px;
        font-size: 24px; }
      .personal_menu li a:hover {
        border-bottom: 0px; }
      .personal_menu li a.selected {
        cursor: default;
        color: #fd6276;
        border-bottom: 0px; }

#main_slider {

  position: relative;
  z-index: 1; }
  #main_slider .item {
    position: relative;
    height: 616px;
    background-repeat: no-repeat;
    background-position: center center; }
    #main_slider .item .wraper { 
	    max-width: 1200px;
	  background-position: center center;
	    background-size: cover;
    background-repeat: no-repeat;
      height: 100%; }
    #main_slider .item .text {
      position: absolute;
      left: 32px;
      top: 58px; }
  #main_slider .owl-carousel .owl-nav {
    display: block; }
	#main_slider .owl-prev {
		top: 180px;
		margin-bottom: 750px;
		left: 150px;
		
	}
	
		#main_slider .owl-next {
		top: 180px;
		margin-bottom: 750px;
		right: 150px;
		
	}
	
  #main_slider .owl-carousel .owl-stage-outer {
    overflow: visible; }
  #main_slider .owl-carousel .owl-dots {
    position: absolute;
    bottom: -40px;
    max-width: 1264px;
    padding-left: 32px;
    padding-right: 32px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%); }
  #main_slider .slide1 {
    background-position: center -1px; }
    #main_slider .slide1 h3 {
      font-size: 100px;
      line-height: 75px;
      color: #fff;
      text-transform: uppercase;
      font-weight: bold;
      margin-bottom: 0px; }
    #main_slider .slide1 h2 {
      font-size: 165px;
      line-height: 135px;
      text-transform: uppercase;
      font-weight: bold;
      margin-bottom: 0px;
      background: #ff977d;
      background: -moz-linear-gradient(top, #ff977d 0%, #ff7ca3 100%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, #ff977d), color-stop(100%, #ff7ca3));
      background: -webkit-linear-gradient(top, #ff977d 0%, #ff7ca3 100%);
      background: -o-linear-gradient(top, #ff977d 0%, #ff7ca3 100%);
      background: -ms-linear-gradient(top, #ff977d 0%, #ff7ca3 100%);
      background: linear-gradient(to bottom, #ff977d 0%, #ff7ca3 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff977d', endColorstr='#ff7ca3', GradientType=0 );
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    #main_slider .slide1 h4 {
      color: #3ebbfb;
      font-size: 50px;
      line-height: 50px;
      text-transform: uppercase;
      font-weight: bold;
      margin-bottom: 30px; }
  #main_slider .slide2 h3 {
    font-size: 246px;
    line-height: 190px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0px; }
  #main_slider .slide2 h2 {
    font-size: 141px;
    line-height: 155px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0px;
    color: #ffe971;
    margin-top: -10px; }
  #main_slider .slide2 h4 {
    color: #916b4f;
    font-size: 41px;
    line-height: 41px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px; }

.menu_top_mobile {
		display:none;}


#main_promo {
  padding-top: 27px;
  margin-bottom: 20px; }
  #main_promo .fl {
    width: 410px; }
    #main_promo .fl a {
      display: block;
      height: 300px;
      position: relative;
      background-size: cover;
      margin-bottom: 30px;
      background-position: 100% 100%; }
      #main_promo .fl a span {
        position: absolute;
        bottom: 35px;
        left: 35px;
        color: #2e2e2e;
        font-size: 30px; }
  #main_promo .fr {
    width: calc(100% - 430px); }
    #main_promo .fr .slide {
      position: relative;
          height: 590px;
      background-position: center center;
      background-size: cover;
      display: block; }
      #main_promo .fr .slide .text {
        color: #fff;
        text-align: center;
        position: absolute;
        top: 50%;
        width: 100%;
        transform: translateY(-50%); }
        #main_promo .fr .slide .text h3 {
          font-size: 180px;
          font-weight: normal;
          line-height: 140px; }
        #main_promo .fr .slide .text p {
          font-size: 30px;
          line-height: normal; }
        #main_promo .fr .slide .text span {
          font-size: 20px;
          line-height: normal; }
    #main_promo .fr .owl-carousel .owl-dots {
      position: absolute;
         bottom: -40px; }
    #main_promo .fr .owl-carousel .owl-nav {
      display: none; }

#main_new {
  margin-bottom: 30px; }
   #main_new h2 {
    position: relative;
    text-align: center;
    display: block;
    height: 26px;
    line-height: 26px;
    margin-bottom: 30px; }
    #main_new h2 span {
      background-color: #fafafa;
      padding-left: 13px;
      padding-right: 13px;
      position: relative;
      z-index: 22; }
  #main_new h2:after {
    content: ' ';
    display: block;
    z-index: 10;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: #fd6276;
    top: 50%;
    margin-top: -1px;
    position: absolute; }
#main_new .owl-carousel{
	      width: 95%;
		      margin: 0 auto;
  }
 #main_new .owl-carousel .owl-next{
	      right: -51px;
    top: 100px;
  }
   #main_new .owl-carousel .owl-prev{
	    left: -51px;
    top: 100px;
  }
  #main_new .owl-controls{
	      margin-top: 20px;
    margin-bottom: 25px;
  }
  /*#main_new .owl-carousel .owl-dots {
    display: none !important; }*/
  #main_new .catalog_item {
    float: left; }
  #main_new .owl-item .catalog_item {
    float: none;
    margin: 0 auto; }

#last_news {
  margin-bottom: 60px; }
  #last_news h2 {
    position: relative;
    text-align: center;
    display: block;
    height: 26px;
    line-height: 26px;
    margin-bottom: 48px; }
    #last_news h2 span {
      background-color: #fafafa;
      padding-left: 13px;
      padding-right: 13px;
      position: relative;
      z-index: 22; }
  #last_news h2:after {
    content: ' ';
    display: block;
    z-index: 10;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: #fd6276;
    top: 50%;
    margin-top: -1px;
    position: absolute; }
  #last_news .list .item {
    display: block;
    width: calc(33% - 11px);
    float: left;
    margin-right: 21px;
    position: relative; }
    #last_news .list .item .pic {
      overflow: hidden;
      position: relative;
      height: 428px;
      margin-bottom: 20px; }
      #last_news .list .item .pic .img {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        background-size: cover;
        display: block;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        height: 100%;
        z-index: 10; }
    #last_news .list .item .name {
      color: #2e2e2e;
      font-size: 30px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
  #last_news .list .item:last-child {
    margin-right: 0px; }
  #last_news .list .item:hover .pic .img {
    transform: scale(1.1); }
  #last_news .list .item:hover .name {
    color: #3ebbfb; }
	
	
	.bx-subscribe {
	position: relative;
	left: 250px;
	width: 250px;
	margin: 10px 0;
	width: 250px;
	padding-bottom: 50px;
	margin: 10px 0;
	
}
.bx-subscribe div.bx-block-title {
	width: 100%;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: red;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 30px;
	font-weight: 600;
}
.bx-subscribe-desc {
	color: red;
	font-size: 12px;
	position: relative;
	margin-top: -5px;
	margin-bottom: 3px;
}
.bx-subscribe .bx-input-group .bx-form-control {
	position: relative;
	margin-bottom: 15px;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: red;
	background-color: #F8FAFC;
	border: 1px solid #D5DADC;
	border-radius: 2px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-ios .bx-subscribe .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.btn-subscribe {
	cursor: pointer;
	text-align: center;
	background: #70bb18;
	border: none;
	color: #fff;
	font-size: 13px;
	position: relative;
	text-transform: uppercase;
	border-radius: 2px;
	line-height: 30px;
	height: 40px;
	padding: 5px 60px 5px 20px;
	vertical-align: middle;
	outline: none;
	-webkit-transition: width 5s linear;
	-moz-transition: width 5s linear;
	-ms-transition: width 5s linear;
	-o-transition: width 5s linear;
	transition: width 5s linear;
}
.btn-subscribe:hover {
	background: #7ec629;
}
.btn-subscribe:before {
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 40px;
	background-color: #5b9f0b;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAKCAYAAACE2W/HAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkYyNDcxQTFERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkYyNDcxQTJERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRjI0NzE5RkRGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRjI0NzFBMERGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Plv+rHwAAADiSURBVHjajNK9asJQFMDxG42KUqFx9kEcRO1UcBCHjh3q3NXHcBEcdHQQPxY7+AaS0a1v0UEhSlu/rv+jhxIlBQ/84OTmnHuSmzjW2qExpoK9ekDcXMcRAVw1d2hckjxqwQxTJJXEDj+ooa5rK+neoocMnvGB7s3EVxQwwhdeDBMDvEPylr3EBB6yGOhaGzE0cJ5o4enOTSzQgY8D8nhDX2ty0hPTCxt6LDmsMtb6fk+hpr9a10THJ4pw8BtVII0ydRNxb/vPplLrSGNKT/Pb3BdVpOU7jklKSNzZKD+JfxJgAAV0YSAU8mZTAAAAAElFTkSuQmCC");
	background-position: 50%;
	background-repeat: no-repeat;
	border-radius: 0 2px 2px 0;
}
.btn-subscribe span {
	display: block;
}
.btn-subscribe.send {
	padding: 5px 40px;
	-webkit-animation-name: MeilSend;
	animation-name: MeilSend;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	outline: none;
	color: #fff;
}
.btn-subscribe:hover, .btn-subscribe:active{color: #fff;}
.btn-subscribe.send:before {
	width: 0;
	background-position: 100px 50%;
	-webkit-animation-name: MeilSendButton;
	animation-name: MeilSendButton;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
}
@keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@-webkit-keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@-webkit-keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}
@-webkit-keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}





.bx_subscribe_response_container {
	padding: 40px;
	color: #35414E;
}

.bx_subscribe_checkbox_container {
  line-height: 16px;
  font-size: 13px;
  margin-bottom: 3px;
  vertical-align: middle;
  color: #aaa;
}

.bx-sender-subscribe-agreement .main-user-consent-request a {
	font-weight: 100;
	font: 11px/10px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#main_subscribe {
  background: #c0e2fd url(/local/templates/RBC/css/../upload/5.jpg) center center;
  padding-top: 28px;
  padding-bottom: 28px;
  margin-bottom: 0px;
  margin-top: 55px; }
  #main_subscribe .fl {
    width: calc(50% - 40px); }
    #main_subscribe .fl h3 {
      text-transform: uppercase;
      font-size: 30px;
      margin-bottom: 9px;
      font-weight: bold;
      margin-top: 6px; }
    #main_subscribe .fl p {
      font-size: 20px;
      line-height: 21px; }
  #main_subscribe .fr {
    width: calc(50% - 40px);
    padding-top: 20px; }
    #main_subscribe .fr .input {
      width: calc(100% - 160px);
      float: left; }
    #main_subscribe .fr .btn {
      float: left;
      width: 160px;
      font-size: 20px;
      padding-left: 0px;
      padding-right: 0px;
      text-align: center; }

#main_subscribe.no_margin {
  margin-bottom: -50px; }

#insta {
  margin-bottom: 55px; }
  #insta h2 {
    position: relative;
    text-align: center;
    display: block;
    height: 26px;
    line-height: 26px;
    margin-bottom: 30px; }
    #insta h2 span {
      background-color: #fafafa;
      padding-left: 13px;
      padding-right: 13px;
      position: relative;
      z-index: 22; }
  #insta h2:after {
    content: ' ';
    display: block;
    z-index: 10;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: #fd6276;
    top: 50%;
    margin-top: -1px;
    position: absolute; }
  #insta .wraper {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px; }
  #insta .item {
    display: block;
    height: 185px;
    float: left;
    width: calc(17% - 12px);
    overflow: hidden;
    position: relative;
    margin-right: 9px; }
    #insta .item span {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      background-size: cover;
      display: block;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      height: 100%;
      z-index: 10; }
  #insta .item:last-child {
    margin-right: 0px; }
  #insta .item:hover span {
    transform: scale(1.1); }
  #insta .ttl {
    margin-bottom: 40px;
    font-size: 30px;
    vertical-align: middle;
    line-height: 30px; }
    #insta .ttl img {
      vertical-align: middle;
      margin-right: 6px; }
    #insta .ttl a {
      margin-right: 46px;
      border-bottom: 1px solid #2e2e2e;
      color: #2e2e2e; }
    #insta .ttl .btn {
      color: #fff;
      border-bottom: 0px; }

#two_sides {
  margin-bottom: 48px; }
  #two_sides .fl {
    background-color: #fff;
    width: calc(50% - 10px); }
  #two_sides .fr {
    background-color: #fff;
    width: calc(50% - 10px); }
  #two_sides .b_block {
    background-color: #ececec;
    padding: 30px;
    font-size: 20px; }
    #two_sides .b_block .btn {
      margin-right: 25px; }
  #two_sides .ttl {
    font-size: 30px;
    position: relative;
    padding-left: 35px;
    margin-top: 35px;
    margin-bottom: 25px;
    vertical-align: middle;
    height: 47px; }
    #two_sides .ttl span {
      font-size: 55px;
      vertical-align: middle;
      margin-right: 16px; }
    #two_sides .ttl .icon-map {
      font-size: 52px;
      transform: translateY(-10px);
      display: inline-block; }
  #two_sides .in {
    padding-left: 35px;
    padding-bottom: 10px; }
  #two_sides .icon_item {
    position: relative;
    padding-left: 105px;
    min-height: 85px;
    line-height: 84px;
    margin-bottom: 10px;
    font-size: 20px; }
    #two_sides .icon_item .icon {
      position: absolute;
      left: 0px;
      width: 84px;
      height: 84px;
      border: 1px solid #3ebbfb;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      display: block;
      font-size: 45px;
      text-align: center;
      color: #3ebbfb;
      line-height: 84px; }
  #two_sides .addr_item {
    position: relative;
    height: 107px;
    padding-left: 124px;
    margin-bottom: 36px;
    font-size: 14px;
    line-height: 20px; }
    #two_sides .addr_item .img {
      position: absolute;
      left: 0px;
      overflow: hidden;
      width: 107px;
      height: 107px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      display: block; }
    #two_sides .addr_item h4 {
      font-weight: normal;
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 10px;
      padding-top: 10px;
      max-width: 370px; }

#main_video {
	    margin-top: 20px;
  margin-bottom: 40px; }
  #main_video h2 {
    position: relative;
    text-align: center;
    display: block;
    height: 26px;
    line-height: 26px;
    margin-bottom: 30px; }
    #main_video h2 span {
      background-color: #fafafa;
      padding-left: 13px;
      padding-right: 13px;
      position: relative;
      z-index: 22; }
  #main_video h2:after {
    content: ' ';
    display: block;
    z-index: 10;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: #fd6276;
    top: 50%;
    margin-top: -1px;
    position: absolute; }
  #main_video .plyr__control--overlaid {
    width: 60px;
    height: 41px;
    background: url(/local/templates/RBC/css/../i/youtube.png) 0px 0px no-repeat;
    border-radius: 0px; }
    #main_video .plyr__control--overlaid svg {
      display: none; }
  #main_video .plyr--stopped .plyr__controls {
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%); }

.catalog_item {
  position: relative;
  max-width: 195px;
  z-index: 10; }
  .catalog_item .pic {
    overflow: hidden;
    position: relative;
    height: 200px;
    margin-bottom: 10px;
    background-color: #f9f9f9; }
    .catalog_item .pic .img {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      background-size: 80%;
	      background-repeat: no-repeat;
      background-position: center center;
      display: block;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      height: 100%;
      z-index: 10; }
  .catalog_item .name {
    font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
    margin-bottom: 5px;
    display: inline-block;
    position: relative;
    z-index: 10; }
  .catalog_item .name:hover {
    color: #3ebbfb; }
  .catalog_item .prices {
    font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
    font-weight: bold;
    position: relative;
    z-index: 10; }
    .catalog_item .prices .closed_price {
      background: url(/local/templates/RBC/css/../i/closed_price2.png) 0px 0px no-repeat;
      width: 72px;
      height: 71px;
      position: absolute;
      text-align: center;
      color: #fff;
      font-size: 11px;
      line-height: 16px;
      top: -24px;
      padding-top: 17px;
      left: -11px;
      text-decoration: underline;
      z-index: 10; }
    .catalog_item .prices .old {
      display: inline-block;
      margin-right: 14px;
      position: relative;
      padding-left: 3px;
      padding-right: 3px; }
    .catalog_item .prices .old:after {
      content: ' ';
      display: block;
      width: 100%;
      height: 1px;
      position: absolute;
      left: 0px;
      top: 50%;
      background-color: #f56a3f; }
  .catalog_item .label {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 20;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    height: 16px;
    line-height: 16px;
    width: 50px;
    text-align: center; }
  .catalog_item .red {
    background-color: #fd6276; }
  .catalog_item .green {
    background-color: #00bf9c; }
  .catalog_item .hover {
    display: none;
    position: absolute;
    z-index: 1;
    padding-top: 365px;
    width: calc(100% + 20px);
    top: -10px;
    left: -10px;
    background-color: #fff; }
    .catalog_item .hover .btn {
      width: calc(100%);
      text-align: center;
      font-size: 14px;
      background-color: #ededed;
      color: #565656; }
      .catalog_item .hover .btn:hover {
        background-color: #3ebbfb;
        color: #fff; }
  .catalog_item .sizes {
    font-size: 14px;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px; }
  .catalog_item .js-likebtn {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 90;
    color: #6d6d6d;
    z-index: 0;
    opacity: 0;
    -webkit-transition: all 0.2 ease-in-out;
    -moz-transition: all 0.2 ease-in-out;
    -ms-transition: all 0.2 ease-in-out;
    -o-transition: all 0.2 ease-in-out;
    transition: all 0.2 ease-in-out; }
  .catalog_item .js-likebtn.is-active {
    color: #fd6276; }
  .catalog_item .js-likebtn:hover {
    color: #fd6276; }

.catalog_item:hover {
  z-index: 40; }
  .catalog_item:hover .js-likebtn {
    opacity: 1;
    z-index: 99; }
  .catalog_item:hover .hover {
    display: block;
    border: 1px solid #c2c2c2; }
  .catalog_item:hover .pic .img {
    transform: scale(1.1); }

.catalog_list {
  padding-top: 30px; }
  .catalog_list .catalog_item {
    max-width: none;
    margin-bottom: 35px;
    float: left;
    margin-right: 10px;
    width: calc(16.66% - 9px); }
  .catalog_list .catalog_item:nth-child(6n) {
    margin-right: 0px; }

#catalog_sections {
  background-color: #ededed;
  max-height: 211px;
  overflow: hidden; }
  #catalog_sections .in {
    padding-bottom: 28px;
    padding-top: 15px;
    padding-left: 40px;
    padding-right: 40px; }
  #catalog_sections .owl-carousel .owl-prev {
    background-color: #fff;
    left: -75px;
    top: 21px; }
  #catalog_sections .owl-carousel .owl-next {
    right: -75px;
    top: 21px;
    background-color: #fff; }
  #catalog_sections .owl-carousel .owl-dots {
    display: none !important; }
  #catalog_sections .item {
    max-width: 100px;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 14px;
    line-height: 17px;
    color: #2e2e2e;
    float: left; }
    #catalog_sections .item .pic {
      width: 100px;
      height: 100px;
      display: block;
      overflow: hidden;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      margin-bottom: 6px;
      background-color: #fff;
      border: 1px solid #ededed;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      background-repeat: no-repeat;
      background-position: center center; }
    #catalog_sections .item .name {
      display: block; }
  #catalog_sections .item:hover {
    color: #3ebbfb; }
    #catalog_sections .item:hover .pic {
      border: 1px solid #fd6276; }
  #catalog_sections .owl-item .item {
    float: none; }

.catalog_filter .in {
  border-top: 3px solid #3c3c3c;
  padding-top: 21px; }

.catalog_sort {
  float: right;
  text-align: right; }
  .catalog_sort a {
    color: #2e2e2e;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    position: relative;
    margin-left: 37px;
    text-decoration: underline; }
  .catalog_sort a:hover {
    text-decoration: none; }
  .catalog_sort a.active:after {
    background: url(/local/templates/RBC/css/../i/select_arrow.png);
    width: 13px;
    height: 7px;
    content: '';
    margin-left: 4px;
    transform: translateY(-1px);
    display: inline-block; }
  .catalog_sort a.active {
    text-decoration: none; }

#catalog_detail {
  margin-bottom: 30px; }
  #catalog_detail .mobile_header {
    display: none; }
  #catalog_detail .fl {
    width: calc(100% - 330px);
    position: relative;
 margin-bottom: -600px;	}
    #catalog_detail .fl .big_pic {
      position: relative;
      border: 1px solid #d7d7d7;
      margin-bottom: 19px;
      margin-left: 155px; }
      #catalog_detail .fl .big_pic .in {
		  position: relative;
        background-color: #fff;
        height: 733px;
        background-size: cover;
        background-position: center center; }
      #catalog_detail .fl .big_pic .labels {
		  display:none;
        position: absolute;
        top: 15px;
        left: 15px; }
        #catalog_detail .fl .big_pic .labels span {
          display:none;
          background-color: #fff;
          width: 104px;
          height: 104px;
          line-height: 104px;
          text-transform: uppercase;
          text-align: center;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          margin-bottom: 14px;
          font-size: 30px;
          letter-spacing: 2px; }
        #catalog_detail .fl .big_pic .labels .green {
			display:none;
          border: 1px solid #00bf9c;
          color: #00bf9c; }
        #catalog_detail .fl .big_pic .labels .pink {
			display:none;
          border: 1px solid #fd6276;
          color: #fd6276; }
        #catalog_detail .fl .big_pic .labels .bought {
			display:none;
          background-color: #fffbda;
          font-size: 12px;
          line-height: 16px;
          position: relative; }
          #catalog_detail .fl .big_pic .labels .bought span {
			  display:none;
            font-size: 50px;
            background-color: transparent; }
          #catalog_detail .fl .big_pic .labels .bought i {
			  display:none;
            position: absolute;
            font-style: normal;
            
            text-align: left;
            text-transform: none;
            top: 110px;
            left: 15px; }
			
			
			/** Scroll **/
		.scroll-block {
			position:relative;
		height: 734px;width: 118px;background: white;
		top: -754px;
		overflow-y: scroll;
		overflow-x: hidden;
		border:0px solid;}
		.scroll-block::-webkit-scrollbar {width: 6px;}
.scroll-block::-webkit-scrollbar-thumb {border-radius: 4px;background: #f0f2f5;}
.scroll-block:hover::-webkit-scrollbar-thumb {background: black;}	
			
    #catalog_detail .fl .small_pics {
      position: absolute;
      left: 0px;
      top: 0px; }
      #catalog_detail .fl .small_pics a {
        display: block;
        border: 1px solid #fff;
        width: 114px;
        height: 114px;
        overflow: hidden;
        margin-bottom: 10px; }
        #catalog_detail .fl .small_pics a img {
          display: block; }
      #catalog_detail .fl .small_pics a.active {
        border-color: #fd6276; }
  #catalog_detail .fr {
	  position:relative;
    width: 300px;
	top: -900px;
	margin-bottom: -200px;
	margin-top: -600px;
	left: 320px;}
    #catalog_detail .fr h1 {
		
      font-size: 40px;
      line-height: 50px;
      text-transform: uppercase;
      font-weight: normal;
      margin-bottom: 10px; }
    #catalog_detail .fr .ttl {
      font-size: 16px;
      line-height: 16px;
      margin-bottom: 9px; }
    #catalog_detail .fr .art {
      border-bottom: 1px solid #d7d7d7;
      padding-bottom: 11px;
      font-size: 20px;
      line-height: 20px; }
    #catalog_detail .fr .sizes {
      padding-top: 18px;
      padding-bottom: 18px;
      border-bottom: 1px solid #d7d7d7; }
      #catalog_detail .fr .sizes .SumoSelect {
        margin-bottom: 18px; }
      #catalog_detail .fr .sizes .sizetbl {
        text-decoration: underline;
        position: relative; }
        #catalog_detail .fr .sizes .sizetbl span {
          position: absolute;
          font-size: 27px;
          right: -33px; }
      #catalog_detail .fr .sizes .sizetbl:hover {
        text-decoration: none; }
    #catalog_detail .fr .colors {
      padding-top: 18px;
      padding-bottom: 18px;
      border-bottom: 1px solid #d7d7d7; }
      #catalog_detail .fr .colors .color {
        display: inline-block;
        background-color: #fff;
        border: 1px solid #fff;
        margin-right: 10px;
        padding: 4px;
        cursor: pointer; }
        #catalog_detail .fr .colors .color i {
          width: 28px;
          height: 28px;
          display: block; }
      #catalog_detail .fr .colors .color.active {
        border: 1px solid #fd6276; }
    #catalog_detail .fr .info {
      padding-top: 16px;
      margin-bottom: 18px;
      line-height: 25px; }
    #catalog_detail .fr .not_eveil {
      position: relative;
      background-color: #3ebbfb;
      text-align: center;
      color: #fff;
      font-size: 16px;
      line-height: 16px;
      padding-top: 6px;
      padding-bottom: 10px;
      margin-bottom: -2px; }
      #catalog_detail .fr .not_eveil:before {
        display: block;
        content: ' ';
        background: url(/local/templates/RBC/css/../i/blue_borders.png) 0px 0px no-repeat;
        height: 70px;
        width: 16px;
        position: absolute;
        left: -16px;
        top: 0px; }
      #catalog_detail .fr .not_eveil:after {
        display: block;
        content: ' ';
        background: url(/local/templates/RBC/css/../i/blue_borders.png) -16px 0px no-repeat;
        height: 70px;
        width: 16px;
        position: absolute;
        right: -16px;
        top: 0px; }
      #catalog_detail .fr .not_eveil b {
        line-height: 20px;
        font-size: 20px;
        display: block;
        font-weight: normal;
        margin-bottom: 6px; }
    #catalog_detail .fr .prices {
      padding-top: 17px;
      padding-bottom: 17px;
      border-bottom: 1px solid #d7d7d7;
      font-size: 40px;
      margin-bottom: 16px;
      line-height: 40px;
      position: relative; }
      #catalog_detail .fr .prices .closed_price {
        background: url(/local/templates/RBC/css/../i/closed_price.png) 0px 0px no-repeat;
        width: 101px;
        height: 100px;
        position: absolute;
        text-align: center;
        color: #fff;
        font-size: 15px;
        line-height: 22px;
        top: -11px;
        padding-top: 23px;
        left: -1px;
        text-decoration: underline; }
      #catalog_detail .fr .prices .old {
        display: inline-block;
        margin-right: 14px;
        position: relative;
        padding-left: 3px;
        padding-right: 3px;
        font-size: 30px; }
      #catalog_detail .fr .prices .old:after {
        content: ' ';
        display: block;
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0px;
        top: 50%;
        background-color: #f56a3f; }
    #catalog_detail .fr .add2cart {
      text-transform: uppercase;
      padding-left: 0px;
      padding-right: 0px;
      font-size: 20px;
      display: block;
      text-align: center;
      margin-bottom: 12px;
      line-height: 56px;
      height: 56px; }
    #catalog_detail .fr .preorder {
      text-transform: uppercase;
      padding-left: 0px;
      padding-right: 0px;
      font-size: 20px;
      display: block;
      text-align: center;
      margin-bottom: 12px;
      line-height: 56px;
      height: 56px; }
    #catalog_detail .fr .add2cart:after {
      margin-left: 8px; }
    #catalog_detail .fr .add2fav {
      background-color: #ededed;
      display: block;
      text-align: center;
      color: #2e2e2e;
      width: 100%;
      font-size: 20px;
      vertical-align: middle;
      margin-bottom: 13px;
      line-height: 56px;
      height: 56px; }
      #catalog_detail .fr .add2fav span {
        vertical-align: middle;
        margin-left: 11px; }
    #catalog_detail .fr .add2fav.is-active {
      color: #fd6276; }
    #catalog_detail .fr .add2fav:hover {
      color: #fd6276; }
    #catalog_detail .fr .map_btn {
      display: block;
      position: relative;
      background-color: #fff;
      color: #2e2e2e;
      font-size: 16px;
      line-height: 22px;
      padding: 9px 9px 9px 70px;
      text-decoration: underline;
      margin-bottom: 10px; }
      #catalog_detail .fr .map_btn span {
        position: absolute;
        font-size: 43px;
        left: 14px;
        color: #3ebbfb; }
    #catalog_detail .fr .map_btn:hover {
      text-decoration: none; }
    #catalog_detail .fr .delivery_btn {
      display: block;
      position: relative;
      background-color: #fff;
      color: #2e2e2e;
      font-size: 16px;
      line-height: 22px;
      padding: 18px 9px 18px 70px;
      text-decoration: underline;
      margin-bottom: 34px; }
      #catalog_detail .fr .delivery_btn span {
        position: absolute;
        font-size: 28px;
        left: 14px;
        color: #3ebbfb; }
    #catalog_detail .fr .delivery_btn:hover {
      text-decoration: none; }

.items_slider {
  margin-bottom: 60px; }
  .items_slider .catalog_item {
    float: left; }
  .items_slider .owl-carousel .catalog_item {
    float: none; }
  /*.items_slider .owl-carousel .owl-dots {
    display: none !important; }*/
#main_new .owl-controls{
	    margin-top: 15px;
}
.call_me, .preorder_window{
	width: 100%;
}
#catalog_root .section {
  margin-bottom: 30px; }
  #catalog_root .section h3 {
    text-transform: uppercase;
	font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px; }
  #catalog_root .section .item {
    width: calc(33% - 10px);
    margin-right: 15px;
    float: left;
    margin-bottom: 35px; }
    #catalog_root .section .item .pic {
      display: block;
      height: 270px;
      overflow: hidden;
      margin-bottom: 16px;
      background-color: #f1f0f0; }
      #catalog_root .section .item .pic .in {
        height: 100%;
        width: 100%;
        display: block;
        background-size: cover;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
    #catalog_root .section .item .name {
      font-size: 18px;
      color: #2e2e2e; }
      #catalog_root .section .item .name i {
        font-style: normal;
        color: #3ebbfb; }
  #catalog_root .section .item:nth-child(3n) {
    margin-right: 0px; }
  #catalog_root .section .item:hover .in {
    transform: scale(1.1); }

body.new_window_opened:before {
  z-index: 5000;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: ' ';
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

#new_window {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: auto;
  text-align: center;
  opacity: 0;
  z-index: -1;
  padding-top: 30px;
  padding-bottom: 30px; }
  #new_window .close_window {
    position: absolute;
    right: 22px;
    top: 22px;
    color: #000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    #new_window .close_window span {
      font-size: 36px; }
  #new_window .close_window:hover {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  #new_window .modal_dialog {
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    transform: translate(-50%, -50%);
    display: inline-block; }
  #new_window .buttons {
    background-color: #fd6276;
    padding: 40px;
    text-align: left; }
    #new_window .buttons .continue {
      background-color: #ededed;
      color: #8e8e8e;
      font-size: 20px;
      text-align: center; }
    #new_window .buttons .warrow {
      color: #fd6276;
      background-color: #ededed;
      text-transform: uppercase; }

.new_window_opened {
  overflow: hidden; }
  .new_window_opened #new_window {
    z-index: 8000;
    opacity: 1; }
    .new_window_opened #new_window .modal_dialog {
      opacity: 1; }

body.small_window #new_window .modal_dialog {
  position: relative;
  top: auto;
  left: auto;
  transform: none; }

.call_me, .preorder_window {
  padding-bottom: 35px !important;
  width: 570px; }
  .call_me .input, .preorder_window .input {
    height: 50px;
    line-height: 50px;
    display: block;
    width: 100%;
    border: 1px solid #cccccc;
    margin-bottom: 17px; }
  .call_me .ob_block, .preorder_window .ob_block {
    font-size: 14px;
    margin-bottom: 24px; }

.preorder_window p {
  margin-top: -30px; }

#auth_form {
  text-align: left;
  width: 550px;
  padding: 0px 60px 0px 60px; }
  #auth_form .buttons {
    margin-left: -60px;
    margin-right: -60px;
    padding-left: 60px;
    padding-top: 15px;
    padding-bottom: 15px; }
    #auth_form .buttons button {
      background-color: #fff;
      color: #fd6276;
      height: 56px;
      line-height: 56px; }
  #auth_form h3 {
    text-transform: uppercase;
    font-size: 40px;
    padding-top: 20px;
    color: #2e2e2e;
    margin-bottom: 30px; }
  #auth_form .input {
    border: 1px solid #cccccc;
    width: 100%;
    margin-bottom: 8px;
    height: 52px;
    line-height: 52px;
    font-size: 14px;
    padding-left: 19px; }
  #auth_form .reg_link {
    text-align: right;
    margin-bottom: 26px; }
    #auth_form .reg_link .btn span {
      margin-right: 13px; }
  #auth_form .forget_link {
    text-align: right;
    margin-bottom: 43px;
    padding-top: 12px; }
    #auth_form .forget_link a {
      color: #2e2e2e;
      text-decoration: underline; }
      #auth_form .forget_link a:hover {
        text-decoration: none; }
  #auth_form .input.error {
    border: 1px solid red; }
  #auth_form .otvet {
    padding-bottom: 30px; }
  #auth_form .captcha_place img {
    vertical-align: middle;
    margin-right: 20px; }
  #auth_form .captcha_place .input {
    width: 160px; }

#profile_form .form_block {
  margin-bottom: 40px;
  max-width: 590px; }
#profile_form .input {
  margin-bottom: 17px; }

.small_basket {
  padding: 35px 35px 0px 35px;
  text-align: left; }
  .small_basket h3 {
    font-size: 40px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 40px;
    margin-bottom: 20px; }
  .small_basket .basket_co {
    margin-bottom: 60px; }

.basket-row {
  width: 870px;
  border-bottom: 1px solid #d7d7d7; }
  .basket-row .basket-td {
    float: left;
    height: 143px;
    position: relative; }
  .basket-row .basket-td:nth-child(1) {
    width: 137px;
    height: auto;
    margin-right: 28px; }
  .basket-row .basket-td:nth-child(2) {
    width: 200px;
    margin-right: 28px; }
  .basket-row .basket-td:nth-child(3) {
    width: 125px;
    margin-right: 25px; }
  .basket-row .basket-td:nth-child(4) {
    width: 110px;
    margin-right: 30px; }
  .basket-row .basket-td:nth-child(5) {
    width: 140px;
    white-space: nowrap;
    margin-right: 18px; }
  .basket-row .basket-td:nth-child(6) {
    width: 25px; }
  .basket-row .add2fav {
    color: #000;
    font-size: 16px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    line-height: 16px; }
    .basket-row .add2fav span {
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      display: block; }
  .basket-row .add2fav:hover span {
    color: #3ebbfb; }

.basket-row:last-child {
  margin-bottom: 45px; }

.basket-photo img {
  display: block; }

.basket-info {
  font-size: 20px;
  line-height: normal;
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }
  .basket-info a {
    color: #2e2e2e; }
  .basket-info a:hover {
    color: #3ebbfb; }

.basket-props {
  font-size: 20px;
  line-height: normal;
  top: 50%;
  position: absolute;
  transform: translateY(-50%); }

.basket-count {
  border: 1px solid #d7d7d7;
  top: 50%;
  position: absolute;
  transform: translateY(-50%); }
  .basket-count .input {
    text-align: center;
    width: 106px;
    height: 38px;
    line-height: 38px;
    display: block;
    padding: 0px;
    border: 0px;
    background-color: transparent; }
  .basket-count .plus {
    display: block;
    position: absolute;
    height: 100%;
    width: 31px;
    background: #ededed url(/local/templates/RBC/css/../i/plus.png) center center no-repeat;
    top: 0px;
    right: 0px;
    cursor: pointer; }
  .basket-count .minus {
    display: block;
    position: absolute;
    height: 100%;
    width: 31px;
    background: #ededed url(/local/templates/RBC/css/../i/minus.png) center center no-repeat;
    top: 0px;
    left: 0px;
    cursor: pointer; }

.basket-cost {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  font-size: 40px;
  line-height: 40px; }

.basket-cost .price-old{
  color: #767676;
  text-decoration: line-through;
  white-space: nowrap;
  font-weight: bold;
  font-size: 18px;
  line-height: 17px;
}
.basket-delete {
  color: #000;
  font-size: 16px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  line-height: 16px; }
  .basket-delete span {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: block; }

.basket-delete:hover span {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.basket-row:before, .basket-row:after {
  content: " ";
  display: table;
  clear: both; }

#basket {
  margin-bottom: 30px; }
  #basket h2 {
    margin-bottom: 40px; }
  #basket .basket-row {
    width: 100%; }
  #basket .basket-td:nth-child(2) {
    width: calc(100% - 940px); }
  #basket .basket-td:nth-child(3) {
    width: 200px; }
  #basket .basket-td:nth-child(4) {
    width: 193px; }
  #basket .basket-td:nth-child(5) {
    width: 150px; }
  #basket .basket-td:nth-child(6) {
    width: 57px; }
  #basket .basket-td:nth-child(7) {
    width: 74px; }
  #basket .account_info {
    background-color: #f2f2f2;
    padding: 14px 36px;
    font-size: 20px; }
    #basket .account_info .btn {
      margin-right: 30px; }

#new_order {
  margin-bottom: 40px; }
  #new_order .itogi .ln {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f2f2f2;
    margin-bottom: 2px;
    padding-right: 28px;
    font-size: 30px;
    text-align: right; }
    #new_order .itogi .ln>span {
      font-size: 40px;
      display: inline-block;
      width: 200px; }
  #new_order .itogi #itog {
    background-color: #f9f3e8;
    margin-bottom: 27px; }
  #new_order .itogi .btn {
    display: block;
    width: 100%;
    line-height: 56px;
    text-transform: uppercase;
    font-size: 20px;
    height: 56px; }
  #new_order .itogi .polit {
    padding-top: 40px;
    font-size: 14px;
    line-height: 22px;
    max-width: 520px; }
    #new_order .itogi .polit a {
      color: #2e2e2e;
      text-decoration: underline; }
    #new_order .itogi .polit a:hover {
      text-decoration: none; }
  #new_order .level1 {
    background-color: #f7eedf;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 2px; }
  #new_order .col {
    width: calc(33% - 7px);
    float: left;
    margin-right: 15px; }
    #new_order .col h3 {
      font-size: 30px;
      line-height: 30px;
      margin-bottom: 30px;
      font-weight: normal; }
    #new_order .col .radio_label:last-child {
      margin-bottom: 0px; }
  #new_order .col3 {
    margin-right: 0px; }
  #new_order input[type=radio] {
    display: none; }
  #new_order .radio_label {
    display: block;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    border: 1px solid #fff;
    padding: 10px 17px 10px 83px;
    margin-bottom: 10px;
    min-height: 89px; }
   /* #new_order .radio_label img {
      position: absolute; }*/
    #new_order .radio_label .ttl {
      font-size: 18px;
      line-height: 23px;
      display: block; }
    #new_order .radio_label .time {
      display: block;
      color: #989898;
      font-size: 12px;
      line-height: 16px; }
    #new_order .radio_label .txt {
      display: block;
      font-size: 12px;
      color: #989898;
      line-height: 16px; }
      #new_order .radio_label .txt a {
        font-size: 18px;
        line-height: 23px;
        text-decoration: underline; }
      #new_order .radio_label .txt a:hover {
        text-decoration: none; }
  #new_order .radio_label:after {
    display: block;
    content: ' ';
    width: 19px;
    height: 19px;
    border: 1px solid #707070;
    position: absolute;
    left: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    z-index: 10; }
  #new_order input[type=radio]:checked + label {
    border: 1px solid #fd6276; }
  #new_order input[type=radio]:checked + label:before {
    display: block;
    content: ' ';
    width: 13px;
    height: 13px;
    position: absolute;
    left: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0px;
    background-color: #fd6276;
    z-index: 20;
    margin-left: 4px; }
#new_order .col1 .input.error {
  border: 1px solid #fd6276;
}
  #new_order .col1 .input {
    margin-bottom: 8px;
    width: 100%;
    padding-left: 20px;
    font-size: 14px;
    height: 54px;
    line-height: 54px; }
  #new_order .col1 textarea.input {
    resize: none;
    height: 85px;
    line-height: 22px;
    padding-top: 10px; }
	 #new_order .col1 .w50.fr {
    float: right }
  #new_order .col1 .w50 {
    width: calc(50% - 15px);float: left; }
  #new_order .col3 label .ttl {
    position: absolute;
    top: 50%;
    width: calc(100% - 105px);
   /* transform: translateY(-50%);*/ }
  #new_order .col3 input[type=radio] + label:after {
    top: 50%;
    transform: translateY(-50%); }
  #new_order .col3 input[type=radio]:checked + label:before {
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0px; }

.new_order_window {
  padding: 48px 55px 19px 55px;
  text-align: left;
  max-width: 516px; }
  .new_order_window h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: normal; }
  .new_order_window .continue {
    width: 285px;
    color: #fd6276; }
  .new_order_window .order_num {
    background-color: #ededed;
    color: #fd6276;
    padding: 42px;
    font-size: 40px;
    display: inline-block;
    margin-bottom: 13px; }
  .new_order_window p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 26px; }
  .new_order_window p:last-child {
    margin-bottom: 0px; }

#page {
  font-size: 18px;
  line-height: 25px; }
  #page span.pink {
    color: #fd6276; }
  #page p {
    margin-bottom: 29px;
    position: relative; }
    #page p span.ttl {
      display: block;
      color: #838383; }
  #page ul {
    margin-bottom: 49px;
    margin-left: 0px; }
    #page ul li {
      padding-left: 15px;
      position: relative;
      margin-bottom: 10px; }
    #page ul li:before {
      content: ' ';
      width: 9px;
      height: 1px;
      position: absolute;
      display: block;
      left: 0px;
      top: 13px;
      background-color: #2e2e2e; }
  #page h4 {
    margin-bottom: 46px;
    font-size: 28px;
    line-height: 36px;
    font-weight: normal; }
  #page p.wicon {
    padding-left: 114px; }
  #page p.gray_bg {
    background-color: #fff;
    padding: 35px 24px 25px 24px; }
  #page div.gray_block {
    background-color: #fff;
    padding: 26px 35px 25px 35px; }
    #page div.gray_block h3 span {
      font-size: 48px;
      vertical-align: middle;
      margin-right: 13px; }
    #page div.gray_block.white_bg {
      background-color: transparent; }
  #page p.wdigit {
    padding-left: 100px; }
    #page p.wdigit .digit {
      color: #e0e0e0;
      font-size: 100px;
      line-height: 100px;
      position: absolute;
      left: 17px;
      font-weight: bold;
      top: 50%;
      transform: translateY(-50%); }
  #page p.wbutton {
    padding-right: 275px; }
    #page p.wbutton .btn {
      position: absolute;
      right: 34px;
      top: 50%;
      transform: translateY(-50%); }
  #page .w50 {
    width: calc(50% - 8px);
    padding: 32px 32px 20px 32px;
    margin-bottom: 40px;
    min-height: 390px; }
    #page .w50 h3 {
      margin-bottom: 16px; }
    #page .w50 table {
      width: 100%;
      margin-bottom: 0px; }
      #page .w50 table td {
        width: 50%;
        padding-bottom: 35px; }
        #page .w50 table td p {
          margin-bottom: 0px; }
  #page .w50.gray_bg {
    background-color: #fff; }
    #page .w50.gray_bg table tr:nth-child(even) td {
      background-color: #fff; }
  #page .map_place {
    height: 560px;
    background-color: #e9e7e7;
    margin-bottom: 33px; }
  #page table {
    width: 100%;
    margin-bottom: 50px; }
    #page table thead {
      background-color: #2e2e2e;
      min-height: 80px; }
    #page table th {
      color: #fff;
      vertical-align: middle;
      height: 80px;
      font-weight: normal;
      text-align: left;
      padding-left: 35px;
      padding-top: 9px;
      padding-bottom: 9px;
      line-height: 21px; }
    #page table td {
      padding-left: 35px;
      padding-top: 4px;
      padding-bottom: 4px; }
    #page table tr:nth-child(even) td {
      background-color: #f4f4f4; }
    #page table tr.hover td {
      background-color: #ffe0e4 !important; }
  #page .table_filter, #page .map_filter {
    background-color: #fff;
    padding: 15px 15px 15px 35px; }
    #page .table_filter .in, #page .map_filter .in {
      display: block;
      width: 230px; }
    #page .table_filter .zag, #page .map_filter .zag {
      font-size: 14px;
      color: #2e2e2e;
      opacity: 0.6;
      margin-bottom: 4px; }
    #page .table_filter .SelectBox, #page .map_filter .SelectBox {
      margin-bottom: 0px; }
    #page .table_filter .SumoSelect.open .optWrapper, #page .map_filter .SumoSelect.open .optWrapper {
      top: 45px;
      border: 1px solid #cccccc;
      border-top: 0px;
      margin-left: -1px;
      margin-right: -1px;
      width: calc(100% + 2px); }
    #page .table_filter .SumoSelect .CaptionCont > span, #page .map_filter .SumoSelect .CaptionCont > span {
      background-color: #fff;
      line-height: 45px; }
    #page .table_filter .SumoSelect, #page .map_filter .SumoSelect {
      border: 1px solid #cccccc; }
    #page .table_filter .SumoSelect .CaptionCont, #page .map_filter .SumoSelect .CaptionCont {
      min-height: 45px; }
    #page .table_filter ul, #page .map_filter ul {
      margin-bottom: 0px; }
      #page .table_filter ul li, #page .map_filter ul li {
        padding-left: 19px;
        margin-bottom: 0px; }
        #page .table_filter ul li:before, #page .map_filter ul li:before {
          display: none; }

.wline {
  font-size: 28px;
  line-height: normal;
  font-weight: normal;
  margin-bottom: 28px;
  position: relative; }
  .wline span {
    background-color: #fafafa;
    position: relative;
    z-index: 20;
    padding-right: 10px;
    font-size: 28px;
    line-height: normal;
    font-weight: normal; }

.wline::after {
  content: ' ';
  display: block;
  position: absolute;
  width: 100%;
  z-index: 1;
  background-color: #fd6276;
  height: 2px;
  top: 50%;
  margin-top: 4px; }

.wicon_block {
  padding-bottom: 20px; }
  .wicon_block .rounded-icon {
    border: 1px solid #3ebbfb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 83px;
    height: 83px;
    text-align: center;
    font-size: 45px;
    color: #3ebbfb;
    display: inline-block;
    float: left;
    line-height: 79px;
    margin-right: 28px;
    position: absolute;
    left: 0px;
    top: 2px; }

#delivery_block {
  background-color: #f7eedf;
  border-top: 1px solid #f7eedf;
  padding-bottom: 55px; }
  #delivery_block .sam {
    background-color: #fff;
    position: relative;
    padding: 38px 32px 38px 110px;
    font-size: 18px;
    line-height: 25px; }
    #delivery_block .sam p {
      float: left;
      width: calc(100% - 360px); }
    #delivery_block .sam .btn {
      float: right; }
    #delivery_block .sam .icon {
      position: absolute;
      font-size: 65px;
      left: 32px;
      top: 36px; }
  #delivery_block .tabs {
    display: table;
    width: 100%; }
    #delivery_block .tabs .tab {
      display: table-cell;
      white-space: nowrap;
      position: relative;
      width: 33%;
      font-size: 30px;
      line-height: 35px;
      padding-top: 30px;
      padding-bottom: 30px;
      padding-right: 50px;
      padding-left: 100px;
      cursor: pointer; }
      #delivery_block .tabs .tab span {
        position: absolute;
        font-size: 64px;
        left: 36px;
        top: 33px; }
    #delivery_block .tabs .tab.active {
      background-color: #fff;
      cursor: default; }
  #delivery_block .tabs_content {
    background-color: #fff;
    padding: 60px 33px 30px 33px;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px; }
    #delivery_block .tabs_content p {
      margin-bottom: 29px; }
    #delivery_block .tabs_content p.gray_bg {
      background-color: #f4f4f4;
      padding: 35px 24px 25px 24px; }
    #delivery_block .tabs_content p.wicon {
      position: relative;
      padding-left: 129px; }
      #delivery_block .tabs_content p.wicon .rounded-icon {
        position: absolute;
        left: 17px;
        top: 50%;
        transform: translateY(-50%); }
    #delivery_block .tabs_content p.postomats_link {
      padding-right: 370px;
      position: relative; }
      #delivery_block .tabs_content p.postomats_link .btn {
        position: absolute;
        right: 34px;
        top: 50%;
        transform: translateY(-50%); }
    #delivery_block .tabs_content p.postomat_pic {
      position: relative;
      padding-left: 203px;
      height: 161px;
      padding-top: 38px; }
      #delivery_block .tabs_content p.postomat_pic img {
        position: absolute;
        left: 0px;
        top: 0px; }
    #delivery_block .tabs_content .icon-delivery {
      font-size: 33px; }
    #delivery_block .tabs_content .tab {
      display: none; }
    #delivery_block .tabs_content .tab.active {
      display: block; }
  #delivery_block .map_place {
    height: 560px;
    background-color: #e9e7e7;
    margin-bottom: 33px; }

.shop_list {
  padding-top: 15px; }
  .shop_list .item {
    float: left;
    width: calc(33% - 24px);
    font-size: 18px;
    line-height: 25px;
    margin-right: 40px;
    min-height: 158px;
    margin-bottom: 30px; }
    .shop_list .item strong {
      display: block;
      margin-bottom: 3px; }
    .shop_list .item span {
      color: #838383; }
  .shop_list .item:nth-child(3n) {
    margin-right: 0px; }

.about_page p.belka_margin {
  font-size: 18px;
  line-height: 25px;
  margin-right: 300px; }
.about_page .belka {
  display: block;
  float: right;
  width: 290px;
  height: 360px;
  background: url(/local/templates/RBC/css/../i/belka.png) -290px 0px no-repeat;
  margin-top: 75px; }
.about_page .belka:hover {
  background-position: 0px 0px; }
.about_page .rbc_pink_logo {
  margin-bottom: 10px; }
.about_page .top_pic {
  margin-bottom: 30px; }
.about_page h3 {
  margin-bottom: 4px; }
  .about_page h3 span {
    font-size: 49px;
    vertical-align: middle;
    margin-right: 1px;
    transform: translateY(-5px);
    display: inline-block; }

.rekvizity {
  background-color: #fff;
  padding: 20px 35px 20px 35px;
  margin-top: 13px;
  margin-bottom: 30px; }
  .rekvizity p {
    margin-bottom: 15px !important; }
    .rekvizity p b {
      display: inline-block;
      color: #838383;
      font-weight: normal; }

#page .gra_block {
  background-color: #fff;
  padding: 35px;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 5px; }
  #page .gra_block .block_img {
    position: absolute;
    right: 20px;
    bottom: -70px; }
  #page .gra_block p {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 25px; }
  #page .gra_block p:last-child {
    margin-bottom: 0px; }

#page .gra_block.wimg {
  padding-right: 326px;
  margin-bottom: 60px; }

.spacer {
  width: 550px;
  min-width: 550px; }

.faq .item {
  margin-bottom: 25px;
  border: 1px solid #e1e1e1; }
  .faq .item .q {
    position: relative;
    background-color: #fff;
    padding: 25px 35px 25px 35px;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 30px;
    cursor: pointer; }
    .faq .item .q span {
      position: absolute;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      right: 35px;
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      font-size: 25px;
      top: 50%;
      margin-top: -12px;
      color: #fd6276; }
  .faq .item .a {
    padding: 35px;
    padding-bottom: 1px;
    display: none;
    border-top: 1px solid #e1e1e1;
    background-color: #fff; }
    .faq .item .a .b_block {
      background-color: #fff;
      padding: 30px;
      padding-top: 20px;
      padding-bottom: 20px;
      border-top: 1px solid #e1e1e1;
      margin-left: -35px;
      margin-right: -35px;
      margin-bottom: -1px;
      font-size: 18px;
      color: #3ebbfb; }
      .faq .item .a .b_block .btn {
        margin-right: 25px; }
    .faq .item .a .b_block.closed {
      color: #fd6276; }
.faq .item.opened .q span {
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.news_list .item {
  width: 100%;
  margin-bottom: 38px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e4e4e4; }
  .news_list .item .pic {
    width: 188px;
    float: left;
    overflow: hidden;
    margin-bottom: 9px;
    height: 140px; }
    .news_list .item .pic a {
      display: block;
      height: 100%;
      background-position: center center;
      background-size: cover; }
  .news_list .item .fr {
    width: calc(100% - 213px); }
  .news_list .item .name {
    margin-bottom: 17px; }
    .news_list .item .name a {
      font-size: 28px;
      line-height: 30px;
      color: #2e2e2e; }
      .news_list .item .name a span.arr {
        vertical-align: middle;
        display: inline-block;
        height: 30px;
        width: 30px;
        background-color: #ededed;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        margin-right: 11px;
        margin-top: -3px;
        font-size: 11px;
        text-align: center;
        line-height: 32px; }
        .news_list .item .name a span.arr:before {
          margin-left: 2px; }
.news_list .item:hover .pic a {
  transform: scale(1.1); }
.news_list .item:hover .name a {
  border: 0px; }

.news_detail {
  margin-bottom: 30px; }
  .news_detail .date {
    color: #8c8c8c;
    font-size: 20px;
    margin-bottom: 9px; }
  .news_detail .pic {
    max-width: 700px;
    margin-bottom: 30px; }
    .news_detail .pic img {
      width: 100%;
      display: block; }
  .news_detail .gal {
    margin-top: 35px;
    margin-bottom: 35px; }
    .news_detail .gal h4 {
      display: block;
      font-size: 28px;
      border-bottom: 2px solid #e4e4e4;
      margin-bottom: 16px !important;
      padding-bottom: 10px !important; }
    .news_detail .gal a {
      display: block;
      float: left;
      width: calc(33% - 10px);
      margin-right: 20px;
      margin-bottom: 13px;
      position: relative; }
      .news_detail .gal a img {
        display: block;
        width: 100%;
        position: relative;
        z-index: 10; }
      .news_detail .gal a:nth-child(3n) {
        margin-right: 0px; }
      .news_detail .gal a .play_icon {
        display: block;
        background-color: rgba(46, 46, 46, 0.54);
        width: 77px;
        height: 77px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -38px;
        margin-top: -38px;
        z-index: 20;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
        .news_detail .gal a .play_icon:after {
          left: 50%;
          top: 50%;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          border-color: rgba(255, 255, 255, 0);
          border-left-color: #ffffff;
          border-width: 10px;
          margin-top: -10px;
          margin-left: -2px; }

.back_link {
  font-size: 20px; }
  .back_link .warrow {
    background-color: transparent;
    color: #8c8c8c;
    position: relative;
    padding-left: 45px; }
  .back_link .btn.warrow:after {
    left: 0px;
    position: absolute;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    display: block;
    margin-left: 0px;
    top: 14px; }
  .back_link .warrow:hover {
    color: #fd6276; }

.vac_form {
  width: 900px;
  text-align: left; }
  .vac_form .in {
    padding: 30px;
    background-color: #f7eedf; }
  .vac_form .ttl {
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .vac_form .input {
    width: 100%;
    margin-bottom: 9px;
    padding-left: 20px;
    line-height: 56px;
    height: 56px; }
  .vac_form .fl {
    width: calc(50% - 10px); }
  .vac_form .fr {
    width: calc(50% - 10px); }
    .vac_form .fr .fl {
      width: calc(50% - 5px); }
    .vac_form .fr .fr {
      width: calc(50% - 5px); }
  .vac_form p {
    font-size: 16px;
    margin-bottom: 28px; }
  .vac_form .CaptionCont > span {
    background-color: #fff; }
  .vac_form .SumoSelect .CaptionCont {
    margin-bottom: 9px !important; }
  .vac_form .file_inp {
    position: relative;
    display: inline-block;
    margin-bottom: 45px;
    margin-top: 12px; }
    .vac_form .file_inp input {
      position: absolute;
      height: 100%;
      width: 100%;
      z-index: 10;
      top: 0px;
      left: 0px;
      cursor: pointer;
      opacity: 0; }
    .vac_form .file_inp .btn {
      background-color: #d5ccbd;
      color: #9a948a;
      font-size: 16px; }
  .vac_form .prim {
    color: #2e2e2e;
    opacity: 0.6; }

.pdf_block {
  background-color: #fff;
  position: relative;
  padding: 25px;
  padding-left: 35px;
  margin-bottom: 32px; }
  .pdf_block .icon {
    font-size: 60px;
    vertical-align: middle;
    top: 15px;
    position: absolute;
    left: 24px; }
  .pdf_block .btn {
    margin-left: 24px;
    font-size: 20px;
    padding-right: 10px; }
    .pdf_block .btn img {
      vertical-align: middle;
      margin-left: 13px;
      transform: translateY(-2px); }

#delivery_companies {
  padding-top: 58px;
  padding-bottom: 50px; }
  #delivery_companies h3 {
    margin-bottom: 20px; }
  #delivery_companies .list .item {
    float: left;
    width: calc(25% - 10px);
    border: 1px solid #ededed;
    margin-bottom: 15px;
    margin-right: 13px;
    background-color: #fff;
    display: block; }
    #delivery_companies .list .item .pic img {
      display: block;
      width: 100%; }
    #delivery_companies .list .item .logo {
      position: absolute;
      left: 12px;
      top: 50%;
      transform: translateY(-50%); }
      #delivery_companies .list .item .logo img {
        display: block; }
    #delivery_companies .list .item .nm {
      position: relative;
      padding-left: 118px;
      font-size: 14px;
      line-height: 20px;
      padding-top: 17px;
      padding-bottom: 17px;
      color: #332c3b; }
  #delivery_companies .list .item:nth-child(4n) {
    margin-right: 0px; }

#page.sizes_page table td {
  padding-top: 16px;
  padding-bottom: 16px; }
#page.sizes_page table tr:nth-child(odd) td {
  background-color: #fff; }
#page.sizes_page table tbody {
  border: 1px solid #ededed; }

.uhod .tbl_icons .tr {
  margin-bottom: 18px; }
  .uhod .tbl_icons .tr .td {
    width: calc(50% - 9px);
    background-color: #fff;
    float: left;
    padding: 30px 25px 25px 140px;
    position: relative; }
    .uhod .tbl_icons .tr .td .icon {
      position: absolute;
      left: 70px;
      transform: translateX(-50%);
      top: 30px; }
  .uhod .tbl_icons .tr .td:last-child {
    float: right; }

.benefits {
  margin-bottom: 50px; }
  .benefits h3 {
    margin-bottom: 30px;
    margin-left: 30px; }
  .benefits .list .item {
    float: left;
    width: calc(25% - 10px);
    border: 1px solid #ededed;
    margin-bottom: 15px;
    margin-right: 13px;
    background-color: #fff;
    display: block; }
    .benefits .list .item .pic img {
      display: block;
      width: 100%; }
    .benefits .list .item .logo {
      position: absolute;
      left: 12px;
      top: 50%;
      transform: translateY(-50%); }
      .benefits .list .item .logo img {
        display: block; }
    .benefits .list .item .nm {
      position: relative;
      padding-left: 88px;
      font-size: 18px;
      line-height: 20px;
      padding-top: 33px;
      padding-bottom: 17px;
      color: #332c3b; }
      .benefits .list .item .nm img {
        position: absolute;
        left: 44px;
        top: 50%;
        transform: translate(-50%, -39%); }
    .benefits .list .item .anons {
      font-size: 14px;
      line-height: 20px;
      padding: 17px 20px 20px 17px;
      min-height: 70px; }
  .benefits .list .item:nth-child(4n) {
    margin-right: 0px; }

.addr_line {
  border-bottom: 1px solid #d7d7d7;
  padding-top: 12px;
  padding-bottom: 12px; }
  .addr_line > div {
    float: left;
    font-size: 18px;
    line-height: normal; }
  .addr_line span {
    color: #838383; }
  .addr_line .col1 {
    width: 40%; }
  .addr_line .col2 {
    width: 30%; }
  .addr_line .col3 {
    width: 20%; }

.for_partners h3 span, .contacts h3 span {
  font-size: 48px;
  vertical-align: middle;
  margin-right: 13px; }
.for_partners .gray_block.white_bg .addr_line, .contacts .gray_block.white_bg .addr_line {
  margin-left: -35px;
  padding-left: 35px;
  margin-right: -35px;
  padding-right: 35px; }

.hidden_form {
  margin-bottom: 25px;
  border: 1px solid #e1e1e1; }
  .hidden_form .q {
    position: relative;
    background-color: #fff;
    padding: 25px 35px 25px 35px;
    cursor: pointer; }
    .hidden_form .q p {
      font-size: 18px;
      line-height: 30px;
      float: left;
      margin-bottom: 0px !important; }
      .hidden_form .q p a {
        text-decoration: underline;
        color: #2e2e2e; }
        .hidden_form .q p a:hover {
          text-decoration: none; }
    .hidden_form .q .opener {
      color: #fd6276;
      float: right;
      position: relative;
      margin-right: 35px;
      font-size: 20px;
      border-bottom: 1px solid #fd6276;
      margin-top: 13px; }
      .hidden_form .q .opener span {
        position: absolute;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        right: -35px;
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        font-size: 25px;
        top: 50%;
        margin-top: -12px;
        color: #fd6276; }
      .hidden_form .q .opener:hover {
        border: 0px; }
  .hidden_form .a {
    display: none; }
  .hidden_form.opened .q {
    border-bottom: 1px solid #e1e1e1; }
    .hidden_form.opened .q .opener span {
      -ms-transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  .hidden_form.anketa .opener {
    margin-top: 1px; }

.gray_block .input {
  border: 1px solid #cccccc;
  width: 100%; }

#contacts_form .fl {
  width: 390px; }
#contacts_form .fr {
  width: calc(100% - 390px - 21px); }
#contacts_form.sotrud_form {
  max-width: 808px; }
  #contacts_form.sotrud_form .fl {
    width: calc(50% - 10px); }
  #contacts_form.sotrud_form .fr {
    width: calc(50% - 10px); }
#contacts_form.partners_form {
  max-width: 1080px; }
  #contacts_form.partners_form .fl {
    width: calc(50% - 19px); }
  #contacts_form.partners_form .fr {
    width: calc(50% - 19px); }
  #contacts_form.partners_form textarea.input {
    height: 105px;
    margin-bottom: 17px; }
  #contacts_form.partners_form input.input {
    margin-bottom: 17px; }
#contacts_form input.input {
  line-height: 52px;
  height: 52px;
  margin-bottom: 9px;
  width: 100%;
  padding-left: 20px;
  font-size: 14px; }
#contacts_form textarea.input {
  padding-left: 20px;
  height: 238px;
  resize: none; }
#contacts_form p {
  margin-bottom: 9px; }
#contacts_form .ob_block {
  font-size: 14px;
  color: #2e2e2e;
  padding-top: 8px;
  margin-bottom: 28px; }
#contacts_form .SelectBox {
  margin-bottom: 0px; }
#contacts_form .SumoSelect.open .optWrapper {
  top: 52px;
  border: 1px solid #cccccc;
  border-top: 0px;
  margin-left: -1px;
  margin-right: -1px;
  width: calc(100% + 2px); }
#contacts_form .SumoSelect .CaptionCont > span {
  background-color: #fff;
  line-height: 52px;
  font-style: normal;
  font-size: 14px;
  color: #989898; }
#contacts_form .SumoSelect {
  border: 1px solid #cccccc;
  margin-bottom: 9px; }
#contacts_form .SumoSelect .CaptionCont {
  min-height: 52px; }
#contacts_form ul {
  margin-bottom: 0px; }
  #contacts_form ul li {
    padding-left: 19px;
    margin-bottom: 0px; }
    #contacts_form ul li:before {
      display: none; }
  #contacts_form ul li.disabled {
    display: none; }

#investors_icons {
  text-align: center;
  background-color: #fff;
  padding-top: 44px;
  padding-bottom: 70px; }
  #investors_icons h3 {
    margin-bottom: 70px; }
  #investors_icons .item {
    font-size: 18px;
    line-height: 25px;
    padding-left: 20px;
    padding-right: 20px; }
    #investors_icons .item h3 {
      font-size: 18px;
      line-height: 20px;
      text-transform: uppercase;
      margin-bottom: 7px; }
    #investors_icons .item span {
      font-size: 62px;
      color: #3ebbfb;
      display: block;
      text-align: center;
      margin-bottom: 12px;
      height: 62px; }

#page.investors .w50 {
  padding: 47px 0px 47px 0px !important;
  min-height: auto; }
  #page.investors .w50 h3 {
    margin-left: -5px; }
    #page.investors .w50 h3 span {
      font-size: 55px;
      vertical-align: middle;
      display: inline-block;
      margin-right: 10px; }
  #page.investors .w50 p {
    font-size: 17px;
    line-height: 25px; }
#page.investors .fr {
  width: 43%; }

#reviews {
  background-color: #ededed;
  padding-top: 40px;
  padding-bottom: 90px;
  text-align: center; }
  #reviews h3 {
    text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 50px; }
  #reviews .item {
    float: left;
    background-color: #ffffff;
    padding: 35px;
    max-width: 585px;
    text-align: left; }
    #reviews .item .anons {
      font-style: italic;
      margin-bottom: 30px;
      color: #2e2e2e; }
    #reviews .item .photo {
      display: block;
      width: 60px;
      height: 60px;
      float: left;
      margin-right: 20px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background: center center;
      background-size: cover; }
    #reviews .item .name {
      line-height: 60px;
      color: #2e2e2e; }
  #reviews .owl-carousel {
    margin-bottom: 65px; }
    #reviews .owl-carousel .owl-next, #reviews .owl-carousel .owl-prev {
      background-color: #fafafa; }
    #reviews .owl-carousel .owl-dots {
      display: none !important; }

#invest_bg {
  color: #fff;
  text-align: center;
  background: url(/local/templates/RBC/css/../i/investors_bg.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 115px; }
  #invest_bg p {
    font-size: 20px;
    line-height: 25px;
    max-width: 460px;
    margin: 0 auto;
    margin-bottom: 37px; }
  #invest_bg h3 {
    margin-bottom: 64px; }

.form_politic {
  font-size: 14px;
  line-height: 20px;
  padding-top: 20px; }

.catalogs_list .item {
  padding-bottom: 0px; }
  .catalogs_list .item .pic {
    height: 188px;
    margin-bottom: 0px; }

.page_menu {
  background-color: #fff;
  padding: 22px 25px 22px 35px;
  margin-bottom: 35px; }
  .page_menu a {
    color: #332c3b;
    text-decoration: underline;
    margin-right: 28px; }
    .page_menu a:hover {
      text-decoration: none; }

.video_slider .owl-carousel .owl-dots {
  display: none !important; }
.video_slider .owl-carousel .owl-stage {
  background: url(/local/templates/RBC/css/../i/video_slider_bg.png) center 0px repeat-x; }
.video_slider .catalog_item {
  float: left; }
.video_slider .owl-item .catalog_item {
  float: none;
  margin: 0 auto; }
.video_slider .item {
  max-width: 278px;
  margin: 0 auto;
  padding-top: 60px; }
  .video_slider .item .video_link {
    display: block;
    width: 278px;
    height: 156px;
    background-color: #fff;
    margin-bottom: 70px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
    .video_slider .item .video_link:after {
      width: 60px;
      height: 41px;
      background: url(/local/templates/RBC/css/../i/youtube.png) 0px 0px no-repeat;
      border-radius: 0px;
      display: block;
      position: relative;
      content: ' ';
      top: 50%;
      transform: translate(-50%, -50%);
      left: 50%; }
  .video_slider .item .name {
    font-size: 18px;
    line-height: 25px; }

#big_video {
  margin-bottom: 32px; }
  #big_video .plyr__control--overlaid {
    width: 60px;
    height: 41px;
    background: url(/local/templates/RBC/css/../i/youtube.png) 0px 0px no-repeat;
    border-radius: 0px; }
    #big_video .plyr__control--overlaid svg {
      display: none; }
  #big_video .plyr--stopped .plyr__controls {
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%); }

#rezume {
  margin-top: -20px; }
  #rezume div.empty {
    width: auto;
    height: auto; }
  #rezume .data-block {
    padding: 10px 30px;
    margin-bottom: 20px; }
  #rezume .summary-photo-list {
    width: 120px;
    height: 120px;
    text-align: center;
    float: left;
    padding: 0px; }
    #rezume .summary-photo-list.empty {
      width: 118px;
      height: 118px; }
    #rezume .summary-photo-list .btn-add {
      margin-left: 0px; }
    #rezume .summary-photo-list .btn-edit {
      color: #bbbbbb;
      text-decoration: none;
      margin-left: 20px;
      font-size: 15px; }
    #rezume .summary-photo-list span {
      padding-top: 30px;
      display: block; }
    #rezume .summary-photo-list img {
      max-height: 90px;
      max-width: 100px; }
  #rezume div[class*="tab-"] {
    background-color: #fff;
    padding: 26px 35px 25px 35px; }
  #rezume div.tab-summary {
    background-color: transparent;
    padding: 0px; }
  #rezume .summary-personal-data, #rezume .summary-contacts {
    margin-left: 140px; }
  #rezume .data-block.empty {
    border: 1px dashed #cccccc;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px; }
    #rezume .data-block.empty:hover {
      background-color: #fff; }
  #rezume .fr {
    width: calc(100% - 140px); }
  #rezume .btn-add {
    color: #bbbbbb;
    text-decoration: none;
    margin-left: 20px;
    font-size: 15px; }
    #rezume .btn-add:hover {
      color: #3ebbfb; }
  #rezume .block-label {
    color: #aaaaaa;
    font-size: 20px;
    font-weight: bold; }
  #rezume .clear-form {
    text-align: right;
    margin-bottom: 1px;
    margin-right: 20px; }
    #rezume .clear-form a {
      font-size: 14px;
      color: #bbbbbb;
      cursor: pointer; }
      #rezume .clear-form a:hover {
        color: #3ebbfb; }
  #rezume .hidden_block h3 {
    margin-bottom: 15px; }
  #rezume .fieldset {
    max-width: 750px; }
    #rezume .fieldset .field {
      margin-bottom: 10px; }
    #rezume .fieldset .field > label {
      display: block;
      width: 300px;
      float: left;
      padding-top: 3px; }
    #rezume .fieldset .field input {
      width: calc(100% - 310px);
      float: right; }
    #rezume .fieldset .field .input {
      border: 1px solid #cccccc; }
    #rezume .fieldset .field .showError {
      border: 1px solid #e1223b; }
    #rezume .fieldset .field .radio-list, #rezume .fieldset .field .checkbox-list {
      width: calc(100% - 310px);
      float: right; }
    #rezume .fieldset .note {
      font-size: 12px;
      font-weight: normal;
      margin-top: -10px; }
    #rezume .fieldset .custom-field {
      width: calc(100% - 310px);
      float: right;
      margin-bottom: 10px; }
      #rezume .fieldset .custom-field input.input {
        width: 100%;
        margin-bottom: 10px;
        float: none; }
  #rezume .btn.btn-add-field {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: auto;
    line-height: normal;
    text-decoration: none;
    padding: 0;
    font-size: 14px;
    color: #cccccc;
    border-bottom: 1px dotted #cccccc; }
  #rezume .gray_block h3 {
    margin-bottom: 15px; }
  #rezume .btn {
    font-size: 17px; }
  #rezume .btn-return {
    margin-left: 40px; }

.reg_form {
  background-color: #f7eedf;
  padding-bottom: 40px;
  padding-top: 1px;
  margin-bottom: -55px; }
  .reg_form .reg_form_place {
    background-color: #fff;
    padding: 42px 35px 42px 35px; }
  .reg_form .tabs a {
    display: inline-block;
    height: 70px;
    line-height: 70px;
    padding-left: 70px;
    padding-right: 70px;
    color: #2e2e2e;
    margin-right: 1px;
    background-color: #ded6c8;
    font-size: 30px; }
    .reg_form .tabs a.active {
      background-color: #fff;
      cursor: default; }
  .reg_form .input {
    border: 1px solid #cccccc;
    width: 100%;
    margin-bottom: 8px;
    height: 52px;
    line-height: 52px;
    font-size: 14px;
    padding-left: 19px; }
  .reg_form .input.error {
    border: 1px solid red; }
  .reg_form .otvet {
    padding-bottom: 30px; }
  .reg_form .captcha_place {
    margin-bottom: 40px; }
    .reg_form .captcha_place img {
      vertical-align: middle;
      margin-right: 20px; }
    .reg_form .captcha_place .input {
      width: 160px; }
  .reg_form .col {
    float: left;
    max-width: 390px;
    width: 100%; }
  .reg_form p {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 15px; }
    .reg_form p a {
      color: #2e2e2e;
      text-decoration: underline; }
      .reg_form p a:hover {
        text-decoration: none; }
  .reg_form .ob {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 15px; }

.history--head {
  margin: 0 0 10px;
  padding: 5px 29px 2px;
  background-color: #fff; }
  .history--head span {
    width: 21%;
    height: auto;
    float: left;
    display: block;
    font-size: 18px; }
    .history--head span:last-child {
      width: 16%; }
.history--item {
  margin: 0 0 10px;
  padding: 18px 29px;
  display: block;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  background-color: #fff; }
  .history--item span {
    width: 21%;
    height: auto;
    float: left;
    display: block; }
    .history--item span:last-child {
      width: 16%; }
  .history--item:last-child {
    margin-bottom: 0; }
  .history--item:hover {
    background-color: #f4f4f4; }

.page--field {
  margin: 0 0 6px;
  padding: 0 0 0 209px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  font-size: 15px;
  line-height: 24px; }
  .page--field span {
    display: block;
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    width: 200px;
    height: auto; }

.page--form {
  margin-bottom: 40px; }

.cancel_link a {
  color: #fd6276; }

.t-items--row {
  padding: 6px 30px 6px 0;
  color: #3d3846;
  border-bottom: 2px solid #fbfbf7;
  display: block;
  *zoom: 1;
  font-size: 15px;
  line-height: 24px; }
  .t-items--row .t-items--photo {
    float: left;
    margin: 0 30px 0 0;
    width: 60px;
    height: auto; }
    .t-items--row .t-items--photo img {
      display: block;
      width: 80%;
      height: auto; }
  .t-items--row .t-items--title {
    float: left;
    padding: 19px 0 17px;
    display: block;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500; }
  .t-items--row .t-items--price {
    float: right;
    text-align: right;
    padding: 19px 0 17px;
    display: block;
    height: auto;
    margin: 0 0 0 20px;
    width: 120px;
    height: auto; }
  .t-items--row .t-items--count {
    float: right;
    padding: 19px 0 17px;
    display: block; }

.t-items {
  max-width: 800px; }

.mobile_popup.from-left {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.mobile_popup.shown {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

body.pop_up_opened {
  overflow: hidden;
  height: 100%; }

.toggle_but {
  position: fixed;
  height: 79px;
  width: 79px;
  left: 0px;
  display: none;
  top: 27px;
  cursor: pointer;
  z-index: 3000; }
  .toggle_but span {
    display: block;
    background-color: #000;
    height: 3px;
    width: 34px;
    top: 50%;
    margin-top: -1px;
    left: 22px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

.toggle_but.close span {
  opacity: 0; }

.toggle_but.close:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -1px;
  background-color: #fd6276; }

.toggle_but.close:after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -1px;
  background-color: #fd6276; }

.toggle_but:before {
  display: block;
  background-color: #000;
  height: 3px;
  width: 34px;
  top: 50%;
  margin-top: -11px;
  left: 22px;
  position: absolute;
  content: ' ';
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.toggle_but:after {
  display: block;
  background-color: #000;
  height: 3px;
  width: 34px;
  top: 50%;
  margin-top: 9px;
  left: 22px;
  position: absolute;
  content: ' ';
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

#mobile_menu {
  position: fixed;
  z-index: 2900;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  padding-left: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #e0e1e1;
border: 1px solid black;
    }
  
 
  
  
  #mobile_menu nav ul li > a  {
	  
	  display: block;
	   content: '\e903';
    font-size: 20px;
    text-transform: uppercase;
	
 	}
  #mobile_menu nav ul li ul {
    display: none;
    padding-left: 20px; }
    #mobile_menu nav ul li ul li > a {
      font-size: 18px; }
    #mobile_menu nav ul li ul li ul li > a {
      font-size: 17px; }
    #mobile_menu nav ul li ul li ul li li ul {
      display: block;
      padding-left: 0px; }
    #mobile_menu nav ul li ul li ul li li a {
      text-transform: none;
      padding-top: 5px;
      padding-bottom: 5px; }
  #mobile_menu nav a {
	  
    color: #383838;
    font-size: 17px;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-decoration: none;
    padding-top: 7px;
    padding-bottom: 7px;
    display: block;
    text-align: left;
    position: relative; }
  #mobile_menu .in {
	  
    margin-top: 80px;
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100% - 80px); }
@media only screen and (max-width: 1220px) {
	footer .l3 .politic {
    margin-left: 24px;
}
footer .l3 .flblock {
    float: left;
    margin-right: 60px;
}
footer .l3 .flblock.odin {
    margin-right: 60px;
}
footer .l3 .flblock.tri {
    margin-right: 60px;
}
}
@media only screen and (max-width: 1100px) {
  .wraper {
    padding-left: 10px;
    padding-right: 10px; }
	
	.wraper h2 {
font-size: 16px;
font-weight:bold;
	}

  #two_sides .icon_item {
    line-height: 25px;
    padding-top: 20px; }

  #two_sides .icon_item .icon {
    top: 0px; }

  footer .l1 nav {
	 display:none;
    width: 100%;
    float: none;
    clear: both;
    margin-bottom: 30px; }
    footer .l1 nav li {
      margin-right: 20px;
      width: calc(20% - 20px);
      line-height: 18px; }
      footer .l1 nav li h3 {
        line-height: 20px;
        font-size: 15px;
        white-space: nowrap; }
      footer .l1 nav li a {
        font-size: 15px; }

  footer .l1 nav ul li {
    margin-right: 20px; }

  footer .l1 nav:after {
    content: ' ';
    display: block;
    clear: both; }

  footer .l1 .fr {
    float: none;
    width: 100%; }
    footer .l1 .fr .tel {
      float: left; }
    footer .l1 .fr .payments {
      float: left;
      margin-left: 50px; }

  .catalog_list .catalog_item {
    width: calc(20% - 9px); }

  .catalog_list .catalog_item:nth-child(6n) {
    margin-right: 10px; }

  .catalog_list .catalog_item:nth-child(5n) {
    margin-right: 0px; }

  #basket .basket-td:nth-child(3) {
    width: 160px; }

  #basket .basket-td:nth-child(4) {
    width: 120px; }

  #basket .basket-td:nth-child(7) {
    width: 25px; }

  #basket .basket-td:nth-child(2) {
    width: calc(100% - 790px); } 
	
	


	#catalog_detail {
  margin-bottom: 30px; }
  #catalog_detail .mobile_header {
    display: none; }
  #catalog_detail .fl {
    width: calc(100% - 330px);
    position: relative;
 margin-bottom: -600px;	}
    #catalog_detail .fl .big_pic {
      position: relative;
      border: 1px solid #d7d7d7;
      margin-bottom: 19px;
      margin-left: 155px; }
      #catalog_detail .fl .big_pic .in {
		  position: relative;
        background-color: #fff;
        height: 733px;
        background-size: cover;
        background-position: center center; }
      #catalog_detail .fl .big_pic .labels {
		  display:none;
        position: absolute;
        top: 15px;
        left: 15px; }
        #catalog_detail .fl .big_pic .labels span {
          display:none;
          background-color: #fff;
          width: 104px;
          height: 104px;
          line-height: 104px;
          text-transform: uppercase;
          text-align: center;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          margin-bottom: 14px;
          font-size: 30px;
          letter-spacing: 2px; }
        #catalog_detail .fl .big_pic .labels .green {
			display:none;
          border: 1px solid #00bf9c;
          color: #00bf9c; }
        #catalog_detail .fl .big_pic .labels .pink {
			display:none;
          border: 1px solid #fd6276;
          color: #fd6276; }
        #catalog_detail .fl .big_pic .labels .bought {
			display:none;
          background-color: #fffbda;
          font-size: 12px;
          line-height: 16px;
          position: relative; }
          #catalog_detail .fl .big_pic .labels .bought span {
			  display:none;
            font-size: 50px;
            background-color: transparent; }
          #catalog_detail .fl .big_pic .labels .bought i {
			  display:none;
            position: absolute;
            font-style: normal;
            
            text-align: left;
            text-transform: none;
            top: 110px;
            left: 15px; }
			
			
			/** Scroll **/
		.scroll-block {
			position:relative;
		height: 734px;width: 118px;background: white;
		top: -754px;
		overflow-y: scroll;
		overflow-x: hidden;
		border:0px solid;}
		.scroll-block::-webkit-scrollbar {width: 6px;}
.scroll-block::-webkit-scrollbar-thumb {border-radius: 4px;background: #f0f2f5;}
.scroll-block:hover::-webkit-scrollbar-thumb {background: black;}	
			
    #catalog_detail .fl .small_pics {
      position: absolute;
      left: 0px;
      top: 0px; }
      #catalog_detail .fl .small_pics a {
        display: block;
        border: 1px solid #fff;
        width: 114px;
        height: 114px;
        overflow: hidden;
        margin-bottom: -10px; }
        #catalog_detail .fl .small_pics a img {
          display: block; }
      #catalog_detail .fl .small_pics a.active {
        border-color: #fd6276; }
  #catalog_detail .fr {
	  position:relative;
    width: 300px;
	top: -900px;
	margin-bottom: -200px;
	margin-top: -600px;
	left: 320px;}
    #catalog_detail .fr h1 {
		
      font-size: 40px;
      line-height: 50px;
      text-transform: uppercase;
      font-weight: normal;
      margin-bottom: 10px; }
    #catalog_detail .fr .ttl {
      font-size: 16px;
      line-height: 16px;
      margin-bottom: 9px; }
    #catalog_detail .fr .art {
      border-bottom: 1px solid #d7d7d7;
      padding-bottom: 11px;
      font-size: 20px;
      line-height: 20px; }
    #catalog_detail .fr .sizes {
      padding-top: 18px;
      padding-bottom: 18px;
      border-bottom: 1px solid #d7d7d7; }
      #catalog_detail .fr .sizes .SumoSelect {
        margin-bottom: 18px; }
      #catalog_detail .fr .sizes .sizetbl {
        text-decoration: underline;
        position: relative; }
        #catalog_detail .fr .sizes .sizetbl span {
          position: absolute;
          font-size: 27px;
          right: -33px; }
      #catalog_detail .fr .sizes .sizetbl:hover {
        text-decoration: none; }
    #catalog_detail .fr .colors {
      padding-top: 18px;
      padding-bottom: 18px;
      border-bottom: 1px solid #d7d7d7; }
      #catalog_detail .fr .colors .color {
        display: inline-block;
        background-color: #fff;
        border: 1px solid #fff;
        margin-right: 10px;
        padding: 4px;
        cursor: pointer; }
        #catalog_detail .fr .colors .color i {
          width: 28px;
          height: 28px;
          display: block; }
      #catalog_detail .fr .colors .color.active {
        border: 1px solid #fd6276; }
    #catalog_detail .fr .info {
      padding-top: 16px;
      margin-bottom: 18px;
      line-height: 25px; }
    #catalog_detail .fr .not_eveil {
      position: relative;
      background-color: #3ebbfb;
      text-align: center;
      color: #fff;
      font-size: 16px;
      line-height: 16px;
      padding-top: 6px;
      padding-bottom: 10px;
      margin-bottom: -2px; }
      #catalog_detail .fr .not_eveil:before {
        display: block;
        content: ' ';
        background: url(/local/templates/RBC/css/../i/blue_borders.png) 0px 0px no-repeat;
        height: 70px;
        width: 16px;
        position: absolute;
        left: -16px;
        top: 0px; }
      #catalog_detail .fr .not_eveil:after {
        display: block;
        content: ' ';
        background: url(/local/templates/RBC/css/../i/blue_borders.png) -16px 0px no-repeat;
        height: 70px;
        width: 16px;
        position: absolute;
        right: -16px;
        top: 0px; }
      #catalog_detail .fr .not_eveil b {
        line-height: 20px;
        font-size: 20px;
        display: block;
        font-weight: normal;
        margin-bottom: 6px; }
    #catalog_detail .fr .prices {
      padding-top: 17px;
      padding-bottom: 17px;
      border-bottom: 1px solid #d7d7d7;
      font-size: 40px;
      margin-bottom: 16px;
      line-height: 40px;
      position: relative; }
      #catalog_detail .fr .prices .closed_price {
        background: url(/local/templates/RBC/css/../i/closed_price.png) 0px 0px no-repeat;
        width: 101px;
        height: 100px;
        position: absolute;
        text-align: center;
        color: #fff;
        font-size: 15px;
        line-height: 22px;
        top: -11px;
        padding-top: 23px;
        left: -1px;
        text-decoration: underline; }
      #catalog_detail .fr .prices .old {
        display: inline-block;
        margin-right: 14px;
        position: relative;
        padding-left: 3px;
        padding-right: 3px;
        font-size: 30px; }
      #catalog_detail .fr .prices .old:after {
        content: ' ';
        display: block;
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0px;
        top: 50%;
        background-color: #f56a3f; }
    #catalog_detail .fr .add2cart {
      text-transform: uppercase;
      padding-left: 0px;
      padding-right: 0px;
      font-size: 20px;
      display: block;
      text-align: center;
      margin-bottom: 12px;
      line-height: 56px;
      height: 56px; }
    #catalog_detail .fr .preorder {
      text-transform: uppercase;
      padding-left: 0px;
      padding-right: 0px;
      font-size: 20px;
      display: block;
      text-align: center;
      margin-bottom: 12px;
      line-height: 56px;
      height: 56px; }
    #catalog_detail .fr .add2cart:after {
      margin-left: 8px; }
    #catalog_detail .fr .add2fav {
      background-color: #ededed;
      display: block;
      text-align: center;
      color: #2e2e2e;
      width: 100%;
      font-size: 20px;
      vertical-align: middle;
      margin-bottom: 13px;
      line-height: 56px;
      height: 56px; }
      #catalog_detail .fr .add2fav span {
        vertical-align: middle;
        margin-left: 11px; }
    #catalog_detail .fr .add2fav.is-active {
      color: #fd6276; }
    #catalog_detail .fr .add2fav:hover {
      color: #fd6276; }
    #catalog_detail .fr .map_btn {
      display: block;
      position: relative;
      background-color: #fff;
      color: #2e2e2e;
      font-size: 16px;
      line-height: 22px;
      padding: 9px 9px 9px 70px;
      text-decoration: underline;
      margin-bottom: 10px; }
      #catalog_detail .fr .map_btn span {
        position: absolute;
        font-size: 43px;
        left: 14px;
        color: #3ebbfb; }
    #catalog_detail .fr .map_btn:hover {
      text-decoration: none; }
    #catalog_detail .fr .delivery_btn {
      display: block;
      position: relative;
      background-color: #fff;
      color: #2e2e2e;
      font-size: 16px;
      line-height: 22px;
      padding: 18px 9px 18px 70px;
      text-decoration: underline;
      margin-bottom: 34px; }
      #catalog_detail .fr .delivery_btn span {
        position: absolute;
        font-size: 28px;
        left: 14px;
        color: #3ebbfb; }
    #catalog_detail .fr .delivery_btn:hover {
      text-decoration: none; }
	
	
	
	}
@media only screen and (max-width: 945px) {
	
	
	#main_promo {
	display:none;	
	}
	

	
	
  .small_basket .basket-row {
    width: 710px; }
  .small_basket .basket-row .basket-td {
    height: 87px;
    overflow: hidden; }
  .small_basket .basket-info, .small_basket .basket-props {
    font-size: 15px; }
  .small_basket .basket-cost {
    font-size: 30px;
    line-height: 30px; }
  .small_basket .basket-row .basket-td:nth-child(2) {
    width: 120px; }
  .small_basket .basket-row .basket-td:nth-child(5) {
    width: 115px; }
  .small_basket .basket-row .basket-td:nth-child(1) {
    width: 85px; }
    .small_basket .basket-row .basket-td:nth-child(1) img {
      width: 100%; } }
@media only screen and (max-width: 960px) {
  #basket .basket-td:nth-child(3) {
        width: 120px;
    margin-right: 10px;}
	td:nth-child(5) {
    width: 25px;
}
#basket .basket-td:nth-child(4) {
    width: 215px;
    margin-right: 10px;
}
#basket .basket-td:nth-child(2) {
  margin-right: 10px;
}
#basket .basket-td:nth-child(1) {
  margin-right: 10px;
}
#basket .basket-td:nth-child(5) {
	width: 25px;
  margin-right: 10px;
}
#basket .basket-td:nth-child(6) {
    width: 25px;
}
  #basket .basket-td:nth-child(2) {
    width: calc(100% - 600px); } }
@media only screen and (max-width: 860px) {
	
	
	
  header .logo label {
    display: none; }

  #top_line .login {
    padding-left: 20px;
    padding-right: 20px;
    margin-right: -10px; }

  #top_line a {
    margin-left: 16px;
    margin-right: 16px; }

  #top_line .fast_delivery {
    padding-left: 20px;
    padding-right: 25px; }

  #main_promo {
	  display: none;
    margin-bottom: 30px; }

  #main_promo .fl {
    float: none;
    width: 100%; }
    #main_promo .fl a {
      float: left;
      width: calc(50% - 8px);
      margin-right: 16px;
      margin-bottom: 13px; }
    #main_promo .fl a:last-child {
      margin-right: 0px; }

  #main_promo .fl:after {
    content: ' ';
    display: block;
    width: 100%;
    clear: both; }

  #main_promo .fr {
    float: none;
    width: 100%; }

  #last_news .list .item {
    width: calc(50% - 6px);
    margin-right: 12px; }

  #last_news .list .item:last-child {
    display: none; }

  #last_news .list .item:nth-child(2n) {
    margin-right: 0px; }

  .nav_roots {
    display: none; }

  .nav {
    display: none !important; }

  footer .l1 nav ul:after {
    content: ' ';
    display: block;
    clear: both;
    width: 100%; }

  footer .l1 nav ul {
    margin-bottom: 30px; }

  footer .l1 nav ul li {
    width: auto; }

  #two_sides .fl {
    width: calc(50% - 8px); }
    #two_sides .fl .b_block {
      line-height: 21px; }
      #two_sides .fl .b_block a {
        float: left; }

  #two_sides .fr {
    width: calc(50% - 8px); }

  #two_sides .in {
    padding-left: 30px;
    padding-right: 30px; }

  #two_sides .ttl {
    font-size: 27px; }

  #two_sides .icon_item {
    font-size: 18px;
    line-height: 27px;
    padding-top: 11px;
    padding-left: 95px; }

  #two_sides .icon_item .icon {
    width: 75px;
    height: 75px; }

  #two_sides .addr_item {
    font-size: 12px;
    padding-left: 109px;
    line-height: normal; }
    #two_sides .addr_item h4 {
      font-size: 18px;
      line-height: 27px;
      padding-top: 0px;
      margin-bottom: 2px; }
    #two_sides .addr_item .img {
      width: 96px;
      height: 96px; }

  .btn {
    font-size: 16px; }

  #two_sides .b_block {
    font-size: 18px; }

  #insta .item {
    width: calc(20% - 4px);
    height: 148px;
    margin-right: 4px; }

  #insta .item:last-child {
    display: none; }

  #insta .wraper {
    padding-top: 20px;
    padding-bottom: 20px; }

  #insta .ttl {
    font-size: 25px;
    margin-bottom: 30px; }

  #insta .ttl a {
    margin-right: 36px; }

  #insta .ttl img {
    width: 38px; }

  #insta .btn {
    height: 33px;
    line-height: 33px; }

  #main_subscribe .fr {
    width: calc(50% ); }

  .catalog_list .catalog_item {
    width: calc(25% - 8px); }

  .catalog_list .catalog_item:nth-child(6n) {
    margin-right: 10px; }

  .catalog_list .catalog_item:nth-child(5n) {
    margin-right: 10px; }

  .catalog_list .catalog_item:nth-child(4n) {
    margin-right: 00px; }

  #catalog_detail .mobile_header {
    display: block;
    margin-bottom: 10px; }
    #catalog_detail .mobile_header .ttl {
      font-size: 28px;
      margin-bottom: 16px; }
    #catalog_detail .mobile_header .art {
      font-size: 20px; }

  #catalog_detail .fl {
    float: none;
    width: 100%; }

  #catalog_detail .fr {
    float: none;
    width: 100%; }

  #catalog_detail .fl .big_pic {
    margin-left: 0px; }

  #catalog_detail .fl .small_pics {
    position: relative;
    top: auto;
    left: auto; }

  #catalog_detail .fl .small_pics a {
    float: left; }

  #catalog_detail .fr h1 {
    display: none; }

  #catalog_detail .fr .art {
    display: none; }

  #catalog_detail .fr .sizes .sizetbl {
    display: none; }

  #catalog_detail .fr .sizes {
    width: calc(50% - 10px);
    max-width: 290px;
    float: left;
    border-bottom: 0px;
    padding-bottom: 0px; }

  #catalog_detail .fr .colors {
    width: calc(50% - 10px);
    max-width: 310px;
    float: right;
    border-bottom: 0px;
    padding-bottom: 0px; }

  #catalog_detail .fr .prices {
    clear: both;
    border-bottom: 0px; }

  #catalog_detail .fr .map_btn {
    display: none; }

  #catalog_detail .fr .delivery_btn {
    display: none; }

  #catalog_detail .fr .soc {
    display: none; }

  #catalog_detail .fr .info {
    margin-bottom: 55px; }

  #catalog_detail .fr .colors .color i {
    height: 37px;
    width: 37px; }

  #new_order .col1 {
    width: 100%;
    float: none;
    margin-bottom: 30px; }

  #new_order .col2 {
    width: calc(50% - 7px); }

  #new_order .col3 {
    width: calc(50% - 8px); }

  .new_select .selected {
    height: 39px;
    line-height: 39px;
    padding-right: 33px; }
    .new_select .selected i {
      top: 18px; } }
@media only screen and (max-width: 780px) {
	
	#main_promo {
	display:none;	
	}

  .small_basket {
    padding: 20px 20px 0px 20px; }
    .small_basket .basket-row:last-child {
      margin-bottom: 20px; }
    .small_basket .basket-row {
      width: 560px; }
    .small_basket h3 {
      font-size: 30px;
      line-height: 30px; }
    .small_basket .basket_co {
      margin-bottom: 20px; }
    .small_basket .basket-row .basket-td {
      height: 87px;
      overflow: hidden; }
    .small_basket .basket-info, .small_basket .basket-props {
      font-size: 15px; }
    .small_basket .basket-cost {
      font-size: 30px;
      line-height: 30px; }
    .small_basket .basket-row .basket-td:nth-child(3) {
      display: none; }
    .small_basket .basket-row .basket-td:nth-child(5) {
      width: 115px; }
    .small_basket .basket-row .basket-td:nth-child(1) {
      width: 85px; }
      .small_basket .basket-row .basket-td:nth-child(1) img {
        width: 100%; }

  #new_window .buttons .continue {
    font-size: 16px; }

  #new_window .buttons .warrow {
    font-size: 16px; }

  #new_window .buttons {
    padding: 20px; } }

	
	/* iphone вертикальная ориентация экрана*/
@media only screen and (max-width: 770px) {
	#catalogColumn {
    display: block;
	}
	#catalogColumn .leftColumn {
 display: block;
		width: 100%;
		    padding-left: 0px;
	}
	#catalogColumn .rightColumn {
    display: block;
	}
	
	.colcounts{
		    column-count: 2;
	}
	footer .l3 .flblock ul li {
		    padding-right: 15px;
	}
		footer .l3 .flblock.odin {
      margin-right: 0;
    width: 25%;
}
	footer .l3 .flblock.dva {
      margin-right: 0;
    width: 25%;
}
	footer .l3 .flblock.tri {
      margin-right: 0;
    width: 25%;
}
	footer .l3 .flblock.lasts {
      margin-right: 0;
    width: 25%;
}

	
	footer .l3 .politic{
		margin-left: 0px;
	}
	footer .l3 .tels{
		margin-left: 0px;
	}
	footer .l3 .emails {
    margin-left: 24px!important;
	}

	
.wraper {
  position: relative;
  margin: 0 auto;
  max-width: 770px;
  padding-left: 32px;
  padding-right: 32px; }
 
  .top_pic{
	display:block;
	right: 56px;
	float: none;
	position: relative;	
	background-repeat: no-repeat;
	background-position: center center;
	width: 450px;
    
		}
  
  #two_sides .fl {
    width: calc(50% - 6px); }
    #two_sides .fl .b_block {
      line-height: 18px; }
      #two_sides .fl .b_block a {
        float: left; }

  #two_sides .fr {
	  display: block;
    width: calc(50% - 6px); }

  #two_sides .in {
    padding-left: 10px;
    padding-right: 10px; }

  #two_sides .ttl {
    font-size: 27px; }

  #two_sides .icon_item {
    font-size: 18px;
    line-height: 27px;
    padding-top: 11px;
    padding-left: 95px; }

  #two_sides .icon_item .i
  
	.pager {
  display:none; }
	
	
	#main_new {
		
  margin-bottom: -20px; }
 /* #main_new .owl-carousel .owl-dots {
    display: none !important; }*/
  #main_new .catalog_item {
	  margin-bottom: 0px;
    float: left; }
  #main_new .owl-item .catalog_item {
	  margin-bottom: 0px;
    float: none;
    margin: 0 auto; }

.scroll-block {
			position:relative;
		height: 280px;width: 280px;background: white;
		top: 0px;
		margin-bottom: 150px;
		left: 30px;
		overflow-y: scroll;
		overflow-x: hidden;
		border:0px solid;}

	
	
	
	header .logo {
	width: 80px;
    display: block;
	position: fixed;
	left: 80px;
	top:4px;
	}
	 
	header .logo label {
      position: relative;
      font-size: 10px;
      text-transform: uppercase;
      left: -8px;
      color: #383838;
      display: block;
      white-space: nowrap;
      line-height: 10px;
      top: 1px;
	  }
	  
	/*.mob_logo_in{
	width: 10px;
	height: 30px;
    display: block;
	position: relative;
	left: 80px;
	top:4px;
	} */

  .toggle_but {
    display: block; }
	
	
	
	.nav {
  background-color: #fafafa;
  height: 58px;
  border-bottom: 1px solid #f1f1f1; }
  .nav nav {
    margin-left: 0px; }
    .nav nav ul li {
      float: left;
      padding-right: 70px;
      /*a:before{
          content: ' ';
          display: block;
          position: absolute;
          background-color: $blue;
          width: 5px;
          height: 5px;
          @include bord_rad(50%);
          top:50%;
          margin-top: -3px;
          left: 0px;
          @include animation(all, 0.2s);
      }*/ }
     
	
	
	
	
	.mob_nav {
    display: block;
	position: relative;
	float:left;
	margin-bottom: 10px;
	line-height: 30px;
	width: 100%;
	font-size: 20px;
	
	
	color: #2e2e2e;	}
	
	
	#mob_nav2 {
		
		 font-style: normal;
    font-stretch: normal;
    
		display: block;
		
	border-bottom: 2px;
	text-transform: uppercase;
	margin-bottom: 0px;
	
	font-size: 35px;
		}




#main_new{display: none;}
  #auth_form {

    text-align: center;
    width: 100%;
    padding: 0;

  }
  #auth_form .reg_link{
    text-align: center;
}
  #auth_form .input{
    width: max-content;
}
  #auth_form .forget_link {

    text-align: center;

  }
  #new_window .buttons {

    padding: 20px;
    width: auto;
    margin-left: 0;

    margin-right: 0;
  }
  #new_window .buttons .btn {

    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;

  }
  .reg_form .tabs a {
    display: inline-block;
    height: 40px;
    line-height: 30px;
    padding-left: 20px;
    padding-right: 20px;
    color: #2e2e2e;
    margin-right: 1px;
    background-color: #ded6c8;
    font-size: 20px; }
    .reg_form .tabs a.active {
      background-color: #fff;
      cursor: default; }
  
	.reg_form .captcha_place {
		
		margin-right: 40px;
    margin-bottom: 15px; }
	
	
	

  .basket-row .basket-td:nth-child(1) {
    width: 100px; }

  .basket-photo img {
    width: 100%; }

  .basket-row .basket-td {
    height: 104px; }

  #basket .basket-td:nth-child(2) {
    width: calc(100% - 560px); } 
	
	
	
	/* Прокрутка товаров на главной странице*/
	

	.items_slider {
		
		position:static;
		padding-top: 0px;
  margin-bottom: 0px;
margin-top: 0px;  }
  .items_slider .catalog_item {
	  
    float: left;
position: relative;   
	margin-bottom: 0px;	}
  .items_slider .owl-carousel .catalog_item {
	
    float: left; }
  /*.items_slider .owl-carousel .owl-dots {
    display: none !important; }*/
	
	
	
	
	.owl-carousel .owl-dots .owl-dot.active {
    background-color: #3ebbfb; }
.owl-carousel .owl-prev {
  background-color: transparent;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  font-size: 25px;
  position: absolute;
  left: -10px;
  top: 80px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }
.owl-carousel .owl-next {
  background-color: transparent;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  font-size: 25px;
  position: absolute;
  right: -10px;
  top: 80px; }

	

	footer {
  margin-top: 0px;
 
  }
  footer .l1 {
	  display:block;
	  position: relative;
    background-color: #d9d9d9;
    padding-top: 20px;
	padding-right: 0px;
    padding-bottom: 3px; }
    footer .l1 nav h3 {
		margin-right: 20px;
      font-size: 12px;
      line-height: 0px;
      margin-bottom: 0px;
      font-weight: bold;
      text-transform: uppercase; }
    footer .l1 nav ul li {
		
		
      padding-left: -10px;
	  
      width: 100%;
      border-left: 0px solid #afafaf;
      display: table;
      padding-bottom: 0px; }
      footer .l1 nav ul li li {
		  
        float: none;
        width: 100%;
		
        margin-bottom: 3px;
        margin-right: 0px;
        padding-left: 0px;
        border: 0px;
        display: block;
        padding-bottom: 0px; }
        footer .l1 nav ul li li a {
			
          color: #2e2e2e;
          line-height: 20px; }
        footer .l1 nav ul li li a:hover {
          color: #3ebbfb; }
      footer .l1 nav ul li li:last-child {
        margin-bottom: 0px; }
    footer .l1 nav ul li:last-child {
      margin-right: 0px; }
  footer .l3 {
    background-color: #2e2e2e;
    color: #fff;
    padding-top: 14px;
  padding-bottom: 10px;}

    footer .l3 .flblock {
      float: left;
    margin-right: 60px; }
      footer .l3 .flblock:last-child {
        margin-right: 0px; }
    footer .l3 p {
      margin-bottom: 7px;
      font-size: 16px;
      line-height: 25px; }
      footer .l3 p a {
        color: #fff; }
        footer .l3 p a:hover {
          color: #3ebbfb; }
    footer .l3 .btn {
      font-size: 16px;
      line-height: 32px;
      height: 35px;
      padding-left: 16px;
      padding-right: 16px;
      margin-left: 20px;
	  margin-bottom: 5px;}
      footer .l3 .btn:hover {
        color: #383838; }
    footer .l3 .tels {
      position: relative;
left: 25px;	  }
      footer .l3 .tels:before {
        display: block;
        position: absolute;
        left: -19px;
        top: 4px;
        background: url(/local/templates/RBC/css/../i/ic_002.png) 0px 0px no-repeat;
        width: 15px;
        height: 21px;
        content: ' '; }
    footer .l3 .emails {
      position: relative }
      footer .l3 .emails:before {
        display: block;
        position: absolute;
        left: -24px;
        top: 4px;
        background: url(/local/templates/RBC/css/../i/ic_003.png) 0px 0px no-repeat;
        width: 21px;
        height: 21px;
        content: ' '; }
    footer .l3 .addr {
		
      position: relative;
		  }
      footer .l3 .addr:before {
        display: block;
        position: relative;
        left: -19px;
        top: 18px;
        background: url(/local/templates/RBC/css/../i/ic_001.png) 0px 0px no-repeat;
        width: 16px;
        height: 21px;
        content: ' '; }
    footer .l3 .politic {
      position: relative;
left: 25px;	  }
      footer .l3 .politic:before {
        display: block;
        position: absolute;
        left: -25px;
        top: 4px;
        background: url(/local/templates/RBC/css/../i/ic_004.png) 0px 0px no-repeat;
        width: 20px;
        height: 20px;
        content: ' '; }
  footer .l2 {
    padding-top: 5px;
    padding-bottom: 10px;
	margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    background-color: #000; }
    footer .l2 a {
      color: #000; }
    footer .l2 a:hover {
      color: #3ebbfb; }
    footer .l2 .fr {
      position: relative;
      z-index: 600; }
	  
	 /* Блок в контактах Для связи с отделами*/ 
	  .addr_line {
		  position:relative;
		  left: -30px;
		  margin-left: 30px;
  border-bottom: 1px solid #d7d7d7;
  padding-top: 5px;
  padding-bottom: 5px;
padding-left: 6px;  }
  .addr_line > div {
    float: left;
    font-size: 12px;
    line-height: normal; }
  .addr_line span {
    color: #838383; }
  .addr_line .col1 {
    width: 38%; }
  .addr_line .col2 {
    width: 35%; }
  .addr_line .col3 {
    width: 20%; }


/* Вакансии компании*/	
	#page .gra_block {
  background-color: #fff;
  padding: 35px;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 5px; }
  #page .gra_block .block_img {
    position: relative;
    right: 20px;
    bottom: -70px; }
  #page .gra_block p {
	  position:relative;
	  display: block;
	  width: 290px;
	  right: 20px;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 25px; }
  #page .gra_block p:last-child {
    margin-bottom: 0px; }

#page .gra_block.wimg {
  padding-right: 26px;
  margin-bottom: 60px; }  
	  
	/* Форма контактов мобильная версия*/  
	#contacts_form .fl {
  width: 330px; }
#contacts_form .fr {
  width: 320px; }
#contacts_form.sotrud_form {
  max-width: 808px; }
  #contacts_form.sotrud_form .fl {
    width: calc(100% - 1px); }
  #contacts_form.sotrud_form .fr {
    width: calc(100% - 1px); }
#contacts_form.partners_form {
  max-width: 1080px; }
  #contacts_form.partners_form .fl {
    width: calc(50% - 19px); }
  #contacts_form.partners_form .fr {
    width: calc(50% - 19px); }
  #contacts_form.partners_form textarea.input {
    height: 105px;
    margin-bottom: 17px; }
  #contacts_form.partners_form input.input {
    margin-bottom: 17px; }
#contacts_form input.input {
  line-height: 52px;
  height: 52px;
  margin-bottom: 9px;
  width: 100%;
  padding-left: 20px;
  font-size: 14px; }
#contacts_form textarea.input {
  padding-left: 0px;
  height: 200px;
  resize: none; }
#contacts_form p {
  margin-bottom: 9px; }
#contacts_form .ob_block {
  font-size: 12px;
  color: #2e2e2e;
  padding-top: 8px;
  margin-bottom: 18px; }
#contacts_form .SelectBox {
  margin-bottom: 0px; }
#contacts_form .SumoSelect.open .optWrapper {
  top: 52px;
  border: 1px solid #cccccc;
  border-top: 0px;
  margin-left: -1px;
  margin-right: -1px;
  width: calc(100% + 2px); }
#contacts_form .SumoSelect .CaptionCont > span {
  background-color: #fff;
  line-height: 52px;
  font-style: normal;
  font-size: 14px;
  color: #989898; }
#contacts_form .SumoSelect {
  border: 1px solid #cccccc;
  margin-bottom: 9px; }
#contacts_form .SumoSelect .CaptionCont {
  min-height: 52px; }
#contacts_form ul {
  margin-bottom: 0px; }
  #contacts_form ul li {
    padding-left: 10px;
    margin-bottom: 0px; }
    #contacts_form ul li:before {
      display: none; }
  #contacts_form ul li.disabled {
    display: none; }  
	  
	  
/* PDF блок в контактах*/
	.pdf_block {
  background-color: white;
  position: relative;
  top: -40px;
  padding: 0px;
  padding-left: 2px;
  margin-bottom: 1px; }
  .pdf_block .icon {
    font-size: 20px;
    vertical-align: middle;
    top: 5px;
    position: absolute;
    left: 26px; }
  .pdf_block .btn {
    margin-left: 16px;
    font-size: 20px;
    padding-right: 10px; }
    .pdf_block .btn img {
      vertical-align: middle;
      margin-left: 13px;
      transform: translateY(-2px); }
	
	/* Список магазинов под картой в контактах*/
	.shop_list {
  padding-top: 10px; }
  .shop_list .item {
    float: none;
    width: calc(100% - 4px);
    font-size: 18px;
    line-height: 25px;
    margin-right: 40px;
    min-height: 158px;
    margin-bottom: 10px; }
    .shop_list .item strong {
      display: block;
      margin-bottom: 3px; }
    .shop_list .item span {
      color: #838383; }
  .shop_list .item:nth-child(3n) {
    margin-right: 0px; }
	
	/* О компании мобильная версия*/
	.about_page p.belka_margin {
	position: relative;
		float:none;
		top: 0px;
  font-size: 14px;
  line-height: 25px;
  margin-right: 0px; }
.about_page .belka {
	position:relative;
  display: block;
  float: none;
  font-size: 14px;
  width: 290px;
  height: 365px;
  background: url(/local/templates/RBC/css/../i/belka.png) -290px 0px no-repeat;
  margin-top: 10px; }
.about_page .belka:hover {
  background-position: 0px 0px; }
.about_page .rbc_pink_logo {
	margin-left: 0px;
	height: 50px;
  margin-bottom: 10px; }
.about_page .top_pic {
	position: relative;
	display: none;
	left: -38px;
	width: 100%;
	margin-left: -26px;
	line-height: 10px;
	margin-top: 5px;
  margin-bottom: 10px; }
.about_page h3 {
	font-size: 24px;
  margin-bottom: 4px; }
  .about_page p {
 font-size: 14px; }
  .about_page h3 span {
    font-size: 14px;
    vertical-align: normal;
    margin-right: 1px;
    transform: translateY(-5px);
    display: inline-block; }
	
	/* Новости мобильная версия*/
	
	.news_list .item {
  width: 100%;
  margin-bottom: 28px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e4e4e4; }
  

  
  .news_list .item .pic {
	  display: inline-block;
	  position: relative;
	  left: 20px;
    
    float: none;
    overflow: hidden;
    margin-bottom: 19px;
    height: 200px;
	}
    .news_list .item .pic a {
      display: block;
	  width: 128px;
	  position: relative;
	  left: 0px;
      height: 100%;
      background-position: center center;
      background-size: cover; }
  .news_list .item .fr {
	  position: relative;
	  right: 50px;
    width: calc(100% - 73px); }
  .news_list .item .name {
    margin-bottom: 15px; }
    .news_list .item .name a {
		position:relative;
		right: 10px;
      font-size: 20px;
      line-height: 30px;
      color: #2e2e2e; }
      .news_list .item .name a span.arr {
        vertical-align: middle;
        display: inline-block;
        height: 30px;
        width: 30px;
        background-color: #ededed;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        margin-right: 5px;
        margin-top: -3px;
        font-size: 11px;
        text-align: center;
        line-height: 30px; }
        .news_list .item .name a span.arr:before {
          margin-left: 2px; }
.news_list .item:hover .pic a {
  transform: scale(1.1); }
.news_list .item:hover .name a {
  border: 0px; }

.news_detail {
	
  margin-bottom: 10px;
	}
  .news_detail .date {
    color: #8c8c8c;
    font-size: 20px;
    margin-bottom: 9px; }
  .news_detail .pic {
    max-width: 700px;
    margin-bottom: 30px; }
    .news_detail .pic img {
      width: 100%;
      display: block; }
  .news_detail .gal {
	  
    margin-top: 35px;
    margin-bottom: 35px; }
    .news_detail .gal h4 {
      display: block;
      font-size: 28px;
      border-bottom: 2px solid #e4e4e4;
      margin-bottom: 16px !important;
      padding-bottom: 10px !important; }
    .news_detail .gal a {
      display: block;
      float: left;
      width: calc(33% - 10px);
      margin-right: 20px;
      margin-bottom: 13px;
      position: relative; }
      .news_detail .gal a img {
        display: block;
        width: 100%;
        position: relative;
        z-index: 10; }
      .news_detail .gal a:nth-child(3n) {
        margin-right: 0px; }
      .news_detail .gal a .play_icon {
        display: block;
        background-color: rgba(46, 46, 46, 0.54);
        width: 77px;
        height: 77px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -38px;
        margin-top: -38px;
        z-index: 20;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
        .news_detail .gal a .play_icon:after {
          left: 50%;
          top: 50%;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          border-color: rgba(255, 255, 255, 0);
          border-left-color: #ffffff;
          border-width: 10px;
          margin-top: -10px;
          margin-left: -2px; }
	
	

	
	#catalog_detail .mobile_header {
    display: none;
	position:fixed!important;
    margin-bottom: 10px; }
    #catalog_detail .mobile_header .ttl {
      font-size: 18px;
      margin-bottom: 250px; }
    #catalog_detail .mobile_header .art {
      font-size: 12px; }

  #catalog_detail .fl {
    position: relative;

    width: 500px;
margin-bottom: -150px;	}

  #catalog_detail .fr {
    float: right;
	top: 15px;
	padding-bottom: -30px;
	height: -20px;
    width: 500px; }

  #catalog_detail .fl .big_pic {
    margin-left: 0px; }

  

  #catalog_detail .fl .small_pics a {
	  position:relative;
	  left: 25px;
    float: left; }

  #catalog_detail .fr h1 {
	  position: relative;
	  top: 5px;
    display: block; }

  #catalog_detail .fr .art {
    display: block; }

  #catalog_detail .fr .sizes .sizetbl {
    display: block; }

  #catalog_detail .fr .sizes {
    width: calc(50% - 10px);
    max-width: 190px;
    float: left;
    border-bottom: 0px;
    padding-bottom: 0px; }

  #catalog_detail .fr .colors {
    width: calc(50% - 10px);
    max-width: 210px;
    float: right;
    border-bottom: 0px;
    padding-bottom: 0px; }

  #catalog_detail .fr .prices {
	  display:block;
	  position:relative;
    clear: both;
    border-bottom: 0px; }

  #catalog_detail .fr .map_btn {
    display: block; }

  #catalog_detail .fr .delivery_btn {
	  position:relative;
    display: block; }

  #catalog_detail .fr .soc {
    display: block; }
/* Описание товара в каталоге iphone */
  #catalog_detail .fr .info {
	  position:relative;
	  bottom: 15px;
	  height: 25px;
    margin-bottom: -10px; }

  #catalog_detail .fr .colors .color i {
	  
    height: 37px;
    width: 37px; }

				}

	/* ipad 768x1024*/
@media only screen and (max-width: 768px) {
	
	.menu_top_mobile {
		
		border-bottom: 1px solid #f1f1f1;
		}
	
	

  
  header .logo {
	width: 80px;
    display: block;
	position: fixed;
	left: 80px;
	top:40px;
	}
  header .logo label {
    display: none; }

  #top_line .login {
    padding-left: 20px;
    padding-right: 20px;
    margin-right: -10px; }

  #top_line a {
    margin-left: 16px;
    margin-right: 16px; }

  #top_line .fast_delivery {
    padding-left: 20px;
    padding-right: 25px; }
	
	 #two_sides .fl {
    width: 100%; }
    #two_sides .fl .b_block {
      line-height: 18px; }
      #two_sides .fl .b_block a {
        float: left; }

  #two_sides .fr {
	  display: block;
    width: 100%; }

  #two_sides .in {
    padding-left: 10px;
    padding-right: 10px; }

  #two_sides .ttl {
    font-size: 17px; }

  #two_sides .icon_item {
    font-size: 18px;
    line-height: 27px;
    padding-top: 11px;
    padding-left: 95px; }

  #two_sides .icon_item .i
  
	.pager {
  display:none; }
	
	
	 #main_slider .item {
    height: 380px;
    background-size: cover; }

  #main_slider .slide1 h3 {
    font-size: 37px;
    line-height: 38px; }

  #main_slider .slide1 h2 {
    font-size: 60px;
    line-height: 50px; }

  #main_slider .slide1 h4 {
    font-size: 18px;
    line-height: 20px; }
	
/* Картинка на главной девочки и мальчики*/
  #main_promo {
	  display: none;
	  position:relative;
	  bottom: 15px; 
    margin-bottom: 30px; }

  #main_promo .fl {
    float: none;
    width: 100%; }
    #main_promo .fl a {
      float: left;
      width: calc(50% - 8px);
      margin-right: 16px;
      margin-bottom: 13px; }
    #main_promo .fl a:last-child {
      margin-right: 0px; }

  #main_promo .fl:after {
    content: ' ';
    display: block;
    width: 100%;
    clear: both; }

  #main_promo .fr {
    float: none;
    width: 100%; }

  #last_news .list .item {
    width: calc(50% - 6px);
    margin-right: 12px; }

  #last_news .list .item:last-child {
    display: none; }

  #last_news .list .item:nth-child(2n) {
    margin-right: 0px; }

  .nav_roots {
    display: none; }

  .nav {
    display: none !important; }

  footer .l1 nav ul:after {
    content: ' ';
    display: block;
    clear: both;
    width: 100%; }

  footer .l1 nav ul {
    margin-bottom: 30px; }

  footer .l1 nav ul li {
    width: auto; }

  #two_sides .fl {
    width: calc(50% - 8px); }
    #two_sides .fl .b_block {
      line-height: 21px; }
      #two_sides .fl .b_block a {
        float: left; }

  #two_sides .fr {
    width: calc(50% - 8px); }

  #two_sides .in {
    padding-left: 30px;
    padding-right: 30px; }

  #two_sides .ttl {
    font-size: 27px; }

  #two_sides .icon_item {
    font-size: 18px;
    line-height: 27px;
    padding-top: 11px;
    padding-left: 95px; }

  #two_sides .icon_item .icon {
    width: 75px;
    height: 75px; }

  #two_sides .addr_item {
    font-size: 12px;
    padding-left: 109px;
    line-height: normal; }
    #two_sides .addr_item h4 {
      font-size: 18px;
      line-height: 27px;
      padding-top: 0px;
      margin-bottom: 2px; }
    #two_sides .addr_item .img {
      width: 96px;
      height: 96px; }

  .btn {
    font-size: 16px; }

  #two_sides .b_block {
    font-size: 18px; }

  #insta .item {
    width: calc(20% - 4px);
    height: 148px;
    margin-right: 4px; }

  #insta .item:last-child {
    display: none; }

  #insta .wraper {
	  position:relative;
	  top: -20px;
    padding-top: 20px;
    padding-bottom: 20px; }

  #insta .ttl {
    font-size: 25px;
    margin-bottom: 30px; }

  #insta .ttl a {
    margin-right: 36px; }

  #insta .ttl img {
    width: 38px; }

  #insta .btn {
    height: 33px;
    line-height: 33px; }
	
	
#seo_text {
  position: relative;
  display: block;
  top: 0px;
  padding-bottom: 50px;
  margin-top: 10px;
  margin-bottom: 10px; }	
	
/* Подписка в каталоге iphone */

#main_subscribe {
	display: block;
	height: 200px;
	position: relative;
	display: block;
	top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 0px; }


  #main_subscribe .fr {
	  display: block;
	  bottom: 550px;
    width: 100% ; }
	
	#main_subscribe .fl {
    display: block;
    width: 100%; }

 

  #main_subscribe .fr .btn {
	  display: block;
    height: 42px;
    line-height: 42px; }

  #main_subscribe .fl p {
	  display: block;
    line-height: -260px; }
	

  .catalog_list .catalog_item {
    width: calc(25% - 8px); }

  .catalog_list .catalog_item:nth-child(6n) {
    margin-right: 10px; }

  .catalog_list .catalog_item:nth-child(5n) {
    margin-right: 10px; }

  .catalog_list .catalog_item:nth-child(4n) {
    margin-right: 00px; }
	
	
	/* Таблица размеров*/
	
	
 #page table {
	 position: relative;
    width: 350px;
    margin-bottom: 10px; }
    #page table thead {
		position: relative;
    width: 350px;
      background-color: #2e2e2e;
      min-height: 20px; }
    #page table th {
      color: #fff;
      
      height: 50px;
      
      font-size: 11px;
      padding-left: 6px;
      padding-top: 3px;
      padding-bottom: 9px;
      line-height: 13px; }
    #page table td {
		font-size: 10px;
      padding-left: 15px;
      padding-top: 4px;
      padding-bottom: 4px;
	  }
    #page table tr:nth-child(even) td {
      background-color: #f4f4f4; 
	  }
    #page table tr.hover td {
      background-color: #ffe0e4 !important; }	
	
	

#page .table_filter, #page .map_filter {
	left: 50px;
    background-color: #fff;
    padding: 0px 0px 20px 0px; }
    #page .table_filter .in, #page .map_filter .in {
      display: block;
      width: 200px; }
    #page .table_filter .zag, #page .map_filter .zag {
      font-size: 14px;
      color: #2e2e2e;
      opacity: 0.6;
      margin-bottom: 4px; }
    #page .table_filter .SelectBox, #page .map_filter .SelectBox {
      margin-bottom: 0px; }
    #page .table_filter .SumoSelect.open .optWrapper, #page .map_filter .SumoSelect.open .optWrapper {
      top: 45px;
      border: 1px solid #cccccc;
      border-top: 0px;
      margin-left: -1px;
      margin-right: -1px;
      width: calc(100% + 2px); }
    #page .table_filter .SumoSelect .CaptionCont > span, #page .map_filter .SumoSelect .CaptionCont > span {
      background-color: #fff;
      line-height: 45px; }
    #page .table_filter .SumoSelect, #page .map_filter .SumoSelect {
      border: 1px solid #cccccc; }
    #page .table_filter .SumoSelect .CaptionCont, #page .map_filter .SumoSelect .CaptionCont {
      min-height: 45px; }
    #page .table_filter ul, #page .map_filter ul {
      margin-bottom: 0px; }
      #page .table_filter ul li, #page .map_filter ul li {
        padding-left: 19px;
        margin-bottom: 0px; }
        #page .table_filter ul li:before, #page .map_filter ul li:before {
          display: none; }
	
	
	/* Дисконт*/
	
	
	#page p.wdigit {
    padding-left: 90px; }
    #page p.wdigit .digit {
      color: #e0e0e0;
      font-size: 100px;
      line-height: 100px;
      position: absolute;
      left: 17px;
      font-weight: bold;
      top: 50%;
      transform: translateY(-50%); }
  #page p.wbutton {
	  position:relative;

    padding-right: 30px; }
    #page p.wbutton .btn {
      position: relative;
      right: 0px;
      bottom: -40px;
      transform: translateY(-50%); }
	
	
	
	/* Доставка заказа*/
	
	#delivery_block {
	width: 100%;
  background-color: #f7eedf;
  border-top: 1px solid #f7eedf;
  padding-bottom: 55px; }
  #delivery_block .sam {
    background-color: #fff;
    position: relative;
    padding: 20px 35px 25px 74px;
    font-size: 15px;
    line-height: 15px; }
    #delivery_block .sam p {
      float: left;
      width: 100%; }
    #delivery_block .sam .btn {
		position: relative;
		right: 70px;
		top: 5px;
      float: right; }
    #delivery_block .sam .icon {
      position: absolute;
      font-size: 55px;
      left: 10px;
      top: 36px; }
  #delivery_block .tabs {
    display: block;
	font-size: 12px;
    width: 100%; }
    #delivery_block .tabs .tab {
      display: table-cell;
      white-space: nowrap;
      position: relative;
      width: 20%;
      font-size: 12px;
      line-height: 15px;
      padding-top: 20px;
      padding-bottom: 20px;
      padding-right: 20px;
      padding-left: 27px;
      cursor: pointer; }
      #delivery_block .tabs .tab span {
        position: absolute;
        font-size: 25px;
        left: 2px;
        top: 20px; }
    #delivery_block .tabs .tab.active {
      background-color: #fff;
      cursor: default; }
  #delivery_block .tabs_content {
    background-color: #fff;
    padding: 30px 10px 30px 33px;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px; }
    #delivery_block .tabs_content p {
      margin-bottom: 29px; }
    #delivery_block .tabs_content p.gray_bg {
      background-color: #f4f4f4;
      padding: 35px 24px 25px 24px; }
    #delivery_block .tabs_content p.wicon {
      position: relative;
      padding-left: 129px; }
      #delivery_block .tabs_content p.wicon .rounded-icon {
        position: absolute;
        left: 17px;
        top: 50%;
        transform: translateY(-50%); }
    #delivery_block .tabs_content p.postomats_link {
      padding-right: 120px;
      position: relative; }
      #delivery_block .tabs_content p.postomats_link .btn {
        position: absolute;
        right: 34px;
        top: 50%;
        transform: translateY(-50%); }
    #delivery_block .tabs_content p.postomat_pic {
      position: relative;
      padding-left: 203px;
      height: 161px;
      padding-top: 38px; }
      #delivery_block .tabs_content p.postomat_pic img {
        position: absolute;
        left: 0px;
        top: 0px; }
    #delivery_block .tabs_content .icon-delivery {
      font-size: 33px; }
    #delivery_block .tabs_content .tab {
      display: none; }
    #delivery_block .tabs_content .tab.active {
      display: block; }
  #delivery_block .map_place {
	  position: relative;
    height: 380px;
	right: 10px;
    background-color: #e9e7e7;
    margin-bottom: 210px; }
	
	
	
	/* Вакансии компании*/	
	#page .gra_block {
  background-color: #fff;
  padding: 35px;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 5px; }
  #page .gra_block .block_img {
	  width: 320px;
    position: relative;
    left: -10px;
    bottom: -70px; }
  #page .gra_block p {
	  position:relative;
	  display: block;
	  width: 290px;
	  right: 20px;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 25px; }
  #page .gra_block p:last-child {
    margin-bottom: 0px; }

#page .gra_block.wimg {
  padding-right: 26px;
  margin-bottom: 60px; }  
	
	
	
	
	#page .w50 {
		position:relative;
		float: none;
		left: 10px;
    width: calc(100% - 1px);
    padding: 0px 0px 0px 0px;
    margin-bottom: 20px;
    min-height: 190px; }
    #page .w50 h3 {
		position: inherit;
		right: 10px;
      margin-bottom: 12px; }
	  
	#page .w50 p {
		position: inherit;
		right: 10px;
      margin-bottom: 12px; }  
	  
	  
    #page .w50 table {
      width: 100%;
      margin-bottom: 50px; }
      #page .w50 table td {
        width: 50%;
        padding-bottom: 35px; }
        #page .w50 table td p {
          margin-bottom: 0px; }
  #page .w50.gray_bg {
    background-color: #fff; }
    #page .w50.gray_bg table tr:nth-child(even) td {
      background-color: #fff; }
	
	
/* Инвесторы*/


#investors_icons {
	width: 100%;
	position: relative;
  text-align: left;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 30px; }
  #investors_icons h3 {
	  padding-left: 35px;
    margin-bottom: 20px; }
  #investors_icons .item {
	  width: 100%; 
    font-size: 13px;
    line-height: 15px;
    padding-left: 15px;
    padding-right: 5px; }
    #investors_icons .item h3 {
		padding: 0px 0px 0px 0px;
		width: calc(100% - 7px);
      font-size: 15px;
	  
      line-height: 20px;
      text-transform: uppercase;
      margin-bottom: 2px; }
    #investors_icons .item span {
		position:relative;
      font-size: 50px;
      color: #3ebbfb;
      display: block;
      text-align: left;
      margin-bottom: 10px;
      height: 62px; }

#page.investors .w50 {
  padding: 27px 0px 17px 0px !important;
  min-height: auto; }
  #page.investors .w50 h3 {
    margin-left: -5px; }
    #page.investors .w50 h3 span {
      font-size: 55px;
      vertical-align: middle;
      display: inline-block;
      margin-right: 10px; }
  #page.investors .w50 p {
    font-size: 15px;
    line-height: 15px; }
#page.investors .fr {
  width: 100%; }	
	
	#reviews {
  background-color: #ededed;
  padding-top: 40px;
  padding-bottom: 90px;
  text-align: center; }
  #reviews h3 {
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 50px; }
  #reviews .item {
    float: none;
    background-color: #ffffff;
    padding: 0px;
    width: 100%;
    text-align: left; }
    #reviews .item .anons {
      font-style: italic;
      margin-bottom: 20px;
      color: #2e2e2e; }
    #reviews .item .photo {
      display: block;
      width: 100%;
      height: 90px;
      float: none;
    
      background: center center;
      background-size: cover; }
    #reviews .item .name {
      line-height: 60px;
      color: #2e2e2e; }
  #reviews .owl-carousel {
    margin-bottom: 55px; }
    #reviews .owl-carousel .owl-next, #reviews .owl-carousel .owl-prev {
      background-color: #fafafa;
		position: absolute;
		top: 150px;}
    #reviews .owl-carousel .owl-dots {
      display: none !important; }
	  
	/* Уход */  
	  
	.uhod .tbl_icons .tr {
  margin-bottom: 10px; }
  .uhod .tbl_icons .tr .td {
    width: calc(100% - 9px);
    background-color: #fff;
    float: left;
    padding: 30px 25px 25px 140px;
    position: relative; }
    .uhod .tbl_icons .tr .td .icon {
      position: absolute;
      left: 70px;
      transform: translateX(-50%);
      top: 30px; }
  .uhod .tbl_icons .tr .td:last-child {
    float: right; }  
	  
	  
	/* Партнерам */

.benefits {
  margin-bottom: 40px; }
  .benefits h3 {
    margin-bottom: 20px;
    margin-left: 0px; }
  .benefits .list .item {
    float: left;
    width: calc(100% - 10px);
    border: 1px solid #ededed;
    margin-bottom: 15px;
    margin-right: 13px;
    background-color: #fff;
    display: block; }
    .benefits .list .item .pic img {
      display: block;
      width: 100%; }
    .benefits .list .item .logo {
      position: absolute;
      left: 12px;
      top: 50%;
      transform: translateY(-50%); }
      .benefits .list .item .logo img {
        display: block; }
    .benefits .list .item .nm {
      position: relative;
      padding-left: 88px;
      font-size: 18px;
      line-height: 20px;
      padding-top: 33px;
      padding-bottom: 17px;
      color: #332c3b; }
      .benefits .list .item .nm img {
        position: absolute;
        left: 44px;
        top: 50%;
        transform: translate(-50%, -39%); }
    .benefits .list .item .anons {
      font-size: 14px;
      line-height: 20px;
      padding: 17px 20px 20px 17px;
      min-height: 70px; }
  .benefits .list .item:nth-child(4n) {
    margin-right: 0px; }	
	  
	  
	 #catalog_detail .fl {
    position: relative;

    width: 100%;
margin-bottom: -330px;	}

  #catalog_detail .mobile_header {
	  
	 
	  float:left;
	  top:0px;
    
    margin-bottom: 0px; }
    #catalog_detail .mobile_header .ttl {
		
      font-size: 28px;
      margin-bottom: 16px; }
    #catalog_detail .mobile_header .art {
		
		
	}
/* iphone_8*/
  #catalog_detail .fl {
	  display:block;
	  margin-top: 10px;
	  margin-bottom: 10px;
	  
    float: left;
    width: 100%; }

  #catalog_detail .fr {
	  margin-top: 20px;
	  left: 3px;
    float: none;
    width: 100%; }

  #catalog_detail .fl .big_pic {
    margin-left: 0px; }

  #catalog_detail .fl .small_pics {
    position: relative;
    top: auto;
    left: auto; }

  #catalog_detail .fl .small_pics a {
    float: left; }

  #catalog_detail .fr h1 {
	  display:block;
	  font-size: 10px;
      line-height: 2px;
      text-transform: uppercase;
      font-weight: normal;
      margin-bottom: 10px;
	  
   }

  #catalog_detail .fr .art {
    display: block; }

  #catalog_detail .fr .sizes .sizetbl {
    display: none; }

  #catalog_detail .fr .sizes {
    width: calc(50% - 10px);
    max-width: 290px;
    float: left;
    border-bottom: 0px;
    padding-bottom: 0px; }

  #catalog_detail .fr .colors {
    width: calc(50% - 10px);
    max-width: 310px;
    float: right;
    border-bottom: 0px;
    padding-bottom: 0px; }

  #catalog_detail .fr .prices {
    clear: both;
    border-bottom: 0px; }

  #catalog_detail .fr .map_btn {
    display: none; }

  #catalog_detail .fr .delivery_btn {
    display: none; }

  #catalog_detail .fr .soc {
    display: none; }

  #catalog_detail .fr .info {
    margin-bottom: 20px; }

  #catalog_detail .fr .colors .color i {
    height: 37px;
    width: 37px; }

  #new_order .col1 {
    width: 100%;
    float: none;
    margin-bottom: 30px; }

  #new_order .col2 {
    width: calc(50% - 7px); }

  #new_order .col3 {
    width: calc(50% - 8px); }

  .new_select .selected {
    height: 39px;
    line-height: 39px;
    padding-right: 33px; }
    .new_select .selected i {
      top: 18px; } 
	  
	  

	  
	  .items_slider {
		  display: block;
		  position: relative;
		top: 0px;
		bottom: 0px;
		padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 50px;
margin-top: 0px;  }
  .items_slider .catalog_item {
	  position: relative;   
	margin-bottom: -40px;
    float: none; }
  .items_slider .owl-carousel .catalog_item {
    float: none; }
  /*.items_slider .owl-carousel .owl-dots {
    display: none !important; }
	  
	  }		*/
	
	
	/* iphone 8 plus 736x414*/
@media only screen and (max-width: 736px) {
  .btn.product-item-detail-buy-button{
  margin:0 auto 20px;}
  .product-item-amount {
    padding: 0 0px 2px;
    text-align: center;
  }
		#main_slider .owl-prev {
		top: 70px;
		margin-bottom: 750px;
		left: 5px;
		
	}
	
		#main_slider .owl-next {
		top: 70px;
		margin-bottom: 750px;
		right: 5px;
		
	}
	
		.menu_top_mobile {
			position:relative;
		display:block;
		top:10px;
		left:10px;
		width: 95%;
		border-radius: 10px;
		
		border: 1px solid gray;
		}
		
	
		
		
			.menu_top_mobile ul{
			margin:0;
		border-top-width: 2px; /* Толщина линии внизу */
    border-top-style: solid; /* Стиль линии внизу */
    border-top-color: red; /* Цвет линии внизу */
		font-family: 'Roboto';
		font-size:15px;
		color:black;
		padding:20px;
		}
				.menu_top_mobile nav  {
		border: 0px solid gray;
		}
		
				.menu_top_mobile a  {
				
		color:black;
		}
	
	.wraper h2 {
font-size: 16px;
font-weight:bold;
	}
	
	
	header .logo {
	width: 80px;
    display: block;
	position: fixed;
	left: 80px;
	top:34px;
	}
	header .logo label {
      position: relative;
      font-size: 10px;
      text-transform: uppercase;
      left: -8px;
      color: #383838;
      display: block;
      white-space: nowrap;
      line-height: 10px;
      top: 1px;
	  }
	  

	
	.bx-subscribe {
	position: relative;
	left: 10px;
	width: 250px;
	padding-bottom: 50px;
	margin: 10px 0;
}
	
	.new_select opened{
	position: relative;
	display: none;
	left: 40px;
	width: 250px;
	padding-bottom: 50px;
	margin: 10px 0;
}
	
	.catalog_filter .in {
		
  border-top: 3px solid #3c3c3c;
  padding-top: 10px;
  padding-left: 25px;}
  
  .new_select .dropdown{
	 position:absolute;
  border-top: 1px solid #3c3c3c;
  padding-top: 25px;
  left: 80px;}
  
  
 #catalog_sections {
  background-color: #ededed;
  max-height: 211px;
  overflow: hidden; }
  #catalog_sections .in {
    padding-bottom: 28px;
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
	margin-left: 0px;
	margin-right: 0px;}
  #catalog_sections .owl-carousel .owl-prev {
	border: 1px solid #3c3c3c;
	font-size: 15px;
    background-color: transparent;
    left: -40px;
    top: 23px; }
  #catalog_sections .owl-carousel .owl-next {
	border: 1px solid #3c3c3c;
    right: -40px;
    top: 23px;
	font-size: 15px;
    background-color: transparent; }
  #catalog_sections .owl-carousel .owl-dots {
    display: none !important; }
  #catalog_sections .item {
    max-width: 100px;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 12px;
    line-height: 17px;
    color: #2e2e2e;
    float: left; }
    #catalog_sections .item .pic {
      width: 100px;
      height: 100px;
      display: block;
      overflow: hidden;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      margin-bottom: 6px;
      background-color: #fff;
      border: 1px solid #ededed;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      background-repeat: no-repeat;
      background-position: center center; }
    #catalog_sections .item .name {
      display: block; }
  #catalog_sections .item:hover {
    color: #3ebbfb; }
    #catalog_sections .item:hover .pic {
      border: 1px solid #fd6276; }
  #catalog_sections .owl-item .item {
    float: none; }
	
	#catalog_detail .fl {
		float: left;
		
    

    width: 100%;
margin-bottom: -420px;	}
	
	#catalog_detail .fr {
    float: right;
	top: 35px;
	padding-bottom: -30px;
	height: -10px;
    width: 500px; }
  
 
	#main_subscribe {
	display: block;
	height: 200px;
	position: relative;
	display: block;
	top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 0px; }
  
  
  #page div.gray_block h3 span {
	  position: relative;
	  
	  
      font-size: 30px;
      vertical-align: middle;
      margin-right: 10px; }
  
  
  #page h4 {
	  position:relative;
	  width: 390px;
    margin-bottom: -20px;
    font-size: 20px;
    line-height: 26px;
    font-weight: normal; }
  
 #page .gra_block p {
	margin-top: -30px;
	right: 35px;
	width: 370px; 
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 25px; }
	
	
	 .top_pic{
		 margin-top: -50px;
		 margin-bottom: -50px;
	right: 102px;
	transform: scale(0.10, 0.10);
-ms-transform: scale(0.6, 0.6);
-webkit-transform: scale(0.6, 0.6);}

.cols3 .col {
	position: relative;
  float: left;
  width: 33%; }


	
	/* Информация */
	
	#info_menu > a {
  display: block;
  float: left;
  width: 100%;
  margin-right: 13px;
  background-color: #fff;
  margin-bottom: 13px;
  position: relative;
  height: 138px; }
  #info_menu > a .pic {
    position: absolute;
    display: block;
    width: 94px;
    height: 94px;
    background-color: #3ebbfd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 22px;
    top: 23px; }
    #info_menu > a .pic img {
      position: absolute;
      left: 50%;
      top: 50%;
      display: block;
      transform: translate(-50%, -50%); }
  #info_menu > a .txt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #332c3b;
    left: 140px;
    max-width: 180px;
    font-size: 17px; }
  #info_menu > a:nth-child(4n) {
    margin-right: 0px; }
	
	
	
	/* Уход */  
	  
	.uhod .tbl_icons .tr {
  margin-bottom: 10px; }
  .uhod .tbl_icons .tr .td {
    width: 100%;
    background-color: #fff;
    float: left;
    padding: 20px 20px 20px 137px;
    position: relative; }
    .uhod .tbl_icons .tr .td .icon {
      position: absolute;
      left: 60px;
      transform: translateX(-50%);
      top: 20px; }
  .uhod .tbl_icons .tr .td:last-child {
    float: right; }  
	
	
	/* Доставка*/
	
	
	#delivery_companies {
  padding-top: 20px;
  padding-bottom: 40px; }
  #delivery_companies h3 {
    margin-bottom: 10px; }
  #delivery_companies .list .item {
    float: left;
    width: 100%;
    border: 1px solid #ededed;
    margin-bottom: 15px;
    margin-right: 13px;
    background-color: #fff;
    display: block; }
    #delivery_companies .list .item .pic img {
      display: block;
      width: 100%; }
    #delivery_companies .list .item .logo {
      position: absolute;
      left: 12px;
      top: 50%;
      transform: translateY(-50%); }
      #delivery_companies .list .item .logo img {
        display: block; }
    #delivery_companies .list .item .nm {
      position: relative;
      padding-left: 118px;
      font-size: 14px;
      line-height: 20px;
      padding-top: 17px;
      padding-bottom: 17px;
      color: #332c3b; }
  #delivery_companies .list .item:nth-child(4n) {
    margin-right: 0px; }
	
	
}
	
@media only screen and (max-width: 710px) {
  .basket-count{
    top: 67%;
  }
  .basket-row .add2favrt:hover span {
    color: unset;
  }
	.menu_top_mobile {
		display:none;}
	
	.wraper {
  position: relative;
  margin: 0 auto;
  max-width: 710px;
  padding-left: 12px;
  padding-right: 12px; }
	
	#main_subscribe {
	display: block;
	height: 200px;
	position: relative;
	display: block;
	top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 0px; }
	
 
#catalog_detail .fl .small_pics {
		display:block;
      position: absolute;
	  right: 0px;
      left: 0px;
      top: 0px; }

 #top_line {
    display: none; }

  .toggle_but {
    top: -4px; }

  #basket .basket-td:nth-child(2) {
    width: calc(100% - 160px);
    clear: right; }

  #basket .basket-row {
    position: relative; }

  #basket .basket-td:nth-child(7) {
    width: 25px;
    position: absolute;
    top: 0px;
    right: 0px; }

  #basket .basket-td:nth-child(6) {
    width: 25px;
    position: absolute;
    top: 0px;
    right: 7px; }

  #basket .basket-td:nth-child(5) {
    height: 40px; }

  #basket .basket-td:nth-child(4) {
    height: 40px; }

  .basket-info {
    top: auto;
    padding-top: 3px;
    transform: none; }

  #basket .basket-td:nth-child(2) {
    height: 54px; } }


@media only screen and (max-width: 667px) {
	
		header .logo {
	width: 80px;
    display: block;
	position: fixed;
	left: 80px;
	top:10px;
	}
	header .logo label {
      position: relative;
      font-size: 10px;
      text-transform: uppercase;
      left: -8px;
      color: #383838;
      display: block;
      white-space: nowrap;
      line-height: 10px;
      top: 1px;
	  }
	
	.bx-subscribe {
	position: relative;
	left: 30px;
	width: 250px;
	padding-bottom: 50px;
	margin: 10px 0;
	}
	
	
	
	/* Телефон в топе мобильная версия*/
  header .tel {
	  display:block;
    position: absolute;
    right: 250px;
        top: 25px;
    font-size: 13px;
    line-height: 13px; }
    header .tel div {
		display:none;
      line-height: 13px;
      padding-top: 8px; }
    header .tel a {
      font-size: 20px;
      line-height: 22px;
      color: #383838; }
	
	#main_subscribe {
	display: block;
	height: 200px;
	position: relative;
	display: block;
	top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 0px; }
	
}	
@media only screen and (max-width: 650px) {
	
	
	#main_subscribe {
	display: block;
	height: 200px;
	position: relative;
	display: block;
	top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 0px; }
	
	
	#catalog_detail .fl .small_pics {
		display:block;
      position: absolute;
	  right: 0px;
      left: 0px;
      top: 0px; }
	
	/* Телефон в топе мобильная версия*/
  header .tel {
	  display:block;
    position: absolute;
    right: 90px;
        top: 25px;
    font-size: 13px;
    line-height: 13px; }
    header .tel div {
		display:none;
      line-height: 13px;
      padding-top: 8px; }
    header .tel a {
      font-size: 20px;
      line-height: 22px;
      color: #383838; }

  .btn {
    height: 35px;
    line-height: 35px; }

  .search_page {
    padding-top: 20px;
    padding-bottom: 20px; }

  .search_page .input {
    height: 35px; }

  #two_sides .b_block {
    padding: 22px; }

  #two_sides .fl .b_block {
    line-height: 35px; }

  #two_sides .fl {
    float: none;
    width: 100%;
    padding-top: 1px;
    margin-bottom: 13px; }

  #two_sides .fr {
    float: none;
    width: 100%;
    padding-top: 1px; }
	
	 #main_subscribe {
		 display: block;
		 margin-top: 50px;

    height: 200px; }

  #main_subscribe .fl {
	display: block;
    float: left;
    width: 100%; }

  #main_subscribe .fr {
	  display: block;
	  position:relative;
	 top: 0px;
	 height: 20px; 
    float: none;
    width: 100%; }

  #main_subscribe .fr .btn {
	  display: block;
    height: 42px;
    line-height: 42px; }

  #main_subscribe .fl p {
	  display: block;

    line-height: 30px; }

  footer .l1 nav ul li {
    width: calc(60% - 21px); }

  footer .l1 .fr .tel {
    float: none; }

  footer .l1 .fr .payments {
    float: none;
    margin-left: 0px; }

  footer .l2 .fr {
    float: none; }

  footer .l2 .fl {
    float: none; }

  #insta .item {
    width: calc(33% - 4px); }

  #insta .item:nth-child(4n) {
    display: none; }

  #insta .item:nth-child(5n) {
    display: none; }

  .catalog_list .catalog_item {
    width: calc(33% - 6px); }

  .catalog_list .catalog_item:nth-child(6n) {
    margin-right: 10px; }

  .catalog_list .catalog_item:nth-child(5n) {
    margin-right: 10px; }

  .catalog_list .catalog_item:nth-child(4n) {
    margin-right: 10px; }

  .catalog_list .catalog_item:nth-child(3n) {
    margin-right: 0px; }

  #new_order .col2 {
    width: 100%;
    float: none;
    margin-bottom: 30px; }

  #new_order .col3 {
    width: 100%;
    float: none; }

  #new_order .itogi .ln {
    font-size: 20px; }

  #new_order .itogi .ln span {
    font-size: 30px;
    width: auto; } 
	
	#catalog_detail .fl {
		float: left;
		
    

    width: 100%;
margin-bottom: -380px;	}
	
	
	
	
	}
@media only screen and (max-width: 600px) {
	.product-item-small-card .col-xs-6 {
    width: 100%;
	
	}
	.product-item-small-card .col-xs-6.col-md-3{
	    padding-right: 0;
    padding-left: 0;
	border-bottom: 1px solid gainsboro;
	}
	#top_line, header, #nav{
		    padding-right: 25px;
	}
	.row.product-item-list-col-4{
		margin-right: 0;
    margin-left: 0;
	}
	.row.product-item-list-col-4 .product-item-small-card{
		padding-right: 0!important;
    padding-left: 0!important;
	}
	.product-item-list-col-4{
	 margin-right: 0;
    margin-left: 0;
	}
		.product-item-container {
    padding-right: 15px;
    padding-left: 15px;
}
	.product-item-small-card  .row {
    margin-right: 0px;
    margin-left: 0px;
}
	.bx_filter_parameters_box_container{
		text-align: center;
	}
	.wraper {
  position: relative;
  margin: 0 auto;
  max-width: 600px;
  padding-left: 12px;
  padding-right: 12px; }
  
  .wraper h2 {
font-size: 16px;
font-weight:bold;
	}
	
	/* Телефон в топе мобильная версия*/
  header .tel {
	  display:block;
    position: absolute;
    right: 110px;
       top: 25px;
    font-size: 13px;
    line-height: 13px; }
    header .tel div {
		display:none;
      line-height: 13px;
      padding-top: 8px; }
    header .tel a {
      font-size: 15px;
      line-height: 22px;
      color: #383838; }
	
	#main_subscribe {
	display: none;
	height: 200px;
	position: relative;
	display: block;
	top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 0px; }
	
	
	 #catalog_detail .fl {
    position: relative;

    width: 100%;
margin-bottom: -330px;	}
	
  #catalog_detail .fl .big_pic .in {
    height: 605px; }

  #catalog_detail .fl .small_pics a {
    height: 80px;
    width: 80px; }
    #catalog_detail .fl .small_pics a img {
      width: 100%; }

  #catalog_detail .fl .big_pic .labels span {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 17px; }

  .small_basket .basket-row {
    position: relative;
    width: 400px; }
  .small_basket .basket-row .basket-td:nth-child(1) {
    margin-right: 15px; }
  .small_basket .basket-row .basket-td:nth-child(2) {
    margin-right: 0px;
    width: calc(100% - 100px);
    height: auto; }
  .small_basket .basket-info {
    position: relative;
    top: auto; }
  .small_basket .basket-row .basket-td:nth-child(6) {
    position: absolute;
    right: 0px;
    top: 15px;
    height: 16px; }

  #new_window .buttons .continue {
    margin-bottom: 10px; }

  #new_window .buttons .btn {
    display: block;
    width: 100%;
    text-align: center; } 
	#two_sides {
  margin-bottom: 48px; }
  #two_sides .fl {
    background-color: #fff;
    width: 100% }
  #two_sides .fr {
    background-color: #fff;
    width: 100%; }
	#two_sides .b_block {
    background-color: #ececec;
    padding: 10px;
    font-size: 20px; }
    #two_sides .b_block .btn {
		position: relative;
		top: 0px;
      margin-right: 25px; }
	  
	  #two_sides .addr_item h4 {
      font-weight: normal;
      font-size: 15px;
      line-height: 30px;
      margin-bottom: 10px;
      padding-top: 0px;
      max-width: 370px; }
	
	
	
	}
@media only screen and (max-width: 550px) {
	
	#main_subscribe {
	display: none;
	height: 200px;
	position: relative;
	display: block;
	top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 0px; }
	
  #basket .basket-td:nth-child(4) {
    width: calc(100% - 160px);
    clear: right; }

  .basket-cost {
    font-size: 25px;
    line-height: 25px; }

  #basket .basket-td:nth-child(5) {
    margin-left: 130px;
    margin-bottom: 5px; } }
@media only screen and (max-width: 440px) {
	.colcounts{
		    column-count: 1;
	}
		footer .l3 .flblock.odin {
      margin-right: 0;
    width: 100%;
}
	footer .l3 .flblock.dva {
      margin-right: 0;
    width: 100%;
}
	footer .l3 .flblock.tri {
      margin-right: 0;
    width: 100%;
}
	footer .l3 .flblock.lasts {
      margin-right: 0;
    width: 100%;
}
#new_window .modal_dialog{
	    width: 90%;
}
	
	
	
	#page div.gray_block h3 span {
		display: none;
	  position: relative;
	  width:100%;
	  float:none;
      font-size: 30px;
      vertical-align: middle;
      margin-right: 10px; }
  
  
  #page h4 {
	  position:relative;
	  width: 390px;
    margin-bottom: -20px;
    font-size: 20px;
    line-height: 26px;
    font-weight: normal; }
  
 #page .gra_block p {
	margin-top: -30px;
	right: 35px;
	width: 370px; 
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 25px; }
	
	#main_subscribe {
	display: none;
	height: 200px;
	position: relative;
	display: block;
	top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 0px; }
	
	
  #bread {
    display: block; }

  .btn {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px; }

  #catalog_detail .fl .big_pic .in {
    height: 405px; }


  

  #two_sides .ttl {
    margin-top: 22px; }

  #two_sides .in {
    padding-left: 22px;
    padding-right: 22px; }

  #insta .ttl a {
    display: none; }

  #insta .ttl a.btn {
    display: inline-block; }

  #insta .item {
    width: calc(50% - 4px); }

  #insta .item:nth-child(3n) {
    display: none; }

  #last_news {
    margin-bottom: 0px; }

  #last_news .list .item {
    float: none;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 27px; }

  #two_sides .icon_item {
    font-size: 14px;
    line-height: 22px; }

  #two_sides .icon_item {
    padding-left: 78px;
    min-height: 67px; }

  #two_sides .icon_item .icon {
    width: 59px;
    line-height: 58px;
    height: 59px;
    font-size: 34px; }

  #two_sides .fl .b_block {
    font-size: 14px; }

  #main_promo .fl a {
    float: none;
    width: 100%;
    margin-right: 0px; }

  #main_promo .fr .slide {
    height: 280px; }

  #main_promo .fr .slide .text h3 {
    font-size: 89px;
    line-height: 75px; }

  #main_promo .fr .slide .text p {
    font-size: 14px;
    line-height: 15px; }

  #main_promo .fr .slide .text span {
    font-size: 12px;
    line-height: 13px; }

  h2 {
    font-size: 32px;
    line-height: normal; }

#main_slider .item {
	weight: 220px;
    height: 220px;
    background-size: cover; }
	.call_me, .preorder_window{
	width: 100%;
}
	#main_slider .item .wraper {
		    background-size: cover;
    background-repeat: no-repeat;
      height: 100%; }
	  
	  
	   #main_slider .item .text {
      position: absolute;
      left: 0px;
      top: 0px; }
 
  #main_slider .slide1 {
    background-position: center -1px; }

  #main_slider .slide1 h3 {
    font-size: 37px;
    line-height: 38px; }

  #main_slider .slide1 h2 {
    font-size: 60px;
    line-height: 50px; }

  #main_slider .slide1 h4 {
    font-size: 18px;
    line-height: 20px; }
	
	
	

  footer .l1 nav ul li {
    width: auto; }
	
	
	 #catalog_detail .fl {
    position: relative;

    width: 100%;
margin-bottom: -350px;	}

  #catalog_detail .mobile_header {
	  
	 
	  float:left;
	  top:0px;
    
    margin-bottom: 0px; }
    #catalog_detail .mobile_header .ttl {
		
      font-size: 28px;
      margin-bottom: 16px; }
    #catalog_detail .mobile_header .art {
		
		
	}
/* iphone_8*/

	#catalog_root .section .item {
    width: 100%;
    margin-right: 15px;
    float: left;
    margin-bottom: 35px; }
	
	 #catalog_root .section h3 {
	 font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px; }
	 #catalog_root .section .item .name {
     font-size: 15px;
     color: #2e2e2e; }
	

  #catalog_detail .fl {
	  display:block;
	  margin-top: 10px;
	  margin-bottom: 10px;
	  
    float: left;
    width: 100%; }

  #catalog_detail .fr {
	margin-top: 20px;
	left: 3px;
    float: right;
	margin-bottom: 20px;
    width: 100%; }

  #catalog_detail .fl .big_pic {
    margin-left: 0px; }

  #catalog_detail .fl .small_pics {
    position: relative;
    top: auto;
    left: auto; }

  #catalog_detail .fl .small_pics a {
    float: left; }

  #catalog_detail .fr h1 {
	  display:block;
	  font-size: 10px;
      line-height: 2px;
      text-transform: uppercase;
      font-weight: normal;
      margin-bottom: 10px;
	  
   }

  #catalog_detail .fr .art {
    display: block; }

  #catalog_detail .fr .sizes .sizetbl {
    display: none; }

  #catalog_detail .fr .sizes {
    width: calc(50% - 10px);
    max-width: 290px;
    float: left;
    border-bottom: 0px;
    padding-bottom: 0px; }

  #catalog_detail .fr .colors {
    width: calc(50% - 10px);
    max-width: 310px;
    float: right;
    border-bottom: 0px;
    padding-bottom: 0px; }

  #catalog_detail .fr .prices {
    clear: both;
    border-bottom: 0px; }

  #catalog_detail .fr .map_btn {
    display: none; }

  #catalog_detail .fr .delivery_btn {
    display: none; }

  #catalog_detail .fr .soc {
    display: none; }

  #catalog_detail .fr .info {
    position: relative;
	height: auto;}

  #catalog_detail .fr .colors .color i {
    height: 37px;
    width: 37px; }
	
	
.scroll-block {
	margin-bottom: 1px;
	}
	
	
	
	
	

  .catalog_list .catalog_item {
    width: calc(50% - 5px); }

  .catalog_list .catalog_item:nth-child(6n) {
    margin-right: 10px; }

  .catalog_list .catalog_item:nth-child(5n) {
    margin-right: 10px; }

  .catalog_list .catalog_item:nth-child(4n) {
    margin-right: 10px; }

  .catalog_list .catalog_item:nth-child(3n) {
    margin-right: 10px; }

  .catalog_list .catalog_item:nth-child(2n) {
    margin-right: 0px; }

  .catalog_sort {
    float: none; }
    .catalog_sort .new_select {
      max-width: none;
      width: 100%; }

  header .buts a.search_icn {
    display: none; }

  header .buts a.fav_icn {
    display: none; }

 /* #basket .basket-td:nth-child(6) {
    display: none; }*/

  .basket-row .basket-td:nth-child(1) {
    margin-right: 10px; }

  #basket .basket-td:nth-child(5) {
    margin-left: 115px;
    margin-bottom: 5px; }

  #basket .account_info {
    text-align: center;
    font-size: 16px; }

  #basket .account_info .btn {
    display: block;
    margin-right: 0px;
    clear: both;
    text-align: center;
    margin-bottom: 6px; }

  .small_basket {
    padding: 10px 10px 0px 10px; }
    .small_basket h3 {
      font-size: 20px;
      line-height: 22px; }
    .small_basket .basket-row {
      position: relative;
      width: 300px; }
    .small_basket .basket-td:nth-child(2) {
      margin-bottom: 10px; }
    .small_basket .basket-td:nth-child(5) {
      height: 30px;
      margin-left: 100px;
      margin-top: 10px;
      margin-bottom: 10px; }
    .small_basket .basket-td:nth-child(4) {
      height: 40px; } }
	  
	  

	  
	  
@media only screen and (max-width: 380px) {
	
	
	header .logo {
	width: 70px;
    display: block;
	position: fixed;
	left: 70px;
	top:15px;
	}
	
	
	/* Телефон в топе мобильная версия*/
  header .tel {
	  display:block;
    position: absolute;
    right: 80px;
        top: 25px;
    font-size: 13px;
    line-height: 13px; }
    header .tel div {
		display:none;
      line-height: 13px;
      padding-top: 8px; }
    header .tel a {
      font-size: 12px;
      line-height: 22px;
      color: #383838; }
	
	#main_subscribe {
	display: none;
	height: 200px;
	position: relative;
	display: block;
	top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 0px; }
	
 	 #catalog_detail .fl {
    position: relative;

    width: 100%;
margin-bottom: -330px;	}

  #catalog_detail .mobile_header {
	  
	 
	  float:left;
	  top:0px;
    
    margin-bottom: 0px; }
    #catalog_detail .mobile_header .ttl {
		
      font-size: 28px;
      margin-bottom: 16px; }
    #catalog_detail .mobile_header .art {
		
		
	}
/* iphone_8*/


  #catalog_detail .fr {
	  margin-top: 20px;
	  margin-bottom: 120px;
	  left: 3px;
    float: none;
    width: 100%; }

  #catalog_detail .fl .big_pic {
    margin-left: 0px; }

  #catalog_detail .fl .small_pics {
    position: relative;
    top: auto;
    left: auto; }

  #catalog_detail .fl .small_pics a {
    float: left; }

  #catalog_detail .fr h1 {
	  display:block;
	  font-size: 10px;
      line-height: 2px;
      text-transform: uppercase;
      font-weight: normal;
      margin-bottom: 10px;
	  
   }

  #catalog_detail .fr .art {
    display: block; }

  #catalog_detail .fr .sizes .sizetbl {
    display: none; }

  #catalog_detail .fr .sizes {
    width: calc(50% - 10px);
    max-width: 290px;
    float: left;
    border-bottom: 0px;
    padding-bottom: 0px; }

  #catalog_detail .fr .colors {
    width: calc(50% - 10px);
    max-width: 310px;
    float: right;
    border-bottom: 0px;
    padding-bottom: 0px; }

  #catalog_detail .fr .prices {
    clear: both;
    border-bottom: 0px; }

  #catalog_detail .fr .map_btn {
    display: none; }

  #catalog_detail .fr .delivery_btn {
    display: none; }

  #catalog_detail .fr .soc {
    display: none; }

  #catalog_detail .fr .info {
    margin-bottom: 790px; }

  #catalog_detail .fr .colors .color i {
    height: 37px;
    width: 37px; }
	
	
.scroll-block {
	margin-bottom: 45px;
	}
	
	
  #catalog_sections .item .pic {
    width: 92px;
    height: 92px; }
	
	
	
/* PDF блок в контактах*/
	.pdf_block {
  background-color: white;
  position: relative;
  top: -10px;
  padding: 0px;
  padding-left: 0px;
  margin-bottom: 0px; }
  .pdf_block .icon {
    font-size: 5px;
    vertical-align: middle;
    top: 5px;
    position: absolute;
    left: 20px; }
  .pdf_block .btn {
    margin-left: 1px;
    font-size: 15px;
    padding-right: 10px; }
    .pdf_block .btn img {
      vertical-align: middle;
      margin-left: 10px;
      transform: translateY(-2px); }
/* Блок в контактах Для связи с отделами*/ 
	  .addr_line {
		  position:relative;
		  left: 0px;
		  margin-left: 30px;
		  padding-right: 10px;
  border-bottom: 1px solid #d7d7d7;
  padding-top: 5px;
  padding-bottom: 5px;
padding-left: 1px;  }
  .addr_line > div {
    float: left;
    font-size: 12px;
    line-height: normal; }
  .addr_line span {
    color: #838383; }
  .addr_line .col1 {
    width: 38%; }
  .addr_line .col2 {
    width: 35%; }
  .addr_line .col3 {
    width: 20%; }

#catalog_root .section {
  margin-bottom: 30px; }
  #catalog_root .section h3 {
	  font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px; }
  #catalog_root .section .item {
    width: 100%;
    margin-right: 15px;
    float: left;
    margin-bottom: 35px; }
    #catalog_root .section .item .pic {
      display: block;
      height: 270px;
      overflow: hidden;
      margin-bottom: 16px;
      background-color: #f1f0f0; }
      #catalog_root .section .item .pic .in {
        height: 100%;
        width: 100%;
        display: block;
        background-size: cover;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
    #catalog_root .section .item .name {
      font-size: 15px;
      color: #2e2e2e; }
      #catalog_root .section .item .name i {
        font-style: normal;
        color: #3ebbfb; }
  #catalog_root .section .item:nth-child(3n) {
    margin-right: 0px; }
  #catalog_root .section .item:hover .in {
    transform: scale(1.1); }


	}
	
@media only screen and (max-width: 320px) {
	
	
	header .logo {
	width: 70px;
    display: block;
	position: fixed;
	left: 70px;
	top:15px;
	}
	
	
	/* Телефон в топе мобильная версия*/
  header .tel {
	  display:block;
    position: absolute;
    right: 80px;
        top: 25px;
    font-size: 13px;
    line-height: 13px; }
    header .tel div {
		display:none;
      line-height: 13px;
      padding-top: 8px; }
    header .tel a {
      font-size: 12px;
      line-height: 22px;
      color: #383838; }
	
	#main_subscribe {
	display: none;
	height: 200px;
	position: relative;
	display: block;
	top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 0px; }
	
 	 #catalog_detail .fl {
    position: relative;

    width: 100%;
margin-bottom: -230px;	}

  #catalog_detail .mobile_header {
	  
	 
	  float:left;
	  top:0px;
    
    margin-bottom: 0px; }
    #catalog_detail .mobile_header .ttl {
		
      font-size: 28px;
      margin-bottom: 16px; }
    #catalog_detail .mobile_header .art {
		
		
	}
/* iphone_8*/
#catalog_root .section .item {
    width: 100%;
    margin-right: 15px;
    float: left;
    margin-bottom: 35px; }

  #catalog_detail .fl {
	  display:block;
	  margin-top: 10px;
	  margin-bottom: 10px;
	  
    float: left;
    width: 100%; }

  #catalog_detail .fr {
	  margin-top: 20px;
	  left: 3px;
    float: none;
    width: 100%; }

  #catalog_detail .fl .big_pic {
    margin-left: 0px; }

  #catalog_detail .fl .small_pics {
    position: relative;
    top: auto;
    left: auto; }

  #catalog_detail .fl .small_pics a {
    float: left; }

  #catalog_detail .fr h1 {
	  display:block;
	  font-size: 10px;
      line-height: 2px;
      text-transform: uppercase;
      font-weight: normal;
      margin-bottom: 10px;
	  
   }

  #catalog_detail .fr .art {
    display: block; }

  #catalog_detail .fr .sizes .sizetbl {
    display: none; }

  #catalog_detail .fr .sizes {
    width: calc(50% - 10px);
    max-width: 290px;
    float: left;
    border-bottom: 0px;
    padding-bottom: 0px; }

  #catalog_detail .fr .colors {
    width: calc(50% - 10px);
    max-width: 310px;
    float: right;
    border-bottom: 0px;
    padding-bottom: 0px; }

  #catalog_detail .fr .prices {
    clear: both;
    border-bottom: 0px; }

  #catalog_detail .fr .map_btn {
    display: none; }

  #catalog_detail .fr .delivery_btn {
    display: none; }

  #catalog_detail .fr .soc {
    display: none; }

  #catalog_detail .fr .info {
    margin-bottom: 350px; }

  #catalog_detail .fr .colors .color i {
    height: 37px;
    width: 37px; }
	
	
.scroll-block {
	position: relative;
	left: 10px;
	margin-bottom: 45px;
	}
	
	
  #catalog_sections .item .pic {
    width: 92px;
    height: 92px; }
	
	
	
/* PDF блок в контактах*/
	.pdf_block {
  background-color: white;
  position: relative;
  top: -10px;
  padding: 0px;
  padding-left: 0px;
  margin-bottom: 0px; }
  .pdf_block .icon {
    font-size: 5px;
    vertical-align: middle;
    top: 5px;
    position: absolute;
    left: 20px; }
  .pdf_block .btn {
    margin-left: 1px;
    font-size: 15px;
    padding-right: 10px; }
    .pdf_block .btn img {
      vertical-align: middle;
      margin-left: 10px;
      transform: translateY(-2px); }
/* Блок в контактах Для связи с отделами*/ 
	  .addr_line {
		  position:relative;
		  left: 0px;
		  margin-left: 30px;
		  padding-right: 10px;
  border-bottom: 1px solid #d7d7d7;
  padding-top: 5px;
  padding-bottom: 5px;
padding-left: 1px;  }
  .addr_line > div {
    float: left;
    font-size: 12px;
    line-height: normal; }
  .addr_line span {
    color: #838383; }
  .addr_line .col1 {
    width: 38%; }
  .addr_line .col2 {
    width: 35%; }
  .addr_line .col3 {
    width: 20%; }


	}	

 footer .flblock h3{
	font-size: 18px;
    margin-bottom: 5px;
    margin-top: 5px;

  }

/*# sourceMappingURL=main.css.map */

 h1.bx-newsdetail-title {font-size: 25px!important;}
/* End */


/* Start:/local/templates/RBC/css/custom.css?170507104922199*/
.catalog_item .pic .img{
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}


#catalog_detail .fl .big_pic .in{
	  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}


._overlay{
	display: none;	
}

._overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: hsla(0,0%,100%,.6);
    z-index: 900;
}


._loader {
	display: none;
    position: fixed;
    width: 5rem;
    height: 5rem;
    top: 50%;
    left: 50%;
    margin: -2.5rem 0 0 -2.5rem;
    z-index: 1000;
}


._loader:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border: .2rem solid #fd6276;
    border-radius: 50%;
    border-left-color: transparent;
    border-right-color: transparent;
    -webkit-animation: preloader 975ms infinite linear;
    animation: preloader 975ms infinite linear;
}

#top_line, header, #nav{
	position: relative;
	z-index: 910;	
}

@-webkit-keyframes preloader{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes preloader{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}




.thoto{
	height: 144px;
	display: block;
	background-size: cover;
	background-position: center center;
}

#nav{
	border-bottom: 1px solid #f1f1f1;	
}
#nav nav .sub_menu{
	top:59px;
}
#nav nav ul > li:hover > a:after{
	bottom: -18px;
}
#main_slider{
	
}

#catalog_detail .fl .big_pic .in{
	background-size: contain;
}

#new_order .col1 .field.w50{
	float: left;
}

#new_order .col1 .field.w50.fr{
	float: right;
}

#new_order .col .radio_label:last-child{
	margin-bottom: 10px;
}

#new_order .pay_systems .radio_label img{
	left: 60px;
	top:50%;
	transform: translateY(0);
}

#new_order .pay_systems .radio_label{
	padding-left: 107px;
	padding-right: 30px;
}


#new_order .deliveries .radio_label img{
	left: 46px;
	 
    top: 50%;
    transform: translateY(-50%);

}

#new_order .col .radio_label .in{
	    position: absolute;
    top: 50%;
    width: calc(100% - 83px);
    transform: translateY(-50%);
	
}

#DELIVERY_ID6+label img{
	margin-left: -4px;
}

.input.error{
	border: 1px solid #e1223b;
}

.catalog_item .name{
	height: 42px;
}

.catalog_list .catalog_item{
	height: 300px;
}

.catalog_item .pic{
	height: 208px;
	background-color: #fff;
}

.catalog_item .hover{
	padding-top: 310px;
}

#catalog_detail .fl .big_pic .in{
	background-repeat: no-repeat;
}

#catalog_detail .fr .delivery_btn span{
	font-size: 27px;
}


#map{
	height: 560px;
}

#warning_message{
	margin-bottom: 22px;
}
/*
#nav nav ul > li .sub_menu{
	padding-right: 58px;
}


#nav nav ul > li .sub_menu .fl{
	width: auto;
}

.fav_page .basket-row{
	width: 100%;
}*/

#catalog_detail .fr h1{
	text-transform: none;
	line-height: 40px;
	font-size: 35px;
}

#catalog_detail .zoomed{
	position: absolute;
	z-index: 200;
	width: 100%;
	height: 100%;
	left: 0px;
	top:0px;
}

.search_page{
	background-color: #ededed;
	padding-top: 30px;
	padding-bottom: 30px;    
	margin-bottom: 30px;

}

.search_page .input{
	float: left;
	width: calc(100% - 140px);
}
.search_page .btn{
	float: right;
	width: 140px;
}

.search-box--text{
	margin-bottom: 30px;
}

.fav_page .basket-row{
	width: 100%;
}

.fav_page .basket-row .basket-td:nth-child(2){
	width: 375px;
}

.fav_page .basket-row .basket-td:nth-child(3){
	width: 230px;
}

.fav_page .basket-row .basket-td:nth-child(4){
	width: 200px;
}

.fav_page .basket-row .basket-td:nth-child(5){
	margin-right: 0px;
}

.fav_page .basket-row .del_fav{
	    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    right: 0px;
}


.politic h4{
	margin-bottom: 64px;
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	margin-top: -30px;
}

.politic h3{
	text-transform: uppercase;
	margin-bottom: 20px;
}

.politic ul{
	margin-bottom: 25px;
}

.politic p{
	margin-bottom: 25px;
}

.clear_but{
	background-color: transparent;
	color: #2e2e2e;
	font-size: 16px;
	font-weight: normal;
	text-decoration: underline;
	display: inline-block;
	position: relative;
	padding-left: 23px;
	padding-right: 0px;
	height: 30px;
	line-height: 30px;
	margin-left: 9px;
	

}
.clear_but:hover{
	background-color: transparent;
	text-decoration: none;
}

.clear_but:before{
	
	   /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
     content: "\e912";
     position: absolute;
   top:8px;
   left: 0px;  
}


.catalog_sort a.active.asc:after{
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg);
}


#insta .wraper{
	background-color: transparent;
	padding-top: 0px;
    padding-bottom: 0px;
}
#insta .wraper .in{
	background-color: #fff;
	padding-top: 0px;
    padding-bottom: 30px;
    padding-left: 32px;
    padding-right: 32px;
}

#catalog_detail .fl .big_pic .labels{
	z-index: 1000;
}

.nav nav ul > li:hover .sub_menu{
	z-index: 2000;
}

.basket-row .add2fav.is-active{
	color: #fd6276;
}

#new_order .radio_label.disabled{
	cursor: default;
	opacity: 0.5;
}

.SumoSelect > .optWrapper{
	border: 1px solid #ededed;
}

.SumoSelect > .optWrapper > .options li.opt.disabled{
	display: none;
}

.SumoSelect > .CaptionCont > span.placeholder{
	font-style: normal;
	color: #2e2e2e;
}

.sumo_size.error{
	border:1px solid red;
}


footer .l2 .fl{
	line-height: 23px;
}
footer .l1 nav ul li li a{
	line-height: inherit;
}
footer .l1 nav ul li li{
	line-height: 19px;
	margin-bottom: 12px;
}

footer .l1 nav h3{
	margin-bottom: 2px;
	margin-top: -1px;
}

#main_slider.hide_dots .owl-dots{
	display: none !important;
	
}

.new_select .dropdown .but{
	border-top:1px solid #ededed;
	padding-top: 14px;
	padding-right: 23px;
	margin-left: -13px;
	margin-right: -13px;
	text-align: right;
	margin-top: 26px;
}

.new_select .dropdown .but a{
	height: 26px;
	line-height: 26px;
	padding-left: 11px;
	padding-right: 11px;
	font-size: 13px;
}

.nav nav ul li a{
	white-space: nowrap;
}

BODY.fixed_top{
	padding-top: 105px;
}

#top_fixer{
	width: 100%;
	left: 0px;
	z-index: 2000;
	position: fixed;
	top: 0px;
}


.submit_form_margin #main_subscribe{
	margin-top: 120px;	
}

#main_subscribe .fl p{
	font-size: 19px;
}

footer .l1 nav ul li li{
	margin-bottom: 7px;
}

footer .l2 .fr{
	margin-right: 50px;
}

.but2top{
	width: 68px;		
	right: 0px;
	z-index: 1000;
}

.but2top img{
	width: 100%;
}

#page #insta .wraper{
	padding-left: 0px;
	padding-right: 0px;
}

.captcha{
	margin-top: -19px;
	margin-bottom: 25px;
}

.gray_block .input.error {
    border: 1px solid #e1223b;
}




.field {
	position: relative;
}

.location_search_popup{
	display: none;
	position: absolute;
	background-color: #fff;
	border-radius: 4px;
    border: 1px solid #f2f2f2;
    border-top:0px;
    margin-top: -8px;
    z-index: 99;
    width: 440px;
    width: 100%;
    overflow: hidden;
	border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0 6px;
    padding-bottom: 10px;
}
.location_search_popup .no_result{
	padding: 6px;
	padding-top: 14px;
    color: #434041;
}
.location_search_popup .ttl{
	display: block;
    color: #00aa7b;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 6px;
    font-size: 14px;
}
.location_search_popup .in{
	max-height: 200px;
    overflow-y: auto;	
}

.location_search_popup .line{
	white-space: nowrap;
	cursor: pointer;
	padding:6px;
	color: #8b8b8b;
    border-radius: 3px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.location_search_popup .line span{ 
	color: #434041;
}
.location_search_popup .line:hover{
	background-color: #f9f3e8;;
}


#locator:before {
    z-index: 1;
    position: absolute;
    top: 19px;
    right: 16px;
    display: block;
    width: 19px;
    height: 19px;
    background-image: url(/local/templates/RBC/css/../i/search.svg);
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
}


footer .l3 .emails{
	margin-left: 24px;
}

#delivery_block .tabs .tab{
	background-color: #ded6c9;
	border-right: 3px solid #f7eedf;
}

#delivery_block .tabs .tab:last-child{
	border-right: 0px;
}

#delivery_block{
	border-top:3px solid #f7eedf;
}

#ipol_pvz_address_block{
	display: none;
}


.order-unit-subunit{
	background-color: #fff;
	padding-right: 20px;
}
.order-unit-subunit.pickup{
	    display: none;
    
  padding-left: 20px;
    padding-bottom: 14px;
      padding-top: 10px;
    position: relative;
  
}

 .order-unit-subunit.pickup .picked {
        display: none; }
      .order-unit-subunit.pickup.chosen .picked {
        display: block; }
      .order-unit-subunit.pickup.chosen .not-picked {
        display: none; }
      .order-unit-subunit.pickup .text {
        color: #8b8b8b;
        margin-bottom: 15px; }
      .order-unit-subunit.pickup a {
        border-bottom: 1px dotted #8b8b8b;
        color: #8b8b8b; }
        .order-unit-subunit.pickup a:hover {
          color: #434343;
          border-color: #434343; }
      .order-unit-subunit.pickup .button {
        cursor: pointer;
        margin-top: 13px;
        height: 36px;
        width: 143px;
        line-height: 36px;
        font-size: 16px; }
      .order-unit-subunit.pickup:before {
        top: -1px;
        content: "";
        right: 100%;
        width: 80px;
        height: 1px;
        background-color: #ececec;
        position: absolute; }
      .order-unit-subunit.pickup:after {
        top: -1px;
        content: "";
        left: 100%;
        width: 80px;
        height: 1px;
        background-color: #ececec;
        position: absolute; }
        
        
        

.order-unit-subunit.courier {
      display: none;
         padding-left: 20px;
    padding-bottom: 14px;
      padding-top: 10px;
      position: relative;
      
      }
      .order-unit-subunit .order-unit-subunit-title {
        margin-bottom: 6px;
        font-size: 18px;
         }
      .order-unit-subunit.courier .order-unit-subunit-wrap {
        width: 310px; }
      .order-unit-subunit.courier .subtitle {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px; }
      .order-unit-subunit.courier .picked {
        display: none; }
      .order-unit-subunit.courier.chosen .picked {
        display: block; }
      .order-unit-subunit.courier.chosen .not-picked {
        display: none; }
      .order-unit-subunit.courier .text {
        color: #8b8b8b;
        margin-bottom: 15px; }
      .order-unit-subunit.courier a {
        border-bottom: 1px dotted #8b8b8b;
        color: #8b8b8b; }
        .order-unit-subunit.courier a:hover {
          color: #434343;
          border-color: #434343; }
      .order-unit-subunit.courier .button {
        cursor: pointer;
        margin-top: 13px;
        height: 36px;
        width: 143px;
        line-height: 36px;
        font-size: 16px; }
      .order-unit-subunit.courier:before {
        top: -1px;
        content: "";
        right: 100%;
        width: 80px;
        height: 1px;
        background-color: #ececec;
        position: absolute; }
      .order-unit-subunit.courier:after {
        top: -1px;
        content: "";
        left: 100%;
        width: 80px;
        height: 1px;
        background-color: #ececec;
        position: absolute; }        
        
        
        
        
        .btn-edit{
	            font-size: 18px;
				line-height: 25px;

        }
        
        h3  .btn-edit{
	        margin-left: 20px;
        }
        
        #rezume .fieldset .field .textarea{
			width: calc(100% - 310px);
			    border: 1px solid #cccccc;
			float: right;
			resize: none;
			height: 90px;
        }
        
		.warning{
			margin-bottom: 20px;
		}
		
		 #rezume .fieldset .textarea.skills{
			width: 100% !important;
		}
		.tillnow{
			display: block;
		}
		
		.buttons.center{
			padding-left: 0px;
			padding-right: 0px;
			padding-top: 30px;
		}
		
		
		
		
		
		.vacansy-form label {
  font-family: "PT-Sans", Helvetica, Arial, Tahoma, sans-serif;
}
/* line 6, ../sass/page/_vacansy-form.scss */
.vacansy-form .fieldset {
  width: 750px;
}
/* line 9, ../sass/page/_vacansy-form.scss */
.vacansy-form .fieldset.no-margin {
  margin-top: 0;
}
/* line 14, ../sass/page/_vacansy-form.scss */
.vacansy-form .fieldset .field:first-of-type {
  margin-top: 0;
}
/* line 20, ../sass/page/_vacansy-form.scss */
.vacansy-form h3.section {
  margin-top: 20px;
  color: #202020;
}
/* line 25, ../sass/page/_vacansy-form.scss */
.vacansy-form .summary-photo-list {
  width: 120px;
  height: 120px;
  float: left;
  text-align: center;
}
/* line 31, ../sass/page/_vacansy-form.scss */
.vacansy-form .summary-photo-list img {
  max-height: 90px;
  max-width: 100px;
}

/* line 43, ../sass/page/_vacansy-form.scss */
.vacansy-form .summary-photo-list .btn-add {
  margin-top: 5px;
  display: inline-block;
  margin-left: 10px;
}
/* line 49, ../sass/page/_vacansy-form.scss */
.vacansy-form .summary-photo-list.data-block {
  padding: 0;
}
/* line 54, ../sass/page/_vacansy-form.scss */
.vacansy-form .summary-personal-data {
  margin-left: 140px;
}
/* line 60, ../sass/page/_vacansy-form.scss */
.vacansy-form .data-block h2.section, .vacansy-form .data-block h3.section {
  color: #202020;
  margin-top: 0;
  font-size: 20px;
  font-weight: bold;
}
/* line 64, ../sass/page/_vacansy-form.scss */
.vacansy-form .data-block h2.section .btn-edit, .vacansy-form .data-block h3.section .btn-edit {
  font-family: "PT-Sans", Helvetica, Arial, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: normal;
  margin-left: 20px;
}
/* line 73, ../sass/page/_vacansy-form.scss */
.vacansy-form .summary-personal-data.empty + .summary-contacts {
  margin-left: 140px;
}
/* line 78, ../sass/page/_vacansy-form.scss */
.vacansy-form .summary-work .salary {
  float: right;
}
/* line 83, ../sass/page/_vacansy-form.scss */
.vacansy-form .data-block {
  padding: 10px 30px;
  margin-bottom: 20px;
}
/* line 87, ../sass/page/_vacansy-form.scss */
.vacansy-form .data-block.empty {

  border: 1px dashed #cccccc;
}
/* line 91, ../sass/page/_vacansy-form.scss */
.vacansy-form .data-block.empty:hover {
  background-color: #f9f9f9;
}
/* line 96, ../sass/page/_vacansy-form.scss */
.vacansy-form .data-block .block-label {
  color: #aaaaaa;
  font-size: 20px;
  font-weight: bold;
}

/* line 110, ../sass/page/_vacansy-form.scss */
.vacansy-form .btn-add {
  color: #bbbbbb;
  text-decoration: none;
  margin-left: 20px;
}
/* line 115, ../sass/page/_vacansy-form.scss */
.vacansy-form .btn-add:hover {
  color: #e60000;
}
/* line 119, ../sass/page/_vacansy-form.scss */
.vacansy-form .btn-edit {
  color: #09f;
  text-decoration: none;
}
/* line 123, ../sass/page/_vacansy-form.scss */
.vacansy-form .btn-edit:hover {
  color: #e60000;
}
/* line 127, ../sass/page/_vacansy-form.scss */
.vacansy-form .btn-return {
  margin-left: 50px;
  padding-left: 0;
  padding-right: 0;
  font-family: "PT-Sans", Helvetica, Arial, Tahoma, sans-serif;
}
/* line 134, ../sass/page/_vacansy-form.scss */
.vacansy-form .tab-photo .btn {
  margin-top: 5px;
}
/* line 140, ../sass/page/_vacansy-form.scss */
.vacansy-form .field-birthday select {
  width: auto;
  display: inline-block;
}
/* line 146, ../sass/page/_vacansy-form.scss */
.vacansy-form .clear-form {
  text-align: right;
}
/* line 149, ../sass/page/_vacansy-form.scss */
.vacansy-form .clear-form .btn-clear-form {
  font-weight: normal;
  color: #bbbbbb;
  font-size: 12px;
  font-family: "PT-Sans", Helvetica, Arial, Tahoma, sans-serif;
}

/* line 161, ../sass/page/_vacansy-form.scss */
.vacansy-form .input.year {
  width: 50px !important;
}
/* line 165, ../sass/page/_vacansy-form.scss */
.vacansy-form .note {
  font-size: 12px;
  font-weight: normal;
  margin-top: 0;
}
/* line 171, ../sass/page/_vacansy-form.scss */
.vacansy-form .btn-add-field {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-family: "PT-Sans", Helvetica, Arial, Tahoma, sans-serif;
  padding: 0;
  font-size: 14px;
  color: #cccccc;
  border-bottom: 1px dotted #cccccc;
}
/* line 179, ../sass/page/_vacansy-form.scss */
.vacansy-form .btn-add-field:hover {
  text-decoration: none;
  border-bottom-color: #202020;
}
/* line 186, ../sass/page/_vacansy-form.scss */
.vacansy-form .add-row .btn-add-field {
  color: #09f;
  border-color: #09f;
}
/* line 190, ../sass/page/_vacansy-form.scss */
.vacansy-form .add-row .btn-add-field:hover {
  border-bottom-color: transparent;
}
/* line 196, ../sass/page/_vacansy-form.scss */
.vacansy-form .list-row {
  margin-top: 25px;
  margin-bottom: 25px;
  position: relative;
}
/* line 201, ../sass/page/_vacansy-form.scss */
.vacansy-form .list-row .year-field {
  float: left;
}
/* line 204, ../sass/page/_vacansy-form.scss */
.vacansy-form .list-row .year-field .year {
  width: auto;
  margin-top: 0;
}
/* line 210, ../sass/page/_vacansy-form.scss */
.vacansy-form .list-row .year-note {
  margin-left: 90px;
}
/* line 214, ../sass/page/_vacansy-form.scss */
.vacansy-form .list-row .remove-row {
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
}

/* line 230, ../sass/page/_vacansy-form.scss */
.vacansy-form .list-row .remove-row .remove-row-btn {
  background: #fff;
  position: relative;
  top: 11px;
  line-height: 16px;
}
/* line 236, ../sass/page/_vacansy-form.scss */
.vacansy-form .list-row .remove-row .remove-row-btn .remove-row-btn-icon {
  display: inline-block;
}
/* line 239, ../sass/page/_vacansy-form.scss */
.vacansy-form .list-row .remove-row .remove-row-btn .remove-row-btn-icon .icon-link {
  display: inline-block;
  box-sizing: border-box;
  border-radius: 0;
  text-decoration: none;
  user-select: none;
  white-space: nowrap;
  -webkit-appearance: none;
  cursor: pointer;
  border: 0;
  padding: 9px;
  margin: -9px;
  background: transparent;
  line-height: normal;
}
/* line 254, ../sass/page/_vacansy-form.scss */
.vacansy-form .list-row .remove-row .remove-row-btn .remove-row-btn-icon .icon-link .icon-cross {
  background-position: 0 0;
  opacity: .5;
  background-image: url('/local/templates/RBC/css/../images/icons/cancel-icon__min_.svg?1502331748');
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  border: 0;
  outline: none;
  text-decoration: none;
}
/* line 268, ../sass/page/_vacansy-form.scss */
.vacansy-form .list-row .remove-row .remove-row-btn .remove-row-btn-icon .icon-link:hover .icon-cross {
  background-position: -72px 0;
  opacity: 1;
}
/* line 278, ../sass/page/_vacansy-form.scss */
.vacansy-form .list-row .language {
  display: inline-block !important;
  width: 250px !important;
  margin-right: 50px;
}
/* line 284, ../sass/page/_vacansy-form.scss */
.vacansy-form .list-row .language-value {
  display: inline-block !important;
}
/* line 290, ../sass/page/_vacansy-form.scss */
.vacansy-form .salary-field .salary {
  display: inline-block !important;
  width: 100px !important;
}
/* line 295, ../sass/page/_vacansy-form.scss */
.vacansy-form .salary-field .salary-select {
  display: inline-block !important;
  width: auto !important;
}
/* line 302, ../sass/page/_vacansy-form.scss */
.vacansy-form .experience-row-start-field .month, .vacansy-form .experience-row-end-field .month {
  display: inline-block !important;
  width: auto !important;
  margin-top: 0;
}
/* line 308, ../sass/page/_vacansy-form.scss */
.vacansy-form .experience-row-start-field .year, .vacansy-form .experience-row-end-field .year {
  display: inline-block !important;
  width: auto !important;
  margin-top: 0;
}
/* line 313, ../sass/page/_vacansy-form.scss */
.vacansy-form .experience-row-start-field .tillnow, .vacansy-form .experience-row-end-field .tillnow {
  display: inline-block !important;
  padding-top: 6px;
}
/* line 319, ../sass/page/_vacansy-form.scss */
.vacansy-form .textarea {
  height: 100px;
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 324, ../sass/page/_vacansy-form.scss */
.vacansy-form .textarea.skills {
  width: 100% !important;
}
/* line 329, ../sass/page/_vacansy-form.scss */
.vacansy-form .warning {
  border-left: 2px solid #e60000;
  padding-left: 10px;
  font-size: 12px;
  margin-top: 20px;
}


#rezume .summary-photo-list{
	height: 117px;
}


.vacansy-form .summary-work .salary span{
	font-size: 22px;
}

#rezume .data-block.empty{
	    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
 .online-payment .btn {
    margin-left: 0px;
    font-size: 20px;
    padding-left: 20px;
    font-size: 15px;
    padding-right: 20px;
    
   }
    .online-payment .btn img {
      vertical-align: middle;
      margin-left: 5px;
      transform: translateY(-2px); }
      
      
.summary-work, .summary-experience, .summary-personal-data,.summary-contacts, .summary-education, .summary-letter-list{
	background-color: #fff;
	border: 1px solid #e1e1e1;
	padding: 26px 35px 25px 35px;	
}      



.summary-education.data-block.empty, .summary-letter-list.data-block.empty{
	background-color: #fff;
}

#delivery_block .tabs .tab{
	width: 34%;
}

.personal_menu li a span.icon-close_cross{
	    font-size: 16px;
    top: 7px;
}

.personal_menu li a span.icon-login{
	 font-size: 20px;
}

#form_forgot{
	max-width: 400px;
}

#form_forgot .input{
	margin-bottom: 17px;
}

#new_order .error_text{
  color: red;
  margin: 10px;
}

@media screen and (max-width:992px) {
	#ds_pvz_popup {min-width:98%;box-sizing:border-box;}

}
@media screen and (max-width:767px) {
	#ds_pvz_popup .popup-window-content {display:flex;flex-direction:column;}
	#ds_vidget_sidebar {width:100%;box-sizing:border-box;height:auto;margin-bottom:10px;}
	#ds_pvz_popup {height:auto;}
	#confirmChooze {box-sizing:border-box;}
	#ds_vidget_map {width:100%;margin:0;}
}

@media screen and (max-width:480px) {
	.partnerblock {display:flex;flex-direction:column;align-items:center;height:auto;}
	.partner_img {width:100%;text-align:center;margin-right:0;}
	.partner_delivery_info {width:auto;}
}
/* End */


/* Start:/local/templates/RBC/template_styles.css?1705071050189552*/
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 100%;
}

body{
	font: normal normal 14px "roboto_ltregular" , arial , sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	background-color: #ffffff;
	line-height: 21px;
	margin: 0;
}

img{
	border: 0;
}

input{
	font: normal normal 13px "roboto_ltregular" , arial , sans-serif;
 	outline: none;
}

input[placeholder]{
	text-overflow: ellipsis;
}

input::-moz-placeholder{
	text-overflow: ellipsis;
} 

input:-moz-placeholder{
	text-overflow: ellipsis;
} 

input:-ms-input-placeholder{
	text-overflow: ellipsis;
}    

a:not([href]){
	cursor: default;
}

:focus::-webkit-input-placeholder{
	color: transparent;
}

:focus::-moz-placeholder{
	color: transparent;
}

:focus:-moz-placeholder{
	color: transparent;
}

:focus:-ms-input-placeholder{
	color: transparent;
}

input:focus {
	outline: none;
}

a{
	outline: none;
}
/*
h1{
	font-family: "roboto_ltregular";
	line-height: 36px;
	font-weight: 400;
	text-align: left;
	margin: 0 0 24px;
	font-size: 24px;
	color: #000000;
	display: block;
}

h2{
	font-family: "roboto_ltregular";
	font-weight: 400;
	font-size: 18px;
}

h3{
	font-family: "roboto_ltregular";
	font-weight: 400;
	font-size: 16px;
}

b,
strong{
	font-family: 'robotobold';
	font-weight: 400;
}
*/
*{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.clearfix:before,
.clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }




#topHeader{
	position: relative;
	min-width: 320px;
	height: 30px;
	z-index: 35;
}



.loading #topHeader{
	overflow: hidden;
}

.loading #topMenu{
	opacity: 0;
}

.bold{
	font-family: 'robotobold';
}

/* auth register city block */



#topAuth {
		position: relative;
		left: 1200px;
}

#geoPosition {
	position: relative;
	top: 20px;
		left: 1450px;
}
#topService{
	
	float: right;
	padding: 0;
	margin: 0;
}

#topService div[id^=bx_incl_area_]{
	float: left;
}

#topService li{
	line-height: 30px;
	list-style: none;
	padding: 0 12px;
	float: left;
	margin: 0;
}

#topService .null{
	display: inline-block;
	line-height: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
}

#topService li:not(.null) a{
	font: normal normal 13px "roboto_ltregular" , arial , sans-serif;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	vertical-align: middle;
	text-decoration: none;
	display: inline-block;
}

#topService li:not(.null) a:active{
	position: relative;
	top: 1px;
}

#topService li:not(.null) a:focus{
	transition: all 0.7s;
}

/* Sub Header */

#subHeader{
	min-width: 320px;
	height: 102px;
	z-index: 3;
}

.loading #subHeader{
	overflow: hidden;
}

#logo{
	position: relative;
	line-height: 90px;
	text-align: center;
    max-height: 90px;
	overflow: hidden;
	width: 200px;
	right: 650px;
	float: left;
}

#logo a{
	display: block;
}

#logo a:active{
	position: relative;
	top: 1px;
}

#logo img{
	vertical-align: middle;
	max-height: 80px;
	max-width: 50%;
}

#topHeading{
	position: relative;
	padding: 0 18px;
	width: 162px;
	right: 650px;
	float: left;
}

#topHeading .vertical{
	line-height: 102px;
}

#topHeading p{
	
	font: normal normal 16px "roboto_ltregular" , arial , sans-serif;
	vertical-align: middle;
	display: inline-block;
	line-height: 21px;
	text-align: center;
	margin: 0px;
}

#topSearch2 {
	position: relative;
	left: 280px;
}

.toolsContainer {
	position: relative;
	right: 75px;
}


#headerLineMenu {
	display:none;

}

.subPhones {
	position: relative;
	right: 190px;
}

#headerTools{
	float: right;
	height: 96px;
}

#headerTools .tools{
	list-style:none;
	padding: 0;
	margin: 0;
}

#headerTools .tools .icon{
	float: left;
}

#headerTools .tools .heading{
	text-decoration: none;
	font-size: 18px;
	display: block;
}

#headerTools .tools .link{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	font-size: 13px;
}

#headerTools .tools .link:active{
	position: relative;
	top: 1px;
}

#headerTools .tools li{
	line-height: 102px;
	list-style: none;
	padding: 0 18px;
	float: left;
	margin: 0;
}

#headerTools .tools div[id*="bx_"]{
	float: left;
}

#headerTools .wrap{
	vertical-align: middle;
	display: inline-block;

	line-height: 21px;
}

#headerTools .icon{
	margin: 0 4px;
	height: 40px;
}

#headerTools .nf{
	float: left;
	margin-left: 12px;
}

#headerTools .text{
	font-size: 13px;
}

#headerTools .icon:active{
	position: relative;
	top: 1px;
}
#headerTools .telephone .icon{
	width: 35px;
}

#headerTools .search .wrap{
	padding: 0 8px;
}

#headerTools .search .icon{
	width: 35px;
	margin: 0;
}

#headerTools .wishlist .icon{
	width: 36px;
}

#headerTools .compare .icon{
	width: 35px;
}

#headerTools .cart .icon{
	width: 44px;
}

#headerTools .cart ins{
	display: inline-block;
	text-decoration: none;
	border-radius: 3px;
	text-align: center;
	margin-left: 4px;
	padding: 0px 6px;
	font-size: 13px;
}

#mainMenuContainer{
	height: 60px;
}

#topMenu .bar > a{
	background: url(/local/templates/RBC/images/menuMore.png) 0 50% no-repeat transparent;
}

#topHeader.color_default #topMenu .bar > a{
	background-image: url(/local/templates/RBC/images/menuMore2.png)
}

#changeYouCity{
	position: relative;
	min-width: 320px;
	padding: 18px 0;
	display: none;
}

#changeYouCity .limiter{
	position: relative;
}

#changeYouCity .heading{
	font-size: 21px;
	display: block;
}

#changeYouCity .list{
	text-align: center;
	overflow: hidden;
}

#changeYouCity .list li{
	margin-top: 12px;
	text-align: left;
	float: left;
	width: 25%;
}

#changeYouCity .list li a{
	text-decoration: none;
	font-size: 14px;
}

#changeYouCity .list li a:hover{
	text-decoration: underline;
}

#changeYouCity #cityClose{
	text-decoration: none;
	position: absolute;
	padding: 4px 12px;
	font-size: 14px;
	display: block;
	right: 24px;
	top: 0;
}

#changeYouCity #cityClose ins{
	display: inline-block;
	margin-right: 6px;
	height: 10px;
	width: 10px;
}

#main{
	/*margin-top: 24px;*/
	min-width: 320px;
}

#main .compliter{
	border-collapse: collapse;
	table-layout: fixed;
	display: table;
	width: 100%;
}

#left{
	display: table-cell;
	vertical-align: top;
	width: 355px;
}

#left .heading{
	/*font-family: "roboto_ltregular";*/
	text-decoration: none;
	padding-left: 24px;
	line-height: 65px;
    font-weight: 400;
    font-size: 18px;
	display: block;
	height: 65px;
}

#left .heading .arrow{
	background-position: -27px 50%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#left .heading.opened .arrow{
	-moz-transform:    rotate(90deg);
	-o-transform:      rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform:         rotate(90deg);
}

#left .menuRolled + .collapsed{
	display: none;
}

#left .heading ins{
	vertical-align: middle;
	display: inline-block;
	margin-right: 24px;
	line-height: 65px;
	height: 65px;
	float: right;
	width: 27px;
}

#left .sideBlock .heading{
	line-height: 60px;
	font-size: 16px;
	height: 60px;
}

#left #subscribe .copy{
	text-align: center;
	margin: 12px auto;
	line-height: 24px;
	font-size: 12px;
	display: block;
	width: 90%;
}

#left .banner{
	text-align: center;
	margin-top: 24px;
}

#left .banner img{
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
}

#right{
	display: table-cell;
	vertical-align: top;
	padding-left: 24px;
}

#brandSearch{
	border-collapse: collapse;
	table-layout: fixed;
	border-spacing: 0px;
	width: 100%;
	display: none;
}

#brandSearch td{
	line-height: 50px;
	height: 50px;
}

#brandSearch .label{
	width: 140px;
}

#brandSearch .label span{
	display: block;
	text-align: center;
}

#brandSearch .all{
	width: 60px;
}

#brandSearch .all a{
	text-align: center;
	display: block;
}

#brandSearch a{
	text-decoration: none;
	text-align: center;
	display: block;
}

#slider{
	position: relative;
	overflow: hidden;
}

#slider ul{
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
}

#slider ul li{
	position: relative;
	float: left;
}

#slider ul li span{
	background-position: center center;
	background-size: cover;
	-moz-background-size: cover;
	display: block;
    height: 900px;
}

#slider ul li img{
	width: auto;
	display: inline-block;
	margin-left: -120px;
}

#slider ol{
	position: absolute;
	left: 50%;
	bottom: 12px;
}

#slider ol li{
	margin-right: 4px;
	cursor: pointer;
	height: 18px;
	width: 18px;
	float: left;
}

#popCats{
	margin-top: 24px;
}

#popCats .sideBlockContent {
	padding: 12px;
	border-top: 0;
}

#popCats ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#popCats li {
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 8px;
}

#popCats li span,
#popCats li a {
	-webkit-transition: 0.2s all ease-in-out;
	-o-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
	text-decoration: none;
	padding: 4px 12px;
	line-height: 21px;
	display: block;
}


#collectionList {
	margin-top: 24px;
	position: relative;
	overflow: hidden;
}

#collectionCarousel {
	position: relative;
	overflow: hidden;
	margin: 0 -12px;
}

#collectionCarousel > ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#collectionCarousel > ul li {
	width: 33.3131313%;
	float: left;
}

#collectionList .collection {
	position: relative;
	padding: 0 12px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#collectionList .collection .wrap {
	border-bottom: none;
	overflow: hidden;
	padding: 12px;
}

#collectionList .collection .heading {
	text-decoration: none;
	margin-bottom: 12px;
	line-height: 24px;
	font-weight: 700;
	font-size: 18px;
	height: auto;
	padding: 0;
}

#collectionList .collectionDesc {
	line-height: 18px;
	font-size: 12px;
}

#collectionList .goTo {
	vertical-align: middle;
	text-decoration: none;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	display: block;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

#collectionList .pic {
	display: block;
	margin-bottom: 18px;
	text-align: center;
	line-height: 420px;
	height: 420px;
}

#collectionList .pic img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

#promoBlock,
#promoBlock > div[id*="bx_"]{
	width: 100%;
	display: table;
	overflow:hidden;
	table-layout: fixed;
	border-collapse: collapse;
}

/*#sliderBlock, #bannersBlock {
	display: table-cell;
	vertical-align: top;
}

#bannersBlock {
	padding-left: 12px;
	position: relative;
	overflow: hidden;
	width: 356px;
}

#bannersBlock ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#bannersBlock ul li {
	float: left;
}

#bannersBlock ul a {
	display: block;
	line-height: 0;
}

#bannersBlock ul li:first-child {
	margin-bottom: 12px;
	float: none;
}

#bannersBlock ul li:first-child + li {
	padding-right: 12px;
}
*/
#right .heading{
	margin-bottom: 24px;
	padding-left: 24px;
	line-height: 60px;
	font-size: 18px;
	display: block;
	height: 60px;
}

#footer{
	margin-bottom: 55px;
	padding-top: 36px;
	overflow: hidden;
}

#footer.variant_3 #leftFooter,
#footer.variant_3 #rightFooter,
#footer.variant_3 #footerBottom,
#footer.variant_3 .fc{
	background-color: #47494d;
	
}

#footer.variant_4 #leftFooter,
#footer.variant_4 #rightFooter,
#footer.variant_4 #footerBottom,
#footer.variant_4 .fc{
	background-color: #f3f3f3;
	display:none;
}

#footer.variant_5 #leftFooter,
#footer.variant_5 #rightFooter,
#footer.variant_5 #footerBottom,
#footer.variant_5 .fc{
	background-color: #ffffff;
	display:none;
}

#footer.variant_6 #leftFooter,
#footer.variant_6 #rightFooter,
#footer.variant_6 #footerBottom,
#footer.variant_6 .fc{
	background-color: #142236;
	
}

#footer.variant_7 #leftFooter,
#footer.variant_7 #rightFooter,
#footer.variant_7 #footerBottom,
#footer.variant_7 .fc{
	background-color: #24433c;
	display:none;
}

#footer.variant_8 #leftFooter,
#footer.variant_8 #rightFooter,
#footer.variant_8 #footerBottom,
#footer.variant_8 .fc{
	background-color: #4e0838;
	display:none;
}

#footer.variant_5 #footerBottom{
	border-top: 1px solid #f1f1f1;
}

#footer.variant_6 #footerBottom{
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#footer.variant_7 #footerBottom,
#footer.variant_8 #footerBottom{
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#footer.variant_4 #footerBottom{
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#footer.variant_3 #footerBottom{
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#footer.variant_2 #footerBottom{
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#footer.variant_4 #leftFooter a,
#footer.variant_5 #leftFooter a{
	color: #000000;
}

#footer.variant_4 #leftFooter a:active{
	position: relative;
	top: 1px;
}

#footer.variant_2 #leftFooter a{
	color: #ffffff;
}

#footer.variant_2 #leftFooter a:hover,
#footer.variant_2 #leftFooter .selected{
	opacity: 0.8;
}

#footer.variant_2 #rightFooter .telephone,
#footer.variant_2 #rightFooter .showMap{
	color: #ffffff;
}

#footer.variant_2 #rightFooter .showMap:hover{
	opacity: 0.8;
}

#footer.variant_3 #leftFooter .heading{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#footer.variant_3 #leftFooter ul li{
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#footer.variant_2 #leftFooter .heading,
#footer.variant_4 #leftFooter .heading,
#footer.variant_5 #leftFooter .heading,
#footer.variant_7 #leftFooter .heading,
#footer.variant_8 #leftFooter .heading{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#footer.variant_2 #leftFooter ul li,
#footer.variant_4 #leftFooter ul li,
#footer.variant_5 #leftFooter ul li,
#footer.variant_7 #leftFooter ul li,
#footer.variant_8 #leftFooter ul li{
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#footer.variant_2 #leftFooter ul li:first-child,
#footer.variant_3 #leftFooter ul li:first-child,
#footer.variant_4 #leftFooter ul li:first-child,
#footer.variant_5 #leftFooter ul li:first-child,
#footer.variant_7 #leftFooter ul li:first-child,
#footer.variant_8 #leftFooter ul li:first-child{
	border-top: 0px;
}

#footer.variant_4 #rightFooter,
#footer.variant_4 #rightFooter p,
#footer.variant_4 #rightFooter .list li,
#footer.variant_4 #rightFooter .email{
	color: #000000;
}

#footer.variant_5 #rightFooter,
#footer.variant_5 #rightFooter p,
#footer.variant_5 #rightFooter .list li,
#footer.variant_5 #rightFooter .email{
	color: #000000;
}

#footer.variant_2 #rightFooter,
#footer.variant_2 #rightFooter p,
#footer.variant_2 #rightFooter .list li,
#footer.variant_2 #rightFooter .email{
	color: #ffffff;
}

#footer.variant_2 #rightFooter .email a,
#footer.variant_4 #rightFooter .email a,
#footer.variant_5 #rightFooter .email a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#footer.variant_2 #rightFooter .hr,
#footer.variant_4 #rightFooter .hr,
#footer.variant_5 #rightFooter .hr,
#footer.variant_7 #rightFooter .hr,
#footer.variant_8 #rightFooter .hr{
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#footer.variant_2 #footerBottom .sn .vk{
	background: url(/local/templates/RBC/images/snC.png) 0 0 no-repeat transparent;
}

#footer.variant_4 #footerBottom .sn .vk,
#footer.variant_5 #footerBottom .sn .vk{
	background: url(/local/templates/RBC/images/snW.png) 0 0 no-repeat transparent;
}

#footer.variant_2 #footerBottom .sn .fb{
	background: url(/local/templates/RBC/images/snC.png) -60px 0 no-repeat transparent;
}

#footer.variant_4 #footerBottom .sn .fb,
#footer.variant_5 #footerBottom .sn .fb{
	background: url(/local/templates/RBC/images/snW.png) -60px 0 no-repeat transparent;
}

#footer.variant_2 #footerBottom .sn .od{
	background: url(/local/templates/RBC/images/snC.png) -120px 0 no-repeat transparent;
}

#footer.variant_4 #footerBottom .sn .od,
#footer.variant_5 #footerBottom .sn .od{
	background: url(/local/templates/RBC/images/snW.png) -120px 0 no-repeat transparent;
}

#footer.variant_2 #footerBottom .sn .tw{
	background: url(/local/templates/RBC/images/snC.png) -180px 0 no-repeat transparent;
}

#footer.variant_4 #footerBottom .sn .tw,
#footer.variant_5 #footerBottom .sn .tw{
	background: url(/local/templates/RBC/images/snW.png) -180px 0 no-repeat transparent;
}

#footer.variant_2 #footerBottom .sn .go{
	background: url(/local/templates/RBC/images/snC.png) -240px 0 no-repeat transparent;
}

#footer.variant_4 #footerBottom .sn .go,
#footer.variant_5 #footerBottom .sn .go{
	background: url(/local/templates/RBC/images/snW.png) -240px 0 no-repeat transparent;
}

#footer.variant_2 #footerBottom .sn .yo{
	background: url(/local/templates/RBC/images/snC.png) -300px 0 no-repeat transparent;
}

#footer.variant_4 #footerBottom .sn .yo,
#footer.variant_5 #footerBottom .sn .yo{
	background: url(/local/templates/RBC/images/snW.png) -300px 0 no-repeat transparent;
}

#footer.variant_2 #footerBottom .sn .vk:hover,
#footer.variant_4 #footerBottom .sn .vk:hover,
#footer.variant_5 #footerBottom .sn .vk:hover{
	background-position: 0 -60px;
}

#footer.variant_2 #footerBottom .sn .fb:hover,
#footer.variant_4 #footerBottom .sn .fb:hover,
#footer.variant_5 #footerBottom .sn .fb:hover{
	background-position: -60px -60px;
}

#footer.variant_2 #footerBottom .sn .od:hover,
#footer.variant_4 #footerBottom .sn .od:hover,
#footer.variant_5 #footerBottom .sn .od:hover{
	background-position: -120px -60px;
}

#footer.variant_2 #footerBottom .sn .tw:hover,
#footer.variant_4 #footerBottom .sn .tw:hover,
#footer.variant_5 #footerBottom .sn .tw:hover{
	background-position: -180px -60px;
}

#footer.variant_2 #footerBottom .sn .go:hover.
#footer.variant_4 #footerBottom .sn .go:hover.
#footer.variant_5 #footerBottom .sn .go:hover{
	background-position: -240px -60px;
}

#footer.variant_2 #footerBottom .sn .yo:hover,
#footer.variant_4 #footerBottom .sn .yo:hover,
#footer.variant_5 #footerBottom .sn .yo:hover{
	background-position: -300px -60px;
}

#footer.variant_2 .sn li:first-child,
#footer.variant_3 .sn li:first-child,
#footer.variant_4 .sn li:first-child,
#footer.variant_5 .sn li:first-child,
#footer.variant_7 .sn li:first-child{
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}

#footer.variant_2 .sn li,
#footer.variant_3 .sn li,
#footer.variant_4 .sn li,
#footer.variant_5 .sn li,
#footer.variant_7 .sn li{
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}


#catalogColumn #catalogLineList .description{
	display: none;
	
}

#catalogColumn #catalogLineList .prop{
	width: 100%;
}

#catalogColumn #catalogTableList .column:nth-child(3),
#catalogColumn #catalogTableList .column:nth-child(4){
	display: none;
}

#catalogLine{
	margin-bottom: 24px;
	border-radius: 4px;
	line-height: 55px;
	padding: 0 12px;
	height: 55px;
}

#catalogLine .column{
	display: inline-block;
	margin-left: 12px;
}

#catalogLine .oFilter{
	display: none;
	margin-right: 48px;
}

#catalogLine .oSmartFilter .ico {
	background: url(/bitrix/templates/dresscodeV2/images/filterIco.png) 0 0 no-repeat transparent;
	vertical-align: middle;
	display: inline-block;
	padding-right: 12px;
	margin-top: -2px;
	height: 11px;
	width: 15px;
}

#catalogLine .column:first-child{
	margin-left: 0;
}

#catalogLine .column:last-child{
	float: right;
}

#catalogLine .label{
	display: inline-block;
	margin-right: 12px;
}

#catalogLine select{
	border-radius: 4px;
	padding: 0 12px;
	height: 30px;
}

#catalogLine .viewList{
	vertical-align: middle;
	display: inline-block;
	overflow: hidden;
}

#catalogLine .viewList .element{
	margin-left: 12px;
	float: left;
}

#catalogLine .viewList .element:first-child{
	margin-left: 0px;
}

#catalogLine .viewList .element a{
	vertical-align: middle;	
	display: inline-block;
	height: 55px;
	width: 30px;
}

#catalogLine .viewList .element .squares{
	background-position: 0 0;
}

#catalogLine .viewList .element .squares:hover{
	background-position: -30px 0;	
}

#catalogLine .viewList .element .squares.selected{
	background-position: -60px 0;	
}

#catalogLine .viewList .element .line{
	background-position: 0 -55px;
}

#catalogLine .viewList .element .line:hover{
	background-position: -30px -55px;	
}

#catalogLine .viewList .element .line.selected{
	background-position: -60px -55px;	
}

#catalogLine .viewList .element .table{
	background-position: 0 -110px;
}

#catalogLine .viewList .element .table:hover{
	background-position: -30px -110px;
}

#catalogLine .viewList .element .table.selected{
	background-position: -60px -110px;	
}


#catalogLine .viewList .element .squares:active,
#catalogLine .viewList .element .table:active,
#catalogLine .viewList .element .line:active{
	position: relative;
	top: 1px;
}

.catalogLineSpecialTime{
	margin-bottom: 12px;
	color: #666d83;
	font-size: 0;
	line-height: 0;
}

.catalogLineSpecialTime .specialTimeItem{
	display: inline-block;
	box-sizing: border-box;
	border-radius: 2px;
	text-align: center;
	overflow: hidden;
	margin-left: 2px;
	padding: 8px 0px;
	line-height: 14px;
	height: 42px;
	width: 48px;
	background: #e0e0e0;
}

.catalogLineSpecialTime .specialTimeItem:first-child{
	margin-left: 0px;
}

.catalogLineSpecialTime .specialTimeItemValue{
	font-family: 'robotomedium';
	font-size: 14px;
}

.catalogLineSpecialTime .specialTimeItemlabel{
	/*font-family: "roboto_ltregular";*/
	font-size: 12px;
}

#rowFooter{
	display: table;
	width: 100%;
	table-layout: fixed;
}

#leftFooter{

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	display: table-cell;
	vertical-align: top;
	padding: 24px 0;
	width: 60%;
}

#leftFooter .footerRow{
	overflow: hidden;
	list-style: none;
}

#leftFooter .column{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 48px;
	width: 33.33%;
	float: left;
}

#leftFooter .heading{
	padding-bottom: 12px;
	margin-bottom: 6px;
	font-size: 20px;
	display: block;
}

#leftFooter ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#leftFooter ul li:first-child{
	border: 0;
}

#leftFooter a{

	-webkit-transition: 0.2s all ease-in-out;
	-o-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;

	text-decoration: none;
	font-size: 13px;
	padding: 6px 0;
	display: block;
}

#rightFooter{

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	padding: 24px 0 24px 24px;
	vertical-align: top;
	display: table-cell;
	width: 40%;
}

#rightFooter .rightTable{
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}

#rightFooter .rightTable td{
	vertical-align: top;
}

#rightFooter .rightColumn{
	text-align: center;
	padding: 0 24px;
}

#rightFooter .rightColumn .wrap{
	display: inline-block;
	text-align: left;
}

#rightFooter .list{
	list-style: none;
	padding: 0;
	margin: 12px 0;
}

#rightFooter .list li{
	margin-bottom: 8px;
	line-height: 21px;
	list-style: none;
	font-size: 14px;
	display: block;
}

#rightFooter .email a{
	text-decoration: none;
}

#rightFooter p{
	font-size: 14px;
	display: block;
}

#rightFooter .hr{
	padding-top: 12px;
}

#rightFooter .telephone{
	margin-bottom: 24px;
	font-size: 22px;
	display: block;
}

#rightFooter .email{
	display: block;
	font-size: 18px;
}

#rightFooter .showMap{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: underline;
	margin-top: 12px;
	display: block;
}

#rightFooter .showMap:active{
	position: relative;
	top: 1px;
}

#rightFooter .logo img{
	vertical-align: middle;
	max-height: 40%;
	max-width: 40%;
}

#footerBottom{
	line-height: 60px;
	overflow: hidden;
	height: 60px;
	clear: both;
}

#footerBottom .creator{
	float: left;
}

#footerBottom .creator a{
	display: block;
	line-height: 60px;
}

#footerBottom .creator a:active{
	position: relative;
	top: 1px;
}

#footerBottom .creator img{
	vertical-align: middle;
}

#footerBottom .social{
	float: right;
}

#footerBottom ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#appBasket{

	-webkit-transition: 0.1s all ease-in-out;
	-o-transition: 0.1s all ease-in-out;
	transition: 0.1s all ease-in-out;

	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 1001;
	left: 0px;
	top: 0px;
	
	display: none;
}

#appBasketContainer{
	margin-left: -350px;
	margin-top: -200px;
	position: absolute;
	height: 400px;
	width: 700px;
	left: 50%;
	top: 50%;
}

#appBasket .heading{
	position: relative;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
}

#appBasket .close{
	position: absolute;
	display: block;
	height: 21px;
	width: 21px;
    right: 20px;
    top: 20px;
}

#appBasket .container{
	position: relative;
	overflow: hidden;
}

#appBasket .markerContainer {
    position: absolute;
    top: 8px;
    left: 8px;
}

#appBasket .rating {
	position: absolute;
	right: 12px;
	top: 12px;
	z-index: 2;
	width: 79px;
}

#appBasket .rating i {
	background: url(/local/templates/RBC/images/rating.png) repeat 0 0px transparent;
	height: 15px;
	width: 79px;
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
}

#appBasket .rating i.m {
	background: url(/local/templates/RBC/images/rating.png) repeat 0 -14px transparent;
	width: 0px;
	z-index: 10;
}

#appBasket .markerContainer .marker {
    font: normal normal 12px "roboto_ltregular" , arial , sans-serif;
    margin-bottom: 8px;
    line-height: 16px;
    padding: 3px 4px;
    z-index: 2;
}

#appBasket .picture{
	position: relative;
	line-height: 280px;
	text-align: center;
	height: 280px;
	width: 300px;
	float: left;
}

#appBasket .picture:active{
	position: relative;
	top: 1px;
}

#appBasket .picture img{
	vertical-align: middle;
	max-height: 90%;
	max-width: 90%;
}

#appBasket .information{
	line-height: 280px;
}

#appBasket .information .wrapper{
	vertical-align: middle;
	display: inline-block;
	line-height: 21px;
}

#appBasket .name{

	-webkit-transition: 0.1s all ease-in-out;
	-o-transition: 0.1s all ease-in-out;
	transition: 0.1s all ease-in-out;

	max-width: 300px;
	margin-bottom: 18px;
	text-decoration: none;
	font-size: 14px;
	display: block;
}

#appBasket .price{
	font-family: 'robotobold';
    margin-bottom: 18px;
    font-size: 18px;
    display: block;
}

#appBasket .price .discount {
    font-family: 'roboto_ltregular';
    padding-left: 8px;
    font-size: 14px;
}

#appBasket .qtyBlock{
	margin-bottom: 18px;
	overflow: hidden;
}

#appBasket .qtyBlock .label{
	padding-right: 4px;
}

#appBasket .plus,
#appBasket .minus{
	vertical-align: middle;
	display: inline-block;
	height: 19px;
	width: 19px;
}

#appBasket .qty{

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	vertical-align: middle;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	margin: 0 2px;
	height: 19px;
	width: 40px;
	padding: 0 2px;
	border: 0;
}

#appBasket .qty.error{
	border: 1px solid #ff0000;
}

#appBasket .sum{
	font-family: 'robotobold';
	line-height: 50px;
	padding: 0 24px;
    font-size: 18px;
	height: 50px;
}

#appBasket .sum .discount{
	font-family: 'roboto_ltregular';
	padding-left: 8px;
	font-size: 14px;
}

#appBasket .lower{
	line-height: 60px;
	overflow: hidden;
	height: 60px;
}

#appBasket .lower .tools{
	border-collapse: collapse;
	table-layout: fixed;
	border-spacing: 0px;
	width: 100%;
}

#appBasket .lower .tools .av:hover{
	background: unset;
}

#appBasket .lower tbody{
	vertical-align: top;
}

#appBasket .lower .tools td{
	padding: 0;
}

#appBasket .lower .tools .icon{
	
	-webkit-transition: 0.1s all ease-in-out;
	-o-transition: 0.1s all ease-in-out;
	transition: 0.1s all ease-in-out;

	vertical-align: top;
	text-align: center;
	line-height: 60px;
	height: 60px;
	width: 70px;

}

#appBasket .lower .tools .icon a{
	text-decoration: none;
	color: transparent;
	display: block;
}

#appBasket .lower .tools .icon .ico{
	vertical-align: middle;
	display: inline-block;
	height: 16px;
	width: 17px;
}

#appBasket .lower .tools .addCompare .ico{
	background: url(/local/templates/RBC/images/compare.png) 0 0 no-repeat transparent;
}

#appBasket .lower .tools .addCompare.added .ico{
	background: url(/local/templates/RBC/images/compareActive.png) 0 0 no-repeat transparent;
}

#appBasket .lower .tools .addWishlist .ico{
	background: url(/local/templates/RBC/images/wishlist.png) 0 0 no-repeat transparent;
}

#appBasket .lower .tools .addWishlist.added .ico{
	background: url(/local/templates/RBC/images/wishlistActive.png) 0 0 no-repeat transparent;
}

#appBasket .lower .tools .inStock{
	text-decoration: none !important;
}

#appBasket .lower .tools .inStock .ico{
	background: url(/local/templates/RBC/images/inStock.png) 0 0 no-repeat transparent;
	border: 0 !important;
}

#appBasket .lower .tools .outOfStock .ico{
	background: url(/local/templates/RBC/images/outOfStock.png) 0 0 no-repeat transparent;
}

#appBasket .lower .tools .onOrder .ico{
	background: url(/local/templates/RBC/images/onOrder.png) 0 0 no-repeat transparent;
}

#appBasket .lower .tools .delete .ico{
	background: url(/local/templates/RBC/images/delete.png) 0 0 no-repeat transparent;
}

#appBasket .lower .tools .continue{
	text-align: center;
	width: 50%;
}

#appBasket .lower .tools .continue, 
#appBasket .lower .tools .goToBasket{
	-webkit-transition: 0.1s all ease-in-out;
	-o-transition: 0.1s all ease-in-out;
	transition: 0.1s all ease-in-out;
}

#appBasket .lower .tools .continue a, 
#appBasket .lower .tools .goToBasket a{
	
line-height: 60px;
	text-decoration: none;
	font-size: 14px;
	display: block;

}

#appBasket .lower .tools .continue .text,
#appBasket .lower .tools .goToBasket .text{
	margin-top: 2px;
	display: inline-block;
}

#appBasket .lower .tools .goToBasket img{
	margin-top: -3px;
}

#appBasket .lower .tools .continue img, 
#appBasket .lower .tools .goToBasket img{
	vertical-align: middle;
	padding-right: 12px;

}

#appBasket .lower .tools .goToBasket{
	text-align: center;
	width: 50%;
}

#appFastBuy{

	-webkit-transition: 0.1s all ease-in-out;
	-o-transition: 0.1s all ease-in-out;
	transition: 0.1s all ease-in-out;

	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 1001;
	left: 0px;
	top: 0px;
	
	display: none;
}

#appFastBuyContainer{
	box-shadow: 1px 1px 12px rgba(60, 60, 60, 0.3);
	background-color: #ffffff;
	margin-left: -350px;
	margin-top: -215px;
	position: absolute;
	overflow: hidden;
	height: 430px;
	width: 700px;
	left: 50%;
	top: 50%;
}

#appFastBuyContainer .column{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 24px;
	/*padding: 0 24px;*/
	width: 380px;
	float: left;
}

#appFastBuyContainer .column:first-child{
	text-align: center;
	width: 320px;
}

#appFastBuyContainer  .heading{
	position: relative;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	height: 60px;
}

#appFastBuyContainer .title{
	margin-bottom: 12px;
	text-align: center;
	margin-right: 24px;
	font-size: 16px;
	display: block;
}

#appFastBuyContainer .formLine{
	margin-bottom: 12px;
}

#appFastBuyContainer input{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*font-family: "roboto_ltregular";*/
	padding-left: 12px;
	width: 354px;
	height: 50px;
	border: 0;
}

#appFastBuyContainer input[type="checkbox"]{
	vertical-align: middle;
	display: inline-block;
	margin-right: 6px;
	margin-top: 0px;
	height: 14px;
	width: 14px;
}

#appFastBuyContainer input[type="checkbox"].error + label{
	border-bottom: 1px solid #ff0000 !important;
}

#appFastBuyContainer textarea{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "roboto_ltregular";	
	padding-left: 12px;
	padding-top: 12px;
	resize: none;
	width: 354px;
	height: 60px;
	border: 0;
}

#appFastBuyContainer input:focus, 
#appFastBuyContainer textarea:focus{
	outline: none;
}

#appFastBuyContainer #fastBuyFormSubmit{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	display: block;
	height: 50px;
	width: 354px;
}

#appFastBuyContainer #fastBuyFormSubmit:active{
	position: relative;
	top: 1px;
}

#appFastBuyContainer #fastBuyFormSubmit.loading{
	-webkit-transition: background 0s !important;
	-o-transition: background 0s !important;
	transition: background 0s !important;
	text-indent: 12px;
	opacity: 0.9;
}

#appFastBuyContainer #fastBuyFormSubmit.loading img{
	display: none;
}

#appFastBuyContainer #fastBuyFormSubmit img{
	vertical-align: middle;
	padding-right: 4px;
	margin-top: -2px;
}

#appFastBuyContainer .markerContainer{
	position: absolute;
	top: 0px;
	left: 12px;
}

#appFastBuyContainer #fastBuyResult{
	transform: translateY(50%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 24px;
}

#fastBuyResult #fastBuyResultTitle{
	text-align: center;
	margin-top: 24px;
	font-size: 16px;
}

#fastBuyResult #fastBuyResultMessage{
	text-align: center;
	margin-top: 24px;
}

#fastBuyResult #fastBuyResultClose{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	text-align: center;
	line-height: 50px;
	margin: 24px auto;
	font-size: 14px;
	display: block;
	height: 50px;
	width: 254px;
}

#fastBuyResult #fastBuyResultClose:active{
	position: relative;
	top: 1px;
}

#appFastBuyContainer .marker {
	font: normal normal 12px "roboto_ltregular" , arial , sans-serif;
	margin-bottom: 8px;
	padding: 3px 4px;
	line-height: 16px;
	z-index: 2;
}


#appFastBuyContainer .name{

	-webkit-transition: 0.2s all ease-in-out;
	-o-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
	
	font-size: 14px;
	display: block;
	text-decoration: none;
	margin-bottom: 12px;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
}

#appFastBuyContainer .middle{
	line-height: 21px;
	vertical-align: middle;
	display: inline-block;
}

#appFastBuyContainer .price{
	font-family: 'robotobold';
	text-decoration: none;
	margin-bottom: 12px;
	font-size: 18px;
	display: block;
}

#appFastBuyContainer .price .discount{
	font-family: 'roboto_ltregular';
	padding-left: 4px;
	font-size: 14px;
}

#appFastBuyContainer #fastBuyName{
	padding: 0 24px;
}

#appFastBuyContainer #fastBuyPicture{

	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

	margin-bottom: 12px;
	position: relative;
	text-align: center;
	line-height: 230px;
	display: block;
	height: 230px;
}

#appFastBuyContainer #fastBuyPicture .url{
	text-align: center;
	line-height: 230px;
	display: block;
	height: 230px;
}

#appFastBuyContainer #fastBuyPicture .picture{
	vertical-align: middle;
    max-height: 90%;
	max-width: 90%;
}

#appFastBuy .close{
	background: url(/local/templates/RBC/images/exit.png) 0 0 no-repeat transparent;
	position: absolute;
	display: block;
	height: 21px;
	width: 21px;
    right: 20px;
    top: 20px;
}

#appFastBuy .close:hover{
	background-position: 0 -21px ;
}

#appFastBuy .close:active{
	background-position: 0 -42px ;
}

#appFastView{

	-webkit-transition: 0.1s all ease-in-out;
	-o-transition: 0.1s all ease-in-out;
	transition: 0.1s all ease-in-out;

	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	overflow: auto;
	z-index: 1000;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	
	/*display: none;*/
}

#appFastView .appFastViewContainer{
	box-shadow: 1px 1px 12px rgba(60, 60, 60, 0.3);
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
	background-color: #ffffff;
	margin-left: -500px;
	margin-top: -275px;
	position: absolute;
	height: 550px;
	width: 1000px;
	left: 50%;
	top: 50%;
}

#appFastView .appFastViewColumnContainer{
	height: 490px;
}

#appFastView .appFastViewPictureColumn{
	border-right: 1px solid #dddddd;
	position: relative;
	height: 490px;
	width: 336px;
	float: left;
}

#appFastView .appFastViewDescriptionColumn{
	position: relative;
	overflow: hidden;
	height: 100%;
	width: 410px;
	float: left;
}

#appFastView .appFastViewDescriptionColumnContainer{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 24px;
	padding-top: 24px;
	overflow-x: hidden;
	position: absolute;
	overflow-y: scroll;
	height: 100%;
	width: 100%;
	left: 24px;
}

#appFastView .appFastViewDescriptionColumn:after{
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0);
	pointer-events: none;
	position: absolute;
	display: block;
	height: 50px;
	content: '';
	width: 100%;
	bottom: 0px;
}

#appFastView .appFastViewInformationColumn{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f3f3f3;
	position: relative;
	padding: 6px 24px 0px;
	height: 100%;
	width: 251px;
	float: left;
}

#appFastView .markerContainer{
	position: absolute;
	color: #ffffff;
	z-index: 88;
	left: 12px;
	top: 12px;
}

#appFastView .marker {
	font: normal normal 12px "roboto_ltregular" , arial , sans-serif;
	margin-bottom: 8px;
	line-height: 16px;
	padding: 3px 4px;
	z-index: 2;
}

#appFastView .appFastViewPictureSlider,
#appFastView .appFastViewPictureCarousel,
#appFastView .appFastViewPictureSliderItems,
#appFastView .appFastViewPictureCarouselItems{
	-webkit-transition: left 0.2s ease-in-out;
	-o-transition: left 0.2s ease-in-out;
	transition: left 0.2s ease-in-out;
	position: relative;
	overflow: hidden;
}

#appFastView .appFastViewPictureSliderItems,
#appFastView .appFastViewPictureCarouselItems{
	left: 0px;
}

#appFastView .appFastViewPictureCarouselItems{
	padding-bottom: 12px;
}

#appFastView .appFastViewPictureCarousel{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 12px 12px 12px;
	margin: 0 24px;
}

#appFastView .appFastViewPictureSliderItem,
#appFastView .appFastViewPictureCarouselItem{
	text-align: center;
	float: left;
}

#appFastView .appFastViewPictureSliderItem{
	line-height: 380px;
	height: 380px;
}

#appFastView .appFastViewPictureSliderItemLayout{
	vertical-align: middle;
	display: inline-block;
	line-height: 0;
}

#appFastView .appFastViewPictureCarouselItem{
	line-height: 60px;
	height: 60px;
}

#appFastView .appFastViewPictureSliderItemPicture,
#appFastView .appFastViewPictureCarouselItemPicture{
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
}

#appFastView .appFastViewPictureCarouselLeftButton,
#appFastView .appFastViewPictureCarouselRightButton{
	background: url(/local/templates/RBC/images/carouselArrowSmall.png) 0 0 no-repeat transparent;
	position: absolute;
	margin-top: -14px;
	height: 16px;
	opacity: 0.5;
	z-index: 99;
	width: 14px;
	top: 50%;
}

#appFastView .appFastViewPictureCarouselLeftButton:hover,
#appFastView .appFastViewPictureCarouselRightButton:hover{
	opacity: 0.8;
}

#appFastView .appFastViewPictureCarouselLeftButton:active,
#appFastView .appFastViewPictureCarouselRightButton:active{
	opacity: 1;
}

#appFastView .appFastViewPictureCarouselLeftButton:active{
	left: 1px;
}

#appFastView .appFastViewPictureCarouselRightButton:active{
	right: 1px;
}

#appFastView .appFastViewPictureCarouselLeftButton{
	left: 0px;
}

#appFastView .appFastViewPictureCarouselRightButton{
	background-position: -14px 0;
	right: 0px;
}

#appFastView .appFastViewPictureSliderItemLink,
#appFastView .appFastViewPictureCarouselItemLink{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#appFastView .appFastViewPictureSliderItemLink img{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#appFastView .appFastViewPictureSliderItemLink{
	display: inline-block;
	position: relative;
	/*overflow: hidden;*/
	line-height: 0;
	height: auto;
}

#appFastView .appFastViewPictureCarouselItemLink{
	position: relative;
	display: block;
	height: 60px;
	opacity: 0.3;
}

#appFastView .appFastViewPictureSliderItemLink:hover img,
#appFastView .appFastViewPictureCarouselItemLink:hover{
	opacity: 0.9;
}

#appFastView .appFastViewPictureCarouselItemLink.active{
	pointer-events: none;
	position: relative;
	opacity: 1;
}

#appFastView .appFastViewPictureCarouselItemLink.active:hover{
	opacity: 1;
}

#appFastView .appFastViewPictureSliderItemLink:active,
#appFastView .appFastViewPictureCarouselItemLink:active{
	position: relative;
	top: 1px;
}

#appFastView .appFastViewPictureCarouselItemLink.active:after{
	background: rgba(0, 0, 0, 1);
	transform: translateX(-50%);
	position: absolute;
	display: block;
	bottom: -4px;
	content: '';
	height: 2px;
	width: 20%;
	left: 50%;
}

#appFastView .appFastViewPictureLoupe{
	background-repeat: no-repeat;
	border: 1px solid #000000;
    border-radius: 50%;
    position: absolute;
    margin-left: -75px;
    margin-top: -75px;
	cursor: crosshair;
    height: 150px;
    width: 150px;
    left: -9999px;
    top: -9999px;
}

#appFastView .appFastViewHeading{
	background-color: #424242;
	position: relative;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	color: #ffffff;
}

#appFastView .appFastViewProductHeading{
	line-height: 33px;
	font-size: 21px;
}

#appFastView .appFastViewProductHeading a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	color: #000000;
}

#appFastView .appFastViewProductHeading a:hover{
	color: #555555;
}

#appFastView .appFastViewProductHeading a:active{
	position: relative;
	top: 1px;
}

/*#appFastView .appFastViewProductHeading .appFastViewProductHeadingLinkLayout{
	border-bottom: 1px solid #dddddd;
	padding-bottom: 4px;
}
*/
#appFastView .appFastSkuProductPropertiesHeading,
#appFastView .appFastViewProductPropertiesHeading{
    margin-top: 24px;
    font-size: 16px;	
}

#appFastView .appFastViewProductPropertiesHeading{
	margin-bottom: 12px;
}

#appFastView .propertyTable{
	table-layout: fixed;
	display: table;
	width: 100%;
}

#appFastView .propertyTable{
	font-size: 13px;
}

#appFastView .propertyTable .propertyName,
#appFastView .propertyTable .propertyValue{
	background-color: #ffffff;
	vertical-align: middle;
	display: table-cell;
	position: relative;
	overflow: hidden;
	padding: 4px 0;
}

#appFastView .propertyTable .propertyValue{
	padding-left: 12px;
	width: 40%;
}

#appFastView .propertyTable .propertyName:after{
    border-bottom: 1px dotted #cccccc;
    position: absolute;
    margin-left: 12px;
    height: 13px;
    content: '';
    width: 100%;
}

#appFastView .propertyTable .propertyValue a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #555555;
}

#appFastView .propertyTable .propertyValue a:hover{
	color: #000000;
}

#appFastView .appFastViewDescription{
	display: none;
}

#appFastView .appFastViewDescription.visible{
	display: block;
}

#appFastView .appFastViewDescriptionHeading{
	margin-top: 24px;
    font-size: 16px;
}

#appFastView .appFastViewDescriptionText{
	line-height: 21px;
	margin-top: 12px;
	font-size: 13px;
}

#appFastView .skuPropertyList{
	margin: 0px 0px 0px -6px;
	overflow: hidden;
	list-style: none;
	padding: 0px;
}

#appFastView .skuProperty{
	overflow: hidden;
	margin: 12px 0;
}

#appFastView .skuProperty:last-child{
	margin-bottom: 0px !important;
}

#appFastView .skuPropertyName{
	padding-left: 2px;
	font-size: 13px;
}

#appFastView .skuProperty li{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 12px;
	overflow: hidden;
	padding: 0px 6px;
	min-width: 18%;
	float: left;
}

#appFastView .skuProperty .selected .skuPropertyLink{
	pointer-events: none;
	position: relative;
}

#appFastView .skuProperty .disabled{
	display: none;
}

#appFastView .skuPropertyLink{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	text-align: center;
	line-height: 28px;
	padding: 4px 6px;
	min-height: 28px;
	display: block;
}

#appFastView .skuPropertyLink:hover{
	
}

#appFastView .skuPropertyList img{
	vertical-align: middle;
    max-height: 100%;
 	max-width: 100%;
}

#appFastView .skuProperty .selected .skuPropertyLink{
	border: 1px solid #ff9601;
}

#appFastView .skuPropertyLink{
	border: 1px solid #dddddd;
	color: green;
}

#appFastView .oSkuDropDownProperty{
	overflow: visible;
	margin: 0px;
}

#appFastView .oSkuDropDownProperty .oSkuDropdownListItem{
	
    box-sizing: content-box;
    overflow: visible;
    min-width: auto;
    margin-top: 0px;
    padding: 0px;
    float: none;
}

#appFastView .oSkuDropdown{
	background-color: #ffffff;
    border: 1px solid #e7e8ea;
	position: relative;
	line-height: 13px;
	font-size: 13px;
	display: block;
	-webkit-user-select: none; 
	-moz-user-select: none;     
	-ms-user-select: none; 
	border-radius: 2px;
	width: 88%;
	margin-top: 4px;
}

#appFastView .oSkuCheckedItem{
	background: url(/local/templates/RBC/images/selectArrow.png) 97% 50% no-repeat transparent;
	padding: 12px 30px 12px 8px !important;
	border-radius: 4px;
	cursor: pointer;
	display: block;
	color: #000000;
}

#appFastView .oSkuCheckedItem:hover{
	opacity: 0.8;
}

#appFastView .oSkuCheckedItem:active{
	position: relative;
	top: 1px;
}

#appFastView .oSkuDropdown label:before,
#appFastView .oSkuCheckboxList label:before {
	display: none;
}

#appFastView .oSkuDropdownList {
	background-color: #ffffff;
    border: 1px solid #e7e8ea;
    visibility: hidden;
    position: absolute;
    list-style: none;
    margin: 0 -1px;
    opacity: 0;
    padding: 0;
    z-index: 2;
    top: 42px;
    right: 0;
    left: 0;
}

#appFastView .oSkuDropdownList.opened{
	visibility: visible;
	opacity: 1;
}

#appFastView .pics .oSkuDropdownList{
	top: 52px;
}

#appFastView .oSkuDropdownList .skuPropertyValue{
	border-top: 1px solid #e7e8ea;
	position: relative;
	display: block;
}

#appFastView .oSkuDropdownList .skuPropertyValue:first-child{
	border-top: 0px;
}

#appFastView .oSkuDropdownList .selected{
	box-shadow: 1px 1px 12px #f1f1f1 inset;
	font-family: "robotomedium";
}

#appFastView .oSkuDropdownList .selected,
#appFastView .oSkuDropdownList .skuPropertyValue:hover{
	background-color: #f9f9f9;
	cursor: pointer;
	color: #ffffff;
	opacity: 0.8;
}

#appFastView .oSkuDropdownList .oSkuPropertyItemLink{
	padding: 12px 8px !important;
	text-decoration: none;
	line-height: 18px;
	text-align: left;
	font-size: 13px;
	min-height: 0px;
	color: #000000;
	display: block;
	border: 0px;
}

#appFastView .oSkuDropdownList .oSkuDropdownListItem.selected .oSkuPropertyItemLink{
	border: 0px;
}

#appFastView .oSkuDropdownList .oSkuDropdownListItem.disabled{
	display: none;
}

#appFastView .oSkuDropdownList .skuPropertyValue:active .oSkuPropertyItemLink,
#appFastView .oSkuDropdownList .oSkuPropertyItemLink:active{
	position: relative;
	top: 1px;
}

#appFastView .oSkuDropdownList .skuPropertyValue.loading:after{
	left: 24px;
}

#appFastView .appFastViewExit{
	position: absolute;
	display: block;
	height: 21px;
	width: 21px;
    right: 20px;
    top: 20px;
}

#appFastView .appFastViewMoreLink{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	margin-bottom: 24px;
	position: relative;
	margin-top: 24px;
	color: #000000;
	z-index: 0;
}

#appFastView .appFastViewMoreLink:hover{
	color: #555555;
}

#appFastView .appFastViewMoreLink:active{
	position: relative;
	top: 1px;
}

#appFastView .addCart{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	margin-bottom: 16px;
	border-radius: 4px;
	line-height: 60px;
	text-align: center;
	margin-top: 12px;
	font-size: 16px;
	display: block;
	color: #ffffff;
	height: 60px;
}


#appFastView .catalogQtyBlock{
	margin-bottom: 12px;
}

#appFastView .catalogQtyBlock  .catalogQty {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    margin: 0 2px;
    height: 19px;
    width: 40px;
    padding: 0 2px;
    border: 0;
}

#appFastView .catalogQtyBlock  .catalogQty {
    background-color: #e7e8ea;
    color: #000000;
}

#appFastView .catalogQtyBlock  .catalogQty.error{
	border: 1px solid #ff0000;
}

#appFastView .catalogQtyBlock .catalogPlus,
#appFastView .catalogQtyBlock .catalogMinus {
    vertical-align: middle;
    display: inline-block;
    height: 19px;
    width: 19px;
}

#appFastView .catalogQtyBlock .catalogPlus,
#appFastView .catalogQtyBlock .catalogMinus{
	background: url(/local/templates/RBC/images/plusMinusCatalog.png) 0 0 no-repeat #424242;
}

#appFastView .catalogQtyBlock .catalogPlus{
	background-position: 0 -19px;
}

#appFastView .catalogQtyBlock .catalogPlus:hover{
	background-position: -19px -19px;
}

#appFastView .catalogQtyBlock .catalogPlus:active{
	background-position: -38px -19px;
}

#appFastView .catalogQtyBlock .catalogMinus:hover{
	background-position: -19px 0x;
}

#appFastView .catalogQtyBlock .catalogMinus:active{
	background-position: -38px 0px;
}

#appFastView .price{
	font-family: 'robotobold';
	text-decoration: none;
	position: relative;
	line-height: 28px;
	margin-top: 12px;
	font-size: 21px;
	display: block;
	color: #000000;
}

#appFastView .getPriceWindow{
	line-height: 33px;
}

#appFastView .priceValue{
	border-bottom: 1px dashed #bbbbbb;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	padding-bottom: 8px;
	color: #000000;
}

#appFastView .priceValue:hover{
	color: red;
}

#appFastView .priceValue:active{
	position: relative;
	top: 1px;
}

#appFastView .article{
	margin-top: 12px;
	color: #888888;
}

#appFastView .article.hidden{
	display: none;
}

#appFastView .discount{
	font-family: 'roboto_ltregular';
	padding-left: 4px;
	font-size: 14px;
	color: #888888;
}

#appFastView .price .oldPriceLabel{
	font-family: 'roboto_ltregular';
	text-decoration: none;
	margin-top: 6px;
	font-size: 14px;
	display: block;
	color: #888888;
}

#appFastView .price .discount,
#appFastView .price .discount{
	font-family: 'roboto_ltregular';
	padding-left: 4px;
	font-size: 14px;
	color: #888888;
}

#appFastView .icon{
	vertical-align: middle;
	display: inline-block;
}

#appFastView .addCart .icon{
	padding-right: 12px;
	margin-top: -4px;
}

#appFastView .rating{
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
	margin-top: -4px;
	position: relative;
	overflow: hidden;
	height: 15px;
	width: 79px;
	z-index: 2;
}

#appFastView .rating i{
	background: url(/local/templates/RBC/images/rating2.png) repeat 0 0px transparent;
	height: 15px;
	width: 79px;
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
}

#appFastView i.m{
	background: url(/local/templates/RBC/images/rating2.png) repeat 0 -14px transparent;
	width: 0px;
	z-index: 10;
}

#appFastView .icon{
	vertical-align: middle;
	display: inline-block;
}

#appFastView .appFastViewInformationColumn .row{
	margin-bottom: 12px;
	position: relative;
}

#appFastView .appFastViewInformationColumn .row img{
	vertical-align: middle;
	padding-right: 6px;
	margin-top: -4px;
}

#appFastView .appFastViewInformationColumn .label{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
    font-family: 'roboto_condensedlight';
    text-decoration: none;
    line-height: 21px;
    font-size: 15px;
    color: #717171;
}

#appFastView .appFastViewInformationColumn a.label:hover{
	color: #000000;
}

#appFastView .appFastViewInformationColumn a.label:active{
	position: relative;
	top: 1px;
}

#appFastView .appFastViewInformationColumn .getStoresWindow.inStock span{
	padding-bottom: 2px;
}

.fastSpecialTime{
	margin-top: 12px;
	color: #ffffff;
	font-size: 0;
	line-height: 0;
}

.fastSpecialTime .specialTimeItem{
	display: inline-block;
	box-sizing: border-box;
	border-radius: 2px;
	text-align: center;
	overflow: hidden;
	margin-left: 2px;
	padding: 8px 0px;
	line-height: 14px;
	height: 42px;
	width: 48px;
}

.fastSpecialTime .specialTimeItem:first-child{
	margin-left: 0px;
}

.fastSpecialTime .specialTimeItemValue{
	font-family: 'robotomedium';
	font-size: 14px;
	line-height: 14px;
}

.fastSpecialTime .specialTimeItemlabel{
	/*font-family: "roboto_ltregular";*/
	font-size: 12px;
}

#personalCart input[name="BuyButton"]{
	margin-bottom: 24px;
	margin-top: 24px;
	display: block;
}

#orderList,
#subscribeEdit{
	margin-bottom: 36px;
}

#footerTabsCaption{
	line-height: 85px;
	height: 85px;
}

#footerTabsCaption .items{
	text-align: center;
	overflow: hidden;
}

#footerTabsCaption .item:last-child{
	margin-right: 0px;
}

#footerTabsCaption .item{
	vertical-align: middle;
	display: inline-block;
	margin-right: 24px;
}

#footerTabsCaption .item a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-transform: uppercase;
	font-family: 'robotobold';
	text-decoration: none;
	padding-bottom: 8px;
	font-size: 16px;
}

#footerTabs{
	overflow: hidden;
}

#footerTabs .wrapper,
#footerTabsCaption .wrapper{
    max-width: 1480px;
    min-width: 320px;
    margin: auto;
}

#footerTabs .tab{
	display: none;
}

#footerTabs .tab.selected{
	display: block;
}

#footerTabs .product:hover .wrap,
#footerTabs .product:hover .tabloid,
#personalCart .product:hover .wrap,
#personalCart .product:hover .tabloid{
	box-shadow: none;
}

#footerTabs .product:hover .tabloid{
	border-color: transparent;
}

#personalCart .product:hover .tabloid{
	
	border-bottom-color: #e7e8ea;
}

#footerLine{
	line-height: 55px;
	position: fixed;
	z-index: 999;
	height: 55px;
	width: 100%;
	bottom: 0;
	
	display: none;
}

#footerLine.color_white{
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.25);
	background-color: #ffffff;
	border-color: #f3f3f3;
}

#footerLine.color_theme{
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.35);
	border-color: white;
}

#footerLine.color_white .item a{
	color: #000000;
}

#footerLine.color_theme .item a{
	color: #ffffff;
	opacity: 0.7;
}

#footerLine.color_theme .col:first-child .item a{
	opacity: 1;
}

#footerLine.color_theme .item .active{
	color: #ffffff;
	opacity: 1;
}

#footerLine.color_theme .item .active:hover{
	color: #ffffff;
	opacity: 0.85;
}

#footerLine.color_white .item a:hover,
#footerLine.color_theme .col:first-child .item a:hover{
	opacity: 0.8;
}

#footerLine.color_white .item a:active{
	position: relative;
	top: 1px;
}

#footerLine.color_theme .col:first-child .item .callback:hover{
	color: #ffffff;
	opacity: 0.8;
}

#footerLine.color_white .item .compare .mark,
#footerLine.color_white .item .wishlist .mark,
#footerLine.color_white .item .cart .mark{
	background-color: #f6f6f6;
	color: #666666;
}

#footerLine.color_theme .item .compare .mark,
#footerLine.color_theme .item .wishlist .mark,
#footerLine.color_theme .item .cart .mark{
	background-color: #fcfcfc;
	color: #222222;
}

#footerLine.color_white .item .compare .icon,
#footerLine.color_white .item .wishlist .icon,
#footerLine.color_white .item .cart .icon{
	opacity: 0.8;
}

#footerLine.color_theme .item .compare .icon{
	background-image: url(/local/templates/RBC/images/compareFooterMinC.png);
}

#footerLine.color_theme .item .wishlist .icon{
	background-image: url(/local/templates/RBC/images/wishlistFooterMinC.png);
}

#footerLine.color_theme .item .cart .icon{
	background-image: url(/local/templates/RBC/images/cartFooterMinC.png);
}

#footerLine.color_theme .item .callback .icon{
	background-image: url(/local/templates/RBC/images/callbackFooterMinC.png);
}

#footerLine.color_white .item .compare:hover,
#footerLine.color_white .item .wishlist:hover,
#footerLine.color_white .item .cart:hover,
#footerLine.color_white .item .compare:hover .mark,
#footerLine.color_white .item .wishlist:hover .mark,
#footerLine.color_white .item .cart:hover .mark{
	color: #000000;
	opacity: 1;
}

#footerLine.color_theme .item .compare:hover,
#footerLine.color_theme .item .wishlist:hover,
#footerLine.color_theme .item .cart:hover{
	color: #ffffff;
	opacity: 0.7;
}

#footerLine.color_white .item .compare.active:hover,
#footerLine.color_white .item .wishlist.active:hover,
#footerLine.color_white .item .cart.active:hover,
#footerLine.color_white .item .compare.active:hover .mark,
#footerLine.color_white .item .wishlist.active:hover .mark,
#footerLine.color_white .item .cart.active:hover .mark{
	opacity: 0.8;
}

#footerLine .wrapper{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 24px;
}

#footerLine .col{
	float: left;
	width: 50%;
}

#footerLine .col:last-child{
	text-align: right;
}

#footerLine .item .callback{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	color: red;
}

#footerLine .item .callback .icon{
	vertical-align: middle;
	display: inline-block;
	margin-right: 4px;
	margin-top: -2px;
	height: 24px;
	width: 21px;
}


#footerLine .item .compare,
#footerLine .item .wishlist,
#footerLine .item .cart{
	text-transform: uppercase;
}

#footerLine .item .compare .mark,
#footerLine .item .wishlist .mark,
#footerLine .item .cart .mark{
	border-radius: 4px;
	margin-left: 12px;
	line-height: 20px;
	overflow: hidden;
	padding: 2px 12px;
	height: 20px;
}

#footerLine .item .compare .icon,
#footerLine .item .wishlist .icon,
#footerLine .item .cart .icon{
	vertical-align: middle;
	display: inline-block;
	margin-right: 12px;
	margin-top: -2px;
	height: 24px;
	width: 21px;
}

#footerLine .item .cart .icon{
	width: 26px;
}

#footerLine .item a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	font-size: 14px;
}

#footerLine .item{
	display: inline-block;
	vertical-align: middle;
	margin-right: 24px;
}

#footerLine .item a:active{
	position: relative;
	top: 1px;
}

#footerLine .item:last-child{
	margin-right: 0px;
}

#authMenu{
	margin-bottom: 24px;
	overflow: hidden;
	list-style: none;
	padding: 0;
}

#authMenu li{
	margin-bottom: 24px;
	margin-right: 24px;
	float: left;
}

#authMenu li:last-child{
	margin-right: 0;
}

#authMenu li a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 16px;
}

#authMenu li a:active{
	position: relative;
	top: 1px;
}

#authMenu li .selected{
	font-family: 'robotobold';
	padding-bottom: 4px;
}

#empty{
	overflow: hidden;
}

#empty .emptyWrapper{
	padding-bottom: 24px;
	overflow: hidden;
}

#empty .pictureContainer{
	margin-right: 24px;
	float: left;
}

#empty h3{
	font-family: 'robotobold';
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px;
	padding: 0;
	margin: 0;
}

#empty p{
	font-size: 14px;
}


#empty a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	font-size: 14px;
}

#empty a:active{
	position: relative;
}

#empty a img{
	vertical-align: middle;
	padding-right: 12px;
}

#empty .emptyTitle{
	text-transform: uppercase;
	font-family: 'robotobold';
	margin-top: 24px;
	font-size: 14px;
}

#empty .emptyMenu{
	margin: 24px 0 24px 0;
	list-style: none;
	overflow: hidden;
	padding: 0;
}

#empty .emptyMenu li{
	margin-bottom: 12px;
	width: 33.333333%;
	float: left;
}

#empty .back{
	padding-bottom: 2px;
}

#empty .back:active{
	position: relative;
	top: 1px;
}

#overlap{
	background-color: #000000;
	position: fixed;
	display: none;
	opacity: 0.8;
	height: 100%;
	width: 100%;
	z-index: 33;
	left: 0px;
	top: 0px;
}

#searchOverlap{
	background-color: #000000;
	position: fixed;
	display: none;
	opacity: 0.8;
	height: 100%;
	width: 100%;
	z-index: 34;
	left: 0px;
	top: 0px;
}

#infoTabs{
	padding-bottom: 36px;
}

#infoTabs .tab{
	display: none;
}

#infoTabs .tab.selected{
	display: block;
}

#infoTabsCaption{
	line-height: 85px;
	height: 85px;
}

#infoTabsCaption .items{
	text-align: center;
	overflow: hidden;
}

#infoTabsCaption .item{
	vertical-align: middle;
	display: inline-block;
	margin-left: 24px;
}

#infoTabsCaption .item:first-child{
	margin-left: 0px;
}

#infoTabsCaption .item a {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
    font-family: 'robotobold';
    text-decoration: none;
    padding-bottom: 8px;
    font-size: 16px;
}

#catalogColumn{
	border-collapse: collapse;
	table-layout: fixed;
	display: table;
	width: 100%;
}

#catalogColumn #nextSection{
	margin-top: 0px;
}

#catalogColumn .leftColumn{
    padding-bottom: 24px;
	display: table-cell;
    vertical-align: top;
    width: 355px;
}

#catalogColumn .rightColumn{
	display: table-cell;
    vertical-align: top;
    padding-left: 24px;
}

#catalogColumn #middleSlider{
	margin-bottom: 24px;
}

#catalogColumn #middleSlider .limiter{
    padding: 0px;
    margin: 0px;
    width: auto;
}

#nextSection .title{
	font-size: 14px !important;
    font-family: 'robotobold';
}

#catalogColumn .leftColumn .heading{
    font-size: 14px !important;
    font-family: 'robotobold';
    text-decoration: none;
    line-height: 50px;
    font-weight: 400;
    display: block;
    height: 50px;
}

@media all and (max-width: 1300px) {

    #catalogColumn #middleSlider{
        display: none;
    }

    #catalogColumn .leftColumn{
        width: 285px;
    }

}

@media all and (max-width: 1024px) {

    #catalogColumn .rightColumn,
    #catalogColumn .leftColumn{
        display: block;
        width: auto;
    }
    #catalogColumn .rightColumn{
    	padding: 0;
    }

	#reformal_tab{
		display: none !important;
	}

	#smartFilter .heading{
		line-height: 46px;
		height: 46px;
	}

	#catalogLine .oFilter {
		display: inline-block;
	}

	#catalogColumn .leftColumn{
		padding-bottom: 0;
	}

	#catalogColumn #smartFilter {
		box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.2);
		pointer-events: none;
		background: #ffffff;
		visibility: hidden;
		position: absolute;
		margin-top: 70px;
		width: 300px;
		z-index: 99;
		opacity: 0;
		border: 0;
	}

	#catalogColumn #smartFilter.opened {
		/*-webkit-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;*/
		pointer-events: auto;
		visibility: visible;
		opacity: 1;
	}
}
@media all and (max-width: 1024px) {
	#catalogLine .oFilter{
		margin-right: 12px;
	}
}


/* CLASSES */

.ajaxContainer{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.ajaxContainer.loading{
	opacity: 0.5;
}
    
/*.mainService{
	margin-top: 24px;
}*/

.mainService.fullBg{
	background-color: #ffffff;
	padding-bottom: 36px;
}

.mainService .slideContainer{
	position: relative;
	overflow: hidden;
	margin: 0 -12px;
}

.mainService .heading{
    margin-bottom: 0px !important;
    text-transform: uppercase;
    font-family: 'robotobold';
    text-align: center;
    padding-left: 18px;
    line-height: 95px;
    font-size: 18px;
    display: block;
    color: #000000;
    height: 95px;
}

.mainServiceContainer{
	overflow: hidden;
}

.mainServiceContainer .items{
	list-style: none;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

.mainServiceContainer .item{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 12px;
	float: left;
}

.mainServiceContainer .item .wrap{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ffffff;
	border: 1px solid #e7e8ea;
	padding: 0 24px;
}

.mainServiceContainer .item .bigPicture{
	line-height: 200px;
	text-align: center;
	margin-top: 24px;
	height: 200px;
}

.mainServiceContainer .item .bigPicture a:active{
	position: relative;
	top: 1px;
}

.mainServiceContainer .item .bigPicture img{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	transform: translate3d(0,0,0);
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
}

.mainServiceContainer .item .bigPicture img:hover{
	opacity: 0.9;
}

.mainServiceContainer .item .title{
	margin-top: 24px;
}

.mainServiceContainer .item .title a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	line-height: 44px;
	overflow: hidden;
	font-size: 14px;
	color: #000000;
	display: block;
	height: 44px;
}

.mainServiceContainer .item .title a span{
	vertical-align: middle;
	display: inline-block;
	line-height: 24px;
}

.mainServiceContainer .item .title a:active{
	position: relative;
	top: 1px;
}

.mainServiceContainer .item .newsDate{
	margin-top: 12px;
	color: #888888;
}

.mainServiceContainer .item .newsDate .pic{
	vertical-align: middle;
	padding-right: 4px;
	margin-top: -4px;
}

.mainServiceContainer .item .description{
	margin-top: 12px;
	font-size: 14px;
	color: #888888;
}

.mainServiceContainer .item .more{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 24px;
	padding: 4px 12px;
	margin-top: 12px;
	color: #ffffff;
}

.mainServiceContainer .item .more:active{
	position: relative;
	top: 1px;
}

.mainService .btnLeft,
.mainService .btnRight{
	background: url(/local/templates/RBC/images/slideArrowSmallBlack.png) 0 0 no-repeat transparent;
	transform: translateY(-50%);
	position: absolute;
	height: 70px;
	width: 35px;
	z-index: 22;
	top: 50%;
}

.mainService .btnLeft{
	left: 0px;
}

.mainService .btnRight{
	right: 0px;
}

.mainService .btnLeft:hover{
	background-position: -35px 0;
}

.mainService .btnLeft:active{
	background-position: -70px 0;
}

.mainService .btnRight{
	background-position: 0 -70px;
}

.mainService .btnRight:hover{
	background-position: -35px -70px;
}

.mainService .btnRight:active{
	background-position: -70px -70px;
}

.personal-order-info{
	margin-bottom: 12px;
}

.personalInfoLabel{
	margin-top: 24px;
	font-size: 14px;
}

.productList{
	list-style: none;
	padding: 0;
	margin: 0;
	border-left: 1px solid #e7e8ea;
	/*border-top: 1px solid #e7e8ea;*/
}

#homeCatalog .productList{
	border-top: 1px solid #e7e8ea;
}

.product{
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	float: left;
	width: 20%;
	
	height: 346px;
	border-right: 1px solid #e7e8ea;
	border-bottom: 1px solid black;
}
#catalog .product{
	width: 25%;
}

.product:before{
	content: "";
	position: absolute;
	left: 0px;
	width: 100%;
	top: -1px;
	height: 1px;
	background: #e7e8ea;
}

.product .btn-simple {
	display: none;
}

.product.last{ /* next page */
	line-height: 346px;
	
}

.product .tabloid{

	-webkit-transition: box-shadow 0.3s ease-in-out, border 0.3s ease-in-out;
	-moz-transition: box-shadow 0.3s ease-in-out, border 0.3s ease-in-out;
	-o-transition: box-shadow 0.3s ease-in-out, border 0.3s ease-in-out;
	transition: box-shadow 0.3s ease-in-out, border 0.3s ease-in-out;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: white;
	border: 1px solid white;
	position: relative;
	overflow: hidden;
	padding: 12px;
	height: 390px;
	z-index: 1;

}

.product .markerContainer{
	position: absolute;
	z-index: 88;
	left: 8px;
	top: 8px;
}

.product .marker {
	font: normal normal 12px "roboto_ltregular" , arial , sans-serif;
	margin-bottom: 8px;
	line-height: 16px;
	padding: 3px 4px;
	z-index: 2;
}

.product .rating {
	position: absolute;
	width: 79px;
	z-index: 2;
	right: 8px;
	top: 8px;
}

.product .rating i {
	background: url(/local/templates/RBC/images/rating.png) repeat 0 0px transparent;
	position: absolute;
	display: block;
	height: 15px;
	width: 79px;
	left: 0px;
	top: 0px;
}

.product .rating i.m {
	background: url(/local/templates/RBC/images/rating.png) repeat 0 -14px transparent;
	z-index: 10;
	width: 0px;
}

.productSpecialTime{
	position: absolute;
	z-index: 2;
	top: 54px;
	right: 10px;
	width: 48px;
	color: #666d83;
	font-size: 0;
	line-height: 0;
}

.productSpecialTime .specialTimeItem{
	display: inline-block;
	box-sizing: border-box;
	border-radius: 2px;
	text-align: center;
	overflow: hidden;
	margin-top: 4px;
	padding: 8px 0px;
	line-height: 14px;
	height: 42px;
	width: 48px;
	background: #e0e0e0;
}

.productSpecialTime .specialTimeItem:first-child{
	margin-top: 0px;
}

.productSpecialTime .specialTimeItemValue{
	font-family: 'robotomedium';
	font-size: 14px;
	line-height: 14px;
}

.productSpecialTime .specialTimeItemlabel{
	/*font-family: "roboto_ltregular";*/
	font-size: 12px;
}

.product .name{

	-webkit-transition: 0.2s all ease-in-out;
	-o-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
	
	font-size: 14px;
	display: block;
	text-decoration: none;
	margin-bottom: 12px;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
}

.product .middle{
	color: black;
	line-height: 21px;
	vertical-align: middle;
	display: inline-block;
}

.product .price{
	font-family: 'robotobold';
	font-size: 18px;
	display: block;
	text-decoration: none;
	margin-bottom: 12px;
}

.product .price .measure{
	font-size: 16px;
}

.product .price .discount{
	font-family: 'roboto_ltregular';
	padding-left: 4px;
	font-size: 14px;
}

.product .picture{

	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	position: relative;
	display: block;
	text-align: center;
	height: 240px;
	line-height: 240px;
}

.product .picture img{
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	transform: translate3d(0,0,0);
	vertical-align: middle;
    max-height: 90%;
	max-width: 90%;
}

.product .picture:hover img{
	opacity: 0.85;
}

.product .picture:active img{
	position: relative;
	top: 1px;
}

.loading .product .getFastView{
	pointer-events: none;
}

.product .getFastView,
#catalogLineList .picture .getFastView{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-family: 'roboto_condensedlight';
	background-color: #2b2b2b;
	text-decoration: none;
	border-radius: 2px;
	visibility: hidden;
	position: absolute;
	text-align: center;
	margin-left: -75px;
	margin-top: -20px;
	line-height: 40px;
	cursor: pointer;
	color: #ffffff;
	display: none;
	height: 40px;
	width: 150px;
	opacity: 0;
	z-index: 2;
	left: 50%;
	top: 50%;
}

.product:hover .getFastView,
#catalogLineList .picture:hover .getFastView{
	visibility: visible;
	/*display: block;*/
	opacity: 0.9;
}

.product .getFastView:hover,
#catalogLineList .picture .getFastView:hover{
	opacity: 1;
}

.product .addCart{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	line-height: 60px;
	height: 60px;
	font-size: 16px;
	text-align: center;
	display: block;
	text-decoration: none;
	margin-top: 16px;
	margin-bottom: 12px;
	border-radius: 4px;
	color: black;
}

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

.product .addCart .icon{
	
	padding-right: 12px;
	margin-top: -4px;
}

.product .row{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 12px;
	overflow: hidden;
}

.product .label{
	font-family: 'roboto_condensedlight';
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	line-height: 21px;
	font-size: 14px;
	display: block;
	float: left;
	width: 55%;
}

.product .row .label:last-child{
	width: 45%;
}

.product .label .icon{
	padding-right: 6px;
	margin-top: -4px;
}

.inStock{
	color: #73b24e !important;
}

.inStock:hover{
	color: #73b24e !important;
}

.getStoresWindow.inStock span{
	border-bottom: 1px dashed #73b24e !important;
	cursor: pointer;
}

.getStoresWindow.inStock:hover span{
	opacity: 0.8;
}

.outOfStock{
	color: #ff0000;
}

.outOfStock:hover{
	color: #ff0000;
}

.product .skuPropertyList{
	overflow: hidden;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.product .skuProperty{
	overflow: hidden;
	margin: 12px 0;
}

.product .skuPropertyName{
	padding-bottom: 2px;
	padding-left: 2px;
	font-size: 13px;
}

.product .skuProperty li{
	box-sizing: border-box;
	overflow: hidden;
	padding: 4px;
	float: left;
	min-width: 20%;
}

.product .skuProperty .selected .skuPropertyLink{
	pointer-events: none;
	position: relative;
	top: 0px;
}

.product .skuProperty .disabled{
	display: none;
}

.product .skuPropertyLink{
	text-decoration: none;
	text-align: center;
	line-height: 20px;
	padding: 4px 4px;
	font-size: 12px;
	display: block;
}

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

/* product hover */

.product:hover{
	position: relative;
}

.product:hover .tabloid{
	position: absolute;
	height: auto;
	width: 100%;
	border: 1px solid #e7e8ea;
	background: #fdfdfd;
	z-index: 3;
}

.product:hover .nowp{
	overflow: visible;
}

.product:hover .morePhoto{
	display: block;
}

.product.last .wp{
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	line-height: 21px;
	width: 100%;
}

.product.last .showMore{
	-webkit-transition: 0.2s all ease-in-out;
	-o-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	width: 100%;
}

.product.last .icon .iconSmall{
	display: none;
}

.product.last .icon{
	display: inline-block;
	margin-bottom: 12px;
    text-align: center;
    line-height: 21px;
    height: 54px;
    width: 100%;
}

.product.last .ps{
	font-size: 18px;
}

.product.last .value{
	padding-left: 6px;
	font-size: 18px;
}

.product.last .small{
	display: inline-block;
	width: 100%;
}

.item .oSkuDropDownProperty{
	overflow: visible;
	margin: 0px;
}

.item .oSkuDropDownProperty .oSkuDropdownListItem{
    box-sizing: content-box;
    overflow: visible;
    min-width: auto;
    padding: 0px;
    float: none;
}

.item .oSkuDropdown{
	background-color: #ffffff;
    border: 1px solid #e7e8ea;
	position: relative;
	line-height: 13px;
	font-size: 13px;
	display: block;
	-webkit-user-select: none; 
	-moz-user-select: none;     
	-ms-user-select: none; 
	border-radius: 2px;
	width: 98%;
	margin-top: 4px;
}

.item .oSkuCheckedItem{
	background: url(/local/templates/RBC/images/selectArrow.png) 97% 50% no-repeat transparent;
	padding: 12px 30px 12px 8px !important;
	border-radius: 4px;
	cursor: pointer;
	display: block;
	color: #000000;
}

.item .oSkuCheckedItem:hover{
	opacity: 0.8;
}

.item .oSkuCheckedItem:active{
	position: relative;
	top: 1px;
}

.item .oSkuDropdown label:before,
.item .oSkuCheckboxList label:before {
	display: none;
}

.item .oSkuDropdownList {
	background-color: #ffffff;
    border: 1px solid #e7e8ea;
    visibility: hidden;
    position: absolute;
    list-style: none;
    margin: 0 -1px;
    opacity: 0;
    padding: 0;
    z-index: 2;
    top: 42px;
    right: 0;
    left: 0;
}

.item .oSkuDropdownList.opened{
	visibility: visible;
	opacity: 1;
}

.item .pics .oSkuDropdownList{
	top: 52px;
}

.item .oSkuDropdownList .skuPropertyValue{
	border-top: 1px solid #e7e8ea;
	position: relative;
	display: block;
}

.item .oSkuDropdownList .skuPropertyValue:first-child{
	border-top: 0px;
}

.item .oSkuDropdownList .selected{
	box-shadow: 1px 1px 12px #f1f1f1 inset;
	font-family: "robotomedium";
	background-color: #f9f9f9;
	cursor: pointer;
	color: #ffffff;
	opacity: 0.8;
}

.item .oSkuDropdownList .skuPropertyValue:hover{
	background-color: #f9f9f9;
	cursor: pointer;
	color: #ffffff;
	opacity: 0.8;
}

.item .oSkuDropdownList .oSkuPropertyItemLink{
	padding: 12px 8px !important;
	text-decoration: none;
	line-height: 18px;
	text-align: left;
	font-size: 13px;
	color: #000000;
	display: block;
	border: 0px;
}

.item .oSkuDropdownList .oSkuDropdownListItem.selected .oSkuPropertyItemLink{
	border: 0px;
}

.item .oSkuDropdownList .oSkuDropdownListItem.disabled{
	display: none;
}

.item .oSkuDropdownList .skuPropertyValue:active .oSkuPropertyItemLink,
.item .oSkuDropdownList .oSkuPropertyItemLink:active{
	position: relative;
	top: 1px;
}

.item .oSkuDropdownList .skuPropertyValue.loading:after{
	left: 18px;
}

.sideBlock .heading{
	padding-left: 18px;
}

.heading.collapsed{
	text-decoration: none;
	overflow: hidden;
	margin-right: 24px;
	float: left;
	width: 355px;
	line-height: 50px;
	height: 50px;
	display: block;
	color: #ffffff;
	font-size: 16px;
}

.heading.collapsed ins{
	vertical-align: middle;
	display: inline-block;
	margin: 0 18px 0 0;
	line-height: 50px;
	padding: 0 12px;
	height: 50px;
	width: 24px;
}

.mfeedback{
	margin-bottom: 36px;
}

.mfeedback .errortext,
.mfeedback .mf-ok-text{
	font-weight: 400;
	font-size: 16px;
}

.mfeedback .mf-ok-text + form{
	display: none;
}

.mfeedback .mf-text{
	font-size: 14px;
	margin-top: 8px;
}

.mfeedback input, .mfeedback textarea{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	font-family: "roboto_ltregular" , arial , sans-serif;
	margin-top: 8px;
	padding: 0 12px;
	height: 48px;
	border: 0px;
}

.mfeedback textarea{
	padding-top: 12px;
	height: 150px;
	outline: none;
	resize: none;
}


.mfeedback input[type="submit"]{
	cursor: pointer;
	padding: 0 48px;
}

#userPersonalInfoReg + label:before{
	margin-top: -2px;
}

#userPersonalInfoReg.error + label:before{
	border: 1px solid #ff0000 !important;
}

.bx-auth {
	margin-bottom: 36px;
	overflow: hidden;
}

.bx-auth .alert{
	font-family: 'robotobold';
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 24px;
	padding: 12px 48px;
	font-weight: 400;
	font-size: 12px;
}

.bx-auth .alert.small{
	/*font-family: "roboto_ltregular";*/
	line-height: 28px;
	max-width: 600px;
	font-size: 14px;
}

.bx-authform-label-container{
	margin-bottom: 8px;
}

.bx-auth .bx-authform-description-container{
	margin-bottom: 12px;
}

.bx-auth .bx-captcha{
	margin-top: 28px;
}

.bx-auth .bx-authform-formgroup-container{
	float: left;
	width: 450px;
}

.bx-auth .bx-authform-formgroup-container-line{
	overflow: hidden;
}

.bx-auth .registerText{
	padding-bottom: 24px;
	max-width: 800px;
	margin-top: 0px;
	display: block;
}

.bx-auth input{
	font-family: "roboto_ltregular" , arial , sans-serif;
	font-size: 14px;
}

.bx-auth .leftContainer{
	margin-right: 48px;
	float: left;
}

.bx-auth .rightContainer{
	float: left;
}

.bx-auth .rightContainer p{
	max-width: 450px;
	display: block;
}

.bx-auth input[type="checkbox"] + label,
.bx-auth input[type="radio"] + label {
	cursor: pointer;
}

.bx-auth input[type="checkbox"]:not(checked),
.bx-auth input[type="radio"]:not(checked) {
  position: absolute;
  opacity: 0;
}

.bx-auth input[type="checkbox"]:not(checked) + label,
.bx-auth input[type="radio"]:not(checked) + label {
	position: relative;
	padding-left: 24px;
}

.bx-auth input[type="checkbox"] + label:before {
	background: url(/local/templates/RBC/images/checkBox.png) 0 0 no-repeat transparent;
}

.bx-auth input[type="radio"] + label:before {
	background: url(/local/templates/RBC/images/radio.png) 0 0 no-repeat transparent;
}

.bx-auth input[type="checkbox"]:not(checked) + label:before,
.bx-auth input[type="radio"]:not(checked) + label:before {
	position: absolute;
	content: " ";
    height: 17px;
	width: 17px;
	left: 0;
	top: 0px;
}

.bx-auth input[type="checkbox"]:not(checked) + label:hover:before,
.bx-auth input[type="radio"]:not(checked) + label:hover:before {
	background-position: 0 -17px;
}

.bx-auth input[type="checkbox"]:checked + label:before,
.bx-auth input[type="radio"]:checked + label:before {
	background-position: 0 -34px;
}

.bx-auth input[type="checkbox"]:checked + label:hover:before,
.bx-auth input[type="radio"]:checked + label:hover:before {
	background-position: 0 -51px;
}

.bx-auth input[type="checkbox"]:disabled + label,
.bx-auth input[type="radio"]:disabled + label {
	cursor: default;
}

.bx-auth input[type="checkbox"]:disabled + label:before,
.bx-auth input[type="radio"]:disabled + label:before {
	background-position: 0 -68px !important;
}

.bx-auth input[type="text"],
.bx-auth input[type="password"] {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 12px;
	margin-top: 12xp;
	padding: 0 12px;
	width: 420px;
	height: 48px;
	border: 0;
}

.bx-auth .submit,
.popup-window .btn {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	line-height: 48px;
	margin-top: 24px;
	cursor: pointer;
	font-size: 14px;
	height: 48px;
	width: 224px;
	border: 0;
}

.bx-auth .send .submit{
	margin-top: 12px;
}

.popup-window .btn{
	margin-left: 12px;
	line-height: 30px;
	margin-top: 0px;
	height: 30px;
}

.bx-auth .submit:active,
.popup-window .btn:active {
	position: relative;
	top: 1px;
}

.bx-auth .clear{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background: transparent;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	margin-left: 12px;
	line-height: 48px;
	margin-top: 24px;
	font-size: 14px;
	cursor: pointer;
	height: 48px;
	width: 160px;
}


.bx-auth .submit:active {
	position: relative;
	top: 1px;
}

.bx-auth .forgot, .bx-auth .registerLink{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	margin-left: 12px;
}

.bx-auth .registerLink{
	margin-left: 0;
}

.blackLink, .backToIndexPage{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.catalog-item-links{
	margin-bottom: 12px;
}

.catalog-detail{
	margin-bottom: 12px;
}

.contactList {
	margin-bottom: 24px;
	margin-top: 24px;
	overflow: hidden;
	list-style: none;
	padding: 0;
}

.contactList li{
	float: left;
	width: 25%;
}

.contactList li table{
	table-layout: fixed;
	width: 100%;
}

.contactList li table td{
	vertical-align: middle;
	text-align: left;
}

.contactList li table td:first-child{
	padding-right: 12px;
	text-align: center;
	width: 42px;
}

.contactList li table td img{
	vertical-align: middle;
}

.contactList a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
}

.contactLabel{
	font-size: 16px;
	margin-top: 0;
}

.blurred{

	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-ms-filter: blur(2px);
	-o-filter: blur(2px);
	filter: blur(2px);

	background: #ffffff;

}

/*.product .pic:hover img{}*/

.copyright img{
	vertical-align: middle;
}

.sn{
	overflow: hidden;
	float: right;
}

.sn li{
	line-height: 60px;
	float: left;
}

.sn a{
	display: block;
	height: 60px;
	width: 60px;
}

.sn .vk{
	background: url(/local/templates/RBC/images/sn.png) 0 0 no-repeat transparent;
}

.sn .fb{
	background: url(/local/templates/RBC/images/sn.png) -60px 0 no-repeat transparent;
}

.sn .od{
	background: url(/local/templates/RBC/images/sn.png) -120px 0 no-repeat transparent;
}

.sn .tw{
	background: url(/local/templates/RBC/images/sn.png) -180px 0 no-repeat transparent;
}

.sn .go{
	background: url(/local/templates/RBC/images/sn.png) -240px 0 no-repeat transparent;
}

.sn .yo{
	background: url(/local/templates/RBC/images/sn.png) -300px 0 no-repeat transparent;
}

.sn .vk:hover{
	background-position: 0 -60px;
}

.sn .fb:hover{
	background-position: -60px -60px;
}

.sn .od:hover{
	background-position: -120px -60px;
}

.sn .tw:hover{
	background-position: -180px -60px;
}

.sn .go:hover{
	background-position: -240px -60px;
}

.sn .yo:hover{
	background-position: -300px -60px;
}

#upButton{
	background: url(/local/templates/RBC/images/up.png) 0 0 no-repeat transparent;
	position: fixed;
	cursor: pointer;
	display: none;
	bottom: 132px;
	height: 73px;
	width: 73px;
	right: 24px;
	z-index: 99;
}

#upButton:hover{
	background-position: -73px 0;
}

#upButton:active{
	background-position: -146px 0;
}

#upButton.enb{
	display: block;
}

#upButton a{
	display: block;
}

#requestPrice{
    -webkit-transition: 0.1s all ease-in-out;
    -o-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    display: none;
    z-index: 1001;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}

#requestPrice #requestPriceResult{
	transform: translateY(50%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 24px;
}

#requestPrice #requestPriceResultTitle{
	text-align: center;
	margin-top: 24px;
	font-size: 16px;
}

#requestPrice #requestPriceResultMessage{
	text-align: center;
	margin-top: 24px;
}

#requestPrice #requestPriceResultClose{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	text-align: center;
	line-height: 50px;
	margin: 24px auto;
	font-size: 14px;
	color: #ffffff;
	display: block;
	height: 50px;
	width: 254px;
}

#requestPrice #requestPriceResultClose:active{
	position: relative;
	top: 1px;
}


#requestPrice #requestPriceContainer{
    box-shadow: 1px 1px 12px rgba(60, 60, 60, 0.3);
    background-color: #ffffff;
    margin-left: -350px;
    margin-top: -215px;
    position: absolute;
    overflow: hidden;
    height: 430px;
    width: 700px;
    left: 50%;
    top: 50%;
}

#requestPrice .requestPriceHeading{
    background-color: #424242;
    position: relative;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    color: #ffffff;
    height: 60px;
}

#requestPrice .requestPriceHeading .close{
	background: url(/local/templates/RBC/images/exit.png) 0 0 no-repeat transparent;
	position: absolute;
	display: block;
	height: 21px;
	width: 21px;
    right: 20px;
    top: 20px;
}

#requestPrice .requestPriceHeading .close:hover{
	background-position: 0 -21px ;
}

#requestPrice  .requestPriceHeading .close:active{
	background-position: 0 -42px ;
}

#requestPrice .requstProductContainer{
	border-collapse: collapse;
	table-layout: fixed;
	display: table;
	width: 100%;
}

#requestPrice .productColumn{
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	width: 320px;
}

#requestPrice .productNameBlock {
    padding: 0 24px;
}

#requestPrice .productNameBlock .productUrl{
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    text-decoration: none;
    margin-bottom: 12px;
    line-height: 44px;
    overflow: hidden;
    font-size: 14px;
    display: block;
    color: #000000;
    height: 44px;
}

#requestPrice .productNameBlock .productUrl:active{
	position: relative;
	top: 1px;
}

#requestPrice .productImageBlock{
	text-align: center;
    line-height: 270px;
    display: block;
    height: 270px
}

#requestPrice .productImageBlock a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	line-height: 270px;
	display: block;
	height: 270px;
}

#requestPrice .productImageBlock a:hover{
	opacity: 0.8;
}

#requestPrice .productImageBlock a:active{
	position: relative;
	top: 1px;
}

#requestPrice .productImageBlock img{
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
}

#requestPrice .productNameBlock .middle{
    line-height: 21px;
    vertical-align: middle;
    display: inline-block;
}

#requestPrice .formColumn{
	vertical-align: middle;
	display: table-cell;
	width: 380px;
}

#requestPrice .requestPriceFormHeading{
	color: black;
    margin-bottom: 12px;
    text-align: center;
    margin-right: 24px;
    margin-top: 24px;
    font-size: 16px;
    display: block;
}

#requestPrice input{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*font-family: "roboto_ltregular";*/
	margin-bottom: 12px;
	padding-left: 12px;
	width: 354px;
	height: 50px;
	border: 0;
}

#requestPrice input {
    background-color: #f3f3f3;
    color: #000000;
}

#requestPrice .personalInfoRequest{
	margin-bottom: 12px;
}

#requestPrice input[type="checkbox"]{
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 0px;
	margin-right: 6px;
	margin-top: -2px;
	height: 14px;
	width: 14px;
}

#requestPrice input[type="checkbox"].error + label{
	border-bottom: 1px solid #ff0000 !important;
}

#requestPrice textarea{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*font-family: "roboto_ltregular";*/
	margin-bottom: 12px;
	padding-left: 12px;
	padding-top: 12px;
	resize: none;
	width: 354px;
	height: 60px;
	border: 0;
}

#requestPrice textarea {
    background-color: #f3f3f3;
}

#requestPrice input:focus,
#requestPrice textarea:focus{
    background-color: #e9e9e9;
    outline: none;
}

#requestPrice #requestPriceSubmit{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	cursor: pointer;
	display: block;
	color: #ffffff;
	height: 50px;
	width: 354px;
}

#requestPrice #requestPriceSubmit:active{
	position: relative;
	top: 1px;
}

#requestPrice #requestPriceSubmit.loading{
	-webkit-transition: background 0s !important;
	-o-transition: background 0s !important;
	transition: background 0s !important;
	text-indent: 12px;
	opacity: 0.9;
}

#requestPrice #requestPriceSubmit.loading img{
	display: none;
}

#requestPrice #requestPriceSubmit img{
	vertical-align: middle;
	padding-right: 4px;
	margin-top: -2px;
}

#requestPrice .markerContainer{
	position: absolute;
	top: 0px;
	left: 12px;
}

#requestPrice .error{
	border: 1px solid #ff0000;
}

#smartFilter{
	margin-top: 0px;
}

#searchSection a{

	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #000000;
}

#searchSection a:hover{
	opacity: 0.7;
}

.clean{
	position: relative;
	overflow: hidden;
	padding: 0 2px;
}

.limiter{
	max-width: 1480px;
	min-width: 320px;
	margin: auto;
	clear: both;
}
.limiter .compliter > div[id*="bx_"] {
    width: 355px;
    padding-right: 24px;
    display: table-cell;
    vertical-align: top;
}

.limiter .compliter > div[id*="bx_"] #left{
	padding-right: 0
}

/* page styles */

.priceTableContainer{
	max-width: 1000px;
	overflow-x: auto;
	min-width: 320px;
}

.priceTableStyle80{
	border-collapse: collapse;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.priceTableStyle80 th{
	font-family: "robotomedium";
	background-color: #f7f7f7;
	border: 1px solid #e4e4e4;
	font-weight: normal;
	padding: 12px 24px;
}

.priceTableStyle80 td{
	border: 1px solid #e4e4e4;
	vertical-align: middle;
	padding: 12px 24px;
	text-align: left;
	color: #333333;
}

.mediumText{
	font-family: "robotomedium";
}

.pagePicture{
	max-width: 100%;
	height: auto;
}

.skuPropertyValue.loading{
	position: relative;
}

.skuPropertyValue.loading img{
	opacity: 0;
}

.skuPropertyValue.loading:after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position:absolute;
	top: 50%;
	margin-top: -10px;
	margin-left: -10px;
	left: 50%;
	background: url(/local/templates/RBC/images/loaderMin.gif) 50% 50% no-repeat #fff;
}

#stores{
    margin-top: 24px;
    font-size: 13px;
}

#stores .wrap{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 24px;
    overflow: auto;
}

#stores .heading{
    border-top: 1px solid #efefef;
    font-family: 'robotobold';
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 36px 24px;
    font-weight: 800;
    font-size: 20px;
    display: block;
}

#stores .storeTable{
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

#stores .storeTable tr:nth-child(odd) td{
    background-color: #f9f9f9;
}

#stores .storeTable th{
    background-color: #f3f3f3;
    padding: 12px 24px;
    font-weight: 400;
    text-align: center;
}

#stores .storeTable td{
    /*border-top: 1px solid #e7e8ea;*/
    text-align: center;
    padding: 12px 24px;
}

#stores .storeTable .name{
    text-align: left;
    width: 35%;
}

#stores .storeTable td.name{
        text-align: left;
}

#stores .storeTable .lb{
    display: inline-block;
    text-align: left;
}

#stores .storeTable .icon{
    vertical-align: middle;
    padding-right: 6px;
    margin-top: -4px;
}

#stores .storeTable .green{
    /*font-weight: 800;*/
    color: #73b24e;
}

#stores .storeTable .red{
    color: #ff0000;
}

#stores .storeTable .picture{
    vertical-align: middle;
    padding-right: 12px;
}

#stores .storeTable a{
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;   
    text-decoration: underline;
    color: #000000;
}

#stores .storeTable a:hover{
    color: #888888;
}

#stores #storeMap{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 24px;
    padding: 0 24px;
}

#error404{
	margin-bottom: 24px;
	text-align: center;
}

#error404 h1{
	font-family: "roboto_thregular";
	margin-bottom: 24px;
	text-align: center;
	line-height: 48px;
	font-size: 48px;
}

#error404 .errorPic{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-bottom: 48px;
	text-align: center;
	margin-top: 48px;
	display: block;
}

#error404 .errorPic img{
	max-height: 90%;
	max-width: 90%;
}

#error404 .errorPic:hover{
	opacity: 0.8;
}

#error404 .errorText{
	font-family: 'robotobold';
	text-transform: uppercase;
	line-height: 28px;
}

#error404 .errorText a{
	color: #ff9601;
}

#error404 #empty{
	border-top: 1px solid #e5e5e5;
	margin-top: 48px;
}

#error404 #empty .emptyTitle{
	text-align: center;
	margin-top: 48px;
}

#error404 #empty .emptyMenu a{
	display: inline-block;
	width: 250px;
	text-align: left;
}

#middleSlider img{
	width: 100%;
}

#modef{
	left: 370px;
}

.banner-animated .image { opacity: 0; transform: translate3d(30px,0,0); transition: all 0.6s 0.4s ease-in-out; }
.banner-animated.banner-image-load .image { opacity: 1; transform: translate3d(0,0,0); }

.slider_middle #slider ul li span,
.slider_middle #slider .limiter{
	height: 800px;
}

.slider_small #slider ul li span,
.slider_small #slider .limiter{
	height: 600px;
}

.slider_middle #slider ul li span,
.slider_small #slider ul li span{
	background-position: 50% 0;
}

@media all and (max-width: 1920px){

	.slider_middle #slider ul li span,
	.slider_middle #slider .slideVideoContainer,
	.slider_middle #slider .limiter,
	.slider_middle #slider .videoPoster{
		height: 540px;
	}

	.slider_small #slider ul li span,
	.slider_small #slider .slideVideoContainer,
	.slider_small #slider .limiter,
	.slider_small #slider .videoPoster{
		height: 420px;
	}

}

@media all and (max-width: 1600px){

	.slider_middle #slider ul li span,
	.slider_middle #slider .slideVideoContainer,
	.slider_middle #slider .limiter,
	.slider_middle #slider .videoPoster{
		height: 450px;
	}

	.slider_small #slider ul li span,
	.slider_small #slider .slideVideoContainer,
	.slider_small #slider .limiter,
	.slider_small #slider .videoPoster{
		height: 380px;
	}

}

@media all and (max-width: 1366px){

	.slider_middle #slider ul li span,
	.slider_middle #slider .slideVideoContainer,
	.slider_middle #slider .limiter,
	.slider_middle #slider .videoPoster{
		height: 480px;
	}

	.slider_small #slider ul li span,
	.slider_small #slider .slideVideoContainer,
	.slider_small #slider .limiter,
	.slider_small #slider .videoPoster{
		height: 350px;
	}

}

@media all and (max-width: 1300px){

	.slider_middle #slider ul li span,
	.slider_middle #slider .slideVideoContainer,
	.slider_middle #slider .limiter,
	.slider_middle #slider .videoPoster{
		height: 420px;
	}

	.slider_small #slider ul li span,
	.slider_small #slider .slideVideoContainer,
	.slider_small #slider .limiter,
	.slider_small #slider .videoPoster{
		height: 420px;
	}

}

@media all and (max-width: 1200px){

	.slider_middle #slider ul li span,
	.slider_middle #slider .slideVideoContainer,
	.slider_middle #slider .limiter,
	.slider_middle #slider .videoPoster{
		height: 400px;
	}

	.slider_small #slider ul li span,
	.slider_small #slider .slideVideoContainer,
	.slider_small #slider .limiter,
	.slider_small #slider .videoPoster{
		height: 400px;
	}

}

@media all and (max-width: 1100px){

	.slider_middle #slider ul li span,
	.slider_middle #slider .slideVideoContainer,
	.slider_middle #slider .limiter,
	.slider_middle #slider .videoPoster{
		height: 380px;
	}

	.slider_small #slider ul li span,
	.slider_small #slider .slideVideoContainer,
	.slider_small #slider .limiter,
	.slider_small #slider .videoPoster{
		height: 380px;
	}

}

@media all and (max-width: 1024px){

	.slider_middle #slider ul li span,
	.slider_middle #slider .slideVideoContainer,
	.slider_middle #slider .limiter,
	.slider_middle #slider .videoPoster{
		height: 350px;
	}

	.slider_small #slider ul li span,
	.slider_small #slider .slideVideoContainer,
	.slider_small #slider .limiter,
	.slider_small #slider .videoPoster{
		height: 350px;
	}

}

@media all and (max-width: 850px){

	.slider_middle #slider ul li span,
	.slider_middle #slider .slideVideoContainer,
	.slider_middle #slider .limiter,
	.slider_middle #slider .videoPoster{
		height: 300px;
	}

	.slider_small #slider ul li span,
	.slider_small #slider .slideVideoContainer,
	.slider_small #slider .limiter,
	.slider_small #slider .videoPoster{
		height: 300px;
	}

}

@media all and (max-width: 700px){

	.slider_middle #slider ul li span,
	.slider_middle #slider .slideVideoContainer,
	.slider_middle #slider .limiter,
	.slider_middle #slider .videoPoster{
		height: 280px;
	}

	.slider_small #slider ul li span,
	.slider_small #slider .slideVideoContainer,
	.slider_small #slider .limiter,
	.slider_small #slider .videoPoster{
		height: 280px;
	}

}

@media all and (max-width: 660px){

	.slider_middle #slider ul li span,
	.slider_middle #slider .slideVideoContainer,
	.slider_middle #slider .limiter,
	.slider_middle #slider .videoPoster{
		height: 260px;
	}

	.slider_small #slider ul li span,
	.slider_small #slider .slideVideoContainer,
	.slider_small #slider .limiter,
	.slider_small #slider .videoPoster{
		height: 260px;
	}

}

@media all and (max-width: 480px){

	.slider_middle #slider ul li span,
	.slider_middle #slider .slideVideoContainer,
	.slider_middle #slider .limiter,
	.slider_middle #slider .videoPoster{
		height: 220px;
	}

	.slider_small #slider ul li span,
	.slider_small #slider .slideVideoContainer,
	.slider_small #slider .limiter,
	.slider_small #slider .videoPoster{
		height: 220px;
	}

}


body.panels_white #homeCatalog .captionList{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: transparent;
}

body.panels_white #homeCatalog .caption{
	border-left: 1px solid #e7e8ea;
}

body.panels_white #homeCatalog .caption:not(.selected):hover{
	background-color: #fbfbfb;
}

body.panels_white #homeCatalog .caption.selected a{
	color: #ffffff;
}

body.panels_white #homeCatalog .caption a{
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	color: #000000;
}

body.panels_white #homeCatalog .captionList .cItem:first-child{
	margin-left: -1px;
}

body.panels_white #homeCatalog #captionCarousel{
	border-right: 1px solid #e7e8ea;
	border-left: 1px solid #e7e8ea;
	background-color: #ffffff;
	margin-left: -1px;
}

body.panels_white #left .sideBlock .heading{
	border: 1px solid #e7e8ea;
	background-color: #ffffff;
	color: #000000;
}

body.panels_white #serviceBlock .sideBlockContent,
body.panels_white #collectionBlock .sideBlockContent,
body.panels_white #left #subscribe .sideBlockContent{
	border-top: 0px;
}

body.panels_white #left #subscribe .heading{
	border-left: 0px;
	border-right: 0px;
}

body.panels_white #right #popSection .heading,
body.panels_white #right #brandList .heading{
	border: 1px solid #e7e8ea;
	background-color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #000000;
}

/*body.panels_white #brandList .item:nth-child(5n+1){
	border-left: 1px solid #e7e8ea;
}*/

body.panels_white #homeCatalog #captionCarousel:before{
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}

@media all and (min-width: 1024px){

	.menuContainerColor.color_white #mainMenuContainer{
		border-bottom: 1px solid #f6f6f6;
		border-top: 1px solid #f6f6f6;
		background-color: #ffffff;
	}

	.menuContainerColor.color_gray #mainMenuContainer{
		border-bottom: 1px solid #f6f6f6;
		border-top: 1px solid #f6f6f6;
		background-color: #fbfbfb;
	}

	.menuContainerColor.color_white #mainMenuContainer #mainMenu > li:first-child,
	.menuContainerColor.color_gray #mainMenuContainer #mainMenu > li:first-child{
	    border-left: 1px solid #f6f6f6;
	}

	.menuContainerColor.color_theme #mainMenuContainer #mainMenu > li:first-child{
		border-color: rgba(255, 255, 255, 0.2);
	}

	.menuContainerColor.color_white #mainMenuContainer #mainMenu > li,
	.menuContainerColor.color_gray #mainMenuContainer #mainMenu > li{
	    border-right: 1px solid #f6f6f6;
	}

	.menuContainerColor.color_theme #mainMenuContainer #mainMenu > li{
		border-color: rgba(255, 255, 255, 0.2);
	}

	.menuContainerColor.color_white #mainMenuContainer #mainMenu > li:hover{
		background-color: #fbfbfb;
	}

	.menuContainerColor.color_gray #mainMenuContainer #mainMenu > li:hover{
		background-color: #ffffff;
	}

	.menuContainerColor.color_white #mainMenuContainer #mainMenu > li a,
	.menuContainerColor.color_gray #mainMenuContainer #mainMenu > li a,
	.menuContainerColor.color_white #mainMenuContainer #mainMenu > li a:hover,
	.menuContainerColor.color_gray #mainMenuContainer #mainMenu > li a:hover{
		color: #000000;
	}

	.menuContainerColor.color_theme #mainMenuContainer #mainMenu > li > a,
	.menuContainerColor.color_theme #mainMenuContainer #mainMenu > li > a:hover{
		color: #ffffff;
	}

	.menuContainerColor.color_white #menuCatalogSection,
	.menuContainerColor.color_gray #menuCatalogSection{
		border-left: 1px solid #f6f6f6;
	}

	.menuContainerColor.color_theme #menuCatalogSection{
		border-color: rgba(255, 255, 255, 0.2)
	}

	.menuContainerColor.color_white #menuCatalogSection .catalogButton{
		background-color: #ffffff;
		color: #000000;
	}

	.menuContainerColor.color_gray #menuCatalogSection .catalogButton{
		background-color: #fbfbfb;
		color: #000000;
	}

	.menuContainerColor.color_white #menuCatalogSection .catalogButton:hover,
	.menuContainerColor.color_theme #menuCatalogSection .catalogButton:hover,
	.menuContainerColor.color_gray #menuCatalogSection .catalogButton:hover{
		opacity: 0.8;
	}

	.menuContainerColor.color_white #mainMenu .removedItemsLink .removedItemsList,
	.menuContainerColor.color_gray #mainMenu .removedItemsLink .removedItemsList{
		background-color: #fbfbfb;
	}

	.menuContainerColor.color_white #mainMenu .removed,
	.menuContainerColor.color_gray #mainMenu .removed{
		border-top: 1px solid #ffffff;
	}

	.menuContainerColor.color_theme #mainMenu .removed{
		border-color: rgba(255, 255, 255, 0.2);
	}

	.menuContainerColor.color_theme #mainMenu .removed:hover a{
		color: #ffffff;
	}

	.menuContainerColor.color_white #mainMenu .removed:hover,
	.menuContainerColor.color_gray #mainMenu .removed:hover{
		background-color: #ffffff;
	}

	.menuContainerColor.color_white #mainMenu .removedItemsLink > a,
	.menuContainerColor.color_gray #mainMenu .removedItemsLink > a{
		background-image: url(/local/templates/RBC/images/menuSlicedIconW.png);
	}

	.menuContainerColor.color_white #menuCatalogSection .catalogButtonImage,
	.menuContainerColor.color_gray #menuCatalogSection .catalogButtonImage{
		background-image: url(/local/templates/RBC/images/catalogButtonW.png);
	}

	.menuContainerColor.color_white #menuCatalogSection .sectionMenuArrow,
	.menuContainerColor.color_gray #menuCatalogSection .sectionMenuArrow{
		background-image: url(/local/templates/RBC/images/sectionMenuArrowW.png);
	}
}

@media all and (max-width: 1800px) {
	body.panels_white #right .heading{
		border-bottom: 0px;
	}
}

@media all and (max-width: 1000px) {
	#error404 .errorText{
		display: none;
	}
}
/*#error404 .wrapper{
	width: 1000px;
	margin: auto;
}*/

.pilink{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	color: #888888;
}

.pilink:hover{
	opacity: 0.7;
}

.pilink:active{
	position: relative;
	top: 1px;
}

.clear{
	clear:both;
}

.hidden {
	display: none;
}

.hiddenZone{
	display: none;
}

.addCart:active{
	position: relative;
	top: 1px;
}



@media all and (min-width: 700px) {
	#catalog.alone-item .product{
		width: 50%;
	}
}

@media all and (min-width: 870px) {
	#catalog.alone-item .product{
		width: 33.333%;
	}
}

@media all and (min-width: 1220px) {
	#catalog.alone-item .product{
		width: 25%;
	}
}

@media all and (min-width: 1520px) {
	#catalog.alone-item .product{
		width: 20%;
	}
}

@media all and (max-width: 1920px) {
	#slider ul li span,
	#slider .slideVideoContainer,
	#slider .limiter,
	#slider .videoPoster{
		height: 690px;
	}
}


@media all and (max-width: 1800px) {

	.product{
		height: 341px;
	}

	.product.last{
		line-height: 340px;
	}

	.product .tabloid{
		height: 340px;
	}

	.product .picture{
		height: 230px;
		line-height: 230px;
	}

	.product .name{
		margin-bottom: 2px;
	}

	.product .price .discount{
		padding: 0;
		display: block;
		font-size: 13px;
		line-height: 16px;
		height: 16px;
	}

	#popSection .item{
		height: 150px;
	}

	#popSection .tabloid{
		padding: 6px;
	}

	#popSection .picture{
		height: 90px;
		line-height: 90px;
	}

	#popSection .nameWrap{
		height: 32px;
		line-height: 32px;
	}

	#popSection .name{
		line-height: 16px;
	}

	#popSection .last{
		line-height: 150px;
	}

	#brandList .item{
		height: 96px;
		line-height: 96px;
	}

	#brandList .picture{
		height: 72px;
		line-height: 72px;
	}

	#catalogColumn .product{
		width: 25%;
	}

	.addCart.requestPrice{
		margin-top: 30px;
	}

}

@media all and (max-width: 1600px) {

	#slider ul li span,
	#slider .slideVideoContainer,
	#slider .limiter,
	#slider .videoPoster{
		height: 650px;
	}

	#slider .sliderContent,
	#slider .leftContainer{
		left: 72px;
	}

	#slider .rightContainer{
		right: 48px;
		left: unset;
	}

	#slider .centerContainer{
	    transform: translateX(-50%) translateY(-50%) !important;
		left: 50%;
	}

}

@media all and (max-width: 1500px) {
	
	#footerTabs .wrapper,
	#footerTabsCaption .wrapper,
	.limiter{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 24px;
	}

	#newsContainer .column{
		width: 100%;
	}

	#newsContainer .column .item{
		overflow: hidden;
	}

	#newsContainer .column .item .bigPicture{
		margin-right: 48px;
		float: left;
		width: 30%;
	}

	.global-information-block,
	.global-information-block.fixed .global-information-block-hide-scroll-cn{
		width: 250px !important;
	}

}

@media all and (max-width: 1400px) {
	#catalogColumn #catalogLineList .description{
		display: none;
	}

	#catalogColumn #catalogLineList .prop{
		width: 100%;
	}

	.mainServiceContainer .item .wrap{
		padding: 0 18px;
	}

	.mainServiceContainer .item .bigPicture{
		height: 140px;
		margin-top: 18px;
		line-height: 140px;
	}

	.mainServiceContainer .item .title{
		margin-top: 18px;
	}

	.mainServiceContainer .item .title a{
		height: 32px;
		line-height: 32px;
	}

	.mainServiceContainer .item .title a span{
		line-height: 16px;
	}
}

@media all and (max-width: 1366px) {
	
	#catalogLineList .column:first-child{
		width: 300px;
	}

	.contactList li{
		margin-bottom: 24px;
		width: 50%;
	}

	.mfeedback input, 
	.mfeedback textarea,
	div.mf-name input, 
	div.mf-email input,
	div.mf-message textarea{
		width: 100%;
	}

	.mfeedback input[type="submit"]{
		width: 200px;
	}

	#slider ul li span,
	#slider .slideVideoContainer,
	#slider .limiter,
	#slider .videoPoster{
		height: 518px;
	}

/*	#catalogColumn .leftColumn{
		width: 320px;
	}*/

}

@media all and (max-width: 1300px) and (min-width: 1024px) {

	.product:nth-child(4n+1).last{
		line-height: 70px;
		height: 70px;
		width: 100%;
	}

	.product:nth-child(4n+1).last .icon{
		display: none;
	}

	.product:nth-child(4n+1).last .small{
		display: none;
	}

}

@media all and (max-width: 1300px) {
	.product{
		height: 341px;
		width: 25%;
	}

	#logo{
		width: 196px;
		height: 60px;
	}

	#topService .city{
		display: none;
	}

	#headerTools .wishlist .nf{
		display: none;
	}

	#headerTools .compare .nf{
		display: none;
	}

	#footer .nav > li{
		width: 33.313131%;
	}

	#footer .nav > li:last-child{
		display: none;
	}

	#slider ul li span,
	#slider .slideVideoContainer,
	#slider .limiter,
	#slider .videoPoster{
		height: 420px;
	}

	#footer .rightTable .leftColumn{
		display: none;
	}

	#rightFooter{
		width: 23%;
	}

	#empty .emptyMenu li{
		width: 50%;
	}

	#modef{
	    left: 301px;
	}

	#slider .sliderContent .bigText,
	#slider .sliderContent .bigTextColor,
	#slider .sliderContent .bigTextLight,
	#slider .sliderContent .bigTextLightColor{
		line-height: 42px;
		font-size: 36px;
	}

	#slider .sliderContent .mediumText,
	#slider .sliderContent .mediumTextColor,
	#slider .sliderContent .mediumTextLight{
		line-height: 30px;
		font-size: 24px;
	}

	#slider .sliderContent .smallText,
	#slider .sliderContent .smallTextColor,
	#slider .sliderContent .smallTextLight{
		line-height: 21px;
		font-size: 14px;
	}

	#slider .sliderContent{
		max-width: 400px;
	}

	#slider .sliderContent br{
		display: none;
	}

	#slider .sliderContent,
	#slider .leftContainer{
		left: 24px;
	}

	#slider .rightContainer{
		left: unset;
		right: 24px;
	}

	#slider .centerContainer{
	    transform: translateX(-50%) translateY(-50%);
		left: 50%;
	}

	#catalogColumn .product{
		width: 33.33333%;
	}

	#catalog .product{
		width: 33.33333%;
	}

/*	#homeCatalog .captionList{
		background: #ffffff;
	}*/

}

@media all and (min-width: 1281px) {


	.global-content-block + div[id*="bx_"]{
		display: table-cell;
		width: 290px;
	}
}

@media all and (max-width: 1280px) {

	.global-block-container{
		min-height: auto !important;
	}
	
	.global-block-container .global-information-block{
		display: none;
	}

	#homeCatalog .captionList{
		line-height: 55px;
		height: 55px;
	}
}

@media all and (max-width: 1200px) {

	#footerLine .col:first-child{
		width: 30%;
	}

	#footerLine .col:last-child{
		width: 70%;
		float: right;
	}

	#footerLine .col:first-child .item:nth-child(1n+2){
		display: none;
	}

	#catalogLineList .column:last-child,
	#catalogLineList .itemRow{
		/*overflow: hidden;*/
		display: block;
	}

    #catalogLineList .column:first-child{
    	width: 40%;
	}

	#catalogLineList .column:nth-child(2){
		width: 60%;
	}

	#catalogLineList .column:first-child,
	#catalogLineList .column:nth-child(2){
		float: left;
	}

	#catalogLineList .column:last-child{
		line-height: 60px;
		padding: 0 0;
		height: 60px;
		border: 0px;
		width: 100%;
		clear: both;
	}

	#catalogLineList .resizeColumn{
		text-align: center;
		width: 30%;
		float: left;
	}

	#catalogLineList .column .resizeColumn.last{
		text-align: right;
		width: 40%;
	}

	#catalogLineList .column:last-child .priceLabel{
		display: inline-block;
		padding-left: 24px;
		float: none;
	}

	#catalogLineList .column:last-child .price{
		display: inline-block;
		margin: 0px;
	}

	#catalogLineList .column:last-child .addCart{
		display: inline-block;
		margin: 9px auto;
		line-height: 40px;
		padding: 0 24px;
		font-size: 14px;
		height: 40px;
		width: auto;
	}

	#catalogLineList .column:last-child .optional{
		margin: 9px 0 0 0px;
		font-size: 14px;
	}

	#catalogLineList .column:last-child .optional .row{
		margin-bottom: 4px;
		padding: 0px;
	}

	#catalogLineList .column:last-child .optional .label{
    	text-align: left;
		font-size: 14px;
	    width: 50%;
	}

	#catalogLineList .column:last-child .priceLabel{
		display: none;
	}

	#catalogLineList .column:last-child .article{
		display: none;
	}

	#catalogTableList .column:nth-child(7){
		display: none;
	}

	#catalogLineList .column:last-child{
		background-color: #f9f9f9;
	}

	#slider ul li span,
	#slider .slideVideoContainer,
	#slider .limiter,
	#slider .videoPoster{
		height: 400px;
	}


}

@media all and (max-width: 1150px){
	#catalogColumn .product{
		width: 50%;
	}

	#catalog .product{
		width: 50%;
	}
}

@media all and (max-width: 1100px) {

	#homeCatalog{
		/*margin-top: 24px;*/
	}

	#catalogLineList .description{
		display: none;
		
	}

	#catalogLine .column:last-child .label{
		display: none;
	}

	#catalogLineList .prop{
		width: 100%;
	}

	#catalogTableList .column:nth-child(4){
		display: none;
	}

	#slider ul li span,
	#slider .slideVideoContainer,
	#slider .limiter,
	#slider .videoPoster{
		height: 380px;
	}
}

@media all and (max-width: 1300px) and (min-width: 1000px) {
	.product:nth-child(4n+1).last{
		line-height: 70px;
		height: 70px;
		width: 100%;
	}

	.product:nth-child(4n+1).last .icon{
		display: none;
	}

	.product:nth-child(4n+1).last .small{
		display: none;
	}
}

@media all and (max-width: 1000px) and (min-width: 790px) {
	.product:nth-child(3n+1).last{
		line-height: 70px;
		height: 70px;
		width: 100%;
	}

	.product:nth-child(3n+1).last .icon{
		display: none;
	}

	.product:nth-child(3n+1).last .small{
		display: none;
	}
}

@media all and (max-width: 1024px) and (min-width: 790px) {

	#brandList .item:nth-child(4n+1).last{
		line-height: 70px;
		height: 70px;
		width: 100%;
	}

	#brandList .item:nth-child(4n+1).last .icon{
		display: none;
	}

	#brandList .item:nth-child(4n+1).last .small{
		display: none;
	}

}

@media all and (max-width: 1024px) and (min-width: 790px) {

	#popSection .item:nth-child(4n+1).last{
		line-height: 70px;
		height: 70px;
		width: 100%;
	}

	#popSection .item:nth-child(4n+1).last .icon{
		display: none;
	}

	#popSection .item:nth-child(4n+1).last .small{
		display: none;
	}

}

@media all and (max-width: 1024px) {

	#catalog-section-banners{
		display: none;
	}

	#colorSwitcher{
		display: none !important;
	}

	#slider .sliderBtnRight,
	#slider .sliderBtnLeft{
		display: none;
	}

	#mainMenuContainer .minCatalogButton{
		display: block;
	}

	#mainMenuContainer{
		background: transparent;
		height: auto;
	}

	#mainMenuContainer .limiter{
		margin: 0px;
	}

	#mainMenu{
		background-color: #2b2b2b;
		display: none;
		height: auto;
	}

	#mainMenu li{
		border-top: 1px solid #222222;
		line-height: 21px;
		float: none;
	}

	#mainMenu li:first-child{
		border: 0;
	}

	#mainMenu li a{
		padding: 18px 24px;
		display: block;
		
	}

	#middleSlider{
		display: none;
	}

	#menuCatalogSection{
		display: none;
	}


	#bestsellers{
		margin-top: 0;
	}

	#footer .top .left,
	#headerTools .nf,
	.product:hover .fastShow{
		display: none;
	}

	.drop{
		display: none !important;
	}

	#rightFooter{
		display: none;
	}

	#smartFilter .heading{
		cursor: pointer;
	}

	#nextSection ul{
		display: none;
	}

	#nextSection{
		border: none;
	}

	#nextSection .title{
		position: relative;
		padding-left: 12px;
		font-family: 'roboto_ltregular';
		text-transform: none;
		cursor: pointer;
		text-align: left;
		border: none;
		background-color: #f8f8f8;
	}

	#nextSection .title:before{
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		width: 42px;
		background: #efefef url('/local/templates/RBC/images/catalogIco2.png') center center no-repeat;
	}

/*	#smartFilterForm{
		display: none;
	}*/

	#smartFilterForm .slider{
		display: none;
	}

	#modef{
		display: none !important;
	}

	#slider ul li span,
	#slider .slideVideoContainer,
	#slider .limiter,
	#slider .videoPoster{
		height: 350px;
	}

	.product .getFastView,
	#catalogLineList .picture .getFastView{
		display: none !important;
	}

	#appFastView{
		display: none !important;
	}

	#fastViewStores{
		display: none !important;
	}

	a.inStock span{
		border: 0 !important;
	}

	#slider ol{
		display: none;
	}
	
	#slider .slideVideo{
		display: none;
	}

	#slider .videoPoster {
	    display: block;
	}

	.templateSwitcherSettings,
	.templateSwitcher{
		display: none !important;
	}

	.product{
		width: 25%;
		height: 301px
	}

	.product.last { line-height: 300px; }

	.product .tabloid{
		height: 300px;
	}

	.product .picture{
		height: 195px;
		line-height: 195px;
	}

	.productSpecialTime{
		top: 30px;
	}

	#homeCatalog .captionList{
		height: 50px;
		line-height: 50px;
	}

	#homeCatalog .captionBtnRight,
	#homeCatalog .captionBtnLeft{
		display: none !important;
	}

	#homeCatalog .caption a{
		font-size: 14px;
	}

	#homeCatalog #captionCarousel{
		position: relative;
	}

	#catalogColumn .product{
		width: 25%;
	}

}

@media all and (max-width: 1000px){
	.product{
		width: 33.33333%;
	}
	
	#catalogColumn .product{
		width: 33.33333%;
	}

	#catalog .product{
		width: 33.33333%;
	}

	#popSection .picture img{
		max-width: 75%;
		max-height: 75%;
	}

	#brandList .picture img{
		max-height: 70%;
		max-width: 70%;
	}

}

@media all and (max-width: 850px) {

	#topHeading{
		display: none;
	}

	#leftFooter .column{
		padding-right: 24px;
		width: 50%;
	}

	#leftFooter .column:last-child{
		display: none;
	}

	#footerLine .col:first-child{
		display: none;
	}

	#footerLine .col:last-child{
		text-align: center;
		width: 100%;
		float: left;
	}

	#catalogLineList .column:last-child .priceLabel,
	#catalogLineList .column:last-child .price{
		font-size: 18px;
	}

	#headerTools .nf{
		display: none;
	}

	#catalogLine .column:last-child .label{
		display: none;
	}

	#slider ul li span,
	#slider .slideVideoContainer,
	#slider .limiter,
	#slider .videoPoster{
		height: 300px;
	}

	#modef{
		display: none !important;
	}

	#catalogLine .column:nth-child(3){
		display: none;
	}

}

@media all and (max-width: 800px) {
	#slider .sliderContent .bigText,
	#slider .sliderContent .bigTextColor,
	#slider .sliderContent .bigTextLight,
	#slider .sliderContent .bigTextLightColor{
		line-height: 30px;
		font-size: 24px;
	}

	#slider .sliderContent .mediumText,
	#slider .sliderContent .mediumTextColor,
	#slider .sliderContent .mediumTextLight{
		line-height: 24px;
		font-size: 18px;
	}

	#slider .sliderContent .smallText,
	#slider .sliderContent .smallTextColor,
	#slider .sliderContent .smallTextLight{
		line-height: 21px;
		font-size: 14px;
	}

	.mainService .slideContainer{
		margin: 0 -2px;
	}

	.mainServiceContainer .item{
		padding: 0 2px;
	}

	.mainServiceContainer .item .bigPicture{
		height: 110px;
		line-height: 110px;
	}

	.mainServiceContainer .item .wrap{
		padding: 0 12px;
	}

	.mainServiceContainer .item .more{
		margin-bottom: 18px;
	}
}

@media all and (max-width: 790px) and (min-width: 600px) {

	.product:nth-child(2n+1).last{
		line-height: 70px;
		height: 70px;
		width: 100%;
	}

	.product:nth-child(2n+1).last .icon{
		display: none;
	}

	.product:nth-child(2n+1).last .small{
		display: none;
	}

}

@media all and (max-width: 790px) and (min-width: 500px) {
	#popSection .item:nth-child(3n+1).last{
		line-height: 70px;
		height: 70px;
		width: 100%;
	}

	#popSection .item:nth-child(3n+1).last .icon{
		display: none;
	}

	#popSection .item:nth-child(3n+1).last .small{
		display: none;
	}
}


@media all and (max-width: 790px) and (min-width: 360px) {

	#brandList .item:nth-child(3n+1).last{
		line-height: 70px;
		height: 70px;
		width: 100%;
	}

	#brandList .item:nth-child(3n+1).last .icon{
		display: none;
	}

	#brandList .item:nth-child(3n+1).last .small{
		display: none;
	}

}

@media all and (max-width: 790px){
	.product{
		width: 50%;
	}
	
	#catalogColumn .product{
		width: 50%;
	}

	#catalog .product{
		width: 50%;
	}

	#popSection .item{
		width: 33.33333%;
	}

	#brandList .item{
		width: 33.33333%;
	}

	#homeCatalog .caption{
		border: none;
	}
}

@media all and (max-width: 750px) {

	#requestPrice .productColumn{
		display: none;
	}

	#requestPrice .formColumn{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 24px;
		width: 100%;
	}

	#requestPrice input,
	#requestPrice textarea,
	#requestPrice #requestPriceSubmit{
		width: 100%;
	}

	#requestPrice input{
		height: 45px;
	}

	#requestPrice textarea{
		height: 50px;
	}

	#requestPrice #requestPriceContainer{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-color: #ffffff;
		transform: translateX(-50%);
		padding-right: 0px;
		padding-left: 0px;
		margin-left: 0px;
		width: 90%;
		left: 50%;
	}

	#requestPriceForm{
		margin-bottom: 24px;
	}

	#requestPrice .requestPriceFormHeading{
		margin-right: 0px;
	}

}

@media all and (max-width: 700px) {

	#mainMenuContainer .minCatalogButton{
		padding-left: 12px;
	}

	#slider ul li span,
	#slider .limiter,
	#slider .videoPoster{
		height: 200px;
	}

	#footerTabs .wrapper, 
	#footerTabsCaption .wrapper,
	.limiter{
		padding: 0px 12px;
		margin: 0px;
	}

	#footer .limiter{
		padding: 0px 12px;
		margin: 0px;
	}

	#main .limiter{
		padding: 0 12px;
		box-sizing: border-box;
	}

	#mainMenuContainer .limiter{
		padding: 0px;
	}

	#topMenu{
		margin-left: 12px;
	}

	#logo {
		border-right: 0;
	}

	#topSearch form{
		box-sizing: border-box;
	}

	#footer .top{
		box-sizing: border-box;
		padding: 0 12px;
	}

	#footer .bottom{
		box-sizing: border-box;
		padding: 0 12px;
	}

	#footer .bottom .left{
		width: 60px;
	}

	#flushFooterCart .item:nth-child(1){
		display: none;
	}

	.copyright img{
		display: none;
	}

	.copyright{
		display: block;
		width: 60px;
		height: 60px;
		background: url(/local/templates/RBC/images/sn.png) -360px -0px no-repeat transparent;
	}

	.copyright:hover{
		background-position: -360px -60px;
	}

	#catalogLineList .resizeColumn{
		width: 40%;
	}

	#catalogLineList .column .resizeColumn.last{
		width: 20%;
	}
	
	#catalogLineList .column:last-child .optional .label{
		width: 100%
	}

	#catalogLineList .column:last-child .optional .label:first-child{
		display: none;
	}

	#catalogLineList .column:last-child .priceLabel{
		display: none;
	}

	#catalogTableList .column:nth-child(8){
		display: none;
	}

	#appBasket{
		display: none !important;
	}

	#overlap{
		display: none !important;
	}

	.blurred{
		-webkit-filter: blur(0px) !important;
	    -moz-filter: blur(0px) !important;
	    -ms-filter: blur(0px) !important;
	    -o-filter: blur(0px) !important;
	    filter: blur(0px) !important;		
	}

	#upButton{
		display: none !important;
	}
	
	#newsContainer .column .item .bigPicture{
		width: 100%;
		float: none;
	}

	#catalogSection .sectionItems .item .itemContainer .description{
		display: none;
	}

	div.mf-name, div.mf-email, div.mf-captcha, div.mf-message{
		width: 100%;
	}

	.product .row:first-child{
		display: none;
	}

	#slider ul li span,
	#slider .slideVideoContainer,
	#slider .limiter,
	#slider .videoPoster{
		height: 280px;
	}

	.product{
		height: 140px;
		width: 50%;
	}

	body .product:hover .tabloid{
		box-shadow: none;
		border-color: transparent;
	}

	.product.last{
		line-height: 140px;
	}

	.product .btn-simple {
		display: inline-block;
		font-size: 13px;
	}

	.product .tabloid{
		height: 100%;
	}

	.product:hover .tabloid{
		height: 100%;
	}

	.product .picture{
		height: 120px;
		line-height: 120px;
	}

	.product .optional{
		display: none;
	}

	.product .skuProperty{
		display: none;
	}

	.product .addCart{
		display: none;
	}

	.product .price .discount{
		height: auto;
	}

	.product .name{
		height: 36px;
		line-height: 36px;
	}

	.product .middle{
		line-height: 18px;
	}

	.product .price{
		margin-bottom: 6px;
		font-size: 14px;
	}

	.product .price .measure{
		font-size: 14px;
	}

	.product .markerContainer{
		left: 6px;
		top: 6px;
	}

	.product .marker{
		margin-bottom: 2px;
	}

	.product .getPricesWindow .priceIcon{
		display: none;
	}

	.product .rating{
		display: none;
	}

	.productSpecialTime{
		display: none;
	}

	.productTable{
		display: none;
		table-layout: fixed;
		width: 100%;
		background-color: red;
	}

	.productColImage{
		width: 110px;
		padding-right: 12px;
		display: table-cell;
		vertical-align: middle;
	}

	.productColText{
		display: table-cell;
		vertical-align: middle;
	}

	.product.last .icon{
		height: 33px;
		margin-bottom: 6px;
	}

	.product.last .icon .iconBig{
		display: none;
	}

	.product.last .icon .iconSmall{
		display: inline-block;
	}

	.mainService .btnLeft,
	.mainService .btnRight{
        background: url(/local/templates/RBC/images/slideArrowMicro.png) 0 0 no-repeat transparent;
        transform: translateY(-50%);
        position: absolute;
        height: 48px;
        width: 24px;
        z-index: 22;
        top: 50%;
    }

    .mainService .btnLeft:hover{
        background-position: -24px 0;
    }

    .mainService .btnLeft:active{
        background-position: -48px 0;
    }

    .mainService .btnRight{
        background-position: 0 -48px;
    }

    .mainService .btnRight:hover{
        background-position: -24px -48px;
    }

    .mainService .btnRight:active{
        background-position: -48px -48px;
    }

}

@media all and (max-width: 660px) {

	#footer{
		padding-top: 0px;
	}

	#footerTabsCaption, #footerTabs{
		display: none;
	}

	#headerTools .tools .compare,
	#headerTools .tools .wishlist{
		display: none;
	}

	#catalogLineList .column{
		width: 50%;
	}

	#catalogLineList .prop{
		display: none;
	}

	#catalogLineList .column .resizeColumn{
		width: 50%;
	}

	#catalogLineList .column .resizeColumn.last{
		display: none;
	}

	#catalogTableList .column:nth-child(1){
		display: none;
	}

	#catalogTableList .column:nth-child(2){
		padding-left: 24px;
		width: auto;
	}

	.contactList li{
		margin-bottom: 24px;
		width: 100%;
	}

	#empty .emptyMenu li{
		width: 100%;
	}

	#slider ul li span,
	#slider .slideVideoContainer,
	#slider .limiter,
	#slider .videoPoster{
		height: 260px;
	}

	#catalogLine .label{
		display: none;
	}

}

@media all and (max-width: 600px){
	.product{
		width: 100%;
	}
	
	#catalogColumn .product{
		width: 100%;
	}

	#catalog .product{
		width: 100%;
	}

	.productColImage {
		width: 40%;
		min-width: 110px;
		max-width: 160px;
	}

	#popSection .item{
		height: 170px;
	}

	#popSection .nameWrap{
		height: 48px;
		line-height: 48px;
	}

	#popSection .last .value,
	#popSection .last .ps{
		font-size: 16px;
	}

	#brandList .last .ps,
	#brandList .last .value,
	#popSection .last .small{
		font-size: 14px;
	}

	#homeCatalog #captionCarousel:before{
		content: "";
		position: absolute;
		z-index: 2;
		right: 0;
		top: 0;
		width: 80px;
		height: 100%;
		background: -moz-linear-gradient(left,  rgba(43,43,43,0) 0%, rgba(43,43,43,1) 100%);
		background: -webkit-linear-gradient(left,  rgba(43,43,43,0) 0%,rgba(43,43,43,1) 100%);
		background: linear-gradient(to right,  rgba(43,43,43,0) 0%,rgba(43,43,43,1) 100%);
		pointer-events: none;
	}

	.catalogLineSpecialTime{
		display: none;
	}

}

@media all and (max-width: 525px) {
	#catalogLine .column:last-child{
		display: none;
	}
}

@media all and (max-width: 500px) {

	.top-auth-personal,
	.top-auth-exit,
	.top-auth-login,
	.top-auth-register{
		border: none !important;
		position: absolute;
		top: 98px;
	}

	.top-auth-personal,
	.top-auth-login{
		left: 12px;
	}

	.top-auth-exit{
		left: 120px;
	}

	.top-auth-register{
		left: 52px;
	}

	#headerTools{
		padding-right: 12px;
		border: none;
	}

	#headerTools .telephone{
		line-height: 21px !important;
		border: none !important;
		position: absolute;
		padding: 0px;
		right: 0px;
		top: 103px;
	}

	#headerTools .telephone .callBack{
		display: none;
	}

	#headerTools .telephone .nf{
		margin: 0;
		float: none;
		display: block;
	}

	#headerTools .telephone .nf .heading{
		display: none;
	}

	#headerTools .telephone .nf .heading:first-child{
		font-family: "robotomedium";
		font-size: 14px;
		display: block;
		color: #000000;
	}

	#headerTools .tools li{
		border: none !important;
	}

	#headerTools .tools .cart{
		padding: 0px;
	}

	#topService,
	#topHeader.color_theme #topMenu,
	#topHeader.color_theme #topService,
	#topHeader.color_black #topMenu,
	#topHeader.color_black #topService{
		border: none;
	}

	#topHeader.color_theme #topService li,
	#topHeader.color_black #topService li,
	#topService li{
		padding: 0px;
		border: none;
	}

	#logo{
		line-height: 75px;
		height: 75px;
		border: none;
	}

	#headerTools .tools li{
		line-height: 75px;
	}

	#topMenu{
		margin-left: 0px;
	}

	.user-geo-position{
		padding-right: 12px;
		text-align: right;
	}

	#topSearch input[type="text"]{
		padding-left: 6px;
	}

	#topService li a{
		color: #888888;
	}

	#panel{
		position: fixed;
		z-index: 9999;
	}

	#logo{
		text-align: left;
	}

	#topHeader #topMenu{
		border: none;
	}

	#topMenu .bar{
		/*padding: 0px;*/
	}

	#topSearch input[type="text"]{
		font-size: 14px;
	}

	#topSeachCloseForm{
		font-size: 13px;
	}

	#subHeader #logo{
		padding-left: 12px;
	}

	.user-geo-position{
		/*padding-right: 0px;*/
	}

	#popSection .item{
		width: 50%;
		height: 150px;
	}

	#popSection .nameWrap{
		height: 32px;
		line-height: 32px;
	}

	#popSection .item:nth-child(2n+1).last{
		line-height: 95px;
		height: 95px;
		width: 100%;
	}

}

@media all and (max-width: 480px) {
	
	/*	#homeCatalog .limiter{
		padding: 0px;
		margin: 0px;
	}*/

	#brandList .heading{
		padding-bottom: 24px;
	}

	#homeCatalog{
		/*margin-top: 12px;*/
	}

	#homeCatalog .captionList .limiter{
		padding: 0px;
	}

	#leftFooter .column{
		width: 100%;
	}

	#leftFooter .column:nth-child(2n){
		display: none;
	}

	#flushFooterCart .item:nth-child(2){
		display: none;
	}

	.sn{
		display: none;
	}

	#catalogTableList .column:first-child{
		width: auto;
	}

	#catalogTableList .column:nth-child(2){
		padding-left: 0px;
		margin-top: 0px;
	}

	#catalogTableList .column{
		text-align: center;
		display: block;
	}

	#catalogTableList .column:nth-child(1){
		margin-top: 24px;
		display: block;
	}

	#catalogTableList .name{
		text-align: center;
	}

	#catalogTableList .price .discount{
		right: 48px;
	}

	#catalogTableList .addCart,
	#catalogTableList .more{
		margin: 0;
	}
	
	#slider{
		width: 100%;
	}

	#slider ul li span,
	#slider .slideVideoContainer,
	#slider .limiter,
	#slider .videoPoster{
		height: 178px;
		padding: 0;
	}

	#slider .sliderContent{
		text-align: center;
		transform: translate(0%, -50%);
		-webkit-transform: translate(0%, -50%);
		-o-transform: translate(0%, -50%);
		-moz-transform: translate(0%, -50%);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-shadow: 1px 1px 10px #ffffff;
		/*padding: 0 12px;*/
		right: unset;
		left: unset;
		width: 100%;
	}

	#slider .sliderContent br{
		display: none;
	}

	#slider ul li span {
		/*		-webkit-filter: url(#blur);
		filter: url(#blur);
		-webkit-filter: blur(3px);
		filter: blur(3px);
		filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');*/
		-webkit-transition: 1s -webkit-filter linear;
		transition: 1s filter linear;
		opacity: 1;
	}
	#slider ul li span:hover {
		transform: scale(1);
		filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
		-webkit-filter: blur(0px);
		filter: blur(0px);
	}

	#slider .sliderContent .cButtonLight,
	#slider .sliderContent .cButton{
		text-shadow: none;
		line-height: 35px;
		margin-top: 12px;
		padding: 0 12px;
		height: 35px;
	}

	#slider .sliderContent .bigText,
	#slider .sliderContent .bigTextColor,
	#slider .sliderContent .bigTextLight{
		margin-top: 6px;
	}

	#slider .sliderContent .mediumText,
	#slider .sliderContent .mediumTextColor,
	#slider .sliderContent .mediumTextLight{
		line-height: 21px;
		margin-top: 6px;
	}

	#slider .sliderContent .bigText,
	#slider .sliderContent .bigTextColor,
	#slider .sliderContent .bigTextLight,
	#slider .sliderContent .bigTextLightColor{
		line-height: 24px;
		font-size: 21px;
	}

	#slider .sliderContent .smallText,
	#slider .sliderContent .smallTextColor,
	#slider .sliderContent .smallTextLight{
		display: none;
	}

	#slider .whiteColor{
		text-shadow: 1px 1px 12px #000000;
	}

	#leftFooter .heading{
		text-align: center;
	}

	#leftFooter ul{
		text-align: center;
	}

	#leftFooter .column{
		padding-right: 0px;
	}

	#footerBottom .creator{
		text-align: center;
		float: none;
	}

	#homeCatalog .captionList .cItem:first-child .caption{
		border-left: none;
	}

	#homeCatalog .captionBtnRight{
		right: -12px;
	}

	#homeCatalog .captionBtnLeft{
		left: -12px;
	}

}

@media all and (max-width: 450px) {
	.user-geo-position-label{
		display: none;
	}
}

@media all and (max-width: 430px) {

	#requestPrice #requestPriceContainer{
		height: 450px;
	}

	#requestPrice .requestPriceHeading{
		font-size: 16px;
	}

	#requestPrice .requestPriceHeading .close{
		display: none;
	}

	#requestPrice .requestPriceFormHeading{
		margin-top: 32px;
	}

}

@media all and (max-width: 400px) {

	#logo{
		width: 150px;
	}

	.productColImage {
		width: 50%;
	}

	#catalogLine .oFilter{
		margin-right: 0;
	}

	#catalogLine{
		padding: 0;
		border: none;
		height: 32px;
		line-height: 32px;
	}

	#catalogColumn #smartFilter{
		margin-top: 42px;
	}
}

@media all and (max-width: 360px) {

	#brandList .item{
		width: 50%;
	}

	#brandList .item:nth-child(2n+1).last{
		line-height: 70px;
		height: 70px;
		width: 100%;
	}

	#brandList .last .ps,
	#brandList .last .value,
	#popSection .last .small {
		font-size: 13px;
	}

	/*#catalogLine{
		display: none;
	}*/

/*	.oSmartFilter.btn-simple.btn-micro{
		min-width: 88px;
	}

	#catalogLine .oSmartFilter .ico{
		padding-right: 8px;
	}*/


	#catalogLine .oSmartFilter.btn-simple.btn-micro{
		min-width: 94px;
	}
	
	#headerTools .tools li{
		border-left: none;
	}

	#logo{
		width: 120px;
	}

	.mainServiceContainer .item .bigPicture{
		margin-top: 12px;
		height: 95px;
		line-height: 95px;
	}

	.mainServiceContainer .item .title{
		margin-top: 12px;
	}

	.mainServiceContainer .item .more{
		margin: 6px 0 12px;
	}

	.mainServiceContainer .item .title a{
		height: 30px;
		line-height: 30px;
	}

	.mainServiceContainer .item .title a span{
		font-size: 13px;
		line-height: 15px;
	}

}


@media all and (max-width: 300px) {
	#headerTools .tools .telephone{
		display: none !important;
	}
}

#ORDER_CONFIRM_BUTTON{
    text-shadow: none !important;
    height: 50px !important;
    line-height: 50px !important;
}

.addCart.disabled{
	pointer-events: none;
	cursor: default;
}

.addCart.requestPrice{
	background-color: red !important;
	pointer-events: auto !important;
	cursor: pointer !important;
}

.addCart.requestPrice:hover{
	opacity: 0.8 !important;
}

.addCart.requestPrice:active{
	position: relative;
	top: 1px;
}

.sale_order_full_table input[name="BuyButton"],
.sale_order_full_table input[type="submit"]{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	line-height: 50px;
	cursor: pointer;
	padding: 0 48px;
	height: 50px;
	border: 0px;
}


div.bx-debug-summary{
	z-index: 99999 !important;
}

.appZoomContainerExit{
	background: url(/local/templates/RBC/images/exitWindow.png) 0 0 no-repeat transparent;
	position: absolute;
	height: 38px;
	width: 38px;
	right: -38px;
	top: -38px;
}

.appZoomContainerExit:hover{
	background-position: 0px -38px;
}

.appZoomContainerExit:active{
	background-position: 0px -76px;
}

#appZoomWindow .appZoomContainer{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#appZoomWindow .appZoomContainer.loading{
	background: url(/local/templates/RBC/images/windowLoader.gif) 50% 50% no-repeat transparent;
	min-height: 100px;
	min-width: 100px;
}

.fastBack.disabled{
	/*pointer-events: none;*/
	cursor: not-allowed;
}

.fastBack.disabled:hover{
	color: #717171;
}

.fastBack.disabled:active{
	top: 0px;
}

.getPricesWindow{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer !important;
}

.getPricesWindow:hover{
	color: #444444;
}

.getPricesWindow:active{
	position: relative;
	top: 1px;
}

.getPricesWindow .priceIcon{
	background: url(/local/templates/RBC/images/priceInfo.png) 0 0 no-repeat transparent;
	vertical-align: middle;
	display: inline-block;
	margin-right: 10px;
	margin-top: -2px;
	height: 21px;
	width: 21px;
}

.getPricesWindow .priceIcon:hover{
	background-position: 0px -21px;
}

.getPricesWindow .priceIcon:active{
	background-position: 0px -42px;
}

.global-block-container{
	border-collapse: collapse;
	table-layout: fixed;
	display: table;
	width: 100%;
}

.global-content-block,
.global-information-block{
	display: table-cell;
	vertical-align: top;
}

.global-information-block{
	position: relative;
	padding-left: 24px;
	overflow: hidden;
	width: 280px;
}

.global-information-block.fixed .global-information-block-cn{
	padding-top: 24px;
	overflow: hidden;
	position: fixed;
	width: 280px;
	top: 0px
}

.global-information-block-hide-scroll{
	padding-right: 24px;
	max-height: 100vh;
	overflow: auto;
	width: 320px;
}

.global-information-block-hide-scroll-cn{
	width: 280px;
}

.global-information-block.max-scroll .global-information-block-cn{
	position: absolute;
	bottom: 0px;
	top: auto;
}

.questions-answers .h2{
	margin: 18px 0;
}

.question-answer-wrap{
	font-size: 14px; 
	line-height: 24px; 
	color: #000000; 
	margin-bottom: 12px; 
	padding: 0 18px 0 24px; 
	border: 1px solid #f3f3f3; 
	transition: all 0.2s ease-in-out; 
}
.question-answer-wrap:last-child{
	margin-bottom: 0; 
}

.question-answer-wrap:hover{
	box-shadow: 0 0 7px 0 rgba(0,0,0, 0.05);
}

.questions-answers-list .question{
	position: relative; 
	padding: 24px 0; 
	padding-right: 120px; 
	cursor: pointer;
}

.questions-answers-list .open-answer{
	position: absolute;
	right: 6px;
	top: 50%;
	width: 110px;
	height: 25px;
	margin-top: -12px;
	overflow: hidden; 
}

.questions-answers-list .open-answer span{
	position: absolute; 
	left: 0;
	top: 0;
	display: block;
	font-size: 13px;
	height: 25px;
	line-height: 25px;
	color: #000000;
	transition: all 0.3s linear; 
}

.questions-answers-list span.hide-answer-text{
	top: -25px; 	
}

.questions-answers-list .active span.hide-answer-text{
	top: 0;
}

.questions-answers-list .active span.open-answer-text{
	top: 25px; 
}

.questions-answers-list .open-answer-btn{
	position: absolute;
	right: 0;
	top: 0;
	width: 25px;
	height: 25px;
	background: url("/local/templates/RBC/images/question-arrow.png") center center / contain no-repeat;
	transition: all 0.3s linear;
}

.questions-answers-list .active .open-answer-btn {
	transform: rotate(-180deg); 
}

.questions-answers-list .answer {
	display: none;
	padding: 24px 0;
	border-top: 1px solid #efefef;
	color: #888888; 
}

@media screen and (max-width: 800px){
	
	.questions-answers-list .answer {
		padding: 0 12px; 
	}
	
	.questions-answers-list .question {
		padding: 12px 36px 12px 0;
		line-height: 20px;
	}

	.questions-answers-list .answer {
		padding: 12px 0;
		line-height: 20px;
	}

	.questions-answers-list .open-answer {
		right: 0;
	}

	.questions-answers-list .open-answer span {
		display: none;
	}
	
}

.information-heading{
	font-family: "robotomedium";
	margin-bottom: 12px;
	font-size: 21px;
}

.information-text{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 12px;
	color: #555555;
}

.information-list-item{
	border: 1px solid #f1f1f1;
	border-radius: 2px;
	padding: 12px 12px;
	margin-top: 24px;
}

.information-item-icon{
	padding-right: 24px;
	width: 42px;
}

.information-list-item a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	color: #000000;
}

.information-list-item a:hover{
	color: #777777;
}

.information-list-item a:active{
	position: relative;
	top: 1px;
}

.information-feedback-container{
	margin-top: 24px;
}

.information-feedback{
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	text-decoration: none;
	text-align: center;
	padding: 18px 12px;
	font-size: 16px;
	display: block;
}

.information-feedback:active{
	position: relative;
	top: -1px;
}

.tb{
	border-collapse: collapse;
	table-layout: fixed;
	display: table;
	width: 100%;
}

.tc{
	vertical-align: middle;
	display: table-cell;
}

#catalog-section-banners{
	margin: 0px 0px 24px 0px;
	overflow: hidden;
	clear: both;
}

#catalog-section-banners ul{
	padding: 0;
	margin: 0;
}

#catalog-section-banners ul > li{
	list-style: none;
	float: left;
	width: 0px;
}

#catalog-section-banners ul > li:first-child{
	width: auto;
}

#catalog-section-banners li img{
	width: 100%;
}

#catalog-section-banners ol{
	margin: 0px;
	padding: 0px;
	list-style: none;	
	position: absolute;
	left: 50%;
	bottom:12px;
}

#catalog-section-banners ol{
	position: absolute;
	left: 50%;
	bottom: 12px;
}

#catalog-section-banners ol li{
	background: url(/local/templates/RBC/images/slideButtonSect.png) 0 0 no-repeat transparent;
	margin-right: 4px;
	width: 18px;
	height: 18px;
	float:left;
	cursor: pointer;
}

#catalog-section-banners ol li:hover{
	background: url(/local/templates/RBC/images/slideButtonSect.png) -18px 0  no-repeat transparent;
}

#catalog-section-banners ol li:active{
	background: url(/local/templates/RBC/images/slideButtonSect.png) -36px 0  no-repeat transparent;
}

#catalog-section-banners ol li.selected{
	background: url(/local/templates/RBC/images/slideButtonSect.png) -54px 0  no-repeat transparent;	
}

#catalog-section-banners ol li.selected:hover{
	background: url(/local/templates/RBC/images/slideButtonSect.png) -72px 0  no-repeat transparent;	
}

#catalog-section-banners ol li.selected:active{
	background: url(/local/templates/RBC/images/slideButtonSect.png) -90px 0  no-repeat transparent;	
}

#catalog-section-banners .catalog-section-banners-btn-left, 
#catalog-section-banners .catalog-section-banners-btn-right{
	background: url(/local/templates/RBC/images/slideArrowSect.png) no-repeat transparent;
	position: absolute;
	margin-top: -30px;
	display: block;
	height: 60px;
	width: 30px;
	top: 50%;

}

#catalog-section-banners .catalog-section-banners-btn-left{
	background-position: 0 0;
	left: 0px;
}

#catalog-section-banners .catalog-section-banners-btn-left:hover{
	background-position: -30px 0;	
}

#catalog-section-banners .catalog-section-banners-btn-left:active{
	background-position: -60px 0;		
}

#catalog-section-banners .catalog-section-banners-btn-right{
	background-position: 0 -60px;
	right: 0px;
}

#catalog-section-banners .catalog-section-banners-btn-right:hover{
	background-position: -30px -60px;
}

#catalog-section-banners .catalog-section-banners-btn-right:active{
	background-position: -60px -60px;
}

.bx-sls .quick-location-tag, .bx-slst .quick-location-tag{
	color: #23527c !important;
}

.list-advantages {
	max-width: none;
	font-size: 0;
	line-height: 0;
	margin: 18px -12px 24px;
}

.list-advantages .list-item {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	width: 350px;
	box-sizing: border-box;
	padding: 12px;
}

.list-advantages .tc {
	vertical-align: top;
}

.list-advantages .image {
	width: 74px;
}

.list-advantages .text-wrap {
	font-size: 14px;
	color: #000000;
}

.list-advantages .name {
	max-height: 40px;
	margin-bottom: 6px;
	overflow: hidden;
	font-family: "robotomedium";
	font-size: 16px;
	line-height: 20px;
}

.list-advantages .descr {
	max-height: 32px;
	line-height: 16px;
	overflow: hidden;
}

#colorSwitcher{
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.4);
	transform: translateX(192px);
	background-color: #ffffff;
	margin-top: -175px;
	text-align: center;
	position: fixed;
	z-index: 99999;
	height: 450px;
	width: 192px;
	right: 0px;
	top: 50%;
}

#colorSwitcher:hover{
	transform: translateX(0);
}

#colorSwitcher .settingTouch{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: #000000;
	text-align: center;
	position: absolute;
	line-height: 50px;
	height: 50px;
	width: 50px;
	left: -50px;
}

#colorSwitcher .settingTouch:hover{
	background: #2b2b2b;
}

#colorSwitcher .settingTouchPicture{
	background: url(/local/templates/RBC/images/setting.png) 50% 50% no-repeat transparent;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	vertical-align: middle;
	display: inline-block;
	height: 24px;
	width: 24px;
}

#colorSwitcher:hover .settingTouchPicture{
	transform: rotate(360deg);
}

#colorSwitcher .title{
	text-transform: uppercase;
	font-family: 'robotobold';
	text-align: center;
	margin-top: 12px;
}

#colorSwitcher .items{
	text-align: center;
	margin-top: 12px;
	overflow: hidden;
}

#colorSwitcher .item{
	margin-bottom: 12px;
	margin-left: 12px;
	height: 48px;
	width: 48px;
	float: left;
}

#colorSwitcher .item:nth-child(3n+1){
	/*margin-left: 0px;*/
}

#colorSwitcher .menuSelect{
	margin-top: 12px;
}

#colorSwitcher .menuSelect select{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 12px;
	outline: none;
	height: 35px;
	width: 85%;
}

#colorSwitcher .menuSelect option{
	padding: 12px 0px;
}

#colorSwitcher .close{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: rgba(0, 0, 0, 0.8);
	text-decoration: none;
	display: inline-block;
	margin-top: 8px;
	text-align: center;
	border-radius: 4px;
	line-height: 30px;
	padding: 0 24px;
	color: #ffffff;
}

#colorSwitcher .close:hover{
	background-color: rgba(0, 0, 0, 1);
}

#colorSwitcher .item a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-radius: 50%;
	display: block;
	height: 48px;
	width: 48px;
}

#colorSwitcher .selected a{
	background-image: url(/local/templates/RBC/images/check.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#colorSwitcher .item .color1{
	background-color: #ff9601;
}

#colorSwitcher .item .color1:hover{
	background-color: #ffb800;
}

#colorSwitcher .item .color2{
	background-color: #fb9bad;
}

#colorSwitcher .item .color2:hover{
	background-color: #f3889d;
}

#colorSwitcher .item .color3{
	background-color: #ff855f;
}

#colorSwitcher .item .color3:hover{
	background-color: #e77652;
}

#colorSwitcher .item .color4{
	background-color: #daa550;
}

#colorSwitcher .item .color4:hover{
	background-color: #e4a540;
}

#colorSwitcher .item .color5{
	background-color: #b15b49;
}

#colorSwitcher .item .color5:hover{
	background-color: #a05a4b;
}

#colorSwitcher .item .color6{
	background-color: #f44336;
}

#colorSwitcher .item .color6:hover{
	background-color: #d42d20;
}

#colorSwitcher .item .color7{
	background-color: #acce11;
}

#colorSwitcher .item .color7:hover{
	background-color: #94b20e;
}

#colorSwitcher .item .color8{
	background-color: #27c148;
}

#colorSwitcher .item .color8:hover{
	background-color: #19cc3f;
}

#colorSwitcher .item .color9{
	background-color: #27bfc1;
}

#colorSwitcher .item .color9:hover{
	background-color: #25ccce;
}

#colorSwitcher .item .color10{
	background-color: #3498db;
}

#colorSwitcher .item .color10:hover{
	background-color: #2395e1;
}

#colorSwitcher .item .color11{
	background-color: #2a65d0;
}

#colorSwitcher .item .color11:hover{
	background-color: #0d57dc;
}

#colorSwitcher .item .color12{
	background-color: #0061b2;
}

#colorSwitcher .item .color12:hover{
	background-color: #006ac2;
}

#colorSwitcher .item .color13{
	background-color: #c651d0;
}

#colorSwitcher .item .color13:hover{
	background-color: #d75ee1;
}

#colorSwitcher .item .color14{
	background-color: #c12752;
}

#colorSwitcher .item .color14:hover{
	background-color: #c61c4b;
}

#colorSwitcher .item .color15{
	background-color: #ed1c24;
}

#colorSwitcher .item .color15:hover{
	background-color: #ff232b;
}

.colorSwitcherLoader {
	background-color: rgba(0, 0, 0, 0.4);
	text-align: center;
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 9999;
}

.colorSwitcherLoader svg {
  height: 180px;
  width: 180px;
  margin: auto;
  overflow: visible;
  position: absolute;
  margin-top: -120px;
  top: 50%;
  left: 50%;
  display: none;
}

.colorSwitcherLoader.visible svg{
	display: block;
}

.bx-soa-pp-company{
	z-index: 1 !important;
}

.sale_order_full_table input[name="BuyButton"]{
	margin-bottom: 24px;
}

#bx-soa-order * {
  -webkit-box-sizing: border-box !Important;
  -moz-box-sizing: border-box !Important;
  box-sizing: border-box !Important;
}

.microdata{
	display: none;
}

.btn-simple-wrap{
	margin-top: 14px;
}

.btn-simple{
	position: relative;
	display: inline-block;
	min-width: 200px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 21px 24px 19px;
	/*font-family: "roboto_ltregular";*/
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	border: 1px solid transparent;
	border-radius: 2px;
	color: #ffffff;
	-webkit-transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
	transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
	cursor: pointer;
	text-decoration: none;
}

.btn-simple:active{
	top: 1px;
}

.btn-simple.btn-black{
	background: #2d2d2d;
	border-color: #2d2d2d;
}

.btn-simple.btn-black:hover{
	background: #202020;
	border-color: #202020;
}

.btn-simple.btn-black-border{
	background: transparent;
	border-color: #aaaaaa;
	color: #000000;
}

.btn-simple.btn-black-border:hover{
	border-color: #000000;
	background: transparent;
}

.btn-simple.btn-medium{
	padding: 16px 24px 14px;
}

.btn-simple.btn-small{
	min-width: 126px;
	padding: 12px 8px 10px;
}

.btn-simple.btn-micro{
	min-width: 114px;
	padding: 6px 8px 4px;
}

.btn-simple.add-cart{
	min-width: 90px;
	padding: 4px 8px 3px;
	background: transparent;
	color: #000;
	border-color: #e7e8ea;
}

.btn-simple.add-cart:hover{
	border-color: #000;
	background: transparent;
}

.active-link{
	display: inline-block;
	font-family: "robotobold";
	font-size: 14px;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px dashed #000000;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.active-link:active{
	position: relative;
	top: 1px;
}

.inactive-link{
	display: inline-block;
	font-family: "robotobold";
	font-size: 14px;
	color: #888888;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.inactive-link:active{
	position: relative;
	top: 1px;
}

.text-link{
	display: inline-block;
	vertical-align: middle;
	color: #3b3732;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}

.text-link:active{
	position: relative;
	top: 1px;
}

.big-text-link{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #3b3732;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}

.big-text-link:active{
	position: relative;
	top: 1px;
}

.link-dashed{
	display: inline-block;
	/*font-family: "roboto_ltregular";*/
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dashed #000000;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.link-dashed:active{
	position: relative;
	top: 1px;
}

.theme-link-dashed{
	display: inline-block;
	font-family: "roboto_ltregular";
	font-size: 14px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.theme-link-dashed:active{
	position: relative;
	top: 1px;
}

.tabs-wrap{
	margin: 24px 0;
}
.tabs-wrap .tabs-links{
	font-size: 0;
}
.tabs-wrap .tab-link{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}
.tabs-wrap .tab-link:active{
	top: 1px;
}
.tabs-wrap .tab-link:last-child{
	margin-right: 0;
}
.tabs-wrap .tab-btn-link{
	position: relative;
	display: inline-block;
	min-width: 126px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 6px 6px 0;
	padding: 12px 14px 10px;
	font-family: "roboto_ltregular";
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	border: 1px solid #e7e8ea;
	border-radius: 2px;
	color: #888888;
	-webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
	transition: background 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
	cursor: pointer;
	text-decoration: none;
}	
.tabs-wrap .tab-dashed-link{
	position: relative;
	display: inline-block;
	margin: 0 30px 6px 0;
	font-family: "robotobold";
	font-size: 14px;
	color: #888888;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px dashed transparent;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.tabs-wrap .tab-dashed-link.active{
	color: #000000;
	border-color: #000000;
}
.tabs-wrap .tab-dashed-link.active:hover{
	color: #000000;
	border-color: #000000;
}
.tabs-wrap .tabs-content{
	margin-top: 18px;
}
.tabs-wrap .tab-content{
	display: none;
}
.tabs-wrap .tab-content.active{
	display: block;
}

.consultation-wrap{
	box-sizing: border-box;
	padding: 14px 40px 16px 22px;
	border: 1px solid #e7e8ea;
	background: #fafafa;
	color: #000000;
}
.consultation-wrap .tb{
	width: 100%;
}
.consultation-wrap .image{
	width: 128px;
}
.consultation-wrap .consultation-btn-wrap{
	width: 224px;
	text-align: right;
}
.consultation-wrap .consultation-heading{
	margin-bottom: 6px;
	font-family: "robotomedium";
	font-size: 21px;
	line-height: 25px;
	font-weight: 400;
	color: #000000;
	text-decoration: none;
}
.consultation-wrap .text{
	max-height: 48px;
	overflow: hidden;
	font-size: 14px;
	line-height: 16px;
}

@media screen and (max-width: 790px){
	.consultation-wrap{
		padding: 18px 12px;
	}
	.consultation-wrap .tc.image{
		display: none;
	}
}

@media screen and (max-width: 550px){
	.consultation-wrap .tc{
		display: block;
		width: 100%;
		text-align: left;
	}
	.consultation-wrap .consultation-btn-wrap{
		margin-top: 18px;
	}
}

.flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex .flex-item{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: calc(50% - 10px);
	padding: 30px 24px;
	border: 1px solid #e7e8ea;
}

@media all and (max-width: 750px){
	.flex .flex-item{
		width: 100%;
		margin-bottom: 12px;
	}	
}

.h1{
	display: block;
	margin-bottom: 6px;
	font-family: "roboto_ltregular";
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	color: #000000;
	text-decoration: none;
}

.h2{
	display: block;
	margin-bottom: 6px;
	font-family: "roboto_ltregular";
	font-size: 21px;
	line-height: 25px;
	font-weight: 400;
	color: #000000;
	text-decoration: none;
}

.h3{
	display: block;
	margin-bottom: 6px;
	font-family: "roboto_ltregular";
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #000000;
	text-decoration: none;
}

.ff-bold{
	font-family: "robotobold";
}

.ff-medium{
	font-family: "robotomedium";
}

.detail-text-wrap{
	margin: 24px 0;
	line-height: 24px;
}

.detail-text-wrap .h1{
	margin-bottom: 12px;
}

.detail-text-wrap .h2{
	margin-bottom: 12px;
}

.detail-text-wrap .h3{
	margin-bottom: 12px;
}

.detail-text-wrap p{
	margin: 0 0 14px;
	line-height: 24px;
}

.detail-text-wrap *:last-child{
	margin-bottom: 0;
}

.detail-text-wrap ul{
	padding-left: 16px;
}

.detail-text-wrap ol{
	padding-left: 16px;
}

.detail-text-wrap img.fixwidth {
	display: inline-block;
	max-width: 100%;
	width: auto;
	height: auto;
}

.error-wrap{
	margin: 18px 0;
	padding: 48px 42px 36px;
	font-size: 14px;
	line-height: 24px;
	color: #952525;
	border: 1px solid #bc8383;
}

.table-simple-wrap{
	overflow: auto;
}

.table-simple{
	margin: 18px 0 36px;
	border-collapse: collapse;
	width: 100%;
	min-width: 700px;
	border-spacing: 0;
	table-layout: auto;
	border: 0;
}

.table-simple th{
	vertical-align: middle;
	padding: 12px 24px;
	font-family: "robotomedium";
	background: #f7f7f7;
	border: 1px solid #e4e4e4;
}

.table-simple td{
	vertical-align: middle;
	padding: 12px 24px;
	border: 1px solid #e4e4e4;
}

.table-simple td:last-child{
	text-align: center;
}

.blockquote-wrap{
	margin: 42px 0 24px;
	padding: 48px 120px 42px 54px;
	background: #f9f9f9;
}

.blockquote-wrap blockquote{
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 30px;
	color: #888888;
}

.blockquote-wrap blockquote:before{
	content: "";
	display: inline-block;
	width: 40px;
	height: 33px;
	margin-right: 10px;
	background: url("/local/templates/RBC/images/blockquote.png") center center / contain no-repeat;
}

.blockquote-wrap p{
	margin-top: 14px;
}

.new-list-items-wrap{
	margin-top: 24px;
}

.new-list-items{
	max-width: none;
	margin: 18px -12px 30px;
	font-size: 0;
}

.new-list-items > div[id*="bx_incl_area"]{
	display: inline-block;
	vertical-align: top;
	width: 33.333%;
}

.new-list-items > div[id*="bx_"] > .list-item-wrap{
	width: 100%;
}

.new-list-items .list-item-wrap{
	display: inline-block;
	vertical-align: top;
	width: 33.333%;
	padding: 12px;
	box-sizing: border-box;
}

.new-list-items .list-item{
	padding: 24px 18px;
	border: 1px solid #e7e8ea;
	border-radius: 2px;
}

.new-list-items .image{
	width: 54px;
	padding-right: 18px;
}

.new-list-items .image-container{
	display: block;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.new-list-items .image-container img{
	display: block;
	max-width: 100%;
}

.new-list-items .image-container:hover{
	opacity: 0.9;
}

.new-list-items .image-container:active{
	position: relative;
	top: 1px;
}

.new-list-items .text{
	color: #000000;
}

.new-list-items .name{
	display: block;
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 18px;
	max-height: 18px;
	overflow: hidden;
	text-decoration: none;
	color: #000000;
}

.new-list-items .name:active{
	position: relative;
	top: 1px;
}

.new-list-items .price{
	position: relative;
	display: inline-block;
	padding-right: 18px;
	font-size: 18px;
	font-family: "robotobold";
}

.new-list-items .old-price{
	position: absolute;
	right: 0;
	top: -12px;
	font-size: 13px;
	line-height: 15px;
	font-family: "roboto_ltregular";
	font-size: 13px;
	color: #888888;
}

.new-list-items .active-link{
	text-transform: none;
	font-family: "roboto_ltregular";
}

.new-list-items .addCart.added{
	color: #888888;
	border-color: #888888;
	background: none !important;
}

.new-list-items .addCart.added:hover{
	color: #000;
	border-color: #000;
}

.price-container .addCart.added:hover{
	border-color: transparent;
}

@media screen and (max-width: 1600px){
	
	.blockquote-wrap{
		margin: 24px 0 18px;
		padding: 30px 30px 36px 42px;
	}

	.new-list-items{
		margin: 0 -6px;
	}

	.new-list-items .list-item-wrap{
		padding: 6px;
	}

	.new-list-items .list-item{
		padding: 12px; 
	}

	.new-list-items .image{
		padding-right: 12px;
	}


}

@media screen and (max-width: 1400px){

	.new-list-items .list-item-wrap{
		width: 50%;
	}

}

@media screen and (max-width: 1280px){

	.new-list-items .list-item-wrap{
		width: 33.333%;
	}

}

@media screen and (max-width: 1100px){

	.new-list-items .list-item-wrap{
		width: 50%;
	}

}

@media screen and (max-width: 1024px){

	.blockquote-wrap blockquote{
		font-size: 16px;
		line-height: 24px;
	}

	.detail-text-wrap .h1{
		font-size: 20px;
		line-height: 24px;
	}

	.detail-text-wrap .h2{
		font-size: 18px;
		line-height: 22px;
	}

}

@media screen and (max-width: 800px){
	.blockquote-wrap blockquote:before{
		width: 20px;
		height: 18px;
	}

	.blockquote-wrap{
		padding: 18px 12px 18px 24px;
	}

}

@media screen and (max-width: 790px){
	.new-list-items{
		margin: -3px;
	}

	.new-list-items .list-item-wrap{
		width: 100%;
		padding: 3px;
	}

	.new-list-items .list-item{
		padding: 8px;
	}

}

@media screen and (max-width: 500px){

	.detail-text-wrap .h1{
		font-size: 18px;
		line-height: 22px;
	}

	.detail-text-wrap .h2{
		font-size: 16px;
		line-height: 20px;
	}

	.detail-text-wrap .h3{
		font-size: 15px;
		line-height: 18px;
	}

}

@media screen and (max-width: 400px){

	.new-list-items .price{
		font-size: 16px;
	}

	.new-list-items .name{
		max-height: 36px;
	}

}

.gray-bg-text{
	margin-bottom: 24px;
	padding: 30px 24px;
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	background: #f9f9f9;
}

@media screen and (max-width: 1024px){

	.hide-1024{
		display: none !important;
	}

	.gray-bg-text{
		padding: 12px;
	}

}

.btn-wrap{
	margin-top: 24px;
	font-size: 0;
}

.btn-wrap .btn-simple{
	vertical-align: top;
	margin-bottom: 6px;
	margin-right: 6px;
}

.active-link{
	display: inline-block;
	font-family: "robotobold";
	font-size: 14px;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px dashed #000000;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.active-link:active{
	position: relative;
	top: 1px;
}

.inactive-link{
	display: inline-block;
	font-family: "robotobold";
	font-size: 14px;
	color: #888888;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.inactive-link:active{
	position: relative;
	top: 1px;
}

.text-link{
	display: inline-block;
	vertical-align: middle;
	color: #3b3732;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}

.text-link:active{
	position: relative;
	top: 1px;
}

.big-text-link{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #3b3732;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}

.big-text-link:active{
	position: relative;
	top: 1px;
}

.link-dashed{
	display: inline-block;
	font-family: "roboto_ltregular";
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dashed #000000;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.link-dashed:active{
	position: relative;
	top: 1px;
}

.theme-link-dashed{
	display: inline-block;
	font-family: "roboto_ltregular";
	font-size: 14px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.theme-link-dashed:active{
	position: relative;
	top: 1px;
}

.banners-list{
	max-width: none;
	margin: 0 -12px 42px;
	font-size: 0;
}

.banners-list .banner-wrap{
	display: inline-block;
	width: 50%;
	padding: 12px;
	box-sizing: border-box;
	vertical-align: top;
}

.banner-wrap .banner-elem{
	border: 1px solid #e7e8ea;
}

.banner-wrap + .global-block-container .detail-text-wrap{
	margin-top: 0;
}

.banner-elem{
	height: 296px;
	overflow: hidden;
}

.banner-elem .limiter{
	height: 100%;
}

.banner-elem .tb{
	height: 100%;
}

.banner-elem .tr{
	display: table-row;
	height: 100%;
}

.banner-elem .text-wrap{
	padding-left: 54px;
	color: #000;
}

.banner-elem .text-wrap *:last-child{
	margin-bottom: 0;
}

.banner-elem .date{
	margin-bottom: 6px;
	font-size: 13px;
	color: #000000;
}

.banner-elem h1{
	font-size: 36px;
	margin-bottom: 18px;
	line-height: 43px;
	max-height: 86px;
	overflow: hidden;
}

.banner-elem .h2{
	display: inline-block;
	line-height: 25px;
	max-height: 50px;
	overflow: hidden;
}

.banner-elem .price{
	margin-bottom: 6px;
	font-size: 18px;
	line-height: 22px;
	max-height: 22px;
	overflow: hidden;
}

.banner-elem .descr{
	margin-bottom: 8px;
	font-size: 13px;
	line-height: 15px;
	max-height: 45px;
	overflow: hidden;
}

.banner-elem .image{
	width: 55%;
	/*vertical-align: bottom;*/
	vertical-align: middle;
	padding-left: 12px;
	font-size: 0;
	line-height: 0;
	text-align: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.banner-elem .image img{
	display: block;
	max-width: 100%;
	max-height: 296px;
	width: auto;
	height: auto;
	margin-left: auto;
	transition: all 0.4s ease-in-out;
	transform: translate3d(0,0,0) scale(1);
}

.banner-elem .image-link{
	display: block;
	width: auto;
}

.banner-elem .image-link:hover img{
	transform: translate3d(0,0,0) scale(1.02);
}

.banner-elem .image .image-link{
	display: inline-block;
}

.banner-elem .image .image-link img{
	display: inline-block;
	margin: auto;
}

.banner-elem .social{
	height: 60px;
	margin-top: 12px;
}

@media screen and (max-width: 1600px){

	.banners-list{
		margin: 0 -8px 42px;
	}

	.banners-list .banner-wrap{
		padding: 8px;
	}

	.banner-elem .text-wrap{
		padding-left: 24px;
	}

	.banner-elem .image{
		width: 60%;
	}

}

@media screen and (max-width: 1400px){

	.banners-list{
		margin: 0 -6px 42px;
	}

	.banners-list .banner-wrap{
		padding: 6px;
	}

	.banner-elem{
		height: 260px;
	}

	.banner-elem .image img{
		max-height: 260px;
	}

	.banner-elem .text-wrap{
		padding-left: 18px;
	}

	.banner-elem .price {
		font-size: 16px;
		line-height: 20px;
		max-height: 20px;
	}

	.banner-elem .social{
		height: 30px;
	}

}

@media screen and (max-width: 1280px){
	.banner-elem h1{
		font-size: 24px;
		margin-bottom: 12px;
		line-height: 29px;
		max-height: 58px;
	}
}

@media screen and (max-width: 1200px){
	.banner-elem{
		height: 220px;
	}

	.banner-elem .image{
		width: 50%;
	}

	.banner-elem .image img{
		max-height: 220px;
	}

	.banner-elem .h2{
		font-size: 18px;
		line-height: 22px;
		max-height: 44px;
	}

	.banner-elem .price{
		font-size: 15px;
		line-height: 18px;
		max-height: 18px;
	}

}

@media screen and (max-width: 1024px){

	.banners-list{
		margin: 0 -3px 24px;
	}

	.banners-list .banner-wrap{
		padding: 3px;
	}

	.banner-elem{
		height: 160px;
	}

	.banner-elem h1{
		font-size: 20px;
		margin-bottom: 10px;
		line-height: 24px;
		max-height: 48px;
	}

	.banner-elem .image{
		width: 55%;
	}

	.banner-elem .image img{
		max-height: 160px;
	}

	.banner-elem .price{
		display: none;
	}

}

@media screen and (max-width: 800px){

	.banners-list .banner-wrap:nth-child(n){
		width: 100%;
	}

	.banner-elem .text-wrap{
		padding-left: 24px;
	}

	.banner-elem .image{
		width: 50%;
		text-align: center;
	}

	.banner-elem .image img{
		margin: 0 auto;
	}

	.hide-800{
		display: none !important;
	}

}

@media screen and (max-width: 400px){

	.banner-elem{
		height: 150px;
	}

	.banner-elem .h2{
		font-size: 16px;
		line-height: 20px;
		max-height: 40px;
	}

	.banner-elem .price{
		font-size: 14px;
		line-height: 18px;
		max-height: 18px;
	}

	.banner-elem .text-wrap{
		padding-left: 12px;
	}

	.banner-elem .btn-simple.btn-micro{
		min-width: 100px;
		padding: 3px 8px 3px;
	}

	.banner-elem .image{
		width: 50%;
	}

	.banner-elem .image img{
		max-height: 150px;
	}

	.services-banners-list .banner-wrap .banner-elem{
		background: none !important;
	}

}

.fullscreen-banner{
	height: 470px;
	margin-bottom: 24px;
	border-bottom: 1px solid #e7e8ea;
}

.fullscreen-banner .limiter{
	position: relative;
	height: 100%;
}

.fullscreen-banner #breadcrumbs{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.fullscreen-banner #breadcrumbs + .tb .text-wrap{
	padding: 42px 0 0;
}

.fullscreen-banner h1{
	margin-bottom: 12px;
}

.fullscreen-banner .price{
	margin-bottom: 12px;
	font-size: 30px;
	line-height: 36px;
	max-height: 36px;
}

.fullscreen-banner .descr{
	margin-bottom: 24px;
	font-size: 14px;
	line-height: 24px;
	max-height: 120px;
}

.fullscreen-banner .image{
	width: 55%;
}

.fullscreen-banner .image img{
	margin: 0 auto;
	max-height: 470px;
}

@media screen and (max-width: 1600px){

	.fullscreen-banner{
		height: 440px;
	}

	.fullscreen-banner .image img{
		max-height: 440px;
	}

}

@media screen and (max-width: 1400px){

	.fullscreen-banner{
		height: 420px;
	}

	.fullscreen-banner .price{
		font-size: 24px;
		line-height: 30px;
		height: 30px;
	}

	.fullscreen-banner .descr{
		margin-bottom: 18px;
	}

	.fullscreen-banner .image{
		width: 50%;
	}

	.fullscreen-banner .image img{
		max-height: 420px;
	}

}

@media screen and (max-width: 1024px){

	.fullscreen-banner{
		height: 290px;
	}

	.fullscreen-banner .image{
		width: 45%;
	}

	.fullscreen-banner .image img{
		max-height: 290px;
	}

	.fullscreen-banner .descr{
		margin-bottom: 12px;
		line-height: 20px;
		max-height: 80px;
	}

}

@media screen and (max-width: 800px){

	.fullscreen-banner{
		height: 270px;
	}

	.fullscreen-banner .image{
		width: 40%;
	}

	.fullscreen-banner .image img{
		max-height: 270px;
	}

	.fullscreen-banner .descr{
		max-height: 60px;
	}

}

@media screen and (max-width: 700px){

	.fullscreen-banner{
		height: 260px;
	}

	.fullscreen-banner .image img{
		max-height: 260px;
	}

	.fullscreen-banner #breadcrumbs{
		left: 12px;
		width: auto;
		right: 0;
		margin-top: 12px;
	}

}

@media screen and (max-width: 600px){

	.banner-hide-images{
		background: none !important;
	}

	.banner-hide-images .image{
		display: none;
	}

	.hide-600{
		display: none !important;
	}

}

@media screen and (max-width: 500px){

	.fullscreen-banner{
		height: 170px;
	}

	.fullscreen-banner .image img{
		max-height: 170px;
	}

	.fullscreen-banner .descr{
		/*display: none;*/
		max-height: 40px;
	}

	.fullscreen-banner .image{
		width: 50%;
	}

	.fullscreen-banner .btn-simple{
		padding: 13px 8px 11px;
	}
	
}

.banner-elem.arbitrary-banner .text-wrap{
	padding-left: 0;
}

@media screen and (max-width: 700px){
	.banner-elem.arbitrary-banner{
		height: auto;
		margin-bottom: 18px;
	}

	.banner-elem.arbitrary-banner .descr{
		max-height: 80px;
	}

	.banner-elem.arbitrary-banner .text-wrap{
		display: block;
		margin-bottom: 6px;
		padding: 12px 12px 0;
	}

	.banner-elem.arbitrary-banner h1{
		margin-bottom: 8px;
		font-size: 18px;
	}

	.banner-elem.arbitrary-banner .image{
		display: block;
		width: 100%;
		padding: 0;
	}
	.banner-elem.arbitrary-banner .image img{
		max-height: 250px;
		margin: 0 auto;
	}
	.banner-elem.arbitrary-banner.banner-no-bg .image img{
		max-height: none;
	}

	.hide-700{
		display: none !important;
	}

}

@media screen and (max-width: 500px){
	.banner-elem.arbitrary-banner .descr{
		display: block;
	}

	.banner-elem.arbitrary-banner h1{
		font-size: 16px;
		margin-bottom: 8px;
		line-height: 20px;
		max-height: 60px;
	}

	.banner-elem.arbitrary-banner .image img{
		max-height: 200px;
	}
}

.no-margin-top{
	margin-top: 0px !important;
}

.no-margin-bottom{
	margin-bottom: 0px !important;
}

.no-margin-right{
	margin-right: 0px !important;
}

.no-margin-left{
	margin-left: 0px !important;
}

.templateSwitcher{
	background-color: #ffffff;
	-webkit-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.3);
	transform: translateX(500px);
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-align: center;
	overflow: hidden;
	position: fixed;
	z-index: 9998;
	width: 360px;
	height: 100%;
	right: 0px;
	top: 0px;
}

.templateSwitcher.opened{
	transform: translateX(0px);
}

.templateSwitcherScroll{
	overflow: auto;
	height: 100%;
	width: 390px;
}

.templateSwitcherScrollContainer{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 24px 0px;
	padding: 0 24px;
	width: 360px;
}

.templateSwitcherSettings{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	animation-name: bounceInDown;
	animation-duration: 2s;
 	animation-fill-mode: both;
	text-align: center;
	margin-top: -100px;
	line-height: 50px;
	cursor: pointer;
	position: fixed;
	z-index: 9999;
	height: 198px;
	width: 51px;
	right: 0px;
	top: 50%;
}

.templateSwitcherSettings.active{
	right: 360px;
}

.templateSwitcherSettings:hover{
	opacity: 0.9;
}

.templateSwitcherSettings.active .templateSwitcherSettingsPicture{
	/*transform: rotate(360deg);*/
}

.templateSwitcherSettings:hover{
    background-color: #2b2b2b;
}

.templateSwitcherSettingsPicture{
	background: url(/local/templates/RBC/images/setting.png) 50% 50% no-repeat transparent;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	vertical-align: middle;
	display: inline-block;
	height: 198px;
	width: 51px;
}

.templateSwitcher .switcherList{
	overflow: hidden;
}

.templateSwitcher .switcherListItem{
	background-color: #ffffff;
	border: 1px solid #ff9601;
	display: inline-block;
	border-radius: 2px;
	text-align: center;
	line-height: 40px;
	height: 40px;
}

.templateSwitcher .switcherListItem:hover{
	border-color: #ffa800;
}

.templateSwitcher .switcherListItem.active{
	background-color: #ff9601;
	color: #ffffff;
}

.templateSwitcher .switcherListItem.active a{
	color: #ffffff;
}

.templateSwitcher .switcherListItem:first-child{
	margin-right: 12px;
}

.templateSwitcher .switcherListItem a{
	text-decoration: none;
	padding: 0 24px;
	color: #ff9601;
	display: block;
}

.templateSwitcher .switcherListItem a:active{
	position: relative;
	top: 1px;
}

.templateSwitcher .switcherHeading{
	font-family: "robotomedium";
	margin-bottom: 18px;
	padding: 0 24px;
	font-size: 16px;
}

.templateSwitcher .switcherBigHeading{
	border-bottom: 1px solid #f3f3f3;
	text-transform: uppercase;
	padding-bottom: 24px;
	margin-bottom: 24px;
	padding-right: 24px;
	padding-left: 24px;
	font-size: 18px;
}

.templateSwitcher .switcherBigHeading .switcherClose{
	text-decoration: none;
	margin-top: -1px;
	font-size: 21px;
	color: #ff0000;
	float: right;
}

.templateSwitcher .switcherBigHeading .switcherClose:hover{
	opacity: 0.7;
}

.templateSwitcher .switcherBigHeading .switcherClose:active{
	position: relative;
	top: 1px;
}

.templateSwitcher .switcherHeading2{
	font-family: "robotomedium";
	margin-bottom: 12px;
	padding: 0 24px;
}

.templateSwitcher .switcherRowBlock{
	border-top: 1px solid #f3f3f3;
	padding-top: 24px;
	margin-top: 24px;
}

.templateSwitcher .switcherSelect{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #f3f3f3;
	cursor: pointer;
	padding: 0 12px;
	outline: none;
	height: 40px;
	width: 90%;
}

.templateSwitcher .switcherIcons{
	margin-bottom: 24px;
}

.templateSwitcher .switcherDescription{
	font-size: 13px;
	color: #888888;
}

.templateSwitcher .switcherBackgroundItems{
	text-align: center;
	overflow: hidden;
}

.templateSwitcher .switcherThemes{
	margin-top: 24px;
	overflow: hidden;
}

.templateSwitcher .switcherThemesItem{
	display: inline-block;
	margin-bottom: 12px;
	margin-left: 12px;
	height: 30px;
	width: 30px;
}

.templateSwitcher .switcherBackgroundItem{
	display: inline-block;
	height: 30px;
	width: 30px;
}

.templateSwitcher .switcherBackgroundItem:first-child{
	margin-right: 12px;
}

.templateSwitcher .switcherThemesItem a,
.templateSwitcher .switcherBackgroundItem a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-radius: 2px;
	display: block;
	height: 30px;
	width: 30px;
}

.templateSwitcher .switcherThemesItem a:active,
.templateSwitcher .switcherBackgroundItem a:active{
	position: relative;
	top: 1px;
}

.templateSwitcher .switcherThemesItem.selected a,
.templateSwitcher .switcherBackgroundItem.selected a{
	background-image: url(/local/templates/RBC/images/check.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

.templateSwitcher .switcherThemesItem .color1{
	background-color: #ff9601;
}

.templateSwitcher .switcherThemesItem .color1:hover{
	background-color: #ffb800;
}

.templateSwitcher .switcherThemesItem .color2{
	background-color: #fb9bad;
}

.templateSwitcher .switcherThemesItem .color2:hover{
	background-color: #f3889d;
}

.templateSwitcher .switcherThemesItem .color3{
	background-color: #ff855f;
}

.templateSwitcher .switcherThemesItem .color3:hover{
	background-color: #e77652;
}

.templateSwitcher .switcherThemesItem .color4{
	background-color: #daa550;
}

.templateSwitcher .switcherThemesItem .color4:hover{
	background-color: #e4a540;
}

.templateSwitcher .switcherThemesItem .color5{
	background-color: #b15b49;
}

.templateSwitcher .switcherThemesItem .color5:hover{
	background-color: #a05a4b;
}

.templateSwitcher .switcherThemesItem .color6{
	background-color: #f44336;
}

.templateSwitcher .switcherThemesItem .color6:hover{
	background-color: #d42d20;
}

.templateSwitcher .switcherThemesItem .color7{
	background-color: #acce11;
}

.templateSwitcher .switcherThemesItem .color7:hover{
	background-color: #94b20e;
}

.templateSwitcher .switcherThemesItem .color8{
	background-color: #27c148;
}

.templateSwitcher .switcherThemesItem .color8:hover{
	background-color: #19cc3f;
}

.templateSwitcher .switcherThemesItem .color9{
	background-color: #27bfc1;
}

.templateSwitcher .switcherThemesItem .color9:hover{
	background-color: #25ccce;
}

.templateSwitcher .switcherThemesItem .color10{
	background-color: #3498db;
}

.templateSwitcher .switcherThemesItem .color10:hover{
	background-color: #2395e1;
}

.templateSwitcher .switcherThemesItem .color11{
	background-color: #2a65d0;
}

.templateSwitcher .switcherThemesItem .color11:hover{
	background-color: #0d57dc;
}

.templateSwitcher .switcherThemesItem .color12{
	background-color: #0061b2;
}

.templateSwitcher .switcherThemesItem .color12:hover{
	background-color: #006ac2;
}

.templateSwitcher .switcherThemesItem .color13{
	background-color: #c651d0;
}

.templateSwitcher .switcherThemesItem .color13:hover{
	background-color: #d75ee1;
}

.templateSwitcher .switcherThemesItem .color14{
	background-color: #c12752;
}

.templateSwitcher .switcherThemesItem .color14:hover{
	background-color: #c61c4b;
}

.templateSwitcher .switcherThemesItem .color15{
	background-color: #ed1c24;
}

.templateSwitcher .switcherThemesItem .color15:hover{
	background-color: #ff232b;
}

.templateSwitcher .switcherBackgroundItem .white{
	background-color: #eeeeee;
}

.templateSwitcher .switcherBackgroundItem .black{
	background-color: #000000;
}


@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}


.g--circle {
  -webkit-transform-origin: 60px 60px;
          transform-origin: 60px 60px;
  fill: dodgerblue;
  -webkit-animation: opacity 1.2s linear infinite;
          animation: opacity 1.2s linear infinite;
}
.g--circle:nth-child(12n + 1) {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
  -webkit-transform: rotate(-30deg) translate(5px, 5px) scale(0.9);
          transform: rotate(-30deg) translate(5px, 5px) scale(0.9);
}
.g--circle:nth-child(12n + 2) {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
  -webkit-transform: rotate(-60deg) translate(5px, 5px) scale(0.9);
          transform: rotate(-60deg) translate(5px, 5px) scale(0.9);
}
.g--circle:nth-child(12n + 3) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
  -webkit-transform: rotate(-90deg) translate(5px, 5px) scale(0.9);
          transform: rotate(-90deg) translate(5px, 5px) scale(0.9);
}
.g--circle:nth-child(12n + 4) {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
  -webkit-transform: rotate(-120deg) translate(5px, 5px) scale(0.9);
          transform: rotate(-120deg) translate(5px, 5px) scale(0.9);
}
.g--circle:nth-child(12n + 5) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
  -webkit-transform: rotate(-150deg) translate(5px, 5px) scale(0.9);
          transform: rotate(-150deg) translate(5px, 5px) scale(0.9);
}
.g--circle:nth-child(12n + 6) {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
  -webkit-transform: rotate(-180deg) translate(5px, 5px) scale(0.9);
          transform: rotate(-180deg) translate(5px, 5px) scale(0.9);
}
.g--circle:nth-child(12n + 7) {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
  -webkit-transform: rotate(-210deg) translate(5px, 5px) scale(0.9);
          transform: rotate(-210deg) translate(5px, 5px) scale(0.9);
}
.g--circle:nth-child(12n + 8) {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
  -webkit-transform: rotate(-240deg) translate(5px, 5px) scale(0.9);
          transform: rotate(-240deg) translate(5px, 5px) scale(0.9);
}
.g--circle:nth-child(12n + 9) {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
  -webkit-transform: rotate(-270deg) translate(5px, 5px) scale(0.9);
          transform: rotate(-270deg) translate(5px, 5px) scale(0.9);
}
.g--circle:nth-child(12n + 10) {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
  -webkit-transform: rotate(-300deg) translate(5px, 5px) scale(0.9);
          transform: rotate(-300deg) translate(5px, 5px) scale(0.9);
}
.g--circle:nth-child(12n + 11) {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
  -webkit-transform: rotate(-330deg) translate(5px, 5px) scale(0.9);
          transform: rotate(-330deg) translate(5px, 5px) scale(0.9);
}
.g--circle:nth-child(12n + 12) {
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
  -webkit-transform: rotate(-360deg) translate(5px, 5px) scale(0.9);
          transform: rotate(-360deg) translate(5px, 5px) scale(0.9);
}

.g-circles--v1 .g--circle {
  fill-opacity: 0;
  -webkit-animation-name: opacity;
          animation-name: opacity;
}

.g-circles--v2 .g--circle {
  fill-opacity: 0;
  stroke-opacity: 0;
  stroke-width: 1;
  stroke: yellowgreen;
  -webkit-animation-name: opacity-stroke, colors, colors-stroke;
          animation-name: opacity-stroke, colors, colors-stroke;
}
.g-circles--v2 .g--circle .u--circle {
  -webkit-animation: transform-2 1.2s linear infinite;
          animation: transform-2 1.2s linear infinite;
}

.g-circles--v2 .g--circle:nth-child(12n + 1) .u--circle {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}
.g-circles--v2 .g--circle:nth-child(12n + 2) .u--circle {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.g-circles--v2 .g--circle:nth-child(12n + 3) .u--circle {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.g-circles--v2 .g--circle:nth-child(12n + 4) .u--circle {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.g-circles--v2 .g--circle:nth-child(12n + 5) .u--circle {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.g-circles--v2 .g--circle:nth-child(12n + 6) .u--circle {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
.g-circles--v2 .g--circle:nth-child(12n + 7) .u--circle {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}
.g-circles--v2 .g--circle:nth-child(12n + 8) .u--circle {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
.g-circles--v2 .g--circle:nth-child(12n + 9) .u--circle {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
.g-circles--v2 .g--circle:nth-child(12n + 10) .u--circle {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.g-circles--v2 .g--circle:nth-child(12n + 11) .u--circle {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
.g-circles--v2 .g--circle:nth-child(12n + 12) .u--circle {
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
}

.g-circles--v3 .g--circle {
  fill-opacity: 1;
  -webkit-animation-name: opacity, colors;
          animation-name: opacity, colors;
}

.g-circles--v4 .g--circle {
  fill-opacity: 1;
  fill: orange;
  -webkit-animation-name: opacity, colors-3;
          animation-name: opacity, colors-3;
}
.g-circles--v4 .u--circle {
  -webkit-animation: transform 1.2s linear infinite;
          animation: transform 1.2s linear infinite;
}

.g-circles--v4 .g--circle:nth-child(12n + 1) .u--circle {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}
.g-circles--v4 .g--circle:nth-child(12n + 2) .u--circle {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.g-circles--v4 .g--circle:nth-child(12n + 3) .u--circle {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.g-circles--v4 .g--circle:nth-child(12n + 4) .u--circle {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.g-circles--v4 .g--circle:nth-child(12n + 5) .u--circle {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.g-circles--v4 .g--circle:nth-child(12n + 6) .u--circle {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
.g-circles--v4 .g--circle:nth-child(12n + 7) .u--circle {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}
.g-circles--v4 .g--circle:nth-child(12n + 8) .u--circle {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
.g-circles--v4 .g--circle:nth-child(12n + 9) .u--circle {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
.g-circles--v4 .g--circle:nth-child(12n + 10) .u--circle {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.g-circles--v4 .g--circle:nth-child(12n + 11) .u--circle {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
.g-circles--v4 .g--circle:nth-child(12n + 12) .u--circle {
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
}

@-webkit-keyframes opacity {
  3% {
    fill-opacity: 1;
  }
  75% {
    fill-opacity: 0;
  }
}

@keyframes opacity {
  3% {
    fill-opacity: 1;
  }
  75% {
    fill-opacity: 0;
  }
}
@-webkit-keyframes opacity-stroke {
  10% {
    stroke-opacity: 1;
  }
  85% {
    stroke-opacity: 0;
  }
}
@keyframes opacity-stroke {
  10% {
    stroke-opacity: 1;
  }
  85% {
    stroke-opacity: 0;
  }
}
@-webkit-keyframes colors {
  0% {
    fill: yellowgreen;
  }
  10% {
    fill: gold;
  }
  75% {
    fill: crimson;
  }
}
@keyframes colors {
  0% {
    fill: yellowgreen;
  }
  10% {
    fill: gold;
  }
  75% {
    fill: crimson;
  }
}
@-webkit-keyframes colors-stroke {
  0% {
    stroke: yellowgreen;
  }
  10% {
    stroke: gold;
  }
  75% {
    stroke: crimson;
  }
}
@keyframes colors-stroke {
  0% {
    stroke: yellowgreen;
  }
  10% {
    stroke: gold;
  }
  75% {
    stroke: crimson;
  }
}
@-webkit-keyframes colors-2 {
  0% {
    fill: yellow;
  }
  50% {
    fill: red;
  }
  65% {
    fill: orangered;
  }
  95% {
    fill: gold;
  }
}
@keyframes colors-2 {
  0% {
    fill: yellow;
  }
  50% {
    fill: red;
  }
  65% {
    fill: orangered;
  }
  95% {
    fill: gold;
  }
}
@-webkit-keyframes colors-3 {
  0% {
    fill: yellowgreen;
  }
  50% {
    fill: turquoise;
  }
  65% {
    fill: yellow;
  }
  95% {
    fill: orange;
  }
}
@keyframes colors-3 {
  0% {
    fill: yellowgreen;
  }
  50% {
    fill: turquoise;
  }
  65% {
    fill: yellow;
  }
  95% {
    fill: orange;
  }
}
@-webkit-keyframes transform {
  10% {
    -webkit-transform-origin: 70px 70px;
            transform-origin: 70px 70px;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}
@keyframes transform {
  10% {
    -webkit-transform-origin: 70px 70px;
            transform-origin: 70px 70px;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}
@-webkit-keyframes transform-2 {
  40% {
    -webkit-transform: scale(0.85) translate(10px, 10px);
            transform: scale(0.85) translate(10px, 10px);
  }
  60% {
    stroke-width: 20;
  }
}
@keyframes transform-2 {
  40% {
    -webkit-transform: scale(0.85) translate(10px, 10px);
            transform: scale(0.85) translate(10px, 10px);
  }
  60% {
    stroke-width: 20;
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

span.RUB{
	
	font-family:'Roboto';
}


/* End */


/* Start:/local/templates/RBC/update_19_02_2020.css?17050710501960*/
@media only screen and (max-width: 770px) {
	#page div.gray_block {
		padding: 0;
	}
	#contacts_form input.input {
		box-sizing: border-box;
	}
	#contacts_form .fl {
		width: 100%;
	}
	#contacts_form .fr {
		width: 100%;
	}
	#contacts_form textarea.input {
		padding-left: 20px;
		box-sizing: border-box;
	}
	#mob_nav2 {
		margin-top: 30px;
	}
	#insta {
		margin-top: 50px;
	}
	input[placeholder] {
		box-sizing: border-box;
	}
	#new_order .col1 .w50 {
		width: calc(50% - 5px);
	}
	#new_order .col1 textarea.input {
		box-sizing: border-box;
		height: 100px;
	}
	#new_order .col .radio_label:last-child {
		padding-left: 110px;
	}
	#new_order .deliveries .radio_label img {
		transform: none;
		position: absolute;
		left: 58px;
		top: 34%;
	}
	#new_order .pay_systems .radio_label img {
		left: 60px;
		top: 40%;
		transform: translateY(0);
		position: absolute;
	}
	#new_order .col3 label .ttl {
		top: 40%;
	}
	.bx-catalog-element .col-xs-12 {
		box-sizing: border-box;
	}
	#main_slider .item .wraper {
		background-size: contain;
	}
	.wraper {
		box-sizing: border-box;
	}
	#page h4 {
		width: 100%;
	}
	#page .gra_block.wimg {width: 100%;}

	#page .gra_block p {
		width: 100%;
	}
	.addr_line {
		margin-left: 0;
	}
	#page div.gray_block.white_bg h3 {
		margin-left: 0 !important;
		margin-top: 30px;
	}
	.uhod .tbl_icons .tr .td {
		width: 100%;
		box-sizing: border-box;
	}
	#new_window .buttons .btn {
		box-sizing: border-box;
	}
	.new_order_window {
		padding: 30px;
	}
	#new_window .buttons {
		box-sizing: border-box;
	}
	#new_window .buttons .btn {
		box-sizing: border-box;
	}
	.new_order_window {
		padding: 30px;
	}
	.new_order_window .order_num {
		padding: 40px 30px;
		width: calc(100% + 60px);
		box-sizing: border-box;
		margin: 0 -30px 30px;
	}
	#new_order .itogi .btn {
		box-sizing: border-box;
	}
	.addr_line {
		left: 0;
	}
}

/* End */
/* /local/templates/RBC/css/reset.css?17050710491380 */
/* /local/templates/RBC/css/owl.carousel.css?17050710494046 */
/* /local/templates/RBC/css/sumoselect.css?17050710498966 */
/* /local/templates/RBC/css/plyr.css?170507104924205 */
/* /local/templates/RBC/css/jquery.fancybox.css?170507104917557 */
/* /local/templates/RBC/css/main.css?1705071049210726 */
/* /local/templates/RBC/css/custom.css?170507104922199 */
/* /local/templates/RBC/template_styles.css?1705071050189552 */
/* /local/templates/RBC/update_19_02_2020.css?17050710501960 */
