/* Start:/plugins/nouislider/jquery.nouislider.css*/ /* Functional styling; * These styles are required for noUiSlider to function. * You don't need to change these rules to apply your design. */ .noUi-target, .noUi-target * { -webkit-touch-callout: none; -webkit-user-select: none; -ms-touch-action: none; -ms-user-select: none; -moz-user-select: none; -moz-box-sizing: border-box; box-sizing: border-box; } .noUi-base { width: 100%; height: 100%; position: relative; } .noUi-origin { position: absolute; right: 0; top: 0; left: 0; bottom: 0; } .noUi-handle { position: relative; z-index: 1; } .noUi-stacking .noUi-handle { /* This class is applied to the lower origin when its values is > 50%. */ z-index: 10; } .noUi-stacking + .noUi-origin { /* Fix stacking order in IE7, which incorrectly creates a new context for the origins. */ *z-index: -1; } .noUi-state-tap .noUi-origin { -webkit-transition: left 0.3s, top 0.3s; transition: left 0.3s, top 0.3s; } .noUi-state-drag * { cursor: inherit !important; } /* Slider size and handle placement; */ .noUi-horizontal { height: 18px; } .noUi-horizontal .noUi-handle { width: 26px; height: 36px; left: -13px; top: -14px; cursor: hand; cursor: pointer; } .noUi-horizontal .noUi-handle.noUi-handle-upper { top: -7px; } .noUi-horizontal.noUi-extended { padding: 0 15px; } .noUi-horizontal.noUi-extended .noUi-origin { right: -15px; } .noUi-vertical { width: 18px; } .noUi-vertical .noUi-handle { width: 28px; height: 34px; left: -6px; top: -17px; } .noUi-vertical.noUi-extended { padding: 15px 0; } .noUi-vertical.noUi-extended .noUi-origin { bottom: -15px; } /* Styling; */ .noUi-background { background: url(../../../../../../plugins/nouislider/images/bg-slider-container.png) no-repeat right top; } .noUi-connect { height: 5px; background: url(../../../../../../plugins/nouislider/images/bg-slider.png) repeat-x; margin-right: 5px; top: 7px; -webkit-transition: background 450ms; transition: background 450ms; } .noUi-handle-lower { position: absolute; top: -7px; } .noUi-origin { border-radius: 2px; } .noUi-target { } .noUi-target.noUi-connect { box-shadow: inset 0 0 3px rgba(51,51,51,0.45), 0 3px 6px -5px #BBB; } /* Handles and cursors; */ .noUi-dragable { cursor: w-resize; } .noUi-vertical .noUi-dragable { cursor: n-resize; } .noUi-handle { background: url(../../../../../../plugins/nouislider/images/bg-slider-drag.png) no-repeat right top; cursor: default; } .noUi-active { } /* Handle stripes; */ .noUi-handle:before, .noUi-handle:after { content: ""; display: block; position: absolute; height: 14px; width: 1px; background: #E8E7E6; left: 14px; top: 6px; } /*.noUi-handle:after { left: 17px; }*/ .noUi-handle div { position: relative; top: 32px; color: #bfbfbf; font-size: 11px; } .noUi-vertical .noUi-handle:before, .noUi-vertical .noUi-handle:after { width: 14px; height: 1px; left: 6px; top: 14px; } .noUi-vertical .noUi-handle:after { top: 17px; } /* Disabled state; */ [disabled].noUi-connect, [disabled] .noUi-connect { background: #B8B8B8; } [disabled] .noUi-handle { cursor: not-allowed; } /* End */ /* Start:/plugins/dropkick/dropkick.css*/ /** * Default DropKick theme * * Feel free to edit the default theme * or even add your own. * * See the readme for themeing help * */ .dk_container { background-color: #f5f5f5; font-family: 'Helvetica', Arial, sans-serif; font-size: 12px; font-weight: bold; margin-bottom: 18px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; } .dk_container:focus { outline: 0; } .dk_container[disabled] { opacity:.4; } .dk_container a { cursor: pointer; text-decoration: none; } .dk_container[disabled] a { cursor: not-allowed; } .dk_toggle { border: 1px solid #bfbfbf; max-height: 15px; overflow: hidden; color: #333; padding: 3px 15px 3px 6px; position: relative; background: url(../../../../../../plugins/dropkick/images/bg-select.png) no-repeat 95% 2px; } .dk_focus .dk_toggle { } .dk_open { z-index: 10; } .dk_open .dk_toggle { color: #ccc;} .dk_open_top .dk_toggle { } .dk_open_top .dk_options, .dk_open_top .dk_options_inner { } .dk_options { background: #ffffff; } .dk_options a { color: #4e4f50; padding: 4px 10px; } .dk_options a:hover, .dk_options:focus, .dk_options .dk_option_current a { background: #eaeaea; text-decoration: none;} .dk_options li:last-child a { border-bottom: none; } .dk_options .disabled { cursor: default; } .dk_options .disabled a, .dk_options .dk_optgroup.disabled > span { } .dk_options .disabled:hover a, .dk_options .disabled:focus a { cursor: default; background-color: #fff; border-bottom-color: #999; } .dk_options .dk_optgroup { padding-left: 5px; background: #ddd; } .dk_options .dk_optgroup > span { display: block; padding: 5px 10px 5px 5px; font-style: italic; color: #444; background: #ddd; border-bottom: ; } .dk_options .dk_optgroup.disabled, .dk_options .dk_optgroup.disabled > span { background: #eee; } .dk_options_inner { max-height: 250px; border: 1px solid #8c8c8e; border-bottom-width: 2px; border-bottom-color: #999; color: #333;} .dk_container { display: none; float: left; } .dk_container a { outline: 0; } .dk_toggle { display: -moz-inline-stack; display: inline-block; *display: inline; position: relative; zoom: 1; } .dk_open { position: relative; } .dk_open .dk_options { display: block; } .dk_open .dk_label { color: inherit; } .dk_options { display: none; margin-top: -1px; position: absolute; right: 0; width: 100%; } .dk_options a, .dk_options a:link, .dk_options a:visited { display: block; } .dk_options_inner { overflow: auto; position: relative; -webkit-overflow-scrolling: touch; } .dk_container select { position: absolute; visibility: hidden; } .dk_mobile { position: relative; } .dk_mobile select { display: block; width: 100%; height: 100%; top: 0; left: 0; visibility: visible; opacity: 0; appearance: none; -moz-appearance: none; -webkit-appearance: none; } /* Here we reflect some of the styles from .dk_container to achieve the same visual also when without javascript */ .dk_wrap { position: relative; display: inline-block; min-width: 173px; float: left; margin-right: 10px; margin-bottom: 18px; background-color: #f5f5f5; overflow: hidden; border: 1px solid #ccc; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -webkit-transition: border-color .5s; -moz-transition: border-color .5s; -o-transition: border-color .5s; transition: border-color .5s; } .dk_wrap:after { position: absolute; display: block; top: 45%; right: 10px; content: ''; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #4B4B4B; pointer-events:none; } .dk_wrap select { position: relative; display: block; width: 110%; min-height: 32px; padding: 6px 49px 6px 6px; border: 0; font-family: 'Helvetica', Arial, sans-serif; font-size: 12px; font-weight: bold; line-height: 18px; color: #333; text-indent: 0.01px; text-overflow: ''; background: transparent; cursor: pointer; border-radius: 0; appearance: none; -moz-appearance: none; -webkit-appearance: none; } .dk_wrap select:focus { text-shadow: none; } .dk_wrap select::-ms-expand { display: none; } /* Firefox only */ @-moz-document url-prefix() { .dk_wrap select { padding: 7px 49px 5px 6px; } } /* IE 10 + IE 11 only */ @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .dk_wrap select { padding: 6px 47px 6px 8px; } } /* Opera 12 only */ _:-o-prefocus, body:last-child .dk_wrap select { padding: 7px 45px 5px 10px; } /* End */ /* Start:/plugins/lightbox2.6/css/lightbox.css*/ /* line 7, ../sass/lightbox.sass */ body:after { content: url(../../../../../../plugins/lightbox2.6/img/close.png) url(../../../../../../plugins/lightbox2.6/img/loading.gif) url(../../../../../../plugins/lightbox2.6/img/prev.png) url(../../../../../../plugins/lightbox2.6/img/next.png); display: none; } /* line 11, ../sass/lightbox.sass */ .lightboxOverlay { position: absolute; top: 0; left: 0; z-index: 9999; background-color: black; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); opacity: 0.8; display: none; } /* line 20, ../sass/lightbox.sass */ .lightbox { position: absolute; left: 0; width: 100%; z-index: 10000; text-align: center; line-height: 0; font-weight: normal; } /* line 28, ../sass/lightbox.sass */ .lightbox .lb-image { display: block; height: auto; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } /* line 32, ../sass/lightbox.sass */ .lightbox a img { border: none; } /* line 35, ../sass/lightbox.sass */ .lb-outerContainer { position: relative; background-color: white; *zoom: 1; width: 250px; height: 250px; margin: 0 auto; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; } /* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */ .lb-outerContainer:after { content: ""; display: table; clear: both; } /* line 44, ../sass/lightbox.sass */ .lb-container { padding: 4px; } /* line 47, ../sass/lightbox.sass */ .lb-loader { position: absolute; top: 43%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; } /* line 56, ../sass/lightbox.sass */ .lb-cancel { display: block; width: 32px; height: 32px; margin: 0 auto; background: url(../../../../../../plugins/lightbox2.6/img/loading.gif) no-repeat; } /* line 63, ../sass/lightbox.sass */ .lb-nav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; } /* line 71, ../sass/lightbox.sass */ .lb-container > .nav { left: 0; } /* line 74, ../sass/lightbox.sass */ .lb-nav a { outline: none; } /* line 77, ../sass/lightbox.sass */ .lb-prev, .lb-next { width: 49%; height: 100%; cursor: pointer; /* Trick IE into showing hover */ display: block; } /* line 84, ../sass/lightbox.sass */ .lb-prev { left: 0; float: left; } /* line 87, ../sass/lightbox.sass */ .lb-prev:hover { background: url(../../../../../../plugins/lightbox2.6/img/prev.png) left 48% no-repeat; } /* line 90, ../sass/lightbox.sass */ .lb-next { right: 0; float: right; } /* line 93, ../sass/lightbox.sass */ .lb-next:hover { background: url(../../../../../../plugins/lightbox2.6/img/next.png) right 48% no-repeat; } /* line 96, ../sass/lightbox.sass */ .lb-dataContainer { margin: 0 auto; padding-top: 5px; *zoom: 1; width: 100%; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; } /* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */ .lb-dataContainer:after { content: ""; display: table; clear: both; } /* line 103, ../sass/lightbox.sass */ .lb-data { padding: 0 4px; color: #bbbbbb; } /* line 106, ../sass/lightbox.sass */ .lb-data .lb-details { width: 85%; float: left; text-align: left; line-height: 1.1em; } /* line 111, ../sass/lightbox.sass */ .lb-data .lb-caption { font-size: 13px; font-weight: bold; line-height: 1em; } /* line 115, ../sass/lightbox.sass */ .lb-data .lb-number { display: block; clear: left; padding-bottom: 1em; font-size: 12px; color: #999999; } /* line 121, ../sass/lightbox.sass */ .lb-data .lb-close { display: block; float: right; width: 30px; height: 30px; background: url(../../../../../../plugins/lightbox2.6/img/close.png) top right no-repeat; text-align: right; outline: none; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); opacity: 0.7; } /* line 130, ../sass/lightbox.sass */ .lb-data .lb-close:hover { cursor: pointer; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; } /* End */ /* Start:/plugins/datepicker/datepicker.css*/ div.datepicker { position: relative; font-family: Arial, Helvetica, sans-serif; font-size: 12px; width: 196px; height: 147px; position: absolute; cursor: default; top: 0; left: 0; z-index: 8999; display: none; } .datepickerContainer { background: #E3E3E3; position: absolute; top: 3px; left: 3px; } .datepickerBorderT { position: absolute; left: 10px; top: 0; right: 10px; height: 3px; background-color: #858585; /*background: url(../../../../../../plugins/datepicker/images/datepicker_t.png);*/ } .datepickerBorderB { position: absolute; left: 10px; bottom: 0; right: 10px; height: 3px; background-color: #858585; /*background: url(../../../../../../plugins/datepicker/images/datepicker_b.png);*/ } .datepickerBorderL { position: absolute; left: 0; bottom: 10px; top: 10px; width: 3px; background-color: #858585; /*background: url(../../../../../../plugins/datepicker/images/datepicker_l.png);*/ } .datepickerBorderR { position: absolute; right: 0; bottom: 10px; top: 10px; width: 3px; background-color: #858585; /*background: url(../../../../../../plugins/datepicker/images/datepicker_r.png);*/ } .datepickerBorderTL { position: absolute; top: 0; left: 0; width: 10px; height: 10px; background-color: #858585; /*background: url(../../../../../../plugins/datepicker/images/datepicker_tl.png);*/ } .datepickerBorderTR { position: absolute; top: 0; right: 0; width: 10px; height: 10px; background-color: #858585; /*background: url(../../../../../../plugins/datepicker/images/datepicker_tr.png);*/ } .datepickerBorderBL { position: absolute; bottom: 0; left: 0; width: 10px; height: 10px; background-color: #858585; /*background: url(../../../../../../plugins/datepicker/images/datepicker_bl.png);*/ } .datepickerBorderBR { position: absolute; bottom: 0; right: 0; width: 10px; height: 10px; background-color: #858585; /*background: url(../../../../../../plugins/datepicker/images/datepicker_br.png);*/ } .datepickerHidden { display: none; } div.datepicker table { border-collapse:collapse; } div.datepicker a { color: #000; text-decoration: none; cursor: default; outline: none; } div.datepicker table td { text-align: right; padding: 0; margin: 0; } div.datepicker th { text-align: center; color: #999; font-weight: normal; } div.datepicker tbody th { text-align: left; padding-left: 7px; } div.datepicker tbody a { display: block; } .datepickerDays a { width: 20px; line-height: 16px; height: 16px; padding-right: 2px; padding-left: 2px; } .datepickerYears a, .datepickerMonths a{ width: 44px; line-height: 36px; height: 36px; text-align: center; } td.datepickerNotInMonth a { color: #666; } tbody.datepickerDays td.datepickerSelected{ background: #136A9F; } tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected { background: #17384d; } tbody.datepickerYears td.datepickerSelected, tbody.datepickerMonths td.datepickerSelected{ background: #17384d; } div.datepicker a:hover, div.datepicker a:hover { color: #C30404; } div.datepicker td.datepickerNotInMonth a:hover { color: #999; } div.datepicker tbody th { text-align: left; } .datepickerSpace div { width: 20px; } .datepickerGoNext a, .datepickerGoPrev a, .datepickerMonth a { text-align: center; height: 20px; line-height: 20px; } .datepickerGoNext a { float: right; width: 20px; } .datepickerGoPrev a { float: left; width: 20px; } table.datepickerViewDays tbody.datepickerMonths, table.datepickerViewDays tbody.datepickerYears { display: none; } table.datepickerViewMonths tbody.datepickerDays, table.datepickerViewMonths tbody.datepickerYears, table.datepickerViewMonths tr.datepickerDoW { display: none; } table.datepickerViewYears tbody.datepickerDays, table.datepickerViewYears tbody.datepickerMonths, table.datepickerViewYears tr.datepickerDoW { display: none; } td.datepickerDisabled a, td.datepickerDisabled.datepickerNotInMonth a{ color: #333; } td.datepickerDisabled a:hover { color: #333; } td.datepickerSpecial a { background: #700; } td.datepickerSpecial.datepickerSelected a { background: #a00; } /* End */ /* Start:/bitrix/templates/megamotors/components/bitrix/menu/horizontal_multilevel/style.css*/ /****************** * Menu styles *******************/ .menu { position: relative; border-top: 1px solid #e2e2e2; border-bottom: 1px solid #e2e2e2; -webkit-box-shadow: 0 3px 6px #e2e2e2; -moz-box-shadow: 0 3px 6px #e2e2e2; box-shadow: 0 3px 6px #e2e2e2; width: 100%; background: #ffffff; } .menu a { padding: 2px 13px 9px; display: block; text-decoration: none; text-transform: uppercase; color: #4e4f50; font-size: 14px; position: relative; z-index: 10; } .menu li { position: relative; } .menu .separator { width: 2px; height: 30px; margin: 0; background: url(../../../../../templates/megamotors/components/bitrix/menu/horizontal_multilevel/images/bg-menu-sep.png) no-repeat center bottom; } /****************** * Menu img height : синяя полоса в оглавлении уходит вниз *******************/ .menu img { position: absolute; width: 100%; height: 60px; top: 0; left: 0; -khtml-opacity: 0;-moz-opacity:0;opacity: 0; ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); filter: alpha(opacity=0); } .menu li ul { display: none; } .menu li:hover a, .menu .selected a { color: #ffffff; } .menu li:hover img, .menu .selected img { -khtml-opacity: 1;-moz-opacity:1;opacity: 1; ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); filter: alpha(opacity=100); } .menu-dropdown { width: 100%; position: relative; z-index: 100; display: none; z-index: 2000; background: url(../../../../../templates/megamotors/components/bitrix/menu/horizontal_multilevel/images/bg-menu.png) repeat-x; height: 48px; margin-top: -4px; } .menu-dropdown ul { margin-left: 10px; } .menu-dropdown a { text-transform: none; color: #ffffff; margin-top:11px; } .menu-dropdown .separator { background: url(../../../../../templates/megamotors/components/bitrix/menu/horizontal_multilevel/images/bg-menu-drop-sep.png) no-repeat left center; margin-top: 10px; } .menu-dropdown .container { max-width: 1024px; } .menu-close { width: 19px; height: 18px; position: absolute; top: 17px; right: 32px; cursor: pointer; background: url(../../../../../templates/megamotors/components/bitrix/menu/horizontal_multilevel/images/bg-close.png) no-repeat; } .menu-close:hover { transform: scale(1.2); -webkit-transform: scale(1.2); -o-transform: scale(1.2); -moz-transform: scale(1.2); } .menu-list a{ margin-top:3px; } /* End */ /* Start:/bitrix/templates/megamotors/components/bitrix/news.list/big_slider/style.css*/ /****************** * Slider styles *******************/ .slider { position: relative; overflow: hidden; background: #eaeaea; margin-top: -19px; /*min-height: 560px;*/ height: 537px; padding: 0; min-width: 1152px; } .slider a { display: block; width: 100%; height: auto; } .slider .slider-border-left { display: block; width: 343px; height: 679px; position: absolute; z-index: 1800; top: -424px; left: 0; background: url(../../../../../templates/megamotors/components/bitrix/news.list/big_slider/images/bg-left.png) no-repeat; } .slider .slider-border-right { display: block; width: 343px; height: 679px; position: absolute; z-index: 1800; top: -424px; /*right: -310px;*/ right: 0px; background: url(../../../../../templates/megamotors/components/bitrix/news.list/big_slider/images/bg-right.png) no-repeat; } .rslides li { /* height: 560px; */ } /*.slider-border { width: 100%; background: url(../../../../../templates/megamotors/components/bitrix/news.list/big_slider/images/bg-slider-big.png) top center no-repeat; height: 580px; position: absolute; top: 0; left: 0; /*z-index: 1; }*/ /*.slider-border img { width: 100%; height: 100%; display: block; margin: 0 auto; max-width: 1588px; }*/ .slider-content { position: absolute!important; bottom: 75px; left: 0; z-index: 1; } .slider-text { /*position: absolute; bottom: 75px; left: 0; z-index: 1001;*/ line-height: 1; font-family: 'OpenSans'; font-weight: 700; font-size: 30px; color: #000000; min-height: 43px; } .slider-content-block { /*width: 100%;*/ min-width: 1152px; max-width: 1588px; margin: 0 auto; position: relative; /*position: absolute!important;*/ /* position: absolute!important;*/ /*width: 100%!important;*/ height: 115px; margin-top: -148px!important; bottom: 0px; left: 0; /*z-index: 2000; */ background: url(../../../../../templates/megamotors/components/bitrix/news.list/big_slider/images/bg-bottom.png) 0px 0px repeat-x; } .slider-text span { /* text-transform: uppercase; color: #da171f;*/ } /*.slider-text .more { height: 22px; line-height: 8px; }*/ .slider-text /*.container*/ { position: absolute; z-index: 8001; } .slider .more { padding-left: 29px; line-height: 22px; margin-top: 14px; margin-bottom: 14px; position: absolute; z-index: 6000; top: 53px; left: 280px; background: url('../../../../../templates/megamotors/components/bitrix/news.list/big_slider/images/ico-more.png') no-repeat left top; } .slider-time { height: 2px; background: #e2e2e2; position: relative; z-index: 1000; // margin-top: 22px!important; } .slider-time-value { width: 0; height: 2px; background: #da171f; } .slider-info { position: relative; background: #eaeaea; font-size: 10px; z-index: 100; /*padding: 18px 0 17px 32px;*/ padding: 2px 0 4px 32px; min-width: 1120px; } .rslides { position: relative; list-style: none; overflow: hidden; width: 100%; padding: 0; margin: 0; } .rslides li { -webkit-backface-visibility: hidden; position: absolute; display: none; width: 100%; left: 0; top: 0; } .rslides li:first-child { position: relative; display: block; float: left; } .rslides img { display: block; height: auto; float: left; border: 0; } .slider .rslides_nav { display: block; width: 41px; height: 91px; position: absolute; z-index: 2000; top: 238px; left: 50%; -khtml-opacity: 0;-moz-opacity:0;opacity: 0; ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); filter: alpha(opacity=0); margin-left: -600px; background: url(../../../../../templates/megamotors/components/bitrix/news.list/big_slider/images/bg-slider-nav.png) no-repeat; -webkit-transition: opacity .2s linear; -moz-transition: opacity .2s linear; -khtml-transition: opacity .2s linear; -ms-transition: opacity .2s linear; -o-transition: opacity .2s linear; transition: opacity .2s linear; } .slider .rslides_nav.next { right: 50%; margin-right: -600px; margin-left: auto; background-position: right top; } .slider:hover .rslides_nav { -khtml-opacity: 1;-moz-opacity:1;opacity: 1; ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); filter: alpha(opacity=100); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#00FFFFFF, endColorstr=#00FFFFFF ); } .rslides_tabs { position: absolute; top: 504px; right: 50%; margin-right: -518px; z-index: 3000; } .rslides_tabs li { width: 15px; height: 15px; float: left; margin-right: 7px; background: url(../../../../../templates/megamotors/components/bitrix/news.list/big_slider/images/bg-slider-pager.png) no-repeat; cursor: hand; cursor: pointer; } .rslides_tabs li a { display: block; width: 15px; height: 15px; text-indent: 9999px; } .rslides_tabs .rslides_here { background-position: right top; } .slider-small { position: absolute; width: 100%; top: 30px; right: 0; z-index: 8000; } .slider-small ul { width: 239px; } .slider-small li { position: relative; display: block; float: none !important; margin-bottom: 5px; } .slider-small a { text-decoration: none; color: #ffffff; font-weight: bold; } .slider-item-image { width: 260px; height: 128px; -webkit-transform: skew(-20deg); -moz-transform: skew(-20deg); -o-transform: skew(-20deg); transform: skew(-20deg); overflow: hidden; border-left: 3px solid #cdd3d7; } .slider-item-image img { display: block; margin-bottom: -1px; -webkit-transform: skew(20deg); -moz-transform: skew(20deg); -o-transform: skew(20deg); transform: skew(20deg); margin-left: -23px; border-width: 2px 2px 2px 0; border-style: solid; border-color: #cdd3d7; -webkit-border-top-right-radius: 7px; -moz-border-top-right-radius: 7px; border-top-right-radius: 7px; width: 260px; /*max-height: 128px;*/ } .slider-item-title { width: 203px; height: 20px; padding-right: 51px; text-align: right; position: relative; left: -16px; margin-top: 1px; background: url(../../../../../templates/megamotors/components/bitrix/news.list/big_slider/images/bg-slider-small-title.png) no-repeat right top; } .rslides > li > img { --width: 100%; max-width: 1588px; min-width: 1569px; margin: 0 auto; display: block; float: none; } /* End */ /* Start:/bitrix/templates/megamotors/components/bitrix/catalog.section.list/index_brands/style.css*/ /****************** * Brands styles *******************/ .brands li { width: 146px; height: 91px; position: relative; background: url(../../../../../templates/megamotors/components/bitrix/catalog.section.list/index_brands/images/bg-brands.png) no-repeat; } .brands a { text-decoration: none; } .brands-image { width: 140px; height: 69px; display: table-cell; vertical-align: middle; } .brands-image img { display: block; margin: 0 auto; position: relative; top: 3px; left: 3px; } .brands-title { display: block; width: 140px; margin: 3px 0 0 3px; color: #ffffff; text-transform: uppercase; text-align: center; } .brands-hover { width: 134px; height: 63px; position: absolute; top: 3px; left: 3px; border: 3px solid transparent; } .brands li:hover .brands-hover { border-color: #bfbfbf; } .brands li:hover img { transform: scale(1.3); -webkit-transform: scale(1.3); -o-transform: scale(1.3); -moz-transform: scale(1.3); } /* End */ /* Start:/bitrix/templates/megamotors/components/bitrix/news.list/actions_index/style.css*/ .actions { height: 159px; margin-top: 24px; } .actions a { text-decoration: none; } .actions li { margin-right: 2px; } .actions li:last-child { margin-right: 0; } .action-container { cursor: pointer; border: 2px solid transparent; } .action-container:hover { margin-top: -8px; border-color: #bfbfbf; -webkit-box-shadow: 0 0 3px #bfbfbf; -moz-box-shadow: 0 0 3px #bfbfbf; box-shadow: 0 0 3px #bfbfbf; } .action-content { width: 162px; height: 153px; border: 1px solid #bfbfbf; -webkit-box-shadow: 0 0 10px #bfbfbf; -moz-box-shadow: 0 0 10px #bfbfbf; box-shadow: 0 0 10px #bfbfbf; } .action-content img { border-bottom: 1px solid #bfbfbf; } .action-text { font-size: 13px; padding: 0px 4px 0 6px; } .action-text span { font-size: 25px; color: #da171f; font-weight: bold; line-height: 44px; } .catalog-actions { width: 614px; position: relative; margin: 10px auto 0; } /* End */ /* Start:/bitrix/templates/megamotors/components/bitrix/menu/bottom/style.css*/ .footer-menu { margin-top: 37px; margin-left: 104px; } .footer-menu li { margin-right: 21px; } .footer-menu a { color: inherit; text-decoration: none; } /* End */ /* Start:/bitrix/templates/megamotors/components/bitrix/news.list/social/style.css*/ .social { margin-top: 21px; } .social a { position: relative; top: 11px; margin-left: 4px; } /* End */ /* Start:/bitrix/templates/megamotors/styles.css*/ h1{font-size: 1.45em; font-weight: normal; margin:0;padding:0px; margin-bottom: 20px; padding-bottom: 10px;} h2,h3,h4{ margin:0;padding:0px;font-size:1.15em; margin-bottom:10px; font-weight:normal;} .content-column { width: 440px; padding-right: 22px; font-size: 13px; margin: 0px 0 30px 18px; } /* End */ /* Start:/bitrix/templates/megamotors/template_styles.css*/ /****************** * RESET styles *******************/ @charset "utf-8"; html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font-family: inherit; text-transform: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body {line-height: 1; background: #ffffff} ol, ul {list-style: none} blockquote, q {quotes: none} blockquote:before, blockquote:after,q:before, q:after {content: '';content: none} table {border-collapse: collapse;border-spacing: 0} button {cursor: pointer} a {color: #2980b9} a:hover {text-decoration: none} a, div, li { -webkit-transition: color .15s linear; -moz-transition: color .15s linear; -khtml-transition: color .15s linear; -ms-transition: color .15s linear; -o-transition: color .15s linear; transition: color .15s linear; } span, li { -webkit-transition: opacity .15s linear; -moz-transition: opacity .15s linear; -khtml-transition: opacity .15s linear; -ms-transition: opacity .15s linear; -o-transition: opacity .15s linear; transition: opacity .15s linear; } ul {margin: 0;padding: 0} input:focus {outline: none} /****************** * FONTS styles *******************/ @font-face { font-family: 'OpenSans'; src: url('../../../../../templates/megamotors/fonts/opensans-regular.eot'); src: url('../../../../../templates/megamotors/fonts/opensans-regular.eot') format('embedded-opentype'), url('../../../../../templates/megamotors/fonts/opensans-regular.woff') format('woff'), url('../../../../../templates/megamotors/fonts/opensans-regular.ttf') format('truetype'), url('../../../../../templates/megamotors/fonts/opensans-regular.svg#NOpenSans') format('svg'); font-weight: normal; } @font-face { font-family: 'OpenSans'; src: url('../../../../../templates/megamotors/fonts/opensans-bold.eot'); src: url('../../../../../templates/megamotors/fonts/opensans-bold.eot') format('embedded-opentype'), url('../../../../../templates/megamotors/fonts/opensans-bold.woff') format('woff'), url('../../../../../templates/megamotors/fonts/opensans-bold.ttf') format('truetype'), url('../../../../../templates/megamotors/fonts/opensans-bold.svg#NOpenSans') format('svg'); font-weight: bold; } /****************** * Стили, необходимые для режима редактирования Битрикс *******************/ #panel { display: block; position: absolute; top: 0px; left: 0px; width: 100%; z-index: 8999!important; } .bx-core-window, .bx-core-popup-menu { z-index: 9000!important; } .phone > div, .contacts-phone > div { display: inline-block; } /****************** * Global styles *******************/ body { background: #ffffff; font: normal 12px 'OpenSans', sans-serif; line-height: auto; color: #4e4f50; } .container { /*width: 1152px;*/ width: 1024px; /*max-width: 1152px;*/ /*width: 100%;*/ margin: 0 auto; position: relative; } .wrapper { /*width: 1024px; */ min-width: 1152px; margin-top: 163px; } .wrapper.slide-down { margin-top: 196px; } .line { height: 5px; background: #000000; } .smooth { width: 100%; height: 100%; position: absolute; top: 0; left: 0; -khtml-opacity: 0;-moz-opacity:0;opacity: 0; ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); filter: alpha(opacity=0); -webkit-transition: all .2s linear; -moz-transition: all .2s linear; -khtml-transition: all .2s linear; -ms-transition: all .2s linear; -o-transition: all .2s linear; transition: all .2s linear; } .smooth-parent { position: relative; } .smooth-parent:hover .smooth, .smooth-parent.selected .smooth { -khtml-opacity: 1;-moz-opacity:1;opacity: 1; ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); filter: alpha(opacity=100); } .text-left {text-align: left} .text-right {text-align: right} .text-center {text-align: center} .text-justify {text-align: justify} .text-upper {text-transform: uppercase} .float-left {float: left} .float-right {float: right} .inline li{display:block;float:left} .inline .selected a {text-decoration: none} .clear {clear:both} .clear-input { border: none; outline: none; background: none; } .fixed-container { width: 100%; height: 0; position: fixed; } .top-fixed { bottom: 164px; } .top { display: block; width: 47px; height: 47px; position: absolute; right: -24px; cursor: pointer; background: url(../../../../../templates/megamotors/images/bg-top.png) no-repeat; } .compare-fixed { top: 45%; } .compare-button { width: 121px; height: 38px; position: absolute; right: -130px; display: none; cursor: pointer; background: url(../../../../../templates/megamotors/images/bg-compare-button.png) no-repeat; } .niceCheck { width: 17px; min-height: 20px; display: inline-block; cursor: pointer; background: url(../../../../../templates/megamotors/images/forms/bg-checkbox.png) no-repeat right top; } .niceCheck input { display: none; } .niceRadio { width: 18px; height: 18px; display: inline-block; cursor: pointer; margin-right: 9px; background: url(../../../../../templates/megamotors/images/forms/bg-radio.png) left top; overflow:hidden; position: relative; top: 4px; line-height:48px; } .radioChecked { background-position: -20px top; } .niceRadio input { margin-left: -17px; visibility:hidden; } .more { padding-left: 29px; line-height: 22px; margin-top: 14px; margin-bottom: 14px; background: url(../../../../../templates/megamotors/images/ico-more.png) no-repeat left top; } .more a { color: #4e4f50; font-size: 13px; } .t8n { -webkit-transition: all .2s linear; -moz-transition: all .2s linear; -khtml-transition: all .2s linear; -ms-transition: all .2s linear; -o-transition: all .2s linear; transition: all .2s linear; } /****************** * Header styles *******************/ .header-wrapper { display: block; width: 100%; position: fixed; top: 0; z-index: 5000; } .header { padding-bottom: 8px; border-bottom: 1px solid #da171f; width: 100%; background: #ffffff; } .logo { margin: 12px 0 0 30px; } .contacts { text-align: right; margin-top: 20px; } .contacts-row { font-size: 13px; margin-bottom: 13px; } .contacts-adr { display: block; line-height: 24px; font-size: 14px; color: #da171f; padding-right: 19px; background: url(../../../../../templates/megamotors/images/ico-adress.png) no-repeat right 4px; text-decoration: none; } .phone { font-size: 24px; position: relative; top: -4px; } .contacts-left { margin-right: 52px; } .contacts-middle { margin-right: 33px; } .contacts-right { margin-right: 32px; } .callback { display: block; width: 160px; height: 33px; margin-top: -6px; margin-bottom: -10px; padding-right: 12px; font-size: 13px; color: #ffffff; text-decoration: none; line-height: 28px; background: url(../../../../../templates/megamotors/images/bg-callback.png) no-repeat; } .contacts-phone { font-size: 13px; line-height: 24px; } .contacts-phone span { font-size: 18px; } .contacts-phone img { margin: 0 5px 0 10px; } /****************** * Banners styles *******************/ .banners { background: #eaeaea; padding-bottom: 18px; min-width: 1152px; } /****************** * Content styles *******************/ .content { padding-top: 18px; margin-bottom: 5px; padding-bottom: 7px; background: #f3f3f3 url(../../../../../templates/megamotors/images/bg-content.png) repeat; margin-top: -14px; min-width: 1152px; } .content-container { border: 1px solid #e2e2e2; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; background: #ffffff; /*padding: 10px 0 25px;*/ padding: 20px 30px 25px 30px; } .content-container.container { width: 960px; } .content-main { width: 642px; /*margin-right: 31px;*/ } .column { -webkit-box-shadow: 0 0 5px #e2e2e2; -moz-box-shadow: 0 0 5px #e2e2e2; box-shadow: 0 0 5px #e2e2e2; border: 1px solid #e2e2e2; } .content-column ul { list-style-type: disc; margin-left: 20px; } .column-half { width: 50%; font-size: 14px; color: #4e4f50; } h1, .title { display: inline-block; vertical-align: top; height: 15px; font-size: 15px; line-height: 15px; font-weight: bold; text-transform: uppercase; position: relative; padding-left: 10px; /*margin-left: 32px;*/ margin-bottom: 10px; border-left: 4px solid #da171f; clear: both; } h2 { font-size: 14px; font-weight: bold; } .title { text-transform: none; } h3 { font-size: 18px; font-weight: bold; margin-bottom: 10px; } .hr { border-top: 1px solid #e2e2e2; } .content-container.container .hr { margin-bottom: 10px; } .content-title { font-size: 16px; margin: 0px 0 15px; } .content-title span { color: #da171f; } /****************** * Jcarousel styles *******************/ .jcarousel { position: relative; overflow: hidden; } .jcarousel ul { width: 20000em; position: relative; list-style: none; margin: 0; padding: 0; } .jcarousel li { /* Required only for block elements like
  • 's */ float: left; margin-right: 7px; } .jcarousel-arr { width: 11px; height: 18px; position: absolute; top: 50px; cursor: pointer; background: url(../../../../../templates/megamotors/images/bg-carousel-button.png) no-repeat; } .jcarousel-arr:hover { transform: scale(1.2); -webkit-transform: scale(1.2); -o-transform: scale(1.2); -moz-transform: scale(1.2); } .jcarousel-arr.jcarousel-prev {background-position: left top; left: -15px;} .jcarousel-arr.jcarousel-next {background-position: right top; right: -15px;} /*.title { font-size: 15px; font-weight: bold; text-transform: uppercase; position: relative; padding-left: 10px; margin-left: 32px; margin-bottom: 10px; } .title-tt { text-transform: none; margin-left: 0; } .title-elem { width: 4px; height: 11px; background: #da171f; position: absolute; left: 0; top: 5px; }*/ /****************** * Searched styles *******************/ .searched { border-top: 1px solid #e2e2e2; border-bottom: 1px solid #e2e2e2; } .searched-item { min-width: 87px; height: 18px; padding: 1px 6px 0 7px; cursor: pointer; font-size: 11px; color: #ffffff; margin: 3px 7px 3px 1px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background: url(../../../../../templates/megamotors/images/searched/bg-searched.png) no-repeat left bottom; background-color: #bfbfbf; } .searched-text, .searched-close { position: relative; z-index: 2; } .searched-item .smooth { background: url(../../../../../templates/megamotors/images/searched/bg-searched.png) no-repeat left top; background-color: #da171f; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .searched-item:first-child { margin-right: 7px; } form .searched-item { min-width: 82px; } form .searched-item:nth-child(3n) { margin-right: 0!important; } form .searched-item { margin-right: 4px!important; } .searched-close { width: 9px; height: 9px; margin-top: 4px; background: url(../../../../../templates/megamotors/images/searched/bg-searched-close.png) no-repeat; margin-left: 4px; } .searched-close:hover { transform: scale(1.2); -webkit-transform: scale(1.2); -o-transform: scale(1.2); -moz-transform: scale(1.2); } /****************** * Catalog-button styles *******************/ .catalog-button { width: 139px; height: 39px; text-align: center; margin: 5px auto 11px; background: url(../../../../../templates/megamotors/images/forms/bg-catalog-button.png) left -39px no-repeat; } .catalog-button .smooth { background: url(../../../../../templates/megamotors/images/forms/bg-catalog-button.png) left top no-repeat; } .catalog-button a { display: block; width: 100%; height: 100%; line-height: 38px; position: relative; z-index: 2; font-size: 14px; text-transform: uppercase; font-weight: bold; color: #4e4f50; text-decoration: none; } .catalog-button:hover a { color: #ffffff; } .more-button { margin: 10px 0 0; background: url(../../../../../templates/megamotors/images/bg-more-button.png) no-repeat; } .more-button a { font-size: 13px; line-height: 30px; text-transform: none; } .more-button:hover a { color: #4e4f50; } .button-rate a { display: block; } .button-rate .smooth { top: 0; } .button-label { font-size: 16px; font-weight: bold; margin-top: 16px; } /****************** * Order styles *******************/ .order-image { width: 373px; margin-top: 80px; } .order-image h2 { font-size: 14px; font-weight: bold; } .order-image .image-container { height: 250px; margin-bottom: 30px; } .order-image .image-container img { max-width: 373px; max-height: 250px; } .order-form { width: 537px; margin-top: -1px; position: relative; } .form-image { width: 387px; /*margin-top: 40px;*/ } .form-image .order-image { margin-top: 50px; } .form-tabs, .order-form { position: relative; z-index: 2; } .form-tabs .form-tabs-item { width: 222px; height: 41px; margin-right: -10px; z-index: 1; position: relative; cursor: pointer; color: #787878; background: url(../../../../../templates/megamotors/images/forms/bg-form-tabs.png) no-repeat left -104px; } .form-tabs .selected { z-index: 3; background-position: left top; } .form-tabs .form-tabs-item .smooth { background: url(../../../../../templates/megamotors/images/forms/bg-form-tabs.png) no-repeat left -52px; } .form-tabs .form-tabs-item.selected:hover .smooth { display: none; } .form-tabs-text { position: relative; z-index: 2; font-weight: bold; text-align: center; margin-right: 12px; font-size: 14px; margin-top: 10px; } .form-tabs .selected .form-tabs-text, .form-tabs .form-tabs-item:hover .form-tabs-text { color: #2d2d2d; } .form-tabs-content { position: relative; z-index: 2; margin-top: -1px; } .order-form .form-tabs-content { min-height: 500px; } .content-block { display: none; margin: 40px 30px; } .content-block.selected { display: block; } .content-block h2 { text-transform: uppercase; font-size: 12px; font-weight: bold; } .form-label { width: 174px; } .form-input { width: 300px; } /*.order-form .searched-item:nth-child(3n) { margin-right: 0; } .order-form .searched-item { margin: 0 4px 4px 0; padding-left: 5px; padding-right: 4px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .order-form .searched-item:first-child { margin-right: 4px; }*/ .order-form .form-row { margin-bottom: 17px; } .order-form .form-row.row-small { margin-bottom: 10px; } .form-info { margin-top: -2px; } .form-info, .form-info a { color: #bfbfbf; font-size: 10px; font-style: italic; line-height: 10px; font-weight: normal; text-decoration: none; position: relative; } .form-info img { position: relative; top: 3px; } .form-info a { border-bottom: 1px dotted #bfbfbf; } .form-info a:hover { border-bottom: none; } .form-label { font-weight: bold; } .form-label span { color: #da171f; } .form-label-info { font-weight: normal; font-size: 9px; margin-top: 5px; line-height: 10px; } input, textarea { height: 20px; width: 276px; padding: 5px 10px 6px 10px; border: 1px solid #bfbfbf; } textarea { width: 278px; height: 47px; resize: none; outline: none; } form h2 { font-weight: bold; font-size: 14px; margin-bottom: 22px; } form .error { border: 1px solid red; } input.input-date { outline: none; background: #ffffff url(../../../../../templates/megamotors/images/forms/bg-calendar.png) no-repeat 97% 5px; cursor: hand; cursor: pointer; } input.input-time { outline: none; background: #ffffff url(../../../../../templates/megamotors/images/forms/bg-clock.png) no-repeat 97% 5px; cursor: hand; cursor: pointer; } .input-price { position: relative; } .input-price input { width: 98px; padding-left: 33px; margin: 0; } .input-price-from, .input-price-to { color: #9b9a9a; position: absolute; top: 7px; } .input-price-from { left: 10px; } .input-price-to { right: 120px; } .input-file { position: relative; } .input-file-ico { position: absolute; top: 10px; right: 20px; color: #9b9a9a; } .load-item { position: relative; margin-top: 9px; margin-right: 11px; } .load-item { max-width: 69px; } .load-name { font-size: 10px; } .load-close { display: none; width: 12px; height: 12px; position: absolute; top: 0; right: 0; cursor: pointer; z-index: 2; background: url(../../../../../templates/megamotors/images/forms/bg-images-close.png) no-repeat; } .input-file .input-file-ico { cursor: pointer; } .input-file input[type=file] { display: none; } .checkbox-label { display: inline-block; width: 80px; margin-left: 20px; position: relative; top: 3px; } .form-label-terms { font-size: 11px; margin-top: 4px; } .form-label-terms a { color: inherit; text-decoration: none; border-bottom: 1px dotted #000000; } .form-label-terms a:hover { border-bottom: none; } .form-button { width: 300px; height: 48px; background: url(../../../../../templates/megamotors/images/forms/bg-form-submit.png) no-repeat left top; } .form-button a { line-height: 46px; color: #ffffff; } .form-button .smooth { background: url(../../../../../templates/megamotors/images/forms/bg-form-submit.png) no-repeat left -49px; } .label-center { margin-top: 7px; } .order-form select { width: 273px; } .order-form .dk_container { background: #fbfbfb; margin-bottom: 0px!important; } .order-form .dk_toggle { background: none; padding-top: 7px; border-color: #bfbfbf; padding-bottom: 9px; padding-left: 10px; /*color: #9b9a9a;*/ font-size: 13px; font-weight: normal; } .order-form .dk_toggle:after { position: absolute; top: 14px; right: 12px; content: ''; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4px solid #4B4B4B; } .order-form .dk_options { background: #fbfbfb; } .order-form .dk_options_inner { border-color: #bfbfbf; } .order-form .dk_options a { color: #000; font-weight: normal; font-size: 13px; } .order-form .filter-slider { width: 300px; margin-bottom: 10px; background: url(../../../../../templates/megamotors/images/forms/bg-filter-order-slider.png) no-repeat; } .order-form .noUi-background { background: url(../../../../../templates/megamotors/images/forms/bg-filter-order-slider.png) no-repeat right top; } .input-kpp div:first-child { width: 40%; } .order-form .input-kpp > div { width: auto; margin-right: 12px; } .form-info-input ul { list-style-type: disc; color: #545454; margin: 8px 0 10px 28px; } /****************** * Footer styles *******************/ .footer { height: 89px; border-top: 1px solid #da171f; } .rights { font-size: 13px; margin: 37px 0 0 32px; } /****************** * Popup styles *******************/ .popup { display: none; } .modal-container { min-width: 220px; background: #eeeeee; border: 1px solid #db242b; position: fixed; top: 30%; left: 50%; color: #fff; z-index: 5800; color: #4e4f50; } .modal-container { margin-left: -113px; padding: 17px 30px 29px 30px; } .modal-success{ display: none; } .modal-container .form-row { margin-top: 15px; font-size: 13px; } .modal-container .form-input { /*margin-top: 8px;*/ width: 216px; } .modal-container .input-kpp > div { margin-right: 6px; } .modal-container input[type=text] { width: 192px; /*color: #b8b8b8;*/ font-size: 13px; padding-top: 5px; padding-bottom: 5px; } .modal-container textarea { width: 192px; } .modal-container input[type=radio] { width: inherit; } .modal-container .dk_container { margin-bottom: 0px; } .modal-container .dk_toggle { padding-top: 7px; padding-bottom: 8px; font-size: 13px; color: #4e4f50; font-weight: normal; background: url(../../../../../templates/megamotors/images/forms/bg-select-form.png) no-repeat 99% 2px; } .modal-overlay { width: 100%; height: 100%; background: url(../../../../../templates/megamotors/images/modalform/bg-modal-overlay.png) repeat; position: fixed; top: 0; left: 0; z-index: 5600; } .modal-close { width: 23px; height: 22px; position: absolute; top: 17px; right: 29px; cursor: pointer; background: url(../../../../../templates/megamotors/images/modalform/bg-modal-close.png) no-repeat; } .modal-title { font-size: 15px; font-weight: bold; text-transform: uppercase; padding-bottom: 14px; border-bottom: 1px solid #b8b8b8; /*margin-right: 30px;*/ } .modal-title-small { font-size: 16px; } .modalform-submit { width: 220px; height: 50px; display: block; margin: 0 auto; text-align: center; line-height: 48px; color: #ffffff; font-weight: bold; font-size: 15px; text-transform: uppercase; background: url(../../../../../templates/megamotors/images/modalform/bg-callback-form-button.png) no-repeat; } /****************** * Credit styles *******************/ .credit-column h2 { font-size: 14px; font-weight: bold; } .credit-column { width: 438px; padding-right: 0; font-size: 13px; margin: 34px 0 0 32px; } .credit-req { margin-top: 13px; } .credit-req li, .credit-req-top li { list-style-type: disc; } .credit-req-top { margin-top: 32px; } /****************** * Dealer styles *******************/ .dealer { margin-left: 107px; margin-top: 36px; } .dealer .button-rate { margin-top: 0; margin-left: 15px; } .dealer .button-rate.middle { margin-left: 12px; } /****************** * Подробнее "выгоды" *******************/ .more-block { width: 196px; border: 1px solid #bfbfbf; position: absolute; top: 29px; left: -50%; background: #ffffff; padding: 9px 6px 7px 11px; z-index: 100; display: none; } .more-block-info li { list-style-type: disc; list-style-position: inside; font-size: 10px; color: #4e4f50; margin: 2px 0; font-style: normal; } .more-block-info li span { color: #da171f; } .more-block-arr { width: 24px; height: 14px; position: absolute; top: -13px; left: 50%; margin-left: -12px; background: url(../../../../../templates/megamotors/images/bg-more-block-arr.png) no-repeat; } form-tabs-content { position: relative; z-index: 2; margin-top: -1px; background: #f9f9f9; } /****************** * Contacts styles *******************/ .contacts-container .contacts-phone { font-size: 80px; color: #313131; line-height: 70px; margin-bottom: 15px; } .contacts-container .contacts-phone span { font-size: 14px; font-weight: bold; position: relative; top: -21px; left: -10px; } .contacts-container .contacts-phone img { position: relative; top: 21px; margin: 0 0 0 25px; } /****************** * Techcenter styles *******************/ .techcenter-buttons { margin-left: 241px; } .techcenter-buttons .button-rate { margin-right: 25px; margin-bottom: 7px; } .fixed-container { width: 100%; height: 0; position: fixed; } .compare-fixed { top: 45%; } .services-choose-button { width: 161px; height: 37px; position: absolute; right: -26px; cursor: pointer; font-size: 14px; color: #4e4f50; padding-left: 32px; line-height: 34px; background: url(../../../../../templates/megamotors/images/bg-services-shoose-button.png) no-repeat; z-index: 200; } .services-choose-button:hover { color: #e5272e; background-position: left -37px; } /****************** * About styles *******************/ .lb-caption { font-weight: normal!important; } .lb-dataContainer { min-width: 300px!important; } .package { padding: 8px 8px 8px 8px; border: 2px solid white; min-width: 300px; } /****************** * Rating stars styles *******************/ .rating-item { width: 13px; height: 14px; background: url(../../../../../templates/megamotors/images/bg-rating.png) no-repeat right top; } .rating-1 .rating-item-1, .rating-2 .rating-item-1, .rating-3 .rating-item-1, .rating-4 .rating-item-1, .rating-5 .rating-item-1 { background-position: left top; } .rating-2 .rating-item-2, .rating-3 .rating-item-2, .rating-4 .rating-item-2, .rating-5 .rating-item-2 { background-position: left top; } .rating-3 .rating-item-3, .rating-4 .rating-item-3, .rating-5 .rating-item-3 { background-position: left top; } .rating-4 .rating-item-4, .rating-5 .rating-item-4 { background-position: left top; } .rating-5 .rating-item-5 { background-position: left top; } .webm-copyright{ font-size: 0.8em; /*padding-left: 50px;*/ } .cop_logo { top: 5px; position: relative; left: 0px; width: 18px; } .kvir-tur { width: 300px; height: 48px; text-align: center; margin: 5px auto 11px; background: url(../../../../../templates/megamotors/images/forms/bg-form-submit.png) no-repeat left top; position: relative; } .kvir-tur a { margin: 10px 0 0; display: block; width: 100%; height: 100%; line-height: 46px; color: #ffffff; position: relative; z-index: 2; font-size: 14px; text-transform: uppercase; font-weight: bold; text-decoration: none; }.contacts-container .office-item .button-rate { right: -100px; } .tris {margin: -80px 0px 0px 285px; } .tris2 { margin: 0px; position: absolute; top: -5px; right: 0px; } .sc-link { position:relative; margin:0 auto; margin-top:20px; display:block; width: 520px; height: 50px; overflow:hidden; text-align:center; font-size: 16px; line-height: 45px; color: #FFF; border: medium none; } .sc-link .left, .sc-link .right { float:left; width:128px; text-decoration:none; padding: 0px; cursor: pointer; /*text-transform: uppercase;*/ height: 50px; font-weight: bold; } .sc-link .middle { float:left; height: 50px; background: transparent url("../../../../../templates/megamotors/images/bg-form-card-submit-m.png") repeat-x scroll 0% 0%; color: #FFF; cursor: pointer; } .sc-link .left { /*background: transparent url("../../../../../templates/megamotors/components/bitrix/form.result.new/card_form/images/bg-form-card-submit.png") no-repeat scroll 0% 0%;*/ background: transparent url("../../../../../templates/megamotors/images/bg-form-card-submit-l.png") no-repeat scroll 0% 0%; } .sc-link .right { background: transparent url("../../../../../templates/megamotors/images/bg-form-card-submit-r.png") no-repeat scroll 0% 0%; } /* End */