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

/* End */



/* Start:/bitrix/templates/interlamp/css/slick.css*/
/* 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:/bitrix/templates/interlamp/css/jquery-ui.css*/
.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-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin-top:2px;padding:.5em .5em .5em .7em;min-height:0;}
.ui-accordion .ui-accordion-icons{padding-left:2.2em;}
.ui-accordion .ui-accordion-noicons{padding-left:.7em;}
.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-year{width:100%;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year{width:49%;}
.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{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:21px;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:2px;margin:0;display:block;outline:none;}
.ui-menu .ui-menu{margin-top:-3px;position:absolute;}
.ui-menu .ui-menu-item{margin:0;padding:0;width:100%;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);}
.ui-menu .ui-menu-divider{margin:5px -2px 5px -2px;height:0;font-size:0;line-height:0;border-width:1px 0 0 0;}
.ui-menu .ui-menu-item a{text-decoration:none;display:block;padding:2px .4em;line-height:1.5;min-height:0;font-weight:normal;}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active{font-weight:normal;margin:-1px;}
.ui-menu .ui-state-disabled{font-weight:normal;margin:.4em 0 .2em;line-height:1.5;}
.ui-menu .ui-state-disabled a{cursor:default;}
.ui-menu-icons{position:relative;}
.ui-menu-icons .ui-menu-item a{position:relative;padding-left:2em;}
.ui-menu .ui-icon{position:absolute;top:.2em;left:.2em;}
.ui-menu .ui-menu-icon{position:static;float:right;}
.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('/bitrix/templates/interlamp/css/images/animated-overlay.gif');height:100%;filter:alpha(opacity=25);opacity:0.25;}
.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none;}
.ui-resizable{position:relative;}
.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;}
.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-helper{position:absolute;z-index:100;border:1px dotted black;}
.ui-slider{position:relative;text-align:left;}
.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:16px;height:25px;cursor:default;}
.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:4px;}
.ui-slider-horizontal .ui-slider-handle{top:-10px;margin-left:-2px;}
.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 li a{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 a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a{cursor:text;}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a{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:Verdana,Arial,sans-serif;font-size:1.1em;}
.ui-widget .ui-widget{font-size:1em;}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button{font-family:Verdana,Arial,sans-serif;font-size:1em;}
.ui-widget-content{border:none;background:url('/bitrix/templates/interlamp/css/slider/filter_line.png') 0 0 repeat-x;}
.ui-widget-content a{color:#222222;}
.ui-widget-header{border:none;background:url('/bitrix/templates/interlamp/css/slider/filter_line_full.png') 0 0 repeat-x;}
.ui-widget-header a{color:#222222;}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default{border:none;background:url('/bitrix/templates/interlamp/css/slider/filter_wheel.png') 0 0 no-repeat;font-weight:normal;color:#555555;outline:none;}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited{color:#555555;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:none;background:url('/bitrix/templates/interlamp/css/slider/filter_wheel.png') 0 0 no-repeat;font-weight:normal;color:#212121;outline:none;}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited{color:#212121;text-decoration:none;}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active{border:none;background:url('/bitrix/templates/interlamp/css/slider/filter_wheel.png') 0 0 no-repeat;font-weight:normal;color:#212121;outline:none;}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited{color:#212121;text-decoration:none;}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url('/bitrix/templates/interlamp/css/images/ui-bg_glass_55_fbf9ee_1x400.png') 50% 50% repeat-x;color:#363636;}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a{color:#363636;}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url('/bitrix/templates/interlamp/css/images/ui-bg_glass_95_fef1ec_1x400.png') 50% 50% repeat-x;color:#cd0a0a;}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a{color:#cd0a0a;}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text{color:#cd0a0a;}
.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('/bitrix/templates/interlamp/css/images/ui-icons_222222_256x240.png');}
.ui-widget-header .ui-icon{background-image:url('/bitrix/templates/interlamp/css/images/ui-icons_222222_256x240.png');}
.ui-state-default .ui-icon{background-image:url('/bitrix/templates/interlamp/css/images/ui-icons_888888_256x240.png');}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon{background-image:url('/bitrix/templates/interlamp/css/images/ui-icons_454545_256x240.png');}
.ui-state-active .ui-icon{background-image:url('/bitrix/templates/interlamp/css/images/ui-icons_454545_256x240.png');}
.ui-state-highlight .ui-icon{background-image:url('/bitrix/templates/interlamp/css/images/ui-icons_2e83ff_256x240.png');}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon{background-image:url('/bitrix/templates/interlamp/css/images/ui-icons_cd0a0a_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:4px;}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr{border-top-right-radius:4px;}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl{border-bottom-left-radius:4px;}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br{border-bottom-right-radius:4px;}
.ui-widget-overlay{background:#aaaaaa url('/bitrix/templates/interlamp/css/images/ui-bg_flat_0_aaaaaa_40x100.png') 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);}
.ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;background:#aaaaaa url('/bitrix/templates/interlamp/css/images/ui-bg_flat_0_aaaaaa_40x100.png') 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px;}
/* End */



/* Start:/bitrix/templates/interlamp/css/jquery.fancybox.css*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url('/bitrix/templates/interlamp/css/fancybox_sprite.png');
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('/bitrix/templates/interlamp/css/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('/bitrix/templates/interlamp/css/blank.gif'); /* helps IE */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('/bitrix/templates/interlamp/css/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
     only screen and (min--moz-device-pixel-ratio: 1.5),
     only screen and (min-device-pixel-ratio: 1.5){

  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('/bitrix/templates/interlamp/css/fancybox_sprite@2x.png');
    background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url('/bitrix/templates/interlamp/css/fancybox_loading@2x.gif');
    background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
  }
}
/* End */



/* Start:/bitrix/templates/interlamp/colors.css*/
.header_wrap{
  background: #a7d380;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E3ZDM4MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZGViOTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #a7d380 0%, #bdeb94 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7d380), color-stop(100%,#bdeb94));
  background: -webkit-linear-gradient(top, #a7d380 0%,#bdeb94 100%);
  background: -o-linear-gradient(top, #a7d380 0%,#bdeb94 100%);
  background: -ms-linear-gradient(top, #a7d380 0%,#bdeb94 100%);
  background: linear-gradient(to bottom, #a7d380 0%,#bdeb94 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7d380', endColorstr='#bdeb94',GradientType=0 );
}
.header_inner {border: 1px solid rgba(1,1,1,.06)}

.header_inner_bottom_line_container{
  /*border: 1px solid #e6d548;*/
  background:#bcdf89;
  background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JjZGY4OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1NTc5MzQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#bcdf89), color-stop(100%,#557934));
  background:-webkit-linear-gradient(top, #bcdf89 0%,#557934 100%);
  background:   -moz-linear-gradient(top, #bcdf89 0%, #557934 100%);
  background:    -ms-linear-gradient(top, #bcdf89 0%,#557934 100%);
  background:     -o-linear-gradient(top, #bcdf89 0%,#557934 100%);
  background:        linear-gradient(to bottom, #bcdf89 0%,#557934 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcdf89', endColorstr='#557934',GradientType=0 );

  box-shadow: 0 1px 2px 0 rgba(99,99,99,.47),;
  padding: 1px;
}


.header_inner_bottom_line{
  box-shadow: inset 0 1px 0 0 #d3eb8e;
  background: #90cd59;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzkwY2Q1OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NWEyMmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #90cd59 1%, #65a22e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#90cd59), color-stop(100%,#65a22e));
  background: -webkit-linear-gradient(top, #90cd59 1%,#65a22e 100%);
  background: -o-linear-gradient(top, #90cd59 1%,#65a22e 100%);
  background: -ms-linear-gradient(top, #90cd59 1%,#65a22e 100%);
  background: linear-gradient(to bottom, #90cd59 1%,#65a22e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90cd59', endColorstr='#65a22e',GradientType=0 );
}
.bottom_wrap{
  background: #effee2;
  box-shadow:inset 0 -3px 6px rgba(0,0,0,.25), inset 0 12px 11px -10px rgba(0,0,0,.2);
}
.footer_wrap{
  border-top: 1px solid #73a746;
  background: #96ca69;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk2Y2E2OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3M2E3NDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #96ca69 0%, #73a746 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#96ca69), color-stop(100%,#73a746));
  background: -webkit-linear-gradient(top, #96ca69 0%,#73a746 100%);
  background: -o-linear-gradient(top, #96ca69 0%,#73a746 100%);
  background: -ms-linear-gradient(top, #96ca69 0%,#73a746 100%);
  background: linear-gradient(to bottom, #96ca69 0%,#73a746 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96ca69', endColorstr='#73a746',GradientType=0 );
}
.footer_contact{
  color: #fff;
  text-shadow:0 -1px 0 rgba(0,0,0,.3);
}


.bx_title_section.stars .icon{background:url('/bitrix/templates/interlamp/images/stars.png') no-repeat center left}
.bx_title_section.time  .icon{background:url('/bitrix/templates/interlamp/images/time.png')  no-repeat center left}


/*components top_nav*/
.bx_topnav{
  margin: 0;
  padding: 16px 0 5px;
}
.bx_topnav li{
  display: inline-block;
  margin-right: 2%;
}
.bx_topnav li a{
  color:#4c4a3f;
  text-shadow:0 1px 1px rgba(255,255,255,.5);
  text-decoration: none;
  font-size: 14px;
}
.bx_topnav li a:hover{text-decoration: underline;}
.bx_topnav li a:active{color: #f82d2d;}

.bx_topnav,
.bx_topnav *{
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* component inc_catalog_footer */
.bx_inc_catalog_footer{
  color: #4c4a3f;
  text-shadow: 0 1px 1px rgba(255,255,255,.5);
}
.bx_inc_catalog_footer h3{
  color: #50673a;
  background: url('/bitrix/templates/interlamp/images/footer_h4_bg.png') repeat-x bottom;
}
.bx-touch .bx_inc_catalog_footer h3{
  background: url('/bitrix/templates/interlamp/images/x2footer_h4_bg.png') repeat-x bottom;
}
.bx_inc_catalog_footer ul li a{
  color: #fff;
}

/* component inc_menu_footer */
.bx_inc_menu_footer{
  color: #4c4a3f;
  text-shadow: 0 1px 1px rgba(255,255,255,.5);
}
.bx_inc_menu_footer h3{
  color: #50673a;
  background: url('/bitrix/templates/interlamp/images/footer_h4_bg.png') repeat-x bottom;
}
.bx-touch .bx_inc_menu_footer h3{
  background: url('/bitrix/templates/interlamp/images/x2footer_h4_bg.png') repeat-x bottom;
}
.bx_inc_menu_footer ul li a{
  color: #fff;
}
/* End */



/* Start:/bitrix/templates/interlamp/css/style.css*/
/*@import '/bitrix/templates/interlamp/css/font-awesome.css';*/

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url('/bitrix/templates/interlamp/css/../fonts/OpenSans-Light.woff') format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url('/bitrix/templates/interlamp/css/../fonts/OpenSans.woff') format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url('/bitrix/templates/interlamp/css/../fonts/OpenSans-Semibold.woff') format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url('/bitrix/templates/interlamp/css/../fonts/OpenSans-Bold.woff') format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url('/bitrix/templates/interlamp/css/../fonts/OpenSans-Extrabold.woff') format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url('/bitrix/templates/interlamp/css/../fonts/OpenSansLight-Italic.woff') format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url('/bitrix/templates/interlamp/css/../fonts/OpenSans-Italic.woff') format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url('/bitrix/templates/interlamp/css/../fonts/OpenSans-SemiboldItalic.woff') format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url('/bitrix/templates/interlamp/css/../fonts/OpenSans-BoldItalic.woff') format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    src: local('Open Sans Extrabold Italic'), local('OpenSans-ExtraboldItalic'), url('/bitrix/templates/interlamp/css/../fonts/OpenSans-ExtraboldItalic.woff') format('woff');
}

html, body {

    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

}
body {

    height: auto;
    background-color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #000000;
    background-attachment: fixed;

}
input, textarea {
    font-family: 'Open Sans', sans-serif;
}
table {
    font-size: 12px;
}

#wrapper {

    width: 1110px;
    height: auto !important;
    height: 100%;
    position: relative;
    margin: 0 auto;
    min-height: 510px;
    margin-top: 15px;

}
#wrapper div.top_mar {

    height: 1px;

}

div.top_mar {

    height: 1px;
    margin-top: 0px;

}

img {

    border: none;

}

.clear {

    clear: both;

}

table {

    border-spacing: 0px;

}

tr, th, td {

    padding: 0px;
    margin: 0px;

}

a {
    color:#ff6600;
    font-size:13px;
}

blockquote {
    background-color:#ebebeb;
    padding: 30px 35px;
    margin:20px 0;
    color:#000;
    font-size: 13px;
    width: 75%;
}

a:hover {
    text-decoration: none;
}
.nolink {
    position: relative;
    text-decoration: none;
}

input[type=checkbox].form-checkbox {
    display: none;
}
input[type=checkbox].form-checkbox+label {
    display: inline-block;
    font-size: 15px;
    line-height: 16px;
    font-weight: normal;
    cursor: pointer;
}
input[type=checkbox].form-checkbox+label:before {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url('/bitrix/templates/interlamp/css/../images/sprite.png') no-repeat;
    background-position: -36px -40px;
    margin-right: 11px;
    vertical-align: top;
}
input[type=checkbox].form-checkbox:checked+label:before {
    background-position: -10px -40px;
}

.fancybox-overlay {
    z-index: 10005!important;
}

.nolink:after {
    content:'';
    border-bottom: 1px dotted #ff6600;
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
}
.nolink:hover:after {
    border-bottom: none;
}

div.wrap {

    width: 1110px;
    position: relative;
    margin: 0 auto;
    margin-top: 5px;

}

div.top_line {

    width: 100%;
    /*height: 13px;*/
    background-color: #ffffff;
    height: 24px;

}

table.top_left {

    float: left;

}
table.top_left td, table.top_right td {

    height: 38px;
    padding-left: 14px;
    padding-right: 14px;

}
table.top_left td a, table.top_right td a {

    color: #000000;

}

table.top_right {

    float: right;
    margin-top: -4px;
    font-size: 12px;

}
table.top_right td a.settings {

    padding-left: 15px;
    background: url('/bitrix/templates/interlamp/css/../images/settings_icon.png') no-repeat left 5px;
    text-decoration: none;

}
table.top_right td a.registr {

    padding-left: 13px;
    background: url('/bitrix/templates/interlamp/css/../images/registr.png') no-repeat left 5px;
    text-decoration: none;

}

a.logo {
    display: block;
    width: 263px;
    height: 111px;
    background: url('/bitrix/templates/interlamp/css/../images/logo.png') no-repeat left top;
    margin-bottom: 14px;
}

.header-left {
    float:left;
    padding-right: 45px;
}
.header-left .slogan {
    width: 330px;
    font-size: 12px;
    color: #999999;
}
.header {
    margin: 20px 0 34px 0;
}

#mobile_header .sprite-user{
    float: left;
    margin: 3px 0 0 10px;
}

#fixed_header {
    display: none;
    width: 100%;
    height: 44px;
    background-color: rgba(255,255,255,.96);
    position: fixed;
    margin-top: -20px;
    z-index: 10000;
    -webkit-box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.35);
    box-sizing: border-box;
    padding-top: 13px;
}
#fixed_header .wrap {
    margin-top: 0;
}
#fixed_header a {
    font-size: 12px;
}
#fixed_header.fancybox-margin {
    margin-top: 0;
    margin-right: 0;
}
#fixed_header.fancybox-margin .wrap {
    padding-right: 17px;
}

.fix-user, .fix-menu, .fix-tel {
    float: left;
    box-sizing: border-box;
}
.fix-user {
    width: 105px;
    padding-left: 1px;
}
.fix-menu a {
    margin-right: 22px;
    color: #000;
    font-weight: 600;
}
.fix-menu a:hover {
    color: #ff6600;
}
.fix-tel {
    margin-left: 50px;
}
.fix-tel span {
    display: block;
    float: left;
    margin-right: 5px;
}
.fix-tel div {
    float: left;
    margin-right: 4px;
}
.fix-tel a {
    float: left;
    margin-right: 20px;
    text-decoration: none;
}
.fix-basket {
    float: right;
    box-sizing: border-box;
    padding-right: 7px;
}
.fix-basket .top_basket {
    margin-top: 0;
}
.fix-basket .top_basket a {
    color: #000;
    margin-left: 0;
}
.fix-basket .top_basket .cart-block .btn {
    height: 15px;
    background-color: transparent;
    margin-right: 10px;
}
.fix-basket .top_basket .cart-block {
    margin-top: 0;
}
.fix-basket .top_basket .cart-block .s-cart {
    background: url('/bitrix/templates/interlamp/css/../images/fixed-top-sprite.png') 0 2px no-repeat;
    width: 17px;
    height: 15px;
}
.fix-basket .top_basket .cart-block .empt .s-cart {
    background: url('/bitrix/templates/interlamp/css/../images/fixed-top-sprite.png') -30px 2px no-repeat;
}
.fix-basket .top_basket .cart-empty {
    float: left;
    line-height: inherit;
}
.fix-basket>div {
    float: left;
}
.fix-basket .compare.cell_block {
    margin-right: 35px;
}
.fix-basket .item div {
    color: #000;
    text-decoration: underline;
}
.fix-basket .item div:hover {
    text-decoration: none;
}
.fix-basket .item.inactive div {
    color: #999999;
    text-decoration: none;
}
.fix-basket .item.scale .btn {
    height: 15px;
    width: 17px;
    padding: 0;
    background-color: transparent;
    margin-right: 10px;
    float: left;
    position: relative;
}
.fix-basket .item.scale .btn .s-cart {
    background: url('/bitrix/templates/interlamp/css/../images/fixed-top-sprite.png') 0 -19px no-repeat;
    width: 17px;
    height: 15px;
}
.fix-basket .item.scale.inactive .btn .s-cart {
    background: url('/bitrix/templates/interlamp/css/../images/fixed-top-sprite.png') -30px -19px no-repeat;
}
.fix-basket .item.scale .col {
    position: absolute;
    display: block;
    width: 13px;
    height: 13px;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    top: -8px;
    right: -7px;
    margin-top: 0;
    background: #ff6600;
    line-height: 13px;
    font-size: 10px;
    font-weight: 600;
}

div.city {
    float: left;
}
.city .top_c_name {
    display: inline-block;
}
.city #top_c_name {
    color:#ff6600;
    text-decoration: none;
    font-size: 13px;
}
.city #top_c_name .gl-current-select {
    color: #ff6600;
}

div.city div.slogan {

    color: #646464;
    margin-top: -25px;
    margin-bottom: 10px;

}

div.city div.sel {

    color: #646464;
    float: left;
    margin-right: 4px;
    margin-top: 3px;

}

div.city_sel {

    font-size: 12px;
    color: #000000;

}

div.jselectbox {
    position: relative;
    width: 137px;
    margin-left: 68px;
    border: solid 1px #e4e4e4;

}
div.jselectbox:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000;
    top: 50%;
    margin-top: -1px;
    right: 5px;
}

a.jselected {

    display: block;
    overflow: hidden;
    padding-left: 6px;
    height: 20px;
    padding-top: 2px;
    color: #000000;
    background-image: url('/bitrix/templates/interlamp/css/../images/sel_arrow.png');
    background-position: 113px 0px;
    background-repeat: no-repeat;
    text-decoration: none;

}
a.jselected:hover {
    text-decoration: none;

}
a.jselected b {

}

ul.jselectbox {
    position: absolute;
    z-index: 20;
    overflow: auto;
    display: none;
    margin: 0px;
    max-height: 200px;
    background-color: #FFFFFF;
    border: solid 1px #e4e4e4;
    border-top: none;
    padding: 0px;
    padding-left: 7px;
    margin-top: 2px;
    right: 0;
    left: 0;
}
ul.jselectbox li {
    position: relative;
    padding: 0;
    background: none;

}
ul.jselectbox a {
    display: block;

    padding: 0 0px;
    height: 22px;
    margin: 0px;
    color: #000000;
    line-height: 22px;
    text-decoration: none;
    white-space: nowrap;
    padding-top: 3px;
    *overflow: visible;
    *padding: 1px 10px;
    *height: auto;
}
ul.jselectbox a:hover {

    background-color: #ffac90;
    color: #ffffff;

}
ul.jselectbox li.jselected {
}
ul.jselectbox li.jselected a {

    color: #000000;

    *overflow: visible;
    *padding: 5px 10px;
    *height: auto;
}
ul.jselectbox li.jselected a:hover {

    color: #ffffff;

    *overflow: visible;
    *padding: 5px 10px;
    *height: auto;
}

div.city div.time {
    margin-bottom: 23px;
}
div.city div.time,div.city div.show-room {
    margin-top: 3px;
    padding-left: 22px;
    position: relative;
    line-height: 23px;
}
div.city .fa-val, div.show-room .fa-val {
    font-size: 13px;
}
.fa-val a{
    color:#ff6600;
}
div.city div.time .fa-clock-o,div.city div.show-room .fa-map-marker {
    position: absolute;
    left:0;
    font-size: 18px;
}

.btn {
    display: inline-block;
    background-color: #ff6d44;
    line-height: 32px;
    height: 32px;
    padding: 0 18px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}
.btn:hover {
    background-color: #f65123;
}
.btn>span {
    margin-top: -2px;
    display: inline-block;
}
.btn>span>span {
    font-size: 13px;
    color:#fff;
    position: relative;
}
.call_btn.btn>span>span:after {
    border-bottom: 1px dotted #fff;
    content:'';
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
}
.call_btn.btn:hover>span>span:after{
    border-bottom: none;
}

div.city a.call_btn {

    color: #6d6e77;
    text-decoration: none;
    border-bottom: dashed 1px #6d6e77;
    cursor: pointer;

}
div.city a.call_btn:hover {

    border-bottom: none;

}

div.top_phone {
    float: left;
    margin-left: 60px;
    margin-top: 9px;
    font-size: 13px;
}
div.top_phone div.head {
    line-height: 12px;
    font-size: 12px;
}
div.top_phone .phone {

    font-weight: 600;
    font-size: 24px;
    margin-bottom: 12px;
    color: #ff6600;
    line-height: 31px;
    text-decoration: none;
    display: block;
}
div.top_phone .phone.phone-regions {
    margin-bottom: 18px;
}

.top_phone .conditions label, .top_phone .conditions label a {
    font-size: 11px;
}

.top_basket {
    margin-top: 38px;
}
.top_basket .cart-empty {
    line-height: 32px;
    color: #999999;
}
.top_basket .all {
    font-size: 13px;
    line-height: 13px;
}
.top_basket .cart-block {
    margin-top: 16px;
}
.top_basket .cart-block .btn {
    padding: 0;
    float: left;
    margin-right: 14px;
}
.top_basket .cart-block .s-cart{
    background: url('/bitrix/templates/interlamp/css/../images/sprite.png') no-repeat;
    background-position: -2px -1px;
    width: 32px;
    height: 32px;
}

span.all {

    color: #646464;
    margin-left: 12px;
    display: block;
    float: left;
    margin-top: 2px;

}
span.text {

    font-weight: 600;
    font-size: 14px;
    display: block;
    float: left;
    margin-left: 4px;

}
span.rur {

    position: relative;
    display: inline-block;
    font-size: 14px;

}
span.rur2 {

    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-left: -30px;

}
span.metr {

    display: block;
    font-weight: 600;
    font-size: 13px;
    float: left;
    margin-left: 4px;

}

#main_menu {
    display: inline-block;
}

#open_menu_button {
    display: none;
    color: #ffffff;
    font-size: 15px;
    line-height: 52px;
    cursor: pointer;
    padding: 0 40px 0 8px;
    float: right;
    position: relative;
}
#open_menu_button .pic-open {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 8px;
}
#open_menu_button .pic-open div {
    width: 100%;
    height: 5px;
    margin-bottom: 3px;
    background: #fff;
}

div.top_menu {
    width: 100%;
    background-color: #486666;
}
div.top_menu .item {
    line-height: 52px;
    background-color: #486666;
    padding-left: 11px;
    padding-right: 11px;
    text-align: center;
    display: inline-block;
}
div.top_menu .item:first-child {
    background-color: #ff6600;
}
div.top_menu .item:first-child:hover {
    background-color: #ff822f;
}
div.top_menu .item a {

    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    padding: 0px;

}
div.top_menu .item a.arrow {

    padding-right: 15px;
    background: url('/bitrix/templates/interlamp/css/../images/menu_white_arrow.png') no-repeat right 11px;
    background-size: 7px 4px;

}
div.top_menu .item:hover, div.top_menu .item.active {

    background-color: #537c7b;

}
div.top_menu .item div.topsub {

    position: absolute;
    z-index: 99;
    display: none;
    margin-left: -11px;

}
div.top_menu .item div.topsub div.arrow {

    display: none;
    width: 16px;
    height: 9px;
    background: url('/bitrix/templates/interlamp/css/../images/t_arrow.png') no-repeat left top;
    position: absolute;
    margin-top: -8px;
    margin-left: 50px;

}
div.top_menu .item div.topsub div.middle {

    background-color: rgba(255,255,255,.96);
    text-align: left;
    box-shadow: 0 0px 20px rgba(0,0,0,0.19), 0 5px 10px rgba(0,0,0,0.23);
    padding: 8px 0;

}
div.top_menu .item div.topsub div.middle a {

    display: block;
    line-height: 28px;
    color: #000000;
    font-size: 13px;
    font-weight: 600;
    padding-left: 15px;
    padding-right: 34px;
    cursor: pointer;
}
div.top_menu .item div.topsub div.middle a:hover, div.top_menu .item div.topsub div.middle a.active {

    color: #a2041a;

}
div.top_menu .item div.topsub div.middle a:hover {
    background: #ffac90;
    color: #fff;
}
div.top_menu .item div.topsub div.top {

    position: absolute;
    width: 130%;
    height: 10px;
    margin-top: -60px;
    margin-left: -30px;

}
div.top_menu .item div.topsub div.bottom {

    position: absolute;
    width: 130%;
    height: 10px;
    margin-top: 0px;
    margin-left: -30px;

}
div.top_menu .item div.topsub div.left {

    position: absolute;
    width: 10px;
    height: 160%;
    margin-top: -50px;
    margin-left: -30px;

}
div.top_menu .item div.topsub div.right {

    position: absolute;
    width: 10px;
    height: 160%;
    margin-top: -50px;
    margin-left: 100%;

}
div.top_menu .item.search {

    padding-left: 0;
    padding-right: 9px;
    width: 290px;
    text-align: left;
    display: block;
    float: right;
    margin: 8px 0;

}
div.top_menu .item.search input.search {

    width: 230px;
    height: 36px;
    background: #fff;
    border: none;
    outline: none;
    padding-left: 12px;
    padding-right: 0px;
    box-sizing: border-box;
    color: #57606d;

}
div.top_menu .item.search input.search.active {

    color: #000000;

}
div.top_menu .item.search:hover {

    /*background-color: #58626f;*/
    background-color: #486666;

}
div.top_menu .item.search a.search_btn {

    position: absolute;
    display: block;
    width: 71px;
    height: 27px;
    background: url('/bitrix/templates/interlamp/css/../images/search.png') no-repeat left top;
    margin-top: 1px;
    margin-left: 250px;
    z-index: 15;

}
div.top_menu .item.search input.search_btn {

    position: absolute;
    display: block;
    width: 64px;
    height: 36px;
    background: url('/bitrix/templates/interlamp/css/../images/loop.png') #ffac90 no-repeat center;
    margin-left: 228px;
    z-index: 15;
    border: none;
    cursor: pointer;
    outline: none;
}
div.top_menu .item.search input.search_btn:hover {

    background: url('/bitrix/templates/interlamp/css/../images/loop.png') #f65123 no-repeat center;

}
div.top_menu .item.search a.del {

    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    z-index: 10;
    background: url('/bitrix/templates/interlamp/css/../images/search_del.png') no-repeat left top;
    margin-top: 7px;
    margin-left: 230px;

}
div.top_menu .item.scale {
    width: 52px;
    height: 52px;
    background: url('/bitrix/templates/interlamp/css/../images/scale.png') #ffac90 no-repeat center;
    float: left;
    position: relative;
    /*margin-right: 11px;*/
    padding: 0;
}
div.top_menu .item.scale:hover {
    background: url('/bitrix/templates/interlamp/css/../images/scale.png') #f65123 no-repeat center;
}
div.top_menu .item.scale .col {
    position: absolute;
    display: block;
    width: 13px;
    height: 13px;
    background: #fff;
    color: #ffac90;
    top: 6px;
    right: 5px;
    text-align: center;
    font-size: 10px;
    line-height: 13px;
    border-radius: 50px;
    font-weight: 600;
}
div.top_menu .item.scale:hover .col {
    color: #f65123;
}
div.top_menu .item.scale.inactive {
    background: url('/bitrix/templates/interlamp/css/../images/scale.png') #dadada no-repeat center;
}

h3, h2 {
    margin-left: 4px;
    text-transform: uppercase;
    font-weight: 700;
    color:#000;
}
h2 {
    font-size: 18px;
}
h3 {
    font-size: 15px;
}
p {
    color:#000;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}

ul.types {

    padding: 0px;
    list-style: none;
    margin-bottom: 10px;
    margin-top: -10px;

}
ul.types li {

    float: left;
    width: 112px;
    margin-right: 53px;

}

ul.types li:last-of-type {
    margin-right: 0;
}

ul.types li div.type {

    width: 112px;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;

}
/*ul.types li div.type:hover {*/

    /*background-color: #f0f0f0;*/

/*}*/
ul.types li div.type div.icon {

    height: 77px;
    margin-bottom: 5px;
    display: table-cell;
    text-align: center;
    width: 110px;
    vertical-align: middle;

}
ul.types li div.type a {

    display: block;
    color: #000;
    line-height: 13px;
    text-decoration: none;
    font-weight: 600;
    width: 110px;
    text-align: center;

}

ul.types li div.type a:hover {
    color: #f56236;
}

#main_catalog, .catalog-block {
    margin-left: 0px;
    margin-bottom: 65px;
}
#main_catalog ul, .catalog-block ul {

    padding: 0px;
    margin: 0;
    list-style: none;

}
#main_catalog {
    border-right: 1px solid #DEDEDE;
}
#main_catalog li {
    margin-bottom: 0;
}

div.product div.photo {

    height: 195px;
    text-align: center;
    /*margin-bottom: 15px;*/
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;

}
div.product div.photo img, div.over div.product div.photo img {

    border: solid 1px #e1e1e1;

}
div.product div.photo img {
    border: none;
}
div.product div.photo div.action {

    color: #ffffff;
    background-color: #ff6d44;
    width: 54px;
    height: 21px;
    text-align: center;
    position: absolute;
    margin-top: 21px;
    margin-left: -1px;
    padding-top: 3px;

}
div.over div.product div.photo div.action {

    margin-left: -1px;

}
div.product div.photo div.novelty {

    color: #ffffff;
    background-color: #67b683;
    width: 48px;
    height: 21px;
    text-align: center;
    position: absolute;
    margin-top: 21px;
    margin-left: 0px;
    padding-top: 3px;

}
div.over div.product div.photo div.novelty {

    margin-left: -1px;

}
div.product div.frame {

    width: 210px;
    height: 50px;
    /* background: url('/bitrix/templates/interlamp/css/../images/frame.png') no-repeat left top; */
    margin-left: 18px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 195px;

}
div.product div.frame div.title {

    margin-top: 10px;
    height: 40px;

}
div.over div.product div.frame div.title {

    width: 160px;

}
div.product div.frame div.title a {

    color: #000000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;

}
div.product div.frame div.title a.red {

    /*color: #6d6e77;*/
    color: #000;

}
div.product div.frame div.title a.red:hover {

    color: #ff6600;
    text-decoration: underline;

}

#prev_ms, .prev_ms, .owl-prev {
    position: absolute;
    display: block;
    width: 51px;
    height: 51px;
    background: url('/bitrix/templates/interlamp/css/../images/prev.png') rgba(0,0,0,.5) no-repeat center;
    z-index: 100;
    left: 0;
    top: 50%;
    margin-top: -20px;
}

#next_ms, .next_ms, .owl-next {

    position: absolute;
    display: block;
    width: 51px;
    height: 51px;
    background: url('/bitrix/templates/interlamp/css/../images/next.png') rgba(0,0,0,.5) no-repeat center;
    z-index: 100;
    right: 0;
    top: 50%;
    margin-top: -20px;

}

div.product div.frame div.brand {

    color: #a2a2a2;
    text-align: left;

}
div.product div.frame div.brand a {

    color: #a2a2a2;
    text-align: left;
    text-decoration: none;

}

div.old_price span.text, div.new_price span.text {

    margin-left: 0px;

}

div.old_price {

    display: inline-block;
    margin-right: 10px;
    color: #000;
    position: relative;
    font-size: 12px;

}

div.new_price span {
    color: #ff6600;
    font-size: 22px;
}

div.old_price i {

    display: block;
    width: 100%;
    border-bottom: solid 1px #ff6600;
    position: absolute;
    margin-top: 10px;

}

div.old_price span.rur {

    background-image: url('/bitrix/templates/interlamp/css/../images/gray_rur.png');
    background-position: left 5px;
    background-repeat: no-repeat;
    margin-left: 2px;

}

div.product div.frame div.rating {
    width: 78px;
    height: 12px;
    float: left;
}
div.rating .star5 {
    width: 78px;
    height: 12px;
}
div.rating .star5 div {
    position: relative;
    width: 13px;
    height: 12px;
    display: inline-block;
    background: url('/bitrix/templates/interlamp/css/../images/star-off.png');
    cursor: pointer;

}
div.rating .star5 div span {
    width: 13px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: url('/bitrix/templates/interlamp/css/../images/star-on.png');
    visibility: hidden;
}

div.product div.frame div.exists {

    width: 72px;
    height: 18px;
    text-align: right;
    color: #25bb7a;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    float: left;
    line-height: 19px;
    /*margin-bottom: 10px;*/

}
div.product div.frame div.exists:before {
    content: '\2022';
    display: block;
    color: #25bb7a;
    font-size: 18px;
    line-height: 10px;
    position: absolute;
    top: 5px;
    left: -2px;
}
div.product div.frame div.no_exists {

    width: 80px;
    height: 18px;
    text-align: right;
    color: #ff3600;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    float: left;
    line-height: 19px;
}
div.product div.frame div.no_exists:before {
    content: '-';
    display: block;
    color: #ff3600;
    font-size: 24px;
    line-height: 14px;
    position: absolute;
    top: 0;
    left: 2px;

}
div.product div.frame div.price {
    margin-bottom: 15px;
}
div.product div.frame div.usual_price {
    float: left;
}
div.product div.frame div.price .usual_price span {
    font-size: 20px;
    font-weight: normal;
}
div.product div.frame div.price .usual_price span.rur {
    display: inline-block;
}
div.product div.frame div.price .usual_price span.old_price {
    text-decoration:line-through;
    float: left;
}
div.product div.frame div.price .usual_price span.old_price.not_in_stock {
    text-decoration:none;
}
div.product div.frame div.price.sale .usual_price {
    font-size: 22px;
    color: #ff6600;
    width: 100%;
}
div.product div.frame div.price.sale span.old_price,
#msProduct div.product div.frame div.price.sale span.old_price {
    color: #000;
}
#msProduct div.product div.frame div.price.sale span.old_price {
    font-size: 20px;
    font-style: normal;
}
div.product div.frame div.price.sale span.text,
div.product div.frame div.price.sale span.text span.rur {
    font-size: 17px;
    margin-top: 4px;
}
div.product div.frame div.price.sale span.text {
    float: right;
}
div.product div.frame div.compare {
    float: right;
    text-align: right;
}
div.product div.frame div.compare a,
div.additional div.compare a,
div.product div.frame a.fitting-link {
    font-size: 13px;
    color: #333333;
    position: relative;
    border-bottom: 1px dotted;
    /* display: inline; */
    border-radius: 0;
    text-decoration: none;
    line-height: normal;
}
div.product div.frame div.compare a.del-compare {
    margin-left: 25px;
}
.compare a.comparison-link {
    border-bottom-style: none;
}
div.product div.frame div.compare a:hover,
div.product div.frame a.fitting-link:hover {
    border: none;
}
div.product div.frame div.compare i {
    display: block;
    width: 15px;
    height: 13px;
    position: absolute;
    top: 3px;
    left: -20px;
    background: url('/bitrix/templates/interlamp/css/../images/scales.png') no-repeat;
}
div.product div.frame div.compare a.add-compare i {
    background-position: 0 0;
}
div.product div.frame div.compare a.del-compare i {
    background-position: -17px 0;
}

