

/* Start:/local/templates/tweedroom_ru/libs/slick/slick.css?16491712041729*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -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);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/tweedroom_ru/libs/owl.carousel.css?16491712044744*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  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;
    touch-action: manipulation;
    -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 {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .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 {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -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 {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .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/tweedroom_ru/libs/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/tweedroom_ru/libs/owl.theme.default.css?16491712041380*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

/* End */


/* Start:/local/templates/tweedroom_ru/libs/jquery-ui-1.11.4.custom/jquery-ui.min.css?164917120429273*/
/*! jQuery UI - v1.11.4 - 2016-04-07
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary{left:.5em}.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;right:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:none}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px 1em 3px .4em;cursor:pointer;min-height:0;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{right:0.5em;left:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:left;padding:0.4em 2.1em 0.4em 1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-right:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited{color:#2b2b2b;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("/local/templates/tweedroom_ru/libs/jquery-ui-1.11.4.custom/images/ui-icons_444444_256x240.png")}.ui-widget-header .ui-icon{background-image:url("/local/templates/tweedroom_ru/libs/jquery-ui-1.11.4.custom/images/ui-icons_444444_256x240.png")}.ui-state-default .ui-icon{background-image:url("/local/templates/tweedroom_ru/libs/jquery-ui-1.11.4.custom/images/ui-icons_777777_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url("/local/templates/tweedroom_ru/libs/jquery-ui-1.11.4.custom/images/ui-icons_555555_256x240.png")}.ui-state-active .ui-icon{background-image:url("/local/templates/tweedroom_ru/libs/jquery-ui-1.11.4.custom/images/ui-icons_ffffff_256x240.png")}.ui-state-highlight .ui-icon{background-image:url("/local/templates/tweedroom_ru/libs/jquery-ui-1.11.4.custom/images/ui-icons_777620_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("/local/templates/tweedroom_ru/libs/jquery-ui-1.11.4.custom/images/ui-icons_cc0000_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:0 0 0 0;padding:5px;background:#666;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}
/* End */


