

/* Start:/bitrix/templates/capitalim_s1/spzoom/jquery.spzoom.css?1691061844708*/
[data-spzoom] img {
    vertical-align: top;
}

.spzoom-zoom {
    z-index: 97;
    /*border: 1px solid rgba(0,0,0,0.2);
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);*/
    width: 250px;
    height: 250px;
}
.spzoom-tracker {
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-color: #ccc;
    z-index: 97;
}
.spzoom-title {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10px;
    color: #fff;
    background-color: #222;
    padding: 3px 5px;
    line-height: 14px;
}
.spzoom-loader {
    width: 24px;
    height: 24px;
    background: url('/bitrix/templates/capitalim_s1/spzoom/spzoom-loader.gif') 50% 50% no-repeat scroll #fff;
    border: 1px solid #ccc;
}

/* End */


/* Start:/bitrix/templates/capitalim_s1/css/normalize.css?169106184410110*/
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
body {
	font-size:0.81em;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin:0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* End */


/* Start:/bitrix/templates/capitalim_s1/css/main.css?16917535878391*/
/*! HTML5 Boilerplate v4.3.0 | MIT License | <a href="http://h5bp.com/">http://h5bp.com/</a> */ /* * What follows is the result of much research on cross-browser styling. * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal, * Kroc Camen, and the H5BP dev community and team. */ /* ========================================================================== Base styles: opinionated defaults ========================================================================== */ html, button, input, select, textarea { color: #222; } html { font-size: 1em; line-height: 1.4; } /* * Remove text-shadow in selection highlight: h5bp.com/i * These selection rule sets have to be separate. * Customize the background color to match your design. */ ::-moz-selection { background: #b3d4fc; text-shadow: none; } ::selection { background: #b3d4fc; text-shadow: none; } /* * A better looking default horizontal rule */ hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; } /* * Remove the gap between images, videos, audio and canvas and the bottom of * their containers: h5bp.com/i/440 */ audio, canvas, img, video { vertical-align: middle; } /* * Remove default fieldset styles. */ fieldset { border: 0; margin: 0; padding: 0; } /* * Allow only vertical resizing of textareas. */ textarea { resize: vertical; } /* ========================================================================== Browse Happy prompt ========================================================================== */ .browsehappy { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; } /* ========================================================================== Author's custom styles ========================================================================== */ /* ========================================================================== Helper classes ========================================================================== */ /* * Image replacement */ .ir { background-color: transparent; border: 0; overflow: hidden; /* IE 6/7 fallback */ *text-indent: -9999px; } .ir:before { content: ""; display: block; width: 0; height: 150%; } /* * Hide from both screenreaders and browsers: h5bp.com/u */ .hidden { display: none !important; visibility: hidden; } /* * Hide only visually, but have it available for screenreaders: h5bp.com/v */ .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } /* * Extends the .visuallyhidden class to allow the element to be focusable * when navigated to via the keyboard: h5bp.com/p */ .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; } /* * Hide visually and from screenreaders, but maintain layout */ .invisible { visibility: hidden; } /* * Clearfix: contain floats * * For modern browsers * 1. The space content is one way to avoid an Opera bug when the * `contenteditable` attribute is included anywhere else in the document. * Otherwise it causes space to appear at the top and bottom of elements * that receive the `clearfix` class. * 2. The use of `table` rather than `block` is only necessary if using * `:before` to contain the top-margins of child elements. */ .clearfix:before, .clearfix:after { content: " "; /* 1 */ display: table; /* 2 */ } .clearfix:after { clear: both; } /* * For IE 6/7 only * Include this rule to trigger hasLayout and contain floats. */ .clearfix { *zoom: 1; } /* ========================================================================== EXAMPLE Media Queries for Responsive Design. These examples override the primary ('mobile first') styles. Modify as content requires. ========================================================================== */ @media only screen and (min-width: 35em) { /* Style adjustments for viewports that meet the condition */ } @media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) { /* Style adjustments for high resolution devices */ } /* ========================================================================== Print styles. Inlined to avoid required HTTP connection: h5bp.com/r ========================================================================== */ @media print { * { background: transparent !important; color: #000 !important; /* Black prints faster: h5bp.com/s */ box-shadow: none !important; text-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } /* * Don't show links for images, or javascript/internal links */ .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; /* h5bp.com/t */ } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } @page { margin: 0.5cm; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } } .sale-personal-profile-btn-block{ margin-top: 30px; } .sale-profile-detail-form .form-group{ margin-bottom: 15px; } .form-group input[type=text]{ height: 34px; border: 1px solid #ccc; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; box-shadow: inset 0 1px 1px rgba(0,0,0,.075); -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; padding-left: 10px; } .sale-personal-profile-detail-property-textarea textarea{ border: 1px solid #ccc; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; box-shadow: inset 0 1px 1px rgba(0,0,0,.075); -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; padding-left: 10px; } .sale-personal-profile-btn-block input{ display: inline-block; text-align: center; color: #fff; border-radius: 3px; border-top: 1px solid #a1dd1d; border-right: 1px solid #71a21b; border-bottom: 1px solid #488a32; border-left: 1px solid #88cb27; cursor: pointer; padding: 5px 10px; font-size: 15px; margin-top: 15px; background: #8dc119; background: -moz-linear-gradient(top, #8dc119 0%, #5db643 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8dc119), color-stop(100%,#5db643)); background: -webkit-linear-gradient(top, #8dc119 0%,#5db643 100%); background: -o-linear-gradient(top, #8dc119 0%,#5db643 100%); background: -ms-linear-gradient(top, #8dc119 0%,#5db643 100%); background: linear-gradient(to bottom, #8dc119 0%,#5db643 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dc119', endColorstr='#5db643',GradientType=0 ); } .sale-personal-profile-btn-block input:hover{ background: #8dc119; background: -moz-linear-gradient(top, #8dc119 0%, #92c94a 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8dc119), color-stop(100%,#92c94a)); background: -webkit-linear-gradient(top, #8dc119 0%,#92c94a 100%); background: -o-linear-gradient(top, #8dc119 0%,#92c94a 100%); background: -ms-linear-gradient(top, #8dc119 0%,#92c94a 100%); background: linear-gradient(to bottom, #8dc119 0%,#92c94a 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dc119', endColorstr='#92c94a',GradientType=0 ); } .table.sale-personal-profile-list-container{ width: 100%; table-layout: fixed; } .table.sale-personal-profile-list-container th{ text-align: left; } .table.sale-personal-profile-list-container td{ padding: 10px 0; } .one_section_product{ overflow: visible; } .img_products .spzoom-image-wrapper{ height: 100%; } .img_products .spzoom-image-wrapper .spzoom-image{ /*width: 100%;*/ /*height: auto;*/ /*display: block;*/ } .one_section_product .name_section{ padding-left: 20px; } @media (min-width: 992px){ .sale-personal-profile-detail-form-label, .sale-profile-detail-form input[class*="col-"]{ width: 20%; } .sale-personal-profile-detail-form-label.text-md-right{ text-align: left; } } @media (max-width: 560px){ .form-group input[type=text]{ width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .sale-profile-detail-form .dropdown-block.bx-ui-sls-input-block{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } }&nbsp;.contacts a {&nbsp;color: #fff;}<br>
/* End */


/* Start:/bitrix/templates/capitalim_s1/js/jquery.bxslider.css?16910618444079*/
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 0px;/*custom*/
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/* -moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
	background: #fff; */
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/bitrix/templates/capitalim_s1/js/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	/* padding-top: 20px; *//*custom*/
	bottom:0px;/*custom*/
	height:34px;/*custom*/
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	margin-top:8px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #cf9f33;/*custom*/
	text-indent: -9999px;
	display: block;
	width: 16px;/*custom*/
	height: 16px;/*custom*/
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 10px;/*custom*/
	-webkit-border-radius: 10px;/*custom*/
	border-radius: 10px;/*custom*/
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	/* background: #000; *//*custom*/
	background: url(/bitrix/templates/capitalim_s1/js/images/dot.png) no-repeat center;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	/* background: url(/bitrix/templates/capitalim_s1/js/images/controls.png) no-repeat 0 -32px; */
	background: url(/bitrix/templates/capitalim_s1/js/images/custom_controls.png) no-repeat 0 0px; /*custom*/
}

.bx-wrapper .bx-next {
	right: 10px;
	/* background: url(/bitrix/templates/capitalim_s1/js/images/controls.png) no-repeat -43px -32px; */
	background: url(/bitrix/templates/capitalim_s1/js/images/custom_controls.png) no-repeat -28px 0px;/*custom*/
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 -94px;
}

.bx-wrapper .bx-next:hover {
	background-position: -28px -94px;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 45%;
	outline: 0;
	width: 32px;
	height: 89px;/*custom*/
	text-indent: -9999px;
	z-index: 12;
}
@media (max-width:774px){
	.bx-wrapper .bx-controls-direction a {
		display:none;
	}
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/bitrix/templates/capitalim_s1/js/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/bitrix/templates/capitalim_s1/js/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
/* End */


/* Start:/bitrix/templates/capitalim_s1/js/fancybox/jquery.fancybox.css?16910618444895*/
/*! 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/capitalim_s1/js/fancybox/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/capitalim_s1/js/fancybox/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/capitalim_s1/js/fancybox/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/capitalim_s1/js/fancybox/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/capitalim_s1/js/fancybox/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/capitalim_s1/js/fancybox/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/capitalim_s1/components/bitrix/system.auth.form/brown/style.css?1691061844943*/
.bx_auth{
	float:left;
	font-family:Arial,sans-serif;
	min-width:217px;
}
.bx_auth a{
	font-family:Arial,sans-serif;
}
.bx_auth a.login {
	color: #ffcc00;
	font-size: 12px;
	text-decoration:underline;
	display: block;
	float: left;
	margin-left: 9px;
	margin-right: 9px;
	padding: 0;
	margin-top: 0;
	height: 27px;
}
.bx_auth a.login1{
	margin-right: 9px;
}
.bx_auth a.login:hover {
	color:#fff;	
}
.bx_auth .line {
	width:2px;
	height:17px;
	background:url(/bitrix/templates/capitalim_s1/components/bitrix/system.auth.form/brown/images/line.png) no-repeat;
	float:left;
	margin-top:12px;
}
.bx_auth .bx_login_top_inline_link {
	display:block;
	float:left;
	color:#fff;
	font-size: 12px;
	text-decoration:none;	
	margin-left: 20px;
	text-decoration:underline;
}
.bx_login_top_inline_link:hover{
	color: #ffcc00;
}
@media (max-width:655px){
	.bx_auth {
		min-width:0;
		margin-right:10px;
	}
}
@media (max-width:480px){
	.bx_auth .bx_login_top_inline_link {
		margin-left: 7px;
	}
	.bx_auth{
		margin-right:0px;
	}
}
/* End */


/* Start:/bitrix/templates/capitalim_s1/components/bitrix/search.title/header_search/style.css?16910618443836*/
.bx_search_container{
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
}

.bx_search_container .bx_field{
	position: relative;
	margin-top: 15px;
	height: 30px;
	border-top:    1px solid #8ca3ae;
	border-right:  1px solid #a0b4be;
	border-bottom: 1px solid #b6c8d1;
	border-left:   1px solid #a0b4be;
	border-radius: 3px;
	background: #fff;
	box-shadow: inset 0 2px 3px 0 rgba(0,0,0,0.1);
	line-height: 30px;
}
.bx_search_container .bx_field .bx_input_text{
	position: absolute;
	right: 34px;
	left: 5px;
	height: 30px;
	outline: none;
	border: none;
	background: none;
	line-height: 30px;
}
.bx_search_container .bx_field .bx_input_submit{
	position: absolute;
	top: 2px;
	right: 0;
	bottom: 0;
	width: 34px;
	border: none;
	background: url('/bitrix/templates/capitalim_s1/components/bitrix/search.title/header_search/images/search_lupe.png') no-repeat left center;
	cursor: pointer;

}

div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
	min-width: 370px;
	margin-left: 11px;
	margin-top:-20px;
	background-color: #FFF;
}

div.title-search-fader {
	display:none;
	background-image: url('/bitrix/templates/capitalim_s1/components/bitrix/search.title/header_search/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/*========================*/
.bx_searche{}
.bx_searche .bx_img_element{
	background: #fafafa;
	float: left;
	width: 45px;
	padding: 5px 10px;
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx_searche .bx_item_block{
	min-height: 65px;
	position: relative
}
.bx_searche .bx_image{
	width: 45px;
	height: 45px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #e8e8e8;
}
.bx_searche .bx_item_element{
	/*float: left;*/
	padding-left: 10px;
	margin-left: 70px;
}
.bx_searche .bx_item_element hr{
	margin: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.bx_searche .bx_item_element a{
	margin-top: 10px;
	display: inline-block;
	color: #4788cb;
	font-size: 13px;
	text-decoration: none;
}
.bx_searche .bx_item_element a b{color: #000;font-weight: normal;}
.bx_searche .bx_item_element a:hover,
.bx_searche .bx_item_element a:hover b{text-decoration: underline;}
.bx_searche .bx_price{
	font-weight:bold;
	font-size:13px;
}
.bx_searche .bx_price .old{
	font-weight:normal;
	text-decoration: line-through;
	color: #636363
}
.bx_item_block.all_result{min-height:0}
.bx_item_block.others_result{
	min-height: 0;
	padding: 0 0 12px;
	line-height: 12px;
}
.bx_item_block.all_result .all_result_title{
	display: block;
	font-size: 12px;
	color: #a7a7a7;
	padding-top: 15px;
	padding-bottom: 10px;
}
.bx_item_block.all_result .all_result_title a{color: #a7a7a7}
.bx_item_block.all_result .all_result_title a:hover{color: #4788cb}
.bx_item_block.all_result a{
	margin-top: 0;
}
.search{
	width: 255px;
	height:40px;
	float:left;
	
}
.search #search{
	height:30px;
}
.search .bx_field{
	margin-top:7px;
	height:26px;
}
.search .bx_search_container .bx_field .bx_input_submit{
	background:url(/bitrix/templates/capitalim_s1/components/bitrix/search.title/header_search/images/search_icon.png) no-repeat center;
	opacity:0.6;
}
.search .bx_search_container .bx_field{
	background:#f6f6f6;
	border:none;
}
.search .bx_search_container .bx_field .bx_input_text{
	height:24px;
	line-height:24px;
	font-size:11px;
	font-family:Arial;
}
.searc_mini_button {
	display:none;
	border: 0;
	background: url(/bitrix/templates/capitalim_s1/components/bitrix/search.title/header_search/images/search_icon.png) no-repeat center;
	width: 28px;
	height: 26px;
}
@media (max-width:800px){
	.search {
		width:180px;
	}
}
@media (max-width:700px){
	.search {
		width:120px;
	}
}
@media (max-width:630px){
	.bx_input_text{
		display:none;
	}
	.search {
		width: 48px;
	}
	.bx_input_submit{
		display:none;
	}
	.searc_mini_button {
		display:block;
	}
}
@media (max-width:310px){
	.search{
		width:37px;
	}
	.bx_search_container {
		padding: 0 5px;
	}
}

/* End */


/* Start:/bitrix/templates/capitalim_s1/components/bitrix/sale.basket.basket.small/top_bascet/style.css?16910618441849*/
.small_basket {
	font-family: Arial, sans-serif;
	margin-right: 18px;
}
.small_basket .cart_img{
	width:32px;
	height:25px;
	margin-top:8px;
	background:url(/bitrix/templates/capitalim_s1/components/bitrix/sale.basket.basket.small/top_bascet/images/cart.png) no-repeat;
}
.small_basket a,.small_basket span {
	font-family: Arial, sans-serif;
	text-decoration:none;
	font-size:14px;
}
.small_basket a#count_cart_item {
   display: block;
   color: #ffcc00;
	font-weight:bold;
   font-size: 14px;
   margin-top: 15px;    
	margin-left:13px;
	margin-top:0;
	text-decoration:underline;
}
.small_basket a#count_cart_item:hover {
	color:#fff;
}
.small_basket .cart_right {
	margin-top: 10px;
	width: 100px;
	text-align: left;
	margin-right: 6px;
}
.small_basket a.name_cart:hover { color:#606060; }
.small_basket a.summ_cart{
	margin-left:10px;
	font-weight:normal;
	color:#fff;
	display:block;
	font-size:14px;
	margin-top:1px;
}
.small_basket a.summ_cart span{
	font-weight:normal;	
	font-size:14px;
}
.small_basket a.min_col {
	display:none;
	padding-top: 2px;
	font-size: 13px;
}
.small_like {
	margin-right:35px;
}
.small_like .like_img {
	height:21px;
	width:20px;
	background:url(/bitrix/templates/capitalim_s1/components/bitrix/sale.basket.basket.small/top_bascet/images/liked.png) no-repeat center ;
	margin-right:22px;
	margin-top:9px;
}
.small_like .min_col {
	color:#fff;
	font-size:14px;
}
.small_like .min_col:hover{
	color:#ffcc00;
}
@media (max-width:600px){
	.small_basket a#count_cart_item {
		display:none;
	}	
}
@media (max-width:480px){
	.small_basket span.summ_text {
		display:none;
	}
}
@media (max-width:460px){
	.small_basket a.summ_cart {
		margin-left: 2px;
	}
}
@media (max-width:400px){
	.small_basket a.summ_cart {
		display:none;
	}
	.small_basket a.min_col {
		display:block;
	}
}
@media (max-width: 968px) {
	.small_basket a#count_cart_item {
		display:none;
	}
}
@media (max-width: 1024px) {
	.text_like {
		display:none;
	}
}
@media (max-width: 768px) {
	.small_like {
		display:none;
	}
}
/* End */


/* Start:/bitrix/templates/capitalim_s1/components/bitrix/menu/top_horizontal_menu/style.css?16910618446621*/
/*top_menu*/
.radius_top_menu .min_menu {
	display:none;
	border-radius:5px;
	background: #2476b8; /* Old browsers */
	background: -moz-linear-gradient(top, #2476b8 0%, #004e96 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2476b8), color-stop(100%,#004e96)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2476b8 0%,#004e96 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2476b8 0%,#004e96 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2476b8 0%,#004e96 100%); /* IE10+ */
	background: linear-gradient(to bottom, #2476b8 0%,#004e96 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2476b8', endColorstr='#004e96',GradientType=0 ); /* IE6-9 */
	height:47px;
	text-align:center;	
	font-size:14px;
	color:#fff;
	text-shadow:1px 1px 1px #0a4f94;
	font-family:Arial,sans-serif;
	font-weight:bold;
	line-height:47px;
	cursor:pointer;
}
.radius_top_menu .min_menu:hover {
	background: #3592dc; /* Old browsers */
	background: -moz-linear-gradient(top, #3592dc 0%, #1668b3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3592dc), color-stop(100%,#1668b3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3592dc 0%,#1668b3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3592dc 0%,#1668b3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3592dc 0%,#1668b3 100%); /* IE10+ */
	background: linear-gradient(to bottom, #3592dc 0%,#1668b3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3592dc', endColorstr='#1668b3',GradientType=0 ); /* IE6-9 */
}
.radius_top_menu {
	border-radius:5px;
	background: #2476b8; /* Old browsers */
	background: -moz-linear-gradient(top, #2476b8 0%, #004e96 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2476b8), color-stop(100%,#004e96)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2476b8 0%,#004e96 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2476b8 0%,#004e96 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2476b8 0%,#004e96 100%); /* IE10+ */
	background: linear-gradient(to bottom, #2476b8 0%,#004e96 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2476b8', endColorstr='#004e96',GradientType=0 ); /* IE6-9 */
	height:47px;
	margin-bottom:30px;
}
.radius_top_menu .top_menu {
	position:relative;
	width:100%;
	text-align: justify;
	zoom: 1;
	list-style:none;
	width:100%;
	padding:0;
	height:47px;
}
@media (min-width:768px) {
	.radius_top_menu table.top_menu {
		display:table!important;
	}
}
.radius_top_menu .top_menu td {
	position:relative;
	padding:0px; 
	text-align:center;	
	font-family:Arial,sans-serif;	
	color:#fff;
	padding-bottom:0;
	height:100%;	
}
.radius_top_menu .top_menu td.current a {
	background: #004789;
	box-shadow: inset 0px 0px 6px 3px #002d6c;
}
.radius_top_menu .top_menu td.current:hover a {
	background: #004789;
	box-shadow: inset 0px 0px 6px 3px #002d6c;
}
.radius_top_menu .top_menu td a {
	font-size:14px;
	color:#fff;
	text-shadow:1px 1px 1px #0a4f94;
	font-family:Arial,sans-serif;
	text-decoration:none;
	font-weight:bold;
	line-height:47px;
	display:block;
	width:100%;
	height:100%;	
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.radius_top_menu .top_menu td:hover a {
	background: #3592dc; /* Old browsers */
	background: -moz-linear-gradient(top, #3592dc 0%, #1668b3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3592dc), color-stop(100%,#1668b3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3592dc 0%,#1668b3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3592dc 0%,#1668b3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3592dc 0%,#1668b3 100%); /* IE10+ */
	background: linear-gradient(to bottom, #3592dc 0%,#1668b3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3592dc', endColorstr='#1668b3',GradientType=0 ); /* IE6-9 */
}
.radius_top_menu .top_menu td:hover a span {
	display:block;
}
.radius_top_menu .top_menu td:first-child a {
	border-left:0;
	border-radius:5px 0 0 5px;
}
.radius_top_menu .top_menu td:last-child a {
	border-right:0;
	border-radius:0 5px 5px 0;
}
.radius_top_menu .submenu {
	display:none;
	position:absolute;		
	border-radius: 0 0 5px 5px;
	width:116px;
	top: 47px;
	padding: 20px 30px;
	background: #ecf1f6;
	-moz-box-shadow: 0 5px 7px -2px #9A9A9A;
	-webkit-box-shadow: 0 5px 7px -2px #9A9A9A;
	box-shadow: 0 5px 7px -2px #9A9A9A;
	border-radius: 0 0 5px 5px;
}
.radius_top_menu .top_menu td .submenu a,
.radius_top_menu .top_menu td.current .submenu a {
	background:none!important;
	display: block;
	padding: 6px 0;
	border-radius: 0;
	color: #444648;
	text-align: left;
	font-weight: normal;
	text-decoration: underline;
	border:0;
	text-shadow:none;
	font-size: 12px;
	line-height: 16px;
	box-shadow:none;
}
.radius_top_menu .top_menu td .submenu a:hover { 
	color:#0f5fa4;
}
.radius_top_menu .top_menu td:hover .submenu {
	display:block;
}
.radius_top_menu .top_menu .td_catalog {
	position:static;
}
.radius_top_menu a span.arrow {
	width:100%;
	height:100%;
	display:block;	
}

@media (min-width:771px) {
	.radius_top_menu .top_menu .td_catalog:hover .i_menu  {
		display:block;
	}
	.radius_top_menu .top_menu .parent:hover a span.arrow,
	.radius_top_menu .top_menu .td_catalog:hover a span.arrow
	{
		background:url('/bitrix/templates/capitalim_s1/components/bitrix/menu/top_horizontal_menu/images/submenu_arrow.png') no-repeat bottom ;
	}
	.radius_top_menu .top_menu td a {
		border-right:1px solid #0c5595;
		border-left:1px solid #2174b8;
	}
}
@media (max-width:770px) {
	.radius_top_menu td a span.arrow {
		border-top:1px solid #2174b8;
		border-bottom:1px solid #0c5595;
	}
	.radius_top_menu td:first-child a span.arrow {
		border-top:0;
	}
	.radius_top_menu td:last-child a span.arrow {
		border-bottom:0;
	}
	.radius_top_menu .min_menu {
		display:block;
	}
	.radius_top_menu table.top_menu{
		display:none;
	}
	.radius_top_menu .top_menu td {
		width:100%!important;
		display:block;
	}
	.radius_top_menu {
		height:auto;
	}
	.radius_top_menu .top_menu {
		height:auto;
	}
	.radius_top_menu .top_menu td:hover .submenu {
		display:none;
	}
}
/* End */


/* Start:/bitrix/templates/capitalim_s1/components/bitrix/catalog.section.list/top_catalog/style.css?16910618441516*/
.i_menu {
	position:absolute;
	display:none;
	width:100%;
	background: #ecf1f6;
	padding:0;
	top: 47px;
	margin: 0;
	padding: 0;
	padding: 20px 0;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border-radius:3px;
	box-shadow:none;
	list-style:none;
}
.top_menu td.current .i_menu li.root a{
	box-shadow:none!important;
}
.i_menu li.root>a:hover {
	color:#0f5fa4;
}
.i_menu li.root {
	padding: 0;
	margin: 0;
	line-height: 25px;
	list-style: none;
	display: block;
	float: left;
	zoom: 1;
	vertical-align: top;
	width: 20%;
	margin-bottom: 20px;
	border-right: 1px dotted #a2abb4;
	min-height: 130px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-left: 3%;
	padding-right: 1%;	
	background:none!important;
}
.i_menu li.root:nth-child(5n){
	float:right;	
	border-right:0;
}
.i_menu li.root:nth-child(5n):after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.i_menu li.root a {
	text-align:left;
	display: block;
	color: #444648;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	text-shadow:none;
	background:none!important;
	border:0;
	line-height:25px;
	box-shadow:none;
}
.i_menu li.root .submenu_1 a {
	color: #444648;
	text-decoration: underline;
	font-size: 12px;
	line-height: 12px;
	font-weight:normal;
	box-shadow:none;
	line-height: 21px;
}
.i_menu li.root .submenu_1 {
	margin:0;
	padding:0;
	list-style:none;
}
.i_menu li.root .submenu_1 a:hover {
	color: #0f5fa4;
}

/* End */


/* Start:/bitrix/templates/capitalim_s1/components/bitrix/menu/bottom_menu/style.css?1691061844557*/
ul.bottom_menu {
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
	width: 16%;
	padding-left: 5%;
	margin-left: 5%;
	overflow: hidden;
	border-left: 1px solid #494e53;
}
ul.bottom_menu li {
	font-size:0;
}
ul.bottom_menu li a {
	color:#fff;
	font-size:11px;
	text-decoration:underline;
	line-height: 19px;
}
ul.bottom_menu li.menu_title a {
	font-weight:bold;
	font-size:13px;
	color:#fff;
}
ul.bottom_menu li a:hover {
	color:#1d6eb1;
}
@media all and (max-width:1024px) {
	ul.bottom_menu {
		width: 20%;
	}
}



/* End */


/* Start:/bitrix/templates/capitalim_s1/styles.css?169106184423*/
h2 {
	font-size:18px;
}
/* End */


/* Start:/bitrix/templates/capitalim_s1/template_styles.css?169175388910743*/
input, textarea { outline:none; } input:active, textarea:active { outline:none; } html {-webkit-text-size-adjust:none} body { margin:0; padding:0; font-family:Arial,sans-serif; } a img { border:none;} a { text-decoration:underline; color:#1d6eb1; } a:hover{ color:#636363; } h3 { } /*float class*/ .left { float:left; } .right { float:right; } .clear { clear:both; } /*TOP-PANEL*/ .top_panel{ width:100%; height:40px; background:#444648; } .top_panel_wrap{ margin:0 auto; height:40px; max-width:1240px; padding-left:10px; padding-right:10px; line-height:40px; } @media (max-width:390px){ .top_panel_wrap{ padding:0; } } /*TOP-PANEL END*/ /* ---- HEADER ---- */ .header_wrap { position:relative; z-index:20; } .workarea_wrap { position:relative; z-index:10; } .header_wrap_container { margin:0 auto; max-width:1240px; padding: 0 8px; } .worakarea_wrap_container { margin:0 auto; max-width:1240px; padding:0 8px; min-height:350px; } .header_grey{ font-size: 21px; color: #282828; font-family: Arial,sans-serif; font-weight: normal; } @media (max-width:1024px) { .workarea_wrap { min-height:400px; } } .workarea_wrap h1 { padding-bottom:0; font-size:27px; color:#444648; font-family:Arial,sans-serif; font-weight:normal; } .workarea_wrap h1 a { color:#000; text-decoration:none; } .bx_title_section { margin-top:0; padding-top:0; vertical-align:middle; font-size:26px; } .footer_wrap_container { margin:0 auto; padding-top:20px; padding-bottom:40px; max-width:980px; } /* ---- INC SOCIAL HEADER ---- */ .bx_inc_social_footer h4{ text-align: left; font-weight: normal; font-size:26px; } .social_buttons {margin-top: 0px} .social_buttons ul{ margin: 0; padding: 0; list-style:none; } .social_buttons ul li{ display: inline-block; width: 32px; height: 32px; list-style:none; } .social_buttons ul li a{ display: block; width: 30px; height: 32px; background: url(/bitrix/templates/capitalim_s1/images/sprite_social.png) no-repeat; } .social_buttons ul li.fb a{ background-position: -62px 0;} .social_buttons ul li.fb a:hover{ background-position: -62px -33px;} .social_buttons ul li.tw a { background-position:-31px 0;} .social_buttons ul li.tw a:hover { background-position:-31px -33px;} .social_buttons ul li.gp a{ background-position:-64px 0} .social_buttons ul li.vk a{ background-position:0 0} .social_buttons ul li.vk a:hover { background-position:0 -33px;} .social_buttons ul li a:hover{opacity:0.65;} /* ---- INC SOCIAL HEADER END---- */ /*HEADER_LOGO*/ table.header_table { height:117px; width:100%; vertical-align:middle; /* border:1px dotted grey; */ } table.header_table td.address { width:17%; font-size:14px; font-family:Arial,sans-serif; } table.header_table td.phone{ width: 15%; font-size:24px; color:#2e2e2e; font-weight:bold; font-family:Arial,sans-serif; } span.code { font-size:17px; } table.header_table td.logo { width:50%; } table.header_table td.logo_wrap { padding-left:12px; max-height:60px; } table.header_table td.logo_wrap img { max-height:60px; } @media (max-width:1200px){ table.header_table td.logo { width:40%; } table.header_table td.address { width:20%; } table.header_table td.phone { width:20%; } } @media (max-width:920px){ table.header_table td.logo { width: 30%; } table.header_table td.address { width:25%; } table.header_table td.phone { width:25%; } } @media (max-width:740px){ table.header_table td.logo { display:block; float:left; width:30%; margin-top: 5px; margin-bottom: 5px; } table.header_table td.socnet { display:none; } table.header_table td.address { display:block; float:left; width:30%; margin-left:20px; margin-left: 10px; margin-top:2%; } table.header_table td.phone { display:block; float:right; width:35%; margin-right:10px; margin-bottom:5px; text-align:right; } table.header_table { max-height: 60px; } } @media (max-width:600px) { table.header_table td.address { display:none; } table.header_table td.phone { width:50%; font-size: 18px; } span.code { font-size:14px; } } @media (max-width:480px) { table.header_table td.phone { font-size: 18px; } table.header_table td.address { display:none; } table.header_table td.address { width: 47%; margin-left: 1.6%; padding-top: 0; margin-top: 0; margin-bottom: 9px; } .logo_wrap img { max-width: 120px!important; height: auto!important; } } /*TOP_SLIDER*/ .slider{ position: relative; overflow: hidden; margin-top: 40px; width:100%; } .slider .slider_container{ position:absolute; top:0px; padding:0px; } .slider .slider_container .slider_item{ overflow:hidden; float:left; } .slider .slider_container .slider_item img{ } /*INDEX_HEADER*/ .section_header{ font-family:"Babas",Arial,sans-serif; text-transform:uppercase; font-size:30px; color:#cf9f33; width:100%; text-align:center; background:url(/bitrix/templates/capitalim_s1/images/header_line.jpg) repeat-x center; margin-bottom:35px; margin-top: 26px; } .section_header div{ padding:0 11px; display:inline-block; background:white; } /*///////////*/ .text_block{ font-size:12px; font-family:Arial,sans-serif; color:#686868; } /*footer*/ .bg_footer { background:#444648; position: relative; padding: 10px 0; margin-top:60px; } .bg_footer .footer{ max-width:1280px; margin:0 auto; } .bg_footer .footer .table_footer { width:100%; } .bg_footer .contacts { color:#fff; margin-left:13px; } .bg_footer .contacts .one_phone { font-size:13px; font-family:Arial,sans-serif; color:#fff; } .bg_footer .contacts .text_phone { font-size:13px; color:#fff; padding-left:2px; } .table_footer .contacts { width:32%; padding-left:13px; } .table_footer .footer_menu { width:100%; overflow:hidden; } @media (max-width:1100px){ .table_footer .footer_menu{ width:100%; } } @media (max-width:980px){ .table_footer .contacts{ width:30%; } } @media (max-width:800px){ .table_footer .contacts{ width:40%; } .table_footer .logo{ display:none; } } @media (max-width:700px){ .table_footer .contacts{ width:40%; } .table_footer .logo{ display:none; } } @media (max-width:720px){ .table_footer .contacts { float: left; display: block; width: 92%; margin-left: 4%; } .table_footer .footer_menu { float: left; display:none; width: 92%; margin-left:6%; clear:right; margin-top:5px; } .table_footer ul.footer_menu{ width:100%; margin:0; } .bg_footer { padding: 20px 0; } } @media (max-width:460px) { .table_footer .contacts { margin-left: 2%; } } /*END_FOOTER*/ /*BX_POPUP_WINDOW*/ .popup-window { border:0; border-radius:0; box-shadow:0; font-size:0; } .popup-window-close-icon { width: 20px; height: 20px; background:url(/bitrix/templates/capitalim_s1/images/close_popup.png) no-repeat 0 0; } .popup-window-close-icon:hover { background:url(/bitrix/templates/capitalim_s1/images/close_popup.png) no-repeat 0 -25px; } .popup-window-top-row, .popup-window-left-column, .popup-window-right-column { display:none; } .popup-window-content { margin:0; background:#fff; border-radius: 7px; } .popup-window, .popup-window-content-row .popup-window-center-column { background:none; } /*END BX_POPUP_WINDOW*/ .bx_left_catalog { float:left; width: 18.7%; } .bx_content_right { width: 80%; float: right; clear: right; } @media (max-width:959px){ .bx_left_catalog { display:none; } .bx_content_right { width:100%; float:none; } } ul.top_personal_menu { width:100%; overflow:hidden; margin:0; padding:0; position:relative; top:1px; } ul.top_personal_menu li { float:left; display:block; list-style:none; border:1px solid #fff; border-bottom:0; } ul.top_personal_menu li.active { border:1px solid #bebebe; border-bottom:1px solid #fff; } ul.top_personal_menu li a { display:block; font-size:14px; padding:14px 17px; color:#5a5a5a; font-family:'Babas',Arial,sans-serif; text-decoration:none; } .personal_body { border:1px solid #bebebe; width:100%; padding:20px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; } @media (max-width:600px){ ul.top_personal_menu li a { padding:12px 10px; } } @media (max-width:480px){ ul.top_personal_menu li a { padding:12px 4px; font-size:12px; } } .bx_page { font-size:14px; } /*grid*/ .left_col, .left_col_index { width:18.7%; float:left; } .right_col { float:right; width:79.43%; } @media (max-width:800px) { .left_col_index { display:none; } .right_col { width:100%; } .left_col { width:100%; margin-bottom:15px; } } /*marks*/ .marks { position: absolute; z-index: 3; left: 10px; top: 7px; } .marks .mark { background:url(/bitrix/templates/capitalim_s1/images/marks.png) no-repeat; width:54px; height:54px; display:block; } .marks .mark.share { background-position:top; } .marks .mark.hit { background-position:bottom; } .marks .mark.new { background-position:0 -54px; } .mark + .mark { margin-top:-20px; } .mark + .mark + .mark { margin-top:-20px; } /*contacts*/ .cnt_contacts { float:left; width:30%; color:#444648; font-size:12px; line-height: 24px; } .cnt_contacts .dotted_line { border-bottom:1px dotted #d6d6d6; width:100%; height:1px; margin:5px 0; } .cnt_map { float:right; width: 59%; } .cnt_map .bx-yandex-view-layout { padding:5px; background:#f0f1f2; border-radius:3px; } .cnt_map .bx-google-map { width:100%!important; } .cnt_descr { clear:both; padding-top:15px; } .cnt_feedback { width:138px; display:block; text-align:center; color:#fff; border-radius:3px; border-top:1px solid #a1dd1d; border-right:1px solid #71a21b; border-bottom:1px solid #488a32; border-left:1px solid #88cb27; cursor:pointer; padding: 5px 0; font-size:15px; margin-top:15px; } .cnt_feedback { background: #8dc119; /* Old browsers */ background: -moz-linear-gradient(top, #8dc119 0%, #5db643 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8dc119), color-stop(100%,#5db643)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #8dc119 0%,#5db643 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #8dc119 0%,#5db643 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #8dc119 0%,#5db643 100%); /* IE10+ */ background: linear-gradient(to bottom, #8dc119 0%,#5db643 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dc119', endColorstr='#5db643',GradientType=0 ); /* IE6-9 */ } .cnt_feedback:hover { background: #8dc119; /* Old browsers */ background: -moz-linear-gradient(top, #8dc119 0%, #92c94a 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8dc119), color-stop(100%,#92c94a)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #8dc119 0%,#92c94a 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #8dc119 0%,#92c94a 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #8dc119 0%,#92c94a 100%); /* IE10+ */ background: linear-gradient(to bottom, #8dc119 0%,#92c94a 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dc119', endColorstr='#92c94a',GradientType=0 ); /* IE6-9 */ } @media (max-width:768px) { .cnt_contacts { width:100%; } .cnt_map { width:100%; margin-top:15px; } }<br>
/* End */
/* /bitrix/templates/capitalim_s1/spzoom/jquery.spzoom.css?1691061844708 */
/* /bitrix/templates/capitalim_s1/css/normalize.css?169106184410110 */
/* /bitrix/templates/capitalim_s1/css/main.css?16917535878391 */
/* /bitrix/templates/capitalim_s1/js/jquery.bxslider.css?16910618444079 */
/* /bitrix/templates/capitalim_s1/js/fancybox/jquery.fancybox.css?16910618444895 */
/* /bitrix/templates/capitalim_s1/components/bitrix/system.auth.form/brown/style.css?1691061844943 */
/* /bitrix/templates/capitalim_s1/components/bitrix/search.title/header_search/style.css?16910618443836 */
/* /bitrix/templates/capitalim_s1/components/bitrix/sale.basket.basket.small/top_bascet/style.css?16910618441849 */
/* /bitrix/templates/capitalim_s1/components/bitrix/menu/top_horizontal_menu/style.css?16910618446621 */
/* /bitrix/templates/capitalim_s1/components/bitrix/catalog.section.list/top_catalog/style.css?16910618441516 */
/* /bitrix/templates/capitalim_s1/components/bitrix/menu/bottom_menu/style.css?1691061844557 */
/* /bitrix/templates/capitalim_s1/styles.css?169106184423 */
/* /bitrix/templates/capitalim_s1/template_styles.css?169175388910743 */