div.additional div.compare {
    float: right;
    text-align: right;
}
div.additional div.compare a {
    font-size: 13px;
    color: #333333;
    position: relative;
    /*border-bottom: 1px dotted;*/
    /*display: inline;*/
    border-radius: 0;
    text-decoration: none;
}
div.additional div.compare a:hover {
    border: none;
}
div.additional div.compare i {
    display: block;
    width: 15px;
    height: 13px;
    position: absolute;
    top: 3px;
    left: -20px;
    background: url('/bitrix/templates/interlamp/css/../images/scales.png') no-repeat;
}
div.additional div.compare a.add-compare i {
    background-position: 0 0;
}
div.additional div.compare a.del-compare i {
    background-position: -17px 0;
}

div.over {

    position: absolute;
    width: 220px;
    border: solid 1px #d8d8d8;
    background-color: #ffffff;
    z-index: 150;
    display: none;

}

div.product {

    height: 395px;
    width: 221px;

}
.main_recommend {
    margin: 0 2px;
    position: relative;
}

#main_catalog ul li:nth-child(-n+5){
    border-top: none;
}

.catalog-block {
    position: relative;
}
.catalog-block ul li:hover,#main_catalog ul li:hover {
    z-index: 10;
    position: relative;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.1), 0 3px 10px rgba(0,0,0,0.19);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.1), 0 3px 10px rgba(0,0,0,0.19);
    box-shadow: 0 5px 10px rgba(0,0,0,0.1), 0 3px 10px rgba(0,0,0,0.19);
}

div.over div.product {

    height: 353px;
    padding: 0px;
    margin-left: 2px;
    margin-top: 2px;

}
div.product div.frame a.one_click, div.product div.frame a.basket, div.product div.frame button.basket {
    display: block;
    height: 28px;
    line-height: 28px;
    position: relative;
    text-align: center;
    border-radius: 5px;
    color: #ffffff;
    text-decoration: none;
    box-sizing: border-box;
}
div.product div.frame a.basket, div.product div.frame button.basket {
    width: 106px;
    background: #ff6d44;
    padding-left: 15px;
    float: right;
    border: none;
    cursor: pointer;
}
div.product div.frame a.basket:before, div.product div.frame button.basket:before {
    content: "";
    display: block;
    width: 17px;
    height: 13px;
    position: absolute;
    top:50%;
    margin-top: -6px;
    left: 8px;
    background: url('/bitrix/templates/interlamp/css/../images/basket_button_ico.png') no-repeat center;
}
div.product div.frame a.basket:hover, div.product div.frame button.basket:hover {
    background: #f65123;
}
div.product div.frame a.one_click {
    width: 84px;
    background: #486666;
    padding-left: 14px;
    float: left;
}
div.product div.frame a.one_click:before {
    content: "";
    display: block;
    width: 9px;
    height: 15px;
    position: absolute;
    top:50%;
    margin-top: -7px;
    left: 9px;
    background: url('/bitrix/templates/interlamp/css/../images/one_click_ico.png') no-repeat center;}
div.product div.frame a.one_click:hover {

    background: #3a5353;

}
div.product div.frame .prim {
    display: inline-block;
    padding: 5px 0;
    line-height: 16px;
    height: 16px;
}
div.top_menu .item.scale:after {
    display: none;
}
.compare a {
    position: relative;
}
/* .compare a:after {
    content: '';
    border-bottom: 1px dotted #333;
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
} */
.prim-comp-line {
    line-height: 10px;
    margin-bottom: 30px;
}
a.fitting-link {
    float: right;
    margin-top: -5px;
}
.stars-exists-line {
    line-height: 12px;
    margin-bottom: 5px;
}
/*.free-ship {*/
    /*float: right;*/
    /*text-align: right;*/
    /*line-height: 27px;*/
    /*color: #486666;*/
/*}*/
/*.free-ship-ic {*/
    /*display: inline-block;*/
    /*background: url('/bitrix/templates/interlamp/css/../images/ship-ic-big.png');*/
    /*width: 23px;*/
    /*height: 12px;*/
    /*position: relative;*/
    /*top: 2px;*/
    /*left: -3px;*/

/*}*/
.sale-ic {
    position: absolute;
    top: 5px;
    right: 0;
    width: 36px;
    height: 18px;
    font-size: 15px;
    background-color: #ff6600;
    color: white;
    font-family: Arial;
    text-align: center;
    line-height: 18px;
    border-radius: 5px 0 0 5px;
}
.sale-ic:hover {
    background-color: #ffac90;
    cursor: pointer;
}
.sale-ic.sale-bottom {
    top: 35px;
}
.free-ship {
    width: 30px;
    height: 15px;
    background: url('/bitrix/templates/interlamp/css/../images/free-ship-sprite.png') no-repeat;
    background-position: -5px -5px;
    position: absolute;
    top: 10px;
    right: 5px;
}
.free-ship:hover {
    background-position: -5px -30px;
    cursor: pointer;
}

.free-ship[data-tooltip] {
    z-index: 2;
    cursor: pointer;
}

.tooltip {
    display: none;
    position: fixed;
    width: 130px;
    padding: 5px;
    border-radius: 3px;
    background-color: rgba(1,1,1,.7);
    color: white;
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
    pointer-events: none;
    z-index: 99;
}

a.add-compare:hover:after {
    border-bottom: none;
}

div.main_brands {

    /*margin-top: -5px;*/
    /*margin-bottom: 25px;*/
    float: left;
    width: 35%;

}
div.main_brands h3, div.main_brands h2 {

    float: left;
    margin: 0px;

}

a.all_brands {

    display: block;
    float: left;
    margin-left: 12px;
    font-size: 13px;
    color: #a2041a;
    margin-top: 1px;

}

div.letters {

    float: left;
    margin-left: 12px;

}
div.letters a {

    color: #000000;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    margin-left: 15px;

}
div.letters a:hover {

    color: #a2041a;
    text-decoration: underline;

}

div.main_brands div.cont {

    width: 100%;
    height: 113px;
    background-color: #58626f;
    margin-top: 10px;

}
div.main_brands div.cont div.brand {

    float: left;
    width: 164px;
    text-align: center;
    height: 113px;

}
div.main_brands div.texts {
    background: #f3f3f3;
    padding: 38px 38px 1px;
    margin-top: 30px;
}
div.main_brands div.texts div.one_brand {

    text-align: left;
    margin-bottom: 38px;

}
div.main_brands div.texts div.one_brand img {

    margin-bottom: 12px;
    margin-top: 0!important;

}
div.main_brands div.texts div.one_brand .txt p {
    margin: 0;
}

div.designers {

    margin-bottom: 35px;

}
div.designers h3 {

    float: left;
    margin: 0px;

}

a.all {

    display: block;
    float: left;
    margin-left: 12px;
    font-size: 13px;
    margin-top: 3px;

}

div.designers div.cont {

    width: 938px;
    padding-left: 26px;
    padding-top: 1px;
    padding-right: 26px;
    padding-bottom: 12px;
    background-color: #b53c4c;
    margin-top: 10px;

}
div.designers div.cont ul {

    padding: 0px;
    list-style: none;

}
div.designers div.cont ul li {

    float: left;
    width: 25%;

}
div.designers div.cont a {

    color: #ffffff;
    font-size: 13px;
    line-height: 23px;

}

div.main_news {

    margin-bottom: 5px;
    float: left;
    width: 65%;
    padding-left: 48px;
    box-sizing: border-box;

}
div.main_news h3, div.main_news h2 {
    float: left;
    margin: 0px;
    color: #333333;
}
div.main_news div.cont {

    margin-top: 30px;

}
div.main_news div.cont div.new {

    width: 100%;
    margin-bottom: 25px;

}
div.main_news div.cont div.new div.photo {

    height: 76px;

}
div.main_news div.cont div.new div.photo img {
    height: 76px;
}
div.main_news div.cont div.new div.date {

    font-size: 11px;
    color: #8c8c8c;
    margin-top: 20px;

}
div.main_news div.cont div.new a.title {

    display: block;
    margin-top: 14px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;

}
div.main_news div.cont div.new a.title:hover {

    color: #000000;

}
div.main_news div.cont div.new p {

    margin-top: 5px;

}
div.main_cont {

    margin-bottom: 30px;
    margin-top: 25px;
    font-size: 13px;
}
div.main_cont .cont_text {
    float: left;
    width: 50%;
    box-sizing: border-box;
}
div.main_cont .cont_text:first-child {
    padding-right: 25px;
}
div.main_cont .cont_text:nth-child(2) {
    padding-left: 25px;
}
div.main_cont div.left {

    float: left;
    width: 50%;

}
div.main_cont div.right {

    float: right;
    width: 315px;

}
div.main_cont p {

    font-size: 13px;

}
div.main_cont div.right a.head {

    display: block;
    width: 275px;
    height: 30px;
    background: url('/bitrix/templates/interlamp/css/../images/drop.png') no-repeat 16px 11px;
    padding-left: 40px;
    background-color: #759e9b;
    color: #ffffff;
    font-size: 13px;
    padding-top: 10px;
    text-decoration: none;

}
div.main_cont div.right div.photo {

    width: 243px;
    border-left: solid 1px #dedede;
    border-right: solid 1px #dedede;
    border-bottom: solid 1px #dedede;
    padding-left: 35px;
    padding-top: 24px;
    padding-right: 35px;
    padding-bottom: 24px;

}

#footer {

    position: relative;
    min-height: 168px;
    background-color: #486666;
    color: #ffffff;
    padding-top: 20px;

}

div.bottom_line {

    height: 46px;
    background-color: #2e353d;
    color: #ffffff;
    padding-top: 18px;
    padding-bottom: 15px;

}
div.bottom_line div.left {

    float: left;
    font-size: 13px;
    max-width: 500px;

}
div.bottom_line div.right {

    width: 25%;
    float: right;
    text-align: left;
    font-size: 13px;

}
div.bottom_line div.right div {
    margin-bottom: 8px;
}
div.bottom_line div.right a {

    color: #ffffff;
    font-size: 13px;

}

#footer div.to_top {

    position: fixed;
    z-index: 99;
    bottom: 220px;
    #background: url('/bitrix/templates/interlamp/css/../images/arrow.png') no-repeat left top;
    width: 57px;
    height: 57px;
    margin-left: 1012px;
    margin-top: -152px;
    cursor: pointer;
    display: none;

}

#footer div.left {

    float: left;
    width: 25%;

}
#footer div.left h3,#footer div.right h3 {

    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;

}
#footer div.left ul.menu {

    margin-top: 4px;
    padding: 0px;
    list-style: none;

}
#footer div.left ul.menu a {

    color: #ffffff;
    line-height: 27px;

}
#footer div.left ul.deliv {

    padding: 0px;
    list-style: none;
    margin-top: 14px;

}
#footer div.left ul.deliv li {

    margin-bottom: 0;

}
#footer div.left ul.deliv a {

    font-size: 13px;
    color: #ffffff;
    line-height: 27px;

}