/* Start:/local/templates/tweedroom_ru/libs/font-awesome-4.6.3/css/font-awesome.min.css?164917120429063*/
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/local/templates/tweedroom_ru/libs/font-awesome-4.6.3/css/../fonts/fontawesome-webfont.eot?v=4.6.3');src:url('/local/templates/tweedroom_ru/libs/font-awesome-4.6.3/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('/local/templates/tweedroom_ru/libs/font-awesome-4.6.3/css/../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('/local/templates/tweedroom_ru/libs/font-awesome-4.6.3/css/../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('/local/templates/tweedroom_ru/libs/font-awesome-4.6.3/css/../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('/local/templates/tweedroom_ru/libs/font-awesome-4.6.3/css/../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/* End */


/* Start:/local/templates/tweedroom_ru/libs/lightbox2/css/lightbox.min.css?16491712042800*/
.lb-loader,.lightbox{text-align:center;line-height:0}body:after{content:url(/local/templates/tweedroom_ru/libs/lightbox2/css/../images/close.png) url(/local/templates/tweedroom_ru/libs/lightbox2/css/../images/loading.gif) url(/local/templates/tweedroom_ru/libs/lightbox2/css/../images/prev.png) url(/local/templates/tweedroom_ru/libs/lightbox2/css/../images/next.png);display:none}.lb-dataContainer:after,.lb-outerContainer:after{content:"";clear:both}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;font-weight:400}.lightbox .lb-image{display:block;height:auto;max-width:inherit;border-radius:3px}.lightbox a img{border:none}.lb-outerContainer{position:relative;background-color:#fff;width:250px;height:250px;margin:0 auto;border-radius:4px}.lb-loader,.lb-nav{position:absolute;left:0}.lb-outerContainer:after{display:table}.lb-container{padding:4px}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(/local/templates/tweedroom_ru/libs/lightbox2/css/../images/loading.gif) no-repeat}.lb-nav{top:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(/local/templates/tweedroom_ru/libs/lightbox2/css/../images/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(/local/templates/tweedroom_ru/libs/lightbox2/css/../images/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{display:table}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(/local/templates/tweedroom_ru/libs/lightbox2/css/../images/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}
/* End */


/* Start:/local/templates/tweedroom_ru/styles/fonts/MyriadPro/index.css?16491712046207*/
@font-face {
	font-family: 'MyriadPro';
	font-weight: 300;
	font-style: normal;
	src: url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProLight.eot');
	src: url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProLight.eot') format('embedded-opentype'),
		 url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProLight.woff2') format('woff2'),
		 url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProLight.woff') format('woff'),
		 url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProLight.ttf') format('truetype'),
		 url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProLight.svg#MyriadProLight') format('svg');
}
@font-face {
	font-family: 'MyriadPro';
	font-weight: 300;
	font-style: italic;
	src: url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProLightItalic.eot');
	src: url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProLightItalic.eot') format('embedded-opentype'),
		 url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProLightItalic.woff2') format('woff2'),
		 url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProLightItalic.woff') format('woff'),
		 url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProLightItalic.ttf') format('truetype'),
		 url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProLightItalic.svg#MyriadProLightItalic') format('svg');
}
@font-face {
	font-family: 'MyriadPro';
	font-weight: 400;
	font-style: normal;
	src: url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProRegular.eot');
	src: url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProRegular.eot') format('embedded-opentype'),
		 url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProRegular.woff2') format('woff2'),
		 url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProRegular.woff') format('woff'),
		 url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProRegular.ttf') format('truetype'),
		 url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProRegular.svg#MyriadProRegular') format('svg');
}
@font-face {
	font-family: 'MyriadPro';
	font-weight: 400;
	font-style: italic;
	src: url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProItalic.eot');
	src: url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProItalic.eot') format('embedded-opentype'),
		 url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProItalic.woff2') format('woff2'),
		 url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProItalic.woff') format('woff'),
		 url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProItalic.ttf') format('truetype'),
		 url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProItalic.svg#MyriadProItalic') format('svg');
}
@font-face {
	font-family: 'MyriadPro';
	font-weight: 600;
	font-style: normal;
	src: url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProSemiBold.eot');
	src: url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProSemiBold.eot') format('embedded-opentype'),
		 url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProSemiBold.woff2') format('woff2'),
		 url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProSemiBold.woff') format('woff'),
		 url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProSemiBold.ttf') format('truetype'),
		 url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProSemiBold.svg#MyriadProSemiBold') format('svg');
}
@font-face {
	font-family: 'MyriadPro';
	font-weight: 600;
	font-style: italic;
	src: url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProSemiBoldItalic.eot');
	src: url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProSemiBoldItalic.eot') format('embedded-opentype'),
		 url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProSemiBoldItalic.woff2') format('woff2'),
		 url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProSemiBoldItalic.woff') format('woff'),
		 url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProSemiBoldItalic.ttf') format('truetype'),
		 url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProSemiBoldItalic.svg#MyriadProSemiBoldItalic') format('svg');
}
@font-face {
	font-family: 'MyriadPro';
	font-weight: 700;
	font-style: normal;
	src: url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProBold.eot');
	src: url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProBold.eot') format('embedded-opentype'),
		 url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProBold.woff2') format('woff2'),
		 url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProBold.woff') format('woff'),
		 url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProBold.ttf') format('truetype'),
		 url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProBold.svg#MyriadProBold') format('svg');
}
@font-face {
	font-family: 'MyriadPro';
	font-weight: 700;
	font-style: italic;
	src: url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProBoldItalic.eot');
	src: url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProBoldItalic.eot') format('embedded-opentype'),
		 url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProBoldItalic.woff2') format('woff2'),
		 url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProBoldItalic.woff') format('woff'),
		 url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProBoldItalic.ttf') format('truetype'),
		 url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProBoldItalic.svg#MyriadProBoldItalic') format('svg');
}



@font-face {
	font-family: 'MyriadProCond';
	font-weight: 300;
	font-style: normal;
	src: url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProCondLight.eot');
	src: url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProCondLight.eot') format('embedded-opentype'),
		 url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProCondLight.woff2') format('woff2'),
		 url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProCondLight.woff') format('woff'),
		 url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProCondLight.ttf') format('truetype'),
		 url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProCondLight.svg#MyriadProCondLight') format('svg');
}
@font-face {
	font-family: 'MyriadProCond';
	font-weight: 300;
	font-style: italic;
	src: url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProCondLightItalic.eot');
	src: url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProCondLightItalic.eot') format('embedded-opentype'),
		 url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProCondLightItalic.woff2') format('woff2'),
		 url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProCondLightItalic.woff') format('woff'),
		 url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProCondLightItalic.ttf') format('truetype'),
		 url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProCondLightItalic.svg#MyriadProCondLightItalic') format('svg');
}
@font-face {
	font-family: 'MyriadProCond';
	font-weight: 400;
	font-style: normal;
	src: url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProCond.eot');
	src: url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProCond.eot') format('embedded-opentype'),
		 url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProCond.woff2') format('woff2'),
		 url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProCond.woff') format('woff'),
		 url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProCond.ttf') format('truetype'),
		 url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProCond.svg#MyriadProCond') format('svg');
}
@font-face {
	font-family: 'MyriadProCond';
	font-weight: 400;
	font-style: italic;
	src: url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProCondItalic.eot');
	src: url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProCondItalic.eot') format('embedded-opentype'),
		 url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProCondItalic.woff2') format('woff2'),
		 url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProCondItalic.woff') format('woff'),
		 url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProCondItalic.ttf') format('truetype'),
		 url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProCondItalic.svg#MyriadProCondItalic') format('svg');
}
@font-face {
	font-family: 'MyriadProCond';
	font-weight: 700;
	font-style: normal;
	src: url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProCondBold.eot');
	src: url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProCondBold.eot') format('embedded-opentype'),
		 url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProCondBold.woff2') format('woff2'),
		 url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProCondBold.woff') format('woff'),
		 url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProCondBold.ttf') format('truetype'),
		 url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProCondBold.svg#MyriadProCondBold') format('svg');
}
@font-face {
	font-family: 'MyriadProCond';
	font-weight: 700;
	font-style: italic;
	src: url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProCondBoldItalic.eot');
	src: url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProCondBoldItalic.eot') format('embedded-opentype'),
		 url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProCondBoldItalic.woff2') format('woff2'),
		 url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProCondBoldItalic.woff') format('woff'),
		 url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProCondBoldItalic.ttf') format('truetype'),
		 url('/local/templates/tweedroom_ru/styles/fonts/MyriadPro/fonts/MyriadProCondBoldItalic.svg#MyriadProCondBoldItalic') format('svg');
}
/* End */


/* Start:/local/templates/tweedroom_ru/styles/fonts/rub_font/index.css?1649171204953*/


/*

a — Arial Regular
b — Arial Italic
c — Arial Bold
d — Arial Bold Italic
e — Georgia Regular
f — Georgia Italic
g — Georgia Bold
h — Georgia Bold Italic
i — Tahoma Regular
j — Tahoma Bold
k — Times Regular
l — Times Italic
m — Times Bold
n — Times BoldItalic
o — Lucida Sans
p — Lucida Sans Bold
q — Verdana Regular
r — Verdana Italic
s — Verdana Bold
t — Verdana Bold Italic
u — Futura
v — Trump Mediaeval
w — ITC Studio Script

*/
@font-face {
    font-family: 'rouble';
    src: url('/local/templates/tweedroom_ru/styles/fonts/rub_font/rouble-webfont.eot');
    src: url('/local/templates/tweedroom_ru/styles/fonts/rub_font/rouble-webfont.eot?#iefix') format('embedded-opentype'),
         url('/local/templates/tweedroom_ru/styles/fonts/rub_font/rouble-webfont.woff') format('woff'),
         url('/local/templates/tweedroom_ru/styles/fonts/rub_font/rouble-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.rouble,
.rub
{
    font-family:'rouble' !important;
    font-weight: inherit !important;
    font-style: inherit !important;
    text-transform: none !important;
}
/* End */


/* Start:/local/templates/tweedroom_ru/styles/magnific-popup.css?16491712046951*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* End */


/* Start:/local/templates/.default/components/bitrix/menu/header_menu_new/style.css?16491712002183*/
@media (min-width: 1024px) {
    .header__nav .header-nav-sub-wrapper .deep-deep-item .header-nav-sub-wrapper {
        display: block !important;
        opacity: 0; /* По умолчанию скрываем подменю */
        visibility: hidden;
        transition-property:  opacity, visibility;   /* Задаем какие свойства анимировать */
        transition-duration: .3s, .3s;               /* Задаем продолжительность анимации для каждого свойства */
        transition-delay: 0.5s, .1s;;                /* Задаем задержку анимации для каждого свойства */
    }
    .header__nav .header-nav-sub-wrapper .deep-deep-item:hover .header-nav-sub-wrapper,
    .header__nav .header-nav-sub-wrapper .deep-deep-item:first-child .header-nav-sub-wrapper{
        opacity: 1;
        visibility: visible;
    }
}
@media (max-width: 1024px) {
    .header__nav .header-nav-sub-wrapper .deep-deep-item .header-nav-sub-wrapper {
        opacity: 0; /* По умолчанию скрываем подменю */
        visibility: hidden;
        transition-property:  opacity, visibility;   /* Задаем какие свойства анимировать */
        transition-duration: .3s, .3s;               /* Задаем продолжительность анимации для каждого свойства */
        transition-delay: 0.5s, .1s;;                /* Задаем задержку анимации для каждого свойства */
    }
    .header__nav .header-nav-sub-wrapper .deep-deep-item:hover .header-nav-sub-wrapper,
    .header__nav .header-nav-sub-wrapper .deep-deep-item:first-child .header-nav-sub-wrapper{
        opacity: 1;
        visibility: visible;
    }
    .header__nav .header-nav-sub-wrapper .deep-deep-item .header-nav-sub-wrapper {
        /*display: none !important;*/
        opacity: 1;
        visibility: visible;
    }
    .header__nav .header-nav-sub-wrapper .deep-deep-item:first-child .header-nav-sub-wrapper{
        /*display: block !important;*/
    }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/sale.basket.basket.line/basket_header/style.min.css?16491712013569*/
.bx-basket-block{font-size:12px;padding-bottom:5px;white-space:nowrap;position:relative;padding-left:20px}.bx-basket-block>.fa{color:#97a1ab;width:12px;position:absolute;left:0;top:3px}.bx-basket-block a{color:#039be5;border-bottom:1px dashed;margin-right:10px}.bx-basket-block a:hover{text-decoration:none;border-bottom-color:transparent}@media(min-width:768px){.bx-basket-fixed{width:200px;position:fixed;z-index:1100;background:#fff;padding-top:10px;border:1px solid #f0f0f0;box-shadow:0 7px 10px rgba(0,0,0,0.15);border-radius:1px;overflow:hidden}.bx-basket-fixed.top{top:10px}.bx-basket-fixed.right{right:10px}.bx-basket-fixed.bottom{bottom:10px}.bx-basket-fixed.left{left:10px}.bx-basket-fixed.bx-max-height{top:10px;bottom:10px}}@media(max-width:767px){.bx-basket-fixed{position:fixed;z-index:1100;background:#fff;padding-top:10px;border:1px solid #f0f0f0;box-shadow:0 7px 10px rgba(0,0,0,0.15);border-radius:1px;overflow:hidden;bottom:0;left:0;right:0}.bx-basket-item-list{display:none}}.bx-basket-fixed .bx-basket-block{margin-left:10px}.bx-basket-item-list{position:relative;padding-bottom:20px;border-top:1px solid #f7f7f7;overflow:hidden}.bx-opener .bx-basket-item-list{padding-bottom:75px}.bx-max-height .bx-basket-item-list{position:absolute;bottom:0;left:0;right:0}.bx-closed .bx-basket-item-list{height:20px;overflow:hidden}.bx-basket-item-list-action{cursor:pointer;background:#f7f7f7;position:absolute;bottom:0;right:0;left:0;z-index:120;height:20px;line-height:14px;vertical-align:middle;text-align:center;font-size:12px;color:#4f4f4f;padding:3px 0}.bx-basket-item-list-button-container{text-align:center;position:absolute;bottom:20px;border-top:1px solid #f7f7f7;padding:10px 0;background:#fff;left:0;right:0}.bx-basket-item-list-button-container a.btn{color:#ddd;text-decoration:none}.bx-basket-item-list-button-container a.btn:hover,.bx-basket-item-list-button-container a.btn:active{color:#fff}.bx-basket-item-list-container{overflow-y:auto;max-height:100%}.bx-basket-item-list-item{padding-top:15px;position:relative;padding-right:10px;padding-left:10px;margin-bottom:15px;border-bottom:1px solid #f7f7f7}.bx-basket-item-list-container .bx-basket-item-list-item:last-child{border-bottom:0;margin-bottom:0}.bx-basket-item-list-item-status{font-weight:bold;padding:3px;background:#ebebeb;margin:0 10px 20px;line-height:16px;font-size:13px;border-radius:3px;text-align:center;white-space:normal}.bx-basket-item-list-item-img{text-align:center;position:relative;padding-bottom:5px}.bx-basket-item-list-item-img img{max-width:90px;height:auto;border:1px solid #e6e6e6}.bx-basket-item-list-item-name{padding-bottom:5px}.bx-basket-item-list-item-name a{font-size:13px;color:#3f3f3f;text-decoration:none;white-space:normal;line-height:16px}.bx-basket-item-list-item-remove{position:absolute;right:10px;top:-7px;width:20px;height:20px;cursor:pointer;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAAJFBMVEX///8yMjI6Ojpvb29wcHCEhISHh4eIiIiqqqqtra2wsLCxsbE3yvJ6AAAAAXRSTlMAQObYZgAAACxJREFUCNcFwYEBgCAMA7BYUMb2/78m9sXdJtfNMHkzcJ4DlS9FpXXKavT6ARdgANGqCJ38AAAAAElFTkSuQmCC) no-repeat center;opacity:.5}.bx-basket-item-list-item-remove:hover{opacity:.7}.bx-basket-item-list-item-price-block{padding-bottom:5px;font-size:12px}.bx-basket-item-list-item-price{display:inline-block;margin-right:5px}.bx-basket-item-list-item-price-old{display:inline-block;margin-right:5px;text-decoration:line-through;color:#b0b0b0}.bx_cart_login_top .bx-hdr-profile a{text-decoration:none}.bx_cart_login_top .bx-hdr-profile{line-height:1.44em}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/Main_slider/style.css?1649171201150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/tweedroom_ru/styles.css?16491712047135*/
body,html,main,main a,main abbr,main acronym,main address,main applet,main article,main aside,main audio,main big,main blockquote,main canvas,main caption,main center,main cite,main code,main dd,main del,main details,main dfn,main div,main dl,main dt,main em,main embed,main fieldset,main figcaption,main figure,main footer,main form,main h1,main h2,main h3,main h4,main h5,main h6,main header,main hgroup,main i,main iframe,main img,main ins,main kbd,main label,main legend,main li,main mark,main menu,main nav,main object,main ol,main output,main p,main pre,main q,main ruby,main s,main samp,main section,main small,main span,main strike,main sub,main summary,main sup,main table,main tbody,main td,main tfoot,main th,main thead,main time,main tr,main tt,main u,main ul,main var,main video{border:0;font:inherit;vertical-align:baseline;padding:0;margin:0}.column,.column.__1-1,.column.__10-10,.column.__11-11,.column.__2-2,.column.__3-3,.column.__4-4,.column.__5-5,.column.__6-6,.column.__7-7,.column.__8-8,.column.__9-9,.table{width:100%}.clear:after,.clearfix:after,.columns:after{content:'';display:table;clear:both;border-spacing:0;border-collapse:collapse;border:0}.trans{-webkit-transition:all .2s;transition:all .2s}main *,main :after,main :before{font:inherit;color:inherit;-webkit-box-sizing:border-box;box-sizing:border-box}.bold,main .bold,main b,main strong{font-weight:700}.italic,main .italic,main i{font-style:italic}main,main article,main aside,main details,main figcaption,main figure,main footer,main header,main hgroup,main menu,main nav,main section{display:block}main nav ul,main nav ul li,main nav ul ul{list-style:none;padding:0;margin:0}main nav ul li:before{content:none}main blockquote,main q{quotes:none}main blockquote:after,main blockquote:before,main q:after,main q:before{content:''}main table{border-collapse:collapse;border-spacing:0}main :focus,main :focus *{outline:0}main ins{text-decoration:none}[type=submit],[type=button],[type=reset],button{-webkit-appearance:none;-webkit-border-radius:0;border-radius:0;cursor:pointer}.input-style,[type=search],[type=time],[type=tel],[type=month],[type=week],[type=text],[type=password],[type=date],[type=datetine],[type=email],[type=number],textarea{-webkit-appearance:none;-webkit-border-radius:0;border-radius:0}script{display:none!important}ul[data-carusel]{list-style:none}ul[data-carusel]>li:before{display:none}.table{display:table;table-layout:fixed}.table-cell{display:table-cell;vertical-align:top}.table-row,.table-rows{display:table-row}.table-column,.table-columns{display:table-column}main img{max-width:100%;height:auto}main .big{font-size:120%;font-size:1.2em}main .small,main small{font-size:80%;font-size:.8em}.hidden{display:none!important}.close-content{position:fixed;top:0;left:0;z-index:5;width:100%;height:100%;zoom:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity="20");filter:alpha(opacity=20);opacity:.2;background:#000}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-left{text-align:left!important}.align-right{text-align:right!important}.align-center{text-align:center!important}.no-trans{-webkit-transition:none!important;transition:none!important}.underline{text-decoration:underline}.upper,.uppercase{text-transform:uppercase}.lower,.lowercase{text-transform:lowercase}.normalcase{text-transform:none}.left,.to-left{float:left;left:0}.right,.to-right{float:right;right:0}.nowrap{white-space:nowrap}.columns{margin-right:-20px;margin-left:-20px}.columns.__inline>.column{display:inline-block;vertical-align:top;margin-right:-6px;float:none}.column{float:left;padding-right:20px;padding-left:20px}.column.__1-2{width:50%}.column.__1-3{width:33.333%}.column.__2-3{width:66.667%}.column.__1-4{width:25%}.column.__2-4{width:50%}.column.__3-4{width:75%}.column.__1-5{width:20%}.column.__2-5{width:40%}.column.__3-5{width:60%}.column.__4-5{width:80%}.column.__1-6{width:16.667%}.column.__2-6{width:33.333%}.column.__3-6{width:50%}.column.__4-6{width:66.667%}.column.__5-6{width:83.333%}.column.__1-7{width:14.286%}.column.__2-7{width:28.571%}.column.__3-7{width:42.857%}.column.__4-7{width:57.143%}.column.__5-7{width:71.429%}.column.__6-7{width:85.714%}.column.__1-8{width:12.5%}.column.__2-8{width:25%}.column.__3-8{width:37.5%}.column.__4-8{width:50%}.column.__5-8{width:62.5%}.column.__6-8{width:75%}.column.__7-8{width:87.5%}.column.__1-9{width:11.111%}.column.__2-9{width:22.222%}.column.__3-9{width:33.333%}.column.__4-9{width:44.444%}.column.__5-9{width:55.556%}.column.__6-9{width:66.667%}.column.__7-9{width:77.778%}.column.__8-9{width:88.889%}.column.__1-10{width:10%}.column.__2-10{width:20%}.column.__3-10{width:30%}.column.__4-10{width:40%}.column.__5-10{width:50%}.column.__6-10{width:60%}.column.__7-10{width:70%}.column.__8-10{width:80%}.column.__9-10{width:90%}.column.__1-11{width:9.091%}.column.__2-11{width:18.182%}.column.__3-11{width:27.273%}.column.__4-11{width:36.364%}.column.__5-11{width:45.455%}.column.__6-11{width:54.545%}.column.__7-11{width:63.636%}.column.__8-11{width:72.727%}.column.__9-11{width:81.818%}.column.__10-11{width:90.909%}[contenteditable]{cursor:text}.wrapper-info{background:#fff;-webkit-box-shadow:0 3px 3px rgba(0,0,0,.02);box-shadow:0 3px 3px rgba(0,0,0,.02);padding:45px}.left-column-big,.left-column-small{float:left;position:relative}.right-column-big,.right-column-small{float:right;position:relative}.left-column-big,.right-column-big{width:66%}.left-column-small,.right-column-small{width:33%}main .req{font-size:12px;color:#db2a2a;position:relative;top:-5px}.form{position:relative}.form-item{margin-bottom:18px}.form-item.width-50{padding-right:13px;-webkit-box-sizing:border-box;box-sizing:border-box}.form-item-right{display:inline-block;vertical-align:middle;position:relative;top:-2px;margin-left:28px}.form-item-right-date,.form-item-right-number{display:inline-block;vertical-align:middle;margin-left:20px}.form-item-right-date input[type=text],.form-item-right-number input[type=text]{width:100%}.form-item-right-number{margin-left:15px;width:50px}.form-item-right-date{width:145px}.form-item-column{width:210px;margin-left:26px}.form-item-column:first-of-type{margin-left:0}.form-item.error .ui-select-wrapper .ui-selectmenu-button{border:1px solid #f0b8b8!important}.form-column-line{border-top:1px solid #dae3e4;margin:30px -30px 0;padding:20px 30px}.form-column-line+.form-column-line{margin-top:0}.form-attention{color:#686868;font-size:12px;margin-bottom:25px;margin-top:27px;text-align:left}.error-msg,.form label{font-size:14px;text-align:left}.form textarea{height:168px}.form label{color:#000;display:block;margin-bottom:10px}.form input+label,.form textarea+label{display:inline-block;vertical-align:middle;margin-bottom:0;margin-left:10px}.form.compact input,.form.compact textarea{width:60%}.form.error input,.form.error textarea{border:1px solid #f0b8b8!important;-webkit-box-shadow:0 0 5px rgba(219,42,42,.2)!important;box-shadow:0 0 5px rgba(219,42,42,.2)!important}.error-msg{margin-top:10px;display:inline-block;margin-left:10px;color:#db2a2a}

/* End */


/* Start:/local/templates/tweedroom_ru/template_styles.css?1649171204263116*/
@font-face {
  font-family: "HelveticaBlack";
  src: url("/local/templates/tweedroom_ru/fonts/eot/HelveticaNeueCyr-Black.eot");
  src: url("/local/templates/tweedroom_ru/fonts/eot/HelveticaNeueCyr-Black.eot?#iefix") format("embedded-opentype"),
  url("/local/templates/tweedroom_ru/fonts/woff/HelveticaNeueCyr-Black.woff") format("woff"),
  url("/local/templates/tweedroom_ru/fonts/ttf/HelveticaNeueCyr-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "HelveticaBold";
  src: url("/local/templates/tweedroom_ru/fonts/eot/HelveticaNeueCyr-Bold.eot");
  src: url("/local/templates/tweedroom_ru/fonts/eot/HelveticaNeueCyr-Bold.eot?#iefix") format("embedded-opentype"),
  url("/local/templates/tweedroom_ru/fonts/woff/HelveticaNeueCyr-Bold.woff") format("woff"),
  url("/local/templates/tweedroom_ru/fonts/ttf/HelveticaNeueCyr-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "HelveticaLight";
  src: url("/local/templates/tweedroom_ru/fonts/eot/HelveticaNeueCyr-Light.eot");
  src: url("/local/templates/tweedroom_ru/fonts/eot/HelveticaNeueCyr-Light.eot?#iefix") format("embedded-opentype"),
  url("/local/templates/tweedroom_ru/fonts/woff/HelveticaNeueCyr-Light.woff") format("woff"),
  url("/local/templates/tweedroom_ru/fonts/ttf/HelveticaNeueCyr-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "HelveticaMedium";
  src: url("/local/templates/tweedroom_ru/fonts/eot/HelveticaNeueCyr-Medium.eot");
  src: url("/local/templates/tweedroom_ru/fonts/eot/HelveticaNeueCyr-Medium.eot?#iefix") format("embedded-opentype"),
  url("/local/templates/tweedroom_ru/fonts/woff/HelveticaNeueCyr-Medium.woff") format("woff"),
  url("/local/templates/tweedroom_ru/fonts/ttf/HelveticaNeueCyr-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "HelveticaRoman";
  src: url("/local/templates/tweedroom_ru/fonts/eot/HelveticaNeueCyr-Roman.eot");
  src: url("/local/templates/tweedroom_ru/fonts/eot/HelveticaNeueCyr-Roman.eot?#iefix") format("embedded-opentype"),
  url("/local/templates/tweedroom_ru/fonts/woff/HelveticaNeueCyr-Roman.woff") format("woff"),
  url("/local/templates/tweedroom_ru/fonts/ttf/HelveticaNeueCyr-Roman.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&subset=cyrillic,cyrillic-ext,latin-ext');
main #sender-subscribe [data-button] {
  min-width: 140px;
}

.filter_left_column.fixed_filters {
  position: fixed;
  top: 155px;
  z-index: 9;
}

.filter_left_column.absolute_bottom_filters {
  position: absolute;
}

#loading_cs_button {
  margin-top: 13px;
}

p.fitrer_fromto_count_items {
  font-size: 13px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0px;
}

main p:after,
.banneroffer-content:after,
.catalog-item-top:after,
.catalog-item.__preview .catalog-item-inner:after,
[data-catalog-view="preview"] .catalog-item .catalog-item-inner:after,
.catalog-item.__list .catalog-item-inner:after,
[data-catalog-view="list"] .catalog-item .catalog-item-inner:after,
.categories-list:after,
.filter-catalog-info-content:after,
.filter-content:after,
.footer-info-right:after,
.productcard-top-content:after,
.site-info:after,
.subscribe-form:after {
  content: '';
  display: table;
  clear: both;
  border-spacing: 0;
  border-collapse: collapse;
  border: 0;
}

main h1 h1,
main .title-1 h1,
main h2 h1,
main .title-2 h1,
main h3 h1,
main .title-3 h1,
main h4 h1,
main .title-4 h1,
main h5 h1,
main .title-5 h1,
main h6 h1,
main .title-6 h1,
main h1 .title-1,
main .title-1 .title-1,
main h2 .title-1,
main .title-2 .title-1,
main h3 .title-1,
main .title-3 .title-1,
main h4 .title-1,
main .title-4 .title-1,
main h5 .title-1,
main .title-5 .title-1,
main h6 .title-1,
main .title-6 .title-1,
main h1 h2,
main .title-1 h2,
main h2 h2,
main .title-2 h2,
main h3 h2,
main .title-3 h2,
main h4 h2,
main .title-4 h2,
main h5 h2,
main .title-5 h2,
main h6 h2,
main .title-6 h2,
main h1 .title-2,
main .title-1 .title-2,
main h2 .title-2,
main .title-2 .title-2,
main h3 .title-2,
main .title-3 .title-2,
main h4 .title-2,
main .title-4 .title-2,
main h5 .title-2,
main .title-5 .title-2,
main h6 .title-2,
main .title-6 .title-2,
main h1 h3,
main .title-1 h3,
main h2 h3,
main .title-2 h3,
main h3 h3,
main .title-3 h3,
main h4 h3,
main .title-4 h3,
main h5 h3,
main .title-5 h3,
main h6 h3,
main .title-6 h3,
main h1 .title-3,
main .title-1 .title-3,
main h2 .title-3,
main .title-2 .title-3,
main h3 .title-3,
main .title-3 .title-3,
main h4 .title-3,
main .title-4 .title-3,
main h5 .title-3,
main .title-5 .title-3,
main h6 .title-3,
main .title-6 .title-3,
main h1 h4,
main .title-1 h4,
main h2 h4,
main .title-2 h4,
main h3 h4,
main .title-3 h4,
main h4 h4,
main .title-4 h4,
main h5 h4,
main .title-5 h4,
main h6 h4,
main .title-6 h4,
main h1 .title-4,
main .title-1 .title-4,
main h2 .title-4,
main .title-2 .title-4,
main h3 .title-4,
main .title-3 .title-4,
main h4 .title-4,
main .title-4 .title-4,
main h5 .title-4,
main .title-5 .title-4,
main h6 .title-4,
main .title-6 .title-4,
main h1 h5,
main .title-1 h5,
main h2 h5,
main .title-2 h5,
main h3 h5,
main .title-3 h5,
main h4 h5,
main .title-4 h5,
main h5 h5,
main .title-5 h5,
main h6 h5,
main .title-6 h5,
main h1 .title-5,
main .title-1 .title-5,
main h2 .title-5,
main .title-2 .title-5,
main h3 .title-5,
main .title-3 .title-5,
main h4 .title-5,
main .title-4 .title-5,
main h5 .title-5,
main .title-5 .title-5,
main h6 .title-5,
main .title-6 .title-5,
main h1 h6,
main .title-1 h6,
main h2 h6,
main .title-2 h6,
main h3 h6,
main .title-3 h6,
main h4 h6,
main .title-4 h6,
main h5 h6,
main .title-5 h6,
main h6 h6,
main .title-6 h6,
main h1 .title-6,
main .title-1 .title-6,
main h2 .title-6,
main .title-2 .title-6,
main h3 .title-6,
main .title-3 .title-6,
main h4 .title-6,
main .title-4 .title-6,
main h5 .title-6,
main .title-5 .title-6,
main h6 .title-6,
main .title-6 .title-6,
.ui-selectmenu-button span.ui-selectmenu-text,
.ui-selectmenu-button,
.custom-combobox-toggle,
.banneroffer-banner-title h1,
.banneroffer-banner-title .title-1,
.banneroffer-banner-title h2,
.banneroffer-banner-title .title-2,
.banneroffer-banner-title h3,
.banneroffer-banner-title .title-3,
.banneroffer-banner-title h4,
.banneroffer-banner-title .title-4,
.banneroffer-banner-title h5,
.banneroffer-banner-title .title-5,
.banneroffer-banner-title h6,
.banneroffer-banner-title .title-6,
.page-title h1,
.page-title .title-1,
.page-title h2,
.page-title .title-2,
.page-title h3,
.page-title .title-3,
.page-title h4,
.page-title .title-4,
.page-title h5,
.page-title .title-5,
.page-title h6,
.page-title .title-6,
.popular-title h1,
.popular-title .title-1,
.popular-title h2,
.popular-title .title-2,
.popular-title h3,
.popular-title .title-3,
.popular-title h4,
.popular-title .title-4,
.popular-title h5,
.popular-title .title-5,
.popular-title h6,
.popular-title .title-6,
.subscribe-title h1,
.subscribe-title .title-1,
.subscribe-title h2,
.subscribe-title .title-2,
.subscribe-title h3,
.subscribe-title .title-3,
.subscribe-title h4,
.subscribe-title .title-4,
.subscribe-title h5,
.subscribe-title .title-5,
.subscribe-title h6,
.subscribe-title .title-6 {
  font: inherit;
  color: inherit;
  border: 0;
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-transform: inherit;
}

main h1 h1,
main .title-1 h1,
main h2 h1,
main .title-2 h1,
main h3 h1,
main .title-3 h1,
main h4 h1,
main .title-4 h1,
main h5 h1,
main .title-5 h1,
main h6 h1,
main .title-6 h1,
main h1 .title-1,
main .title-1 .title-1,
main h2 .title-1,
main .title-2 .title-1,
main h3 .title-1,
main .title-3 .title-1,
main h4 .title-1,
main .title-4 .title-1,
main h5 .title-1,
main .title-5 .title-1,
main h6 .title-1,
main .title-6 .title-1,
main h1 h2,
main .title-1 h2,
main h2 h2,
main .title-2 h2,
main h3 h2,
main .title-3 h2,
main h4 h2,
main .title-4 h2,
main h5 h2,
main .title-5 h2,
main h6 h2,
main .title-6 h2,
main h1 .title-2,
main .title-1 .title-2,
main h2 .title-2,
main .title-2 .title-2,
main h3 .title-2,
main .title-3 .title-2,
main h4 .title-2,
main .title-4 .title-2,
main h5 .title-2,
main .title-5 .title-2,
main h6 .title-2,
main .title-6 .title-2,
main h1 h3,
main .title-1 h3,
main h2 h3,
main .title-2 h3,
main h3 h3,
main .title-3 h3,
main h4 h3,
main .title-4 h3,
main h5 h3,
main .title-5 h3,
main h6 h3,
main .title-6 h3,
main h1 .title-3,
main .title-1 .title-3,
main h2 .title-3,
main .title-2 .title-3,
main h3 .title-3,
main .title-3 .title-3,
main h4 .title-3,
main .title-4 .title-3,
main h5 .title-3,
main .title-5 .title-3,
main h6 .title-3,
main .title-6 .title-3,
main h1 h4,
main .title-1 h4,
main h2 h4,
main .title-2 h4,
main h3 h4,
main .title-3 h4,
main h4 h4,
main .title-4 h4,
main h5 h4,
main .title-5 h4,
main h6 h4,
main .title-6 h4,
main h1 .title-4,
main .title-1 .title-4,
main h2 .title-4,
main .title-2 .title-4,
main h3 .title-4,
main .title-3 .title-4,
main h4 .title-4,
main .title-4 .title-4,
main h5 .title-4,
main .title-5 .title-4,
main h6 .title-4,
main .title-6 .title-4,
main h1 h5,
main .title-1 h5,
main h2 h5,
main .title-2 h5,
main h3 h5,
main .title-3 h5,
main h4 h5,
main .title-4 h5,
main h5 h5,
main .title-5 h5,
main h6 h5,
main .title-6 h5,
main h1 .title-5,
main .title-1 .title-5,
main h2 .title-5,
main .title-2 .title-5,
main h3 .title-5,
main .title-3 .title-5,
main h4 .title-5,
main .title-4 .title-5,
main h5 .title-5,
main .title-5 .title-5,
main h6 .title-5,
main .title-6 .title-5,
main h1 h6,
main .title-1 h6,
main h2 h6,
main .title-2 h6,
main h3 h6,
main .title-3 h6,
main h4 h6,
main .title-4 h6,
main h5 h6,
main .title-5 h6,
main h6 h6,
main .title-6 h6,
main h1 .title-6,
main .title-1 .title-6,
main h2 .title-6,
main .title-2 .title-6,
main h3 .title-6,
main .title-3 .title-6,
main h4 .title-6,
main .title-4 .title-6,
main h5 .title-6,
main .title-5 .title-6,
main h6 .title-6,
main .title-6 .title-6,
.ui-selectmenu-button span.ui-selectmenu-text,
.ui-selectmenu-button,
.custom-combobox-toggle,
.banneroffer-banner-title h1,
.banneroffer-banner-title .title-1,
.banneroffer-banner-title h2,
.banneroffer-banner-title .title-2,
.banneroffer-banner-title h3,
.banneroffer-banner-title .title-3,
.banneroffer-banner-title h4,
.banneroffer-banner-title .title-4,
.banneroffer-banner-title h5,
.banneroffer-banner-title .title-5,
.banneroffer-banner-title h6,
.banneroffer-banner-title .title-6,
.page-title h1,
.page-title .title-1,
.page-title h2,
.page-title .title-2,
.page-title h3,
.page-title .title-3,
.page-title h4,
.page-title .title-4,
.page-title h5,
.page-title .title-5,
.page-title h6,
.page-title .title-6,
.popular-title h1,
.popular-title .title-1,
.popular-title h2,
.popular-title .title-2,
.popular-title h3,
.popular-title .title-3,
.popular-title h4,
.popular-title .title-4,
.popular-title h5,
.popular-title .title-5,
.popular-title h6,
.popular-title .title-6,
.subscribe-title h1,
.subscribe-title .title-1,
.subscribe-title h2,
.subscribe-title .title-2,
.subscribe-title h3,
.subscribe-title .title-3,
.subscribe-title h4,
.subscribe-title .title-4,
.subscribe-title h5,
.subscribe-title .title-5,
.subscribe-title h6,
.subscribe-title .title-6 {
  margin: 0;
  padding: 0;
  background: transparent;
}

.form-reset [type="submit"],
.form-reset [type="button"],
.form-reset [type="reset"],
.form-reset button,
.form-reset [data-button],
main [data-button],
.slick-arrow,
.slick-dots li button,
.header-search-submit-button {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent;
  outline: none;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-item [type="text"],
.form-item select,
.form-item textarea,
.form-item [type="password"],
.form-item [type="date"],
.form-item [type="datetine"],
.form-item [type="email"],
.form-item [type="number"],
.form-item [type="search"],
.form-item [type="time"],
.form-item [type="tel"],
.form-item [type="month"],
.form-item [type="week"],
.form-item .ui-selectmenu-button,
.form-item .input-style,
.form-item.__animation:after,
.form-item.__animation label,
main [data-button],
main [data-button] img,
.slick-arrow,
.slick-dots,
.slick-dots li button:before,
main input[type="checkbox"] + label:before,
main input[type="radio"] + label:before,
.popup-close,
.catalog-switch-item,
.filter-catalog-item,
.footer-realweb ._red,
.footer-realweb ._blue,
.header-shippingcart-link:before,
.header-search-button:before,
html.modernizr-csspointerevents .header-search-block,
.header-search-close,
.header-search-submit-button:before,
.header-search-submit-button.form-submit:before,
.header-nav ._aside a img,
.numeric.__mode-1 .numeric-up,
.numeric.__mode-2 .numeric-up,
.numeric.__mode-1 .numeric-down,
.numeric.__mode-2 .numeric-down,
.numeric.__mode-1 .numeric-up:after,
.numeric.__mode-2 .numeric-up:after,
.numeric.__mode-1 .numeric-down:after,
.numeric.__mode-2 .numeric-down:after,
.payments-item a img,
.productcard-previews-prev:after,
.productcard-previews-next:after,
.productcard-preview:before,
.productcard-big-image-block:after,
.productcard-detail-tab:after,
.social-links-item:before {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

script {
  display: none !important;
}

html,
body {
  min-width: 300px;
}

html {
  font-family: 'Open Sans', Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1.1;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 0.547vw;
  overflow: scroll;
  overflow-x: auto;
  overflow-y: scroll;
}

body {
  min-height: 100%;
  position: relative;
  font-size: medium;
  background: #fff;
}

html.js body {
  padding-bottom: 346px;
}

html,
body {
  background: #fff;
}

.wrapper-content,
.header-nav-list > ._item > ._sub-wrapper > ._sub {
  -webkit-box-sizing: padding-box;
  -moz-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 0;
  padding-right: 15px;
  padding-bottom: 0;
  padding-left: 15px;
  max-width: 1240px;
}
.bx-section-desc-post{
  padding-left: 0;
}
.headtwo {
  font-size: 36px;
  font-weight: 600;
}

.headthree {
  font-size: 30px;
  font-weight: 600;
}

/*section.index_page {background: #FFF url(/local/templates/tweedroom_ru/images/bg_page_bottom1.jpg) center bottom no-repeat;}*/
.index_text h1 {
  position: relative;
  display: block;
  font-weight: normal;
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  margin: 30px 0px;
  z-index: 1;
  font-family: 'Open Sans', sans-serif;
}

.index_text h1::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  top: 50%;
  margin-top: 3px;
  position: absolute;
  z-index: 0;
}

.index_text h1 span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0px 15px;
  background: #FFF;
  z-index: 1
}

.align_center {
  text-align: center;
}

.contact_page_left, .contact_page_right {
  width: 48%;
}

.contact_page_left {
  float: left;
}

.contact_page_right {
  float: right;
}

.header-info .header-info-item.icon_header_msk {
  margin-left: 5px;
  margin-right: 0px;
  padding-left: 26px;
  padding-top: 7px;
  background: transparent url('/local/templates/tweedroom_ru/images/icon_phone_msk.png') 0 0 no-repeat;
}

.header-info .header-info-item.icon_header_spb {
  margin-left: 5px;
  margin-right: 0px;
  padding-left: 39px;
  padding-top: 7px;
  background: transparent url('/local/templates/tweedroom_ru/images/icon_phone_spb.png') 0px 6px no-repeat;
}

.header-info .header-info-item.icon_header_all {
  padding-top: 7px;
}

.header-info .header-info-item.icon_header_all .click::after {
  display: none;
}

.header-info .header-info-item .click {
  position: relative;
  display: inline-block;
  vertical-align: top;

}

.header-info .header-info-item .click::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px dashed #0e5a71;
}

.header-info .header-info-item .click:hover {
  cursor: pointer;
}

.header-info .header-info-item .click:hover::after {
  display: none;
}

.header-info .header-info-item .header-info-item-label {
  position: relative;
}

.header-info .header-info-item .header-info-item-label > span {
  display: inline-block;
  vertical-align: top;
}

.header-info .header-info-item a {
  color: #FFF;
}

.show_map {
  display: none;
  width: 520px;
  height: auto;
  position: absolute;
  top: 37px;
  left: -230px;
  background: #ebebeb;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  border: #FFF solid 7px;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.25);
  text-align: left;
  z-index: 9999;
  font-weight: 400;
}

.show_map::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: -14px;
  margin-left: -5px;
  border-left: transparent solid 10px;
  border-right: transparent solid 10px;
  border-top: transparent solid 0;
  border-bottom: #FFF solid 7px;
}

.stock-list {
  display: block;
  padding: 0px;
  margin: 0px;
}

.stock-list::after {
  content: "";
  display: table;
  clear: both;
}

.stock-list .stock-item {
  display: block;
  padding: 30px 0px;
  border-bottom: #ccc solid 1px;
  color: #000;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
}

.stock-list .stock-item:last-child {
  border-bottom: none;
}

.stock-img {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  text-align: left;
}

.stock-img a {
  display: block;
}

.stock-img img {
  max-width: 100%;
  height: auto;
  max-height: 240px;
  width: auto;
}

.stock-content {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-top: 30px;
}

.stock-title {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  color: #33bce6;
  margin: 15px 0px;
}

.stock-text {
  margin: 15px 0px;
}

.stock-readmore > a {
  display: inline-block;
  vertical-align: top;
  padding: 11px 10px 10px;
  color: #959595;
  border: #c1c2c6 solid 1px;
  width: 180px;
  text-decoration: none;
  font-size: 14px;
  line-height: 14px;
}

.night_block_fixed {
  position: fixed;
  bottom: 0;
  right: 170px;
  display: none;
  width: 320px;
  height: auto;
  padding: 0px;
  background: #FFF;
  color: #000;
  z-index: 500;
  border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
}

.night_block_fixed .night_block_title {
  cursor: pointer;
  display: block;
  background: #383d45;
  color: #FFF;
  padding: 20px;
  font-size: 15px;
  line-height: 15px;
  border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
}

.night_block_fixed .night_block_text {
  display: none;
  padding: 20px;
  font-size: 14px;
  line-height: 14px;
  border-right: #383d45 solid 1px;
  border-left: #383d45 solid 1px;
}

.night_block_fixed .night_block_text strong {
  color: #33bce6;
}

.night_block_fixed .night_block_close,
.show_map .close {
  cursor: pointer;
  height: 27px;
  position: absolute;
  right: -8px;
  top: -36px;
  width: 27px;
  z-index: 8040;
  background: transparent url(/local/templates/tweedroom_ru/images/map_close.png) 0 0 no-repeat;
}

.night_block_fixed .night_block_close {
  display: none;
  right: 0px;
}

.show_map .map {
  display: block;
  width: 100%;
  height: 240px;
}

.show_map .inf {
  position: relative;
  padding: 15px 15px 5px;
  font-size: 15px;
  line-height: 17px;
}

.show_map .inf p {
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 17px;
  margin-top: 0px;
}

.header-info .header-info-item hr {
  color: #252f38;
  background-color: #252f38;
  border: 0 none;
  height: 1px;
  clear: both;
  margin: 10px 0px;
}

.show_map span.adr {
  display: inline-block;
  width: 80%;
  line-height: 36px;
}

.show_map a.tocontact {
  float: right;
  display: inline-block;
  vertical-align: top;
  border: 3px solid #ec685a;
  color: #ec685a;
  font-weight: 700;
  padding: 4px 6px;
  text-decoration: underline;
  margin-bottom: 7px;
}

.margin_left_links_list {
  margin-left: 241px;
  line-height: 36px;
  display: block;
  overflow: hidden;
}

.margin_left_links_list h1 {
  margin-top: 0px !important;
}

.list-module-links {
  display: block;
  padding: 0px;
  margin: 0px 0px 4px;
  overflow: hidden;
}

.list-module-links .module-links-item {
  display: inline-block;
  vertical-align: top;
  margin: 0px 8px 8px 0px;
}

.list-module-links .module-links-item a {
  display: inline-block;
  font-size: 12px;
  background-color: #DBDBDB;
  border-radius: 2px;
  color: #626262;
  line-height: 16px;
  padding: 5px 15px 4px 15px;
  text-decoration: none;
}

.list-module-links .module-links-item a.active,
.list-module-links .module-links-item a:hover {
  background-color: #33bce6;
  color: #FFF;
}

@media screen and (min-width: 1265px) {
  .wrapper-content,
  .header-nav-list > ._item > ._sub-wrapper > ._sub {
    max-width: 1234px;
  }
}

@media screen and (max-width: 1265px) {
  .index_men_women {
    width: 488px !important;
    height: 374px !important;
    background-position: center center !important;
  }
}

@media screen and (max-width: 1050px) and (min-width: 769px) {
  .index_men_women {
    width: 343px !important;
    height: 395px !important;
  }
  .header__logo{
    top: 18px!important;
  }
  main .header__logo img{
    max-width: 126px!important;
  }
}

@media screen and (max-width: 769px) {
  .index_men_women_wrap {
    margin-left: -15px;
    margin-right: -15px;
  }

  .index_men_women_wrap .index_men_women:first-child {
    margin-right: 2%;
  }

  .index_men_women {
    width: 49% !important;
    height: 100% !important;
    padding-top: 11%;
    padding-bottom: 11%;
  }

  .index_men_women [data-button], .main-banner [data-button] {
    padding: 12px 0px 10px;
  }

  .main-banner-item-text {
    font-size: 22px !important;
  }

  .main-banner-item-title, .index_men_women__title {
    font-size: 40px !important;
  }

  .index_men_women__title {
    margin-bottom: 10px !important;
  }

  .main-banner-item-content-inner {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}

@media screen and (max-width: 630px) {
  .index_men_women [data-button], .main-banner [data-button] {
    padding: 12px 0px 10px !important;
  }
  .productcard-size-wr {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 600px) {
  .main-banner {
    margin-bottom: 10px;
  }
  .actions-wrapper{
    flex-direction: column;
  }
  .actions-wrapper img{
    width: 100%!important;
  }
}

@media screen and (max-width: 560px) {
  .main-banner-item-text {
    font-size: 20px !important;
    line-height: 20px !important;
  }

  .main-banner-item-title {
    line-height: 52px !important;
  }

  .main-banner-item-button {
    marign-top: 13px !important;
  }

  .index_men_women__title {
    line-height: 40px !important;
  }

  .index_men_women {
    padding-top: 10.6%;
    padding-bottom: 10.6%;
  }

  .main-banner-item-content-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 500px) {
  .index_men_women [data-button], .main-banner [data-button] {
    font-size: 16px !important;
    line-height: 15px !important;
  }

  .main-banner-item-title, .index_men_women__title {
    font-size: 31px !important;
  }

  .main-banner-item-text {
    font-size: 17px !important;
  }

  .main-banner-item-button {
    margin-top: 10px !important;
  }

  .main-banner-item-title {
    line-height: 43px !important;
  }

  .main-banner {
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 480px) {
  .main-banner {
    margin-bottom: 7px !important;
  }
  .productcard-price{
    margin-bottom: 0;
  }
}

@media screen and (max-width: 420px) {
  .index_text h1 {
    font-size: 26px !important;
    line-height: 26px !important;
  }

  .index_text h2 {
    font-size: 24px !important;
  }

  .main-banner-item-text {
    font-size: 14px !important;
  }

  .main-banner-item-title, .index_men_women__title {
    font-size: 20px !important;
  }

  .index_men_women {
    padding-top: 9%;
    padding-bottom: 9%;
  }

  .index_men_women [data-button], .main-banner-item-button [data-button] {
    font-size: 10px !important;
    line-height: 10px !important;
    padding: 6px 0px !important;
    min-width: 70px !important;
  }

  .main-banner .slick-dots {
    padding-bottom: 3px !important;
  }
  .margin_left_links_list{
    margin-left: 0;
  }
  .filter_left_column{
    float: none;
    margin-bottom: 10px!important;
  }
  .filter_sort_wrap{
    margin: 10px 0!important
  }
  .list-module-links .module-links-item{
    margin: 0px 4px 8px 0px;
  }

}

@media screen and (max-width: 401px) {
  /*.search_form_mobile-input {left: -203px !important;}*/
  /*.search_form_mobile-input input {width: 200px !important;}*/
  .header-logo-mobile {
    width: 100px !important;
    margin-left: -50px !important;
    top: 5px !important;
  }
}

@media screen and (max-width: 375px) {
  /*.search_form_mobile-input {left: -181px !important;}*/
  /*.search_form_mobile-input input {width: 180px !important;}*/
  .header-logo-mobile {
    left: 33px !important;
    margin-left: 0px !important;
  }

  .main-banner-item-title, .index_men_women__title {
    font-size: 17px !important;
  }
}

@media screen and (min-width: 1051px) and (max-width: 1270px) {
  .wrapper-content,
  .header-nav-list > ._item > ._sub-wrapper > ._sub {
    max-width: 1020px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1050px) {
  .wrapper-content,
  .header-nav-list > ._item > ._sub-wrapper > ._sub {
    max-width: 730px;
  }
}

@media screen and (min-width: 601px) and (max-width: 769px) {
  /* .wrapper-content,
  .header-nav-list > ._item > ._sub-wrapper > ._sub {
  max-width: 570px;
  } */
  .contact_page_left, .contact_page_right {
    width: 100%;
  }
}

@media screen and (min-width: 471px) and (max-width: 600px) {
  /* .wrapper-content,
  .header-nav-list > ._item > ._sub-wrapper > ._sub {
  max-width: 440px;
  } */
  .contact_page_left, .contact_page_right {
    width: 100%;
  }
}

@media screen and (max-width: 470px) {
  .wrapper-content,
  .header-nav-list > ._item > ._sub-wrapper > ._sub {
    padding-right: 15px;
    padding-left: 15px;
  }

  .contact_page_left, .contact_page_right {
    width: 100%;
  }

  .night_block_fixed {
    right: auto;
    left: 10px;
  }
}

@media screen and (max-width: 415px) {
  .contact_page_left, .contact_page_right {
    width: 100%;
  }

  .night_block_fixed {
    width: 230px;
  }
}

.wrapper-text {
  max-width: 780px;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}

.wrapper-text table {
  width: 100%;
}

main {
  cursor: default;
}

main p {
  cursor: initial;
}

html,
body,
main,
main * {
  -webkit-box-sizing: padding-box;
  -moz-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html.__not-ready body:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  z-index: 999999;
}

.js-popup-margin {
  display: none;
}

@media screen and (min-width: 1265px) {
  html {
    font-size: 20px;
  }
}

@media screen and (min-width: 1265px) {
  .MEDIA_SCREENS {
    z-index: 0;
  }

  .MEDIA_SCREENS-screen-width {
    width: 1265px;
  }

  .MEDIA_SCREENS-wrapper-width {
    width: 1234px;
  }
}

@media screen and (min-width: 1051px) and (max-width: 1264px) {
  .MEDIA_SCREENS {
    z-index: 1;
  }

  .MEDIA_SCREENS-screen-width {
    width: 1264px;
  }

  .MEDIA_SCREENS-wrapper-width {
    width: 1020px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1050px) {
  .MEDIA_SCREENS {
    z-index: 2;
  }

  .MEDIA_SCREENS-screen-width {
    width: 1050px;
  }

  .MEDIA_SCREENS-wrapper-width {
    width: 730px;
  }
}

@media screen and (min-width: 601px) and (max-width: 769px) {
  .MEDIA_SCREENS {
    z-index: 3;
  }

  .MEDIA_SCREENS-screen-width {
    width: 760px;
  }

  .MEDIA_SCREENS-wrapper-width {
    width: 570px;
  }
}

@media screen and (min-width: 471px) and (max-width: 600px) {
  .MEDIA_SCREENS {
    z-index: 4;
  }

  .MEDIA_SCREENS-screen-width {
    width: 600px;
  }

  .MEDIA_SCREENS-wrapper-width {
    width: 440px;
  }
}

@media screen and (max-width: 470px) {
  .MEDIA_SCREENS {
    z-index: 5;
  }

  .MEDIA_SCREENS-screen-width {
    width: 470px;
  }
}

[data-text-column] {
  -webkit-column-gap: 100px;
  -moz-column-gap: 100px;
  column-gap: 100px;
  -webkit-column-width: 400px;
  -moz-column-width: 400px;
  column-width: 400px;
}

[data-text-column] > * {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

[data-text-column="1"] {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}

[data-text-column="2"] {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

[data-text-column="3"] {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

[data-text-column="4"] {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}

[data-text-column="5"] {
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
}

[data-text-column="6"] {
  -webkit-column-count: 6;
  -moz-column-count: 6;
  column-count: 6;
}

[data-text-column="7"] {
  -webkit-column-count: 7;
  -moz-column-count: 7;
  column-count: 7;
}

[data-text-column="8"] {
  -webkit-column-count: 8;
  -moz-column-count: 8;
  column-count: 8;
}

[data-text-column="9"] {
  -webkit-column-count: 9;
  -moz-column-count: 9;
  column-count: 9;
}

[data-text-column="10"] {
  -webkit-column-count: 10;
  -moz-column-count: 10;
  column-count: 10;
}

@media screen and (max-width: 1270px) {
  [data-text-column] {
    -webkit-columns: auto;
    -moz-columns: auto;
    columns: auto;
  }
}

.wrapper-info {
  background: #fff;
  padding-top: 45px;
  padding-right: 45px;
  padding-bottom: 45px;
  padding-left: 45px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.02);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.02);
}

@media screen and (max-width: 600px) {
  .wrapper-info {
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 470px) {
  .wrapper-info {
    /* margin-right: -10px;
    margin-left: -10px; */
  }
}

.left-column-big,
.left-column-small {
  float: left;
  position: relative;
}

.right-column-small,
.right-column-big {
  float: right;
  position: relative;
}

.left-column-big,
.right-column-big {
  width: 66%;
}

.left-column-small,
.right-column-small {
  width: 33%;
}

@media screen and (max-width: 1050px) {
  .left-column-big,
  .right-column-big,
  .left-column-small,
  .right-column-small {
    flaot: none;
    width: auto;
  }
}

.main-page-text p:after {
  clear: none;
}

.content {
  margin-bottom: 40px;
}

main h1,
main .title-1,
main h2,
main .title-2,
main h3,
main .title-3,
main h4,
main .title-4,
main h5,
main .title-5,
main h6,
main .title-6 {
  line-height: 1;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
  /*font-family: Georgia, Times, Times New Roman, serif;*/
}

main h1 small,
main .title-1 small,
main h2 small,
main .title-2 small,
main h3 small,
main .title-3 small,
main h4 small,
main .title-4 small,
main h5 small,
main .title-5 small,
main h6 small,
main .title-6 small {
  font-weight: 400;
}

main h1,
main .title-1 {
  font-weight: normal;
  font-size: 180%;
  /*font-size: 34px;*/
  margin-top: 5px;
  margin-bottom: 10px;
  line-height: 36px;
  /*font-weight: 400;*/
  font-family: 'Open Sans', sans-serif;
}

main h2,
main .title-2 {
  font-size: 27px;
  line-height: 27px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}

main h3,
main .title-3 {
  font-weight: normal;
  font-size: 22px;
  line-height: 22px;
  font-family: 'Open Sans', sans-serif;
}

main h4,
main .title-4 {
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  font-family: 'Open Sans', sans-serif;
}

main h5,
main .title-5 {
  font-weight: normal;
  font-size: 15px;
  line-height: 15px;
  font-family: 'Open Sans', sans-serif;
}

main h6,
main .title-6 {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 1050px) {
  main h3,
  main .title-3 {
    font-size: 22px;
  }

  main h4,
  main .title-4 {
    font-size: 18px;
  }

  main h5,
  main .title-5 {
    font-size: 15px;
  }

  main h6,
  main .title-6 {
    font-size: 10.5px;
  }
}

main p,
main td,
main th,
main li {
  font-size: 14px;
  line-height: 1.489;
  font-weight: 400;
}

@media screen and (max-width: 600px) {
  main p,
  main td,
  main th,
  main li {
    font-size: 14px;
  }
}

main p,
main ol,
main ul,
main table,
main .table-wrapper {
  margin-bottom: 20px;
}
main table{
  margin-bottom: 50px;
}

main * + p,
main * + ol,
main * + ul,
main * + table,
main * + .table-wrapper {
  margin-top: 14px;
}

main p a {
  text-decoration: underline;
}

main p a[href^="tel"] {
  text-decoration: none;
}

main p img {
  display: inline-block;
  vertical-align: top;
}
body .image-description   img{
  max-width: 32.9%!important;
}


@media only screen and (max-width: 480px) {
  body .image-description   img{
    max-width: 100%!important;

  }
}



main p img[align="center"] {
  display: block;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 14px;
  margin-left: auto;
}

main p img[align="left"],
main p img.left,
main p img.to-left,
main p img[align="right"],
main p img.right,
main p img.to-right {
  max-width: 50%;
}

* + main p img[align="left"],
* + main p img.left,
* + main p img.to-left,
* + main p img[align="right"],
* + main p img.right,
* + main p img.to-right {
  margin-top: 20px;
}

main p img[align="left"],
main p img.left,
main p img.to-left {
  margin-top: 0;
  margin-right: 14px;
  margin-bottom: 14px;
  margin-left: 0;
}

main p img[align="right"],
main p img.right,
main p img.to-right {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 14px;
  margin-left: 14px;
}

main p img[align]:last-child {
  margin-bottom: 0;
}

main p.__big {
  font-size: 14px;
}

main * + ul,
main * + ol {
  margin-top: 15px;
}

main ul,
main ol {
  padding-left: 24px;
  margin-top: 14px;
}

main li {
  margin-top: 10px;
  margin-bottom: 10px;
}
main #velozamki_text_div a{
  text-decoration: underline;
}
main a {
  text-decoration: none;
  color: #0066cc;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
  -webkit-transition-property: color, background, border-color, opacity, -webkit-box-shadow, -webkit-filter, -webkit-transform;
  transition-property: color, background, border-color, opacity, -webkit-box-shadow, -webkit-filter, -webkit-transform;
  -o-transition-property: color, background, border-color, box-shadow, opacity, filter, -o-transform;
  -moz-transition-property: color, background, border-color, box-shadow, opacity, filter, transform, -moz-box-shadow, -moz-transform;
  transition-property: color, background, border-color, box-shadow, opacity, filter, transform;
  transition-property: color, background, border-color, box-shadow, opacity, filter, transform, -webkit-box-shadow, -moz-box-shadow, -webkit-filter, -webkit-transform, -moz-transform, -o-transform;
}

main a:hover {
  /*color: #33bce6;*/
  text-decoration: none;
}

main em,
main .em {
  color: #0e5a71;
}

main mark,
main .mark {
  background-color: #0e5a71;
  color: #fff;
  padding-right: 5px;
  padding-left: 5px;
}

main .bold,
main b,
main strong {
  font-weight: 600;
}

main q {
  font-style: italic;
}

main q:before {
  content: "\00ab";
}

main q:after {
  content: "\00bb";
}

main code {
  font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
}

main ins {
  color: #12a66d;
  font-weight: 600;
}

main s,
main .italic {
  font-style: italic;
}

main u,
main .underline {
  text-decoration: underline;
}

main .big {
  font-size: 114%;
  font-size: 1.14em;
}

main small,
main .small {
  font-size: 88%;
  font-size: 0.88em;
}

main sub {
  vertical-align: sub;
  font-size: 70%;
  font-size: 0.7em;
}

main sup {
  vertical-align: super;
  font-size: 70%;
  font-size: 0.7em;
}

main blockquote {
  padding-top: 25px;
  padding-right: 20px;
  padding-bottom: 25px;
  padding-left: 80px;
  background-image: url("/local/templates/tweedroom_ru/images/left-quote.svg");
  background-repeat: no-repeat;
  background-position: 20px center;
  background-color: #f6f6f6;
  color: #868686;
  text-indent: 0!important;
}

main blockquote,
main blockquote p {
  font-weight: 300;
}

main blockquote p {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

main blockquote * + p {
  margin-top: 14px;
}

main ol,
main ul {
  margin-bottom: 15px;
}

main ol ol,
main ul ol,
main ol ul,
main ul ul {
  margin-top: 10px;
}

main ol > li,
main ul > li {
  z-index: 0;
}

main ol {
  counter-reset: item;
  list-style: none;
  padding-left: 15px;
}

main ol > li {
  position: relative;
}

main ol > li:before {
  content: counters(item, ".");
  counter-increment: item;
  position: absolute;
  right: 100%;
  top: 0;
  font-weight: 700;
  margin-right: 5px;
}

main ul {
  list-style: none;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

main ul > li {
  padding-left: 15px;
  position: relative;
}

main ul > li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 14px;
  top: 0.5em;
  top: -webkit-calc(1em * 0.74 - 3px);
  top: -moz-calc(1em * 0.74 - 3px);
  top: calc(1em * 0.74 - 3px);
  width: 7px;
  height: 7px;
  background: #122951;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

main hr {
  margin-top: 25px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  border: 0;
  width: auto;
  height: 1px;
  background: #0e5a71;
}

main hr.__small {
  width: 68px;
  height: 3px;
}

main th,
main td {
  border: 1px solid #ddd;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
}

main th {
  text-align: left;
  font-weight: 700;
}

main th.__title {
  font-size: 18px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  background: #fafafa;
}

main td {
  font-weight: 400;
}

main th[colspan] {
  text-align: center;
}

main table {
  border-spacing: 5px 0;

}

main table th,
main table th.__title {
  border: 0;
  border-bottom: 1px solid #dededd;
  background: transparent;
  padding-left: 0;
  color: #818181;
  font-weight: 400;
}

main table td {
  background: #fff;
  border: 0;
  white-space: nowrap;
  border-bottom: 1px solid #dededd;
}

main table th + td {
  border-left: 1px solid #dededd;
}

main table thead {
  padding-bottom: 20px;
}

main table.__lines {
  border-spacing: 0;
  background: #f7f7f6;
}

main table.__lines td {
  background: transparent;
  border: 0;
}

main table.__lines tr ~ tr td {
  border-top: 1px solid #fff;
}

main table.__lines tr:nth-child(odd) td {
  background: #fff;
}

main table.__dotted {
  table-layout: fixed;
  font-weight: 500;
  border-spacing: 0;
}

main table.__dotted td,
main table.__dotted th {
  border: 0;
  padding-top: 7px;
  padding-right: 0;
  padding-bottom: 7px;
  padding-left: 15px;
  line-height: 20px;
  overflow: hidden;
  text-align: right;
  background: transparent;
}

main table.__dotted td:before,
main table.__dotted th:before {
  float: right;
  content: ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . ";
  white-space: nowrap;
  width: 0;
  font-size: 9px;
  line-height: 24px;
  direction: rtl;
  margin-bottom: -5px;
}

main table.__dotted td span,
main table.__dotted th span {
  background: #fff;
  padding-left: 3px;
}

main table.__dotted td:first-child,
main table.__dotted th:first-child {
  padding-right: 15px;
  padding-left: 0;
  text-align: left;
}

main table.__dotted td:first-child:before,
main table.__dotted th:first-child:before {
  float: left;
  direction: ltr;
}

main table.__dotted td:first-child span,
main table.__dotted th:first-child span {
  padding-right: 3px;
  padding-left: 0;
}

main table.__dotted th {
  font-size: 14px;
  font-weight: 400;
}

main table.__dotted th.__title {
  background: transparent;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 0;
  font-weight: 600;
  color: #415d68;
}

main table.__dotted th.__title:before {
  display: none;
}

main table.__dotted td {
  font-weight: 500;
  text-align: right;
}

main figure {
  margin-bottom: 15px;
}

main figure img {
  display: block;
  width: 100%;
}

main figure,
main figure figcaption {
  font-size: 14px;
  color: #a9c9d1;
  line-height: 16px;
}

main figure * + figcaption {
  margin-top: 5px;
}

main * + figure {
  margin-top: 20px;
}

main .table-wrapper {
  overflow: auto;
}

main .table-wrapper > table {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

main .table-wrapper td,
main .table-wrapper th {
  min-width: 200px;
}
main table td:nth-child(1){
  text-align: left;
}
main table td{
  text-align: center;
}
.inline-block{
  display: inline-block;
}
.falseLink {
  color: #0e5a71;
  border-bottom: 1px dotted;
  cursor: pointer;
  text-decoration: none;
}

main * + h1,
main * + .title-1 {
  margin-top: 20px;
}

main * + h2,
main * + .title-2 {
  margin-top: 15px;
}

main * + h3,
main * + .title-3 {
  margin-top: 15px;
}

main * + h4,
main * + .title-4 {
  margin-top: 15px;
}

main * + h5,
main * + .title-5 {
  margin-top: 15px;
}

main * + h6,
main * + .title-6 {
  margin-top: 15px;
}

.error-msg,
.form-item .error-msg {
  display: block;
  color: #ff5959;
  margin-top: 5px;
  margin-left: 16px;
  font-size: 12px;
  line-height: 14px;
}

.form-title {
  font-size: 21px;
  line-height: 27px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
  /*font-family: Georgia, Times, Times New Roman, serif;*/
}

.form-title + .form-subtitle {
  margin-top: 15px;
}

.form-title.__big {
  font-size: 22px;
}

.form-subitem {
  font-size: 10px;
  margin-bottom: 12px;
}

.form-subitem p {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.form-subitem p * + p {
  margin-top: 10px;
}

.form-item + .form-subitem {
  margin-top: -12px;
}

.form-item .form-subitem {
  margin-top: 8px;
  margin-bottom: 0;
}

.form-info {
  margin-bottom: 20px;
}

.form-item + .form-info {
  margin-top: -10px;
}

.form-info p {
  text-align: left;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 10px;
  line-height: 12px;
  color: #404040;
  font-weight: 300;
}

.form-info * + p {
  margin-top: 10px;
}

.form-subtitle {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  margin-bottom: 10px;
}

* + .form-subtitle {
  margin-top: 30px;
}

.form-item {
  margin-bottom: 20px;
}

.form_on_cnt_page .form-item {
  display: inline-block;
  vertical-align: top;
  width: 40%;
}

.form_on_cnt_page .captcha-input {
  display: inline-block;
  vertical-align: top;
  width: 180px;
  margin-right: 6px;
}

.form_on_cnt_page .captcha-input input {
  padding-top: 9px;
  padding-bottom: 8px;
}

.form_on_cnt_page .captcha-image {
  display: inline-block;
  vertical-align: top;
}

.form_on_cnt_page .form-submit {
  margin-top: 5px;
}

#contacts_form_text_1 {
  margin-right: 2%;
}

#contacts_form_email_2 {
  margin-left: -4px;
}

#contacts_form_textarea_3 {
  width: 82%;
}

.more_filters_slide {
  display: none;
}

.more_filters_slide_button {
  float: right;
  font-size: 13px;
}

.form-item [type="text"],
.form-item select,
.form-item textarea,
.form-item [type="password"],
.form-item [type="date"],
.form-item [type="datetine"],
.form-item [type="email"],
.form-item [type="number"],
.form-item [type="search"],
.form-item [type="time"],
.form-item [type="tel"],
.form-item [type="month"],
.form-item [type="week"],
.form-item .ui-selectmenu-button,
.form-item .input-style {
  border: 1px solid #e5e6e7;
  width: 100%;
  max-width: 100%;
  background: #fff;
  border-color: #000;
  font-size: 15px;
  line-height: 16px;
  padding-top: 16px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  height: 50px;
  font-weight: 400;
  color: #000;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  display: block;
}

.form-item [type="text"]:hover,
.form-item select:hover,
.form-item textarea:hover,
.form-item [type="password"]:hover,
.form-item [type="date"]:hover,
.form-item [type="datetine"]:hover,
.form-item [type="email"]:hover,
.form-item [type="number"]:hover,
.form-item [type="search"]:hover,
.form-item [type="time"]:hover,
.form-item [type="tel"]:hover,
.form-item [type="month"]:hover,
.form-item [type="week"]:hover,
.form-item .ui-selectmenu-button:hover,
.form-item .input-style:hover {
  border-color: #a6c1ca;
}

.form-item [type="text"]:focus,
.form-item select:focus,
.form-item textarea:focus,
.form-item [type="password"]:focus,
.form-item [type="date"]:focus,
.form-item [type="datetine"]:focus,
.form-item [type="email"]:focus,
.form-item [type="number"]:focus,
.form-item [type="search"]:focus,
.form-item [type="time"]:focus,
.form-item [type="tel"]:focus,
.form-item [type="month"]:focus,
.form-item [type="week"]:focus,
.form-item .ui-selectmenu-button:focus,
.form-item .input-style:focus {
  border-color: #8dafba;
}

.form-item [type="text"][data-input-size="small"],
.form-item select[data-input-size="small"],
.form-item textarea[data-input-size="small"],
.form-item [type="password"][data-input-size="small"],
.form-item [type="date"][data-input-size="small"],
.form-item [type="datetine"][data-input-size="small"],
.form-item [type="email"][data-input-size="small"],
.form-item [type="number"][data-input-size="small"],
.form-item [type="search"][data-input-size="small"],
.form-item [type="time"][data-input-size="small"],
.form-item [type="tel"][data-input-size="small"],
.form-item [type="month"][data-input-size="small"],
.form-item [type="week"][data-input-size="small"],
.form-item .ui-selectmenu-button[data-input-size="small"],
.form-item .input-style[data-input-size="small"] {
  padding-top: 8px;
  padding-right: 20px;
  padding-bottom: 8px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 16px;
}

.form-item [type="text"][data-input-size="middle"],
.form-item select[data-input-size="middle"],
.form-item textarea[data-input-size="middle"],
.form-item [type="password"][data-input-size="middle"],
.form-item [type="date"][data-input-size="middle"],
.form-item [type="datetine"][data-input-size="middle"],
.form-item [type="email"][data-input-size="middle"],
.form-item [type="number"][data-input-size="middle"],
.form-item [type="search"][data-input-size="middle"],
.form-item [type="time"][data-input-size="middle"],
.form-item [type="tel"][data-input-size="middle"],
.form-item [type="month"][data-input-size="middle"],
.form-item [type="week"][data-input-size="middle"],
.form-item .ui-selectmenu-button[data-input-size="middle"],
.form-item .input-style[data-input-size="middle"] {
  font-size: 18px;
  line-height: 22px;
  padding-top: 8px;
  padding-right: 15px;
  padding-bottom: 8px;
  padding-left: 15px;
}

.form-item textarea {
  resize: none;
  /*height: 60px;*/
  overflow: auto;
}

.form-item.column {
  padding-right: 10px;
  padding-left: 10px;
  display: block;
  margin-right: 0;
}

.form-item.column.__1-2:nth-child(1) {
  padding-left: 0;
}

.form-item.column.__1-2:nth-child(2) {
  padding-right: 0;
}

.form-item > .form-line {
  margin-bottom: -20px;
}

.form-item > [data-button],
.form-item > [type="submit"] {
  display: block;
  width: 100%;
}

.form-item.__animation {
  position: relative;
}

.form-item.__animation:before,
.form-item.__animation:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}

.form-item.__animation:before {
  background: #6d6d6d;
}

.form-item.__animation:after {
  width: 0;
}

.form-item.__animation label {
  position: absolute;
  font-size: 20px;
  line-height: 20px;
  height: 20px;
  max-width: 80%;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  top: 0;
  left: 0;
  bottom: 0;
  color: #42495a;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}

.form-item.__animation [type="text"],
.form-item.__animation select,
.form-item.__animation textarea,
.form-item.__animation [type="password"],
.form-item.__animation [type="date"],
.form-item.__animation [type="datetine"],
.form-item.__animation [type="email"],
.form-item.__animation [type="number"],
.form-item.__animation [type="search"],
.form-item.__animation [type="time"],
.form-item.__animation [type="tel"],
.form-item.__animation [type="month"],
.form-item.__animation [type="week"],
.form-item.__animation .ui-selectmenu-button,
.form-item.__animation .input-style {
  padding-right: 0;
  padding-left: 0;
  border-color: transparent;
  position: relative;
  z-index: 1;
  background: transparent;
}

.form-item.__animation.__focus label,
.form-item.__animation.__has-value label,
.form-item.__animation.error label {
  bottom: 100%;
  font-size: 14px;
}

.form-item.__animation.__focus:after,
.form-item.__animation.__has-value:after,
.form-item.__animation.error:after {
  width: 100%;
  background: #ffe659;
}

.form-item.__animation.__has-value:after {
  background: #59a3ff;
}

.form-item.__animation.error:after {
  background: #ff5959;
}

.form-item.__animation.error label {
  color: #ff5959;
}

.form-item.__animation .error-msg {
  position: absolute;
  top: 100%;
  left: 0;
  margin-left: 0;
  margin-top: 2px;
}

.form-item ._count {
  color: #acacac;
}

.form-item.__cities {
  width: 499px;
}

@media only screen and (max-width: 1050px) {
  .basket-order-form .form-line > .form-item.__comment,
  .basket-order-form .form-line > .form-item.__cities {
    padding-left: 0;
    padding-right: 0;
  }
}

.bx-sls .dropdown-block {
  padding-left: 15px;
}

main [type="text"].error,
main select.error,
main textarea.error,
main [type="password"].error,
main [type="date"].error,
main [type="datetine"].error,
main [type="email"].error,
main [type="number"].error,
main [type="search"].error,
main [type="time"].error,
main [type="tel"].error,
main [type="month"].error,
main [type="week"].error,
main .ui-selectmenu-button.error,
main .input-style.error,
.error main [type="text"],
.error main select,
.error main textarea,
.error main [type="password"],
.error main [type="date"],
.error main [type="datetine"],
.error main [type="email"],
.error main [type="number"],
.error main [type="search"],
.error main [type="time"],
.error main [type="tel"],
.error main [type="month"],
.error main [type="week"],
.error main .ui-selectmenu-button,
.error main .input-style {
  border-color: #ff5959;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.form-line.columns {
  margin-top: -20px;
  margin-right: -10px;
  margin-bottom: 20px;
  margin-left: -10px;
}

@media only screen and (max-width: 470px) {
  .form-line.columns {
    margin-left: 0;
    margin-right: 0;
  }
  .productcard-top-content .productcard-big-image{
    width: 300px!important;
  }
}

.form-line.columns > .form-item.column {
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 20px;
}

.form-line > .form-item,
.form-line > .form-submit {
  display: inline-block;
  vertical-align: top;
  margin-right: 17px;
  margin-bottom: 20px;
  margin-top: 0;
}

.form-line > .error-msg {
  margin-bottom: 20px;
  margin-top: -10px;
}

.form-label {
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
  font-size: 16px;
  line-height: 20px;
}

.form-item {
  position: relative;
}

.form-item .ui-state-default a,
.form-item .ui-state-default a:link {
  color: #0e5a71;
  text-decoration: underline;
}

.form-item .ui-state-default a:hover,
.form-item .ui-state-default a:link:hover {
  color: #33bce6;
}

main [type="radio"],
main [type="checkbox"],
label main [type="radio"],
label main [type="checkbox"] {
  display: block;
  position: absolute;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  cursor: pointer;
}

main [type="radio"] + label,
main [type="checkbox"] + label,
label main [type="radio"] + span,
label main [type="checkbox"] + span {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  padding-left: 22px;
  text-align: left;
  cursor: pointer;
  font-size: 14px;
  line-height: 16px;
}

.error main [type="radio"] + label,
.error main [type="checkbox"] + label,
.error label main [type="radio"] + span,
.error label main [type="checkbox"] + span {
  color: #ff5959;
}

.form-submit {
  margin-top: 20px;
}

.form-reset {
  text-align: center;
  margin-top: 30px;
}

.form-reset [type="submit"],
.form-reset [type="button"],
.form-reset [type="reset"],
.form-reset button,
.form-reset [data-button] {
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  color: #0667b0;
}

main [data-button] {
  border: 1px solid transparent;
  font-size: 14px;
  line-height: 1.2;
  padding-top: 16px;
  padding-right: 15px;
  padding-bottom: 16px;
  padding-left: 15px;
  <!-- text-transform: uppercase;
  --> max-width: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

main [data-button][disabled],
main [data-button].disabled {
  background: #e6e6e6 !important;
  color: rgba(0, 0, 0, 0.4) !important;
  cursor: default !important;
  border-color: transparent !important;
  text-shadow: 1px 1px 0 #fff;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
}

main [data-button] > * {
  display: inline-block;
  vertical-align: middle;
}

main [data-button] img:first-child,
main [data-button] i:first-child {
  margin-right: 10px;
}

main [data-button] img:last-child,
main [data-button] i:last-child {
  margin-left: 10px;
}

main [data-button] img:last-child:first-child,
main [data-button] i:last-child:first-child {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

main [data-button] img,
main [data-button] img + * {
  display: inline-block;
  vertical-align: middle;
}

main [data-button] img {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  max-height: 24px;
}

main [data-button] img:last-child:first-child {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

main [data-button]:active,
main [data-button].-active {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
}

main [data-button]:active img,
main [data-button].-active img {
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity="70");
  filter: alpha(opacity=70);
  opacity: 0.7;
}

main [data-button].__loading {
  background-image: url("/local/templates/tweedroom_ru/images/preloader-48.gif");
  background-color: #fff;
  color: transparent !important;
  -moz-background-size: auto 70%;
  -o-background-size: auto 70%;
  background-size: auto 70%;
  pointer-events: none;
  cursor: wait;
}

main [data-button] {
  border-color: #000;
  background-color: #000;
  color: #fff;
}

main [data-button][data-button-mod*="border"] {
  background-color: #fff;
  color: #000;
  border-color: #ddd;
}

main [data-button][data-button-mod*="border"]:hover,
main [data-button][data-button-mod*="border"].-hover {
  background-color: #fff;
  border-color: #0e5a71;
  color: #0e5a71;
}

main [data-button][data-button-mod*="border"]:active,
main [data-button][data-button-mod*="border"].-active {
  background-color: #ccc;
  border-color: #0b485a;
  color: #0b485a;
}

main [data-button]:hover {
  border-color: #0e5a71;
  background-color: #0e5a71;
  background-color: #122952;
  border-color: #122952;
  color: #fff;
}

main [data-button]:active {
  border-color: #0b485a;
  background-color: #0b485a;
  background-color: #122952;
  border-color: #122952;
  color: #ccc;
}

/*main [data-button="yellow"] {
border-color: #0e5a71;
background-color: #0e5a71;
color: #fff;
}

main [data-button="yellow"][data-button-mod*="border"] {
background-color: #fff;
color: #000;
border-color: #ddd;
}

main [data-button="yellow"][data-button-mod*="border"]:hover,
main [data-button="yellow"][data-button-mod*="border"].-hover {
background-color: #fff;
border-color: #2582a1;
color: #2582a1;
}

main [data-button="yellow"][data-button-mod*="border"]:active,
main [data-button="yellow"][data-button-mod*="border"].-active {
background-color: #ccc;
border-color: #1e6881;
color: #1e6881;
}

main [data-button="yellow"]:hover {
border-color: #2582a1;
background-color: #2582a1;
color: #fff;
}

main [data-button="yellow"]:active {
border-color: #1e6881;
background-color: #1e6881;
color: #ccc;
}*/

main [data-button="green"] {
  border-color: #00a651;
  background-color: #00a651;
  color: #fff;
}

main [data-button="green"][data-button-mod*="border"] {
  background-color: transparent;
  color: #353535;
  border-color: #33bce6;
}

main [data-button="green"][data-button-mod*="border"]:hover,
main [data-button="green"][data-button-mod*="border"].-hover {
  background-color: #00eb73;
  border-color: #00eb73;
  color: #353535;
}

main [data-button="green"][data-button-mod*="border"]:active,
main [data-button="green"][data-button-mod*="border"].-active {
  background-color: #008541;
  border-color: #008541;
  color: #252525;
}

main [data-button="green"]:hover {
  border-color: #00c862;
  background-color: #00c862;
  color: #fff;
}

main [data-button="green"]:active {
  border-color: #008541;
  background-color: #008541;
  color: #ccc;
}

main [data-button="reset"] {
  border-color: transparent;
  background-color: transparent;
  color: #343435;
}

main [data-button="reset"][data-button-mod*="border"] {
  background-color: transparent;
  color: transparent;
}

main [data-button="reset"][data-button-mod*="border"]:hover,
main [data-button="reset"][data-button-mod*="border"].-hover {
  background-color: transparent;
  border-color: transparent;
}

main [data-button="reset"][data-button-mod*="border"]:active,
main [data-button="reset"][data-button-mod*="border"].-active {
  background-color: #b7b7b7;
  border-color: #b7b7b7;
}

main [data-button="reset"]:hover {
  border-color: #e5e5e5;
  background-color: #e5e5e5;
  color: #343435;
}

main [data-button="reset"]:active {
  border-color: #b7b7b7;
  background-color: #b7b7b7;
  color: #5c5c5e;
}

main [data-button="white"] {
  border-color: #fff;
  background-color: #fff;
  color: #000;
}

main [data-button="white"][data-button-mod*="border"] {
  background-color: #fff;
  color: #000;
  border-color: #d9e5e8;
}

main [data-button="white"][data-button-mod*="border"]:hover,
main [data-button="white"][data-button-mod*="border"].-hover {
  background-color: #fff;
  border-color: #82a8b3;
  color: #0e5a71;
}

main [data-button="white"][data-button-mod*="border"]:active,
main [data-button="white"][data-button-mod*="border"].-active {
  background-color: #ccc;
  border-color: #5d8c9a;
  color: #0b485a;
}

main [data-button="white"]:hover {
  border-color: #fff;
  background-color: #fff;
  color: #0e5a71;
}

main [data-button="white"]:active {
  border-color: #ccc;
  background-color: #ccc;
  color: #0b485a;
}

main [data-button].__addedtocart:before {
  content: '';
  background: url("/local/templates/tweedroom_ru/images/icons/added.png") center no-repeat;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 18px;
}

/*main [data-button="addtocart"] {
border-color: #33bce6;
background-color: #33bce6;
color: #353535;
}*/

main [data-button="addtocart"][data-button-mod*="border"] {
  background-color: transparent;
  color: #353535;
  border-color: #33bce6;
}

main [data-button="addtocart"][data-button-mod*="border"]:hover,
main [data-button="addtocart"][data-button-mod*="border"].-hover {
  background-color: #feeb31;
  border-color: #feeb31;
  color: #353535;
}

main [data-button="addtocart"][data-button-mod*="border"]:active,
main [data-button="addtocart"][data-button-mod*="border"].-active {
  background-color: #c8b601;
  border-color: #c8b601;
  color: #1b1b1b;
}

/*main [data-button="addtocart"]:hover {
border-color: #feeb31;
background-color: #feeb31;
color: #353535;
}*/

main [data-button="addtocart"]:active {
  border-color: #c8b601;
  background-color: #c8b601;
  color: #1b1b1b;
}

main [data-button="addedtocart"] {
  border-color: #00a651;
  background-color: #00a651;
  color: #fff;
}

main [data-button="addedtocart"][data-button-mod*="border"] {
  background-color: transparent;
  color: #353535;
  border-color: #33bce6;
}

main [data-button="addedtocart"][data-button-mod*="border"]:hover,
main [data-button="addedtocart"][data-button-mod*="border"].-hover {
  background-color: #00eb73;
  border-color: #00eb73;
  color: #353535;
}

main [data-button="addedtocart"][data-button-mod*="border"]:active,
main [data-button="addedtocart"][data-button-mod*="border"].-active {
  background-color: #008541;
  border-color: #008541;
  color: #252525;
}

main [data-button="addedtocart"]:hover {
  border-color: #00c862;
  background-color: #00c862;
  color: #fff;
}

main [data-button="addedtocart"]:active {
  border-color: #008541;
  background-color: #008541;
  color: #ccc;
}

main [data-button="addedtocart"]:before {
  content: '';
  background: url("/local/templates/tweedroom_ru/images/icons/added.png") center no-repeat;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 18px;
}

main [data-button-mod*="wide"] {
  padding-right: 50px;
  padding-left: 50px;
}

main [data-button-mod*="round"] {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

main [data-button-size="small"] {
  padding-top: 8px;
  padding-right: 20px;
  padding-bottom: 8px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 16px;
}

main [data-button-size="small"] img {
  max-height: 14px;
}

main [data-button-size="small"] img:first-child,
main [data-button-size="small"] i:first-child {
  margin-right: 3px;
}

main [data-button-size="small"] img:last-child,
main [data-button-size="small"] i:last-child {
  margin-left: 3px;
}

main [data-button-size="small"] img:last-child:first-child,
main [data-button-size="small"] i:last-child:first-child {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

main [data-button-size="small"][data-button-mod*="wide"] {
  padding-right: 30px;
  padding-left: 30px;
}

main [data-button-size="middle"] {
  font-size: 18px;
  line-height: 22px;
  padding-top: 13px;
  padding-right: 15px;
  padding-bottom: 13px;
  padding-left: 15px;
}

main [data-button-size="middle"][data-button-mod*="wide"] {
  padding-right: 30px;
  padding-left: 30px;
}

main [data-button-size="big"] {
  font-size: 20px;
  line-height: 24px;
  padding-top: 12px;
  padding-right: 20px;
  padding-bottom: 12px;
  padding-left: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

main [data-button-size="big"] img {
  max-height: 24px;
}

main [data-button-size="big"][data-button-mod*="wide"] {
  padding-right: 40px;
  padding-left: 40px;
}

main [data-button-mod*="border"] {
  border-style: solid;
}

main [data-button="reset"] {
  padding-right: 15px;
  padding-left: 15px;
}

main [data-button="reset"]:after {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  width: 8px;
  height: 8px;
  background: url("/local/templates/tweedroom_ru/images/icons/reset.png") center no-repeat;
  margin-left: 8px;
}

.ui-widget {
  font-family: inherit;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  width: 90px;
  height: auto;
  z-index: 1;
  color: #fff;
}

.slick-arrow:after {
  content: '';
  position: absolute;
  width: 25px;
  height: 46px;
  background: url("/local/templates/tweedroom_ru/images/elements/slider-arrows.png") 0 0 no-repeat;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.slick-arrow:hover {
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity="80");
  filter: alpha(opacity=80);
  opacity: 0.8;
  background: rgba(0, 0, 0, 0.2);
}

.slick-arrow:active {
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity="30");
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.slick-vertical .slick-arrow {
  top: auto;
  right: 0;
  left: 0;
  bottom: auto;
  width: 100%;
  height: 90px;
}

.slick-vertical .slick-arrow:after {
  background: url("/local/templates/tweedroom_ru/images/elements/slider-arrows__vertical.png") 0 0 no-repeat;
  width: 46px;
  height: 25px;
}

.slick-slider .slick-arrow[aria-disabled="true"],
.slick-slider .slick-arrow[aria-disabled="true"]:hover,
.slick-slider .slick-arrow[aria-disabled="true"]:active,
.slick-slider .slick-arrow[aria-disabled="true"]:after,
.slick-slider .slick-arrow[aria-disabled="true"]:hover:after,
.slick-slider .slick-arrow[aria-disabled="true"]:active:after {
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity="10");
  filter: alpha(opacity=10);
  opacity: 0.1;
  cursor: default;
}

.slick-prev {
  left: 0;
}

.slick-prev:after {
  background-position: 0 0;
}

.slick-vertical .slick-prev {
  top: 0;
}

.slick-vertical .slick-prev:after {
  background-position: 0 0;
}

.slick-next {
  right: 0;
}

.slick-next:after {
  background-position: -25px 0;
}

.slick-vertical .slick-next {
  bottom: 0;
}

.slick-vertical .slick-next:after {
  background-position: 0 -25px;
}

.slick-dots {
  list-style: none;
  text-align: center;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  line-height: 1;
}

.slick-dots li:before,
.slick-dots li:after {
  display: none;
}

.slick-dots li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font: inherit;
  margin-top: 0;
  margin-right: 7px;
  margin-bottom: 0;
  margin-left: 7px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.slick-dots li button {
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.slick-dots li button span {
  display: none;
}

.slick-dots li:hover button {
  border-color: #666;
}

.slick-dots li.slick-active {
  cursor: default;
}

.slick-dots li.slick-active button {
  background: #666;
  border-color: #666;
  cursor: default;
}

.bx-ui-slider-part {
  position: absolute;
  top: 0;
  width: 100px;
  white-space: nowrap;
  line-height: 1;
  font-size: 15px;
  display: none;
}

.bx-ui-slider-part.p1 {
  left: -1px;
  text-align: left;
  display: block;
}

.bx-ui-slider-part.p2 {
  left: 25%;
}

.bx-ui-slider-part.p3 {
  left: 50%;
}

.bx-ui-slider-part.p4 {
  left: 75%;
}

.bx-ui-slider-part.p5 {
  right: -1px;
  text-align: right;
  display: block;
}

.bx-ui-slider-part > span {
  display: block;
  position: relative;
  margin-top: 27px;
}

.bx-ui-slider-range,
.bx-ui-slider-pricebar,
.bx-ui-slider-pricebar-vd,
.bx-ui-slider-pricebar-vn,
.bx-ui-slider-pricebar-v {
  position: absolute;
  top: 0;
  bottom: 0;
}

.bx-ui-slider-pricebar-vn {
  display: none;
}

.bx-ui-slider-track {
  position: relative;
  height: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: transparent;
  z-index: 1;
}

.bx-ui-slider-track:after {
  border: 3px solid #e7e5e1;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 50;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.bx-ui-slider-pricebar-vd {
  z-index: 60;
  background: #e7e5e1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.bx-ui-slider-pricebar-vn {
  z-index: 70;
  background: #d3cfc8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.bx-ui-slider-pricebar-v {
  z-index: 80;
  background: #d3cfc8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.bx-ui-slider-range {
  z-index: 90;
}

.bx-ui-slider-handle {
  position: absolute;
  top: -10px;
  width: 15px;
  height: 35px;
  border: 0;
  background: #33bce6;
}

.bx-ui-slider-handle.left {
  left: 0;
  margin-left: -7px;
}

.bx-ui-slider-handle.right {
  right: 0;
  margin-right: -7px;
}

main input[type="checkbox"],
main input[type="radio"] {
  position: absolute;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity="0");
  filter: alpha(opacity=0);
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
}

main input[type="checkbox"] + label,
main input[type="radio"] + label {
  position: relative;
  font-size: 15px;
  line-height: 15px;
  color: #000;
  padding-left: 25px;
}

main input[type="checkbox"] + label:before,
main input[type="radio"] + label:before {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=") center no-repeat;
  background-color: #fff;
  border: 1px solid #c0d3d9;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

main input[type="checkbox"] + label:hover:before,
main input[type="radio"] + label:hover:before {
  border-color: #0e5a71;
}

main input[type="checkbox"]:checked + label:before,
main input[type="radio"]:checked + label:before,
main input[type="checkbox"].-checked + label:before,
main input[type="radio"].-checked + label:before {
  background-color: #0e5a71;
  border-color: #0e5a71;
  border-width: 0;
}

main input[type="radio"] + label:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

main input[type="radio"]:checked + label,
main input[type="radio"].-checked + label {
  cursor: default;
}

main input[type="radio"]:checked + label:before,
main input[type="radio"].-checked + label:before {
  background-image: url("/local/templates/tweedroom_ru/images/icons/checkbox-arrow.png");
}

main input[type="checkbox"]:checked + label:before,
main input[type="checkbox"].-checked + label:before {
  background-image: url("/local/templates/tweedroom_ru/images/icons/checkbox-arrow.png");
}

.uicheckbox,
.uiradio {
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
}

.lb-dataContainer {
  right: 0;
  left: 0;
  bottom: 100%;
  margin-bottom: 10px;
  position: absolute;
  padding-top: 0;
}

.ui-selectmenu-button,
.form-item .ui-selectmenu-button {
  padding-right: 50px;
}

.ui-selectmenu-button span.ui-icon {
  width: 60px;
  height: auto;
  position: absolute;
  top: -1px;
  right: -1px;
  left: auto;
  bottom: -1px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  background: transparent;
}

.ui-selectmenu-button span.ui-icon:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #0e5a71;
  width: 0;
  height: 0;
}

.ui-menu {
  max-height: 152px;
}

.ui-menu .ui-menu-item {
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  border: 0;
}

.ui-menu .ui-menu-item:before,
.ui-menu .ui-menu-item:after {
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.select-autocomplete select {
  display: none;
}

.custom-combobox {
  position: relative;
}

.custom-combobox .custom-combobox-input {
  padding-right: 70px;
}

.custom-combobox-toggle {
  position: absolute;
  width: 60px;
  height: auto;
  background: url("/local/templates/tweedroom_ru/images/icons/select-arrow.png") center no-repeat;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  left: auto;
  bottom: 0;
}

.custom-combobox-toggle:hover {
  background-color: #dededd;
}

.custom-combobox-toggle:active {
  background-color: #b2b2b0;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity="80");
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.custom-combobox-toggle > * {
  display: none;
}

main *::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

main *::-webkit-scrollbar-track {
  background-color: #dededd;
  border-left: 1px solid #dededd;
}

main *::-webkit-scrollbar-thumb {
  background-color: #0d5166;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

main *::-webkit-scrollbar-thumb:hover {
  background-color: #127593;
}

main *::-webkit-scrollbar-thumb:active {
  background-color: #0b485a;
}

.form-item .bx-sls input[type="text"] {
  padding-top: 18px !important;
  padding-right: 37px !important;
  padding-bottom: 18px !important;
  padding-left: 30px !important;
  font-size: 18px !important;
  line-height: 22px !important;
  width: 100%;
  height: auto;
  background: #f2f1ef !important;
  border: 1px solid #f2f1ef !important;
}

.form-item .bx-sls input[type="text"]._placeholder_ {
  background: transparent !important;
}

.form-item .bx-sls input[type="text"]:hover {
  background: #f2f1ef !important;
  border: 1px solid #ccc !important;
}

.form-item .bx-sls input[type="text"]:focus {
  border: 1px solid #bebebe !important;
  color: #343435;
}

.form-item .bx-sls .dropdown-block {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.form-item .bx-sls .dropdown-icon,
.form-item .bx-sls .bx-ui-sls-clear {
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  z-index: 1;
}

.form-item .bx-sls .dropdown-fade2white {
  display: none;
}

.popup {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
  background: rgba(30, 30, 30, 0.5);
}

.popup.__visible.__last {
  display: block;
}

.popup-box {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  max-height: 100%;
  width: 700px;
  max-width: 95%;
  min-width: 260px;
  max-height: 90%;
  padding-top: 40px;
  padding-right: 0;
  padding-bottom: 40px;
  padding-left: 0;
  background: #fff;
}

.popup-inner {
  max-height: 100%;
  overflow: auto;
  padding-top: 0;
  padding-right: 40px;
  padding-bottom: 0;
  padding-left: 40px;
}

.popup-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 40px;
  height: 40px;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  display: block;
  z-index: 1;
}

.popup-close:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  background: url("/local/templates/tweedroom_ru/images/icons/close.png") center no-repeat;
}

.popup-close:hover {
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity="50");
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.popup-close:active {
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity="30");
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.popup-title {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 30px;
  padding-right: 30px;
}

.popup-subtitle {
  margin-bottom: 20px;
}

.popup-title + .popup-subtitle {
  margin-top: -20px;
}

.popup-content,
.popup-content p {
  font-size: 14px;
  line-height: 17px;
}

.popup-content p {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 20px;
  margin-left: 0;
}

.popup-content .form-submit {
  text-align: right;
}

.popup-bottom {
  margin-top: 30px;
  text-align: center;
}

.popup.__relative {
  top: 0;
  right: auto;
  left: 0;
  bottom: auto;
  width: 300px;
  height: auto;
  position: absolute;
  margin-top: -5px;
  margin-left: 20px;
  background: transparent;
}

.popup.__relative .popup-box {
  position: static;
  width: 100%;
  height: auto;
  max-width: none;
  max-height: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
}

.popup.__relative .popup-inner {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.popup.__relative[data-relative-position*="bottom"] {
  margin-top: 5px;
}

.popup.__relative[data-relative-position*="right"] {
  margin-left: -20px;
}

.popup.__transparent .popup-box {
  background: transparent;
  color: #fff;
  padding-top: 180px;
  padding-right: 0;
  padding-bottom: 180px;
  padding-left: 0;
}

.popup.__fullsize .popup-title {
  padding-right: 0;
  text-align: center;
}

.popup.__fullsize .popup-box {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  padding-bottom: 0;
  overflow: auto;
}

.popup.__fullsize .popup-inner {
  overflow: visible;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 40px;
  padding-left: 0;
  max-width: none;
  max-height: none;
  width: auto;
  height: auto;
}

.popup.__form .popup-box {
  width: 400px;
}

.popup.__loading {
  cursor: progress;
}

.popup.__loading .popup-inner:after {
  display: block;
  content: '';
  width: 48px;
  height: 48px;
  margin-top: 40px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  background: url("/local/templates/tweedroom_ru/images/preloader-48.gif") center no-repeat;
}

.popup.__loading .popup-inner > * {
  display: none;
}

@media screen and (max-width: 600px) {
  .popup-close {
    left: 0;
    right: 0;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
  }

  .popup-box {
    bottom: auto;
    padding-bottom: 40px;
    max-height: 100%;
  }
}

@media screen and (max-width: 470px) {
  .popup.__transparent .popup-box {
    padding-top: 90px;
    padding-bottom: 40px;
  }

  .popup-inner {
    padding-right: 20px;
    padding-left: 20px;
  }

  .popup-close {
    top: 20px;
    width: 50px;
    height: 50px;
  }

  .popup-close:before {
    width: 24px;
    height: 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    background-size: 24px 24px;
  }
}

html #bx-panel {
  position: absolute !important;
  top: 0;
  right: 0;
  left: 0;
}

[id^="wait_"] {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  z-index: 9999999;
  width: 8.571rem;
  height: 1.429rem;
  background: #000;
  font-size: 1rem;
  line-height: 1.429rem;
  text-align: center;
  color: #fff;
  padding-top: 6.714rem;
  padding-right: 0;
  padding-bottom: 1.429rem;
  padding-left: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  font-weight: 300;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity="90");
  filter: alpha(opacity=90);
  opacity: 0.9;
  -webkit-border-radius: 0.357rem;
  -moz-border-radius: 0.357rem;
  border-radius: 0.357rem;
  -webkit-box-shadow: 0 0 15px #000;
  -moz-box-shadow: 0 0 15px #000;
  box-shadow: 0 0 15px #000;
}

[id^="wait_"]:before {
  content: '';
  display: block;
  position: absolute;
  top: 1.429rem;
  right: 0;
  left: 0;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  width: 4.571rem;
  height: 4.571rem;
  background: url("/local/templates/tweedroom_ru/images/preloader_circle.gif") center no-repeat;
  -moz-background-size: 4.571rem;
  -o-background-size: 4.571rem;
  background-size: 4.571rem;
}

.preloader {
  width: 48px;
  height: 48px;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  border: 3px solid #fae301;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-animation: cssload-spin 1100ms infinite linear;
  -moz-animation: cssload-spin 1100ms infinite linear;
  -o-animation: cssload-spin 1100ms infinite linear;
  animation: cssload-spin 1100ms infinite linear;
  -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
}

.tab-page.__hidden {
  display: none;
}

.articles_list_wrap {
  text-align: left;
}

.articles_list_wrap::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.articles_list {
  display: inline-block;
  vertical-align: top;
  width: 23%;
  height: auto;
  margin: 0px 1% 1% 0%;
  padding: 0px;
}

.articles_list img {
  max-width: 100%;
  height: auto;
  float: none !important;
  margin: 0px !important;
}

.articles_list .art_image {
  position: relative;
  display: block;
  margin-bottom: 15px;
  height: 190px;
  overflow: hidden;
}

.articles_list .art_image:hover img {
  opacity: 0.85;
}

.articles_list .art_ttl {
  display: block;
  color: #EC685A;
  font-size: 23px;
  line-height: 23px;
  margin-bottom: 15px;
  text-align: left;
}

.articles_list .art_ttl a {
  color: #000;
  text-decoration: none;
}

.articles_list .art_ttl a:hover {
  /*color: #252F38;*/
}

.articles_list p {
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  margin: 0px 0px 10px 0px;
}

.article-image {
  display: block;
  position: relative;
  background: #eee;
  overflow: hidden;
}

.article-image:before {
  content: '';
  display: block;
  padding-top: 60.8%;
}

.articles-readalso .article-image:before {
  padding-top: 44.666%;
}

.article-image img {
  display: block;
  position: absolute;
  top: -1000px;
  right: 0;
  left: 0;
  bottom: -1000px;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  width: auto;
  height: 100%;
  max-width: none;
  max-height: none;
}

.article-image img[data-cover-image="not-fill"] {
  width: 100%;
  height: auto;
}

a.article-image:hover {
  -webkit-filter: contrast(1.2);
  filter: contrast(1.2);
}

.article-content {
  margin-top: 25px;
}

.article-title {
  font-size: 18px;
  line-height: 24px;
  <!-- text-transform: uppercase;
  -->
}

.article-title a {
  color: #000;
}

a.article-image:hover ~ .article-content .article-title a,
.article-title a:hover {
  color: #0e5a71;
}

.article-text {
  margin-top: 20px;
  font-size: 15px;
}

.article-text p {
  font-size: 15px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.article-text * + p {
  margin-top: 10px;
}

.articles,
.articles-readalso {
  padding-top: 1px;
  padding-right: 0;
  padding-bottom: 1px;
  padding-left: 0;
  overflow: hidden;
}

.articles-list {
  margin-top: 0;
  margin-right: -15px;
  margin-bottom: -55px;
  margin-left: -15px;
}

.articles-list.clearwhitespace-cleared .article {
  margin-right: 0;
}

.articles-list .article {
  display: inline-block;
  vertical-align: top;
  width: 33.3%;
  padding-top: 0;
  padding-right: 15px;
  padding-bottom: 0;
  padding-left: 15px;
  margin-bottom: 55px;
  margin-right: -6px;
}

.inner_text {
  margin-bottom: 10px;
}

.brands_list_wrap {
  display: flex;
  text-align: left;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.brands_list_wrap .articles_list {
  border: #cecece solid 1px;
  margin: 0px 2% 2% 0px;
  width: 22%;
  min-height: 153px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.brands_list_item {
  text-align: center;
  margin: auto;
}

.brands_list_wrap .art_ttl {
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  position: absolute;
  bottom: -7px;
  left: 0px;
  z-index: 100;
  width: 100%;
}

@media screen and (max-width: 1050px) {
  .articles-list .article {
    width: 50%;
  }

  .brands_list_wrap .articles_list {
    width: 31%;
  }
}

@media screen and (max-width: 600px) {
  .articles-list .article {
    width: auto;
    display: block;
    margin-right: 0;
  }

  .articles_list {
    width: 47% !important;
  }
}

@media screen and (max-width: 470px) {
  .articles-list.clearwhitespace-cleared .article,
  .articles-list .article {
    margin-right: -10px;
    margin-left: -10px;
  }

  .articles-list.clearwhitespace-cleared .article-content,
  .articles-list .article-content {
    padding-right: 10px;
    padding-left: 10px;
  }

  .articles_list {
    width: 99% !important;
    margin-right: 0px;
    max-width: 470px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: #ccc solid 1px;
  }

  .articles_list p {
    margin-bottom: 0px;
  }
}

* + .articles-readalso {
  margin-top: 60px;
}

.articles-readalso .articles-list .article {
  width: 50%;
}

@media screen and (max-width: 769px) {
  .articles-readalso .articles-list .article {
    width: auto;
    display: block;
    margin-right: 0;
  }

  .articles_list {
    width: 31%;
  }

  .brands_list_wrap .articles_list {
    width: 48%;
  }
}

@media screen and (max-width: 470px) {
  .articles-readalso .articles-list.clearwhitespace-cleared .article,
  .articles-readalso .articles-list .article {
    margin-right: -10px;
    margin-left: -10px;
  }

  .articles-readalso .articles-list.clearwhitespace-cleared .article-content,
  .articles-readalso .articles-list .article-content {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.banneroffer-content {
  display: block;
  position: relative;
  z-index: 0;
}

.banneroffer-banner {
  width: 50%;
  float: left;
  position: relative;
}

.banneroffer-banner-link {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  z-index: 1;
}

.banneroffer-banner-link:hover ~ .banneroffer-banner-image:after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mPUsUvyAQAChAEaMF6iSAAAAABJRU5ErkJggg==");
}

.banneroffer-banner-image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

.banneroffer-banner-image img {
  display: block;
  position: absolute;
  top: 0;
  right: -1000px;
  left: -1000px;
  bottom: 0;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  max-width: none;
  max-height: none;
  width: 100%;
  height: auto;
}

.banneroffer-banner-image img[data-cover-image="not-fill"] {
  width: auto;
  height: 100%;
}

.banneroffer-banner-image:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: '';
  display: block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mPUsUuaCQAC0QFnIJfDfQAAAABJRU5ErkJggg==") center repeat;
}

.banneroffer-banner-content {
  position: relative;
  display: table;
  text-align: center;
  color: #fff;
  width: 100%;
}

.banneroffer-banner-content-inner {
  display: table-cell;
  vertical-align: middle;
  padding-top: 55px;
  padding-right: 20px;
  padding-bottom: 55px;
  padding-left: 20px;
}

.banneroffer-banner-title {
  /*font-family: Georgia, Times, Times New Roman, serif;*/
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 10px;
}

.banneroffer-banner-text {
  max-width: 340px;
  margin-right: auto;
  margin-left: auto;
}

.banneroffer-banner-text,
.banneroffer-banner-text p {
  font-size: 12px;
  line-height: 20px;
}

.banneroffer-banner-text p {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.banneroffer-banner-text * + p {
  marign-top: 20px;
}

.banneroffer-banner-button {
  margin-top: 20px;
}

.banneroffer-banner-button [data-button] {
  position: relative;
  z-index: 2;
}

.banneroffer-product {
  float: left;
  width: 25%;
}

.banneroffer-product .catalog-item {
  width: auto;
  max-width: 130px;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  display: block;
}

.banneroffer-product ~ .banneroffer-product {
  float: right;
}

@media screen and (max-width: 1050px) {

  .banneroffer-content {
    margin: 0 -20px;
  }

  .banneroffer-banner {
    width: 100%;
  }

  .banneroffer-product {
    width: 50%;
  }
}

* + .basket-order .basket-order-content {
  border-top: 1px solid #dededd;
  padding-top: 25px;
}

.basket-order-lines {
  margin-top: -10px;
  margin-right: -10px;
  /*margin-bottom: -10px;*/
  margin-left: -10px;
}

.basket-order-form .form-line {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.basket-order-form .form-line > .form-item {
  display: table-cell;
  vertical-align: middle;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.basket-order-form .form-line > .form-item.__name,
.basket-order-form .form-line > .form-item.__delivery {
  width: 25%;
}

.basket-order-form .form-line > .form-item.w12 {
  width: 12%;
}

.basket-order-form .form-line > .form-item.w20 {
  width: 20%;
}

.basket-order-form .form-line > .form-item.w50 {
  width: 50%;
}

.basket-order-form .form-line > .form-item.__payment {
  width: 15%;
}

.basket-order-form .form-line > .form-item .__payment_inner {
  border: 1px solid #000;
  height: 50px;
  text-align: center;
  position: relative;
}

.basket-order-form .form-line > .form-item._payment_wide ._payment_wide_inner {
  border: 1px solid #000;
  height: 50px;
  text-align: center;
  position: relative;
  display: table;
  width: 100%;
}

.basket-order-form .form-line > .form-item._payment_wide ._payment_wide_inner .bx_block {
  display: table-cell;
  vertical-align: middle;
}

.basket-order-form .form-line > .form-item._payment_wide ._payment_wide_inner .bx_block .label_item {
  display: inline-block;
  margin-right: 20px;
}

.basket-order-form .form-line > .form-item._payment_wide ._payment_wide_inner .bx_block .label_item:last-child {
  margin-right: 0;
}

.basket-order-form .form-line > .form-item .__payment_inner label {
  position: relative;
  top: 15px;
}

.basket-order-form .form-line > .form-item .__payment_inner label::before {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=) center no-repeat;
  background-color: #fff;
  border: 1px solid #c0d3d9;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  border-radius: 50%;
}

.basket-order-form .form-line > .form-item .__payment_inner input[type="radio"].-checked + label:before {
  background-image: url(/local/templates/tweedroom_en/images/icons/checkbox-arrow.png);
  background-color: #0e5a71;
  border: 1px solid #0e5a71;
}

.basket-order-form .form-line > .form-item.__phone {
  width: 200px;
}

.basket-order-form .form-line > .form-item.__email {
  width: 24.17%;
}

.basket-order-form .form-line > .form-item.__destination {
  width: 75%;
}

.basket-order-form .form-line > .form-item.__city {
  width: 499px;
}

.basket-order-form .form-line > .form-item.__othercity {
  width: 18.4%;
}

.basket-order-form .form-submit {
  text-align: right;
}

.basket-order-form .form-submit [data-button] {
  font-size: 24px;
}

@media screen and (max-width: 1050px) {
  .basket-order-form .form-line {
    display: block;
  }

  .basket-order-form .form-line > .form-item {
    display: block;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  /*.basket-order-lines {
  margin-left: 0;
  margin-right: 0;
  }*/
  .basket-order-form .form-line > .form-item[class] {
    width: auto;
  }
}

@media screen and (max-width: 600px) {
  .basket-order {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px;
  }

  * + .basket-order {
    border-top: 1px solid #e5e5e5;
  }

  * + .basket-order .basket-order-content {
    border-top: 0;
  }

  .basket-order-form .form-submit [data-button] {
    display: block;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.basket-products {
  margin-bottom: 25px;
}

.basket-products-table {
  display: table;
  width: 100%;
  border: 1px solid #dededd;
  border-left: 0;
  border-right: 0;
  color: #636365;
  margin-bottom: 30px;
}

.basket-products-head,
.basket-products-line {
  display: table-row;
}

.basket-products-line {
  background: #fff;
}

.basket-products-head + .basket-products-line .basket-products-cell {
  padding-top: 55px;
}

.basket-products-line .basket-products-cell {
  padding-bottom: 55px;
}

.basket-products-cell {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  padding-top: 0;
  padding-right: 20px;
  padding-bottom: 0;
  padding-left: 20px;
}

.basket-products-cell:first-child {
  padding-left: 0;
}

.basket-products-cell:last-child {
  padding-right: 0;
}

.basket-products-cell.__info {
  white-space: normal;
  width: 100%;
}

.basket-products-cell.__image {
  width: 265px;
  min-width: 265px;
}

.basket-products-cell.__image img {
  display: block;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  max-width: 205px;
}

.basket-products-cell.__total {
  color: #000;
  font-size: 18px;
  line-height: 22px;
}

.basket-products-head .basket-products-cell {
  vertical-align: bottom;
  font-size: 15px;
  line-height: 18px;
  border-bottom: 1px solid #dededd;
  padding-top: 21px;
  padding-right: 20px;
  padding-bottom: 21px;
  padding-left: 20px;
}

.basket-products-numeric {
  width: 100px;
}

.basket-products-price-current {
  font-weight: 700;
}

.basket-products .basket-products-price {
  margin-left: -10px;
  text-align: left;
  margin-top: 0;
}

.basket-products * + .basket-products-price {
  margin-top: 15px;
}

.basket-products-remove {
  width: 30px;
  height: 30px;
  background: url("/local/templates/tweedroom_ru/images/icons/remove.png") center no-repeat;
  display: block;
}

.basket-products-remove:hover {
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity="80");
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.basket-products-remove:active {
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity="30");
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.basket-products-title {
  font-size: 15px;
  line-height: 18px;
}

.basket-products-info {
  font-size: 15px;
  line-height: 18px;
  color: #636365;
  margin-top: 15px;
}

.basket-products-result {
  text-align: right;
}

.basket-products-promo {
  float: left;
}

.basket-products-promo .basket-products-promo-input,
.basket-products-promo .basket-products-promo-submit {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.basket-products-promo .basket-products-promo-submit {
  margin-left: 10px;
}

.basket-products-total {
  margin-top: 0;
  color: #000;
  display: inline-block;
}

.basket-products-total-label,
.basket-products-total-price {
  display: inline-block;
  vertical-align: middle;
}

.basket-products-total-label {
  font-size: 24px;
  line-height: 28px;
}

.basket-products-total-price {
  font-size: 36px;
  line-height: 26px;
  font-weight: 600;
  margin-left: 10px;
}

.basket-products-total-weight {
  margin-top: 5px;
  font-size: 15px;
  line-height: 18px;
  color: #636365;
}

@media screen and (max-width: 1270px) {
  .basket-products-cell.__image {
    width: 100px;
    min-width: 100px;
  }

  .basket-products-cell.__image img {
    max-width: 100px;
  }
}

@media screen and (max-width: 1050px) {
  .basket-products-head {
    display: none;
  }

  .basket-products-table,
  .basket-products-line,
  .basket-products-cell {
    display: block;
  }

  .basket-products-line {
    position: relative;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .basket-products-line:after {
    content: '';
    display: table;
    clear: both;
  }

  .basket-products-line ~ .basket-products-line {
    border-top: 1px solid #e5e5e5;
  }

  .basket-products-head + .basket-products-line .basket-products-cell {
    padding-top: 0;
  }

  .basket-products-line .basket-products-cell {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .basket-products-cell.__remove {
    position: absolute;
    top: 20px;
    right: 0;
  }

  .basket-products-cell.__image {
    width: 50%;
    min-width: 0;
  }

  .basket-products-cell.__image img {
    max-width: 300px;
  }

  .basket-products-cell.__price {
    position: absolute;
    top: 60px;
    right: 0;
    left: 50%;
    margin-left: 20px;
  }

  .basket-products-cell.__info,
  .basket-products-cell.__count,
  .basket-products-cell.__total {
    width: auto;
    display: inline-block;
    vertical-align: middle;
  }

  .basket-products-cell.__count {
    margin-right: 20px;
  }

  .basket-products-cell.__info {
    width: 50%;
    margin-right: 20px;
  }

  .basket-products-image {
    display: block;
    position: relative;
  }

  .basket-products-image:before {
    padding-top: 50%;
    content: '';
    display: block;
  }

  .basket-products-image img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    max-width: 100%;
    max-height: 100%;
  }

  .basket-products-info {
    margin-top: 5px;
  }

  .basket-products-promo {
    float: none;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 600px) {
  .basket-products-line {
    text-align: center;
  }

  .basket-products-cell.__image {
    width: 26.6%;
  }

  .basket-products-cell.__image img {
    max-width: 100%;
  }

  .basket-products-cell.__price {
    top: 12px;
    left: 26.6%;
  }

  .basket-products-cell.__info {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: left;
  }

  .basket-products-cell.__remove {
    top: 12px;
  }

  .basket-products .basket-products-price {
    margin-top: 5px;
    margin-left: -5px;
  }

  .basket-products .basket-products-price-old,
  .basket-products .basket-products-price-current {
    margin-right: 5px;
    margin-left: 5px;
  }

  .basket-products-promo {
    display: table;
    width: 100%;
  }

  .basket-products-promo .basket-products-promo-input,
  .basket-products-promo .basket-products-promo-submit {
    display: table-cell;
    vertical-align: middle;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .basket-products-promo .basket-products-promo-submit {
    padding-left: 10px;
    width: 130px;
  }

  .basket-products-promo .basket-products-promo-submit [data-button] {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 470px) {
  .basket-products .basket-products-price-old,
  .basket-products .basket-products-price-current {
    font-size: 14px;
  }
}

@media screen and (max-width: 769px) {
  .basket-products-total {
    margin-top: 10px;
  }
}

@media screen and (max-width: 395px) {
  .basket-products-promo .basket-products-promo-submit {
    margin-top: 10px;
  }
}

.basket-success {
  margin-bottom: 50px;
}

.basket-success-info {
  display: table;
  width: 100%;
  font-size: 24px;
  line-height: 30px;
}

.basket-success-info small {
  font-size: 18px;
}

.basket-success-info-row {
  display: table-row;
}

.basket-success-info-label,
.basket-success-info-text {
  display: table-cell;
  vertical-align: top;
  padding-top: 9px;
  padding-right: 20px;
  padding-bottom: 9px;
  padding-left: 0;
}

.basket-success-info-label {
  width: 350px;
}

.basket-success-info p {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font: inherit;
}

.basket-success-info p img {
  margin-right: 10px;
}

.basket-success-info * + p {
  margin-top: 5px;
}

.basket-success-button {
  margin-top: 40px;
}

@media screen and (max-width: 1050px) {
  .basket-success-info-label {
    width: 40%;
  }
}

@media screen and (max-width: 769px) {
  .basket-success-info {
    font-size: 16px;
    line-height: 20px;
  }

  .basket-success-info small {
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  .basket-success-info,
  .basket-success-info-row,
  .basket-success-info-label,
  .basket-success-info-text {
    display: block;
    width: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .basket-success-info-label {
    font-size: 18px;
  }

  .basket-success-info-text {
    margin-top: 10px;
  }

  .basket-success-info-row {
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
    border-bottom: 1px solid #e5e5e5;
  }

  .basket-success-button [data-button] {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 470px) {
  .basket-success-info-row {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: -10px;
    margin-left: -10px;
  }
}

.blackout {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk2AQAALgAtFVIVl0AAAAASUVORK5CYII=") center repeat /* rgba(0, 0, 0, 0.7) */;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9;
  display: none;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

html.modernizr-csspointerevents.modernizr-opacity .blackout {
  display: block;
  pointer-events: none;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity="0");
  filter: alpha(opacity=0);
  opacity: 0;
}

html.__blackout .blackout {
  display: block;
}

html.modernizr-csspointerevents.modernizr-opacity.__blackout .blackout {
  pointer-events: all;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity="100");
  filter: alpha(opacity=100);
  opacity: 1;
}

.breadcrumbs {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px;
}

.breadcrumbs a {
  color: #000;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs-wrapper {
  margin-top: 12px;
  margin-bottom: 5px;
}

.breadcrumbs-wrapper + * {
  margin-top: 15px;
}

.breadcrumbs-sep,
.breadcrumbs-item {
  display: inline-block;
  vertical-align: middle;
}

.breadcrumbs,
.breadcrumbs-link {
  color: #000;
}

.breadcrumbs-sep {
  width: 3px;
  height: 5px;
  background: url("/local/templates/tweedroom_ru/images/elements/breadcrumbs-sep.png") center no-repeat;
  margin-top: 0;
  margin-right: 5px;
  margin-bottom: 0;
  margin-left: 5px;
}

.button-up {
  position: fixed;
  z-index: 15;
  bottom: 5%;
  right: 5%;
  text-decoration: none;
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url('/local/templates/tweedroom_ru/images/to_top.svg') 0 0 no-repeat;
  text-indent: -9999px;
  display: none;
}

.button-up:hover {
  background: url('/local/templates/tweedroom_ru/images/to_top_hover.svg') 0 0 no-repeat;
}

/* compare */
.compare_table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}

.compare_table td {
  padding: 15px;
  color: #343434;
  border: #C1C1C1 solid 1px;
}

.compare_table .security {
  line-height: 22px;
  text-indent: -9999px;
  background-position: center left;
}

.compare_left_spec {
  background: #FFF;
  display: block;
  float: left;
  left: 0px;
  top: 0px;
  position: absolute;
  width: 315px;
  z-index: 9;
}

.compare-control {
  float: left;
  left: 0px;
  top: 0px;
  height: 373px;
}

.compare-control .compare-btns a, .compare-control .compare-params a {
  margin-top: 20px;
}

.compare-control .compare-params-btns {
  margin-top: 35px;
}

.compare-control .compare-params-btns a {
  position: relative;
  display: block;
  padding-right: 30px;
  font-size: 16px;
  line-height: 22px;
  color: #343434;
}

.compare-control .compare-params-btns a::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 21px;
  height: 21px;
  border: #9b9b9b solid 1px;
  color: #bb2941;
  line-height: 21px;
  font-size: 22px;
  text-align: center;
}

.compare-control .compare-params-btns a.active::after {
  content: "\2714";
}

.recom_catalog {
  position: relative !important;
  padding-top: 0px;
}

.scrollLeft {
  display: block;
  position: relative;
  margin-left: 314px;
  overflow-y: hidden;
  overflow-x: auto;
  padding-bottom: 0px;
  z-index: 8;
}

.fixed_top_compare {
  display: block;
  background: #FFF;
  z-index: 8;
}

.compare_item {
  float: left;
  width: 274px !important;
  height: 396px;
  position: relative;
  padding: 15px 17px 15px 17px;
  border-right: #C1C1C1 solid 1px;
  margin-bottom: 30px;
}

.compare_item:first-child {
  border-left: #C1C1C1 solid 1px;
}

.compare_item .item {
  margin: 5px !important;
  padding: 5px 5px 20px !important;
}

.compare_item_teh {
  float: left;
  width: 274px;
  position: relative;
}

.compare_item .remove {
  position: absolute;
  top: 0px;
  right: 5px;
  height: 24px;
  margin: 0px !important;
  text-indent: -9999px;
  display: inline-block;
  width: 24px;
  background: transparent url('http://bikelock.ru/bitrix/templates/bikelock/images/remove.png') 0 0 no-repeat;
}

.scrollLeft .jspHorizontalBar {
  top: 352px;
  height: 10px;
}

.scrollLeft .jspDrag {
  background: #c1c1c1;
}

.scrollLeft .jspTrack {
  background: #e6e6e6;
}

.to_basket_compare {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  cursor: pointer;
  position: relative;
  padding: 10px 35px 10px 15px;
  border: 2px solid #fff;
  background: #33bce6;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(241, 101, 86, 1);
  -moz-box-shadow: 0px 0px 0px 2px rgba(241, 101, 86, 1);
  box-shadow: 0px 0px 0px 2px rgba(241, 101, 86, 1);
  text-decoration: none;
}

.to_basket_compare:hover {
  text-decoration: none;
  color: #fff;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 1);
}

.to_basket_compare::after {
  content: '';
  position: absolute;
  width: 21px;
  height: 17px;
  background: transparent url('http://bikelock.ru/bitrix/templates/bikelock/images/icon_basket.png') 0 0 no-repeat;
  right: 10px;
  top: 10px;
}

.sorters_wrap {
  display: block;
  width: 100%;
  margin: 0px 0px 4px 0px;
  padding: 10px 0px 4px;
  overflow: hidden;
}

.leftOffset_compare {
  padding-bottom: 15px;
}

.width_20 {
  width: 20px;
}

.compare_item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: auto;
  text-align: center;
  z-index: 100;
  background: #FFF;
}

.compare_item .ttl a {
  display: table-cell;
  vertical-align: middle;
  color: #343434;
  text-decoration: none;
}

.compare_item .img {
  display: block;
  height: 221px;
  overflow: hidden;
  position: relative;
  text-align: center;
  /*padding-bottom: 14px;*/
  background-size: auto 100%;
  /*background-size: 200px auto;*/
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.compare_item .ttl {
  font-size: 18px;
  line-height: 20px;
  /*display: block;*/
  display: table;
  padding: 0px;
  margin: 5px 0px 7px;
  color: #343434;
  min-height: 40px;
  width: 100%;
}

.compare_item .price {
  display: inline-block;
  vertical-align: top;
  padding: 0px 10px 0px 0px;
  color: #343434;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

.compare_item .price.w_old {
  color: #ea3d59;
  line-height: 20px;
}

.compare_item .oldprice {
  color: #999999 !important;
  font-size: 14px !important;
  text-decoration: line-through;
}

.compare_item .oldprice .rur {
  text-decoration: none !important;
}

.compare_a,
.to_compare_list {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 30px;
  line-height: 20px;
  font-size: 14px;
  color: #bb2941;
  text-decoration: none;
  margin-top: 15px;
}

.to_compare_list.hide_cmpr {
  display: none;
}

.to_compare_list {
  margin-left: 25px;
}

.compare_a::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 21px;
  height: 21px;
  border: #9b9b9b solid 1px;
  color: #bb2941;
  line-height: 17px;
  font-size: 22px;
  text-align: center;
}

.compare_a.active::before {
  content: "\2714";
}

.to_compare_list {
  padding: 0px;
}

.compare_a:hover,
.to_compare_list:hover {
  color: #bb2941;
}

.add-to-compare,
.remove-compare {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  cursor: pointer;
  position: relative;
  padding: 10px 35px 10px 15px;
  border: 2px solid #fff;
  background: #bb2941;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(187, 41, 65, 1);
  -moz-box-shadow: 0px 0px 0px 2px rgba(187, 41, 65, 1);
  box-shadow: 0px 0px 0px 2px rgba(187, 41, 65, 1);
  text-decoration: none;
}

.compare_item a.in_basket {
  background: #373737 url('/bitrix/templates/bikelock/images/icon_basket.png') 90px 50% no-repeat;
  font-size: 14px;
  line-height: 16px;
  position: relative;
  padding: 10px 35px 10px 15px;
  width: auto;
  height: auto;

}

.remove-compare {
  line-height: 28px;
}

.remove-compare {
  line-height: 14px;
  padding: 4px 25px;
  background: #373737;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(55, 55, 55, 1);
  -moz-box-shadow: 0px 0px 0px 2px rgba(55, 55, 55, 1);
  box-shadow: 0px 0px 0px 2px rgba(55, 55, 55, 1);
}

.remove-compare {
  padding: 13px 49px;
}

.remove-compare:hover {
  text-decoration: none;
  color: #fff;
}

.add-to-compare {
  margin-left: 15px;
  border: #9b9b9b solid 1px;
  background: #ffa91f;
  color: #373737;
  padding: 13px 30px;
  margin-top: -2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.add-to-compare:hover {
  color: #373737;
  text-decoration: none;
  -webkit-box-shadow: 4px 4px 5px 0px rgba(207, 207, 207, 0.75);
  -moz-box-shadow: 4px 4px 5px 0px rgba(207, 207, 207, 0.75);
  box-shadow: 4px 4px 5px 0px rgba(207, 207, 207, 0.75);
}

.compare_item .click1click {
  margin-top: 15px;
  margin-left: 0px;
  width: 150px;
}

.add-to-compare {
  display: inline-block;
  margin-top: 15px;
  margin-left: 0px;
  padding: 13px 55px;
}

.show_maxcount_compare {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 15px;
  background: rgba(0, 0, 0, 0.75);
  color: #FFF;
  font-size: 14px;
  line-height: 16px;
  z-index: 1000;
  width: 250px;
  margin-top: -31px;
  margin-left: -140px;
  text-align: center;
}

a#compare-info.active .title,
a#compare-info.active .count span {
  text-decoration: underline;
}

a#compare-info.active:hover .count span,
a#compare-info.active:hover .title {
  text-decoration: none;
}

.bx_catalog-compare-list {
  display: none;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  padding: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  margin: 0;
  overflow: visible;
  margin-left: 143px;
  margin-top: -26px;
  z-index: 8;
}

.bx_catalog-compare-list .bx_catalog_compare_form {
  display: none;
  position: absolute;
  left: 0;
  top: 25px;

  /*font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;*/
  font-size: 12px;
  z-index: 8;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 240px;
  padding: 10px 8px;
  white-space: normal;
  color: #404040;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .18);
  margin-bottom: 0px;
}

.bx_catalog-compare-list .bx_catalog_compare_form table {
  margin: 0;
  width: 100%;
}

.bx_catalog-compare-list .bx_catalog_compare_form table td {
  border: none;
  padding: 5px;
}

.bx_catalog-compare-list .bx_catalog_compare_count {
  position: relative;
}

.bx_catalog-compare-list .bx_catalog_compare_count .compare-redirect,
.bx_catalog-compare-list .bx_catalog_compare_count .show_compare_list {
  display: inline-block;
  vertical-align: top;
}

.bx_catalog-compare-list .bx_catalog_compare_count .show_compare_list > div {
  width: 10px;
  height: 12px;
  text-align: center;
  background-image: url('/local/templates/velozamki/images/filtres_down.png');
  background-position: 0px -2px;
  background-repeat: no-repeat;
}

.bx_catalog-compare-list .bx_catalog_compare_count .show_compare_list:hover > div {
  background-position: 0px -13px;
}

.bx_catalog-compare-list .bx_catalog_compare_count p {
  margin: 0;
}

.bx_catalog-compare-list .bx_catalog_compare_count a {
  display: inline-block;
  vertical-align: top;
  background: #747f7f;
  border: 1px solid #747f7f;
  color: #FFF;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 12px;
}

.bx_catalog-compare-list .bx_catalog_compare_count a:hover {
  background: #636466;
}

.bx_catalog-compare-list .bx_catalog_compare_count a span {
  background: #575f5f;
  border-radius: 50%;
  padding: 1px 5px;
}

/*end compare */
.catalog {
  margin-top: 5px;
  margin-right: 0;
  margin-bottom: 0px;
  margin-left: 0;
}

.catalog-list {
  margin-top: -10px;
  margin-right: -15px;
  margin-bottom: -10px;
  margin-left: -15px;
}

.catalog-list[data-catalog-view="preview"],
.catalog-list[data-catalog-view="list"] {
  margin-top: 0;
  margin-bottom: 0;
}

.catalog-list .pagination {
  margin-right: 15px;
  margin-left: 15px;
}

.catalog-list .slick-arrow {
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity="50");
  filter: alpha(opacity=50);
  opacity: 0.5;
  height: 30%;
}

.catalog-list .slick-arrow:after {
  background-image: url("/local/templates/tweedroom_ru/images/elements/slider-arrows--black.png");
}

.catalog-list .slick-arrow:hover {
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity="100");
  filter: alpha(opacity=100);
  opacity: 1;
  background: transparent;
}

.catalog-list .slick-arrow:active {
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity="50");
  filter: alpha(opacity=50);
  opacity: 0.5;
}

@media screen and (max-width: 1050px) {
  .catalog-list {
    margin-top: -5px;
    margin-right: -5px;
    margin-bottom: -5px;
    margin-left: -5px;
  }
}

@media screen and (max-width: 470px) {
  .catalog-list {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}

.clearwhitespace-cleared > .catalog-item {
  margin-right: 0;
}

.catalog-item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 5px;
  margin-right: -5px;
  margin-bottom: -1px;
  border: #e7e7e7 solid 1px;
}

.catalog-item-breaker {
  display: none;
}

.catalog-item-inner {
  border: 1px solid transparent;
  padding: 1px;
  position: relative;
  min-height: 300px;
  background: #fff;
  -webkit-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  transition: border-color 0.2s;
  z-index: 0;
}

.catalog-item-inner:hover {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  z-index: 1;
}

.popular-slider .catalog-item-inner:hover,
.slick-slider .catalog-item-inner:hover {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.catalog-item-image {
  /*margin-top: 6px;*/
  position: relative;
}

.catalog-item-image:before {
  padding-top: 99.25%;
  content: '';
  display: block;
}

.catalog-item-image img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.catalog-item-labels {
  float: right;
}

.catalog-item-label,
.productcard-label-block,
.basket-products-label {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  <!-- text-transform: uppercase;
  --> padding-top: 2px;
  padding-right: 3px;
  padding-bottom: 1px;
  padding-left: 3px;
  background: #bababa;
}

.catalog-item-label.__sale,
.productcard-label-block.__sale,
.basket-products-label.__sale {
  background: #ed1c24;
}

.catalog-item-label.__hit,
.productcard-label-block.__hit,
.basket-products-label.__hit {
  background: #00aeef;
}

.catalog-item-label.__new,
.productcard-label-block.__new,
.basket-products-label.__new {
  background: #f26522;
}

.catalog-item-title {
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  min-height: 36px;
  margin-top: 10px;
  color: #000;
  max-height: 36px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.catalog-item-buy {
  position: absolute;
  right: 6px;
  margin-top: 5px;
  zoom: 1;
  z-index: 200;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity="0");
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.catalog-item-buy [data-button] {
  font-size: 18px;
  line-height: 22px;
  padding-top: 9px;
  padding-right: 15px;
  padding-bottom: 9px;
  padding-left: 15px;
}

.more-info-hover {
  font-size: 12px;
  margin-top: 10px;
  padding-left: 5px;
}

.catalog-item-price,
.basket-products-price {
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  line-height: 20px;
  color: #000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.catalog-item-price-current,
.basket-products-price-current,
.catalog-item-price-old,
.basket-products-price-old {
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 0;
  margin-left: 10px;
}

.catalog-item-price-old,
.basket-products-price-old {
  text-decoration: line-through;
}

.catalog-item-price-old ~ .catalog-item-price-current,
.basket-products-price-old ~ .basket-products-price-current {
  color: #ed1c24;
  font-weight: 700;
}

.popular-slider .catalog-item-price,
.popular-slider .basket-products-price {
  font-size: 15px;
  white-space: nowrap;
}

.popular-slider .catalog-item-price-current,
.popular-slider .basket-products-price-current,
.popular-slider .catalog-item-price-old,
.popular-slider .basket-products-price-old {
  margin-right: 5px;
  margin-left: 5px;
}

.catalog-item-link {
  position: absolute;
  top: -5px;
  right: -5px;
  left: -5px;
  bottom: -5px;
  z-index: 1;
}

.catalog-item-inner:hover .catalog-item-buy {
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity="100");
  filter: alpha(opacity=100);
  opacity: 1;
}

.catalog-item-top {
  position: absolute;
  top: 20px;
  right: 20px;
  left: 20px;
}

.catalog-item-info {
  float: left;
  font-size: 15px;
  line-height: 17px;
  color: #858585;
}

.catalog-item-info b {
  font-weight: 700;
  font-size: 18px;
  color: #ed1c24;
  margin-right: 3px;
}

@media screen and (max-width: 1270px) {

}

@media screen and (max-width: 1050px) {
  .catalog-item {
    width: 33.3%;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
  }

  .catalog-item-info {
    font-size: 12px;
    line-height: 16px;
  }

  .catalog-item-info b {
    font-size: 14px;
  }

  .catalog-item-image {
    margin-top: 40px;
  }
}

@media screen and (max-width: 769px) {
  .catalog-item {
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .catalog-item {
    width: 50%;
  }

  .catalog-item-image:before {
    padding-top: 60%;
  }

  .catalog-item-inner:hover {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
    position: relative;
  }
}

@media screen and (max-width: 470px) {
  .catalog-item {
    width: auto;
    display: block;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .catalog-item,
  .clearwhitespace-cleared > .catalog-item {
    margin-right: -10px;
    margin-left: -10px;
  }

  .catalog-item ~ .catalog-item {
    border-top: 1px solid #dededd;
  }

  .popular-slider .catalog-item ~ .catalog-item,
  .slick-slider .catalog-item ~ .catalog-item {
    border-top: 0;
  }

  .catalog-item-inner {
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .catalog-item-inner,
  .catalog-item-inner:hover {
    border-color: transparent;
  }

  .catalog-item-image:before {
    padding-top: 60%;
  }
}

.catalog-item.__preview,
[data-catalog-view="preview"] .catalog-item,
.catalog-item.__list,
[data-catalog-view="list"] .catalog-item {
  display: block;
  width: auto;
  position: relative;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-right: 15px;
  margin-left: 15px;
}

.catalog-item.__preview ~ .catalog-item,
[data-catalog-view="preview"] .catalog-item ~ .catalog-item,
.catalog-item.__list ~ .catalog-item,
[data-catalog-view="list"] .catalog-item ~ .catalog-item {
  border-top: 1px solid #dededd;
}

.catalog-item.__preview .catalog-item-inner,
[data-catalog-view="preview"] .catalog-item .catalog-item-inner,
.catalog-item.__list .catalog-item-inner,
[data-catalog-view="list"] .catalog-item .catalog-item-inner {
  display: table;
  width: 100%;
  position: relative;
  min-height: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.catalog-item.__preview .catalog-item-image,
[data-catalog-view="preview"] .catalog-item .catalog-item-image,
.catalog-item.__list .catalog-item-image,
[data-catalog-view="list"] .catalog-item .catalog-item-image,
.catalog-item.__preview .catalog-item-title,
[data-catalog-view="preview"] .catalog-item .catalog-item-title,
.catalog-item.__list .catalog-item-title,
[data-catalog-view="list"] .catalog-item .catalog-item-title,
.catalog-item.__preview .catalog-item-top,
[data-catalog-view="preview"] .catalog-item .catalog-item-top,
.catalog-item.__list .catalog-item-top,
[data-catalog-view="list"] .catalog-item .catalog-item-top,
.catalog-item.__preview .catalog-item-price,
[data-catalog-view="preview"] .catalog-item .catalog-item-price,
.catalog-item.__list .catalog-item-price,
[data-catalog-view="list"] .catalog-item .catalog-item-price,
.catalog-item.__preview .catalog-item-buy,
[data-catalog-view="preview"] .catalog-item .catalog-item-buy,
.catalog-item.__list .catalog-item-buy,
[data-catalog-view="list"] .catalog-item .catalog-item-buy {
  display: table-cell;
  vertical-align: middle;
}

.catalog-item.__preview .catalog-item-top,
[data-catalog-view="preview"] .catalog-item .catalog-item-top,
.catalog-item.__list .catalog-item-top,
[data-catalog-view="list"] .catalog-item .catalog-item-top,
.catalog-item.__preview .catalog-item-price,
[data-catalog-view="preview"] .catalog-item .catalog-item-price,
.catalog-item.__list .catalog-item-price,
[data-catalog-view="list"] .catalog-item .catalog-item-price,
.catalog-item.__preview .catalog-item-buy,
[data-catalog-view="preview"] .catalog-item .catalog-item-buy,
.catalog-item.__list .catalog-item-buy,
[data-catalog-view="list"] .catalog-item .catalog-item-buy {
  white-space: nowrap;
  text-align: right;
}

.catalog-item.__preview .catalog-item-top,
[data-catalog-view="preview"] .catalog-item .catalog-item-top,
.catalog-item.__list .catalog-item-top,
[data-catalog-view="list"] .catalog-item .catalog-item-top,
.catalog-item.__preview .catalog-item-buy,
[data-catalog-view="preview"] .catalog-item .catalog-item-buy,
.catalog-item.__list .catalog-item-buy,
[data-catalog-view="list"] .catalog-item .catalog-item-buy {
  position: static;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
}

.catalog-item.__preview .catalog-item-info,
[data-catalog-view="preview"] .catalog-item .catalog-item-info,
.catalog-item.__list .catalog-item-info,
[data-catalog-view="list"] .catalog-item .catalog-item-info,
.catalog-item.__preview .catalog-item-labels,
[data-catalog-view="preview"] .catalog-item .catalog-item-labels,
.catalog-item.__list .catalog-item-labels,
[data-catalog-view="list"] .catalog-item .catalog-item-labels {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.catalog-item.__preview .catalog-item-labels,
[data-catalog-view="preview"] .catalog-item .catalog-item-labels,
.catalog-item.__list .catalog-item-labels,
[data-catalog-view="list"] .catalog-item .catalog-item-labels {
  line-height: 1;
}

.catalog-item.__preview .catalog-item-title,
[data-catalog-view="preview"] .catalog-item .catalog-item-title,
.catalog-item.__list .catalog-item-title,
[data-catalog-view="list"] .catalog-item .catalog-item-title {
  text-align: left;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

.catalog-item.__preview .catalog-item-buy,
[data-catalog-view="preview"] .catalog-item .catalog-item-buy,
.catalog-item.__list .catalog-item-buy,
[data-catalog-view="list"] .catalog-item .catalog-item-buy {
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity="100");
  filter: alpha(opacity=100);
  opacity: 1;
  position: relative;
}

.catalog-item.__preview .catalog-item-price,
[data-catalog-view="preview"] .catalog-item .catalog-item-price,
.catalog-item.__list .catalog-item-price,
[data-catalog-view="list"] .catalog-item .catalog-item-price {
  min-width: 105px;
}

.catalog-item.__preview .catalog-item-info,
[data-catalog-view="preview"] .catalog-item .catalog-item-info,
.catalog-item.__list .catalog-item-info,
[data-catalog-view="list"] .catalog-item .catalog-item-info {
  margin-right: 10px;
}

.catalog-item.__preview .catalog-item-inner,
[data-catalog-view="preview"] .catalog-item .catalog-item-inner {
  height: 140px;
}

.catalog-item.__preview .catalog-item-image,
[data-catalog-view="preview"] .catalog-item .catalog-item-image {
  width: 150px;
  min-width: 150px;
}

.catalog-item.__preview .catalog-item-image:before,
[data-catalog-view="preview"] .catalog-item .catalog-item-image:before {
  display: none;
}

.catalog-item.__preview .catalog-item-image img,
[data-catalog-view="preview"] .catalog-item .catalog-item-image img {
  position: static;
  max-width: 100px;
  max-height: 100px;
}

.catalog-item.__preview .catalog-item-buy,
[data-catalog-view="preview"] .catalog-item .catalog-item-buy {
  padding-top: 0;
  padding-right: 45px;
  padding-bottom: 0;
  padding-left: 35px;
}

.catalog-item.__preview .catalog-item-price,
[data-catalog-view="preview"] .catalog-item .catalog-item-price {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 25px;
}

.catalog-item.__list .catalog-item-image,
[data-catalog-view="list"] .catalog-item .catalog-item-image {
  display: none;
}

.catalog-item.__list .catalog-item-inner,
[data-catalog-view="list"] .catalog-item .catalog-item-inner {
  height: 80px;
}

.catalog-item.__list .catalog-item-buy,
[data-catalog-view="list"] .catalog-item .catalog-item-buy {
  padding-top: 0;
  padding-right: 20px;
  padding-bottom: 0;
  padding-left: 35px;
}

.catalog-item.__list .catalog-item-price,
[data-catalog-view="list"] .catalog-item .catalog-item-price {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 20px;
}

@media screen and (max-width: 1050px) {
  .catalog-item.__preview .catalog-item-inner,
  [data-catalog-view="preview"] .catalog-item .catalog-item-inner,
  .catalog-item.__list .catalog-item-inner,
  [data-catalog-view="list"] .catalog-item .catalog-item-inner,
  .catalog-item.__preview .catalog-item-title,
  [data-catalog-view="preview"] .catalog-item .catalog-item-title,
  .catalog-item.__list .catalog-item-title,
  [data-catalog-view="list"] .catalog-item .catalog-item-title,
  .catalog-item.__preview .catalog-item-top,
  [data-catalog-view="preview"] .catalog-item .catalog-item-top,
  .catalog-item.__list .catalog-item-top,
  [data-catalog-view="list"] .catalog-item .catalog-item-top,
  .catalog-item.__preview .catalog-item-price,
  [data-catalog-view="preview"] .catalog-item .catalog-item-price,
  .catalog-item.__list .catalog-item-price,
  [data-catalog-view="list"] .catalog-item .catalog-item-price,
  .catalog-item.__preview .catalog-item-buy,
  [data-catalog-view="preview"] .catalog-item .catalog-item-buy,
  .catalog-item.__list .catalog-item-buy,
  [data-catalog-view="list"] .catalog-item .catalog-item-buy {
    display: block;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .catalog-item.__preview .catalog-item-inner,
  [data-catalog-view="preview"] .catalog-item .catalog-item-inner,
  .catalog-item.__list .catalog-item-inner,
  [data-catalog-view="list"] .catalog-item .catalog-item-inner {
    height: auto;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .catalog-item.__preview .catalog-item-title,
  [data-catalog-view="preview"] .catalog-item .catalog-item-title,
  .catalog-item.__list .catalog-item-title,
  [data-catalog-view="list"] .catalog-item .catalog-item-title,
  .catalog-item.__preview .catalog-item-price,
  [data-catalog-view="preview"] .catalog-item .catalog-item-price,
  .catalog-item.__list .catalog-item-price,
  [data-catalog-view="list"] .catalog-item .catalog-item-price {
    float: left;
    width: 51%;
  }

  .catalog-item.__preview .catalog-item-top,
  [data-catalog-view="preview"] .catalog-item .catalog-item-top,
  .catalog-item.__list .catalog-item-top,
  [data-catalog-view="list"] .catalog-item .catalog-item-top,
  .catalog-item.__preview .catalog-item-buy,
  [data-catalog-view="preview"] .catalog-item .catalog-item-buy,
  .catalog-item.__list .catalog-item-buy,
  [data-catalog-view="list"] .catalog-item .catalog-item-buy {
    float: right;
    width: 49%;
  }

  .catalog-item.__preview .catalog-item-title,
  [data-catalog-view="preview"] .catalog-item .catalog-item-title,
  .catalog-item.__list .catalog-item-title,
  [data-catalog-view="list"] .catalog-item .catalog-item-title {
    margin-bottom: 5px;
  }

  .catalog-item.__preview .catalog-item-top,
  [data-catalog-view="preview"] .catalog-item .catalog-item-top,
  .catalog-item.__list .catalog-item-top,
  [data-catalog-view="list"] .catalog-item .catalog-item-top {
    margin-bottom: 10px;
  }

  .catalog-item.__preview .catalog-item-price,
  [data-catalog-view="preview"] .catalog-item .catalog-item-price,
  .catalog-item.__list .catalog-item-price,
  [data-catalog-view="list"] .catalog-item .catalog-item-price {
    text-align: left;
    white-space: normal;
  }

  .catalog-item.__preview .catalog-item-price-current,
  [data-catalog-view="preview"] .catalog-item .catalog-item-price-current,
  .catalog-item.__list .catalog-item-price-current,
  [data-catalog-view="list"] .catalog-item .catalog-item-price-current,
  .catalog-item.__preview .catalog-item-price-old,
  [data-catalog-view="preview"] .catalog-item .catalog-item-price-old,
  .catalog-item.__list .catalog-item-price-old,
  [data-catalog-view="list"] .catalog-item .catalog-item-price-old {
    margin-left: 0;
    margin-right: 20px;
  }

  .catalog-item.__preview,
  [data-catalog-view="preview"] .catalog-item {
    margin-right: 0;
    margin-left: 0;
  }

  .catalog-item.__preview .catalog-item-image,
  [data-catalog-view="preview"] .catalog-item .catalog-item-image {
    width: 15%;
    float: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    min-width: 0;
    min-height: 0;
  }

  .catalog-item.__preview .catalog-item-image:before,
  [data-catalog-view="preview"] .catalog-item .catalog-item-image:before {
    padding-top: 100%;
    content: '';
    display: block;
  }

  .catalog-item.__preview .catalog-item-image img,
  [data-catalog-view="preview"] .catalog-item .catalog-item-image img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
  }

  .catalog-item.__preview .catalog-item-title,
  [data-catalog-view="preview"] .catalog-item .catalog-item-title,
  .catalog-item.__preview .catalog-item-price,
  [data-catalog-view="preview"] .catalog-item .catalog-item-price {
    width: 43%;
    padding-left: 20px;
  }

  .catalog-item.__preview .catalog-item-top,
  [data-catalog-view="preview"] .catalog-item .catalog-item-top,
  .catalog-item.__preview .catalog-item-buy,
  [data-catalog-view="preview"] .catalog-item .catalog-item-buy {
    width: 42%;
    padding-left: 20px;
  }
}

@media screen and (max-width: 769px) {
  .catalog-item.__preview .catalog-item-info,
  [data-catalog-view="preview"] .catalog-item .catalog-item-info,
  .catalog-item.__list .catalog-item-info,
  [data-catalog-view="list"] .catalog-item .catalog-item-info {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .catalog-item.__preview,
  [data-catalog-view="preview"] .catalog-item,
  .catalog-item.__list,
  [data-catalog-view="list"] .catalog-item {
    margin-right: 0;
    margin-left: 0;
  }

  .catalog-item.__preview .catalog-item-inner,
  [data-catalog-view="preview"] .catalog-item .catalog-item-inner,
  .catalog-item.__list .catalog-item-inner,
  [data-catalog-view="list"] .catalog-item .catalog-item-inner {
    padding-right: 0;
    padding-left: 0;
  }

  .catalog-item.__preview .catalog-item-price,
  [data-catalog-view="preview"] .catalog-item .catalog-item-price {
    width: 51%;
    padding-left: 0;
    margin-top: 10px;
  }

  .catalog-item.__preview .catalog-item-buy,
  [data-catalog-view="preview"] .catalog-item .catalog-item-buy {
    width: 49%;
  }

  .catalog-item.__preview .catalog-item-top + .catalog-item-breaker,
  [data-catalog-view="preview"] .catalog-item .catalog-item-top + .catalog-item-breaker {
    clear: both;
    display: table;
  }
}

.catalog-switch {
  float: right;
  margin-top: 15px;
}

.catalog-switch-button {
  display: none;
  width: 80px;
  height: 60px;
  line-height: 40px;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
  text-align: center;
}

.catalog-switch-button:before,
.catalog-switch-button:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
}

.catalog-switch-button:after {
  width: 14px;
  height: 8px;
  background: url("/local/templates/tweedroom_ru/images/elements/arrows-updown__yellow--small.png") 0 -8px no-repeat;
  margin-left: 12px;
}

.catalog-switch-item {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity="30");
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.catalog-switch-item + .catalog-switch-item {
  margin-left: 20px;
}

.catalog-switch-item:before {
  content: '';
  display: block;
}

.catalog-switch-item.__current,
.catalog-switch-item:hover {
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity="100");
  filter: alpha(opacity=100);
  opacity: 1;
}

.catalog-switch-button[data-current-view="preview"]:before,
.catalog-switch-item.__preview:before {
  background-image: url("/local/templates/tweedroom_ru/images/sprites/__sprite.png");
  width: 21px;
  height: 21px;
  background-position: -41px 0px;
  -moz-background-size: 93px 62px;
  -o-background-size: 93px 62px;
  background-size: 93px 62px;
  background-repeat: no-repeat;
}

.catalog-switch-button[data-current-view="list"]:before,
.catalog-switch-item.__list:before {
  background-image: url("/local/templates/tweedroom_ru/images/sprites/__sprite.png");
  width: 21px;
  height: 21px;
  background-position: 0px 0px;
  -moz-background-size: 93px 62px;
  -o-background-size: 93px 62px;
  background-size: 93px 62px;
  background-repeat: no-repeat;
}

.catalog-switch-button[data-current-view="table"]:before,
.catalog-switch-item.__table:before {
  background-image: url("/local/templates/tweedroom_ru/images/sprites/__sprite.png");
  width: 21px;
  height: 21px;
  background-position: 0px -41px;
  -moz-background-size: 93px 62px;
  -o-background-size: 93px 62px;
  background-size: 93px 62px;
  background-repeat: no-repeat;
}

.filter-content .catalog-switch {
  margin-top: 0;
  border-left: 1px solid #e5e5e5;
}

@media screen and (max-width: 600px) {
  .catalog-switch {
    position: relative;
  }

  .catalog-switch-button {
    display: block;
  }

  .catalog-switch-list {
    display: none;
    position: absolute;
    z-index: 8;
    border: 1px solid #e5e5e5;
    background: #fff;
    top: 100%;
    right: -1px;
    left: -1px;
  }

  .catalog-switch-item {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 100%;
  }

  .catalog-switch-item,
  .catalog-switch-item + .catalog-switch-item {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .catalog-switch-item:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
  }

  .catalog-switch.__open .catalog-switch-list {
    display: block;
  }

  .catalog-switch.__open .catalog-switch-button:after {
    background-position: 0 0;
  }
}

.categories {
  margin: 10px -20px;
}

.banneroffer, .site-info-wrapper {
  margin: 0px -20px;
}

@media screen and (max-width: 470px) {
  .categories {
    margin: 10px 0;
  }

  .banneroffer, .site-info-wrapper {
    margin: 0;
  }
}

.categories-list {
  margin-top: -5px;
  margin-right: -5px;
  margin-bottom: -5px;
  margin-left: -5px;
}

.categories .category {
  float: left;
  width: 50%;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}

@media screen and (max-width: 769px) {
  .categories .category {
    width: 100%;
  }
}

.category-inner {
  position: relative;
  z-index: 0;
}

.category-link {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  z-index: 1;
}

.category-link:hover ~ .category-image:after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=");
}

.category-image {
  position: relative;
  overflow: hidden;
}

.category-image:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.category-image img {
  position: absolute;
  top: 0;
  right: -1000px;
  left: -1000px;
  bottom: 0;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  max-width: none;
  max-height: none;
  width: 100%;
  height: auto;
}

.category-image img[data-cover-image="not-fill"] {
  width: auto;
  height: 100%;
}

.category-image:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mM8JAkAAaMA3VBqD1UAAAAASUVORK5CYII=") center repeat;
  content: '';
  display: block;
}

.category-content {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: table;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  text-align: center;
  color: #fff;
}

.category-content-inner {
  display: table-cell;
  vertical-align: middle;
}

.category-title {
  font-size: 60px;
  line-height: 70px;
  /*font-family: Georgia, Times, Times New Roman, serif;*/
}

.category-button [data-button] {
  <!-- text-transform: uppercase;
  --> position: relative;
  z-index: 2;
}

.category-title ~ .category-button {
  margin-top: 15px;
}

@media only screen and (max-width: 470px) {
  .category-inner {
    margin: 0 -20px;
  }
}

.filter {
  position: relative;
  margin-bottom: 20px;
  color: #636365;
  font-size: 15px;
}

.filter-sort {
  float: right;
  position: relative;
}

.filter-sort-button,
.filter-sort-list,
.filter-sort-item {
  color: #636365;
}

.filter-sort ._select {
  color: #343435;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}

.filter-sort ._arrow {
  /*font-family: Arial, sans;*/
  line-height: 0.5em;
}

.filter-sort-button {
  display: block;
  border: 1px solid #e5e5e5;
  margin-top: -1px;
  margin-right: -1px;
  margin-bottom: -1px;
  margin-left: 0;
  padding-top: 23px;
  padding-right: 20px;
  padding-bottom: 23px;
  padding-left: 20px;
}

.filter-sort-button:hover,
.filter-sort-button.__focus {
  background: #343435;
  color: #fff;
}

.filter-sort-button:hover ._select,
.filter-sort-button.__focus ._select {
  color: #fff;
}

.filter-sort-list {
  position: absolute;
  right: -1px;
  top: 100%;
  text-align: right;
  border: 1px solid #e5e5e5;
  z-index: 3;
  display: none;
}

.filter-sort-button.__focus ~ .filter-sort-list {
  display: block;
}

.filter-sort-item {
  display: block;
  white-space: nowrap;
  font-size: 15px;
  line-height: 16px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  background: #f7f7f6;
}

.filter-sort-item:hover {
  background-color: #eee;
  color: #636365;
}

.filter-sort-item.__selected {
  background: #e5e5e5;
  cursor: default;
}

.filter-catalog {
  float: left;
}

.filter-catalog-item {
  padding-top: 23px;
  padding-right: 20px;
  padding-bottom: 23px;
  padding-left: 20px;
  float: left;
  cursor: pointer;
  border-right: 1px solid #e5e5e5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.filter-catalog-item.__selected {
  background: #eee;
}

.filter-catalog-item:hover,
.filter-catalog-item.__active {
  background: #343435;
  color: #fff;
}

.filter-catalog-item.__active:after {
  background-image: url("/local/templates/tweedroom_ru/images/sprites/__sprite.png");
  width: 11px;
  height: 8px;
  background-position: -41px -41px;
  -moz-background-size: 93px 62px;
  -o-background-size: 93px 62px;
  background-size: 93px 62px;
  background-repeat: no-repeat;
}

.filter-catalog-item:after {
  content: '';
  background-image: url("/local/templates/tweedroom_ru/images/sprites/__sprite.png");
  width: 11px;
  height: 8px;
  background-position: -82px 0px;
  -moz-background-size: 93px 62px;
  -o-background-size: 93px 62px;
  background-size: 93px 62px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 10px;
}

.filter-catalog-info {
  display: none;
  padding-top: 25px;
  padding-right: 0;
  padding-bottom: 25px;
  padding-left: 0;
}

.filter-catalog-info:after {
  position: absolute;
  content: '';
  display: block;
  right: 0;
  left: 0;
  bottom: 0;
  width: auto;
  height: 1px;
  background: #e5e5e5;
}

.filter-catalog-info.__visible {
  display: block;
}

.filter-catalog-info-content:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0px;
  height: 60px;
}

.filter-catalog-info-content .form-item,
.filter-catalog-info-content .form-submit {
  margin-top: 0;
  margin-bottom: 0;
}

.filter-catalog-info-content .form-item {
  display: inline-block;
  vertical-align: middle;
}

.filter-catalog-info-content .form-submit {
  float: right;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.filter-catalog-info-content .form-submit input[type="button"],
.filter-catalog-info-content .form-submit input[type="submit"],
.filter-catalog-info-content .form-submit input[type="reset"],
.filter-catalog-info-content .form-submit button {
  display: inline-block;
  vertical-align: middle;
}

.filter-catalog-info-content .range-line,
.filter-catalog-info-content .range-input {
  display: inline-block;
  vertical-align: middle;
}

.filter-catalog-info-content .range-line {
  width: 300px;
  margin-right: 35px;
}

.filter-catalog-info-content .range-input input {
  width: 110px;
}

.filter-catalog-info-content .range-input > *,
.filter-catalog-info-content .range-input .form-item,
.filter-catalog-info-content .range-input .form-label {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-right: 3px;
  margin-bottom: 0;
  margin-left: 3px;
}

.filter-content {
  position: relative;
  border: 1px solid #e5e5e5;
  background: #fff;
}

.filter-desc-wrapper {
  position: relative;
}

.filter-button-block {
  display: none;
}

/*left column filtres */
.filter_sort_wrap {
  display: block;
  margin-left: 242px;
  padding: 0px;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  color: #636365;
  margin-bottom: 8px;
}

.filter_sort_wrap .filter_sort_title {
  display: inline-block;
  vertical-align: top;
  margin-right: 7px;
}

.filter_sort_wrap .filter_sort_list {
  display: inline-block;
  vertical-align: top;
}

.filter_sort_list a {
  display: inline-block;
  vertical-align: top;
  width: 17px;
  height: 16px;
  text-align: center;
  margin-right: 3px;
  border-right: #ccc solid 1px;
}

.filter_sort_list a.up {
  background: transparent url('/local/templates/tweedroom_ru/images/filtres_up.png') 0px -11px no-repeat;
}

.filter_sort_list a.down {
  background: transparent url('/local/templates/tweedroom_ru/images/filtres_down.png') top left no-repeat;
}

.filter_sort_list a.up:hover, .filter_sort_list a.up.__selected {
  background-position: 0px 0px;
}

.filter_sort_list a.down:hover, .filter_sort_list a.down.__selected {
  background-position: 0px -11px;
}

.filter_sort_list > div {
  display: inline-block;
  vertical-align: top;
}

.filter_sort_list > div > span {
  text-transform: capitalize;
  margin-right: 2px;
}

.filter_sort_list > div > a:last-child {
  border-right: none;
}

.wrapper-content.catalog_w_filtres::after {
  content: "";
  display: table;
  clear: both;
}

.filter_left_column {
  box-sizing: content-box;
  width: 200px;
  float: left;
  padding: 13px 12px 0px;
  margin-bottom: 30px;

  font-size: 14px;
  line-height: 16px;
  color: #636365;
}

.filter_left_column .filter-content {
  border: none;
}

.filter_catalog_block {
  display: block;
  padding-bottom: 13px;
  margin-bottom: 13px;
  border-bottom: #e5e5e5 solid 1px;
}

.filter-content-inner .filter_catalog_block:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}

.filter_catalog_title {
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 18px;
  color: #353535;
  font-weight: 700;
  padding: 3px 0px 4px;
  margin-bottom: 13px;
}

.filter_catalog_title:hover {
  cursor: pointer;
}

.filter_catalog_title::before {
  content: "-";
  display: block;
  position: absolute;
  top: 3px;
  right: 0px;
  width: 17px;
  height: 17px;
  text-align: center;
  padding: 0px;
  color: #FFF;
  font-size: 23px;
  line-height: 13px;
  background: #353535;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.filter_catalog_title.slide::before {
  content: "+";
  font-size: 17px;
  line-height: 17px;
}

.filter_catalog_item {
  display: block;
}

.filter_catalog_item .uicheckbox, .filter_catalog_item .uiradio {
  display: block;
  margin-right: 0px;
  margin-bottom: 10px;
}

.filter_catalog_item .uicheckbox label, .filter_catalog_item .uiradio label {
  line-height: 13px;
}

.filter_catalog_item .uicheckbox.palette_colors {
  margin: 0px 4px 5px 0px;
  display: inline-block;
  vertical-align: top;
}

.filter_catalog_item .uicheckbox.palette_colors label {
  position: relative;
  font-size: 0;
  width: 35px;
  height: 35px;
  padding: 0px;
  margin: 0px;
  border: #d4d4d4 solid 1px;
}

.filter_catalog_item .uicheckbox.palette_colors label:hover {
  -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.5);
}

.filter_catalog_item .uicheckbox.palette_colors label.checked::after {
  content: "\2714";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 18px;
  margin-top: -8px;
  margin-left: -7px;
  color: #33bce6;
  font-size: 18px;
  line-height: 18px;
}

.filter_catalog_item .uicheckbox.palette_colors label::before {
  display: none;
}

.filter_catalog_item .bx-ui-slider-track {
  height: 8px;
}

.filter_catalog_item .bx-ui-slider-part > span {
  margin-top: 16px;
}

.filter_catalog_item .bx-ui-slider-part.p1,
.filter_catalog_item .bx-ui-slider-part.p5 {
  display: none;
}

.filter_catalog_item .range {
  text-align: center;
}

.filter_catalog_item .range .range-input {
  display: block;
  margin-bottom: 13px;
}

.filter_catalog_item .range .form-item {
  width: 66px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0px;
}

.filter_catalog_item .range .form-label {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  line-height: 25px;
  margin: 0px 3px;
  font-size: 14px;
  color: #636365;
}

.filter_catalog_item .range input {
  height: auto;
  line-height: 14px;
  font-size: 14px;
  padding: 5px 0px;
  text-align: center;
  background: #FFF;
  border: none;
  color: #636466;
  border: #e7e7e7 solid 1px;
  /*box-shadow: 0 1px 6px #ccc inset;*/
}

.filter_catalog_item .range input:focus,
.filter_catalog_item .range input:active,
.filter_catalog_item .range input:hover {
  /*background: #FFF;
  border:none;*/
  color: #636466;
}

.filter_catalog_item .bx-ui-slider-pricebar-vd,
.filter_catalog_item .bx-ui-slider-pricebar-vn,
.filter_catalog_item .bx-ui-slider-pricebar-v {
  height: 8px;
  background: #acacac;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.filter_catalog_item .bx-ui-slider-handle {
  background: #122952;
  width: 20px;
  height: 15px;
  top: -4px;
}

.filter_catalog_item .bx-ui-slider-handle.left {
  margin-left: 0px;
}

.filter_catalog_item .bx-ui-slider-handle.right {
  margin-right: 0px;
}

.filter_catalog_item .bx-ui-slider-track::after {
  height: 8px;
  background: #e5e5e5;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.catalog_list_right_column {
  margin-top: 0px;
}

.catalog_list_right_column #ins_csd_velozamki2 {
  margin-left: 257px;
}

.catalog_list_right_column #ins_csd_velozamki2::after {
  content: "";
  display: table;
  clear: both;
}

/**/

.catalog-switch ~ .filter-button-block {
  width: 100%;
  padding-right: 81px;
  margin-right: -81px;
  float: left;
}

.filter-button {
  display: block;
  padding-top: 21px;
  padding-right: 22px;
  padding-bottom: 21px;
  padding-left: 22px;
  font-size: 15px;
  line-height: 18px;
  color: #636365;
}

.catalog_w_filtres .filter-button {
  padding: 10px 0px;
  margin-top: -10px;
  margin-bottom: -10px;
  line-height: 15px;
  text-align: center;
}

.filter-button:before,
.filter-button:after {
  display: inline-block;
  vertical-align: middle;
  line-height: 16px;
}

.filter-button:after {
  content: attr(data-label);
}

html.__filter-show .filter-content {
  z-index: 10;
}

html.__filter-show .filter-content-inner {
  display: block;
  position: absolute;
  top: 100%;
  right: -15px;
  left: -15px;
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 10px;
}

html.__filter-show .filter-button:after {
  content: attr(data-close-label);
}

html.__filter-show .filter-button:before {
  content: "\f00d";
  font-family: "FontAwesome";
  font-size: 16px;
  margin-right: 10px;
  color: #e2061f;
}

html.__filter-show .filter-button:hover:before {
  color: inherit;
}

html.__filter-show .filter-button-block {
  position: relative;
  z-index: 3;
  padding-right: 0;
}

@media screen and (max-width: 1050px) {
  .filter_left_column {
    width: 190px;
  }

  .catalog_list_right_column #ins_csd_velozamki2, .filter_sort_wrap {
    margin-left: 235px;
  }

  .filter-sort {
    float: none;
  }

  .filter-sort-list {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    text-align: left;
  }

  .filter-catalog {
    float: none;
  }

  .filter-catalog-item {
    float: none;
  }

  .filter-catalog-info-content:before {
    display: none;
  }

  .filter-catalog-info-content .form-item {
    display: block;
  }

  .filter-catalog-info-content .form-submit {
    margin-top: 30px;
    float: none;
    text-align: center;
  }
}

@media screen and (max-width: 769px) {
  .filter-catalog-info-content .range-line,
  .filter-catalog-info-content .range-input {
    display: block;
    width: auto;
  }

  .filter-catalog-info-content .range-input {
    margin-top: 30px;
    text-align: center;
  }

  .filter-button-block {
    display: block;
    background: #fff;
    margin-left: -15px;
    margin-right: -15px;
  }

  .filter-content-inner {
    display: none;
  }

  .filter_left_column {
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0!important;
  }
  .margin_left_links_list{
    margin-left: 0;
  }
  .filter_sort_wrap .filter_sort_list{
    margin-top: 10px;
  }
  .catalog-switch{
    margin-top: -37px!important;
  }

  .catalog_list_right_column #ins_csd_velozamki2 {
    margin-left: 0px;
  }

  .filter_sort_wrap {
    font-size: 12px;
  }

  .filter_sort_wrap::after {
    content: "";
    display: table;
    clear: both;
  }
}

@media screen and (max-width: 470px) {
  .filter-button {
    padding-right: 18px;
    padding-left: 18px;
    font-size: 14px;
  }
}

.footer {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  font-size: 12px;
  border-top: #abaaa2 solid 1px;
}

.footer-content {
  display: table;
  width: 100%;
}

.footer-content > * {
  display: table-cell;
  vertical-align: top;
}

.footer-left {
  text-align: left;
}

.footer-right {
  text-align: left;
}
.footer-men-title{
  font-weight: bold;
  margin-bottom: 12px;
}
.footer-men{
  min-width: 20px;
}

.footer-nav {
  margin-bottom: 20px;
  font-size: 16px;
}

.footer-nav-link {
  color: #000;
}

.footer-nav-link:hover {
  text-decoration: underline;
}

.footer-nav-link.__current {
  text-decoration: underline;
}

.footer-nav-list {
  margin-right: -13px;
  margin-bottom: 10px;
  margin-left: -13px;
}

.footer-nav-item {
  display: block;
  vertical-align: middle;
  margin-right: 13px;
  margin-bottom: 3px;
  margin-left: 13px;
  font-size: 14px;
}

.footer-payment > * {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}

.footer-top .footer-content {
  padding-top: 20px;
  /*border-top: 3px solid #e3e3e3;*/
  display: flex;
  justify-content: space-between;
}
.footer-men{
  min-width: 20px;
}

.footer-bottom {
  margin-top: 20px;
}

.footer-bottom .footer-left,
.footer-bottom .footer-center,
.footer-bottom .footer-right {
  width: 33.3%;
}

.footer-bottom .footer-content > * {
  vertical-align: middle;
  padding-bottom: 20px;
}

.footer-logo {
  text-align: center;
}

.footer-logo img {
  display: block;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}

.footer-info .big {
  font-size: 14px;
}

.footer-info a {
  text-decoration: none;
}

.footer-info [href^="tel:"] {
  color: inherit;
}

.footer-info,
.footer-info p {
  font-size: 12px;
  line-height: 20px;
  font-size: 14px;
}

.footer-info p {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.footer-info * + p {
  margin-top: 8px;
}

.footer-social-label,
.footer-social-link {
  display: inline-block;
  vertical-align: middle;
}

.footer-social-label {
  margin-right: 5px;
}

.footer-social-link {
  font-size: 24px;
}

.footer-social-link [class*="fa-facebook"] {
  color: #3a5899;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}

a.footer-social-link:hover [class*="fa-facebook"] {
  color: #4264af;
}

@media screen and (max-width: 1050px) {
  .footer-top .footer-content {
    display: block;
  }

  .footer-top .footer-content > * {
    display: block;
    width: auto;
  }
  .footer-men{
    margin-bottom: 35px;
  }
  .footer-nav {
    font-size: 14px;
    text-align: center;
  }

  .footer-payment,
  .footer-info {
    text-align: center;
  }

  .footer-info {
    margin-top: 15px;
  }
}

@media screen and (max-width: 769px) {
  .footer-nav {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .footer-content,
  .footer-content > * {
    display: block;
  }

  .footer-left,
  .footer-center,
  .footer-right {
    text-align: center;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .footer-bottom .footer-left,
  .footer-bottom .footer-center,
  .footer-bottom .footer-right {
    width: auto;
  }

  .footer-bottom .footer-content {
    position: relative;
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .footer-bottom .footer-content > * {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .footer-bottom .footer-copyright {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 10px;
  }

  .footer-social {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    font-size: 14px;
  }
}

.header {
  margin-bottom: 13px;
  position: relative;
}

.header-top-content {
  display: table;
  width: 100%;
  /*border-bottom: 1px solid #cfdee3;*/
}

.header-top-content > * {
  display: table-cell;
  vertical-align: middle;
  padding-top: 20px;
  padding-bottom: 17px;
}

.header-line {
  marign-top: 0;
  z-index: 10;
  background: #fff;
}

.header-line,
.header-line-place {
  height: 35px;
}

html.js .header-line {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
}

html.header-animate .header-line {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

html.header-fixed .header-line {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: auto;
  z-index: 15;
}

html.header-fixed .header-line-wrapper {
  border-bottom: 3px solid #e5e5e5;
  background: #FFF;
}

html.header-fixed .header-line-content {
  border-bottom: 0;
}

html.footer-line--onscreen .header-line {
  margin-top: -53px;
}

.header-line-place {
  display: none;
}

html.js .header-line-place {
  display: block;
}

html.js .header-line-place.__mobile {
  display: none;
}

.header-line-wrapper {
  position: relative;
  /*border-top: #abaaa2 solid 1px;*/
  border-bottom: #abaaa2 solid 1px;
}

.header-line-content {
  display: table;
  width: 100%;
  position: relative;
  /*border-bottom: 3px solid #e5e5e5;*/
}

.header-line-content > * {
  display: table-cell;
  vertical-align: middle;
}

.header-logo {
  vertical-align: top;
  padding-right: 12px;
  padding-top: 25px;
  /*padding-left: 12px;*/
}

.header-info {
  text-align: right;
  font-size: 12px;
  line-height: 16px;
}

.header-info-line ~ .header-info-line {
  margin-top: 5px;
}

.header-auth {
  text-align: right;
}

.header-auth .header-auth-item:first-child {
  padding-right: 6px;
  border-right: #000 solid 1px;
  margin-right: 3px;
}

.header-auth-item,
.header-auth-sep {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 16px;
  color: #0e5a71;
}

.header-auth-item a,
.header-auth-sep a {
  color: #000;
}

.header-auth-sep:before,
.header-auth-sep:after {
  content: '\0020';
}

.header-links {
  text-align: right;
  /*height: 50px;*/
}

.header-links .basket_block_mobile > *,
.header-links > * {
  display: inline-block;
  vertical-align: middle;
}

.header-shippingcart {
  font-size: 12px;
  line-height: 16px;
  display: block;
}

.header-shippingcart-link {
  cursor: pointer;
  color: #000;
}

.header-shippingcart-link,
.header-shippingcart-icon,
.header-shippingcart-label {
  display: inline-block;
  vertical-align: middle;
}

.header-shippingcart-icon {
  width: 21px;
  height: 24px;
  background: url("/local/templates/tweedroom_ru/images/icons/icon_basket_tweedroom.png") center center no-repeat;
  /* -moz-background-size: 20px 20px;
  -o-background-size: 20px 20px;
  background-size: 20px 20px;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity="32");
  filter: alpha(opacity=32);
  opacity: 0.32; */
  margin-right: 8px;
  margin-left: 8px;
}

.empty .header-shippingcart-icon {
  margin-right: 0px;
}

.header-shippingcart-label::empty {
  display: none;
}

html.modernizr-no-backgroundsize .header-shippingcart-icon {
  background-image: url("/local/templates/tweedroom_ru/images/icons/shopping-basket__small.png");
}

.header-shippingcart-label {
  font-weight: 700;
  color: #000;
}

.header-search-form {
  width: 305px;
  display: block;
  position: relative;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}

.header-search-form .form-submit,
.header-search-form .form-item {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.header-search-input {
  overflow: hidden;
}

.header-search-input input,
.header-search-input.form-item input {
  height: 40px;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-right: 40px;
}

.header-search-submit-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  background: url("/local/templates/tweedroom_ru/images/icons/icon_search_tweedroom.png") center center no-repeat;
  /* -moz-background-size: 19px;
  -o-background-size: 19px;
  background-size: 19px;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity="50");
  filter: alpha(opacity=50);
  opacity: 0.5; */
}

html.modernizr-no-backgroundsize .header-search-submit-button {
  background-image: url("/local/templates/tweedroom_ru/images/icons/search__small.png");
}

.header-contacts,
.header-lang {
  display: inline-block;
  vertical-align: middle;
}

.header-lang {
  position: relative;
  margin-left: 18px;
}

.header-lang:hover .header-lang-list {
  display: block;
}

.header-lang-list {
  position: absolute;
  top: 100%;
  right: 0px;
  display: none;
  width: 155px;
  padding: 10px 12px;
  z-index: 11;
  background: #f4f4f4;
  white-space: nowrap;
  text-align: left;
}

.header-lang-list a:hover {
  background: #eee;
}

.header-lang-current {
  padding-right: 15px;
  position: relative;
}

.header-lang-current:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  bottom: 0;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #0e5a71;
}

.header-lang-item {
  display: block;
  padding: 6px 0px 7px;
  border-bottom: #e3e3e3 solid 1px;
}

.header-lang-current .header-lang-item {
  border: none;
}

.header-lang-item-icon,
.header-lang-item-label {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
}

.header-lang-item-label ruble {
  line-height: 8px;
}

.header-lang-item-icon img {
  display: block;
  width: 24px;
  height: auto;
  margin-left: 5px;
}

.header-lang-item-label {
  margin-left: 4px;
}

/*.header-lang-item ~ .header-lang-item {
margin-top: 5px;
}*/

a.header-lang-item:hover .header-lang-item-icon {
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity="80");
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.header-lang .ui-selectmenu-button {
  padding-right: 20px;
}

.header-lang .ui-selectmenu-button span.ui-icon {
  width: 20px;
}

.header-lang .ui-menu .ui-menu-item {
  padding-left: 5px;
  padding-right: 5px;
  text-align: left;
  font-size: 12px;
}

.header-contacts a {
  color: inherit;
}

@media screen and (max-width: 1050px) {
  .header {
    margin-bottom: 0;
  }

  .header-top-content > * {
    vertical-align: middle;
  }

  .header-line {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: auto;
  }

  html.js .header-line-place {
    display: none;
  }

  html.js .header-line-place.__mobile {
    display: block;
  }

  .header-auth,
  .header-info {
    display: none;
  }

  .header-logo {
    text-align: left;
  }

  .header-top {
    display: none;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
  }

  .header-line .wrapper-content {
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-search {
    padding-left: 40px;
  }

  .header-search-form {
    margin-right: 0;
  }

  .header-line-wrapper {
    border-bottom: none !important;
    padding: 12px 0px;
  }

  .header-line-content {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    min-height: 30px;
  }

  /* .header-links,
  .header-nav-button-block {width: 110px;} */
  .header-shippingcart-icon {
    margin-right: 0px;
    margin-left: 0px;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
}

@media screen and (max-width: 600px) {
  .header-search-form {
    width: 200px;
  }
  .footer-social{
    position: relative!important;
    text-align: center;
  }
}

@media screen and (max-width: 470px) {
  .header-logo {
    display: block;
    text-align: center;
  }

  .header-search {
    display: block;
    padding-left: 0;
  }

  .header-search-form {
    width: 100%;
  }

  .header-top {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
  }
}

.header-nav {
  /*height: 50px;*/
}

.header-nav-button {
  display: block;
  width: 43px;
  height: 43px;
  margin-top: -10px;
  margin-right: -10px;
  margin-bottom: -10px;
  margin-left: -10px;
  position: relative;
}

.header-nav-button:after,
.header-nav-button:before {
  width: 24px;
  height: 24px;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.header-nav-button:before {
  background: url("/local/templates/tweedroom_ru/images/icons/icon_menu_tweedroom.png") center no-repeat;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}

.modernizr-no-backgroundsize .header-nav-button:before {
  background-image: url("/local/templates/tweedroom_ru/images/icons/header-nav__small.png.png");
}

.header-nav-button:after {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  background: url("/local/templates/tweedroom_ru/images/icons/header-nav-close.png") center no-repeat;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity="0");
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-background-size: 17px;
  -o-background-size: 17px;
  background-size: 17px;
}

html.modernizr-no-backgroundsize .header-nav-button:after {
  background-image: url("/local/templates/tweedroom_ru/images/icons/header-nav-close__small.png");
}

html.__header-nav .header-nav-button:before {
  width: 0;
  height: 0;
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  transform: rotate(-225deg);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity="0");
  filter: alpha(opacity=0);
  opacity: 0;
}

html.__header-nav .header-nav-button:after {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity="100");
  filter: alpha(opacity=100);
  opacity: 1;
}

.header-nav-button:hover {
  /* zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity="50");
  filter: alpha(opacity=50);
  opacity: 0.5; */
}

@media screen and (min-width: 1051px) {
  .header-nav {
    font-size: 16px;
    line-height: 20px;
  }

  .header-nav ._sub-wrapper-back {
    display: none !important;
    font-size: 18px;
  }

  .header-nav-button-block {
    display: none;
  }

  .header-nav-list > ._item {
    display: inline-block;
    vertical-align: top;
    margin-right: 0px;
  }

  .header-nav-list > ._item:hover > ._sub-wrapper {
    display: block;
  }

  .header-nav-list > ._item > ._sub-wrapper {
    position: absolute;
    top: 100%;
    width: 1000px;
    /*right: 0;*/
    left: 0;
    background: #fff;
    display: none;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #abaaa2;
    border-right: 1px solid #abaaa2;
    border-left: 1px solid #abaaa2;
    z-index: 1000;
  }

  /*.header-nav-list > ._item > ._sub-wrapper:after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin-top: -2px;
  content: '';
  display: block;
  background: url("/local/templates/tweedroom_ru/images/elements/header-nav-shadow.png") top center repeat-x;
  height: 13px;
  }*/
  .header-nav-list > ._item > ._sub-wrapper > ._sub {
    padding: 10px 10px 10px 0px;
  }

  .header-nav-list > ._item > ._sub-wrapper > ._sub > ._item {
    padding-bottom: 20px;
    overflow: hidden;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    width: 260px;
  }

  .header-nav-link {
    color: #000;
  }

  .header-nav-link b {
    font-weight: 700;
    color: #000;
  }

  .header-nav-link._link._submenu {
    display: none;
  }

  .deep-deep-item > a:hover {
    text-decoration: underline;
  }

  .header-nav-list > ._item > ._link {
    padding-top: 7px;
    padding-right: 25px;
    padding-bottom: 7px;
    padding-left: 0;
    display: block;
    position: relative;
    font-size: 16px;
    /*height: 50px;*/
  }

  .header-nav-list > ._item > ._link:first-child {
    padding-left: 0;
  }

  .header-nav-list > ._item > ._link span {
    position: relative;
  }

  .header-nav-list > ._item > ._link span:after {
    content: '';
    position: absolute;
    top: 26px;
    right: 0;
    left: 0;
    width: auto;
    height: 3px;
    background: transparent;
  }

  .header-nav-list > ._item:hover > ._link,
  .header-nav-list > ._item > ._link:hover,
  .header-nav-list > ._item > ._link.__current {
    color: #000;
  }

  .header-nav-list .header-nav-sub-wrapper .child_selected_tweed > a,
  .header-nav-list .header-nav-sub-wrapper .__current {
    text-decoration: underline;
  }

  .header-nav-list > ._item:hover > ._link span:after,
  .header-nav-list > ._item > ._link span:hover:after,
  .header-nav-list > ._item > ._link.__current span:after,
  .header-nav-list > ._item.child_selected_tweed > ._link span:after {
    background: #0e5a71;
  }

  .header-nav-sub {
    position: relative;
  }

  .header-nav ._aside {
    position: absolute;
    top: 40px;
    right: 30px;
    text-align: right;
    width: 140px;
  }

  .header-nav ._aside ._aside-item img {
    display: block;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: auto;
  }

  .header-nav ._aside ._aside-item ~ ._aside-item {
    margin-top: 35px;
  }

  .header-nav ._aside a img {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
  }

  .header-nav ._aside a:hover img {
    zoom: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity="50");
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
}

@media screen and (min-width: 1270px) {
  .header-nav-list > ._item > ._sub-wrapper {
    width: 1214px;
  }
}

.header-logo-mobile,
.search_form_mobile,
.switch_lang_mobile {
  display: none;
}

@media screen and (max-width: 1050px) {
  .header-shippingcart-label {
    display: none !important;
  }

  .basket_block_mobile {
    display: inline-block;
    vertical-align: top;
    padding-top: 0px;
  }

  .basket_block_mobile > * {
    display: inline-block;
    vertical-align: top;
  }

  .search_form_mobile {
    display: inline-block;
    vertical-align: top;
    position: relative;
    min-width: 20px;
    min-height: 20px;
    background: #FFF;
  }

  .search_form_mobile-input {
    display: none;
    position: absolute;
    top: 1px;
    left: -234px;
    margin-right: 30px;
  }

  .search_form_mobile-input input {
    border: 1px solid #e5e6e7;
    height: 23px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 8px;
    padding-left: 8px;
    width: 230px;
    max-width: 100%;
    background: #fff;
    border-color: #000;
    font-size: 15px;
    line-height: 16px;
    font-weight: 400;
    color: #000;
  }

  .search_form_mobile-submit {
    position: absolute;
    top: 2px;
    right: 0px;
    width: 20px;
    height: 20px;
    background: url("/local/templates/tweedroom_ru/images/icons/icon_search_tweedroom.png") center center no-repeat;
    background-size: 18px 18px;
  }

  .search_form_mobile input[type=submit],
  .search_form_mobile button[type=submit] {
    display: none;
  }

  .switch_lang_mobile {
    display: inline-block;
    vertical-align: top;
  }

  .switch_lang_mobile .header-lang {
    margin-left: 0px;
  }

  .switch_lang_mobile .header-lang-item-label {
    margin-left: 0px;
  }

  .switch_lang_mobile .header-lang-item {
    padding: 2px 0px;
  }

  .switch_lang_mobile .header-lang-list {
    width: 126px;
    background: #FFF;
  }

  .header-logo-mobile {
    display: block;
    width: 120px;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    top: 3px;
  }

  .header-logo-mobile a {
    display: block;
  }

  .header-shippingcart-link.__current {
    display: none;
  }

  .header-shippingcart {
    font-size: 19px;
    line-height: 21px;
  }

  .header-line,
  .header-line-place {
    height: 54px;
  }

  .index_text h1 {
    text-align: left;
    font-size: 28px;
    line-height: 28px;
    margin: 15px 0px;
  }

  .index_text h1::before {
    display: none;
  }

  .index_text h1 span {
    padding: 0px;
  }

  .header-nav {
    position: fixed;
    top: 54px;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    display: block;
    background: #fff;
    left: -100%;
    -webkit-transition: left 0.2s;
    -o-transition: left 0.2s;
    -moz-transition: left 0.2s;
    transition: left 0.2s;
    -webkit-transition-property: left, -webkit-box-shadow;
    transition-property: left, -webkit-box-shadow;
    -o-transition-property: left, box-shadow;
    -moz-transition-property: left, box-shadow, -moz-box-shadow;
    transition-property: left, box-shadow;
    transition-property: left, box-shadow, -webkit-box-shadow, -moz-box-shadow;
    max-width: 300px;
    z-index: 10;
    -webkit-border-radius: 0 1px 0 0;
    -moz-border-radius: 0 1px 0 0;
    border-radius: 0 1px 0 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  html.__header-nav .header-nav {
    left: 0;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
  }

  .header-nav-list {
    overflow: auto;
    max-height: 100%;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .header-nav-list > ._item > ._sub-wrapper > ._sub {
    max-width: none;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .header-nav ._aside {
    text-align: center;
  }

  .header-nav ._aside-item {
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-left: 10px;
  }

  .header-nav ._aside-item img,
  .header-nav ._aside-item a {
    display: block;
  }

  .header-nav ._sub-wrapper {
    padding-left: 20px;
    padding-bottom: 20px;

    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    z-index: 1;

    width: 100%;

    background: #fff;

    overflow: auto;

    transition: left .25s;
  }

  .header-nav ._sub-wrapper._show {
    left: 0;
  }

  .header-nav-link._link._arrow::after {
    content: '';
    width: 10px;
    height: 10px;
    border-right: 3px solid #353535;
    border-bottom: 3px solid #353535;
    transform: rotate(-45deg);
    display: inline-block;
    margin-left: 10px;
  }

  .header-nav-link._link._submenu {
    margin-left: -20px;
    padding-left: 20px;
    background: #f7f7f6;
  }

  .header-nav ._sub-wrapper-back {
    display: block;
    margin-top: 10px;
    padding-top: 15px;
    padding-right: 40px;
    padding-bottom: 15px;
    padding-left: 0;
    cursor: pointer;
    font-size: 18px;
  }

  .header-nav ._sub-wrapper-back::before {
    content: '';
    width: 10px;
    height: 10px;
    border-right: 3px solid #353535;
    border-bottom: 3px solid #353535;
    transform: rotate(135deg);
    display: inline-block;
    margin-right: 10px;
  }

  .header-nav ._item.__open > ._sub-wrapper {
    display: block;
  }

  .header-nav ._link {
    display: block;
    padding-top: 15px;
    padding-right: 40px;
    padding-bottom: 15px;
    padding-left: 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    position: relative;
    color: #353535;
  }

  .header-nav ._link:hover,
  .header-nav ._link.__current {
    color: #1690b5;
  }

  .header-nav ._item.__sub-inside > ._link:after {
    display: block;
    content: '';
    width: 8px;
    height: 14px;
    background: url("/local/templates/tweedroom_ru/images/elements/arrows-leftright__black--small.png") -8px 0 no-repeat;
    position: absolute;
    top: 0;
    right: 15px;
    left: auto;
    bottom: 0;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
  }

  .header-nav ._item.__sub-inside > ._link:hover:after,
  .header-nav ._item.__sub-inside > ._link.__current:after {
    background-image: url("/local/templates/tweedroom_ru/images/elements/arrows-leftright__orange--small.png");
  }

  .header-nav ._item.__sub-inside.__open > ._link:after {
    width: 14px;
    height: 8px;
    right: 12px;
    background-position: 0 -8px;
    background-image: url("/local/templates/tweedroom_ru/images/elements/arrows-updown__black--small.png");
  }

  .header-nav ._item.__sub-inside.__open > ._link:hover:after,
  .header-nav ._item.__sub-inside.__open > ._link.__current:after {
    background-image: url("/local/templates/tweedroom_ru/images/elements/arrows-updown__orange--small.png");
  }
}

@media screen and (max-width: 470px) {
  .header-nav-list {
    padding-left: 10px;
  }

  .header-nav ._sub-wrapper {
    padding-left: 10px;
  }
}

@media screen and (min-width: 1051px) and (max-width: 1050px) {
  .header-nav-list > ._item > ._sub-wrapper > ._sub {
    -webkit-columns: none;
    -moz-columns: none;
    columns: none;
    height: auto;
  }
}

.main-banner {
  margin-bottom: 15px;
}

@media screen and (max-width: 1050px) {
  .filter_sort_wrap .filter_sort_title {
    display: none;
  }
}


@media screen and (max-width: 480px) {
  .filter_sort_wrap {display: block;margin-left: 0!important;}
  .filter_sort_wrap .filter_sort_list{
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
  }
  .filter_left_column{
    width: 100%;
    box-sizing: border-box;
  }
  .list-module-links{
    display: none;
  }
}

.index_men_women_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.index_men_women {
  position: relative;
  display: flex;
  vertical-align: top;
  text-align: center;
  width: 595px;
  height: 453px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  background-color: transparent;
  color: #FFF;
}

.index_men_women:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: '';
  display: block;
  z-index: 1;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkMAYAADkANVKH3ScAAAAASUVORK5CYII=") center repeat;
}

.index_men_women__center {
  position: relative;
  margin: auto;
  z-index: 2;
}

.index_men_women.men_bg {
  background-image: url('/local/templates/tweedroom_ru/images/men_link_bg.jpg');
}

.index_men_women.women_bg {
  background-image: url('/local/templates/tweedroom_ru/images/women_link_bg.jpg');
}

.index_men_women__title {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 56px;
  line-height: 56px;
  font-weight: 300;
  margin-bottom: 30px;
}

.index_men_women [data-button],
.main-banner [data-button] {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 18px;
  border-color: #FFF;
  background-color: #FFF;
  color: #000;
  padding: 16px 0px 14px;
  min-width: 128px;
  text-align: center;
}

.main-banner-item {
  position: relative;
  z-index: 0;
}

.main-banner-item-image {
  position: relative;
  overflow: hidden;
}

.main-banner-item-image:before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 37.7%;
}

.main-banner-item-image img {
  position: absolute;
  top: 0;
  right: -1000px;
  left: -1000px;
  bottom: 0;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  width: 100%;
  height: auto;
  display: block;
  max-width: none;
  max-height: none;
}

.main-banner-item-image img[data-cover-image="not-fill"] {
  width: auto;
  height: 100%;
}

.main-banner-item-image:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: '';
  display: block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkMAYAADkANVKH3ScAAAAASUVORK5CYII=") center repeat;
}

.main-banner-item-link {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  z-index: 1;
}

.main-banner-item-content {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: table;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}

.main-banner-item-content-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-top: 0;
  padding-right: 140px;
  padding-bottom: 40px;
  padding-left: 140px;
}

.main-banner-item-button {
  position: relative;
  z-index: 2;
  margin-top: 30px;
}

.main-banner-item-button > a {
  display: inline-block;
  vertical-align: top;
  min-width: 120px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.main-banner-item-button > a:nth-child(2) {
  margin-left: 20px;
}

.main-banner-item-title {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 56px;
  line-height: 59px;
  font-weight: 300;
  color: #fff;
}

.main-banner-item-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  line-height: 28px;
  font-weight: 300;
  color: #fff;
}

html.no-js .main-banner-list {
  overflow: auto;
  white-space: nowrap;
}

html.no-js .main-banner-item {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  width: 100%;
}

html.js .main-banner-list > .main-banner-item ~ .main-banner-item {
  display: none;
}

.main-banner .slick-dots {
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  padding-top: 20px;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 0;
}

.main-banner .slick-dots:hover {
  /*background: rgba(0,0,0,0.2);*/
}

.main-banner .slick-dots li button {
  display: inline-block;
  vertical-align: top;
  background: #122952;
  border-color: transparent;
  width: 11px;
  height: 11px;
  margin: 3px;
}

.main-banner .slick-dots li:hover button,
.main-banner .slick-dots li.slick-active button {
  background: transparent;
  border-color: #122952;
  width: 15px;
  height: 15px;
  margin: 1px;
}

@media screen and (max-width: 1050px) {
  .main-banner .wrapper-content {
    max-width: none;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .main-banner .slick-dots {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .main-banner-item-content-inner {
    padding-bottom: 20px;
  }

  .main-banner-item-button {
    margin-top: 20px;
  }
}

@media screen and (max-width: 600px) {
  .main-banner-item-content-inner {
    padding-right: 30px;
    padding-left: 30px;
  }

  .main-banner .slick-arrow {
    width: 30px !important;
  }
}

.numeric.__mode-1,
.numeric.__mode-2 {
  position: relative;
  z-index: 0;
}

.numeric.__mode-1 .numeric-up,
.numeric.__mode-2 .numeric-up,
.numeric.__mode-1 .numeric-down,
.numeric.__mode-2 .numeric-down {
  position: absolute;
}

.numeric.__mode-1 .numeric-up,
.numeric.__mode-2 .numeric-up,
.numeric.__mode-1 .numeric-down,
.numeric.__mode-2 .numeric-down,
.numeric.__mode-1 .numeric-up:after,
.numeric.__mode-2 .numeric-up:after,
.numeric.__mode-1 .numeric-down:after,
.numeric.__mode-2 .numeric-down:after {
  -webkit-transition-property: opacity, background, color, border-color;
  -o-transition-property: opacity, background, color, border-color;
  -moz-transition-property: opacity, background, color, border-color;
  transition-property: opacity, background, color, border-color;
}

.numeric.__mode-1 .numeric-up:after,
.numeric.__mode-2 .numeric-up:after,
.numeric.__mode-1 .numeric-down:after,
.numeric.__mode-2 .numeric-down:after {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}

.numeric.__mode-1 .numeric-up[disabled],
.numeric.__mode-2 .numeric-up[disabled],
.numeric.__mode-1 .numeric-down[disabled],
.numeric.__mode-2 .numeric-down[disabled],
.numeric.__mode-1 .numeric-up[data-disabled],
.numeric.__mode-2 .numeric-up[data-disabled],
.numeric.__mode-1 .numeric-down[data-disabled],
.numeric.__mode-2 .numeric-down[data-disabled],
.numeric.__mode-1 .numeric-up[disabled]:hover,
.numeric.__mode-2 .numeric-up[disabled]:hover,
.numeric.__mode-1 .numeric-down[disabled]:hover,
.numeric.__mode-2 .numeric-down[disabled]:hover,
.numeric.__mode-1 .numeric-up[data-disabled]:hover,
.numeric.__mode-2 .numeric-up[data-disabled]:hover,
.numeric.__mode-1 .numeric-down[data-disabled]:hover,
.numeric.__mode-2 .numeric-down[data-disabled]:hover,
.numeric.__mode-1 .numeric-up[disabled]:active,
.numeric.__mode-2 .numeric-up[disabled]:active,
.numeric.__mode-1 .numeric-down[disabled]:active,
.numeric.__mode-2 .numeric-down[disabled]:active,
.numeric.__mode-1 .numeric-up[data-disabled]:active,
.numeric.__mode-2 .numeric-up[data-disabled]:active,
.numeric.__mode-1 .numeric-down[data-disabled]:active,
.numeric.__mode-2 .numeric-down[data-disabled]:active {
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity="50");
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
}

.numeric.__mode-1 .numeric-input,
.numeric.__mode-2 .numeric-input,
.numeric.__mode-1 .numeric-input.form-item,
.numeric.__mode-2 .numeric-input.form-item {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.numeric.__mode-1 {
  padding-top: 0;
  padding-right: 31px;
  padding-bottom: 0;
  padding-left: 31px;
}

.numeric.__mode-1 .numeric-up,
.numeric.__mode-1 .numeric-down {
  top: 0;
  bottom: 0;
  border: 1px solid #dededd;
  width: 31px;
  text-align: center;
  font-size: 24px;
  color: #343435;
}

.numeric.__mode-1 .numeric-up:after,
.numeric.__mode-1 .numeric-down:after {
  height: 20px;
  line-height: 20px;
}

.numeric.__mode-1 .numeric-up:hover,
.numeric.__mode-1 .numeric-down:hover {
  border-color: #bebebe;
  background: #eee;
  color: #343435;
  z-index: 2;
}

.numeric.__mode-1 .numeric-up:active,
.numeric.__mode-1 .numeric-down:active {
  border-color: #ababab;
  background: #d6d6d6;
  color: #2f2f30;
  z-index: 2;
}

.numeric.__mode-1 .numeric-up[disabled],
.numeric.__mode-1 .numeric-down[disabled],
.numeric.__mode-1 .numeric-up[data-disabled],
.numeric.__mode-1 .numeric-down[data-disabled] {
  color: #343435;
  border-color: #dededd;
  background: transparent;
}

.numeric.__mode-1 .numeric-up {
  right: 0;
}

.numeric.__mode-1 .numeric-up:after {
  content: '\002b';
}

.numeric.__mode-1 .numeric-down {
  left: 0;
  font-size: 15px;
}

.numeric.__mode-1 .numeric-down:after {
  content: '\2014';
}

.numeric.__mode-1 .numeric-input {
  position: relative;
  z-index: 1;
}

.numeric.__mode-1 .numeric-input input,
.numeric.__mode-1 .numeric-input.form-item input {
  padding-top: 8px;
  padding-bottom: 8px;
  background: #fff;
  color: #343435;
  border-color: #dededd;
  text-align: center;
}

.numeric.__mode-2 {
  padding-top: 0;
  padding-right: 31px;
  padding-bottom: 0;
  padding-left: 0;
}

.numeric.__mode-2 .numeric-up,
.numeric.__mode-2 .numeric-down {
  width: 26px;
  height: 24px;
  top: auto;
  right: 0;
  left: auto;
  bottom: auto;
  border: 0;
  background: #0e5a71;
}

.numeric.__mode-2 .numeric-up:after,
.numeric.__mode-2 .numeric-down:after {
  content: '';
  width: 14px;
  height: 8px;
  background: url("/local/templates/tweedroom_ru/images/elements/numeric-arrows__white.png") 0 0 no-repeat;
  display: block;
  position: absolute;
}

.numeric.__mode-2 .numeric-up:hover,
.numeric.__mode-2 .numeric-down:hover,
.numeric.__mode-2 .numeric-up:active,
.numeric.__mode-2 .numeric-down:active {
  background: #127593;
}

.numeric.__mode-2 .numeric-up:active,
.numeric.__mode-2 .numeric-down:active {
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity="50");
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.numeric.__mode-2 .numeric-up[disabled],
.numeric.__mode-2 .numeric-down[disabled],
.numeric.__mode-2 .numeric-up[data-disabled],
.numeric.__mode-2 .numeric-down[data-disabled] {
  background: #33bce6;
}

.numeric.__mode-2 .numeric-up {
  top: 0;
}

.numeric.__mode-2 .numeric-down {
  bottom: 0;
}

.numeric.__mode-2 .numeric-down:after {
  background-position: 0 -8px;
}

.numeric.__mode-2 .numeric-input input {
  color: #7f7f7e;
}

.page-title {
  color: #353535;
  font-size: 48px;
  line-height: 1.1;
  font-weight: 400;
  /*font-family: Georgia, Times, Times New Roman, serif;*/
}

.page-title-wrapper {
  margin-bottom: 25px;
  margin-top: 25px;
}

.breadcrumbs-wrapper + .page-title-wrapper {
  margin-top: 5px;
}

@media screen and (max-width: 600px) {
  .page-title {
    font-size: 30px;
    font-weight: 400;
  }
}

.pagination {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #dededd;
}

.pagination-item {
  display: inline-block;
  vertical-align: top;
}

.pagination-link {
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: #000;
  padding-top: 22px;
  padding-right: 10px;
  padding-bottom: 22px;
  padding-left: 10px;
  min-width: 70px;
  background: #eee;
  text-align: center;
}

.pagination-link:hover {
  background: #eee;
  color: #0e5a71;
}

.pagination-link.__current {
  color: #fff;
  background: #122952;
}

@media screen and (max-width: 769px) {
  .pagination-link {
    font-size: 16px;
    line-height: 18px;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    min-width: 48px;
  }
}

* + .payments {
  margin-top: 15px;
}

.payments-item {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-right: 8px;
  margin-bottom: 0;
  margin-left: 8px;
}

.payments-item img,
.payments-item a,
.payments-item .fa {
  display: block;
}

.payments-item a {
  text-decoration: none;
}

.payments-item a img {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}

.payments-item a:hover img {
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity="50");
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.popular {
  position: relative;
  margin-bottom: 10px;
}

.popular .slick-dots {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
}

.popular-banner {
  float: left;
  width: 33%;
  text-align: center;
  height: 378px;
  display: block;
  position: relative;
  overflow: hidden;
}

.popular-banner:hover .popular-banner-info:after {
  color: #000;
}

.popular-banner-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

.popular-banner-bg img {
  position: absolute;
  z-index: 1;
  top: -1000px;
  right: -1000px;
  left: -1000px;
  bottom: -1000px;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
}

.popular-banner-bg img[data-cover-image] {
  width: 100%;
  height: auto;
}

.popular-banner-bg img[data-cover-image="not-fill"] {
  width: auto;
  height: 100%;
}

.popular-banner-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  width: 270px;
  height: 270px;
  color: #FFF;
  font-size: 28px;
}

.popular-banner-info:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  bottom: 0;
  right: 0;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  width: 190px;
  height: 190px;
  background: #0e5a71;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popular-banner-info:after {
  content: '\2192';
  color: #FFF;
  /*font-family: Arial, sans-serif;*/
  position: relative;
  z-index: 3;
  font-size: 48px;
  line-height: 20px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.popular-banner-wrapper {
  position: relative;
  z-index: 2;
  font-size: 28px;
  padding-top: 90px;
  padding-right: 10px;
  padding-bottom: 0;
  padding-left: 10px;
  /*font-family: MyriadProCond, Arial, sans-serif;*/
}

.popular-banner-sale {
  color: #000;
  font-weight: 400;
  font-size: 48px;
}

.popular-description {
  float: right;
  width: 66%;
  text-align: center;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  min-height: 378px;
}

.popular-slider {
  height: 310px;
}

.popular-slider-item {
  position: relative;
  display: block;
}

.popular-slider-preview {
  position: relative;
  width: 100%;
  height: 230px;
  margin-bottom: 10px;
}

.popular-slider-preview > * {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: auto;
  margin-right: ;
  margin-bottom: auto;
  margin-left: ;
  max-height: 100%;
  max-width: 100%;
}

.popular-slider-preview > * {
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}

.popular-slider-name {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-height: normal;
  overflow: hidden;
  max-width: 100%;
  font-size: 16px;
  margin-bottom: 3px;
}

.popular-slider-price {
  color: #000;
  margin-bottom: 25px;
}

.popular .catalog-item {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
  margin-left: 0;
}

.popular .catalog-item-title {
  height: 36px;
  overflow: hidden;
}

.popular .catalog-item-inner {
  min-height: 0;
}

.popular .catalog-item-image {
  margin-top: 0;
}

@media screen and (max-width: 769px) {
  .popular-slider {
    height: auto;
  }

  .popular-banner,
  .popular-description {
    float: none;
    width: auto;
    min-height: 0;
  }

  .popular-banner {
    height: 200px;
    overflow: visible;
  }

  .popular-banner-info {
    bottom: auto;
    top: 50%;
    width: 200px;
    height: 200px;
  }

  .popular-banner-info:before {
    width: 140px;
    height: 140px;
  }

  .popular-banner-info:after {
    content: '\2193';
    font-size: 44px;
    margin-top: 10px;
    display: block;
  }

  .popular-banner-wrapper {
    padding-top: 65px;
    font-size: 25px;
  }

  .popular-banner-sale {
    font-size: 44px;
    letter-spacing: -2px;
  }

  .popular-description {
    height: auto;
    padding-top: 375px;
    padding-bottom: 35px;
  }

  .popular-description .slick-dots {
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    margin-top: 15px;
  }

  .popular-description .slick-dots li {
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
  }
}

.product-info {
  position: relative;
  margin-bottom: 16px;
  min-height: 400px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.product-info + .product-info {
  margin-top: -6px;
}

.product-info.__mirror .product-info-item {
  float: right;
}

.product-info.__mirror .product-info-description {
  float: left;
}

.product-info-item {
  float: left;
  width: 33%;
  text-align: center;
  font-size: 24px;
  padding-top: 42px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-left: 10px;
}

.product-info-name {
  margin-bottom: 3px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-height: normal;
  overflow: hidden;
  max-width: 100%;
}

.product-info-price {
  color: #000;
  margin-bottom: 15px;
}

.product-info-description {
  float: right;
  width: 67%;
  position: relative;
  overflow: hidden;
  min-height: 400px;
}

.product-info-description:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkMAYAADkANVKH3ScAAAAASUVORK5CYII=") /* rgba(0, 0, 0, 0.1) */;
  z-index: 2;
}

.product-info-fond {
  position: absolute;
  z-index: 1;
  top: -1000px;
  right: -1000px;
  left: -1000px;
  bottom: -1000px;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
}

.product-info-fond[data-cover-image] {
  width: 100%;
  height: auto;
}

.product-info-fond[data-cover-image="not-fill"] {
  width: auto;
  height: 100%;
}

.product-info-wrapper {
  color: #fff;
  position: relative;
  z-index: 3;
  padding-top: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
}

.product-info-preview {
  position: relative;
  width: 260px;
  height: auto;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  max-width: 100%;
}

.product-info-preview:before {
  padding-top: 100%;
  content: '';
  display: block;
}

.product-info-preview img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

@media screen and (max-width: 1050px) {
  .product-info .product-info-description,
  .product-info.__mirror .product-info-description,
  .product-info .product-info-item,
  .product-info.__mirror .product-info-item {
    float: none;
    width: auto;
    display: block;
  }
}

.page-title-wrapper + .productcard {
  margin-top: -10px;
}

.productcard-top {
  background: #fff;
  padding-right: 0;
  padding-left: 0;
  position: relative;
}

.productcard-top-content {
  display: table;
  width: 100%;
}

.productcard-top-content > * {
  display: table-cell;
  vertical-align: top;
  /*padding-top: 20px;*/
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.productcard-top-content .productcard-big-image {
  width: 340px;
}

.productcard-previews {
  vertical-align: top;
  padding-top: 0;
  padding-bottom: 0;
  width: 118px;
  min-width: 118px;
  padding-left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.productcard-previews-list {
  width: 95px;
  padding-left: 20px;
}

.productcard-previews-list.slick-slider {
  padding-bottom: 10px;
  padding-left: 0;
}

.productcard-previews-list.slick-slider .slick-list {
  padding-left: 20px;
}

.productcard-previews-list .slick-arrow {
  left: 20px;
  width: 75px;
  height: 30px;
  background-color: transparent;
}

.productcard-previews-list .slick-arrow:after {
  background-image: url("/local/templates/tweedroom_ru/images/elements/slider-arrows--black__vertical--small.png");
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity="50");
  filter: alpha(opacity=50);
  opacity: 0.5;
  width: 28px;
  height: 15px;
}

.productcard-previews-list .slick-arrow:hover:after {
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity="100");
  filter: alpha(opacity=100);
  opacity: 1;
}

.productcard-previews-list .slick-arrow:active:after {
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity="20");
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.productcard-previews-list .slick-next:after {
  background-position: 0 -15px;
}

.productcard-previews-prev,
.productcard-previews-next {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  width: 70px;
  height: auto;
  z-index: 1;
  display: none;
}

.productcard-previews-prev:after,
.productcard-previews-next:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  width: 30px;
  height: 56px;
  background: url("/local/templates/tweedroom_ru/images/elements/productcard-arrows.png") 0 0 no-repeat;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity="50");
  filter: alpha(opacity=50);
  opacity: 0.5;
  content: '';
}

.productcard-previews-prev:hover:after,
.productcard-previews-next:hover:after {
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity="100");
  filter: alpha(opacity=100);
  opacity: 1;
}

.productcard-previews-prev:active:after,
.productcard-previews-next:active:after {
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity="20");
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.productcard-previews-prev {
  left: 0;
}

.productcard-previews-prev:after {
  background-position: 0 0;
}

.productcard-previews-next {
  right: 0;
}

.productcard-previews-next:after {
  background-position: -30px 0;
}

.productcard-info {
  padding-right: 0;
  padding-left: 55px;
}

.productcard-preview,
.productcard-preview.slick-slide {
  /*border: 1px solid #dededd;*/
  margin-top: 3px;
  margin-bottom: 3px;
  display: block;
  position: relative;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity="80");
  filter: alpha(opacity=80);
  opacity: 0.8;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.productcard-preview:before {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left: -21px;
  bottom: -1px;
  width: 0;
}

.productcard-preview-image {
  display: block;
  position: relative;
}

.productcard-preview-image:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.productcard-preview-image img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  max-width: 100%;
  max-height: 100%;
}

.productcard-preview:hover {
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity="100");
  filter: alpha(opacity=100);
  opacity: 1;
}

.productcard-preview.__current {
  cursor: default;
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity="100");
  filter: alpha(opacity=100);
  opacity: 1;
}

.productcard-preview.__current:before {
  width: 5px;
  background: #122952;
}

.productcard-big-image .preloader {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.productcard-big-image-block {
  width: 340px;
  height: 340px;
  position: relative;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  display: block;
  z-index: 0;
}

.productcard-big-image-block img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  max-width: 100%;
  max-height: 100%;
}

.productcard-big-image-block:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  background: transparent;
}

.productcard-big-image-block.__loading:after {
  background: rgba(255, 255, 255, 0.3);
}

.productcard-big-image a {
  -webkit-transition-property: -webkit-filter;
  transition-property: -webkit-filter;
  -o-transition-property: filter;
  -moz-transition-property: filter;
  transition-property: filter;
  transition-property: filter, -webkit-filter;
}

.productcard-big-image a:hover {
  -webkit-filter: contrast(1.2);
  filter: contrast(1.2);
}

.productcard-detail-tabs-content {
  margin-top: 0;
  /*margin-right: -20px;*/
  margin-bottom: 0;
  /*margin-left: -20px;*/
  position: relative;
  overflow: auto;
  white-space: nowrap;
}

.productcard-detail-tabs-content:before,
.productcard-detail-tabs-content:after {
  position: absolute;
  content: '';
  display: block;
  right: 20px;
  left: 20px;
  height: 1px;
  background: #dededd;
}

.productcard-detail-tabs-content:before {
  top: 0;
  display: none;
}

.productcard-detail-tabs-content:after {
  bottom: 0;
}

.productcard-detail-tab {
  display: inline-block;
  vertical-align: top;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 21px;
  line-height: 25px;
  color: #000;
  position: relative;
}

.productcard-detail-tab ~ .productcard-detail-tab {
  margin-left: 10px;
}

.productcard-detail-tab:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  width: auto;
  height: 0;
  background: #122952;
  z-index: 1;
}

.productcard-detail-tab.__current,
.productcard-detail-tab:hover {
  color: #000;
}

.productcard-detail-tab.__current:after,
.productcard-detail-tab:hover:after {
  height: 5px;
}

.productcard-detail-page {
  margin-top: 15px;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 0;
}

.productcard-type {
  font-size: 12px;
  line-height: 16px;
  color: #a3a3a3;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.productcard-label {
  display: inline-block;
  vertical-align: top;
}

.productcard-label-block,
.productcard-label-text,
.productcard-label-date {
  display: inline-block;
  vertical-align: middle;
}

.productcard-label-block {
  margin-right: 8px;
}

.productcard-label-text {
  color: #ed1c24;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  margin-right: 8px;
}

.productcard-label-date {
  font-size: 15px;
  line-height: 18px;
  color: #858585;
}

.productcard-security {
  margin-top: 30px;
  margin-right: 0;
  margin-bottom: 30px;
  margin-left: 0;
}

.productcard-price {
  display: inline-block;
  vertical-align: top;
  color: #000;
  font-size: 30px;
  line-height: 61px;
  font-weight: 400;
  margin-bottom: 20px;
  /*font-family: 'Roboto Condensed', sans-serif;*/
}

.productcard-price-new {
  font-weight: 500;
  color: #ed1c24;
  line-height: 1.4em;
}

.productcard-price-old {
  //font-weight: 500;
  font-size: 22px;
  line-height: 15px;
  text-decoration: line-through;
}

.productcard-buy {
  display: block;
  vertical-align: top;
}

.productcard-buy a {
  height: 60px;
  font-size: 20px;
  font-weight: 500;
  padding-left: 30px;
  padding-right: 30px;
}

.productcard-count {
  width: 118px;
}

.productcard-reviews-form {
  margin-bottom: 30px;
}

.productcard-reviews-form-buttons > *,
.productcard-reviews-form-buttons > *[data-button] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}

.info_for {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 14px;
  color: #000;
  padding: 0px;
  border: #c6c6c6 solid 3px;
  margin-top: 25px;
  text-align: left;
}

.info_for.w_old {
  margin-top: 0px;
}

.info_for > div {
  display: block;
  padding: 0px 6px 0px 0px;
  color: #353535;
  font-size: 30px;
  line-height: 50px;
  font-weight: 500;
  border-bottom: #c6c6c6 solid 1px;
}

.info_for > div:last-child {
  border-bottom: none;
}

.info_for span {
  display: inline-block;
  vertical-align: top;
  padding: 13px;
  background-color: #353535;
  background-repeat: no-repeat;
  background-position: 5px 3px;
  color: #FFF;
  width: 120px;
  height: 50px;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  border-right: #c6c6c6 solid 1px;
  margin-right: 6px;
}

.info_for span.icon_age {
  padding-left: 50px;
  background-image: url('/local/templates/tweedroom_ru/images/icon_age.png');
}

.info_for span.icon_for_weight {
  padding-left: 50px;
  background-image: url('/local/templates/tweedroom_ru/images/icon_for_weight.png');
  background-position: 7px 6px;
}

.info_for span.icon_weight_samokat {
  padding-left: 50px;
  background-image: url('/local/templates/tweedroom_ru/images/icon_weight_samokat.png');
  background-position: 13px 7px;
}

.info_for_desc {
  font-size: 14px;
  line-height: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1050px) {
  .productcard-top-content {
    display: block;
    position: relative;
    padding-bottom: 134px;
  }

  .productcard-big-image {
    float: left;
    display: block;
    width: 100%;
    padding-right: 295px;
    margin-right: -275px;
  }

  .productcard-big-image-block {
    position: relative;
    width: auto;
    height: auto;
  }

  .productcard-big-image-block:before {
    padding-top: 100%;
    content: '';
    display: block;
  }

  .productcard-big-image-block img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
  }

  .productcard-info {
    float: right;
    display: block;
  }

  .productcard-previews {
    display: block;
    position: absolute;
    right: 275px;
    left: 0;
    bottom: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    width: auto;
    max-width: none;
  }

  .productcard-previews-list {
    width: auto;
  }

  .productcard-previews-list.slick-slider {
    padding-top: 0;
    padding-right: 22px;
    padding-bottom: 0;
    padding-left: 22px;
  }

  .productcard-previews-list.slick-slider .slick-list {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .productcard-previews-list .slick-arrow {
    width: 30px;
    height: auto;
    top: 0;
    right: auto;
    left: auto;
    bottom: 20px;
  }

  .productcard-previews-list .slick-arrow:after {
    background-image: url("/local/templates/tweedroom_ru/images/elements/slider-arrows--black--small.png");
    width: 15px;
    height: 28px;
  }

  .productcard-previews-list .slick-prev {
    left: 0;
  }

  .productcard-previews-list .slick-prev:after {
    background-position: 0 0;
  }

  .productcard-previews-list .slick-next {
    right: 0;
  }

  .productcard-previews-list .slick-next:after {
    background-position: -15px 0;
  }

  .productcard-preview {
    height: auto;
  }

  .productcard-preview,
  .productcard-preview.slick-slide {
    margin-top: 0;
    margin-right: 8px;
    margin-bottom: 0;
    margin-left: 8px;
  }

  .productcard-preview:before {
    top: auto;
    right: -1px;
    left: -1px;
    bottom: -21px;
  }

  .productcard-preview.__current:before {
    width: auto;
    height: 5px;
  }

  .productcard-detail-tabs-content {
    overflow: visible;
    white-space: normal;
  }

  .productcard-detail-tabs-content:after {
    display: none;
  }

  .productcard-detail-tab {
    display: block;
    font-size: 24px;
    line-height: 1;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 60px;
    overflow: hidden;
  }

  .productcard-detail-tab:after,
  .productcard-detail-tab:hover:after,
  .productcard-detail-tab.__current:after {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    right: 10px;
    left: auto;
    bottom: 0;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -moz-transition: transform 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
    -webkit-transition-property: background, -webkit-transform;
    transition-property: background, -webkit-transform;
    -o-transition-property: background, -o-transform;
    -moz-transition-property: transform, background, -moz-transform;
    transition-property: transform, background;
    transition-property: transform, background, -webkit-transform, -moz-transform, -o-transform;
  }

  .productcard-detail-tab:after {
    background: url("/local/templates/tweedroom_ru/images/icons/cross.png") center no-repeat;
  }

  .productcard-detail-tab:hover:after,
  .productcard-detail-tab.__current:after {
    background-image: url("/local/templates/tweedroom_ru/images/icons/cross__current.png");
  }

  .productcard-detail-tab.__current:after {
    background-image: url("/local/templates/tweedroom_ru/images/icons/cross__current--rotate.png");
  }

  html.modernizr-csstransforms .productcard-detail-tab.__current:after {
    background-image: url("/local/templates/tweedroom_ru/images/icons/cross__current.png");
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  .productcard-detail-tab,
  .productcard-detail-tab ~ .productcard-detail-tab {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .productcard-detail-tab ~ .productcard-detail-tab {
    border-top: 1px solid #e5e5e5;
  }

  .productcard-detail-page {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 25px;
    padding-right: 0;
    padding-bottom: 25px;
    padding-left: 0;
    border-top: 1px solid #e5e5e5;
  }
}

@media screen and (max-width: 769px) {
  .productcard-top-content {
    padding-bottom: 0;
    display: flex;
    flex-direction: column-reverse;
  }
  .productcard-previews{
    position: relative;
  }
  .productcard-previews:before{
    padding-top: 0!important;
  }

  .productcard-info {
    float: none;
    display: block;
    width: auto;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    border-top: 1px solid #e5e5e5;
    order: -1;
  }

  .productcard-big-image {
    padding-right: 20px;
    marign-right: 0;
    float: none;
  }

  .productcard-previews {
    top: 0;
    right: 0;
    left: 0;
    bottom: auto;
  }

  .productcard-previews:before {
    padding-top: 100%;
    content: '';
    display: block;
  }

  .productcard-previews-list {
    overflow: hidden;
  }

  .productcard-previews-list,
  .productcard-previews-list.slick-slider {
    margin-right:0px;
    margin-left:0px;
    padding-right: 42px;
    padding-left: 42px;
  }

  .productcard-previews-list .slick-list {
    overflow: visible;
  }

  .productcard-previews-list .slick-arrow {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP8PxMAAp0BmiC7I60AAAAASUVORK5CYII=") center repeat;
    width: 42px;
  }

  .productcard-previews-list .slick-arrow:after {
    display: none;
  }

  .productcard-previews ~ .productcard-big-image {
    /*margin-bottom: 130px;*/
  }
  .productcard-detail{
    margin-top: 0!important;
  }
}

@media screen and (max-width: 470px) {
  .productcard-previews ~ .productcard-big-image {
    /*  margin-bottom: 40%; */
  }

  .productcard-previews-list,
  .productcard-previews-list.slick-slider {
    margin-right: -10px;
    margin-left: -10px;
    padding-right: 32px;
    padding-left: 32px;
  }

  .productcard-previews-list .slick-arrow {
    width: 32px;
  }

  .productcard-preview,
  .productcard-preview.slick-slide {
    margin-right: 4px;
    margin-left: 4px;
  }

  .productcard-info {
    margin-right: -10px;
    margin-left: -10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .productcard-detail-page {
    /*padding-right: 10px;
    padding-left: 10px;*/
  }

  .productcard-detail-tab {
    padding-right: 60px;
    padding-left: 10px;
  }

  .productcard-detail-tabs-content {
    margin-right: -10px;
    margin-left: -10px;
    padding-right: 0;
    padding-left: 0;
  }
}

.products-more {
  border-top: 1px solid #dededd;
  margin-bottom: 60px;
}

.products-more ~ .products-more {
  border-top: 0;
}

.products-more ~ .products-more .products-more-inner {
  border-top: 1px solid #dededd;
}

.products-more-inner {
  padding-top: 35px;
}

.products-more .products-more-title {
  margin-bottom: 35px;
}

@media screen and (max-width: 600px) {
  .products-more .products-more-title {
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
    font-size: 30px;
    margin-bottom: 10px;
  }

  .popular-description {
    padding-top: 310px;
  }
}

.review {
  padding-left: 48px;
  position: relative;
  margin-bottom: 30px;
}

.review-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
}

.review-image img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  max-width: 100%;
  max-height: 100%;
}

.review-title,
.review-date {
  display: inline-block;
  vertical-align: middle;
}

.review-title {
  font-size: 18px;
  line-height: 24px;
  min-width: 180px;
  margin-right: 20px;
  color: #343435;
}

.review-date {
  font-size: 15px;
  line-height: 18px;
  color: #858585;
}

.review-top {
  padding-top: 2px;
  margin-bottom: 15px;
}

.review-text p {
  margin-bottom: 0;
}

.review-text * + p {
  margin-top: 34px;
}

.review-links {
  margin-top: 10px;
}

.site-info-text {
  width: 66.6%;
  padding-right: 20px;
  padding-top: 30px;
  float: left;
}

.site-info-banner {
  width: 33.3%;
  float: right;
  position: relative;
  z-index: 0;
  /*font-family: 'MyriadProCond', Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;*/
}

.site-info-banner-image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  margin-bottom: 10px;
}

.site-info-banner-image:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkqAcAAIUAgUW0RjgAAAAASUVORK5CYII=") center repeat;
}

.site-info-banner-image img {
  position: absolute;
  top: -1000px;
  right: -1000px;
  left: -1000px;
  bottom: -1000px;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  max-width: none;
  max-height: none;
  width: auto;
  height: 100%;
}

.site-info-banner-image img[data-cover-image="not-fill"] {
  width: 100%;
  height: auto;
}

.site-info-banner-content {
  display: table;
  width: 100%;
  min-height: 475px;
  text-align: center;
  font-size: 28px;
  line-height: 40px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  color: #fff;
}

.site-info-banner-content-inner {
  display: table-cell;
  vertical-align: middle;
  padding-top: 50px;
  padding-right: 65px;
  padding-bottom: 50px;
  padding-left: 65px;
}

.site-info-note {
  font-size: 18px;
  line-height: 30px;
  margin-top: 28px;
}

.site-info-text-more {
  margin-top: 30px;
  display: none;
  text-align: center;
}

@media screen and (max-width: 1050px) {
  .site-info-text,
  .site-info-banner {
    float: none;
  }

  .night_block_fixed {
    right: 115px;
  }

  .site-info-text {
    width: 100%;
    padding-right: 0;
    margin-bottom: 55px;
  }

  .site-info-banner {
    width: 100%;
  }

  .site-info-banner-content {
    min-height: 0;
  }

  .site-info-banner-content-inner {
    padding-top: 40px;
    padding-right: 35px;
    padding-bottom: 40px;
    padding-left: 35px;
  }
}

@media screen and (max-width: 600px) {
  .site-info-text-detail {
    max-height: 170px;
    overflow: hidden;
  }

  .night_block_fixed {
    right: 100px;
  }

  .site-info-text.__maximize .site-info-text-detail {
    max-height: none;
    overflow: visible;
  }

  .site-info-text-more {
    display: block;
  }

  .site-info-text-more-button:after {
    content: attr(data-label);
  }

  .site-info-text.__maximize .site-info-text-more-button:after {
    content: attr(data-maximized-label);
  }
}

.social-links {
  margin-top: 0;
  margin-right: -10px;
  margin-bottom: -5px;
  margin-left: -10px;
}

.social-links-item {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  position: relative;
  color: #fff;
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.social-links-item:before {
  width: 36px;
  height: 36px;
  position: absolute;
  top: -100px;
  right: 0;
  left: 0;
  bottom: -100px;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  content: '';
  background: rgba(50, 50, 50, 0.3);
  -webkit-transition-property: background;
  -o-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.social-links-item img,
.social-links-item .fa {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}

.social-links-item img {
  max-width: 80%;
  max-height: 80%;
}

.social-links-item .fa {
  font-size: 18px;
  line-height: 22px;
  height: 22px;
  text-align: center;
}

.social-links-item:hover {
  color: #fff;
}

.social-links-item:hover:before {
  background: rgba(50, 50, 50, 0.5);
}

.social-links-item.__facebook:before {
  background: #537bbd;
}

.social-links-item.__facebook:hover:before {
  background: #3c619d;
}

.social-links-item.__vk:before {
  background: #5f90af;
}

.social-links-item.__vk:hover:before {
  background: #487490;
}

.subscribe {
  background: #e8e6e7;
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 55px;
  padding-left: 40px;
}

.subscribe-wrapper {
  margin-bottom: 35px;
}

* + .subscribe-wrapper {
  margin-top: 40px;
}

.subscribe-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 20px;
  text-align: center;
}

.subscribe-form {
  text-align: center;
}

.subscribe-form .form-item,
.subscribe-form .form-submit {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 5px;
}

.subscribe-form .form-item {
  width: 534px;
}

.subscribe-form .form-item input {
  font-family: 'Open Sans', sans-serif;
  border: 0;
}

.subscribe-form .form-item input:hover {
  background: #fafafa;
}

.subscribe-form .form-item input:focus {
  background: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.productcard-detail {
  margin-top: 20px;
}

@media screen and (max-width: 769px) {
  .subscribe-form .form-item {
    width: 100%;
  }

  .subscribe-form .form-submit {
    margin-top: 30px;
  }
}

@media screen and (max-width: 600px) {
  .subscribe {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  }

  .subscribe-title {
    font-size: 28px;
  }
}

@-moz-keyframes cssload-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes cssload-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.catalog-item-parameters {
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity="0");
  filter: alpha(opacity=0);
  opacity: 0;
  font-size: 15px;
  color: #7f7f7e;
  padding-top: 5px;
}

.catalog-item-weight span {
  color: #636365;
  font-weight: 500;
}

.catalog-item-protection {
  float: left;
  padding-top: 5px;
}

.catalog-item-protection span {
  color: #636365;
  font-weight: 500;
}

.catalog-item-reviews {
  float: right;
}

.catalog-item-reviews span {
  color: #0e5a71;
}

.catalog-item-parameters::after {
  content: '';
  display: table;
  clear: both;
}

.catalog-item-inner:hover .catalog-item-buy,
.catalog-item-inner:hover .catalog-item-parameters {
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity="100");
  filter: alpha(opacity=100);
  opacity: 1;
}

.deep-deep {
  margin: 10px 0 0 10px;
}

.deep-deep-item {
  margin: 5px 0 0;
}

@media screen and (min-width: 1050px) {
  .header-nav-item > .header-nav-sub-wrapper > .header-nav-sub > .deep-deep-item > span > span.header-nav-label,
  .header-nav-item > .header-nav-sub-wrapper > .header-nav-sub > .deep-deep-item > a > span.header-nav-label {
    position: relative;
    font-weight: 500;
    font-size: 18px !important;
    line-height: 18px;
  }

  .header-nav-item > .header-nav-sub-wrapper > .header-nav-sub > .deep-deep-item > span > span,
  .header-nav-item > .header-nav-sub-wrapper > .header-nav-sub > .deep-deep-item > a:hover > span {
    color: #f0a77c;
    text-decoration: underline;
  }

  .deep-deep-item span.header-nav-label {
    font-size: 14px !important;
    line-height: 14px;
  }

  .header-nav-list > .header-nav-item > .header-nav-sub-wrapper > .header-nav-sub > .deep-deep-item {
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 4);
    padding: 0px 1%;
    /*display: block;
    padding:0px 10px;*/
  }
}

.deep-deep-item span.header-nav-label {
  font-size: 16px;
}

/* ********** NEW HEADER ********** */

.header__dark {
  background-color: #55575b;
  background-color: #122952;
  height: 60px;
  margin-bottom: 15px;
  position: relative;
}

.header__dark .wrapper-content {
  position: relative;
}

.header__logo {
  position: absolute;
  top: 6px;
}

.header__nav {
  /*    position: absolute;
  top: 0;
  left: 245px;
  left: 210px;*/
  position: relative;
  top: 0;
  margin-left: 210px;
}

.header__nav .header-nav-item > a.header-nav-link,
.header__nav .header-nav-item > span.header-nav-link {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  padding: 20px !important;
}

/*.header__nav .header-nav-item > span.header-nav-link{*/
/*color: #fff !important;*/
/*}*/

.header__nav .header-nav-item:hover > a.header-nav-link,
.header__nav .header-nav-item > .header-nav-link.__current,
.header__nav .header-nav-item.child_selected_tweed > a.header-nav-link {
  background-color: #fff;
  color: #000;
}

.header__nav .header-nav-sub-wrapper {
  border: 0 !important;
}

.header__search {
  position: absolute;
  top: 18px;
  right: 240px;
}

.header__search .search_form_mobile-input {
  display: inline-block;
  display: none;
}

.header__search input[type="text"] {
  display: block;
  width: 100%;
  min-width: 175px;
  border: 0;
  outline: 0;
  padding: 4px 7px;
  height: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.header__search button {
  background: transparent url('/local/templates/tweedroom_ru/images/magnifying-glass.svg') 0px 0px no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
  border: 0;
  outline: 0;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}

.header__search button:hover {
  opacity: .8;
}

.header__basket {
  position: absolute;
  top: 18px;
  right: 200px;
  width: 19px;
  height: 24px;
  background: transparent url('/local/templates/tweedroom_ru/images/shopping-bag.svg') 0px 0px no-repeat;
  background-size: 100%;
}

.header__basket:hover {
  opacity: .8;
}

.header__basket a {
  color: #000;
  display: block;
  height: 100%;
}

.header__basket span {
  position: absolute;
  right: -15px;
  top: -5px;
  width: 18px;
  padding: 2px 0;
  height: 16px;
  background: #fff;
  border-radius: 25px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.header__auth {
  position: absolute;
  top: 10px;
  right: 15px;
}

.header__auth .header-auth-item {
  font-size: 14px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}

.header__auth .header-auth-item:first-child {
  border-right: 1px solid #fff;
  padding-right: 5px;
}

.header__auth .header-auth-item a {
  color: #fff;
  font-weight: 400;
}

.header__auth .header-auth-item a:hover {
  text-decoration: underline;
}

.header__lang {
  position: absolute;
  top: 32px;
  right: 15px;
}

.header__lang:hover .header-lang-list {
  display: block;
}

.header__lang > .header-lang-current .header-lang-item-label {
  color: #fff
}

.header__lang .header-lang-current .header-lang-item {
  padding: 0;
}

.header__lang .header-lang-item-icon img {
  width: 20px;
}

.header__lang .header-lang-current:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  bottom: 0;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #fff;
}

.header__nav .header-nav-item > .header-nav-sub-wrapper {
  left: 0px;
  /*width: 100%;*/
  width: calc(100%);
  min-height: 365px;
  padding-left: 20px;
  min-height: 365px;
  box-shadow: 0 9px 10px rgba(0,0,0,0.2);
}
.header_nav_active .header-nav-item > .header-nav-sub-wrapper{
  box-shadow: none!important;
}

.header__nav .header-nav-item > .header-nav-sub-wrapper > .header-nav-sub {
  margin: 0;
}

.header__nav .header-nav-sub-wrapper .deep-deep-item {
  width: auto !important;
  padding-top: 5px;
  margin-top: 0;
}

.header__nav .header-nav-sub-wrapper .deep-deep-item:first-child {
  padding-left: 0 !important;
}

.header__nav .header-nav-sub-wrapper .deep-deep-item > .header-nav-link {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.header__nav .header-nav-sub-wrapper .deep-deep-item:hover > .header-nav-link,
.header__nav .header-nav-sub-wrapper .deep-deep-item:first-child > .header-nav-link {
  text-decoration: underline;
}

.header__nav .header-nav-sub-wrapper .deep-deep-item .header-nav-sub-wrapper {
  position: absolute;
  display: none;
  left: 0;
  padding-top: 15px;
  border-bottom: none !important;
  width: 100%;
}

.header__nav .deep-deep {
  margin-left: 0;
}

.header__nav .deep-deep .deep-deep {
  width: fit-content;
  display: table;
  margin-top: 5px;
}

.header__nav .header-nav-sub-wrapper .deep-deep-item:hover .header-nav-sub-wrapper,
.header__nav .header-nav-sub-wrapper .deep-deep-item:first-child .header-nav-sub-wrapper {
  display: block;
}

.header__nav .header-nav-sub-wrapper .deep-deep-item .header-nav-sub .deep-deep-item:first-child > .header-nav-link {
  text-decoration: none;
  background-color: #eee;
}

.header__nav .header-nav-sub-wrapper .deep-deep-item .header-nav-sub .deep-deep-item:hover > .header-nav-link {
  text-decoration: underline;
}

.header__nav .header-nav-sub-wrapper .deep-deep-item .header-nav-sub .deep-deep-item > .header-nav-link {
  text-decoration: none !important;
  font-weight: 400;
  padding: 4px 13px;
  text-transform: none;
  display: block;
  width: 188px;
}

.header__nav .header-nav-sub-wrapper .deep-deep-item .header-nav-sub .deep-deep-item > .header-nav-link:hover {
  /*.header__nav .header-nav-sub-wrapper .deep-deep-item .header-nav-sub .deep-deep-item  > .header-nav-link.__current*/
  background-color: #eee;
  text-decoration: none;
}

.subnav_item__info {
  display: none;
  position: absolute;
  width: 859px;
  top: 0;
  left: 100%;
  padding-left: 20px;
}

.header__nav .header-nav-sub-wrapper .deep-deep-item:hover > .subnav_item__info,
.header__nav .header-nav-sub-wrapper .deep-deep-item .header-nav-sub .deep-deep-item:first-child > .subnav_item__info {
  display: block;
}

.subnav_item__img_1 {
  display: inline-block;
  vertical-align: top;
  max-width: 250px;
}

.subnav_item__title {
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 30px;
}

.subnav_item__description {
  display: inline-block;
  vertical-align: top;
  max-width: 280px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  padding: 0 10px;
}

.subnav_item__img_2 {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: -50px;
  right: 0;
}

.header_subnav__layer {
  display: none;
  position: absolute;
  background: #fff;
  width: 100%;
  top: 100%;
  min-height: 366px;
  border-bottom: 1px solid #abaaa2;
  z-index: 10;
}

@media (max-width: 1024px) {
  .header__dark {
    height: auto;
    padding: 15px 0;
    margin-bottom: 7px;
  }

  .header__nav,
  .header__logo,
  .header__search,
  .header__basket,
  .header__lang {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    left: auto;
    right: auto;
    top: auto;
  }

  .mobile__floater {
    float: right;
  }

  .header_subnav__layer {
    display: none !important;
  }

  .header__nav {
    margin-right: 12px;
    margin-left: 0;
  }

  .header__nav .header-nav-button {
    width: 27px;
    height: 21px;
    margin: 0;
  }

  .header__nav .header-nav-button:before {
    background: url(/local/templates/tweedroom_ru/images/list-menu.svg) center no-repeat;
    background-size: 100%;
    width: 27px;
    height: 21px;
  }

  .header__nav .header-nav-button:after {
    background: url(/local/templates/tweedroom_ru/images/close.svg) center no-repeat;
    background-size: 100%;
    z-index: 9;
  }

  .header__nav .header-nav-link._link._arrow::after {
    display: none;
  }

  .header__nav .header-nav-item > a.header-nav-link {
    color: #000;
    padding: 0 5px !important;
    font-size: 16px;
    display: inline-block;
  }

  .header__nav .header-nav-item > span.header-nav-link {
    color: #000 !important;
  }

  .header__nav .header-nav-item > .header-nav-sub-wrapper {
    left: auto;
    width: 100%;
    min-height: auto;
    position: relative;
    border-bottom: 0 !important;
    padding-bottom: 10px;
  }

  .header__nav .header-nav-sub-wrapper .deep-deep-item .header-nav-sub-wrapper {
    position: relative;
    padding: 0;
  }

  .header__nav .header-nav-sub-wrapper .deep-deep-item > .header-nav-link {
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 0;
    display: inline-block;
  }

  .header__nav .deep-deep {
    margin-top: 0;
  }

  .header__nav .header-nav-sub-wrapper .deep-deep-item {
    margin-left: 10px;
  }

  .header__nav .header-nav-sub-wrapper .deep-deep-item .header-nav-sub .deep-deep-item > .header-nav-link {
    padding: 2px 5px;
    line-height: 15px;
  }

  .header__nav .header-nav-item .header-nav-sub-wrapper {
    display: none;
  }

  .header__nav .header-nav-item:first-child .header-nav-sub-wrapper {
    display: block;
  }

  .header__nav .header-nav-item .deep-deep-item:first-child .header-nav-sub-wrapper {
    display: none;
  }

  .header__nav .header-nav-item:first-child .deep-deep-item:first-child .header-nav-sub-wrapper {
    display: block;
  }

  .header__nav .header-nav-item:first-child .header-nav-sub-wrapper .deep-deep-item .header-nav-sub-wrapper {
    display: block;
  }

  .header__nav .header-nav-item:first-child .header-nav-sub-wrapper .deep-deep-item:first-child .header-nav-sub-wrapper {
    display: block;
  }
  .header__nav .header-nav-sub-wrapper .deep-deep-item .header-nav-sub .deep-deep-item:first-child  > .header-nav-link {
    text-decoration: none;
    background: none;
  }
  .subnav_item__info {
    display: none !important;
  }

  .header__logo {
    width: 123px!important;
    height: 21px;
    top: -6px!important;
    /*margin-right: 15px;*/
  }

  .header__search {
    margin-right: 5px;
  }

  .header__search button {
    display: none;
  }

  .header__search .search_form_mobile-input {
    display: none;
    top: 0;
    right: 100% !important;
    left: auto !important;
    margin-right: 0;
  }

  .header__search .search_form_mobile-input input {
    /*width: 195px !important;*/
    height: 22px;
  }

  .header__search .search_form_mobile-submit {
    background: transparent url('/local/templates/tweedroom_ru/images/magnifying-glass.svg') 0px 0px no-repeat;
    background-size: 100%;
    width: 21px;
    height: 21px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: auto;
    margin-left: 10px;
  }

  .header__basket {
    background: transparent url('/local/templates/tweedroom_en/images/shopping-bag.svg') 0px 0px no-repeat;
    background-size: 100%;
    width: 17px;
    height: 21px;
    margin-right: 5px;
  }

  .header__auth {
    display: none;
  }

  .header__lang {

  }

  .header__lang .header-lang-current .header-lang-item-icon,
  .header__lang .header-lang-item-label span {
    display: none;
  }

  .header__lang .header-lang-current:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
  }
}

@media (max-width: 380px) {
  .header__logo {
    margin-right: 0;
  }
}

@media (max-width: 318px) {
  .header__lang {
    display: none;
  }

}

/* ********** NEW HEADER ********** */

.productcard-size-wr .ui-selectmenu-wrapper {
  float: left;
  margin-right: 10px;
  width: 200px !important;
  margin-bottom: 20px;
}

.productcard-size-wr .ui-selectmenu-button {
  width: 200px !important;
}

.productcard-size-wr .ui-selectmenu-wrapper {
  height: 60px;
  line-height: 60px;
  border: 1px solid #000;
  color: #b4b4b4;
}

.productcard-size-wr .ui-selectmenu-text {
  padding: 0 0 0 15px !important;
}

.productcard-size-wr .ui-selectmenu-button span.ui-icon {
  right: 5px;
}

.productcard-size-wr .ui-selectmenu-button span.ui-icon:after {
  border-top: 6px solid #000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.productcard-size-wr .ui-selectmenu-open,
.productcard-size-wr .ui-menu {
  max-height: 1000px !important;
  height: auto !important;
}

.productcard-size-wr .ui-selectmenu-open {
  border-bottom: 0 none !important;
}

.productcard-size-wr .ui-menu {
  border: 1px solid #000;
  border-top: 1px solid #fff;
  margin-top: -2px;
  margin-left: -1px;
  color: #b4b4b4 !important;
}

.productcard-size-wr .ui-menu .ui-menu-item {
  padding-top: 1px;
  padding-bottom: 1px;
}

html.header_nav_active .blackout,
html.header_nav_active body,
html.header_nav_active {
  /*overflow: hidden;*/
  /*position: fixed;*/
}

.about-shoes h1{
  font-size: 36px;
  line-height: 24px;
  color: #000;
  font-weight: 400;
  text-align: center;
  line-height: 42px;
}
.slick-list{
  /*  height: auto!important;*/
}






/* статейный css*/
div.news-detail
{
  word-wrap: break-word;
}
div.news-detail img.detail_picture
{
  float:left;
  margin:0 8px 6px 1px;
}
.news-date-time
{
  color:#486DAA;
}
.text-center {
  text-align: center;
}

.article-wrapper .header-image {
  position: relative;
  display: flex;
  align-items: center;
  height: 400px;
  margin-bottom: 25px;
  background-size: cover;
}
.article-wrapper .header-image .header-image-logo {
  position: absolute;
  margin: auto;
  bottom: 75px;
  left: 0;
  right: 0;
  z-index: 10;
}
.article-wrapper .header-image .header-image-text {
  font-family: "Open Sans", sans-serif;
  position: absolute;
  text-align: center;
  right: 0;
  left: 0;
  z-index: 10;
}
.article-wrapper .header-image .section-name {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 10px;
  text-align: center;
}
.article-wrapper .header-image h1 {
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 44px;
  line-height: 46px;
}
.article-wrapper .header-image .header-image-overlay {
  background: rgba(0,0,0,.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.article-wrapper .articles_item_in {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  color: #343434 !important;
}
.article-wrapper .articles_item_in p span,
.article-wrapper .articles_item_in span {
  font-size: 14px !important;
}
.article-wrapper .articles_item_in h2,
.article-sidebar h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 20px 0px;
  font-size: 28px !important;
  line-height: 28px;
  color: #343434 !important;
}
.article-wrapper img {
  max-width: 100%;
}
/* .article-wrapper blockquote {
padding: 20px 40px;
padding-left: 122px;
margin: 0;
background: #b4b4b4 url(/images/icon-quotes.png) 40px 25px no-repeat;
} */
.article-sidebar {
  font-family: 'Open Sans', sans-serif;
  box-sizing: border-box;
  width: 100%;
  max-width: 400px;
  float: left;
}
.article-sidebar.sticky {
  position: fixed;
  top: 90px;
  left: 962px;
}
.article-sidebar h2 {
  margin: 0 0 30px 0;
}
.article-sidebar .sidebar-block {
  padding: 25px;
  margin-bottom: 20px;
  border:1px solid #b4b4b4;
}
@media all and (max-width: 480px){
  .article-sidebar .sidebar-block {
    border:none;
  }
  .article-sidebar .sidebar-block.stock-block{
    display: none;
  }
  main blockquote {
    padding-top: 60px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    background-image: url("/local/templates/tweedroom_ru/images/left-quote.svg");
    background-repeat: no-repeat;
    background-position: center 10px;
    background-color: #f6f6f6;
    color: #868686;
    text-indent: 0;
  }
}
.article-sidebar .sidebar-block .stock-image{
  margin-bottom: 30px;
}
.linked-article {
  margin-bottom: 20px;
}
.linked-article:after {
  display: table;
  content: '';
  clear: both;
}
.linked-article-img {
  float: left;
  margin-right: 25px;
  width: 100px;
}
.linked-article-content {
  float: right;
  font-size: 13px;
  width: 220px;
  line-height: 15px;
  color: #000;
  overflow: hidden;
  max-height: 100px;
}
.linked-article-content .linked-article-heading {
  text-decoration: none;
  display: inline-block;
  margin-bottom: 10px;
  color: #000;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}
.linked-article-content .linked-article-heading:hover {
  text-decoration: underline;
}
.btn-black {
  display: inline-block;
  padding: 0;
  width: 145px;
  height: 55px;
  line-height: 55px;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  background: #000;
  cursor: pointer;
  font-family: Arial, sans-serif;
  border: none;
}
@media screen and (max-width: 1025px){
  .sidebar-block.subscribe-block{
    text-align: center;
  }
  .sidebar-block.subscribe-block table{
    width: auto;
  }
  .article-wrapper{
    max-width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 601px){
  .article-wrapper .header-image{
    min-height: 350px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .article-wrapper .header-image h1{
    margin-bottom: 10px;
  }
  .article-wrapper .header-image .header-image-text{
    position: relative;
  }
  .article-wrapper .header-image .header-image-logo{
    bottom: 10px;
    margin: 10px 0 0 0;
    position: relative;
    margin-top: 10px;
  }
}
.subscribe-email {
  padding: 15px;
  padding-bottom: 16px;
  text-align: left;
  font-size: 18px;
  margin-right: 5px;
  height: 55px;
}
.article-sidebar .agreement {
  text-align: center;
  font-size: 12px;
  color: #c0c0c0;
  margin: 10px 0 0 0;
  line-height: 13px;
}
.article-sidebar .agreement a {
  color: #c0c0c0;
}
.article-images {
  box-sizing: border-box;
  width: 100%;
  padding: 15px;
  text-align: center;
}
.article-images figure {
  margin: 10px 0 10px 0;
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
.article-images figure img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  width: auto;
}
.article-images figcaption {
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.article-images figcaption a {
  color: #0066cc;
  display: block;
  margin-top: 8px;
}
.article-images figcaption a:hover {
  color: #000;
}
.bxslider-article .slide {
  text-align: center;
}
.articles_item_in .bx-wrapper {
  margin: 30px auto 40px auto; !important;
}
.articles_item_in .bx-wrapper .bx-controls-direction a {
  width: 50px !important;
  height: 50px !important;
}
.articles_item_in .bx-wrapper .bx-pager {
  bottom: -20px !important;
}
.articles_item_in .bx-wrapper .bx-next {
  background: url(/images/article-slider-right.png) center center no-repeat !important;
  right: -90px !important;
}
.articles_item_in .bx-wrapper .bx-prev {
  background: url(/images/article-slider-left.png) center center no-repeat !important;
  left: -90px !important;
}
.articles_item_in .bx-wrapper .bx-pager.bx-default-pager a {
  background: #c0c0c0 !important;
}
.articles_item_in .bx-wrapper .bx-pager.bx-default-pager a:hover,
.articles_item_in .bx-wrapper .bx-pager.bx-default-pager a.active,
.articles_item_in .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000 !important;
  border: 1px solid #000 !important;
}
.subscribe-block {
  padding: 18px;
}
.subscribe-block h2 {
  margin-bottom: 15px;
}
.text-block p:last-of-type:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/images/16x16px.jpg);
  margin-left: 3px;
}
.stock-image {
  text-align: center;
  /* margin-top: -15px; */
  margin-bottom: 40px;
}
.stock-image img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.stock-name {
  position: relative;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  color: #000;
}
.stock-name:after {
  position: absolute;
  content: '';
  display: inline-block;
  height: 1px;
  width: 165px;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  background: #d2d2d2;
}
.stock-preview {
  text-align: center;
  color: #000;
  margin: 40px 0 30px 0;
}
.bx-wrapper .bx-caption {
  bottom: -38px !important;
}
@media(max-width: 768px) {




}

@media(max-width: 767px) {
  .article-wrapper {
    margin-right: 0;
  }
  .article-sidebar {
    margin: 0 10px;
    max-width: 95%;
  }

  .articles_item_in .bx-wrapper .bx-next {
    right: 10px !important;
    display: none;
  }
  .articles_item_in .bx-wrapper .bx-prev {
    left: 10px !important;
    display: none;
  }

}
@media(max-width: 600px) {
  .article-images figure {
    width: 100%;
    text-align: center;
  }
}
@media(max-width: 460px) {
  .article-wrapper blockquote {
    padding: 60px 10px 20px 10px;
    background-position: center 15px;
  }
}
@media screen and (min-width: 1200px) {
  .sticky-content{
    max-width: 400px;
  }
}
@media screen and (max-width: 1024px) {

  .article-sidebar{
    max-width: 100%;
    margin: 0;
  }
  .article-sidebar .sidebar-block{
    border: none;
    margin: 0;
    background: #fafafa;
  }
  .sidebar-block.stock-block{
    display: none;
  }
}
.sidebar-block__main_title{
  font-family: 'Open Sans', sans-serif;
  font-size: 23px !important;
  color: #000 !important;
  /* font-weight: bold; */
  margin: 0 0 30px 0;
  line-height: 28px;
  display: block;
}
.sidebar-block.subscribe-block .sidebar-block__main_title{
  margin-bottom: 15px;
}
.bxslider-article img {
  visibility: hidden;
}
.bxslider-article.loaded img {
  visibility: visible;
}
.content>.bx-wrapper{max-width: 1200px !important;}

.time_speed{
  position: absolute;
  bottom: 17px;
  left: 45px;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
}

.time_speed img{
  position: absolute;
  left: -27px;
}
.owl-article-slider{
  margin-bottom: 10px;
}
.owl-article-slider .owl-dots{
  text-align: center;
}
.owl-article-slider .owl-dot{
  height: 14px;
  width: 14px;
  margin: 0 4px;
  background: #c0c0c0;
  border-radius: 50%;
  display: inline-block;
}
.owl-article-slider .owl-dot.active{
  background:#000;
}
.owl-article-slider  .owl-article-note{
  text-align: center;
  padding: 10px;
  font-size: 16px;
}
.owl-article-slider .owl-nav{
  display: flex;
  justify-content: space-between;
  top: calc(50% - 64px);
  position: absolute;
  width: 100%;
}

.owl-article-slider .owl-nav .owl-next,.owl-article-slider .owl-nav .owl-prev{
  opacity: 0.5;
  transition: 0.2s;
}
.owl-article-slider .owl-nav .owl-next:hover,.owl-article-slider .owl-nav .owl-prev:hover{
  opacity: 1;
  transition: 0.2s;
}

@media only screen and (max-width: 768px){
  .time_speed{
    display: none;
  }
}

@media only screen and (max-width: 480px){
  .owl-article-slider .owl-nav{
    display: none;
  }
  .breadcrumbs {
    display: none
  }
}



@media only screen and (max-width: 480px){
  main .detail-blog h1{
    font-size: 25px;
  }
  main .detail-blog h2{
    font-size: 20px;
  }
}


.read-also-wrapper{
  border: 1px solid #f6f6f6;
  padding:  10px 10px 10px 300px;
  background-color: #f6f6f6;
  background-image: url('/local/templates/tweedroom_ru/images/more_articles.jpg');
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-size: 30%;
  min-height: 147px;
  flex-direction: column;

  justify-content: center;
}
.read-also-wrapper a{
  padding-left: 20px;
  position: relative;
  text-decoration: underline;
  color: #56575b;
  display: inline-block;
}
.read-also-wrapper a:before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 7px;


  width: 7px;
  height: 7px;
  background: #122951;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.detail-blog{
  max-width: 900px; margin: auto;
}
.read-also{
  padding: 0 0 20px 0;
  line-height: 28px!important;
  font-size: 27px!important;
  font-weight: 400;
  color: #56575b;
  margin-bottom: -4px;
}
.actions-wrapper{
  display: flex;
  align-items: center;
  margin: 20px 0;
  border: 1px solid #f6f6f6;
  background: #f6f6f6;

  padding: 10px;
}
.actions-wrapper div{
  padding: 10px;
  text-align: center;
}
.actions-wrapper img{
  width: 30%;
}
.action-name{
  line-height: 28px!important;
  font-size: 27px!important;
  font-weight: 400;
  color: #56575b;
  margin-bottom: 20px;
}
.actions-wrapper div{
  width: 70%;
}
.actions-wrapper div span{
  display: block;
  font-size: 14px;
}
.actions-wrapper div a{
  margin-top: 15px;
  position: relative;
  text-decoration: underline;
  color: #56575b;
  display: inline-block;
}


@media screen and (max-width: 600px) {
  .read-also-wrapper{
    background-image: none;
    padding-left: 20px;
    min-height: auto;
  }
  .actions-wrapper div{
    width: 100%;
  }
}


@media screen and (max-width: 768px) {
  .hor-scroll{
    overflow-x: scroll;
  }
}

#content.ordered{
  margin-bottom: 40px;
  min-height: 500px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}


#ORDER_FORM{
  display: none;
}



.brand-ind{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0px;
}
.brand-ind__item{
  margin: 0 10px;
}
@media (max-width: 480px) {
  .brand-ind{
    flex-wrap: nowrap;
  }
  .brand-ind__item img{
    width: 100%;
  }
}



.payment-item-wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 0 20px 0;
}

.payment-item{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

.payment-item img{
  width: 100px;
}






@media screen and (max-width: 1050px) {
  /*доверстка корзины*/
  .basket-products-line[id]{
    display: flex!important;
    position: relative!important;
    align-items: center;
    flex-wrap: wrap;
  }
  .basket-products-cell.__price{
    position: relative;
    top: auto;
    right: auto;
    left: auto;
  }
  .basket-products-cell.__remove{
    position: relative;
    top: auto;
  }
  .basket-products-image img{
    position: relative;
    min-width: 100px;
  }
  .basket-products-cell.__image img{
    margin-left: 0;

  }
  .basket-products-image:before{
    display: none;
  }
  .basket-products-numeric{
    width: 70px;
  }
  .basket-products-cell.__image{
    width: 100px!important;
    margin-right: auto;
  }
  .basket-products-cell.__info{
    margin-left: 20px;
    width: 100%;
    order: 1;
    margin-left: 0;
    margin-top: 0;
    flex-direction: column;
    margin-bottom: 0!important;
  }
  .basket-products-head + .basket-products-line .basket-products-cell{
    display: flex;
  }
  .basket-products-cell.__info  .bx_size ul{
    margin-top: 0!important;

  }
  .basket-products-cell.__info  .bx_size{
    overflow: hidden;
  }
  .basket-products-cell.__remove{
    order: 1;
  }
  .basket-products-remove{
    margin-left: auto;
  }
  .basket-products-cell.__remove {
    order: -1;
    width: 100%;
    text-align: right;
  }
  .basket-products-cell.__remove br{
    display: none!important;
  }
  .basket-products-cell.__total{
    width: 40px;

  }
}

.cart-total-witth-del{
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
  margin-left: 23px;
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .basket-products-cell.__count{
    margin-right: 10px;
  }
  .basket-products-result{
    text-align: left;
  }
  .cart-total-witth-del{
    margin-left: 0px;
    line-height: 1.2;
  }
  .basket-products-total{
    display: block;
  }
  .basket-products-total-weight{
    display: none!important;
  }
}







.main-banner .slick-next:after{
  background: url("/local/templates/tweedroom_ru/images/arrow-right-ico.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.main-banner .slick-prev:after{
  background: url("/local/templates/tweedroom_ru/images/arrow-left-ico.svg");
  background-position: center;
  background-repeat: no-repeat;
}



.advantages__list{
  display: flex;
  margin: 30px 0;
}
.advantage__name{
  line-height: 1.2!important;
  font-size: 14px;
  font-weight: 100;
}
.advantages__list img{
  max-width: 100px;
  margin-bottom: 0;
}
.advantage__item{
  margin: 0!important;
}

@media screen and (max-width: 1100px) {
  .advantages__list{
    flex-wrap: wrap;
  }
}
.main-banner .slick-dots li button{
  background: #6B6B6B;
  border-radius: 0;
  opacity: 0.5!important;
  width: 15px;
  height: 15px;
  margin: 0!important;
  margin-bottom: 20px!important;
}
.main-banner .slick-dots li button:hover{
  opacity: 1!important;
  background: #6B6B6B;
  border: none!important;
}
.main-banner .slick-dots li.slick-active button{
  opacity: 1!important;
  background: #6B6B6B;
  border: none!important;
  margin: 0!important;
}

@media screen and (max-width: 600px) {
  .main-banner-item-content-inner {
    padding-right: 30px;
    padding-left: 30px;
  }
  .main-banner .slick-arrow {
    width: 30px !important;
  }
  .main-banner-item-image {
    height: 350px;
  }
  .main-banner-item-title{
    font-size: 24px!important;
    line-height: 1!important;
  }
  .main-banner-item-text{
    font-size: 20px!important;
    margin: 10px;
  }
  .main-banner [data-button]{
    font-size: 20px!important;
    padding: 10px!important;
    display: inline-block;
  }
  .advantage__item {
    margin-right: 0;
    margin-bottom: 0!important;
    width: 50%;
    display: inline-block;
  }
  .advantages__list img{
    margin-bottom: 0!important;
    max-width: 90px;
  }
  .advantage__name{
    font-size: 16px;
    line-height: 1.2;
    font-weight: 100;
  }
  .advantages__list{
    margin: 30px 0;
  }
}







.main-banner .slick-dots li button{
  background: #6B6B6B;
  border-radius: 0;
  opacity: 0.5!important;
  width: 15px;
  height: 15px;
  margin: 0!important;
  margin-bottom: 20px!important;
}
.main-banner .slick-dots li button:hover{
  opacity: 1!important;
  background: #6B6B6B;
  border: none!important;
}
.main-banner .slick-dots li.slick-active button{
  opacity: 1!important;
  background: #6B6B6B;
  border: none!important;
  margin: 0!important;
}

@media screen and (max-width: 600px) {
  .main-banner-item-content-inner {
    padding-right: 30px;
    padding-left: 30px;
  }
  .main-banner .slick-arrow {
    width: 30px !important;
  }
  .main-banner-item-image {
    height: 350px;
  }
  .main-banner-item-title{
    font-size: 26px!important;
    line-height: 1!important;
  }
  .main-banner-item-text{
    font-size: 22px!important;
    margin: 12px;
  }
  .main-banner [data-button]{
    font-size: 20px!important;
    padding: 15px!important;
    display: inline-block;
  }
  .advantage__item {
    margin-right: 0;
    margin-bottom: 0!important;
    width: 50%;
    display: inline-block;
  }
  .advantages__list img{
    margin-bottom: 0!important;
    max-width: 90px;
  }
  .advantage__name{
    font-size: 16px;
    line-height: 1.2;
    font-weight: 100;
  }
  .advantages__list{
    margin: 30px 0;
  }
  .main-banner-item-content-inner{
    padding-left: 35px!important;
    padding-right: 35px!important;
  }
  .main-banner .slick-arrow{
    display: none!important;
  }
}


.main-banner .slick-next:after{
  background: url("/local/templates/tweedroom_ru/images/arrow-right-ico.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.main-banner .slick-prev:after{
  background: url("/local/templates/tweedroom_ru/images/arrow-left-ico.svg");
  background-position: center;
  background-repeat: no-repeat;
}









.index-product-slider{
  position: relative;
  margin: 30px 0;
  padding: 0 60px;
}
.index-product-slider .slick-arrow{
  font-size: 0!important;
  width: 60px;
}

@media screen and (max-width: 480px) {
  .index-product-slider{
    padding: 0 30px;
  }
  .index-product-slider .slick-arrow{
    width: 30px;
  }
}

@media screen and (min-width: 1090px) {
  .index-product-slider .slick-arrow:hover{
    background: rgba(0,0,0, 0.1);
  }
}
@media screen and (max-width: 1050px) {
  .index-product-slider .slick-arrow:hover{
    background: transparent;
  }
}
.index-product-slider .slick-next:after{
  background: url('/local/templates/tweedroom_ru/images/arrow-right-ico-black.svg');
  background-position: center;
  background-repeat: no-repeat;
}
.index-product-slider .slick-prev:after{
  background: url("/local/templates/tweedroom_ru/images/arrow-left-ico-black.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.index-product-slider .slick-dots li button{
  font-size: 0!important;
  border-radius: 0;
  height: 15px;
  width: 15px;
  background: #6B6B6B;
  opacity: 0.5;
}
.index-product-slider .slick-dots li.slick-active button{
  opacity: 1;

}
.miniitem-price_through{
  text-decoration: line-through;
}
.catalog-mini-item {
  margin: 30px 0;
  padding: 0 0 20px 0;
}
.catalog-mini-item img{
  margin: auto;
}
.index-product-slider .slick-dots{
  display: none!important;
}
@media screen and (max-width: 480px) {
  .index-product-slider .slick-dots{
    display: block!important;
  }
}
.index-product-slider .slick-arrow{
  font-size: 0!important;
  width: 60px;
}
.catalog-mini-item{
  text-align: center;
  display: inline-block;
  text-decoration: none!important;
  color: #000;
  margin: 30px 0;
  padding: 0 0 20px 0;
}
.miniitem-name{
  margin: 15px 0;
}
@media screen and (max-width: 480px) {
  .catalog-mini-item{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  .index-product-slider{
    padding: 0 0px;
  }
  .index-product-slider .slick-arrow{
    display: none!important;
  }
}
.index-product-slider .slick-arrow:hover{
  background: rgba(0,0,0, 0.1);
}
.index-product-slider .slick-next:after{
  background: url('/local/templates/tweedroom_ru/images/arrow-right-ico-black.svg');
  background-position: center;
  background-repeat: no-repeat;
}
.index-product-slider .slick-prev:after{
  background: url("/local/templates/tweedroom_ru/images/arrow-left-ico-black.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.index-product-slider .slick-dots li button{
  font-size: 0!important;
  border-radius: 0;
  height: 15px;
  width: 15px;
  background: #6B6B6B;
  opacity: 0.5;
}
.index-product-slider .slick-dots li.slick-active button{
  opacity: 1;
}
.miniitem-price_through{
  text-decoration: line-through;
}
.miniitem-discount-price{
  color: red;
}
.products-more .owl-carousel .owl-item img{
  width: auto;
}






  body{
    padding-top: 75px; /*60 плюс отступ снизу 15*/
  }
  header.header__dark{
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
  }


@media (max-width: 480px) {
  body{
    padding-top: 52px;
  }
}

#panel{
  z-index: 9999999!important;
}


.index-tile{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}
.index-tile__item{
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: calc(50% - 10px);
	margin-bottom: 20px;
	min-height: 480px;
	position: relative;
}
.index-tile__item:before{
	content: '';
	position: absolute;
	background: rgba(0,0,0,0.25);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.index-tile__itemname{
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 56px;
	line-height: 56px;
	font-weight: 300;
	margin-bottom: 30px;
	color: #fff;
	z-index: 1;
}
.index-tile__itemlink{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 18px;
	border-color: #FFF;
	background-color: #FFF;
	color: #000;
	padding: 16px 0px 14px;
	min-width: 128px;
	text-align: center;
	z-index: 1;
}

@media screen and (max-width: 768px) {
	.index-tile__item{
		min-height: 320px;
	}
}
@media screen and (max-width: 480px) {
	.index-tile__item{
		min-height: 200px;
		width: 100%;
	}
}

/* End */


/* Start:/local/templates/tweedroom_ru/styles/additional.css?16491712046966*/
#panel {
    position: absolute;
    width: 100%;
    top: -24px;
    webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 12;
}

#panel-hover {
    position: absolute;
    width: 100%;
    height: 10px;
    top: 0;
    cursor: pointer;
    z-index: 11;
}

#panel:hover,
#panel-hover:hover ~ #panel {
    top: 0px;
}

.article-title {
    text-transform: none;
}

.catalog.section-list .catalog-item-title {
    text-transform: none;
}

.productcard-big-image-block {
    margin-left: 0;
}

.header-shippingcart-link {
    line-height: 24px;
}

.header-shippingcart-link span {
    margin-left: 0px;
}

.page-title-wrapper {
    margin-top: 5px;
}

.breadcrumbs-wrapper {
    margin-top: 5px;
}

@media screen and (min-width: 1051px) {
    .header-nav ._aside ._aside-item img {
        margin-right: auto;
        margin-left: 0;
    }

    .header-nav ._aside {
        right: 430px;
        width: 175px;
    }

}

.popup-window-buttons {
    padding-top: 0;
}
@media screen and (max-width: 1051px) {
    .not-wrap{display: block }
}
.popup-window-buttons .productcard-top-content, .popup-window-buttons .wrapper-content {
    border-color: #f16556;
    background-color: #f16556;
    color: #353535;
    margin: 5px 0px;
}

.popup-window-buttons .productcard-top-content:hover,
.popup-window-buttons .wrapper-content:hover {
    cursor: pointer;
    border-color: #feeb31;
    background-color: #feeb31;
    color: #353535;
}

.menu_title {
    width: 100%;
    color: #000000;
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px;
}

.menu_title a {
    color: #000000
}

.menu_title.types {
    position: absolute;
    top: 40px;
    left: 20px;
}

.popup-window-buttons .wrapper-content {
    display: block;
    vertical-align: top;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.popup-window-titlebar-close-icon {
    top: 0;
    right: 0;
}

.productcard-top-content > * {
    padding-left: 0px;
}

.productcard-detail-page, .products-more {
    margin-bottom: 0;
}

.filter-catalog-item {
    position: relative;
}

.filter-catalog-item:before {
    content: '';
    border: 1px solid transparent;
    border-width: 1px 0px;
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    bottom: -1px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.filter-catalog-item:hover:before {
    border-color: #343435;
}

.bx-sls .dropdown-block {
    border: 1px solid #eee;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 2px #ebebeb;
    box-shadow: none;
    font-size: 14px;
    padding: 11px 22px 11px 30px;
    position: relative;
    background-color: transparent;
}

.bx-sls .dropdown-block:hover {
    border-color: #ccc;
}

.bx-sls .dropdown-icon {
    top: 25px
}

.bx-sls .bx-ui-sls-clear {
    margin-top: 15px;
}

#panel {
    position: absolute;
    width: 100%;
    top: -24px;
    webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 12;
}

#panel-hover {
    position: absolute;
    width: 100%;
    height: 10px;
    top: 0;
    cursor: pointer;
    z-index: 11;
}

#panel:hover,
#panel-hover:hover ~ #panel {
    top: 0px;
}

.article-title {
    text-transform: none;
}

.catalog.section-list .catalog-item-title {
    text-transform: none;
}

.productcard-big-image-block {
    margin-left: 0;
}

.header-shippingcart-link {
    line-height: 24px;
}

.header-shippingcart-link span {
    margin-left: 0px;
}

.page-title-wrapper {
    margin-top: 5px;
}

.breadcrumbs-wrapper {
    margin-top: 5px;
}

@media screen and (min-width: 1051px) {
    .header-nav ._aside ._aside-item img {
        margin-right: auto;
        margin-left: 0;
    }

    .header-nav ._aside {
        right: 330px;
        width: 175px;
    }
}

.popup-window-buttons {
    padding-top: 0;
}

.popup-window-buttons>span {
    display: block;
    vertical-align: top;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-color: #000;
    background-color: #000;
    color: #fff;
    margin: 5px 0px;
    box-sizing: border-box !important;
    cursor: pointer;
}

.popup-window-buttons>span>span {
    display: inline;
    padding: 0;
    margin: 0;
}

.popup-window-buttons .productcard-top-content, .popup-window-buttons .wrapper-content {
    border-color: #f16556;
    background-color: #f16556;
    color: #353535;
    margin: 5px 0px;
}

.popup-window-buttons .productcard-top-content:hover,
.popup-window-buttons .wrapper-content:hover {
    cursor: pointer;
    border-color: #feeb31;
    background-color: #feeb31;
    color: #353535;
}

.menu_title {
    width: 100%;
    color: #000000;
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px;
}

.menu_title a {
    color: #000000
}

.menu_title.types {
    position: absolute;
    top: 40px;
    left: 20px;
}

.popup-window-buttons .wrapper-content {
    display: block;
    vertical-align: top;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.popup-window-titlebar-close-icon {
    top: 0;
    right: 0;
}

.filter-catalog-item {
    position: relative;
}

.filter-catalog-item:before {
    content: '';
    border: 1px solid transparent;
    border-width: 1px 0px;
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    bottom: -1px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.filter-catalog-item:hover:before {
    border-color: #343435;
}

.bx-sls .dropdown-block {
    border: 1px solid #eee;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 2px #ebebeb;
    box-shadow: none;
    font-size: 14px;
    padding: 11px 22px 11px 30px;
    position: relative;
    background-color: transparent;
}

.bx-sls .dropdown-block:hover {
    border-color: #ccc;
}

.bx-sls .dropdown-icon {
    top: 25px
}

.bx-sls .bx-ui-sls-clear {
    margin-top: 15px;
}
.header-links .header-logo{display: none}

@media screen and (max-width: 1050px){
    .header-links .header-info {
        display: none;
        float: left;
        height: 60px;
        max-width: 65%;
        margin-left: 10px;
        padding-top: 3px;
    }
    .header-info-item{
        display: block;
        margin: 0;
        padding-top: 0px;
    }
    .header-info-items{display: inline-block}

    .menu_title.types {
        display: none;
    }
    .header-nav ._aside {
        display: none;
    }
}
@media screen and (max-width: 470px){
    .header-info-item{
        font-size: 12px;
        padding-top: 5px;
    }
}
@media screen and (min-width: 1050px){
    .header-links .header-info {
        display: none;
    }
}
.header-line-content .header-info-item a{
    padding-left:5px;
    float:right;
}
.main-banner .slick-arrow{width: 65px;}

/* End */


/* Start:/local/templates/tweedroom_ru/styles/jquery.jscrollpane.css?16491712041379*/
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

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

.jspPane
{
	position: absolute;
}

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

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

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

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

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

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

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

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

.jspVerticalBar .jspArrow
{
	height: 16px;
}

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

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

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

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
/* End */
/* /local/templates/tweedroom_ru/libs/slick/slick.css?16491712041729 */
/* /local/templates/tweedroom_ru/libs/owl.carousel.css?16491712044744 */
/* /local/templates/tweedroom_ru/libs/owl.theme.default.css?16491712041380 */
/* /local/templates/tweedroom_ru/libs/jquery-ui-1.11.4.custom/jquery-ui.min.css?164917120429273 */
/* /local/templates/tweedroom_ru/libs/font-awesome-4.6.3/css/font-awesome.min.css?164917120429063 */
/* /local/templates/tweedroom_ru/libs/lightbox2/css/lightbox.min.css?16491712042800 */
/* /local/templates/tweedroom_ru/styles/fonts/MyriadPro/index.css?16491712046207 */
/* /local/templates/tweedroom_ru/styles/fonts/rub_font/index.css?1649171204953 */
/* /local/templates/tweedroom_ru/styles/magnific-popup.css?16491712046951 */
/* /local/templates/.default/components/bitrix/menu/header_menu_new/style.css?16491712002183 */
/* /local/templates/.default/components/bitrix/sale.basket.basket.line/basket_header/style.min.css?16491712013569 */
/* /local/templates/.default/components/bitrix/news.list/Main_slider/style.css?1649171201150 */
/* /local/templates/tweedroom_ru/styles.css?16491712047135 */
/* /local/templates/tweedroom_ru/template_styles.css?1649171204263116 */
/* /local/templates/tweedroom_ru/styles/additional.css?16491712046966 */
/* /local/templates/tweedroom_ru/styles/jquery.jscrollpane.css?16491712041379 */