#footer div.right {

    float: right;
    width: 25%;
    text-align: left;
    font-size: 14px;

}
#footer div.right div.head {
    margin-top: 20px;
}
#footer div.right div.head, #footer div.right div.city_head {

    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    margin-right: 5px;

}
#footer div.right .phone {

    font-weight: 400;
    font-size: 16px;
    margin-bottom: 20px;
    display: inline-block;
    color:#fff;
    text-decoration: none;

}
#footer div.right a.mail {

    font-size: 12px;
    color: #ffffff;
    display: block;
    margin-bottom: 8px

}
#footer div.right p {

    font-size: 12px;
    margin-bottom: 4px;

}
#footer div.right div.icons {

    margin-bottom: 20px;

}
#footer div.right div.icons a {

    text-decoration: none;

}
#footer div.right div.icons img {

    margin-right: 8px;

}

#footer .addr {
    font-size: 13px;
    margin-left: 61px;
    margin-top: -18px;
    margin-bottom: 15px;
}

div.breadcrumbs {
    margin-top: 0;
    margin-bottom: 25px;
    color: #999999;
    font-size: 11px;
    padding-left: 5px;
}
.breadcrumbs .fa-caret-right{
    font-size: 8px;
    padding: 0 4px 0 3px;
}
div.breadcrumbs a {

    color: #999999;
    font-size: 11px;
}
div.breadcrumbs a:hover {

}
div.breadcrumbs span {

    color: #a3a3a3;

}

div.block {

    width: 988px;
    border: solid 1px #e3e3e3;
    padding-top: 16px;
    padding-bottom: 28px;
    margin-bottom: 14px;

}
div.block.profile, div.block.subscribe {
    width: 100%;
    box-sizing: border-box;
}
div.block h1, h1 {

    margin: 0px;
    margin-left: 21px;
    margin-right: 21px;

}

h1 {
    margin-left: 0px;
    margin-left: 4px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    color:#000;
}

div.block div.data {

    margin-left: 21px;
    margin-right: 21px;
    margin-top: 10px;

}
div.block div.data h3 {

    font-size: 14px;
    margin: 0px;

}
div.block div.data p {

    margin: 0px;

}
div.block div.data div.left {

    float: left;
    width: 40%;

}
div.block div.map {

    width: 460px;
    height: 320px;
    margin: 10px 15px 20px;

}
div.block div.form_cont {

    margin-left: 21px;
    margin-top: 27px;
    background: url('/bitrix/templates/interlamp/css/../images/form_line.png') no-repeat left top;
    padding-top: 23px;
    font-size: 13px;

}
div.block div.form_cont h3 {

    font-size: 17px;
    font-weight: 600;
    margin: 0px;
    margin-bottom: 15px;

}
div.block div.form_cont input {

    width: 442px;
    height: 28px;
    border: solid 1px #dddddd;
    background-color: #f8f8f8;
    margin-top: 5px;
    margin-bottom: 10px;
    outline: none;
    padding-left: 2px;
    padding-right: 2px;

}
div.block div.form_cont input.active {

    border: solid 1px #67b683;
    background-color: #ffffff;

}
div.block div.form_cont input.error {

    border: solid 1px #ff0000;

}
div.block div.form_cont div.left {

    float: left;
    margin-right: 48px;

}
div.block div.form_cont textarea {

    width: 442px;
    max-width: 442px;
    height: 109px;
    border: solid 1px #dddddd;
    background-color: #f8f8f8;
    margin-top: 5px;
    margin-bottom: 10px;
    outline: none;
    padding-left: 2px;
    padding-right: 2px;
    resize: vertical;

}
div.block div.form_cont textarea.active {

    border: solid 1px #67b683;
    background-color: #ffffff;

}
div.block div.form_cont textarea.error {

    border: solid 1px #ff0000;

}
div.block div.form_cont div.right {

    float: left;

}
div.block div.form_cont a.send_btn {

    display: block;
    width: 160px;
    height: 27px;
    background-color: #ffac90;
    color: #ffffff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    padding-top: 6px;

}
div.block div.form_cont a.send_btn:hover {

    background-color: #ffcea3;

}

div.left_col {

    width: 222px;
    float: left;

}
div.left_col div.left_menu {

    width: 100%;
    box-sizing: border-box;

}
div.left_col div.left_menu div.punct {

    border-bottom: solid 1px #b1c2c2;
    background-color: #cedada;
    padding: 0;
    position: relative;

}
div.left_col div.left_menu div.punct:last-child {
    border: none;
}
div.left_col div.left_menu div.punct a {

    display: block;
    color: #000000;
    text-decoration: none;
    padding: 9px 11px;
    line-height: 16px;
    position: relative;

}
div.left_col div.left_menu div.punct a i {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
    -ms-transform: translateY(-50%); /* IE 9 */
    transform: translateY(-50%); /* IE 10, Fx 16+, Op 12.1+ */
}
div.left_col div.left_menu div.punct li a {
    line-height: 28px;
}
div.left_col div.left_menu div.punct:hover, div.left_col div.left_menu div.punct.active2 {

    background: #ffac90;

}
div.left_col div.left_menu div.punct:hover > a {

    color: #ffffff;

}
div.left_col div.left_menu div.active {

    background: #ffac90;

}
div.left_col div.left_menu div.active > a {

    color: #ffffff;

}
div.left_col div.left_menu div.active2 a {

    display: block;
    #position: absolute;
    width: 200px;
    height: 39px;
    margin-left: 0px;
    margin-top: -5px;
    color: #ffffff;
    padding-left: 8px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 0px;

}
div.left_col div.left_menu div.sub_left_menu a {

    color: #000000;
    text-decoration: none;
    font-size: 12px;
    line-height: 15px;
    display: block;
    border-bottom: solid 1px #f0f0f0;
    padding-left: 29px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;

}
div.left_col div.left_menu div.sub_left_menu a.active {

    color: #ffffff;
    background-color: #b53c4c;

}
div.left_slider {

    border-left: solid 1px #d8d8d8;
    border-right: solid 1px #d8d8d8;
    border-bottom: solid 1px #d8d8d8;
    margin-bottom: 30px;
    padding-left: 5px;
    padding-right: 8px;
    padding-top: 6px;
    width: 189px;
    margin-top: -5px;

}

#left_catalog {

    margin-top: 0px;

}
#left_catalog ul {

    padding: 0px;
    list-style: none;

}
#left_prev_ms {

    position: absolute;
    display: block;
    width: 21px;
    height: 32px;
    background: url('/bitrix/templates/interlamp/css/../images/prev_2.png') no-repeat left top;
    margin-left: 0px;
    margin-top: 78px;
    z-index: 100;

}
#left_next_ms {

    position: absolute;
    display: block;
    width: 21px;
    height: 32px;
    background: url('/bitrix/templates/interlamp/css/../images/next_2.png') no-repeat left top;
    margin-left: 171px;
    margin-top: 78px;
    z-index: 100;

}

div.left_header {

    color: #ffffff;
    text-align: center;
    width: 212px;
    height: 31px;
    background: url('/bitrix/templates/interlamp/css/../images/lent.png') no-repeat left top;
    margin-top: 14px;
    font-weight: 600;
    font-size: 17px;
    padding-top: 1px;
    margin-left: -4px;

}

div.right_col {

    float: left;
    width: 888px;
    box-sizing: border-box;
    padding-left: 29px;

}
div.right_col.item_product{

    padding-left: 40px;

}
div.right_col p {

    margin-top: 3px;

}
div.right_col h1 {

    font-size: 22px;
    margin: -6px 0 32px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;

}

div.pluses {

    border: solid 1px #e1e1e1;
    width: 767px;
    padding-bottom: 14px;
    padding-top: 40px;
    margin-top: 10px;
    margin-bottom: 20px;

}
div.pluses div.plus {

    float: left;
    width: 235px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;

}
div.pluses div.plus div.photo {

    height: 123px;
    margin-bottom: 10px;

}
div.pluses div.plus a.title {

    display: block;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;

}
div.pluses div.plus p {

    margin-top: 4px;

}
div.pluses div.head {

    position: absolute;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    margin-top: -52px;
    margin-left: 260px;

}

div.new_slider {

    width: 773px;
    height: 358px;
    margin-top: 0px;
    margin-bottom: 30px;

}
#new_slider ul {
    width: 773px;
    height: 358px;
    padding: 0;
    margin: 0;
    list-style: none;
}
#new_slider .bx-wrapper .bx-controls-direction a {
    width: 24px;
    height: 39px;
    position: absolute;
    margin-top: -195px;

    text-indent: -9999px;
    z-index: 99;

}
#new_slider .bx-wrapper .bx-prev {
    background: url('/bitrix/templates/interlamp/css/../images/prev.png') no-repeat left top;
    width: 24px;
    height: 39px;
    margin-left: 13px;
}
#new_slider .bx-wrapper .bx-next {
    background: url('/bitrix/templates/interlamp/css/../images/next.png') no-repeat left top;
    width: 24px;
    height: 39px;
    right: 10px;
}
#new_slider .bx-wrapper .bx-prev:hover {

}
#new_slider .bx-wrapper .bx-next:hover {

}
#new_slider .bx-wrapper .bx-pager.bx-default-pager {
    position: absolute;
    margin-top: -2400px;
    margin-left: 50%;
}
#new_slider .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item {
    float: left;

}
#new_slider .bx-wrapper .bx-pager.bx-default-pager a {
    width: 15px;
    height: 15px;
    text-indent: -9999px;
    display: inline-block;

}
#new_slider .bx-wrapper .bx-pager.bx-default-pager a.active {
    width: 15px;
    height: 15px;

}
#new_slider div.count {

    position: absolute;
    width: 125px;
    height: 51px;
    color: #ffffff;
    font-weight: 550;
    font-size: 19px;
    z-index: 50;
    margin-top: 307px;
    margin-left: 698px;

}
#new_slider a.full {

    width: 50px;
    height: 51px;
    display: block;
    position: absolute;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    background: url('/bitrix/templates/interlamp/css/../images/full.png') no-repeat center center;
    background-color: #ffac90;
    z-index: 99;
    margin-left: 648px;
    margin-top: 307px;
    border-right: dotted 1px #ffcea3;
}
#new_slider a.full:hover {

    background-color: #ffcea3;

}
#new_slider div.count div.bg {

    background-color: #ffac90;
    #opacity: 0.8;
    width: 75px;
    height: 51px;
    #-webkit-border-top-left-radius: 6px;
    #-moz-border-radius-topleft: 6px;
    #border-top-left-radius: 6px;

}
#new_slider span {

    position: absolute;
    margin-top: -38px;
    display: block;
    text-align: center;
    width: 75px;

}

div.main_banner_before_types {
    width: 100%;
    background: #f3f3f3;
    margin-bottom: 35px;
    padding: 33px 20px 36px;
    margin-top: 40px;
    box-sizing: border-box;
}
div.main_banner_before_types .item {
    display: block;
    width: 25%;
    float: left;
    text-align: center;
}
div.main_banner_before_types .item .img {
    height: 35px;
    margin-bottom: 21px;
    box-sizing: border-box;
}
div.main_banner_before_types .item img {
    display: block;
    margin: 0 auto;
}
div.main_banner_before_types .item span {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 14px;
    display: block;
}
div.main_banner_before_types .item div {
    color: #666666;
    line-height: 17px;
    font-size: 13px;
}

div.news {

    margin-bottom: 20px;
    padding-left: 20px;

}
div.news div.new {

    width: 100%;
    margin-bottom: 25px;

}
div.news div.new div.photo {

    height: 76px;
    width: 209px;
    overflow: hidden;
    float: left;

}
div.news div.new div.photo img {

    height: 76px;

}
div.news div.new div.news-info {

    height: 76px;
    width: 629px;
    box-sizing: border-box;
    padding-left: 30px;
    float: left;
    line-height: 15px;
}
div.news div.new div.date {

    font-size: 11px;
    color: #7a7a7a;
    margin-top: 15px;

}
div.news div.new div.desc {

    margin-top: 20px;
    font-size: 13px;

}
div.news div.new a.title {

    font-size: 15px;
    font-weight: 400;
}
div.news_content {
    margin-bottom: 50px;
    font-size: 13px;
}
.news_content p strong a {
    color: inherit;
}
div.news_content ul {
    padding-left: 12px;
    margin-left: 35px;
}
div.news_content ol {
    padding-left: 13px;

}
div.news_content ol li {
    margin-bottom: 5px;
}
div.news_content ol li a {
    text-decoration: none;
    border-bottom: 1px dashed #ff6600;
}
div.news_content ol li a:hover {
    border-bottom: none;
}
div.news_content h2 {
    margin-left: 0;
}
div.news_content img {
    max-width: 80%;
}
.news_content .news-panel {
    margin-top: 30px;
}
.news_content .news-panel .news-share{
    float: right;
}
.news_content .news-panel .item, .news-info .item {
    float:left;
}
.news_content .news-panel .item.rate, .news-info .item.rate {
    margin-right: 50px;
    line-height: 19px;
}
.news_content .news-panel .viewers, .news-info .viewers {
    background: url('/bitrix/templates/interlamp/css/../images/sprite.png') no-repeat;
    background-position: -175px -3px;
    font-size: 13px;
    padding-left: 26px;
    color: #666;
    line-height: 20px;
}
.news-info .viewers {
    line-height: 13px;
    background-position: -175px -8px;
}
.news_content .news-panel .viewers.inactive, .news-info .viewers.inactive {
    background-position: -175px -27px;
    color: #cccccc;
}
div.numpages {

    margin-bottom: 30px;
    margin-top: 60px;
    text-align: center;

}
div.numpages .num-block {

    display: inline-block;

}
div.numpages a {
    margin: 0 3px;
}
div.numpages a.num {

    display: block;
    float: left;
    width: 25px;
    height: 25px;
    text-align: center;
    text-decoration: underline;
    color: #ff6600;
    font-size: 14px;
    box-sizing: border-box;

}
div.numpages a.num:hover {

    text-decoration: none;

}
div.numpages a.active {

    text-decoration: none;
    border: 1px solid #ff6600;

}
div.numpages a.prev {

    display: block;
    float: left;
    width: 25px;
    height: 25px;
    background: url('/bitrix/templates/interlamp/css/../images/numb_arrow_1.png') #649292 no-repeat center;
    box-sizing: border-box;
    margin: 0 10px;

}
div.numpages a.next {

    display: block;
    float: left;
    width: 25px;
    height: 25px;
    background: url('/bitrix/templates/interlamp/css/../images/numb_arrow_2.png') #649292 no-repeat center;
    box-sizing: border-box;
    margin: 0 10px;

}
div.numpages a.prev_gray {

    display: block;
    float: left;
    width: 25px;
    height: 25px;
    background: url('/bitrix/templates/interlamp/css/../images/numb_arrow_1.png') #dadada no-repeat center;
    margin: 0 10px;

}
div.numpages a.next_gray {

    display: block;
    float: left;
    width: 25px;
    height: 25px;
    background: url('/bitrix/templates/interlamp/css/../images/numb_arrow_2.png') #dadada no-repeat center;
    margin: 0 10px;

}

fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

div.filters {
    width: 100%;
    border: solid 1px #d8d8d8;
    background-color: #f9f9f9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-top: 9px;
    padding-bottom: 9px;
    box-sizing: border-box;

}
div.filters div.head {

    font-weight: bold;

}
div.filters div.left {

    float: left;
    width: 261px;
    margin-left: 11px;

}
div.filters div.center {

    float: left;
    width: 261px;

}
div.filters div.right {

    float: right;
    width: 224px;
    text-align: left;

}

#mse2_ms\7c vendor > h4 {
    margin-top: 0;
}

div.filters div.left label {
    width: 44%;
    margin-right:3%;
}

div.filters a.brand_btn {

    display: block;
    width: 132px;
    height: 21px;
    background: url('/bitrix/templates/interlamp/css/../images/brand_btn.png') no-repeat left top;
    color: #656565;
    padding-left: 22px;
    margin-top: 4px;
    margin-bottom: 7px;
    text-decoration: none;
    padding-top: 2px;

}
div.filters a.brand_btn:hover {

    background: url('/bitrix/templates/interlamp/css/../images/brand_btn.png') no-repeat left -27px;

}
div.filters div.brand_res {

    font-size: 11px;
    color: #828282;
    margin-bottom: 25px;

}
div.filters div.brand_res span {

    font-size: 12px;
    font-weight: bold;
    color: #000000;

}
div.filters div.brand_res a {

    background: url('/bitrix/templates/interlamp/css/../images/delete.png') no-repeat left 2px;
    padding-left: 4px;
    padding-right: 4px;
    text-decoration: none;

}
div.filters div.dia_cont {

    margin-top: 15px;
    width: 207px;
    margin-bottom: 20px;

}
div.filters div.inputs {

    font-size: 11px;
    float: left;
    margin-left: 5px;

}
div.filters div.inputs input {

    width: 62px;
    height: 21px;
    border: solid 1px #dddddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    padding-left: 2px;
    padding-right: 2px;
    margin-right: 4px;

}
div.filters span.rur {

    margin-top: 2px;

}

div.box a.checkbox {

    display: block;
    padding-left: 24px;
    background: url('/bitrix/templates/interlamp/css/../images/checkbox.png') no-repeat left 1px;
    float: left;
    text-decoration: none;
    width: 79px;
    color: #000000;
    margin-top: 7px;
    font-size: 12px;

}
div.box a.active {

    background: url('/bitrix/templates/interlamp/css/../images/checkbox.png') no-repeat left -31px;

}

div.reset {

    padding: 10px;
    float: left;

}
div.reset img {

    float: left;
    margin-right: 6px;

}
div.reset button {
    color: #6d6e87;
    text-decoration: none;
    border-bottom: dotted 1px;
    line-height: 16px;
    background: none;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 0;
    cursor: pointer;
}
div.reset a:hover {

    border: none;

}

div.send {

    float: right;
    margin-right: 11px;
    width: 230px;

}
div.send button.send_btn {
    display: block;
    width: 94px;
    height: 27px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    padding: 5px 0;
    background-color: #759e9b;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: right;
    border: 0;
    cursor: pointer;
}
div.send a.send_btn:hover {

    background-color: #94afad;

}
div.send div.find {

    float: right;
    margin-right: 10px;
    color: #b53c4c;
    margin-top: 5px;
    width: 120px;

}
div.send div.find span {

    font-weight: bold;

}

a.add_filters {

    text-align: center;
    width: 186px;
    height: 21px;
    display: block;
    color: #ffffff;
    background-color: #759e9b;
    margin: 0 auto 30px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding-top: 1px;
    text-decoration: none;

}

a.remove_filters {

    position: absolute;
    text-align: center;
    width: 186px;
    height: 21px;
    display: none;
    color: #ffffff;
    background-color: #759e9b;
    margin-top: -22px;
    left: 50%;
    margin-left: 33px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    padding-top: 1px;
    text-decoration: none;

}
a.remove_filters:hover {
    background-color: #94afad;
}

div.for_hid {

    display: none;

}

div.sort div.left {

    float: left;

}

.sort .products-count {
    float: left;
    margin-right: 10px;
    font-size: 12px;
    color: #000;
}
.sort .products-count {
    margin-right: 20px;
    line-height: 27px;
}
.sort .products-count>span{
    font-size: 14px;
    color:#ff6600;
    vertical-align: top;
    display: inline-block;
    margin-top: -1px;
}
.sort .sorting {
    float: left;
    line-height: 27px;
}
.sort .sorting .jselectbox {
    margin-top: 3px;
}
.sort .sorting a {
    float: left;
    padding: 0px;
    padding-top: 3px;
    text-decoration: none;
    border-bottom: dotted 1px;
    height: 15px;
    margin-right: 12px;

}

div.sort div.head {
    float: left;
}
div.sort div.left a:hover {

    border-bottom: none;

}
div.sort div.left a.active {

    display: block;
    border: solid 1px #e0e0e0;
    background-color: #f9f9f9;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-weight: 700;
    color: #000000;
    text-decoration: none;
    padding-left: 8px;
    padding-right: 18px;
    height: 22px;

}
div.sort div.left a.up {

    background: url('/bitrix/templates/interlamp/css/../images/sort_up.png') no-repeat 90% 9px;

}
div.sort div.left a.down {

    background: url('/bitrix/templates/interlamp/css/../images/sort_down.png') no-repeat 90% 9px;

}
div.sort div.right {

    float: right;

}
div.sort div.right div.head {

    float: left;
    margin-top: 3px;

}
div.sort div.right div.grid-list {
    float: right;
    margin-top: -2px;
}
div.sort ul.jselectbox {
    padding-left: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    right: -1px;
    left: -1px;
    margin-top: 1px;
}
div.sort ul.jselectbox li a {
    padding-left: 6px;
    padding-top: 0;
    border: none;
    margin-right: 0;
    float: none;
    background-image: none;
    height: 26px;
    box-sizing: border-box;
    line-height: 24px;
}

div.lim_sel {

    font-size: 12px;
    color: #000000;
    float: left;
    margin-right: 30px;
}
div.lim_sel div.jselectbox {
    width: 45px;
    height: 22px;
    display: inline-block;
    margin-left: 8px;
}
div.lim_sel ul.jselectbox {
    right: -1px;
    left: -1px;
    top: 23px;
}

div.sorting a.jselected {
    padding-left: 6px;
    padding-top: 0;
    border: none;
    margin-right: 0;
    float: none;
    background-image: none;
    height: 22px;
    box-sizing: border-box;
    line-height: 20px;
}
div.sorting div.jselectbox {
    height: 22px;
    width: 151px;
    display: inline-block;
    margin-left: 8px;
}
div.sorting ul.jselectbox li a {

}

div.products {

    margin-bottom: 10px;

}
div.products ul {

    padding: 0px;
    list-style: none;

}
div.products ul li {

    float: left;
    margin-right: 5px;

}
div.products ul li > div.product {

    height: 310px;

}

div.bg_bubble {
    position: fixed;
    z-index: 9999;
    width: 100%;
    background: rgba(0,0,0,.5);
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

div.bubble {

    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    left:0;
}
div.bubble div.all {

    width: 938px;
    position: relative;
    margin: 0 auto;
    margin-top: 153px;

}
div.bubble div.all div.head {

    background-color: #58626f;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 700;
    height: 33px;
    padding-left: 23px;
    padding-top: 6px;

}
div.bubble div.all div.head a.close {

    float: right;
    display: block;
    width: 10px;
    height: 10px;
    background: url('/bitrix/templates/interlamp/css/../images/close.png') no-repeat left top;
    margin-right: 15px;
    margin-top: 9px;

}
div.bubble div.all div.middle {

    background-color: #ffffff;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding-top: 20px;
    padding-bottom: 18px;
    padding-left: 21px;
    padding-right: 21px;

}
div.bubble div.all div.middle div.cont a.checkbox {

    padding-left: 22px;
    display: block;
    height: 16px;
    width: 157px;
    float: left;
    margin-bottom: 6px;
    color: #000000;
    background: url('/bitrix/templates/interlamp/css/../images/checkbox.png') no-repeat left top;
    text-decoration: none;
    font-size: 11px;

}
div.bubble div.all div.middle div.cont a.active {

    background: url('/bitrix/templates/interlamp/css/../images/checkbox.png') no-repeat left -32px;

}
div.bubble div.all div.middle div.btns {

    margin-top: 19px;

}
div.bubble div.all div.middle div.btns a.line {

    text-decoration: none;
    border-bottom: dashed 1px;
    margin-right: 27px;
    float: left;

}
div.bubble div.all div.middle div.btns a.line:hover {

    border-bottom: none;

}
div.bubble div.all div.middle div.btns a.select_btn {

    margin-left: 126px;
    width: 236px;
    height: 23px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #ffffff;
    text-align: center;
    background-color: #ff6d44;
    display: block;
    float: left;
    text-decoration: none;
    padding-top: 5px;

}

div.services {

    margin-top: 15px;
    margin-bottom: 15px;
    border-top: solid 1px #ebebeb;

}
div.services div.service {

    margin-top: 17px;
    padding-bottom: 17px;
    border-bottom: solid 1px #ebebeb;

}
div.services div.service img {

    margin-right: 29px;
    float: left;

}
div.services div.service a.title {

    font-weight: bold;
    font-size: 17px;
    color: #000000;
    text-decoration: none;
    line-height: 19px;

}
div.services div.service p {

    margin-top: 5px;

}
div.services div.service a.more {

    display: block;
    width: 122px;
    height: 23px;
    color: #ffffff;
    background-color: #759e9b;
    text-align: center;
    text-decoration: none;
    float: right;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-top: 4px;

}
div.services div.service a.more:hover {

    background-color: #94afad;

}

div.auth {
    float: left;
    width: 318px;
    border: solid 1px #e1e5e6;
    margin-top: 16px;
    margin-right: 14px;
    padding-bottom: 12px;
    padding-top: 5px;
}
div.auth h3 {
    margin: 0px;
    margin-left: 18px;
    margin-bottom: 18px;
}
div.auth div.head {
    margin-left: 18px;
    font-size: 13px;
}
div.auth input {
    margin-left: 18px;
    width: 264px;
    height: 28px;
    border: solid 1px #dddddd;
    background-color: #fbfbfb;
    padding-left: 2px;
    padding-right: 2px;
    margin-top: 2px;
    margin-bottom: 12px;
    outline: none;
}
div.auth input.active {
    border: solid 1px #67b683;
    background-color: #ffffff;
}
div.auth input.error {
    border: solid 1px #b53c4c;
    color: #b53c4c;
}
div.auth a.enter {
    display: block;
    width: 112px;
    height: 28px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #ffffff;
    float: left;
    background-color: #b53c4c;
    text-align: center;
    text-decoration: none;
    margin-left: 18px;
    padding-top: 6px;
    font-size: 13px;
}
div.auth a.enter:hover {
    background-color: #cb7581;
}
div.auth a.forget {
    float: right;
    font-size: 12px;
    margin-right: 30px;
    margin-top: 6px;
}

div.registr {
    float: left;
    width: 654px;
    border: solid 1px #e1e5e6;
    margin-top: 16px;
    padding-bottom: 12px;
    padding-top: 5px;
}
div.registr h3 {
    margin: 0px;
    margin-left: 18px;
    margin-bottom: 18px;
}
div.registr .alert-success {
    margin-left: 18px;
    margin-bottom: 18px;
}
div.registr div.head {
    margin-left: 18px;
    font-size: 13px;
}
div.registr input {
    margin-left: 18px;
    width: 354px;
    height: 28px;
    border: solid 1px #dddddd;
    background-color: #fbfbfb;
    padding-left: 2px;
    padding-right: 2px;
    margin-top: 2px;
    margin-bottom: 12px;
    outline: none;
    float: left;
    margin-right: 10px;
}
div.registr input.active {
    border: solid 1px #67b683;
    background-color: #ffffff;
}
div.registr input.error {
    border: solid 1px #b53c4c;
    color: #b53c4c;
}

div.registr .conditions {
    padding-bottom: 10px;
}

div.registr a.registr {
    display: block;
    width: 152px;
    height: 28px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #ffffff;
    float: left;
    background-color: #b53c4c;
    text-align: center;
    text-decoration: none;
    margin-left: 18px;
    padding-top: 6px;
    font-size: 13px;
}
div.registr a.registr:hover {
    background-color: #cb7581;
}
div.registr input.registr {
    display: block;
    width: 152px;
    height: 35px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #ffffff;
    float: left;
    background-color: #ffac90;
    text-align: center;
    text-decoration: none;
    margin-left: 18px;
    padding-top: 2px;
    font-size: 13px;
    border: none;
    cursor: pointer;
}
div.registr input.registr:hover {
    background-color: #ffcea3;
}
div.registr p {
    margin-left: 18px;
}
div.registr div.error, div.registr span.error {
    color: #b53c4c;
    font-size: 11px;
    margin-left: 18px;
    margin-bottom: 10px;
    margin-top: -10px;
}

div.registr span.error {
    display:block;
}

.row:after, .row:before {
    display: table;
    content: " ";
}
.row:after {
    clear: both;
}
.col-auto {
    width: auto;
    float: left;
}
.or {
    margin-top: 27px;
}

div.login {

    position: absolute;
    z-index: 10000;
    margin-left: -110px;
    margin-top: 13px;
    display: none;

}
div.login div.cont {

    width: 252px;
    background-color: rgba(255,255,255,.96);
    -webkit-box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.15);
    padding-top: 12px;
    padding-bottom: 15px;
    position: relative;

}
div.login div.cont:before {

    display: block;
    content: "";
    background-color: transparent;
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid rgba(255,255,255,.96);

}
div.login div.cont form {
    padding: 0 22px;
}
div.login div.cont a.enter {

    display: block;
    width: 112px;
    height: 28px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #ffffff;
    background-color: #b53c4c;
    text-align: center;
    text-decoration: none;
    margin-left: 16px;
    padding-top: 6px;
    font-size: 13px;

}
div.login div.cont a.top_forget {
    display: inline-block;
    float: left;
    padding-top: 9px;
}
div.login div.cont input {

    width: 193px;
    height: 36px;
    border: solid 1px #dddddd;
    background-color: #fbfbfb;
    padding-left: 11px;
    padding-right: 2px;
    margin-top: 2px;
    margin-bottom: 12px;
    outline: none;

}
div.login div.cont input.active {

    border: solid 1px #67b683;
    background-color: #ffffff;

}

div.auth input.enter {

    display: block;
    width: 112px;
    height: 35px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #ffffff;
    background-color: #ff6600;
    text-align: center;
    text-decoration: none;
    margin-left: 16px;
    padding-top: 2px;
    font-size: 13px;
    border: none;
    cursor: pointer;

}
div.auth input.enter:hover {

    background-color: #ffcea3;

}

div.login div.cont input.enter {

    display: inline-block;
    float: right;
    width: 68px;
    height: 32px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
    background-color: #ff6d44;
    text-align: center;
    text-decoration: none;
    padding-top: 2px;
    font-size: 13px;
    border: none;
    cursor: pointer;
    padding-left: 0;
    padding-right: 0;

}
div.login div.cont input.enter:hover {

    background-color: #ffcea3;

}

.error {
    color:#ff0000;
}

.loginMessage {
    text-align:center;
}

div.auth p {

    margin-left: 20px;

}

div.login div.cont input.error {

    border: solid 1px #b53c4c;
    color: #b53c4c;

}
div.login div.cont div.head {

    margin-left: 16px;
    font-size: 13px;

}
div.login div.top {

    width: 160px;
    height: 18px;
    position: absolute;
    margin-top: -39px;

}
div.login div.bottom {

    width: 100%;
    height: 10px;
    position: absolute;
    margin-top: 0px;

}
div.login div.left {

    width: 10px;
    height: 120%;
    position: absolute;
    margin-top: -10px;
    margin-left: -10px;

}
div.login div.right {

    width: 10px;
    height: 130%;
    position: absolute;
    margin-top: -39px;
    margin-left: 304px;

}

div.auth_ok {

    position: absolute;
    z-index: 100;
    margin-top: 11px;
    margin-left: -74px;
    display: none;

}
div.auth_ok div.cont {

    width: 200px;
    border-top: solid 1px #e1e5e6;
    border-left: solid 1px #e1e5e6;
    border-right: solid 1px #e1e5e6;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.75);

}
div.auth_ok div.top {

    width: 60px;
    height: 38px;
    position: absolute;
    margin-top: -39px;

}
div.auth_ok div.bottom {

    width: 100%;
    height: 10px;
    position: absolute;
    margin-top: 0px;

}
div.auth_ok div.left {

    width: 10px;
    height: 120%;
    position: absolute;
    margin-top: -10px;
    margin-left: -10px;

}
div.auth_ok div.right {

    width: 10px;
    height: 130%;
    position: absolute;
    margin-top: -39px;
    margin-left: 202px;

}
div.auth_ok div.is_auth a {

    display: block;
    height: 22px;
    border-bottom: solid 1px #e1e5e6;
    color: #000000;
    text-decoration: none;
    padding-top: 3px;
    padding-left: 8px;
    font-size: 13px;

}
div.auth_ok div.is_auth a:hover, div.auth_ok div.is_auth a.active {

    color: #a2041a;
    text-decoration: underline;

}

div.bubble_login {

    position: absolute;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: none;

}
div.bubble_login div.all {

    width: 302px;
    position: relative;
    margin: 0 auto;
    margin-top: 153px;

}
div.bubble_login div.all div.login_cont {

    display: block;

}
div.bubble_login div.all div.login_cont div.cont {

    width: 302px;
    border: solid 1px #e1e5e6;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.75);
    padding-top: 12px;
    padding-bottom: 15px;

}
div.bubble_login div.all div.login_cont div.cont a.enter {

    display: block;
    width: 270px;
    height: 28px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #ffffff;
    background-color: #ffac90;
    text-align: center;
    text-decoration: none;
    margin-left: 16px;
    padding-top: 6px;
    font-size: 13px;

}
div.bubble_login div.all div.login_cont div.cont a.enter:hover {

    background-color: #ffcea3;

}
div.bubble_login div.all div.login_cont div.cont input {

    margin-left: 16px;
    width: 264px;
    height: 28px;
    border: solid 1px #dddddd;
    background-color: #fbfbfb;
    padding-left: 2px;
    padding-right: 2px;
    margin-top: 2px;
    margin-bottom: 12px;
    outline: none;

}
div.bubble_login div.all div.login_cont div.cont input.active {

    border: solid 1px #67b683;

}
div.bubble_login div.all div.login_cont div.cont input.error {

    border: solid 1px #b53c4c;
    color: #b53c4c;

}
div.bubble_login div.all div.login_cont div.cont div.head {

    margin-left: 16px;
    font-size: 13px;
    color: #000000;

}
div.bubble_login div.all div.login_cont div.cont h3 {

    float: left;
    margin: 0px;
    margin-left: 16px;
    margin-bottom: 15px;
    color: #000000;

}
div.bubble_login div.all div.login_cont div.cont a.close {

    display: block;
    width: 15px;
    height: 15px;
    background: url('/bitrix/templates/interlamp/css/../images/close_2.png') no-repeat left top;
    float: right;
    margin-top: 3px;

}

div.bubble_click {

    position: absolute;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: none;

}
div.bubble_click div.all {

    width: 417px;
    position: relative;
    margin: 0 auto;
    margin-top: 100px;

}
div.bubble_click div.all div.click_cont {

    display: block;

}
div.bubble_click div.all div.click_cont div.cont {

    width: 417px;
    border: solid 1px #e1e5e6;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.75);
    padding-top: 12px;
    padding-bottom: 15px;

}
div.bubble_click div.all div.click_cont div.cont div.contain {

    padding: 0 40px;
    box-sizing: border-box;

}
div.bubble_click div.all div.click_cont div.cont a.enter,
div.bubble_click div.all div.click_cont div.cont button.enter {
    display: inline-block;
    height: 32px;
    line-height: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff;
    background-color: #ff6d44;
    text-align: center;
    text-decoration: none;
    padding: 0 15px;
    font-size: 13px;

}

div.bubble_click div.all div.click_cont div.cont button.enter {
    border:none;
}

div.bubble_click div.all div.click_cont div.cont a.enter:hover {

    background-color: #f65123;

}
div.bubble_click div.all div.click_cont div.cont input {

    width: 208px;
    height: 36px;
    border: solid 1px #cccccc;
    background-color: #fbfbfb;
    padding-left: 11px;
    padding-right: 2px;
    display: block;
    margin: 0px auto 25px;
    outline: none;

}
div.bubble_click div.all div.click_cont div.cont input.active {

    border: solid 1px #67b683;

}
div.bubble_click div.all div.click_cont div.cont input.error {

    border: solid 1px #b53c4c;
    color: #b53c4c;

}
div.bubble_click div.all div.click_cont div.cont div.head {

    margin-left: 88px;
    font-size: 13px;
    color: #000000;

}
div.bubble_click div.all div.click_cont div.cont h3 {

    margin: 0px;
    margin-top: 20px;
    margin-bottom: 15px;
    color: #000000;
    text-align: center;

}
div.bubble_click div.all div.click_cont div.cont a.close {

    display: block;
    width: 15px;
    height: 15px;
    background: url('/bitrix/templates/interlamp/css/../images/close_2.png') no-repeat left top;
    float: right;
    margin-right: 18px;
    margin-top: 3px;

}
div.bubble_click div.all div.click_cont div.bask {

    margin-top: 15px;
    margin-bottom: 25px;

}
div.bubble_click div.all div.click_cont div.bask .img_one_click {

    display: block;
    width: 94px;
    height: 94px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    float: left;

}
div.bubble_click div.all div.click_cont div.bask img {

    float: left;
    margin-right: 14px;

}
div.bubble_click div.all div.click_cont div.bask .div_title {
    float: left;
    width: 241px;
    height: 96px;
    padding-left: 20px;
    display: table;
    box-sizing: border-box;
}
div.bubble_click div.all div.click_cont div.bask a.title {

    text-decoration: none;
    color: #000000;
    font-size: 13px;
    line-height: 18px;
    display: table-cell;
    vertical-align: middle;

}
div.bubble_click div.all div.click_cont div.btns {

    margin-top: 35px;
    padding-bottom: 40px;

}
div.bubble_click div.all div.click_cont div.cont div.btns a.continue {

    display: block;
    width: 173px;
    height: 28px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #ffffff;
    background-color: #67b683;
    text-align: center;
    text-decoration: none;
    margin-left: 88px;
    padding-top: 6px;
    font-size: 13px;
    float: left;
    margin-right: 48px;

}
div.bubble_click div.all div.click_cont div.cont div.btns a.continue:hover {

    background-color: #7cd99c;

}
div.bubble_click div.all div.click_cont div.cont div.btns a.order {

    display: block;
    width: 151px;
    height: 28px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #ffffff;
    background-color: #b53c4c;
    text-align: center;
    text-decoration: none;
    padding-top: 6px;
    font-size: 13px;
    float: left;

}
div.bubble_click div.all div.click_cont div.cont div.btns a.order:hover {

    background-color: #cb7581;

}

div.callback_me_please {}
div.callback_me_please .bubble_login {
    position: absolute;
    width: inherit;
    height: inherit;
    margin-left: -25px;
}
div.callback_me_please .bubble_login div.all {
    margin: inherit;
    margin-top: 10px;
    width: inherit;
}
div.callback_me_please .bubble_login div.all div.login_cont div.cont {
    width: 252px;
    background-color: rgba(255,255,255,.96);
    -webkit-box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.15);
    padding-top: 12px;
    padding-bottom: 15px;
    position: relative;
    padding-right: 22px;
    padding-left: 22px;
    box-sizing: border-box;
}
div.callback_me_please .bubble_login div.all div.login_cont div.cont:before, .rating-popup:before {
    display: block;
    content: "";
    background-color: transparent;
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid rgba(255,255,255,.96);
}
div.callback_me_please .bubble_login div.all div.login_cont div.cont input {
    margin-left: 0;
    width: 100%;
    height: 36px;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 10px;
}
div.callback_me_please .bubble_login div.all div.login_cont div.cont a.enter,
div.callback_me_please .bubble_login div.all div.login_cont div.cont button.enter {
    display: block;
    background-color: #ff6d44;
    line-height: 32px;
    height: 32px;
    padding: 0 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    margin: 0 auto;
    width: 127px;
    box-sizing: border-box;
    margin-top: 10px;
}

div.callback_me_please .bubble_login div.all div.login_cont div.cont a.enter:hover,
div.callback_me_please .bubble_login div.all div.login_cont div.cont button.enter:hover {
    background-color: #f65123;
}

div.callback_me_please .bubble_login div.all div.login_cont div.cont button.enter {
    border:none;
    color: #fff;
}

div.stages {

    height: 34px;
    border: solid 1px #e1e5e6;
    text-transform: uppercase;
    position: relative;

}
div.stages div.stage, div.stages div.stage_first {
    width: 50%;
    text-align: center;
    float: left;
    height: 34px;
    line-height: 32px;
    font-size: 18px;
    font-weight: 600;
    color: #ff6d44;
    cursor: pointer;
}
div.stages div.stage_first {
    background-color: #ffffff;
}
div.stages div.ok {

    background: url('/bitrix/templates/interlamp/css/../images/ok.png') no-repeat 19px 10px;
    color: #000000;

}
div.stages div.ok_first {

    background: url('/bitrix/templates/interlamp/css/../images/ok.png') no-repeat 44px 10px;
    color: #000000;

}
div.stages div.gray {

    background-color: #f5f5f5;

}
div.stages div.green {

    background-color: #ffac90;
    color: #ffffff;

}
div.stages div.active {

    background-color: #ff6600;
    color: #ffffff;

}
div.stages div.arrow {

    float: left;
    height: 34px;
    width: 8px;

    background: url('/bitrix/templates/interlamp/css/../images/coll_arrow.png') no-repeat left top;

}
div.stages div.arrow_1 {

    float: left;
    height: 34px;
    width: 8px;

    background: url('/bitrix/templates/interlamp/css/../images/coll_arrow.png') no-repeat left -40px;

}
div.stages div.arrow_2 {

    float: left;
    height: 34px;
    width: 8px;

    background: url('/bitrix/templates/interlamp/css/../images/coll_arrow.png') no-repeat left -80px;

}
div.stages div.arrow_3 {

    position: absolute;
    top: 0;
    left: 50%;
    height: 34px;
    width: 8px;
    background: url('/bitrix/templates/interlamp/css/../images/coll_arrow.png') no-repeat left -40px;

}
div.stages div.arrow_4 {

    position: absolute;
    height: 34px;
    width: 8px;
    top: 0;
    left: 50%;
    background: url('/bitrix/templates/interlamp/css/../images/coll_arrow.png') no-repeat left -440px;

}
div.stages div.gray_right {

    background: url('/bitrix/templates/interlamp/css/../images/coll_arrow.png') no-repeat left -200px;

}
div.stages div.green_right {

    background: url('/bitrix/templates/interlamp/css/../images/coll_arrow.png') no-repeat left -160px;

}
div.stages div.right_green {

    background: url('/bitrix/templates/interlamp/css/../images/coll_arrow.png') no-repeat left -120px;

}
div.stages div.gray_right_gray {

    background: url('/bitrix/templates/interlamp/css/../images/coll_arrow.png') no-repeat left -240px;

}
div.stages div.green_right_gray {

    background: url('/bitrix/templates/interlamp/css/../images/coll_arrow.png') no-repeat left -400px;

}
div.stages div.gray_right_white {

    background: url('/bitrix/templates/interlamp/css/../images/coll_arrow.png') no-repeat left -200px;

}
div.stages div.gray_right_green {

    background: url('/bitrix/templates/interlamp/css/../images/coll_arrow.png') no-repeat left -280px;

}
div.stages div.green_right_green {

    background: url('/bitrix/templates/interlamp/css/../images/coll_arrow.png') no-repeat left -360px;

}

div.left {
    float: left;
}
div.right {
    float: right;
}
div.third {
    float: left;
    width: 30%;
    margin-right: 3%;
}

.big_basket {
    width: 100%;
    margin-bottom: 30px;
}
div.big_basket .left {
    height: 100%;
    box-sizing: border-box;
}
div.big_basket .row-table {
    height: 115px;
    border-bottom: 1px solid #ebebeb;
}
div.big_basket .row-table:last-child {
    border-bottom: none;
}
div.big_basket .row-table.row-red {
    background: #fff5f2;
}
div.big_basket div {
    text-align: center;
}
div.big_basket div.image {
    text-align: right;
}
div.big_basket div.image a {
    display: inline-block;
    width: 73px;
    height: 73px;
    border: solid 1px #e5e5e5;
}
div.big_basket div.price {
    display: inline-block;
    float: right;
    margin-right: 15px;
}
div.big_basket div.price span {
    font-size: 16px;
    font-weight: normal;
}
div.big_basket div.price2-td div.price span {
    font-size: 22px;
}
div.big_basket div.price span.rur2 {
    margin-left: 7px;
}
div.big_basket div.panel a,div.panel.product-count a {
    display: block;
    width: 24px;
    height: 24px;
    background-color: #759e9b;
    float: left;
    color: #ffffff;
    text-decoration: none;
    font-size: 24px;
    line-height: 22px;
}
div.panel a.minus {
    margin-right: 4px;
    line-height: 18px;
    font-size: 36px;
}
div.panel a.plus {
    margin-left: 4px;
}
div.panel a.minus:hover, div.panel a.plus:hover {
    background-color: #94afad;
}
div.big_basket div.panel input,div.panel.product-count input {

    width: 29px;
    height: 22px;
    border: 1px solid #e4e4e4;
    outline: none;
    text-align: center;
    float: left;
    padding: 0;

}
div.panel.product-count {
    text-align: center;
    display: inline-block;
}
div.big_basket .tc {
    display: table-cell;
    vertical-align: middle;
}
div.big_basket div.name .tc {
    text-align: left;
}
div.big_basket div.name .tc>span {
    position: relative;
}
div.big_basket span.er {
    position: absolute;
    top: -18px;
    left: -2px;
    color: #ff3600;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    width: 80px;
}
div.big_basket span.er i {
    display: inline-block;
    margin-bottom: -2px;
    width: 11px;
    height: 11px;
    margin-right: 5px;
    background: url('/bitrix/templates/interlamp/css/../images/exist.png') -12px 0px no-repeat;
    background-size: 23px;
}
div.big_basket .sale-price {
    position: relative;
}
div.big_basket .sale-price text {
    color: #ff6600;

}
div.big_basket .text-sale {
    position: absolute;
    font-size: 11px!important;
    top: -20px;
    left: 2px;
}
div.big_basket .text-sale:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top:50%;
    margin-bottom: -1px;
    background: #ff6600;
}
div.big_basket div.image {
    padding-top: 20px;
    width: 116px;
}
div.big_basket div.name {
    width: 400px;
    text-align: left;
    padding-left: 40px;
    padding-right: 30px;
    display: table;
}
div.big_basket div.price-td {
    display: table;
    width: 96px;
    text-align: center;
}
div.big_basket div.panel-td {
    display: table;
    width: 134px;
}
div.big_basket div.price2-td {
    display: table;
    width: 132px;
}
div.big_basket div.del-td {
    display: table;
    width: 95px;
}
div.big_basket div.panel {
    width: 87px;
    margin: 0 auto;
}
div.big_basket div.for_order {

    height: 18px;
    background-color: #b53c4c;
    color: #ffffff;
    padding-left: 8px;

}
div.big_basket div button.del {
    display: block;
    width: 23px;
    height: 23px;
    background: url('/bitrix/templates/interlamp/css/../images/del-cart.png') no-repeat center;
    margin: 0 auto;
    border: none;
}
div.big_basket div button.del:hover {
    background: url('/bitrix/templates/interlamp/css/../images/del-h-cart.png') no-repeat center;
    cursor: pointer;
}
.cart-page .login-block {
    width: 380px;
    display: none;
    margin: 0 auto;
}
.cart-page.login-page .login-block {
    display: block;
}
.cart-page .enter.order_btn {
    border: none;
    cursor: pointer;
}
div.cart-page .b_cont {
    margin: 0 auto;
}
div.cart-page .b_cont .item {
    box-sizing: border-box;
    padding: 23px 70px 30px;
    margin-bottom: 10px;
}
div.cart-page .b_cont .item.grey {
    background: #f5f5f5;
}
div.cart-page .b_cont .item.user-data .left div:last-child,div.cart-page .b_cont .item.user-data .right div:last-child {
    margin-bottom: 0px;
}
div.cart-page .b_cont .item-title {
    color: #ff3600;
    font-size: 13px;
}
div.cart-page .b_cont .item-title h2 {
    color: #ff3600;
    display: inline-block;
    font-size: 13px;
    margin: 10px 0 20px 0;
}

table.big_basket td {
    text-align: center;
}
div.history-table {
    width: 100%;
    overflow: auto;
}
.b_cont input, .b_cont select, .reviews-reply-form input[type=text] {
    width: 240px;
    height: 36px;
    box-sizing: border-box;
    border: solid 1px #cccccc;
    background-color: #ffffff;
    padding-left: 11px;
    margin-bottom: 22px;
    font-size: 13px;
    outline: none;

}
.b_cont .third input {
    width: 100%;
}
.b_cont input[type=radio], .b_cont input[type=checkbox] {
    width: initial;
    height: initial;
}
.b_cont input[disabled] + label.payment {
    display: none;
}

.b_cont input.active {

    border: solid 1px #67b683;
    background-color: #ffffff;

}
.b_cont input.error {

    border: solid 1px #b53c4c;
    color: #b53c4c;

}
.b_cont div.head {
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 10px;
}
.b_cont div.head i, #msOrder .required-star {
    color: #ff3600;
}

a.radio,a.radio_active {
    display: block;
    padding-left: 25px;
    font-size: 15px;
    color: #000000;
    text-decoration: none;
    margin-bottom: 18px;
    background: url('/bitrix/templates/interlamp/css/../images/radio.png') no-repeat left -60px;
}
a.radio_active {
    background: url('/bitrix/templates/interlamp/css/../images/radio.png') no-repeat left 2px;
}
label.payment, label.delivery {
    font-size: 15px;
    color: #000000;
    margin-bottom: 18px;
    display: block;
}
div.cart-page .b_cont div.deliv_cont div.hint {

    margin-left: 63px;
    color: #8f8f8f;
    font-size: 11px;

}
div.cart-page .b_cont div.deliv_cont div.input_left {

    float: left;
    margin-right: 46px;

}
div.cart-page .b_cont textarea {
    width: 100%;
    height: 87px;
    border: solid 1px #cccccc;
    background-color: #ffffff;
    outline: none;
}
div.cart-page .b_cont textarea.active {
    border: solid 1px #67b683;
}
div.cart-page .b_cont div.deliv_cont div.right p {

    margin: 0px;
    margin-top: 5px;
    margin-left: 21px;

}
div.cart-page .b_cont div.deliv_cont div.right div.map {

    margin-top: 12px;
    margin-left: 21px;

}
div.cart-page .b_cont a.return_link {

    display: block;
    float: left;
    font-size: 14px;
    margin-left: 21px;
    margin-right: 40px;
    margin-top: 25px;

}
div.cart-page .b_cont a.accept_link, a.accept_link {

    display: block;
    width: 264px;
    height: 28px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    padding-top: 6px;
    float: left;
    background-color: #ff6600;
    color: #ffffff;
    margin-top: 17px;

}
div.cart-page .b_cont a.accept_link:hover, a.accept_link:hover {

    background-color: #ffcea3;

}

div.cart-page .b_cont .order_btn, .pay_btn, .reviews-reply-buttons input[type=submit] {
    margin: 0 auto;
    display: block;
    width: 169px;
    height: 43px;
    line-height: 41px;
    background: #ff6d44;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}
div.cart-page .b_cont .order_btn:hover, .pay_btn:hover, .reviews-reply-buttons input[type=submit]:hover {
    background: #f65123;
}

div.cart-page .b_cont .order_btn:disabled {
    cursor: not-allowed;
    opacity: .5;
}

img.ajax-loader {
    display: block;
    margin: auto;
    opacity: 0;
}

div.cart-page .b_cont .order_btn:disabled + img.ajax-loader,
#one_click_form button:disabled,
#one_click_form button:disabled + img.ajax-loader {
    opacity: .5;
}

div.cart-page .conditions {
    margin: 10px 0;
}
div.cart-page .conditions a {
    font-size: 12px;
}
div.cart-page .conditions .chbx {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('/bitrix/templates/interlamp/css/../images/checkbox1.png') 0 0 no-repeat;
    margin-bottom: -3px;
    margin-right: 7px;
    cursor: pointer;
}
div.cart-page .conditions .chbx.checkbox_active {
    background-position: -31px 0;
}

div.all_summ {
    float: right;
    margin-right: 108px;
}
#order_container div.all_summ {
    float: left;
}
div.all_summ div.text {

    height: 39px;

}
div.all_summ div.text span.simple {

    float: left;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    margin-left: 5px;
    margin-top: 12px;
    margin-right: 17px;

}
div.all_summ div.text span.summ {

    float: left;
    display: block;
    font-weight: bold;
    font-size: 22px;
    color: #ff6600;
    margin-top: 4px;
    margin-right: 7px;

}
div.all_summ div.text span.bordo_rur {

    font-weight: bold;
    font-size: 22px;
    color: #ff6600;
    float: left;
    margin-top: 4px;
    display: block;
    width: 13px;

}

div.recomend {

    margin-bottom: 48px;

}
div.recomend ul li {

    margin-right: 12px;

}

span.red {

    color: #ff0000;

}

div.mini_padding input, div.mini_padding .head {

    margin-left: 18px;

}

div.deliv_price {

    float: left;
    margin-right: 26px;
    margin-top: 14px;

}

div.sub_block {

    border-left: solid 1px #e6eaea;
    border-right: solid 1px #e6eaea;
    border-bottom: solid 1px #e6eaea;
    padding-left: 26px;
    padding-bottom: 23px;
    margin-bottom: 30px;

}
#order_container div.sub_block {
    padding-right: 26px;
}
div.details_head {

    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 17px;

}
table.bask_info {
    width: 100%;
}
table.bask_info td {

    text-align: left;
    vertical-align: middle;
    height: 35px;
    font-size: 13px;
    vertical-align: middle;

}
table.bask_info td.left {

    width: 179px;

}
table.bask_info td.right {

    font-weight: 700;

}
table.bask_info td.bord {

    border-bottom: solid 1px #e6eaea;

}

div.agree {

    margin-top: 10px;

}
div.agree a.checkbox {

    display: block;
    width: 16px;
    height: 16px;
    float: left;
    background: url('/bitrix/templates/interlamp/css/../images/checkbox_2.png') no-repeat left top;
    margin-right: 4px;

}
div.agree a.checkbox_active {

    display: block;
    width: 16px;
    height: 16px;
    float: left;
    background: url('/bitrix/templates/interlamp/css/../images/checkbox_2.png') no-repeat left -32px;
    margin-right: 4px;

}

div.sub_block div.btns {

    margin-top: 15px;
    clear: both;
    float: left;
}
div.sub_block div.btns a.return_btn {
    line-height: 43px;
}

div.sub_block div.btns a.recount_btn {

    display: block;
    width: 167px;
    height: 28px;
    background-color: #759e9b;
    color: #ffffff;
    text-align: center;
    padding-top: 6px;
    font-size: 14px;
    text-decoration: none;
    float: left;
    margin-right: 118px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

}
div.sub_block div.btns a.recount_btn:hover {

    background-color: #94afad;

}
div.sub_block div.btns a.order_btn {

    margin: 0 auto;
    display: block;
    width: 169px;
    height: 43px;
    line-height: 41px;
    background: #ff6d44;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;

}
div.sub_block div.btns a.order_btn:hover {

    background: #f65123;

}

div.over_block {

    border-left: solid 1px #e6eaea;
    border-right: solid 1px #e6eaea;
    border-top: solid 1px #e6eaea;
    padding-left: 26px;
    padding-bottom: 13px;
    margin-top: 15px;

}
div.over_block div.left {

    float: left;
    /*width: 700px;*/
    margin-top: 10px;

}
div.over_block div.left ul {

    list-style: none;
    padding: 0px;

}
div.over_block div.left ul li {

    float: left;
    font-size: 14px;
    margin-right: 29px;
    margin-bottom: 10px;

}
div.over_block div.left ul li a.active {

    color: #000000;
    text-decoration: none;
    font-weight: 600;

}
div.over_block div.right {

    float: right;
    width: 230px;
    margin-top: 14px;

}
div.over_block div.right a.pdf {

    display: block;
    height: 37px;
    padding-left: 60px;
    background: url('/bitrix/templates/interlamp/css/../images/pdf.png') no-repeat left top;
    font-size: 14px;
    float: left;
    margin-right: 4px;
    padding-top: 16px;

}
div.over_block div.right span {

    font-size: 14px;
    display: block;
    margin-top: 16px;
    color: #a3a3a3;

}

a.reset_link {

    display: block;
    width: 97px;
    height: 28px;
    background-color: #707e8e;
    color: #ffffff;
    text-align: center;
    float: left;
    margin-right: 22px;
    text-decoration: none;
    font-size: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-left: 18px;
    padding-top: 6px;

}
a.reset_link:hover {

    background-color: #828f9f;

}

div.mini_padding input.reset_link {

    display: block;
    width: 97px;
    height: 32px;
    background-color: #486666;
    color: #ffffff;
    text-align: center;
    float: left;
    margin-right: 22px;
    text-decoration: none;
    font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-left: 16px;
    border: none;
    cursor: pointer;
    padding: 0;

}
div.mini_padding input.reset_link:hover {

    background-color: #3a5353;

}
div.mini_padding p {

    margin-left: 18px;

}

a.save_link {

    display: block;
    width: 130px;
    height: 28px;
    background-color: #b53c4c;
    color: #ffffff;
    text-align: center;
    float: left;
    text-decoration: none;
    font-size: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding-top: 6px;

}
a.save_link:hover {

    background-color: #cb7581;

}

div.mini_padding input.save_link {

    display: block;
    width: 130px;
    height: 32px;
    background-color: #ff6d44;
    color: #ffffff;
    text-align: center;
    float: left;
    text-decoration: none;
    font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    padding: 0;

}
div.mini_padding input.save_link:hover {

    background-color: #f65123;

}

div.right_pdf {

    float: right;
    width: 230px;

}
div.right_pdf a.pdf {

    display: block;
    height: 37px;
    padding-left: 60px;
    background: url('/bitrix/templates/interlamp/css/../images/pdf.png') no-repeat left top;
    font-size: 14px;
    float: left;
    margin-right: 4px;
    padding-top: 16px;

}
div.right_pdf span {

    font-size: 14px;
    display: block;
    margin-top: 16px;
    color: #a3a3a3;

}

div.pad_18 {

    margin-left: 18px;

}
div.pad_18 p {

    margin-bottom: 25px;

}
div.pad_18 a.checkbox_active {

    display: block;
    padding-left: 21px;
    background: url('/bitrix/templates/interlamp/css/../images/checkbox1v.png') no-repeat left -30px;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    cursor: pointer;

}
div.pad_18 a.checkbox {

    display: block;
    padding-left: 21px;
    background: url('/bitrix/templates/interlamp/css/../images/checkbox1v.png') no-repeat left 1px;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    cursor: pointer;

}

div.pad_18 label {
    font-size: 14px;
}

div.right_col a.all {

    float: left;
    margin-left: 10px;
    font-size: 13px;
    margin-top: 3px;

}

div.all_letters {

    margin-top: 15px;
    margin-bottom: 15px;

}
div.all_letters a {

    color: #000000;
    font-weight: 600;
    font-size: 20px;
    text-decoration: none;
    margin-right: 14px;

}
div.all_letters a.active {

    font-weight: bold;
    color: #a2041a;

}

div.designers div.designer {

    float: left;
    width: 150px;
    margin-right: 4px;
    margin-bottom: 25px;
    width: 150px;
    text-align: center;
    min-height: 200px;

}
div.designers div.designer div.photo {

    width: 150px;
    height: 150px;
    text-align: center;
    margin-bottom: 4px;

}
div.designers div.designer a.title {

    color: #000000;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;

}

div.right_col div.content p {

    font-size: 13px;

}
div.right_col div.content img {

    float: left;
    margin-right: 20px;
    margin-bottom: 20px;

}
div.right_col div.content div.brand_photo {

    float: left;
    width: 150px;
    height: 150px;
    text-align: center;
    vertical-align: middle;
    display: block;

}

div.brands div.brand {

    float: left;
    width: 150px;
    margin-right: 4px;
    margin-bottom: 25px;
    width: 150px;
    text-align: center;

}
div.brands div.brand div.photo {

    width: 150px;
    height: 100px;
    text-align: center;
    margin-bottom: 4px;
    display: table-cell;
    vertical-align: middle;

}
div.brands div.brand a.title {

    font-size: 14px;
    font-weight: 600;
    text-decoration: none;

}

div.right_col div.is_no_exists, div.right_col div.is_exists {
    font-size: 14px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    padding-left: 22px;
    margin-bottom: 10px;
}
div.right_col div.is_no_exists:before, div.right_col div.is_exists:before {
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 0;
    background: url('/bitrix/templates/interlamp/css/../images/exist.png');
}
div.right_col div.is_no_exists:before {
    background-position: 14px 0px;
}
div.right_col div.is_no_exists {

    color: #ff3600;
    background-position: 0 0;

}
div.right_col div.is_exists {

    color: #25bb7a;
    background-position: 0 0;

}
div.right_col div.is_no_exists:before {



}
div.right_col div.is_exists:before {

    display: block;
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;

}

div.left_block {

    float: left;
    width: 350px;
    margin-top: 10px;

}

div.right_block {

    float: left;
    width: 497px;
    padding-left: 29px;
    margin-top: 10px;
    box-sizing: border-box;

}

div.card_slider {

    width: 350px;
    height: 350px;
    position: relative;

}
div.card_slider img {

    border: solid 1px #e1e1e1;

}

#card_slider ul {
    width: 370px;
    height: 358px;
    padding: 0;
    margin: 0;
    list-style: none;
}
#card_slider .bx-wrapper .bx-controls-direction a {
    width: 24px;
    height: 39px;
    position: absolute;
    margin-top: -195px;

    text-indent: -9999px;
    z-index: 99;

}
#card_slider .bx-wrapper .bx-prev {
    background: url('/bitrix/templates/interlamp/css/../images/prev.png') no-repeat left top;
    width: 24px;
    height: 39px;
    margin-left: 13px;
}
#card_slider .bx-wrapper .bx-next {
    background: url('/bitrix/templates/interlamp/css/../images/next.png') no-repeat left top;
    width: 24px;
    height: 39px;
    margin-left: 331px;
}
#card_slider .bx-wrapper .bx-prev:hover {

}
#card_slider .bx-wrapper .bx-next:hover {

}
#card_slider .bx-wrapper .bx-pager.bx-default-pager {
    position: absolute;
    margin-top: -2400px;
    margin-left: 50%;
}
#card_slider .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item {
    float: left;

}
#card_slider .bx-wrapper .bx-pager.bx-default-pager a {
    width: 15px;
    height: 15px;
    text-indent: -9999px;
    display: inline-block;

}
#card_slider .bx-wrapper .bx-pager.bx-default-pager a.active {
    width: 15px;
    height: 15px;

}
#card_slider div.count {

    position: absolute;
    width: 125px;
    height: 51px;
    color: #ffffff;
    font-weight: 550;
    font-size: 19px;
    z-index: 50;
    #margin-top: 308px;
    margin-left: 294px;

}
#card_slider a.full {

    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    background: url('/bitrix/templates/interlamp/css/../images/search-plus.png') rgba(0,0,0,.1) no-repeat center;
    z-index: 100;
    bottom: 0;
    right: 0;
}
#card_slider a.full:hover {

    background-color: #ffcea3;

}
#card_slider div.count div.bg {

    background-color: #ffac90;
    #opacity: 0.8;
    width: 75px;
    height: 51px;
    #-webkit-border-top-left-radius: 6px;
    #-moz-border-radius-topleft: 6px;
    #border-top-left-radius: 6px;

}
#card_slider span {

    position: absolute;
    margin-top: -38px;
    display: block;
    text-align: center;
    width: 75px;

}

div.tabs-block table.charak {
    width: 447px;
    border-right: solid 1px #eeeeee;
    border-left: solid 1px #eeeeee;
    font-size: 13px;
    border-bottom: 1px solid #eeeeee;
}
div.tabs-block table.charak tr:nth-child(2n+1) td {
    background: #eeeeee;
}
div.tabs-block table.charak td {
    height: 39px;
    vertical-align: middle;
    box-sizing: border-box;
    width: 50%;
}
div.tabs-block table.charak td:nth-child(2n+1) {
    padding-right: 30px;
    text-align: right;
    border-right: solid 1px #dedede;

}
div.tabs-block table.charak td:nth-child(2n+2) {
    text-align: center;
}

a.charak_btn {

    cursor: pointer;
    width: 393px;
    height: 22px;
    display: block;
    background: url('/bitrix/templates/interlamp/css/../images/charak.png') no-repeat left top;

}
a.charak_btn_open {

    cursor: pointer;
    width: 393px;
    height: 22px;
    display: block;
    background: url('/bitrix/templates/interlamp/css/../images/charak.png') no-repeat left -28px;

}

div.grid-list a {
    width: 27px;
    height: 27px;
    display: inline-block;
    cursor: pointer;
}
#col_view {
    background: url('/bitrix/templates/interlamp/css/../images/cat-view-type.png') no-repeat;
}
#col_view:hover {
    background: url('/bitrix/templates/interlamp/css/../images/cat-view-type.png') #ffac90 no-repeat;
}
#col_view.active {
    background: url('/bitrix/templates/interlamp/css/../images/cat-view-type.png') #ececec no-repeat;
    cursor: default;
}
#list_view {
    background: url('/bitrix/templates/interlamp/css/../images/cat-view-type.png') -36px 0 no-repeat;
}
#list_view:hover {
    background: url('/bitrix/templates/interlamp/css/../images/cat-view-type.png') #ffac90 -36px 0 no-repeat;
}
#list_view.active {
    background: url('/bitrix/templates/interlamp/css/../images/cat-view-type.png') #ececec -36px 0 no-repeat;
    cursor: default;
}

div.right_block div.c_cont {

    margin-top: 30px;

}
div.right_block div.c_cont a.delivery_img {

    display: block;
    float: left;
    height: 19px;
    width: 43px;
    background: url('/bitrix/templates/interlamp/css/../images/delivery_icon.png') no-repeat left top;
    margin-left: 40px;
    margin-top: 6px;

}
div.right_block div.c_cont a.delivery_link {

    display: block;
    line-height: 12px;
    border-bottom: dotted 1px;
    float: left;
    margin-left: 5px;
    text-decoration: none;
    margin-top: 8px;

}
div.right_block div.c_cont a.delivery_link:hover {

    border-bottom: none;

}
div.right_block div.c_cont a.garant_img {

    display: block;
    float: left;
    height: 30px;
    width: 27px;
    background: url('/bitrix/templates/interlamp/css/../images/garant_icon.png') no-repeat left top;
    margin-left: 30px;

}
div.right_block div.c_cont a.garant_link {

    display: block;
    line-height: 12px;
    border-bottom: dotted 1px;
    float: left;
    margin-left: 5px;
    text-decoration: none;
    margin-top: 9px;

}
div.right_block div.c_cont a.garant_link:hover {

    border-bottom: none;

}

div.left_block div.buy {

    width: 368px;
    border: solid 1px #eeeeee;
    background-color: #f9f9f9;
    margin-top: 20px;
    padding-top: 6px;
    margin-bottom: 15px;

}
div.left_block div.c_cont {

    margin-top: 20px;

}
div.left_block div.c_cont a.delivery_img {

    display: block;
    float: left;
    height: 19px;
    width: 43px;
    background: url('/bitrix/templates/interlamp/css/../images/delivery_icon.png') no-repeat left top;
    margin-left: 20px;
    margin-top: 6px;

}
div.left_block div.c_cont a.delivery_link {

    display: block;
    line-height: 12px;
    border-bottom: dotted 1px;
    float: left;
    margin-left: 5px;
    text-decoration: none;
    margin-top: 8px;

}
div.left_block div.c_cont a.delivery_link:hover {

    border-bottom: none;

}
div.left_block div.c_cont a.garant_img {

    display: block;
    float: left;
    height: 30px;
    width: 27px;
    background: url('/bitrix/templates/interlamp/css/../images/garant_icon.png') no-repeat left top;
    margin-left: 30px;

}
div.left_block div.c_cont a.garant_link {

    display: block;
    line-height: 12px;
    border-bottom: dotted 1px;
    float: left;
    margin-left: 5px;
    text-decoration: none;
    margin-top: 9px;

}
div.left_block div.c_cont a.garant_link:hover {

    border-bottom: none;

}

div.right_block div.buy {

    width: 391px;
    border: solid 1px #eeeeee;
    background-color: #f9f9f9;
    margin-top: 20px;
    padding-top: 6px;
    margin-bottom: 15px;

}

div.buy div.left {

    float: left;

}
div.buy div.right {

    float: right;

}
div.buy div.panel {

    margin-left: 20px;

}
div.buy div.panel a.minus {

    display: block;
    width: 17px;
    height: 20px;
    background-color: #759e9b;
    float: left;
    margin-right: 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    line-height: 17px;
    text-align: center;

}
div.buy div.panel a.minus:hover, div.buy div.panel a.plus:hover {

    background-color: #94afad;

}
div.buy div.panel a.plus {

    display: block;
    width: 17px;
    height: 20px;
    background-color: #759e9b;
    float: left;
    margin-left: 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    text-align: center;

}
div.buy div.panel input {

    width: 42px;
    height: 16px;
    border: solid 1px #e3e3e3;
    outline: none;
    text-align: right;
    padding-left: 2px;
    padding-right: 2px;
    float: left;

}
div.buy div.price {

    margin-left: 20px;
    margin-top: 3px;

}
div.buy div.price span.text {

    font-size: 30px;
    font-weight: bold;

}
div.buy div.price span.rur {

    font-size: 30px;

}
div.buy div.right a.in_basket {

    display: block;
    color: #ffffff;
    width: 175px;
    height: 24px;
    background-color: #ffac90;
    text-align: center;
    text-decoration: none;
    margin-right: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-top: 5px;

}
div.buy div.right a.in_basket:hover {

    background-color: #ffceb3;

}
div.buy div.right a.one_click {

    display: block;
    color: #ffffff;
    width: 175px;
    height: 20px;
    background-color: #759e9b;
    text-align: center;
    text-decoration: none;
    margin-right: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-top: 2px;
    margin-top: 5px;

}
div.buy div.right a.one_click:hover {

    background-color: #94afad;

}

div.call_ok {

    font-weight: bold;
    margin-left: 17px;
    margin-bottom: 20px;

}

div.tabs-info {
    margin: 30px 0;
}
#tabs {}
#tabs ul {
    margin: 0;
    padding: 0;
    position: relative;
}
#tabs ul:before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #cedada;
    z-index: -1;
}
#tabs ul li {
    list-style: none;
    line-height: 36px;
    width: 161px;
    color: #000;
    background: #cedada;
    font-size: 13px;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
    bottom: -10px;
    display: block;
    float: left;
}
#tabs ul li.active {
    background: #fff;
    border: 1px solid #cedada;
    border-bottom-color: #fff;
    line-height: 44px;
    bottom: 0;
}
#tabs .tabs-block {
    padding: 30px 20px;
}
#tabs .tabs-block .item.detail_text {
    font-size: 13px;
    line-height: 23px;
}
#tabs .tabs-block .item.prop {
    overflow: auto;
}

#slider_for {
    border: 1px solid #e5e5e5;
}
#slider_for .full {
    width: 348px;
    height: 350px;
    display: table;
}
#slider_for .full div {
    display: table-cell;
    vertical-align: middle;
}
#slider_for .full div img {
    margin: 0 auto;
    max-width: 348px;
    max-height: 350px;
}
#slider_for .full:hover:before{
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    background: url('/bitrix/templates/interlamp/css/../images/search-plus.png') rgba(0,0,0,.4) no-repeat center;
    z-index: 100;
    bottom: 0;
    right: 0;
}
#slider_nav {
    width: 314px;
    margin: 10px auto;
}
#slider_nav .slick-slide {
    width: 95px;
    height: 95px;
    border: 1px solid #e5e5e5;
    margin: 0 4px;
}
i.fa2 {
    display: block;
    content: "";
    background: url('/bitrix/templates/interlamp/css/../images/slider-prod-arrows.png') no-repeat;
    width: 12px;
    height: 17px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    z-index: 50;
    cursor: pointer;
}
i.fa2.arrow-right {
    right: -15px;
    background-position: -19px -19px;
}
i.fa2.arrow-left {
    left: -15px;
    background-position: 0 -19px;
}
i.fa2.arrow-right.slick-disabled{
    background-position: -19px 0;
    cursor: default;
}
i.fa2.arrow-left.slick-disabled{
    background-position: 0 0;
    cursor: default;
}

.item_product .top_char {
    padding: 20px 16px;
    background: #f1f1f1;
}
.item_product .top_char>div {
    float: left;
    width: 50%;
    min-height: 35px;
    overflow: hidden;
}
.item_product .top_char>div:nth-child(n+9) {
    display: none;
}
.item_product .top_char>div .type {
    font-size: 11px;
    color: #666666;
    display: inline-block;
}
.item_product .top_char>div .val {
    font-size: 13px;
    color: #000;
    display: inline-block;
}
.item_product .top_char span.more_char {
    display: block;
    color: #ff6600;
    font-size: 13px;
    text-decoration: underline;
    cursor: pointer;
    margin-bottom: 0;
}
.item_product .top_char span.more_char.off {
    display: none;
}
.item_product .top_char span.more_char:hover {
    text-decoration: none;
}
.item_product .additional {
    margin-top: 40px;
}
.item_product .additional .item {
    width: 25%;
    float: left;
}
.item_product .additional .item .compare {
    margin-top: -3px;
}
.item_product .additional .item .rating {
    float: left;
    margin-right: 10px;
}
.item_product .additional .item.rate {
    width: 45%;
}

.item_product .additional .item.vwrs {
    text-align: center;
    width: 30%;
}
.item_product .additional .item.vwrs .viewers{
    display: inline-block;
    padding-left: 23px;
    background: url('/bitrix/templates/interlamp/css/../images/comment-ico.png') no-repeat left;
    font-size: 13px;
    color: #666666;
}

.right_block .garant {
    margin: 23px 0;
}
.right_block .garant .item {
    float: left;
    width: 50%;
    padding-left: 15px;
    box-sizing: border-box;
}
.right_block .garant .item div {
    margin: 7px 0;
}
.right_block .garant .item div a {
    text-decoration: none;
    border-bottom: 1px dotted #ff6600;
}
.right_block .garant .item div a:hover {
    border: none;
}
.right_block .garant .item img {
    margin-top: 13px;
}
.right_block .means {
    padding: 23px 0;
    background: #f1f1f1;
}
.right_block .means .item {
    float: left;
    width: 50%;
    text-align: center;
    position: relative;
    padding-left: 23px;
    box-sizing: border-box;
}
.right_block .means .item img {
    position: absolute;
    top: 0;
    left: 27px;
}
.right_block .means .item:nth-child(2) img {
    left: 19px;
}
.right_block .price-block {
    margin-top: 25px;
}
.right_block .price-block .item:first-child {
    float: left;
    width: 42%;
    text-align: right;
    box-sizing: border-box;
    padding-right: 18px;
}
.right_block .price-block .item:nth-child(2) {
    float: left;
    width: 58%;
}
.right_block .price-block .item.price {
    text-align: right;
    margin-top: 25px;
}
.right_block .price-block .item.price span.text {
    font-size: 26px;
    display: inline;
    color: #000;
    float: none;
    font-weight: normal;
}
.right_block .price-block .item.price.sale span.text {
    font-size: 22px;
    color: #ff6d44;
}
#msProduct .right_block .price-block .item.price.sale span.old_price {
    font-size: 26px;
    color: #000;
    font-style: normal;
}
#msProduct .old_price.not_in_stock {
    text-decoration: none;
}
.right_block .price-block .item.price span.rur {
    display: inline;
    font-size: 36px;
}
.right_block .price-block .item.price span.rur:before {
    display: none;
}
.right_block .button-block {
    text-align: center;
    margin-top: 10px;
}
#msProduct .right_block .button-block {
    text-align: left;
}
#msProduct .right_block .button-block :last-child {
    margin-right: 0;
}
#msProduct .right_block .button-block noindex {
    margin: 0!important;
}
.button-block a, .button-block button {
    display: inline-block;
    width: 170px;
    height: 43px;
    line-height: 43px;
    position: relative;
    text-align: center;
    border-radius: 5px;
    color: #ffffff;
    text-decoration: none;
    box-sizing: border-box;
    font-size: 14px;
    margin: 0 17px 10px;
}
.right_block .button-block button.in_basket {
    background: #ff6d44;
    padding-left: 18px;
    border: none;
}
.right_block .button-block button.in_basket:hover {
    background: #f65123;
}
.right_block .button-block a.one_click {
    background: #486666;
    padding-left: 25px;
}
.right_block .button-block a.one_click:hover {
    background: #3a5353;
}
.right_block .button-block button.in_basket:before {
    content: "";
    display: block;
    width: 17px;
    height: 13px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 29px;
    background: url('/bitrix/templates/interlamp/css/../images/basket_button_ico.png') no-repeat center;
}
.right_block .button-block a.one_click:before {
    content: "";
    display: block;
    width: 9px;
    height: 15px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 24px;
    background: url('/bitrix/templates/interlamp/css/../images/one_click_ico.png') no-repeat center;
}

.button-block a.prim-btn-cart {
    background: transparent;
    color: #ff6600;
    text-decoration: underline;
    width: 280px;
    font-size: 13px;
    padding-top: 3px;
    font-weight: 700;
}
.button-block a.prim-btn-cart:hover {
    text-decoration: none;
}

.bottom_cat_block {
    margin-left: -40px;
}
.bottom_cat_block h2 {
    margin-left: 0;
    text-align: center;
}
.bottom_cat_block .catalog-block {
    border-top: 3px solid #ffac90;
    margin-top: 23px;
}
.bottom_cat_block .catalog-block ul {
    margin: 0;
}
.bottom_cat_block .catalog-block li {
    float: left;
    box-sizing: border-box;
    border-top: none;
}
.products-carousel {
    margin-bottom: 65px;
}
.products-carousel .catalog-block {
    border-right: 1px solid #dedede;
    margin-bottom: 0px;
    margin-top: 0px;
}
.products-carousel .catalog-block li{
    margin-bottom: 0px;
}
.products-carousel.no-carousel .catalog-block {
    border-right: none;
}
.catalog-page {
    margin-left: -29px;
    margin-top: 15px;
}
.catalog-page .catalog-block {
    margin-bottom: 17px;
}
.catalog-block li {
    float: left;
    position: relative;
    box-sizing: border-box;
    border-top: 1px solid #dedede;
    margin-bottom: 20px;
    border-bottom: 1px solid #dedede;
    z-index: 1;
}
.catalog-block li:after,.catalog-block li:before {
    content:'';
    position: absolute;
    top:0;
    bottom:0;
    width: 1px;
    background-color:#dedede;
    z-index:0;
    right: -1px;
}
.catalog-block li:before {
    right: inherit;
    left:0px;
}
.catalog-compare-result {
    overflow-x: auto;
}
.catalog-compare-result .data-table .catalog-block {
    margin:0;
    padding: 0;
    width: auto;
}
.catalog-compare-result .data-table>tbody {
    font-size: 13px;
}
.catalog-compare-result .data-table>tbody tr:last-child td,.catalog-compare-result .data-table>tbody tr:last-child th {
    border-bottom: 1px solid #dedede;
}
.catalog-compare-result .data-table>tbody th {
    font-weight:normal;
    line-height: 34px;
}
.catalog-compare-result .data-table>tbody td {
    text-align:center;
    max-width: 200px;
    min-width: 200px;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
}
.catalog-compare-result .data-table th {
    max-width: 198px;
    min-width: 198px;
    width:198px;
    padding-right: 27px;
    text-align: right;
}
.catalog-compare-result .data-table>thead th {
    text-align: left;
}
.catalog-compare-result .data-table>thead td {
    border-top: 1px solid #dedede;
}
.catalog-compare-result .data-table td, .catalog-compare-result .data-table th{
    border-right: 1px solid #dedede;
}
.catalog-compare-result .data-table>tbody>tr:nth-child(2n+1) {
    background-color: #eee;
}
.catalog-compare-result .data-table>tbody>tr.different {
    background-color: #ffded3;
}
.catalog-compare-result .check_diff {
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 42px;
}
.catalog-compare-result .check_diff .diff-links {
    display: none;
}

div.card-char {
    display: none;
    max-width: 400px;
    margin-bottom: 15px;
}
div.card-char>div {
    color: #666666;
    font-size: 11px;
    width: 200px;
    float: left;
    margin-bottom: 5px;
    overflow: hidden;
}
div.card-char>div.clear {
    clear: both;
    float: none;
    margin-bottom: 0;
}
div.card-char .type {
    display: inline-block;
    margin-right: 4px;
}
div.card-char .val {
    display: inline-block;
}
div.product div.frame div.card-char .val a {
    font-size: 11px;
    color: #ff6600;
    text-decoration: underline;
    line-height: 11px;
    height: inherit;
}
div.product div.frame div.card-char .val a:hover {
    text-decoration: none;
}
.list-view div.card-char {
    display: block;
    float: left;
    margin-bottom: 14px;
}

.list-view .catalog-block li {
    float: none;
    width: 100%;
    margin-bottom: 0;
    border-bottom: 0;
}
.list-view .catalog-block li:last-child {
    border-bottom: 1px solid #dedede;
}
.list-view div.product {
    width: 100%;
    height: auto;
}
.list-view div.product div.photo {
    height: 175px;
    width: 175px;
    margin: 5px 6px;
    float: left;
}
.list-view div.product div.photo img {
    max-height: 175px;
    width: auto;
}
.list-view div.product div.photo div.novelty {
    margin-left: -5px;
}
.list-view div.product div.photo div.action {
    margin-left: -5px;
}
.list-view div.product div.frame {
    float: left;
    margin-left: 175px;
    display: block;
    width: 701px;
    height: auto;
    padding: 20px 20px 0 20px;
    box-sizing: border-box;
    position: relative;
}
.list-view div.product div.frame div.title {
    margin-top: 0;
    box-sizing: border-box;
    padding-right: 95px;
    height: auto;
}
.list-view div.product div.frame div.title a {
    display: initial;
}
.list-view div.product div.frame div.compare {
    position: absolute;
    top: 12px;
    right: 20px;
}
.list-view div.product div.frame div.exists, .list-view div.product div.frame div.no_exists {
    margin-top: 9px;
}
.list-view div.product div.frame div.price {
    float: left;
    margin-bottom: 0;
}
.list-view div.product div.frame div.price.sale span, .list-view div.product div.frame div.price .usual_price span {
    margin-right: 5px;
}
.list-view div.product div.frame a.one_click, .list-view div.product div.frame a.basket {
    position: absolute;
    right: 20px;
}
.list-view div.product div.frame a.one_click {
    right: 80px;
}

.list-view div.product div.frame .ms2_form {
    float: left;
    margin-bottom: 15px;
}

.list-view .vote-static-block {
    margin-left: 115px;
    margin-top: 2px;
}

.catalog-compare-result .catalog-block .block-delete {
    position: absolute;
    top:-1px;
    right: -1px;
}
.catalog-compare-result .catalog-block .block-delete .btn-delete {
    background: url('/bitrix/templates/interlamp/css/../images/sprite.png') no-repeat;
    background-position: -77px -10px;
    display: inline-block;
    width: 23px;
    height: 23px;
    cursor: pointer;
}
.catalog-compare-result .catalog-block .block-delete .btn-delete:hover {
    background-position: -100px -10px;
}
.catalog-compare-result .catalog-block .block-delete input[type=checkbox] {
    display: none;
}
div.quantity-items {
    margin-right: 3px;
    text-align: center;
    position: relative;
    margin-bottom: 21px;
}
div.quantity-items:before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #d1d1d1;
    top: 50%;
    margin-top: -1px;
    left: 0;
    z-index: -1;
}
div.quantity-items span {
    display: inline-block;
    background: #fff;
    font-size: 14px;
    color: #999999;
    padding: 0 25px;
}

div.cart-page {
    width: 973px;
    margin: 0 auto;
}
div.cart-page h2 {
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 50px;
    margin-top: -10px;
}
div.cart-page .cart-section {
    margin-bottom: 50px;
}
div.cart-page .title-section {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    padding-left: 31px;
    line-height: 47px;
    background: #ebebeb;
}
div.cart-page .content-section {}

#marg {

    display: none;

}

a.cart_auth {

    display: block;
    width: 227px;
    height: 28px;
    color: #ffffff;
    background-color: #ff6600;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    float: right;
    padding-top: 6px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

}
a.cart_auth:hover {

    background-color: #ffcea3;

}

a.cart_continue {

    display: block;
    float: right;
    margin-right: 32px;
    color: #6d6e77;
    font-size: 14px;
    margin-top: 5px;

}

img.loader {

    position: absolute;
    z-index: 9999;
    display: none;

}

div.click_result {

    margin-left: 88px;
    margin-right: 88px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: none;

}

table.orders th, table.orders td {

    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #f0f0f0;

}
table.orders tr.even {

    background-color: #ff6600;
    color: #ffffff;
    cursor: pointer;

}

ul.sitemap {

    margin-left: 20px;
    padding: 0px;
    list-style: none;

}

table.top_left td a.top_forget, table.top_right td a.top_forget {

    float: right;
    color: #a2041a;
    margin-right: 20px;
    margin-top: 10px;

}

div.bubble_basket {

    position: absolute;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: none;

}
div.bubble_basket div.all {

    width: 417px;
    position: relative;
    margin: 0 auto;
    margin-top: 153px;

}
div.bubble_basket div.all div.click_cont {

    display: block;

}
div.bubble_basket div.all div.click_cont div.cont {

    width: 417px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.15);
    padding: 7px 40px 25px;
    box-sizing: border-box;

}
div.bubble_basket div.all div.click_cont div.cont a.enter {

    display: block;
    width: 372px;
    height: 28px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #ffffff;
    background-color: #b53c4c;
    text-align: center;
    text-decoration: none;
    margin-left: 88px;
    padding-top: 6px;
    font-size: 13px;

}
div.bubble_basket div.all div.click_cont div.cont input {

    margin-left: 88px;
    width: 264px;
    height: 28px;
    border: solid 1px #dddddd;
    background-color: #fbfbfb;
    padding-left: 2px;
    padding-right: 2px;
    margin-top: 2px;
    margin-bottom: 12px;
    outline: none;

}
div.bubble_basket div.all div.click_cont div.cont input.active {

    border: solid 1px #67b683;

}
div.bubble_basket div.all div.click_cont div.cont input.error {

    border: solid 1px #b53c4c;
    color: #b53c4c;

}
div.bubble_basket div.all div.click_cont div.cont div.head {

    margin-left: 88px;
    font-size: 13px;
    color: #000000;

}
div.bubble_basket div.all div.click_cont div.cont h3 {

    margin-bottom: 30px;
    color: #000000;
    text-align: center;

}
div.bubble_basket div.all div.click_cont div.cont a.close {

    display: block;
    width: 15px;
    height: 15px;
    background: url('/bitrix/templates/interlamp/css/../images/close_2.png') no-repeat left top;
    float: right;
    margin-right: -31px;
    margin-top: 1px;

}
div.bubble_basket div.all div.click_cont div.bask {

    margin-bottom: 15px;

}
div.bubble_basket div.all div.click_cont div.attention1 {

    display: none;
    text-align: center;
    font-size: 13px;
    color: #ff3600;
    margin-bottom: 25px;
    margin-top: -28px;

}
div.bubble_basket div.all div.click_cont div.bask img {

    width: 94px;
    height: 94px;

}
div.bubble_basket div.all div.click_cont div.bask a {

    border: 1px solid #e5e5e5;
    display: block;
    float: left;
    box-sizing: border-box;
}
div.bubble_basket div.all div.click_cont div.bask a.title {

    display: block;
    text-decoration: none;
    color: #000000;
    line-height: 18px;
    margin-top: 5px;
    float: left;
    width: 241px;
    border: none;
    padding-left: 18px;

}
div.bubble_basket div.all div.click_cont div.bask a.title span {
    display: block;
    font-size: 22px;
    color: #000;
    margin-top: 15px;
}
div.bubble_basket div.all div.click_cont div.btns {

    margin-top: 35px;
    padding-bottom: 40px;

}
div.bubble_basket div.all div.click_cont div.cont div.btns a.continue {

    display: block;
    width: 173px;
    height: 28px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #ffffff;
    background-color: #759e9b;
    text-align: center;
    text-decoration: none;
    margin-left: 88px;
    padding-top: 6px;
    font-size: 13px;
    float: left;
    margin-right: 48px;

}
div.bubble_basket div.all div.click_cont div.cont div.btns a.continue:hover {

    background-color: #94afad;

}
div.bubble_basket div.all div.click_cont a.order_btn {

    display: inline-block;
    background-color: #ff6d44;
    line-height: 32px;
    height: 32px;
    padding: 0 18px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    float: right;

}
div.bubble_basket div.all div.click_cont a.order_btn:hover {

    background-color: #f65123;

}
div.bubble_basket div.all div.click_cont a.continue {
    float: left;
    margin-top: 9px;

}

div.bubble_count_order {

    position: absolute;
    z-index: 9999;
    width: 100%;
    display: none;

}
div.bubble_count_order div.all {

    width: 417px;
    position: relative;
    margin: 0 auto;
    margin-top: 153px;

}
div.bubble_count_order div.all div.click_cont {

    display: block;

}
div.bubble_count_order div.all div.click_cont div.cont {

    width: 417px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.15);
    padding: 7px 40px 25px;
    box-sizing: border-box;

}
div.bubble_count_order div.all div.click_cont div.cont a.enter {

    display: block;
    width: 372px;
    height: 28px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #ffffff;
    background-color: #b53c4c;
    text-align: center;
    text-decoration: none;
    margin-left: 88px;
    padding-top: 6px;
    font-size: 13px;

}
div.bubble_count_order div.all div.click_cont div.cont input {

    margin-left: 88px;
    width: 264px;
    height: 28px;
    border: solid 1px #dddddd;
    background-color: #fbfbfb;
    padding-left: 2px;
    padding-right: 2px;
    margin-top: 2px;
    margin-bottom: 12px;
    outline: none;

}
div.bubble_count_order div.all div.click_cont div.cont input.active {

    border: solid 1px #67b683;

}
div.bubble_count_order div.all div.click_cont div.cont input.error {

    border: solid 1px #b53c4c;
    color: #b53c4c;

}
div.bubble_count_order div.all div.click_cont div.cont div.head {

    margin-left: 88px;
    font-size: 13px;
    color: #000000;

}
div.bubble_count_order div.all div.click_cont div.cont h3 {

    margin-bottom: 30px;
    color: #000000;
    text-align: center;

}
div.bubble_count_order div.all div.click_cont div.cont a.close {

    display: block;
    width: 15px;
    height: 15px;
    background: url('/bitrix/templates/interlamp/css/../images/close_2.png') no-repeat left top;
    float: right;
    margin-right: -31px;
    margin-top: 1px;

}
div.bubble_count_order div.all div.click_cont div.btns {

    margin-top: 35px;
    padding-bottom: 40px;

}
div.bubble_count_order div.all div.click_cont div.cont div.btns a.continue {

    display: block;
    width: 173px;
    height: 28px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #ffffff;
    background-color: #759e9b;
    text-align: center;
    text-decoration: none;
    margin-left: 88px;
    padding-top: 6px;
    font-size: 13px;
    float: left;
    margin-right: 48px;

}
div.bubble_count_order div.all div.click_cont div.cont div.btns a.continue:hover {

    background-color: #94afad;

}
div.bubble_count_order div.all div.click_cont a.order_btn {

    display: inline-block;
    background-color: #ff6d44;
    line-height: 32px;
    height: 32px;
    padding: 0 18px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    float: right;

}
div.bubble_count_order div.all div.click_cont a.order_btn:hover {

    background-color: #f65123;

}
div.bubble_count_order div.all div.click_cont a.continue {
    float: left;
    margin-top: 9px;

}



input.pay_btn {
    border: none;
    cursor: pointer;
    margin: 0;
}

div.warn {

    position: absolute;
    margin-top: 220px;
    margin-left: -173px;
    z-index: 99;

}
div.warn a.warn_field {

    display: block;
    width: 165px;
    height: 54px;
    background: url('/bitrix/templates/interlamp/css/../images/warn.png') no-repeat left top;

}
div.warn a.warn_exit {

    display: block;
    width: 15px;
    height: 15px;
    background: url('/bitrix/templates/interlamp/css/../images/warn_exit.png') no-repeat left top;
    position: absolute;
    margin-top: -62px;
    margin-left: 158px;
    cursor: pointer;

}

div.left_head {

    position: absolute;
    width: 1000px;
    height: 100px;
    margin-left: -1000px;
    z-index: 9;

}

div.main_border h3, div.main_border h2 {
    color: #ffffff;
    background-color: #ff6d44;
    margin: 0;
    line-height: 41px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
    text-align: center;

}

.city_geo {
    margin: -28px 0 10px -50px;
}

div.bubble div.all div.middle div.cont span.citygeo {

    display: block;
    height: 16px;
    width: 178px;
    float: left;
    margin-bottom: 6px;
    color: #000000;
    text-decoration: none;
    font-size: 11px;
    cursor:pointer;
}
div.bubble div.all div.middle div.cont span.citygeo.active {
    font-weight: bold;
    background: none;
}

#citygeo_list {
    z-index: 99999;
}
#citygeo_list .all {
    margin-top: 28px;
}

.bold_city {
    font-weight: bold
}

.top_right_city {
    margin-top: 6px;
    margin-bottom: 23px;
    display: inline-block;
}

div.show-more {
    cursor: pointer;
    width: 141px;
    line-height: 43px;
    margin: 0 auto 40px;
    text-align: center;
    background: #ff6d44;
    border-radius: 5px;
}
div.show-more img {
    display: none;
}
div.show-more a {
    position: relative;
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
}
div.show-more a:after{
    content: '';
    border-bottom: 1px dotted #ffffff;
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
}
div.show-more:hover {
    background-color: #f65123;
}
div.show-more:hover a:after{
    border-bottom: none;
}
.mse2_pagination {
    display: block!important;
}

input.parsley-error, #msOrder .error {
    border-color: #ff3600!important;
    /* margin-bottom: 0px!important; */
}
.parsley-errors-list {
    padding: 0;
    list-style-type: none;
    margin: 0;
    margin-left: 7px;
    color: #ff3600;
    font-size: 13px;
}
.parsley-errors-list>li:last-child {
    margin-bottom: 16px;
}
.preview-product-img,
.owl-carousel .owl-item img.preview-product-img {
    width:auto;
    max-height: 100%;
    margin: 0 auto;
}
.wheel {
    z-index: 100;

    -webkit-animation-name: spin;
    -webkit-animation-duration: 600ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 600ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 600ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    animation-name: spin;
    animation-duration: 600ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
    }
}
@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

div.main_name {

    margin-top: 15px;
    margin-bottom: 15px;

}
div.main_name h1 {
    text-align: center;
}

div.city_cloud {
    position: absolute;
    z-index: 100;
    width: 252px;
    color: #000;
    background-color: rgba(255,255,255,.96);
    -webkit-box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.15);
    padding-top: 12px;
    padding-bottom: 15px;
    text-align: center;
    margin-top: 10px;
}
div.city_cloud:before {
    display: block;
    content: "";
    background-color: transparent;
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid rgba(255,255,255,.96);
}
div.city_cloud a.close {
    width: 15px;
    height: 15px;
    margin-right: 12px;
    margin-top: 3px;
    cursor: pointer;
    background: url(/bitrix/templates/interlamp/css/../images/close_2.png) no-repeat left top;
}
div.city_cloud div span {
    display: inline-block;
    background-color: #ff6d44;
    line-height: 32px;
    height: 32px;
    padding: 0 18px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    margin: 0 11px;
    font-size: 13px;
}
div.city_cloud div span:hover {
    background-color: #f65123;
}
div.city_cloud span {
    font-size: 15px;
    margin-bottom: 25px;
    display: block;
    /* margin-top: 10px; */
}

.slidebar_footer {

    position: fixed;
    bottom: 0px;
    z-index: 120;
    width: 100%;
    height: 46px;
    background-color: #ff6d44;

    -webkit-box-shadow: 0px -1px 5px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px -1px 5px 0px rgba(50, 50, 50, 0.4);
    box-shadow: 0px -1px 5px 0px rgba(50, 50, 50, 0.4);
    text-align: center;
    display: none;
}
.slidebar_footer_l {
}
.slidebar_footer_t {
    width: 900px;
    color: #fff;
    font-size: 13px;
    padding-right: 50px;
    margin-top: 6px;
    line-height: 17px;
}
.slidebar_footer_t a {
    color: #fff;
    text-decoration: none;
}
.slidebar_footer a.close_slaidbar_block {

    position: fixed;
    display: block;
    width: 28px;
    height: 28px;
    background: url('/bitrix/templates/interlamp/css/../images/close3.png') no-repeat scroll 50% 50%;
    right: 10px;
    z-index: 5;
    margin-top: 3px;

}

a.open_slaidbar {

    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 150px;
    height: 34px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    background-color: #ff6d44;
    text-align: center;
    cursor: pointer;
    padding-top: 12px;
    text-decoration: none;
    -webkit-box-shadow: -1px -1px 5px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: -1px -1px 5px 0px rgba(50, 50, 50, 0.4);
    box-shadow: -1px -1px 5px 0px rgba(50, 50, 50, 0.4);

}

div.filter_links {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px 30px 18px;
    background-color: #f1f1f1;
}

div.filter_links a, div.filter_links span {
    font-size: 13px;
    color: #333333;
    text-decoration:none;
    display: inline-block;
    line-height: 20px;
    position: relative;
    margin-right: 13px;
    white-space: nowrap;
}
div.filter_links span {
    color: #ff6600;
}
div.filter_links a:after, div.filter_links span:after {
    content: '|';
    display: inline-block;
    color:#333;
    font-weight: normal;
    margin-left: 3px;
    position: absolute;
}
div.filter_links a:last-child:after,
div.filter_links span:last-child:after {
    display: none;
    content: '';
}
div.filter_links a:hover {
    text-decoration:underline;
    color:#ff6600;
}
div.filter_links span {
    font-weight: bold;
}

.top_right {
    float:right;
    margin-top: 9px;
    margin-right: 9px;
}
.sprite-user {
    margin-bottom: 10px;
}
.sprite-user:before {
    content: '';
    width: 16px;
    height: 14px;
    background: url('/bitrix/templates/interlamp/css/../images/sprite.png') no-repeat -44px -10px;
    display: inline-block;
    vertical-align: top;
    margin-right: 9px;
}
#fixed_header .sprite-user {
    margin-bottom: 0;
    float: left;
    margin-right: 10px;
}
#fixed_header .sprite-user:before {
    width: 16px;
    height: 15px;
    background: url('/bitrix/templates/interlamp/css/../images/user-fix.png') no-repeat center;
    margin-right: 0;
}
#fixed_header fix-user a {
    line-height: 16px;
}
.top_right a.registr {
    margin-left: 14px;
}

div.error-page {
    background: url('/bitrix/templates/interlamp/css/../images/luster.png') no-repeat top;
    background-position-y: -375px;
    width: 1110px;
    margin: 0 auto;
}
div.error-page div.top_menu {
    background: none;
}
div.error-page .search-404 .search {
    line-height: 52px;
    width: 389px;
    text-align: left;
    display: block;
    margin: 40px auto 0;
}
div.error-page .search-404 .search input.search {
    width: 389px;
    height: 36px;
    background: #fff;
    outline: none;
    padding-left: 12px;
    padding-right: 0px;
    box-sizing: border-box;
    color: #57606d;
    border: 1px solid #cccccc;
}
div.error-page .search-404 .search input.search_btn {
    position: absolute;
    display: block;
    width: 64px;
    height: 36px;
    background: url('/bitrix/templates/interlamp/css/../images/loop.png') #ffac90 no-repeat center;
    margin-left: 325px;
    z-index: 15;
    border: none;
    cursor: pointer;
    outline: none;
}
div.error-page .logo-404 {
    text-align: center;
    padding-top: 25%;
}
div.error-page .logo-404 span {
    font-size: 100px;
    font-weight: 300;
    line-height: 100px;
}
div.error-page .logo-404 .logo {
    display: inline-block;
    width: 185px;
    height: 80px;
    background: url('/bitrix/templates/interlamp/css/../images/logo.png') no-repeat center;
    background-size: 100%;
    margin-left: 40px;
}
div.error-page .text {
    text-align: center;
    font-size: 13px;
    margin-top: 20px;
}
div.error-page .nav-404 {
    margin-top: 40px;
    text-align: center;
}
div.error-page .nav-404 a {
    font-size: 15px;
    margin: 0 10px;
}

#open_left_menu {
    display: none;
    width: 100%;
    padding: 9px 0 9px 11px;
    line-height: 16px;
    border-bottom: solid 1px #b1c2c2;
    border-top: solid 1px #b1c2c2;
    background-color: #cedada;
    font-size: 15px;
    cursor: pointer;
    box-sizing: border-box;
}
#open_left_menu.open {
    background: #486666;
    color: #fff;
}

.usual_price span.text {
    margin-left: 0;
}

.certificates {
    text-align: center;
}
.certificates img {
    display: inline-block;
    margin: 10px;
}

.filter_type {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    color: #333;
    line-height: 28px;
    margin-right: 10px;
}
.filter_items {
    display: inline;
}

.filter_items a:last-child:after {
    display: none;
}

.posrel:hover > ul.tags-categories {
    display: block;
}
.posrel:hover > ul.tags-categories + a {
    background: #ffac90;
    color: #fff !important;
}

ul.tags-categories > li:hover > ul {
    display: block;
}

.submenu-block {
    display: none;
    white-space: nowrap;
    list-style: none;
    position: absolute;
    background-color: rgba(255,255,255,.96);
    text-align: left;
    box-shadow: 0 0px 20px rgba(0,0,0,0.19), 0 5px 10px rgba(0,0,0,0.23);
    padding: 8px 0;
    margin: 0;
}

ul.tags-categories {
    top: -8px;
    left: 100%;
    z-index: 110;
}

ul.tags-categories li {
    position: relative;
    line-height: 28px;
    font-size: 13px;
    padding: 0 30px;
    cursor: pointer;
}
ul.tags-categories li:hover,
ul.tags-items a:hover {
    background: #ffac90;
    color: #fff !important;
}

ul.tags-items li {
    padding: 0;
}
ul.tags-items {
    top: -8px;
    left: 100%;
    z-index: 111;
}
ul.tags-items a {
    font-weight: normal !important;
    font-size: 13px !important;
    padding: 0 20px !important;
}

.posrel {
    position: relative;
}

.middle a > i,
.tags-categories li > i {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
    -ms-transform: translateY(-50%); /* IE 9 */
    transform: translateY(-50%); /* IE 10, Fx 16+, Op 12.1+ */
}

.punct:hover > ul.tags-categories {
    display: block;
}
.punct ul {
    top: 0;
    padding: 0;
    background-color: #cedada;
}
.punct > ul li {
    line-height: 34px;
    border-bottom: solid 1px #b1c2c2;
}
.punct > ul > li > i {
    top: 50%;
    -webkit-transform: translateY(-50%); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
    -ms-transform: translateY(-50%); /* IE 9 */
    transform: translateY(-50%); /* IE 10, Fx 16+, Op 12.1+ */
}
.punct > ul > li > ul a {
    line-height: 34px !important;
    color: #000 !important;
}

.current-cat,
.punct > ul > li > ul a.current-cat {
    background: #ffac90 !important;
    color: white !important;
}

#main_menu > .item:hover > .topsub {
    display: block !important;
}

h3.filter_header {
    font-weight: 600;
    margin: 0;
    text-align: center;
}

ul.filter_tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}
ul.filter_tabs li {
    position: relative;
    display: inline-block;
    margin-right: 30px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    border-bottom: 1px solid black;
}
ul.filter_tabs li.current,
ul.filter_tabs li:hover {
    border-bottom: 1px solid #ff6600;
    color: #ff6600;
}
/*ul.filter_tabs li.current:after,*/
/*ul.filter_tabs li:hover:after {*/
    /*content:'';*/
    /*position: absolute;*/
    /*top: 100%;*/
    /*left: 50%;*/
    /*margin-left: -5px;*/
    /*width: 0;*/
    /*height: 0;*/
    /*border-top: solid 5px #ff6600;*/
    /*border-left: solid 5px transparent;*/
    /*border-right: solid 5px transparent;*/
/*}*/
ul.filter_tabs li:last-child {
    margin-right: 0;
}
.filter_tab_content {
    display: none;
}
.filter_tab_content.current {
    display: inherit;
}

ul.filter_tabs li.current::before,
ul.filter_tabs li.current::after,
ul.filter_tabs li:hover::before,
ul.filter_tabs li:hover::after {
    position: absolute;
    left: 50%;
    top: 100%;
    border: 6px solid transparent;
    content: "";
    width: 0;
    height: 0;
    margin-left: -7px;
    border-left-width: 7px;
    border-right-width: 7px;
}
ul.filter_tabs li.current::before,
ul.filter_tabs li:hover::before
{
    border-top-color: #ff6600;
}
ul.filter_tabs li.current::after,
ul.filter_tabs li:hover::after {
    border-top-color: #f1f1f1;
    margin-top: -1px;
}

/*adaptive*/
@media screen and (max-width: 1126px) {
    div.wrap, #wrapper, div.error-page {
        width: 888px!important;
    }
    #main_catalog {
        width: 883px!important;
    }
    .header-left {
        padding-right: 20px;
    }
    a.logo {
        background-size: 100%;
        width: 210px;
        height: 90px;
        margin-bottom: 10px;
    }
    .header-left .slogan {
        width: 240px;
    }
    div.top_phone {
        margin-left: 20px;
    }
    div.top_phone .phone {
        font-size: 18px;
    }
    div.city div.time {
        margin-bottom: 21px;
    }
    div.top_menu .item.scale {
        margin-right: 0;
    }
    div.top_menu .item {
        padding-right: 7px;
        padding-left: 7px;
    }
    div.top_menu .item div.topsub {
        margin-left: -7px;
    }
    div.top_menu .item.search {
        width: 135px;
    }
    div.top_menu .item.search input.search {
        width: 135px;
        padding-left: 8px;
    }
    div.top_menu .item.search input.search_btn {
        width: 36px;
        margin-left: 101px;
    }
    ul.types li {
        margin-right: 15px;
    }
    div.main_news {
        padding-left: 20px;
    }
    div.error-page .logo-404 {
        padding-top: 31%;
    }
    div.right_col {
        width: 666px;
    }
    div.news div.new div.news-info {
        width: 407px;
    }
    div.right_col.item_product {
        padding-left: 20px;
    }
    div.right_col h1.card_name {
        font-size: 20px;
    }
    div.left_block {
        float: none;
        width: 350px;
        margin: 10px auto;
    }
    div.right_block {
        float: none;
        padding-left: 0;
        margin: 10px auto;
    }
    .bottom_cat_block {
        margin-left: -20px;
    }
    div.filters div.left {
        width: 27%;
        margin-left: 0;
        padding-left: 10px;
        box-sizing: border-box;
    }
    div.filters div.center  {
        width: 35%;
    }
    div.filters div.right  {
        width: 37%;
    }
    .item_product .additional {
        margin-top: 40px;
        margin-bottom: 20px;
    }
    div.cart-page {
        width: 888px;
    }
    div.big_basket div.image {
        width: 98px;
    }
    div.big_basket div.name {
        width: 341px;
        padding-left: 20px;
        padding-right: 20px;
    }
    div.big_basket div.del-td {
        width: 87px;
    }
    div.all_summ {
        margin-right: 101px;
    }
    .list-view div.product div.frame {
        width: 481px;
    }
    .list-view div.product div.frame .ms2_form {
        float: none;
        text-align: center;
    }
    .list-view div.product div.frame a.one_click,
    .list-view  div.product div.frame a.basket,
    .list-view  div.product div.frame button.basket {
        display: inline-block;
        float: none;
        position: relative;
        right: unset!important;
    }
    .list-view div.product div.frame a.one_click, .list-view div.product div.frame a.basket {
        margin-top: 0;
    }

    .fix-user {
        width: 85px;
    }
    .fix-menu a {
        margin-right: 7px;
    }
    .fix-tel {
        margin-left: 10px;
    }
    .fix-tel div {
        margin-right: 4px;
    }
    .fix-tel a {
        margin-right: 8px;
    }
    .fix-basket .compare.cell_block {
        margin-right: 15px;
    }
    .fix-basket .item.scale .btn, .fix-basket .top_basket .cart-block .btn {
        margin-right: 7px;
    }
    .fix-basket {
        padding-right: 4px;
    }

}
@media screen and (max-width: 904px) {
    #main_menu .item:last-child {
        display: none;
    }
    div.wrap, #wrapper, div.error-page {
        width: 666px!important;
    }
    #main_catalog {
        width: 661px!important;
    }
    .header-left {
        float: none;
        width: 100%;
        padding-right: 0;
    }
    .header-left .slogan {
        float: left;
        width: 400px;
        padding-left: 40px;
        font-size: 14px;
        line-height: 25px;
        padding-top: 18px;
    }
    a.logo {
        float: left;
    }
    div.top_phone {
        margin-left: 36px;
    }
    div.top_menu .item {
        padding-right: 8px;
        padding-left: 8px;
    }
    div.top_menu .item a {
        font-size: 14px;
    }
    div.top_menu .item div.topsub {
        margin-left: -8px;
    }
    div.top_menu .item.scale {
        margin-right: 10px;
    }
    div.top_menu .item.search {
        width: 100%;
        margin: 0;
        padding: 8px 8px;
        box-sizing: border-box;
    }
    div.top_menu .item.search input.search {
        width: 100%;
        padding-left: 12px;
    }
    div.top_menu .item.search input.search_btn {
        width: 54px;
        margin-left: 0;
        right: 8px;
    }
    ul.types li {
        height: 130px;
        margin-right: 68px;
    }
    ul.types li.last-in-line {
        margin-right: 68px !important;
    }
    ul.types li.el4 {
        margin-right: 0;
    }
    ul.types > .clear:first-of-type {
        display: none !important;
    }
    div.main_banner_before_types .item span {
        font-size: 13px;
    }
    div.main_banner_before_types .item div {
        font-size: 12px;
    }
    div.main_banner_before_types {
        padding: 19px 20px 19px;
    }
    div.bottom_line div.left {
        max-width: 400px;
    }
    div.error-page .logo-404 {
        padding-top: 42%;
    }
    div.left_col {
        width: 190px;
    }
    div.right_col {
        width: 476px;
        padding-left: 20px;
    }
    div.right_block {
        width: 100%;
    }
    div.news {
        padding-left: 0;
    }
    div.news div.new {
        margin-bottom: 30px;
    }
    div.news div.new div.photo {
        float: none;
    }
    div.news div.new div.news-info {
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
        float: none;
        height: auto;
    }
    div.news div.new div.desc {
        margin-top: 10px;
    }
    div.breadcrumbs {
        margin-top: 50px;
    }
    #tabs ul li {
        margin-right: 5px;
        width: 135px;
    }
    #tabs .tabs-block {
        padding: 15px 10px;
    }
    div.tabs-block table.charak {
        width: 436px;
    }
    .bottom_cat_block .catalog-block {
        width: 444px;
        margin: 23px auto 65px;
    }
    .catalog-page {
        margin-left: 0px;
    }
    div.filters div.left {
        width: 50%;
    }
    div.filters div.center  {
        width: 50%;
        float: left;
        margin-bottom: 20px;
    }
    div.filters div.right  {
        width: 100%;
        float: none;
        padding-left: 10px;
    }
    div.send {
        margin-right: 21px;
        width: 230px;
    }
    div.reset {
        padding: 6px 10px 25px;
    }
    a.remove_filters {
        margin-left: 0;
    }
    #footer .addr {
        margin-left: 0;
    }
    .list-view div.card-char {
        float: none;
    }
    .list-view div.product {
        height: auto;
        padding-bottom: 30px;
    }
    .list-view div.product div.frame {
        width: 100%;
        padding: 10px;
        margin-top: 175px;
        margin-left: 0;
    }
    .list-view div.product div.frame .ms2_form {
        float: none;
        margin-top: 15px;
        text-align: center;
    }
    .list-view div.product div.frame a.one_click,
    .list-view  div.product div.frame a.basket,
    .list-view  div.product div.frame button.basket {
        display: inline-block;
        float: none;
        position: relative;
        right: unset!important;
    }
    .list-view div.product div.photo {
        width: 100%;
        float: none;
        margin: 0;
    }
    .list-view div.product div.frame div.compare {
        top: 2px;
        right: 10px;
    }
    .list-view div.product div.frame div.title {
        padding-top: 30px;
        padding-right: 0;
    }
    .list-view .vote-static-block {
        margin-left: 0px;
    }
    div.block.profile div.right {
        float: left;
    }

    div.cart-page {
        width: 666px;
    }
    div.cart-page h2 {
        margin-bottom: 30px;
    }
    div.big_basket div.image {
        width: 80px;
    }
    div.big_basket div.name {
        width: 258px;
        padding-left: 15px;
        padding-right: 10px;
    }
    div.big_basket div.price-td {
        width: 80px;
    }
    div.big_basket div.price {
        margin-right: 8px;
    }
    div.big_basket div.panel-td {
        width: 100px;
    }
    div.big_basket div.price2-td {
        width: 108px;
    }
    div.big_basket div.del-td {
        width: 40px;
    }
    div.all_summ {
        margin-right: 46px;
    }

    div.over_block {
        margin-top: 65px;
    }

    .fix-tel {
        display: none;
    }
    .fix-tel span {
        float: none;
    }
    .right_block .price-block .item:first-child {
        text-align: center;
    }
    .right_block .price-block .item.price {
        text-align: center;
    }
    #msProduct .right_block .button-block {
        text-align: center;
    }
    #msProduct .right_block .button-block :last-child {
        margin-right: 17px;
    }
    .col-auto {
        width: 100%;
    }
    .or {
        margin: 0;
        text-align: center;
    }
    div.registr input {
        margin-left: 15%;
        margin-right: 15%;
        width: 70%;
    }
    div.registr div.head {
        margin-left: 15%;
        margin-right: 15%;
    }
    div.registr input.registr {
        margin-left: 30%;
        margin-right: 30%;
        width: 40%;
    }
    div.registr p {
        margin-left: 18px;
        margin-right: 18px;
        text-align: center;
    }
}
@media screen and (max-width: 682px) {
    #main_menu .item:last-child {
        display: block;
    }
    .posrel > a > i {
        display: none;
    }
    .posrel:hover > ul.tags-categories {
        display: none;
    }
    div.top_menu .item div.topsub div.bottom, div.top_menu .item div.topsub div.top{
        width: 100%;
    }
    div.top_menu .item div.topsub div.right{
        margin-left: 0;
    }
    #mobile_header{
        display: block !important;
        padding: 5px 0;
    }
    .item_list_you_looked.col4{
        display: none;
    }
    .header, #compare_list_count{
        display: none;
    }
    div.breadcrumbs {
        padding-left: 10px;
        box-sizing: border-box;
    }
    div.wrap, #wrapper, #main_catalog, #collection_catalog, #brand_catalog, div.error-page {
        width: 100%!important;
    }
    #main_catalog {
        box-sizing: border-box;
    }
    .header-left .slogan {
        float: none;
        width: 80%;
        text-align: center;
        padding-left: 0;
        font-size: 14px;
        line-height: 25px;
        padding-top: 8px;
        margin: 0 auto 15px;
    }
    a.logo {
        float: none;
        margin: 0 auto;
    }
    div.city {
        float: none;
        width: 100%;
    }
    div.city>div {
        float: left;
        width: 33%;
        box-sizing: border-box;
    }
    div.city>div.top_right_city {
        padding-left: 10px;
    }
    div.top_phone {
        margin-left: 20px;
    }
    div.main_brands, div.main_news {
        width: 100%;
        margin-bottom: 20px;
    }
    div.main_brands div.texts {
        margin-top: 15px;
        padding: 20px 20px 1px;
    }
    div.main_brands h2 {
        padding-left: 20px;
    }
    div.main_brands div.texts div.one_brand {
        margin-bottom: 20px;
    }
    div.main_brands div.texts div.one_brand img {
        margin-bottom: 10px;
    }
    div.main_cont {
        margin-top: 0;
    }
    div.main_cont .cont_text {
        width: 100%;
        padding: 0 10px!important;
    }
    #footer {
        padding: 10px;
    }
    div.bottom_line {
        padding: 10px;
        height: auto;
    }
    div.bottom_line div.left {
        max-width: 100%;
        margin-bottom: 10px;
    }
    #footer div.left, #footer div.right {
        width: 50% !important;
    }
    div.bottom_line div.right {
        float: none;
        margin: 0 auto;
        width: 100%;
    }
    ul.types li {
        width: 25%;
        margin-right: 0;
    }
    ul.types li.last-in-line {
        margin-right: 0 !important;
    }
    ul.types li div.type {
        margin: 0 auto;
    }
    div.main_banner_before_types .item {
        width: 50%;
        height: 140px;
    }
    div.error-page {
        background-position-y: -460px;
    }
    div.right_col.item_product {
        padding-left: 10px;
    }
    .catalog-page .catalog-block {
        width: 444px;
        margin: 0 auto 17px;
    }
    a.remove_filters {
        margin-left: -93px;
    }

    #open_left_menu {
        display: block;
    }
    div.left_col {
        float: none;
        width: 100%;
        margin-bottom: 15px;
        position: relative;
    }
    div.left_col .left_menu {
        display: none;
        position: absolute;
        top: 36px;
        left: 0;
        z-index: 100;
    }
    div.right_col {
        width: 100%;
        float: none;
        padding: 0 10px;
    }

    div.lk a.cart_auth {
        margin: 0 auto;
        float: none;
    }

    table.big_basket {
        width: 682px;
    }

    #fixed_header {
        display: none!important;
    }

    div.top_menu {
        height: 52px;
        position: relative;
    }
    #main_menu {
        z-index: 2000;
        display: none;
        position: absolute;
        width: 100%;
        background-color: #486666;
        top: 52px;
        left: 0;
    }
    #main_menu .item {
        display: block;
        padding-left: 20px;
        text-align: left;
        position: relative;
    }
    #main_menu .item a.arrow {
        background: none;
        padding-right: 0;
    }
    #main_menu .item .item-arrow {
        display: block;
        content: "";
        background: url('/bitrix/templates/interlamp/css/../images/menu_white_arrow.png') no-repeat center;
        background-size: 12px 7px;
        width: 12px;
        height: 7px;
        position: absolute;
        top: 23px;
        right: 15px;
    }
    #main_menu .item div.topsub {
        margin-left: -20px;
        width: 100%;
    }
    #main_menu .item div.topsub div.middle a {
        line-height: 35px;
    }
    #open_menu_button {
        display: inline-block;
        float:left;
    }
    div.top_menu .item.search{
        width: 71%;
        position: relative;
    }
    div.breadcrumbs{
        margin: 0 0 15px 0!important;
    }
    .bottom_cat_block {
        margin-left: 0;
    }
    div.callback_me_please .bubble_login {
        margin-left: -10px;
    }

    div.cart-page {
        width: 100%;
    }
    div.cart-page h2 {
        margin-bottom: 30px;
    }
    div.big_basket .left {
        height: 85px;
    }
    div.big_basket .row-table {
        height: 170px;
    }
    div.big_basket div.image {
        width: 33%;
        text-align: center;
        padding-top: 5px;
    }
    div.big_basket div.name {
        width: 33%;
        padding: 0;
    }
    div.big_basket div.name .tc {
        text-align: center;
    }
    div.big_basket div.price-td {
        width: 33%;
    }
    div.big_basket div.price {
        margin-right: 0;
        float: none;
    }
    div.big_basket div.panel-td {
        width: 33%;
    }
    div.big_basket div.price2-td {
        width: 33%;
    }
    div.big_basket div.del-td {
        width: 33%;
    }
    div.cart-page .b_cont {
        width: 100%
    }
    div.big_basket span.er {
        top: -13px;
        left: -5px;
    }
    div.all_summ {
        float: none;
        margin: 0 auto;
        width: 184px;
    }
    div.cart-page .cart-section {
        margin-bottom: 30px;
    }

    .catalog-page.list-view .catalog-block {
        width: 100%;
    }
    .list-view div.product {
        padding-bottom: 0;
    }
}
@media screen and (max-width: 670px) {
    #main_catalog li {
        width: 100%;
    }
    div.product {
        margin: auto;
    }
}
@media screen and (max-width: 650px) {
    div.cart-page .b_cont .item {
        padding: 10px 40px 20px;
    }
    .list-view div.product {
        height: auto;
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 600px) {
    div.cart-page .b_cont .item {
        padding: 10px 20px 20px;
    }
}
@media screen and (max-width: 550px) {
    div.cart-page .b_cont input {
        width: 210px;
    }
    div.cart-page .b_cont .third input {
        width: 100%;
    }
    div.block div.map {
        width: 400px;
        height: 280px;
    }
}
@media screen and (max-width: 480px) {
    .certificates img {
        margin: 10px 0;
    }
    ul.types li {
        width: 50%;
    }
    div.main_banner_before_types .item {
        width: 100%;
    }
    div.city>div {
        width: 50%;
    }
    div.city>div.top_right_city {
        width: 100%;
        text-align: center;
    }
    div.top_phone .phone {
        font-size: 15px;
    }
    div.top_phone .btn{
        padding: 0px 8px;
    }
    div.city div.time .fa-clock-o,div.city div.show-room .fa-map-marker {
        left: 4px;
        top: 2px;
    }
    .top_right a.registr {
        display: block;
        margin-left: 0;
        margin-top: 10px;
    }
    .top_basket {
        margin-top: 10px;
    }
    a.logo {
        width: 150px;
        height: 65px;
    }
    .header-left .slogan {
        font-size: 12px;
        margin: 0 auto 5px;
    }
    .header {
        margin: 10px 0 34px 0;
    }
    div.error-page .logo-404 span {
        font-size: 50px;
        line-height: 50px;
    }
    div.error-page .logo-404 .logo {
        width: 100px;
        height: 43px;
    }
    div.error-page .text {
        padding: 0 10px;
        font-size: 12px;
    }
    div.error-page {
        background-size: 30%;
        background-position-y: -280px;
    }
    .item_product .additional .item {
        width: 50%;
        text-align: center;
    }
    .item_product .additional .item.rate {
        width: 100%;
        margin-bottom: 10px;
    }
    .item_product .additional .item.rate .rating, .item_product .additional .item.rate a {
        float: none;
        display: inline-block;
    }
    .item_product .additional .item.vwrs {
        width: 50%;
    }
    .item_product .additional .item div.compare {
        float: none;
        text-align: center;
    }
    div.city_cloud {
        margin-left: -140px!important;
    }

    .list-view div.product div.photo {
        width: 100%;
    }
    .list-view div.product div.frame {
        width: 100%;
    }
    .list-view div.product div.frame div.title {
        padding-top: 0;
        padding-right: 92px;
    }
    .list-view div.product div.frame div.price {
        margin-left: 0;
    }
    .list-view .vote-static-block {
        margin-left: 40%;
    }
    .list-view div.product div.frame div.exists, .list-view div.product div.frame div.no_exists {
        margin-right: 0;
    }
    .list-view div.product div.frame a.one_click {
        right: 50%;
        margin-right: 5px;
    }
    .list-view div.product div.frame a.basket {
        right: 50%;
        margin-right: -111px;
    }

    div.stages div.stage, div.stages div.stage_first {
        font-size: 16px;
    }

    div.right_col h1.card_name {
        font-size: 18px;
    }
    div.left_block {
        width: 280px;
    }
    #slider_for .full {
        width: 278px;
        height: 280px;
    }
    #slider_for .full div img {
        margin: 0 auto;
        max-width: 278px;
        max-height: 280px;
    }
    #slider_nav {
        width: 222px;
    }
    #slider_nav .slick-slide {
        width: 68px;
        height: 68px;
        border: 1px solid #e5e5e5;
        margin: 0 4px;
    }
    #slider_nav .slick-slide img {
        width: 64px;
        height: 68px;
    }
    #tabs ul li {
        float: none;
        width: 100%;
        line-height: 32px;
        margin: 0;
        border: 1px solid #f1f1f1;
    }
    #tabs ul li.active {
        line-height: 32px;
        border: 1px solid #f1f1f1;
        bottom: -10px;
    }
    #tabs ul:before {
        display: none;
    }
    .bottom_cat_block .catalog-block {
        width: 222px;
        margin: 18px auto 35px;
    }
    .right_block .garant .item {
        float: none;
        padding-left: 0;
        text-align: center;
        width: 100%;
    }
    .right_block .means {
        padding: 3px 0;
    }
    .right_block .means .item {
        float: none;
        padding-left: 0;
        text-align: center;
        width: 100%;
        margin: 20px 0;
    }
    .right_block .means .item img {
        top: -1px;
    }
    .right_block .means .item img {
        /*left: 84px;*/
    }
    .right_block .means .item:nth-child(2) img {
        left: 28px;
        margin-top: 10px;
    }
    .right_block .price-block .item {
        text-align: center!important;
        float: none!important;
        width: 100%!important;
        margin: 10px 0;
    }
    .item_product .top_char>div {
        float: none;
        width: 100%;
        text-align: center;
    }
    .item_product .top_char span.more_char, .item_product .top_char {
        text-align: center;
    }
    .catalog-page .catalog-block {
        width: 222px;
    }

    div.bubble_click div.all {
        width: 300px;
    }
    div.bubble_click div.all div.click_cont div.cont {
        width: 300px;
        box-sizing: border-box;
    }
    div.bubble_click div.all div.click_cont div.cont div.contain {
        padding: 0 20px;
    }
    div.bubble_click div.all div.click_cont div.bask {
        margin-bottom: 5px;
    }
    div.bubble_click div.all div.click_cont div.bask .img_one_click {
        float: none;
        margin: 0 auto;
    }
    div.bubble_click div.all div.click_cont div.bask .div_title {
        padding: 0;
        width: 100%;
        float: none;
    }
    div.bubble_click div.all div.click_cont div.bask a.title {
        text-align: center;
    }

    div.filters div.left {
        width: 100%;
        margin-bottom: 20px;
    }
    div.filters div.center  {
        width: 100%;
        padding-left: 10px;
    }
    div.send {
        margin-bottom: 25px;
    }

    div.block div.map {
        width: 330px;
        height: 250px;
    }

    div.bubble_basket div.all {
        margin-top: 50px;
        width: 300px;
    }
    div.bubble_basket div.all div.click_cont div.cont {
        width: 300px;
    }
    div.bubble_basket div.all div.click_cont div.bask {
        text-align: center;
    }
    div.bubble_basket div.all div.click_cont div.bask a {
        display: inline-block;
        float: none;
    }
    div.bubble_basket div.all div.click_cont div.bask a.title {
        padding-left: 0;
    }
    div.bubble_basket div.all div.click_cont a.continue {
        margin-left: 50px;
        margin-bottom: 15px;
    }
    div.bubble_basket div.all div.click_cont a.order_btn {
        float: none;
        margin-left: 48px;
    }

    div.cart-page .b_cont .item .left {
        width: 100%;
    }
    div.cart-page .b_cont .item .right {
        width: 100%;
    }
    div.third {
        width: 100%;
    }
    div.cart-page .b_cont input {
        width: 100%;
    }
    div.cart-page .conditions {
        padding: 0 15px;
    }
    div.cart-page .title-section {
        padding-left: 0;
        text-align: center;
    }
    div.cart-page h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    div.big_basket div.name a {
        font-size: 12px;
    }
    div.big_basket div.price2-td div.price span {
        font-size: 19px;
    }
    .products-carousel {
        overflow: hidden;
        width:222px;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 420px) {
    #footer div.left, #footer div.right {
        width: 100% !important;
        text-align: center;
    }

    div.error-page .search-404 .search {
        width: 310px;
        margin: 20px auto 0;
    }

    div.error-page .search-404 .search input.search {
        width: 310px;
        padding-left: 8px;
    }

    div.error-page .search-404 .search input.search_btn {
        width: 36px;
        margin-left: 274px;
    }

    div.error-page {
        background-size: 33%;
        background-position-y: -280px;
    }
}
@media screen and (max-width: 380px) {
    div.error-page {
        background-position-y: -260px;
    }
    div.block div.map {
        width: 270px;
        height: 210px;
    }
    .list-view div.product div.frame div.price {
        margin-top: -5px;
        margin-bottom: 10px;
        float: none;
        text-align: center;
        padding-left: 75px;
    }
    .list-view div.product div.frame div.usual_price {
        display: inline-block;
        float: none;
    }
    .list-view .vote-static-block {
        margin-left: 15px;
    }
    .list-view div.product div.frame div.exists, .list-view div.product div.frame div.no_exists {
        margin-right: 15px;
    }
}
@media screen and (max-width: 320px) {
    div.error-page {
        background-position-y: -235px;
    }
}

/*ul.types li {*/
    /*background-image: url('/bitrix/templates/interlamp/css/../images/spritesheet.png');*/
    /*background-repeat: no-repeat;*/
    /*display: block;*/
/*}*/

/*ul.types li .sprite:hover{*/
    /*background: url('/bitrix/templates/interlamp/css/../images/spritesheet.png') !important;*/
/*}*/

ul.types li div.type div.icon a:hover .sprite-BRA-hover{
    background: url('/bitrix/templates/interlamp/css/../images/BRA-hover.png') no-repeat center center !important;
}

ul.types li div.type div.icon a:hover .sprite-lustry-hover{
    background: url('/bitrix/templates/interlamp/css/../images/lustry-hover.png') no-repeat center center !important;
}

ul.types li div.type div.icon a:hover .sprite-nastolnie-lampy-decor-hover{
    background: url('/bitrix/templates/interlamp/css/../images/nastolnie-lampy-decor-hover.png') no-repeat center center !important;
}

ul.types li div.type div.icon a:hover .sprite-nastolnie-lampy-ofisnie-hover{
    background: url('/bitrix/templates/interlamp/css/../images/nastolnie-lampy-ofisnie-hover.png') no-repeat center center !important;
}

ul.types li div.type div.icon a:hover .sprite-podsvetki-dlya-kartin-hover{
    background: url('/bitrix/templates/interlamp/css/../images/podsvetki-dlya-kartin-hover.png') no-repeat center center !important;
}

ul.types li div.type div.icon a:hover .sprite-podvesi-hover{
    background: url('/bitrix/templates/interlamp/css/../images/podvesi-hover.png') no-repeat center center !important;
}

ul.types li div.type div.icon a:hover .sprite-potolochnie-hover{
    background: url('/bitrix/templates/interlamp/css/../images/potolochnie-hover.png') no-repeat center center !important;
}

ul.types li div.type div.icon a:hover .sprite-spoti-hover{
    background: url('/bitrix/templates/interlamp/css/../images/spoti-hover.png') no-repeat center center !important;
}

ul.types li div.type div.icon a:hover .sprite-tarelki-hover{
    background: url('/bitrix/templates/interlamp/css/../images/tarelki-hover.png') no-repeat center center !important;
}

ul.types li div.type div.icon a:hover .sprite-torsheri-hover{
    background: url('/bitrix/templates/interlamp/css/../images/torsheri-hover.png') no-repeat center center !important;
}

ul.types li div.type div.icon a:hover .sprite-ulichnie-hover{
    background: url('/bitrix/templates/interlamp/css/../images/ulichnie-hover.png') no-repeat center center !important;
}

ul.types li div.type div.icon a:hover .sprite-ulichnie-nastennie-hover{
    background: url('/bitrix/templates/interlamp/css/../images/ulichnie-nastennie-hover.png') no-repeat center center !important;
}

ul.types li div.type div.icon a:hover .sprite-ulichnie-podvesnie-hover{
    background: url('/bitrix/templates/interlamp/css/../images/ulichnie-podvesnie-hover.png') no-repeat center center !important;
}

ul.types li div.type div.icon a:hover .sprite-vstraivaemie-tochechnie-hover{
    background: url('/bitrix/templates/interlamp/css/../images/vstraivaemie-tochechnie-hover2.png') no-repeat center center !important;
}

ul.types li div.type div.icon a .category-icon {
    display: inline-block;
    width: 68px;
    height: 68px;
    background-position: 0px center;
    background-repeat: no-repeat;
}

ul.types li div.type div.icon a:hover .category-icon {
    background-position: 100% center;
}

span.delPrice {
    display: inline-block;
    position: absolute;
    right: 0;
    color: #ff3600;
}

/*span.delPrice::before {*/
    /*content: '';*/
    /*display: inline-block;*/
    /*position: relative;*/
    /*right: 2px;*/
    /*overflow: hidden;*/
    /*border-bottom: 1px dotted grey;*/
/*}*/

.delivery {
    position: relative;
}

.order_description {
    color: #999;
    margin-left: 25px;
    margin-top: -10px;
    font-size: 12px;
}

.delivery-text {
    padding-left: 5px;
    font-weight: 600;
}
.delivery-desc {
    margin-right: 10px;
}

span.price_label {
    float: left;
    margin-right: 10px;
    font-size: 16px !important;
    line-height: 30px;
    color: black;
}

.price-block span.card_price_label {
    font-size: 22px;
    color: black;
}

/********* Popup *********/
.new-year-popup,
.pay-variants-popup,
.delivery-variants-popup {
    display: none;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    overflow: auto; /* hidden */
    background-color: rgba(0,0,0,0.4);
    z-index: 99999;
}
.popup-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    max-width: 700px;
}
.pay-variants-popup .popup-content {
    max-width: 500px;
}
.delivery-variants-popup .popup-content {
    margin: 30px auto;
}
.delivery-variants-popup .popup-content p {
    margin: 5px 0;
    font-size: 14px;
}
.delivery-variants-popup .popup-content h3 {
    margin: 10px 0;
}
.delivery-variants-popup .popup-content h4 {
    font-size: 15px;
    margin: 10px 0 5px 0;
}
.popup-content p {
    font-size: 16px;
    line-height: 26px;
}
.popup-content img {
    float: left;
    width: 220px;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    margin-right: 20px;
}
.popup-content .view-more {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
}
.close {
    margin-top: -30px;
    margin-right: -10px;
    color: #aaa;
    float: right;
    font-size: 40px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
p.popup-title {
    color: #ff6600;
    font-size: 22px;
    font-weight: bold;
    margin-top: 50px;
}
.pay-variants-popup ul {
    list-style: none;
    padding-left: 10px;
    font-size: 14px;
}

body.lock-position {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .popup-content {
        min-height: 0;
    }
    .popup-content img {
        float: none;
        margin: 0 auto;
    }
    p.popup-title {
        margin-top: 0;
    }
}
@media screen and (max-width: 768px) {

    .pay-variants-popup .popup-content,
    .delivery-variants-popup .popup-content {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .popup-content {
        width: 90%;
        margin: 30% auto;
        padding: 10px;
    }
    .close {
        margin-top: -20px;
        margin-right: 0px;
    }
    .popup-content img {
        height: 350px;
    }
}
@media screen and (max-width: 480px) {

    .popup-content {
        width: 90%;
        max-height: 100%;
        margin: 0 auto;
        padding: 10px;
    }

    .delivery-variants-popup .popup-content .view-more {
        margin: 10px 0;
    }

    .delivery-variants-popup .popup-content {
        margin: 0 auto;
        height: calc(100% - 30px);
    }
    .pay-variants-popup .popup-content {
        margin: 20px auto;
    }

    .popup-content p {
        line-height: 1.2;
    }
    .popup-content img {
        height: 200px;
        width: 200px;
    }
}
/********* Popup END *********/


/********* Brand tags list *********/
.main_tags {
    margin: 20px 0;
    display: table-row;
}
.separator {
    display: table-row;
    height: 20px;
}
.main_tags .brand-img {
    display: table-cell;
    width: 10%;
    height: 100%;
    text-align: center;
}

.brand-img {
    vertical-align: middle;
}
.brand-img img {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
}
ul.tags-list {
    display: table-cell;
    vertical-align: top;
    width: 90%;
    list-style: none;
    margin: 0;
    padding: 0 0 0 20px;
}
.tags-list li {
    display: inline-block;
    line-height: 25px;
}
.tags-list li::after {
    content: '|';
    margin-left: 3px;
}
.tags-list li:last-child:after {
    display: none;
}
.tags-list li a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px dotted #000;
    font-size: 14px;
}
.tags-list li a:hover {
    border-bottom: none;
}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.brand-link {
    display: block;
    margin-bottom: 3px;
}

@media screen and (max-width: 1126px) {
    .main_tags {
        display: block;
    }
    .main_tags .brand-img {
        display: inline-block;
        width: auto;
        margin-bottom: 5px;
    }
    ul.tags-list {
        display: inline-block;
        width: 100%;
        padding: 0;
    }
    .separator {
        display: none;
    }
}

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

    .main_tags {
        padding: 0 5px;
    }
    .main_tags .brand-img {
        width: 100%;
    }
    .brand-img img {
        float: left;
    }

}
/********* Brand tags list END *********/


/********* Pagination *********/

.bx-pagination {
    margin-top: 5px;
}

.bottom .bx-pagination {
    margin-right: 0;
    margin-top: -20px;
    margin-bottom: 20px;
}

.bx-pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bx-pagination ul li {
    display: inline-block;
    margin: 0 2px;
    border: 1px solid #ff6600;
    border-radius: 5px;
}

.bx-pagination ul li.no-active,
.bx-pagination ul li.no-active span,
.bx-pagination ul li.no-active:hover {
    background-color: white;
    border: 1px solid rgba(255, 102, 0, 0.5);
    color: rgba(255, 102, 0, 0.6);
    cursor: default;
}

.bx-pagination ul li.bx-active,
.bx-pagination ul li.bx-active:hover {
    background-color: #759e9b;
    color: white;
    border: 1px solid #759e9b;
    cursor: default;
}

li.bx-active {
    padding: 2px 10px;
}

li.bx-pag-prev a,
li.bx-pag-next a {
    padding: 0 !important;
}

.bx-pagination ul li a {
    display: inline-block;
    padding: 2px 10px;
    text-decoration: none;
}

.bx-pagination ul li:hover {
    background-color: #ff6d44;
}
.bx-pagination ul li:hover a {
    color: white;
}

li.bx-pag-prev,
li.bx-pag-next {
    border: none !important;
}

li.bx-pag-prev span,
li.bx-pag-next span {
    display: inline-block;
    padding: 2px 10px;
    border: 1px solid #666;
    border-radius: 5px;
}

li.bx-pag-prev a span,
li.bx-pag-next a span {
    border: 1px solid #ff6600;
    border-radius: 5px;
}

/*.sort .right {*/
    /*margin-top: 3px;*/
/*}*/

@media screen and (max-width: 1126px) {
    .bx-pagination {
        margin-right: 3px;
    }
}

@media screen and (max-width: 904px) {
    .right.pagin {
        float: none !important;
        display: inline-block;
        text-align: center;
        width: 100%;
    }
}

@media screen and (max-width: 350px) {
    .bx-pagination ul li {
        margin: 0 1px;
    }
    .bx-pagination ul li a {
        padding: 2px 7px;
    }
    li.bx-pag-prev span, li.bx-pag-next span {
        padding: 2px 6px;
    }
}
/********* Pagination END *********/

.absent-product {
    font-size: 16px;
    color: #ff3600;
}
.absent-product-page {
    float: left;
    font-size: 22px;
    color: #ff3600;
    margin-top: 30px;
    text-align: center;
    box-sizing: border-box;
}
@media screen and (max-width: 480px) {
    .absent-product-page {
        margin-top: 0;
    }
}
.collections {
    padding: 10px;
}
.collections h3 {
    margin-left: 0;
}
.collections h1 {
    text-align: center;
}
.collections_sub_list {
    float: left;
    width: 190px;
    margin-bottom: 5px;
}
.collections_sub_list a {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 3px;
}
/* End */



/* Start:/bitrix/components/interlamp/system.auth.form/templates/bubble_top_fixed/style.css*/
div.bx-system-auth-form span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:bottom; margin-top:-1px;}
div.bx-system-auth-form div.bx-auth-secure-icon {background-image:url('/bitrix/components/interlamp/system.auth.form/templates/bubble_top_fixed/images/sec.png'); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-system-auth-form div.bx-auth-secure-unlock {background-image:url('/bitrix/components/interlamp/system.auth.form/templates/bubble_top_fixed/images/sec-unlocked.png');}

/* End */



/* Start:/bitrix/components/interlamp/system.auth.form/templates/bubble_top/style.css*/
div.bx-system-auth-form span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:bottom; margin-top:-1px;}
div.bx-system-auth-form div.bx-auth-secure-icon {background-image:url('/bitrix/components/interlamp/system.auth.form/templates/bubble_top/images/sec.png'); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-system-auth-form div.bx-auth-secure-unlock {background-image:url('/bitrix/components/interlamp/system.auth.form/templates/bubble_top/images/sec-unlocked.png');}

/* End */
/* /bitrix/templates/interlamp/css/font-awesome.css */
/* /bitrix/templates/interlamp/css/slick.css */
/* /bitrix/templates/interlamp/css/jquery-ui.css */
/* /bitrix/templates/interlamp/css/jquery.fancybox.css */
/* /bitrix/templates/interlamp/colors.css */
/* /bitrix/templates/interlamp/css/style.css */
/* /bitrix/components/interlamp/system.auth.form/templates/bubble_top_fixed/style.css */
/* /bitrix/components/interlamp/system.auth.form/templates/bubble_top/style.css */
