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,font,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 {
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    margin:0;
    padding:0;
}

body {
    line-height:1;
    min-width:320px;
    -webkit-text-size-adjust:100%;
    -webkit-font-smoothing:antialiased;
}

ul {
    list-style:none;
}

ol {
    list-style:decimal inside;
}

blockquote,q {
    quotes:none;
}

blockquote:before,blockquote:after,q:before,q:after {
    content:none;
}

del {
    text-decoration:line-through;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

.fa {
    display:inline-block;
    font:normal normal normal 14px/1 FontAwesome;
    font-size:inherit;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}

.fa-lg {
    font-size:1.33333333em;
    line-height:.75em;
    vertical-align:-15%;
}

.fa-3x {
    font-size:3em;
}

.fa-4x {
    font-size:4em;
}

.fa-5x {
    font-size:5em;
}

.fa-fw {
    width:1.28571429em;
    text-align:center;
}

.fa-ul {
    padding-left:0;
    margin-left:2.14285714em;
    list-style-type:none;
}

.fa-li {
    position:absolute;
    left:-2.14285714em;
    width:2.14285714em;
    top:.14285714em;
    text-align:center;
}

.fa-li.fa-lg {
    left:-1.85714286em;
}

.fa-border {
    border:solid .08em #eee;
    border-radius:.1em;
    padding:.2em .25em .15em;
}

.fa-spin {
    -webkit-animation:fa-spin 2s infinite linear;
    animation:fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation:fa-spin 1s infinite steps(8);
    animation:fa-spin 1s infinite steps(8);
}

.fa-rotate-90 {
    -ms-filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform:rotate(270deg);
    -ms-transform:rotate(270deg);
    transform:rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform:scale(-1,1);
    -ms-transform:scale(-1,1);
    transform:scale(-1,1);
}

.fa-flip-vertical {
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform:scale(1,-1);
    -ms-transform:scale(1,-1);
    transform:scale(1,-1);
}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {
    filter:none;
}

.fa-stack {
    position:relative;
    display:inline-block;
    width:2em;
    height:2em;
    line-height:2em;
    vertical-align:middle;
}

.fa-stack-1x,.fa-stack-2x {
    position:absolute;
    left:0;
    width:100%;
    text-align:center;
}

.fa-stack-1x {
    line-height:inherit;
}

.fa-glass:before {
    content:"\f000";
}

.fa-music:before {
    content:"\f001";
}

.fa-search:before {
    content:"\f002";
}

.fa-envelope-o:before {
    content:"\f003";
}

.fa-heart:before {
    content:"\f004";
}

.fa-star:before {
    content:"\f005";
}

.fa-star-o:before {
    content:"\f006";
}

.fa-user:before {
    content:"\f007";
}

.fa-film:before {
    content:"\f008";
}

.fa-th-large:before {
    content:"\f009";
}

.fa-th:before {
    content:"\f00a";
}

.fa-th-list:before {
    content:"\f00b";
}

.fa-check:before {
    content:"\f00c";
}

.fa-remove:before,.fa-close:before,.fa-times:before {
    content:"\f00d";
}

.fa-search-plus:before {
    content:"\f00e";
}

.fa-search-minus:before {
    content:"\f010";
}

.fa-power-off:before {
    content:"\f011";
}

.fa-signal:before {
    content:"\f012";
}

.fa-gear:before,.fa-cog:before {
    content:"\f013";
}

.fa-trash-o:before {
    content:"\f014";
}

.fa-home:before {
    content:"\f015";
}

.fa-file-o:before {
    content:"\f016";
}

.fa-clock-o:before {
    content:"\f017";
}

.fa-road:before {
    content:"\f018";
}

.fa-download:before {
    content:"\f019";
}

.fa-arrow-circle-o-down:before {
    content:"\f01a";
}

.fa-arrow-circle-o-up:before {
    content:"\f01b";
}

.fa-inbox:before {
    content:"\f01c";
}

.fa-play-circle-o:before {
    content:"\f01d";
}

.fa-rotate-right:before,.fa-repeat:before {
    content:"\f01e";
}

.fa-refresh:before {
    content:"\f021";
}

.fa-list-alt:before {
    content:"\f022";
}

.fa-lock:before {
    content:"\f023";
}

.fa-flag:before {
    content:"\f024";
}

.fa-headphones:before {
    content:"\f025";
}

.fa-volume-off:before {
    content:"\f026";
}

.fa-volume-down:before {
    content:"\f027";
}

.fa-volume-up:before {
    content:"\f028";
}

.fa-qrcode:before {
    content:"\f029";
}

.fa-barcode:before {
    content:"\f02a";
}

.fa-tag:before {
    content:"\f02b";
}

.fa-tags:before {
    content:"\f02c";
}

.fa-book:before {
    content:"\f02d";
}

.fa-bookmark:before {
    content:"\f02e";
}

.fa-print:before {
    content:"\f02f";
}

.fa-camera:before {
    content:"\f030";
}

.fa-font:before {
    content:"\f031";
}

.fa-bold:before {
    content:"\f032";
}

.fa-italic:before {
    content:"\f033";
}

.fa-text-height:before {
    content:"\f034";
}

.fa-text-width:before {
    content:"\f035";
}

.fa-align-left:before {
    content:"\f036";
}

.fa-align-center:before {
    content:"\f037";
}

.fa-align-right:before {
    content:"\f038";
}

.fa-align-justify:before {
    content:"\f039";
}

.fa-list:before {
    content:"\f03a";
}

.fa-dedent:before,.fa-outdent:before {
    content:"\f03b";
}

.fa-indent:before {
    content:"\f03c";
}

.fa-video-camera:before {
    content:"\f03d";
}

.fa-photo:before,.fa-image:before,.fa-picture-o:before {
    content:"\f03e";
}

.fa-pencil:before {
    content:"\f040";
}

.fa-map-marker:before {
    content:"\f041";
}

.fa-adjust:before {
    content:"\f042";
}

.fa-tint:before {
    content:"\f043";
}

.fa-edit:before,.fa-pencil-square-o:before {
    content:"\f044";
}

.fa-share-square-o:before {
    content:"\f045";
}

.fa-check-square-o:before {
    content:"\f046";
}

.fa-arrows:before {
    content:"\f047";
}

.fa-step-backward:before {
    content:"\f048";
}

.fa-fast-backward:before {
    content:"\f049";
}

.fa-backward:before {
    content:"\f04a";
}

.fa-play:before {
    content:"\f04b";
}

.fa-pause:before {
    content:"\f04c";
}

.fa-stop:before {
    content:"\f04d";
}

.fa-forward:before {
    content:"\f04e";
}

.fa-fast-forward:before {
    content:"\f050";
}

.fa-step-forward:before {
    content:"\f051";
}

.fa-eject:before {
    content:"\f052";
}

.fa-chevron-left:before {
    content:"\f053";
}

.fa-chevron-right:before {
    content:"\f054";
}

.fa-plus-circle:before {
    content:"\f055";
}

.fa-minus-circle:before {
    content:"\f056";
}

.fa-times-circle:before {
    content:"\f057";
}

.fa-check-circle:before {
    content:"\f058";
}

.fa-question-circle:before {
    content:"\f059";
}

.fa-info-circle:before {
    content:"\f05a";
}

.fa-crosshairs:before {
    content:"\f05b";
}

.fa-times-circle-o:before {
    content:"\f05c";
}

.fa-check-circle-o:before {
    content:"\f05d";
}

.fa-ban:before {
    content:"\f05e";
}

.fa-arrow-left:before {
    content:"\f060";
}

.fa-arrow-right:before {
    content:"\f061";
}

.fa-arrow-up:before {
    content:"\f062";
}

.fa-arrow-down:before {
    content:"\f063";
}

.fa-mail-forward:before,.fa-share:before {
    content:"\f064";
}

.fa-expand:before {
    content:"\f065";
}

.fa-compress:before {
    content:"\f066";
}

.fa-plus:before {
    content:"\f067";
}

.fa-minus:before {
    content:"\f068";
}

.fa-asterisk:before {
    content:"\f069";
}

.fa-exclamation-circle:before {
    content:"\f06a";
}

.fa-gift:before {
    content:"\f06b";
}

.fa-leaf:before {
    content:"\f06c";
}

.fa-fire:before {
    content:"\f06d";
}

.fa-eye:before {
    content:"\f06e";
}

.fa-eye-slash:before {
    content:"\f070";
}

.fa-warning:before,.fa-exclamation-triangle:before {
    content:"\f071";
}

.fa-plane:before {
    content:"\f072";
}

.fa-calendar:before {
    content:"\f073";
}

.fa-random:before {
    content:"\f074";
}

.fa-comment:before {
    content:"\f075";
}

.fa-magnet:before {
    content:"\f076";
}

.fa-chevron-up:before {
    content:"\f077";
}

.fa-chevron-down:before {
    content:"\f078";
}

.fa-retweet:before {
    content:"\f079";
}

.fa-shopping-cart:before {
    content:"\f07a";
}

.fa-folder:before {
    content:"\f07b";
}

.fa-folder-open:before {
    content:"\f07c";
}

.fa-arrows-v:before {
    content:"\f07d";
}

.fa-arrows-h:before {
    content:"\f07e";
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
    content:"\f080";
}

.fa-twitter-square:before {
    content:"\f081";
}

.fa-facebook-square:before {
    content:"\f082";
}

.fa-camera-retro:before {
    content:"\f083";
}

.fa-key:before {
    content:"\f084";
}

.fa-gears:before,.fa-cogs:before {
    content:"\f085";
}

.fa-comments:before {
    content:"\f086";
}

.fa-thumbs-o-up:before {
    content:"\f087";
}

.fa-thumbs-o-down:before {
    content:"\f088";
}

.fa-star-half:before {
    content:"\f089";
}

.fa-heart-o:before {
    content:"\f08a";
}

.fa-sign-out:before {
    content:"\f08b";
}

.fa-linkedin-square:before {
    content:"\f08c";
}

.fa-thumb-tack:before {
    content:"\f08d";
}

.fa-external-link:before {
    content:"\f08e";
}

.fa-sign-in:before {
    content:"\f090";
}

.fa-trophy:before {
    content:"\f091";
}

.fa-github-square:before {
    content:"\f092";
}

.fa-upload:before {
    content:"\f093";
}

.fa-lemon-o:before {
    content:"\f094";
}

.fa-phone:before {
    content:"\f095";
}

.fa-square-o:before {
    content:"\f096";
}

.fa-bookmark-o:before {
    content:"\f097";
}

.fa-phone-square:before {
    content:"\f098";
}

.fa-github:before {
    content:"\f09b";
}

.fa-unlock:before {
    content:"\f09c";
}

.fa-credit-card:before {
    content:"\f09d";
}

.fa-feed:before,.fa-rss:before {
    content:"\f09e";
}

.fa-hdd-o:before {
    content:"\f0a0";
}

.fa-bullhorn:before {
    content:"\f0a1";
}

.fa-bell:before {
    content:"\f0f3";
}

.fa-certificate:before {
    content:"\f0a3";
}

.fa-hand-o-right:before {
    content:"\f0a4";
}

.fa-hand-o-left:before {
    content:"\f0a5";
}

.fa-hand-o-up:before {
    content:"\f0a6";
}

.fa-hand-o-down:before {
    content:"\f0a7";
}

.fa-arrow-circle-left:before {
    content:"\f0a8";
}

.fa-arrow-circle-right:before {
    content:"\f0a9";
}

.fa-arrow-circle-up:before {
    content:"\f0aa";
}

.fa-arrow-circle-down:before {
    content:"\f0ab";
}

.fa-globe:before {
    content:"\f0ac";
}

.fa-wrench:before {
    content:"\f0ad";
}

.fa-tasks:before {
    content:"\f0ae";
}

.fa-filter:before {
    content:"\f0b0";
}

.fa-briefcase:before {
    content:"\f0b1";
}

.fa-arrows-alt:before {
    content:"\f0b2";
}

.fa-group:before,.fa-users:before {
    content:"\f0c0";
}

.fa-chain:before,.fa-link:before {
    content:"\f0c1";
}

.fa-cloud:before {
    content:"\f0c2";
}

.fa-flask:before {
    content:"\f0c3";
}

.fa-cut:before,.fa-scissors:before {
    content:"\f0c4";
}

.fa-copy:before,.fa-files-o:before {
    content:"\f0c5";
}

.fa-paperclip:before {
    content:"\f0c6";
}

.fa-save:before,.fa-floppy-o:before {
    content:"\f0c7";
}

.fa-square:before {
    content:"\f0c8";
}

.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
    content:"\f0c9";
}

.fa-list-ul:before {
    content:"\f0ca";
}

.fa-list-ol:before {
    content:"\f0cb";
}

.fa-strikethrough:before {
    content:"\f0cc";
}

.fa-underline:before {
    content:"\f0cd";
}

.fa-table:before {
    content:"\f0ce";
}

.fa-magic:before {
    content:"\f0d0";
}

.fa-truck:before {
    content:"\f0d1";
}

.fa-pinterest:before {
    content:"\f0d2";
}

.fa-pinterest-square:before {
    content:"\f0d3";
}

.fa-google-plus-square:before {
    content:"\f0d4";
}

.fa-google-plus:before {
    content:"\f0d5";
}

.fa-money:before {
    content:"\f0d6";
}

.fa-caret-down:before {
    content:"\f0d7";
}

.fa-caret-up:before {
    content:"\f0d8";
}

.fa-caret-left:before {
    content:"\f0d9";
}

.fa-caret-right:before {
    content:"\f0da";
}

.fa-columns:before {
    content:"\f0db";
}

.fa-unsorted:before,.fa-sort:before {
    content:"\f0dc";
}

.fa-sort-down:before,.fa-sort-desc:before {
    content:"\f0dd";
}

.fa-sort-up:before,.fa-sort-asc:before {
    content:"\f0de";
}

.fa-envelope:before {
    content:"\f0e0";
}

.fa-linkedin:before {
    content:"\f0e1";
}

.fa-rotate-left:before,.fa-undo:before {
    content:"\f0e2";
}

.fa-legal:before,.fa-gavel:before {
    content:"\f0e3";
}

.fa-dashboard:before,.fa-tachometer:before {
    content:"\f0e4";
}

.fa-comment-o:before {
    content:"\f0e5";
}

.fa-comments-o:before {
    content:"\f0e6";
}

.fa-flash:before,.fa-bolt:before {
    content:"\f0e7";
}

.fa-sitemap:before {
    content:"\f0e8";
}

.fa-umbrella:before {
    content:"\f0e9";
}

.fa-paste:before,.fa-clipboard:before {
    content:"\f0ea";
}

.fa-lightbulb-o:before {
    content:"\f0eb";
}

.fa-exchange:before {
    content:"\f0ec";
}

.fa-cloud-download:before {
    content:"\f0ed";
}

.fa-cloud-upload:before {
    content:"\f0ee";
}

.fa-user-md:before {
    content:"\f0f0";
}

.fa-stethoscope:before {
    content:"\f0f1";
}

.fa-suitcase:before {
    content:"\f0f2";
}

.fa-bell-o:before {
    content:"\f0a2";
}

.fa-coffee:before {
    content:"\f0f4";
}

.fa-cutlery:before {
    content:"\f0f5";
}

.fa-file-text-o:before {
    content:"\f0f6";
}

.fa-building-o:before {
    content:"\f0f7";
}

.fa-hospital-o:before {
    content:"\f0f8";
}

.fa-ambulance:before {
    content:"\f0f9";
}

.fa-medkit:before {
    content:"\f0fa";
}

.fa-fighter-jet:before {
    content:"\f0fb";
}

.fa-beer:before {
    content:"\f0fc";
}

.fa-h-square:before {
    content:"\f0fd";
}

.fa-plus-square:before {
    content:"\f0fe";
}

.fa-angle-double-left:before {
    content:"\f100";
}

.fa-angle-double-right:before {
    content:"\f101";
}

.fa-angle-double-up:before {
    content:"\f102";
}

.fa-angle-double-down:before {
    content:"\f103";
}

.fa-angle-left:before {
    content:"\f104";
}

.fa-angle-right:before {
    content:"\f105";
}

.fa-angle-up:before {
    content:"\f106";
}

.fa-angle-down:before {
    content:"\f107";
}

.fa-desktop:before {
    content:"\f108";
}

.fa-laptop:before {
    content:"\f109";
}

.fa-tablet:before {
    content:"\f10a";
}

.fa-mobile-phone:before,.fa-mobile:before {
    content:"\f10b";
}

.fa-circle-o:before {
    content:"\f10c";
}

.fa-quote-left:before {
    content:"\f10d";
}

.fa-quote-right:before {
    content:"\f10e";
}

.fa-spinner:before {
    content:"\f110";
}

.fa-circle:before {
    content:"\f111";
}

.fa-mail-reply:before,.fa-reply:before {
    content:"\f112";
}

.fa-github-alt:before {
    content:"\f113";
}

.fa-folder-o:before {
    content:"\f114";
}

.fa-folder-open-o:before {
    content:"\f115";
}

.fa-smile-o:before {
    content:"\f118";
}

.fa-frown-o:before {
    content:"\f119";
}

.fa-meh-o:before {
    content:"\f11a";
}

.fa-gamepad:before {
    content:"\f11b";
}

.fa-keyboard-o:before {
    content:"\f11c";
}

.fa-flag-o:before {
    content:"\f11d";
}

.fa-flag-checkered:before {
    content:"\f11e";
}

.fa-terminal:before {
    content:"\f120";
}

.fa-code:before {
    content:"\f121";
}

.fa-mail-reply-all:before,.fa-reply-all:before {
    content:"\f122";
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
    content:"\f123";
}

.fa-location-arrow:before {
    content:"\f124";
}

.fa-crop:before {
    content:"\f125";
}

.fa-code-fork:before {
    content:"\f126";
}

.fa-unlink:before,.fa-chain-broken:before {
    content:"\f127";
}

.fa-question:before {
    content:"\f128";
}

.fa-info:before {
    content:"\f129";
}

.fa-exclamation:before {
    content:"\f12a";
}

.fa-superscript:before {
    content:"\f12b";
}

.fa-subscript:before {
    content:"\f12c";
}

.fa-eraser:before {
    content:"\f12d";
}

.fa-puzzle-piece:before {
    content:"\f12e";
}

.fa-microphone:before {
    content:"\f130";
}

.fa-microphone-slash:before {
    content:"\f131";
}

.fa-shield:before {
    content:"\f132";
}

.fa-calendar-o:before {
    content:"\f133";
}

.fa-fire-extinguisher:before {
    content:"\f134";
}

.fa-rocket:before {
    content:"\f135";
}

.fa-maxcdn:before {
    content:"\f136";
}

.fa-chevron-circle-left:before {
    content:"\f137";
}

.fa-chevron-circle-right:before {
    content:"\f138";
}

.fa-chevron-circle-up:before {
    content:"\f139";
}

.fa-chevron-circle-down:before {
    content:"\f13a";
}

.fa-html5:before {
    content:"\f13b";
}

.fa-css3:before {
    content:"\f13c";
}

.fa-anchor:before {
    content:"\f13d";
}

.fa-unlock-alt:before {
    content:"\f13e";
}

.fa-bullseye:before {
    content:"\f140";
}

.fa-ellipsis-h:before {
    content:"\f141";
}

.fa-ellipsis-v:before {
    content:"\f142";
}

.fa-rss-square:before {
    content:"\f143";
}

.fa-play-circle:before {
    content:"\f144";
}

.fa-ticket:before {
    content:"\f145";
}

.fa-minus-square:before {
    content:"\f146";
}

.fa-minus-square-o:before {
    content:"\f147";
}

.fa-level-up:before {
    content:"\f148";
}

.fa-level-down:before {
    content:"\f149";
}

.fa-check-square:before {
    content:"\f14a";
}

.fa-pencil-square:before {
    content:"\f14b";
}

.fa-external-link-square:before {
    content:"\f14c";
}

.fa-share-square:before {
    content:"\f14d";
}

.fa-compass:before {
    content:"\f14e";
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
    content:"\f150";
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
    content:"\f151";
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
    content:"\f152";
}

.fa-euro:before,.fa-eur:before {
    content:"\f153";
}

.fa-gbp:before {
    content:"\f154";
}

.fa-dollar:before,.fa-usd:before {
    content:"\f155";
}

.fa-rupee:before,.fa-inr:before {
    content:"\f156";
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
    content:"\f157";
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
    content:"\f158";
}

.fa-won:before,.fa-krw:before {
    content:"\f159";
}

.fa-bitcoin:before,.fa-btc:before {
    content:"\f15a";
}

.fa-file:before {
    content:"\f15b";
}

.fa-file-text:before {
    content:"\f15c";
}

.fa-sort-alpha-asc:before {
    content:"\f15d";
}

.fa-sort-alpha-desc:before {
    content:"\f15e";
}

.fa-sort-amount-asc:before {
    content:"\f160";
}

.fa-sort-amount-desc:before {
    content:"\f161";
}

.fa-sort-numeric-asc:before {
    content:"\f162";
}

.fa-sort-numeric-desc:before {
    content:"\f163";
}

.fa-thumbs-up:before {
    content:"\f164";
}

.fa-thumbs-down:before {
    content:"\f165";
}

.fa-youtube-square:before {
    content:"\f166";
}

.fa-youtube:before {
    content:"\f167";
}

.fa-xing:before {
    content:"\f168";
}

.fa-xing-square:before {
    content:"\f169";
}

.fa-dropbox:before {
    content:"\f16b";
}

.fa-stack-overflow:before {
    content:"\f16c";
}

.fa-instagram:before {
    content:"\f16d";
}

.fa-flickr:before {
    content:"\f16e";
}

.fa-adn:before {
    content:"\f170";
}

.fa-bitbucket:before {
    content:"\f171";
}

.fa-bitbucket-square:before {
    content:"\f172";
}

.fa-tumblr:before {
    content:"\f173";
}

.fa-tumblr-square:before {
    content:"\f174";
}

.fa-long-arrow-down:before {
    content:"\f175";
}

.fa-long-arrow-up:before {
    content:"\f176";
}

.fa-long-arrow-left:before {
    content:"\f177";
}

.fa-long-arrow-right:before {
    content:"\f178";
}

.fa-apple:before {
    content:"\f179";
}

.fa-windows:before {
    content:"\f17a";
}

.fa-android:before {
    content:"\f17b";
}

.fa-linux:before {
    content:"\f17c";
}

.fa-dribbble:before {
    content:"\f17d";
}

.fa-skype:before {
    content:"\f17e";
}

.fa-foursquare:before {
    content:"\f180";
}

.fa-trello:before {
    content:"\f181";
}

.fa-female:before {
    content:"\f182";
}

.fa-male:before {
    content:"\f183";
}

.fa-gittip:before,.fa-gratipay:before {
    content:"\f184";
}

.fa-sun-o:before {
    content:"\f185";
}

.fa-moon-o:before {
    content:"\f186";
}

.fa-archive:before {
    content:"\f187";
}

.fa-bug:before {
    content:"\f188";
}

.fa-weibo:before {
    content:"\f18a";
}

.fa-renren:before {
    content:"\f18b";
}

.fa-pagelines:before {
    content:"\f18c";
}

.fa-stack-exchange:before {
    content:"\f18d";
}

.fa-arrow-circle-o-right:before {
    content:"\f18e";
}

.fa-arrow-circle-o-left:before {
    content:"\f190";
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
    content:"\f191";
}

.fa-dot-circle-o:before {
    content:"\f192";
}

.fa-wheelchair:before {
    content:"\f193";
}

.fa-vimeo-square:before {
    content:"\f194";
}

.fa-turkish-lira:before,.fa-try:before {
    content:"\f195";
}

.fa-plus-square-o:before {
    content:"\f196";
}

.fa-space-shuttle:before {
    content:"\f197";
}

.fa-slack:before {
    content:"\f198";
}

.fa-envelope-square:before {
    content:"\f199";
}

.fa-wordpress:before {
    content:"\f19a";
}

.fa-openid:before {
    content:"\f19b";
}

.fa-institution:before,.fa-bank:before,.fa-university:before {
    content:"\f19c";
}

.fa-mortar-board:before,.fa-graduation-cap:before {
    content:"\f19d";
}

.fa-yahoo:before {
    content:"\f19e";
}

.fa-google:before {
    content:"\f1a0";
}

.fa-reddit:before {
    content:"\f1a1";
}

.fa-reddit-square:before {
    content:"\f1a2";
}

.fa-stumbleupon-circle:before {
    content:"\f1a3";
}

.fa-stumbleupon:before {
    content:"\f1a4";
}

.fa-delicious:before {
    content:"\f1a5";
}

.fa-digg:before {
    content:"\f1a6";
}

.fa-pied-piper-pp:before {
    content:"\f1a7";
}

.fa-pied-piper-alt:before {
    content:"\f1a8";
}

.fa-drupal:before {
    content:"\f1a9";
}

.fa-joomla:before {
    content:"\f1aa";
}

.fa-language:before {
    content:"\f1ab";
}

.fa-fax:before {
    content:"\f1ac";
}

.fa-building:before {
    content:"\f1ad";
}

.fa-child:before {
    content:"\f1ae";
}

.fa-paw:before {
    content:"\f1b0";
}

.fa-spoon:before {
    content:"\f1b1";
}

.fa-cube:before {
    content:"\f1b2";
}

.fa-cubes:before {
    content:"\f1b3";
}

.fa-behance:before {
    content:"\f1b4";
}

.fa-behance-square:before {
    content:"\f1b5";
}

.fa-steam:before {
    content:"\f1b6";
}

.fa-steam-square:before {
    content:"\f1b7";
}

.fa-recycle:before {
    content:"\f1b8";
}

.fa-automobile:before,.fa-car:before {
    content:"\f1b9";
}

.fa-cab:before,.fa-taxi:before {
    content:"\f1ba";
}

.fa-tree:before {
    content:"\f1bb";
}

.fa-spotify:before {
    content:"\f1bc";
}

.fa-deviantart:before {
    content:"\f1bd";
}

.fa-soundcloud:before {
    content:"\f1be";
}

.fa-database:before {
    content:"\f1c0";
}

.fa-file-pdf-o:before {
    content:"\f1c1";
}

.fa-file-word-o:before {
    content:"\f1c2";
}

.fa-file-excel-o:before {
    content:"\f1c3";
}

.fa-file-powerpoint-o:before {
    content:"\f1c4";
}

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
    content:"\f1c5";
}

.fa-file-zip-o:before,.fa-file-archive-o:before {
    content:"\f1c6";
}

.fa-file-sound-o:before,.fa-file-audio-o:before {
    content:"\f1c7";
}

.fa-file-movie-o:before,.fa-file-video-o:before {
    content:"\f1c8";
}

.fa-file-code-o:before {
    content:"\f1c9";
}

.fa-vine:before {
    content:"\f1ca";
}

.fa-codepen:before {
    content:"\f1cb";
}

.fa-jsfiddle:before {
    content:"\f1cc";
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
    content:"\f1cd";
}

.fa-circle-o-notch:before {
    content:"\f1ce";
}

.fa-ra:before,.fa-resistance:before,.fa-rebel:before {
    content:"\f1d0";
}

.fa-ge:before,.fa-empire:before {
    content:"\f1d1";
}

.fa-git-square:before {
    content:"\f1d2";
}

.fa-git:before {
    content:"\f1d3";
}

.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before {
    content:"\f1d4";
}

.fa-tencent-weibo:before {
    content:"\f1d5";
}

.fa-qq:before {
    content:"\f1d6";
}

.fa-wechat:before,.fa-weixin:before {
    content:"\f1d7";
}

.fa-send:before,.fa-paper-plane:before {
    content:"\f1d8";
}

.fa-send-o:before,.fa-paper-plane-o:before {
    content:"\f1d9";
}

.fa-history:before {
    content:"\f1da";
}

.fa-circle-thin:before {
    content:"\f1db";
}

.fa-header:before {
    content:"\f1dc";
}

.fa-paragraph:before {
    content:"\f1dd";
}

.fa-sliders:before {
    content:"\f1de";
}

.fa-share-alt:before {
    content:"\f1e0";
}

.fa-share-alt-square:before {
    content:"\f1e1";
}

.fa-bomb:before {
    content:"\f1e2";
}

.fa-soccer-ball-o:before,.fa-futbol-o:before {
    content:"\f1e3";
}

.fa-tty:before {
    content:"\f1e4";
}

.fa-binoculars:before {
    content:"\f1e5";
}

.fa-plug:before {
    content:"\f1e6";
}

.fa-slideshare:before {
    content:"\f1e7";
}

.fa-twitch:before {
    content:"\f1e8";
}

.fa-yelp:before {
    content:"\f1e9";
}

.fa-newspaper-o:before {
    content:"\f1ea";
}

.fa-wifi:before {
    content:"\f1eb";
}

.fa-calculator:before {
    content:"\f1ec";
}

.fa-paypal:before {
    content:"\f1ed";
}

.fa-google-wallet:before {
    content:"\f1ee";
}

.fa-cc-visa:before {
    content:"\f1f0";
}

.fa-cc-mastercard:before {
    content:"\f1f1";
}

.fa-cc-discover:before {
    content:"\f1f2";
}

.fa-cc-amex:before {
    content:"\f1f3";
}

.fa-cc-paypal:before {
    content:"\f1f4";
}

.fa-cc-stripe:before {
    content:"\f1f5";
}

.fa-bell-slash:before {
    content:"\f1f6";
}

.fa-bell-slash-o:before {
    content:"\f1f7";
}

.fa-trash:before {
    content:"\f1f8";
}

.fa-copyright:before {
    content:"\f1f9";
}

.fa-at:before {
    content:"\f1fa";
}

.fa-eyedropper:before {
    content:"\f1fb";
}

.fa-paint-brush:before {
    content:"\f1fc";
}

.fa-birthday-cake:before {
    content:"\f1fd";
}

.fa-area-chart:before {
    content:"\f1fe";
}

.fa-pie-chart:before {
    content:"\f200";
}

.fa-line-chart:before {
    content:"\f201";
}

.fa-lastfm:before {
    content:"\f202";
}

.fa-lastfm-square:before {
    content:"\f203";
}

.fa-toggle-off:before {
    content:"\f204";
}

.fa-toggle-on:before {
    content:"\f205";
}

.fa-bicycle:before {
    content:"\f206";
}

.fa-bus:before {
    content:"\f207";
}

.fa-ioxhost:before {
    content:"\f208";
}

.fa-angellist:before {
    content:"\f209";
}

.fa-cc:before {
    content:"\f20a";
}

.fa-shekel:before,.fa-sheqel:before,.fa-ils:before {
    content:"\f20b";
}

.fa-meanpath:before {
    content:"\f20c";
}

.fa-buysellads:before {
    content:"\f20d";
}

.fa-connectdevelop:before {
    content:"\f20e";
}

.fa-dashcube:before {
    content:"\f210";
}

.fa-forumbee:before {
    content:"\f211";
}

.fa-leanpub:before {
    content:"\f212";
}

.fa-sellsy:before {
    content:"\f213";
}

.fa-shirtsinbulk:before {
    content:"\f214";
}

.fa-simplybuilt:before {
    content:"\f215";
}

.fa-skyatlas:before {
    content:"\f216";
}

.fa-cart-plus:before {
    content:"\f217";
}

.fa-cart-arrow-down:before {
    content:"\f218";
}

.fa-diamond:before {
    content:"\f219";
}

.fa-ship:before {
    content:"\f21a";
}

.fa-user-secret:before {
    content:"\f21b";
}

.fa-motorcycle:before {
    content:"\f21c";
}

.fa-street-view:before {
    content:"\f21d";
}

.fa-heartbeat:before {
    content:"\f21e";
}

.fa-venus:before {
    content:"\f221";
}

.fa-mars:before {
    content:"\f222";
}

.fa-mercury:before {
    content:"\f223";
}

.fa-intersex:before,.fa-transgender:before {
    content:"\f224";
}

.fa-transgender-alt:before {
    content:"\f225";
}

.fa-venus-double:before {
    content:"\f226";
}

.fa-mars-double:before {
    content:"\f227";
}

.fa-venus-mars:before {
    content:"\f228";
}

.fa-mars-stroke:before {
    content:"\f229";
}

.fa-mars-stroke-v:before {
    content:"\f22a";
}

.fa-mars-stroke-h:before {
    content:"\f22b";
}

.fa-neuter:before {
    content:"\f22c";
}

.fa-genderless:before {
    content:"\f22d";
}

.fa-facebook-official:before {
    content:"\f230";
}

.fa-pinterest-p:before {
    content:"\f231";
}

.fa-whatsapp:before {
    content:"\f232";
}

.fa-server:before {
    content:"\f233";
}

.fa-user-plus:before {
    content:"\f234";
}

.fa-user-times:before {
    content:"\f235";
}

.fa-hotel:before,.fa-bed:before {
    content:"\f236";
}

.fa-viacoin:before {
    content:"\f237";
}

.fa-train:before {
    content:"\f238";
}

.fa-subway:before {
    content:"\f239";
}

.fa-medium:before {
    content:"\f23a";
}

.fa-yc:before,.fa-y-combinator:before {
    content:"\f23b";
}

.fa-optin-monster:before {
    content:"\f23c";
}

.fa-opencart:before {
    content:"\f23d";
}

.fa-expeditedssl:before {
    content:"\f23e";
}

.fa-battery-4:before,.fa-battery-full:before {
    content:"\f240";
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
    content:"\f241";
}

.fa-battery-2:before,.fa-battery-half:before {
    content:"\f242";
}

.fa-battery-1:before,.fa-battery-quarter:before {
    content:"\f243";
}

.fa-battery-0:before,.fa-battery-empty:before {
    content:"\f244";
}

.fa-mouse-pointer:before {
    content:"\f245";
}

.fa-i-cursor:before {
    content:"\f246";
}

.fa-object-group:before {
    content:"\f247";
}

.fa-object-ungroup:before {
    content:"\f248";
}

.fa-sticky-note:before {
    content:"\f249";
}

.fa-sticky-note-o:before {
    content:"\f24a";
}

.fa-cc-jcb:before {
    content:"\f24b";
}

.fa-cc-diners-club:before {
    content:"\f24c";
}

.fa-clone:before {
    content:"\f24d";
}

.fa-balance-scale:before {
    content:"\f24e";
}

.fa-hourglass-o:before {
    content:"\f250";
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
    content:"\f251";
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
    content:"\f252";
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
    content:"\f253";
}

.fa-hourglass:before {
    content:"\f254";
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
    content:"\f255";
}

.fa-hand-stop-o:before,.fa-hand-paper-o:before {
    content:"\f256";
}

.fa-hand-scissors-o:before {
    content:"\f257";
}

.fa-hand-lizard-o:before {
    content:"\f258";
}

.fa-hand-spock-o:before {
    content:"\f259";
}

.fa-hand-pointer-o:before {
    content:"\f25a";
}

.fa-hand-peace-o:before {
    content:"\f25b";
}

.fa-trademark:before {
    content:"\f25c";
}

.fa-registered:before {
    content:"\f25d";
}

.fa-creative-commons:before {
    content:"\f25e";
}

.fa-gg:before {
    content:"\f260";
}

.fa-gg-circle:before {
    content:"\f261";
}

.fa-tripadvisor:before {
    content:"\f262";
}

.fa-odnoklassniki:before {
    content:"\f263";
}

.fa-odnoklassniki-square:before {
    content:"\f264";
}

.fa-get-pocket:before {
    content:"\f265";
}

.fa-wikipedia-w:before {
    content:"\f266";
}

.fa-safari:before {
    content:"\f267";
}

.fa-chrome:before {
    content:"\f268";
}

.fa-firefox:before {
    content:"\f269";
}

.fa-opera:before {
    content:"\f26a";
}

.fa-internet-explorer:before {
    content:"\f26b";
}

.fa-tv:before,.fa-television:before {
    content:"\f26c";
}

.fa-contao:before {
    content:"\f26d";
}

.fa-500px:before {
    content:"\f26e";
}

.fa-amazon:before {
    content:"\f270";
}

.fa-calendar-plus-o:before {
    content:"\f271";
}

.fa-calendar-minus-o:before {
    content:"\f272";
}

.fa-calendar-times-o:before {
    content:"\f273";
}

.fa-calendar-check-o:before {
    content:"\f274";
}

.fa-industry:before {
    content:"\f275";
}

.fa-map-pin:before {
    content:"\f276";
}

.fa-map-signs:before {
    content:"\f277";
}

.fa-map-o:before {
    content:"\f278";
}

.fa-map:before {
    content:"\f279";
}

.fa-commenting:before {
    content:"\f27a";
}

.fa-commenting-o:before {
    content:"\f27b";
}

.fa-houzz:before {
    content:"\f27c";
}

.fa-vimeo:before {
    content:"\f27d";
}

.fa-black-tie:before {
    content:"\f27e";
}

.fa-fonticons:before {
    content:"\f280";
}

.fa-reddit-alien:before {
    content:"\f281";
}

.fa-edge:before {
    content:"\f282";
}

.fa-credit-card-alt:before {
    content:"\f283";
}

.fa-codiepie:before {
    content:"\f284";
}

.fa-modx:before {
    content:"\f285";
}

.fa-fort-awesome:before {
    content:"\f286";
}

.fa-usb:before {
    content:"\f287";
}

.fa-product-hunt:before {
    content:"\f288";
}

.fa-mixcloud:before {
    content:"\f289";
}

.fa-scribd:before {
    content:"\f28a";
}

.fa-pause-circle:before {
    content:"\f28b";
}

.fa-pause-circle-o:before {
    content:"\f28c";
}

.fa-stop-circle:before {
    content:"\f28d";
}

.fa-stop-circle-o:before {
    content:"\f28e";
}

.fa-shopping-bag:before {
    content:"\f290";
}

.fa-shopping-basket:before {
    content:"\f291";
}

.fa-hashtag:before {
    content:"\f292";
}

.fa-bluetooth:before {
    content:"\f293";
}

.fa-bluetooth-b:before {
    content:"\f294";
}

.fa-percent:before {
    content:"\f295";
}

.fa-gitlab:before {
    content:"\f296";
}

.fa-wpbeginner:before {
    content:"\f297";
}

.fa-wpforms:before {
    content:"\f298";
}

.fa-envira:before {
    content:"\f299";
}

.fa-universal-access:before {
    content:"\f29a";
}

.fa-wheelchair-alt:before {
    content:"\f29b";
}

.fa-question-circle-o:before {
    content:"\f29c";
}

.fa-blind:before {
    content:"\f29d";
}

.fa-audio-description:before {
    content:"\f29e";
}

.fa-volume-control-phone:before {
    content:"\f2a0";
}

.fa-braille:before {
    content:"\f2a1";
}

.fa-assistive-listening-systems:before {
    content:"\f2a2";
}

.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before {
    content:"\f2a3";
}

.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before {
    content:"\f2a4";
}

.fa-glide:before {
    content:"\f2a5";
}

.fa-glide-g:before {
    content:"\f2a6";
}

.fa-signing:before,.fa-sign-language:before {
    content:"\f2a7";
}

.fa-low-vision:before {
    content:"\f2a8";
}

.fa-viadeo:before {
    content:"\f2a9";
}

.fa-viadeo-square:before {
    content:"\f2aa";
}

.fa-snapchat:before {
    content:"\f2ab";
}

.fa-snapchat-ghost:before {
    content:"\f2ac";
}

.fa-snapchat-square:before {
    content:"\f2ad";
}

.fa-pied-piper:before {
    content:"\f2ae";
}

.fa-first-order:before {
    content:"\f2b0";
}

.fa-yoast:before {
    content:"\f2b1";
}

.fa-themeisle:before {
    content:"\f2b2";
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
    content:"\f2b3";
}

.fa-fa:before,.fa-font-awesome:before {
    content:"\f2b4";
}

.sr-only {
    position:absolute;
    width:1px;
    height:1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    border:0;
    margin:-1px;
    padding:0;
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position:static;
    width:auto;
    height:auto;
    overflow:visible;
    clip:auto;
    margin:0;
}

html,body {
    height:100%;
    margin:0;
}

form,fieldset {
    font-weight:700;
    border-style:none;
    margin:0;
    padding:0;
}

img {
    vertical-align:top;
    border-style:none;
}

ul li {
    vertical-align:top;
}

input,select,textarea {
    vertical-align:middle;
    font:12px arial, helvetica, sans-serif;
}

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

input[type="radio"]:focus {
    -moz-outline-radius:12px!important;
    -moz-outline-offset:0!important;
}

input[type="checkbox"]:focus {
    -moz-outline-offset:-1px!important;
    -moz-outline:1px solid #000!important;
}

.wrapper {
    max-width:960px;
    width:auto;
    height:100%;
    overflow:hidden;
    padding:0 20px;
}

.bodybg2015 {
    background-color:#13171e;
    background-image:url(../img/black_back_bottom.jpg), url(../images/black_back_top.jpg), url(../images/black_back_center.jpg), url(../images/black_back_01.jpg);
    background-position:center bottom 1500px center top, center top, left top;
    background-repeat:no-repeat, no-repeat, repeat-y, repeat;
}

.head-line .rss2 div {
    height:24px;
    padding:0 30px 0 10px;
}

.head-line .rss2 {
    height:100%;
}

.logo-block {
    padding-top:25px;
    height:90px!important;
}

.text-center {
    display:table;
    position:relative;
    overflow:hidden;
    width:100%;
    height:100%;
}

.text-center .text-inner {
    display:table-cell;
    vertical-align:middle;
}

.text-center .text-inner .text-last {
    width:100%;
    display:block;
}

*+html .text-center {
    display:block;
    position:relative;
}

*+html .text-center .text-inner {
    top:50%;
    display:block;
    position:absolute;
    left:0;
}

*+html .text-center .text-inner .text-last {
    top:-50%;
    display:block;
    position:relative;
}

.main-menu {
    max-width:960px;
    width:100%;
    padding:0;
}

.main-menu ul,.exp-main-menu ul {
    width:100%;
    display:table;
    margin:0;
    padding:0;
}

.main-menu li,.exp-main-menu ul li {
    float:none!important;
    display:table-cell;
    text-align:center;
    width:auto!important;
    padding:0!important;
}

.main-menu ul li a {
    display:block;
    padding:13px 27px 15px;
}

.exp-main-menu ul li a {
    display:block;
    padding:13px 1px 15px;
}

.section-title .black {
    position:relative;
    opacity:1;
    -webkit-transition:opacity .2s ease-in-out;
    -moz-transition:opacity .2s ease-in-out;
    -ms-transition:opacity .2s ease-in-out;
    -o-transition:opacity .2s ease-in-out;
    transition:opacity .2s ease-in-out;
    display:block;
    padding:11px 0 12px 21px;
}

.most-exp-cars .list a .hold-text {
    display:inline-block;
    position:relative;
}

.most-exp-cars .list a .hold-text:before {
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:1px;
    background:#fff;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
    -webkit-transition:transform .2s ease-in-out;
    -moz-transition:transform .2s ease-in-out;
    -ms-transition:transform .2s ease-in-out;
    -o-transition:transform .2s ease-in-out;
    transition:transform .2s ease-in-out;
}

.most-exp-cars .list a:hover .hold-text:before {
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
    text-decoration:none;
}

.head-line .social2 a img,.week-img,#footer .social-icons li a img {
    position:relative;
    opacity:1;
    -webkit-transition:opacity .2s ease-in-out;
    -moz-transition:opacity .2s ease-in-out;
    -ms-transition:opacity .2s ease-in-out;
    -o-transition:opacity .2s ease-in-out;
    transition:opacity .2s ease-in-out;
}

.head-line .social2 a:hover img,.week-img:hover img,#footer .social-icons li a:hover img {
    opacity:0.7;
}

.news-inner-page .item a img,.news-test-drive .item a img,.left-column .news-main-page .item a img,.right-column .news-main-page .item a div:first-child img {
    position:relative;
    -webkit-filter:grayscale(0);
    filter:grayscale(0);
    width:100%;
    height:auto;
    display:block;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -ms-transition:all .3s;
    -o-transition:all .3s;
    transition:all .3s;
}

.content-block .most-exp-cars .last .item a.badge {
    overflow:hidden;
    display:block;
}

.content-block .most-exp-cars .last .item a.badge img {
    display:block;
    width:100%;
    height:auto;
    -ms-transform:scale(1);
    -webkit-transform:scale(1);
    transform:scale(1);
    -webkit-transition:transform .3s ease-in-out;
    -moz-transition:transform .3s ease-in-out;
    -ms-transition:transform .3s ease-in-out;
    -o-transition:transform .3s ease-in-out;
    transition:transform .3s ease-in-out;
}

.content-block .most-exp-cars .last .item a.badge:hover img {
    -ms-transform:scale(1.05);
    -webkit-transform:scale(1.05);
    transform:scale(1.05);
}

.logo {
    overflow:hidden;
    text-indent:-9999px;
    background:url(../images/bg-logo.png) no-repeat 50% 0;
    width:215px;
    height:61px;
    position:relative;
    display:block;
    background-size:cover;
    -webkit-background-size:cover;
    -o-background-size:cover;
    -moz-background-size:cover;
    -ms-transform:scale(1);
    -webkit-transform:scale(1);
    transform:scale(1);
    -webkit-transition:transform .3s ease-in-out;
    -moz-transition:transform .3s ease-in-out;
    -ms-transition:transform .3s ease-in-out;
    -o-transition:transform .3s ease-in-out;
    transition:transform .3s ease-in-out;
    margin:0 0 10px;
}

.logo a:hover {
    cursor:pointer;
    -ms-transform:scale(0.9);
    -webkit-transform:scale(0.9);
    transform:scale(0.9);
}

.extra-top .logo {
    width:183px;
    height:52px;
}

.close-menu {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1;
    display:none;
}

.toogle-menu {
    left:-9999px;
    overflow:hidden;
    position:fixed;
    text-indent:-9999px;
    top:-9999px;
    width:44px;
    z-index:5;
    display:none;
    background:#000;
    -webkit-transition:opacity .2s ease-in-out;
    -moz-transition:opacity .2s ease-in-out;
    -ms-transition:opacity .2s ease-in-out;
    -o-transition:opacity .2s ease-in-out;
    transition:opacity .2s ease-in-out;
    padding:0 0 8px;
}

.toogle-menu .holder-link {
    display:block;
    height:34px;
    position:relative;
    margin:0;
}

.toogle-menu span {
    position:absolute;
    left:6px;
    height:3px;
    right:6px;
    background:#fff;
}

.toogle-menu .t {
    top:5px;
    transform:rotate(0deg);
    transition:transform .25s cubic-bezier(0.4,0.01,0.165,0.99) 0 top .25s cubic-bezier(0.4,0.01,0.165,0.99) .3s;
}

.open .toogle-menu .t {
    top:12px;
    transform:rotate(45deg);
    transition:transform .25s cubic-bezier(0.4,0.01,0.165,0.99) .3s top .25s cubic-bezier(0.4,0.01,0.165,0.99) 0;
}

.toogle-menu .c {
    top:16px;
    -webkit-transition:opacity .2s ease-in-out;
    -moz-transition:opacity .2s ease-in-out;
    -ms-transition:opacity .2s ease-in-out;
    -o-transition:opacity .2s ease-in-out;
    transition:opacity .2s ease-in-out;
}

.open .toogle-menu .c {
    opacity:0;
}

.toogle-menu .b {
    top:27px;
    transform:rotate(0deg);
    transition:transform .25s cubic-bezier(0.4,0.01,0.165,0.99) 0 top .25s cubic-bezier(0.4,0.01,0.165,0.99) .3s;
}

.open .toogle-menu .b {
    top:12px;
    transform:rotate(135deg);
    transition:transform .25s cubic-bezier(0.4,0.01,0.165,0.99) .3s top .25s cubic-bezier(0.4,0.01,0.165,0.99) 0;
}

.open #nav .box {
    right:0;
}

.head-line {
    height:44px;
}

.right-fline .bottom-box li a .hold-text:before,.right-fline .half-margin li a .hold-text:before,.link-block li a .hold-text:before,.main-menu ul li a .hold-text:before {
    content:'';
    position:absolute;
    bottom:-1px;
    left:0;
    width:100%;
    height:1px;
    background:#fff;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
    -webkit-transition:transform .2s ease-in-out;
    -moz-transition:transform .2s ease-in-out;
    -ms-transition:transform .2s ease-in-out;
    -o-transition:transform .2s ease-in-out;
    transition:transform .2s ease-in-out;
}

.right-fline .bottom-box li a .hold-text:hover:before,.right-fline .half-margin li a .hold-text:hover:before,.link-block li a .hold-text:hover:before,.main-menu ul li a .hold-text:hover:before {
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
}

.go-to-top {
    position:fixed;
    font-size:20px;
    line-height:30px;
    z-index:1001;
    bottom:-30px;
    right:10px;
    width:30px;
    height:30px;
    color:#fff;
    text-align:center;
    background:#0264ad;
    text-decoration:none;
    -webkit-border-radius:3px 3px 0 0;
    -moz-border-radius:3px 3px 0 0;
    border-radius:3px 3px 0 0;
    -webkit-transition:bottom .2s ease-in-out, background .2s ease-in-out;
    -moz-transition:bottom .2s ease-in-out, background .2s ease-in-out;
    -ms-transition:bottom .2s ease-in-out, background .2s ease-in-out;
    -o-transition:bottom .2s ease-in-out, background .2s ease-in-out;
    transition:bottom .2s ease-in-out, background .2s ease-in-out;
    -webkit-transform-style:preserve-3d;
    -moz-transform-style:preserve-3d;
    -ms-transform-style:preserve-3d;
    transform-style:preserve-3d;
}

.go-to-top.visible {
    bottom:0;
}

.go-to-top:hover {
    background-color:#a9a9a9;
}

.video-on-main .item a,.video-on-inner .item a,.news-right.hold .item a .video-preview {
    display:block;
    position:relative;
    -webkit-transition:all .4s ease 0;
    -moz-transition:all .4s ease 0;
    -ms-transition:all .4s ease 0;
    -o-transition:all .4s ease 0;
    transition:all .4s ease 0;
}

.video-on-main .item a:before,.video-on-inner .item a:before,.news-right.hold .item a .video-preview:before {
    background-color:rgba(0,0,0,0.7);
    content:"";
    height:100%;
    left:0;
    opacity:0;
    position:absolute;
    top:0;
    transform:scale(0.5);
    -webkit-transition:all .4s ease 0;
    -moz-transition:all .4s ease 0;
    -ms-transition:all .4s ease 0;
    -o-transition:all .4s ease 0;
    transition:all .4s ease 0;
    width:100%;
}

.drive-link {
    opacity:1;
    -webkit-transition:opacity .2s ease-in-out;
    -moz-transition:opacity .2s ease-in-out;
    -ms-transition:opacity .2s ease-in-out;
    -o-transition:opacity .2s ease-in-out;
    transition:opacity .2s ease-in-out;
}

.video-on-main .item:hover .drive-link,.video-on-inner .item:hover .drive-link {
    opacity:0.3;
}

.video-on-main .item a .video-ico,.video-on-inner .item a .video-ico {
    -webkit-transition:top .4s ease 0;
    -moz-transition:top .4s ease 0;
    -ms-transition:top .4s ease 0;
    -o-transition:top .4s ease 0;
    transition:top .4s ease 0;
}

.video-on-main .item a:hover .video-ico,.video-on-inner .item a:hover .video-ico {
    position:absolute;
    top:35%;
    z-index:2;
}

.section-title .black div,.left-column .section-title .black div,.right-column .section-title .black div {
    height:auto;
    bottom:0;
    padding:12px 25px 10px 10px;
}

.section-title .black div span,.left-column .section-title .black div span,.right-column .section-title .black div span {
    right:8px;
    top:9px;
}

.gallery.plane {
    width:100%;
    overflow:hidden;
    position:relative;
}

.gallery.plane .gallery-holder {
    width:100%;
    position:relative;
    overflow:hidden;
}

.gallery.plane .gallery-holder ul {
    list-style:none;
    overflow:hidden;
    margin:0;
    padding:0;
}

.gallery.plane .gallery-holder ul li {
    width:32.7%;
    float:left;
    background:#fff none repeat scroll 0 0;
    height:325px;
    position:relative;
    overflow:hidden;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    box-shadow:0 1px 3px rgba(0,0,0,0.15);
}

.right-column .gallery.plane .gallery-holder ul li {
    width:100%;
    display:none;
    margin:0 0 5px;
}

.news-main-page .item {
    width:100%;
    height:320px;
    margin:0;
}

.gallery.plane .gallery-holder ul li:nth-child(3n+1) {
    margin:0 4px 6px 0;
}

.gallery.plane .gallery-holder ul li:nth-child(3n+2) {
    margin:0 2px 6px;
}

.gallery.plane .gallery-holder ul li:nth-child(3n+0) {
    margin:0 0 6px 4px;
}

a.blue {
    width:100%;
    background:#0264ad;
    display:block;
    overflow:hidden;
    position:relative;
    opacity:1;
    -webkit-transition:opacity .2s ease-in-out;
    -moz-transition:opacity .2s ease-in-out;
    -ms-transition:opacity .2s ease-in-out;
    -o-transition:opacity .2s ease-in-out;
    transition:opacity .2s ease-in-out;
    margin:0 0 20px;
    padding:7px 21px 8px;
}

a.blue .more {
    color:#fff;
    text-transform:uppercase;
    float:left;
    line-height:20px;
}

a.blue .more-icon {
    float:right;
    color:#6aa5d1;
    font-size:25px;
    line-height:16px;
}

.block .banner-hold {
    overflow:hidden;
    border:1px solid #edeef0;
    margin:0 0 20px;
}

.right-banner center {
    margin-bottom:20px!important;
    padding-bottom:0!important;
}

.right-banner .banner-hold.right {
    width:100%;
    overflow:hidden;
}

.right-column .news-main-page .item a div:first-child {
    height:186px!important;
}

.right-column .block {
    margin:0 0 5px!important;
}

.last.clearFix .gallery.plane .gallery-holder ul li {
    width:24%;
    height:200px;
    background:none;
}

.most-exp-cars .last .item {
    float:none;
    width:100%;
    margin-right:0;
}

.most-exp-cars .last {
    padding:0 20px 10px;
}

.video-on-main .gallery.plane .gallery-holder ul li {
    width:19.9%;
    height:auto;
    background:none;
    display:inline-block;
    vertical-align:top;
    overflow:hidden;
    margin:0 0 5px;
}

.content-block .video-on-main .item {
    max-width:100%;
    width:100%;
    margin:0 5px;
}

.left-column .block .list-news .hol {
    width:49%;
    display:inline-block;
    vertical-align:top;
    padding:5px 0;
}

.left-column .block .list-news .hol:first-child {
    border-right:1px solid #e5e5e5;
}

.left-column .block .list-news .item:first-child,.left-column .block .list-news .item:nth-child(2),.left-column .block .list-news .item:nth-child(2n+1),.left-column .block .list-news .item,.left-column .block .list-news .item .mp_2 {
    width:100%;
    height:auto;
}

.left-column .block .list-news .item .mp_2 {
    border-bottom:1px dotted #73acb5;
    display:block;
    height:auto;
    padding:0 0 15px;
}

.left-column .block .list-news .item a {
    display:block;
    padding:10px 20px 0;
}

.most-exp-cars .list div {
    width:100%;
    margin-right:0;
}

.most-exp-cars .list .hold-icon {
    width:24%;
    display:inline-block;
    vertical-align:top;
}

noindex center {
    max-width:950px!important;
    width:100%!important;
    display:none;
}

.slider.ultimate {
    background:#313239;
    margin:0;
}

.ultimate .slide-holder {
    height:400px;
    overflow:hidden;
    width:100%;
}

.ultimate .hold-change {
    position:relative;
    width:100%;
    max-width:640px;
    height:400px;
    overflow:hidden;
    float:left;
}

.ultimate .hold-change ul {
    list-style:none;
    width:99999px;
    overflow:hidden;
    margin:0;
    padding:0;
}

.ultimate .hold-change li {
    position:relative;
    height:100%;
    width:100%;
    max-width:640px;
    float:left;
    overflow:hidden;
}

.ultimate .hold-change li img {
    width:100%;
    height:400px;
}

.ultimate .hold-change li .text {
    position:absolute;
    bottom:0;
    left:0;
    width:520px;
    color:#fff;
    background:url(../img/slider-plashka-bg.png) repeat left top;
    height:60px;
    font:italic 14px/16px Arial, Helvetica, sans-serif;
    padding:0 30px 0 19px;
}

.ultimate .hold-change li .text div {
    text-align:left;
    max-width:520px;
    height:auto;
    width:auto;
}

.ultimate .switcher {
    float:left;
    max-width:320px;
    width:100%;
    position:relative;
    z-index:100;
}

.ultimate .switcher li {
    border-top:1px solid #000;
    border-right:1px solid #000;
}

.ultimate .switcher li:first-child {
    border-top:0;
}

.ultimate .switcher .panel-box a {
    font:19px/23px Arial, Helvetica, sans-serif;
    letter-spacing:-1px;
    color:#fff;
    text-decoration:none;
    display:block;
    position:relative;
    -webkit-transition:background .2s ease-in-out;
    -moz-transition:background .2s ease-in-out;
    -ms-transition:background .2s ease-in-out;
    -o-transition:background .2s ease-in-out;
    transition:background .2s ease-in-out;
    padding:0 33px;
}

.ultimate .hold-change li a {
    display:block;
    height:100%;
}

.ultimate .switcher .panel-box {
    background:#1a1b24;
    position:relative;
}

.ultimate .switcher .panel-box a:hover {
    background:#222e3e;
}

.ultimate .switcher .panel-box.active {
    background:#0264ad;
    position:relative;
}

.ultimate .switcher .panel-box.active:after {
    content:"";
    display:block;
    clear:both;
    background:url(../images/slider-arrow.png) no-repeat 0 0;
    position:absolute;
    top:50%;
    left:-11px;
    width:11px;
    height:21px;
    margin:-11px 0 0;
}

.ultimate .switcher .text-center {
    height:100px;
}

.brends {
    padding:26px 0 27px 17px;
}

.head-line .social2 td:first-child img {
    margin-left:-2px;
}

.prem-week {
    background:url(../images/plashka.png) no-repeat 1px top;
    width:314px;
    height:95px;
    position:absolute;
    margin-top:-13px!important;
}

.main_do_you_know .item {
    background:rgba(0,0,0,0) url(../images/dyk_bg2.png) no-repeat -3px bottom;
    color:#8d8a6c;
    font:italic 12px/16px Arial,Helvetica,sans-serif;
    height:149px;
    overflow-y:hidden;
    padding:0 31px 18px 25px;
}

.main_do_you_know .ttl {
    background:rgba(0,0,0,0) url(../images/dyk_bg1.png) no-repeat -1px top;
    color:#4e4e4e;
    font:22px/24px Arial,Helvetica,sans-serif;
    background-size:cover;
    -webkit-background-size:cover;
    -o-background-size:cover;
    -moz-background-size:cover;
    display:block;
    padding:41px 31px 23px 25px;
}

.content-block.inner {
    padding:5px 0 0;
}

.section-title a {
    position:relative;
    font-style:normal;
}

.section-title .white {
    background:#1a1b24;
    color:#fff;
    position:relative;
    opacity:1;
    -webkit-transition:opacity .2s ease-in-out;
    -moz-transition:opacity .2s ease-in-out;
    -ms-transition:opacity .2s ease-in-out;
    -o-transition:opacity .2s ease-in-out;
    transition:opacity .2s ease-in-out;
}

.news-test-drive .item h6 {
    height:auto;
    margin:0 0 10px;
    padding:0;
}

.news-test-drive .item .mp_1 {
    height:110px!important;
}

.news-main-page.show .item .calend a img {
    width:14px;
    height:14px;
    top:0;
}

.news-main-page .item .calend {
    font:11px/14px Arial, Helvetica, sans-serif;
    padding:12px 5px 10px 15px;
}

.right-column .news-right .text {
    width:45%;
}

.right-column .news-right .photo {
    width:48%;
    position:relative;
    -webkit-transition:border-radius .2s ease-in-out;
    -moz-transition:border-radius .2s ease-in-out;
    -ms-transition:border-radius .2s ease-in-out;
    -o-transition:border-radius .2s ease-in-out;
    transition:border-radius .2s ease-in-out;
}

.right-column .news-right .item a:hover .photo {
    -webkit-border-radius:8%;
    -moz-border-radius:8%;
    border-radius:8%;
}

.news-main-page.show .item .mp_5 h6 {
    padding-bottom:10px;
}

.video-on-inner .gallery.plane .gallery-holder ul li {
    height:258px;
}

.video-on-inner .item {
    max-width:210px;
    width:100%;
    height:100%;
}

.video-on-inner .item .mp_9 {
    width:auto;
    text-align:left;
    padding:10px 20px;
}

.video-on-inner .item .video-ico {
    left:50%;
    margin:0 0 0 -34px;
}

.news-right .video-preview {
    width:50%;
}

.news-right .video-preview .ico-video-btn {
    left:50%;
    margin:0 0 0 -18px;
}

.right-column .news-right.hold .item a:hover .photo {
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}

.video-view .video-wrap {
    font:30px/32px Arial,Helvetica,sans-serif;
    margin:0 0 5px;
    padding:10px 20px;
}

.video-view .video-wrap .tags-line,.video-view .video-wrap .tags-right {
    padding:0;
}

.video-view .video-wrap .tags {
    max-width:390px;
}

.video-view .video-wrap .tags-line {
    max-width:583px;
    width:100%;
}

.video-view .video-wrap .tags-right {
    max-width:160px;
}

.video-block iframe {
    max-width:640px!important;
    width:100%!important;
    height:400px!important;
}

.video-view h1 {
    margin:0 0 10px;
    padding:0;
}

.tags-right {
    float:none;
    text-align:left;
}

.right-column .calend-top {
    color:#262830;
    font:18px/18px Arial,Helvetica,sans-serif;
    margin-bottom:12px;
    position:relative;
    text-align:center;
}

.right-column .calend-arrow-prev {
    left:8px;
    position:absolute;
    top:0;
}

.right-column .calend-arrow-next {
    position:absolute;
    right:8px;
    top:0;
}

.news-main-page.show.inner .item .mp_5 {
    height:120px;
}

.news-ttl {
    background:#fff;
    color:#0264ad;
    font:32px/42px Arial,Helvetica,sans-serif;
    letter-spacing:-2px;
    max-width:100%;
    width:100%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    margin:0;
    padding:23px 24px;
}

.news .news-date {
    color:#a2a2a2;
    font:italic 12px/14px Arial,Helvetica,sans-serif;
    margin-bottom:21px;
}

.test-drive-single .social-icons,.left-column.event .social-icons {
    margin:25px 10px 10px;
}

.left-column.event .event-one p {
    font-family:Arial, helvetica, sans-serif;
    margin:0 0 30px;
}

.left-column.event .event-one form input {
    margin-bottom:0!important;
    margin-left:-4px;
}

.history .news-ttl {
    background:#fff none repeat scroll 0 0;
    color:#0264ad;
    font:52px/48px Arial,Helvetica,sans-serif;
    letter-spacing:-2px;
    max-width:100%;
    width:100%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    margin:0;
    padding:23px 24px;
}

.test-drive-single .social-icons,.left-column.event .social-icons,.left-column.history .social-icons {
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
    float:left;
    margin-top:7px;
    text-align:center;
    padding:3px 7px;
}

.left-column.history .social-icons {
    margin:0 10px 10px;
}

.test-drive-single .social-icons li,.left-column.event .social-icons li,.left-column.history .social-icons li {
    width:30px;
    overflow:hidden;
    text-align:center;
    line-height:30px;
    display:inline-block;
    vertical-align:top;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    -webkit-transition:background .2s ease-in-out;
    -moz-transition:background .2s ease-in-out;
    -ms-transition:background .2s ease-in-out;
    -o-transition:background .2s ease-in-out;
    transition:background .2s ease-in-out;
    margin:0 1px;
}

.fa:before {
    font-family:FontAwesome;
    speak:none;
    font-style:normal;
    font-weight:400;
    line-height:1;
    -webkit-font-smoothing:antialiased;
}

.test-drive-single .social-icons .icon.facebook:hover,.left-column.event .social-icons .icon.facebook:hover,.left-column.history .social-icons .icon.facebook:hover,.test-drive-single .social-icons .icon.vk:hover,.left-column.event .social-icons .icon.vk:hover,.left-column.history .social-icons .icon.vk:hover,.test-drive-single .social-icons .icon.twitter:hover,.left-column.event .social-icons .icon.twitter:hover,.left-column.history .social-icons .icon.twitter:hover,.test-drive-single .social-icons .icon.youtube:hover,.left-column.event .social-icons .icon.youtube:hover,.left-column.history .social-icons .icon.youtube:hover {
    background:#cfcfd1;
}

.exp-journal-c,.exp-journal-b,.exp-journal-t {
    max-width:1130px;
    width:100%;
}

.exp-list .gallery.plane .gallery-holder ul li {
    height:182px;
    width:24%;
    background:rgba(0,0,0,0);
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    margin:0 3px;
}

.exp-list .item {
    width:100%;
    overflow-x:hidden;
    margin:0;
}

.exp-journal-block {
    max-width:855px;
}

.exp-footer .title {
    margin:0 0 15px;
    padding:0;
}

.exp-footer .text {
    margin:0 0 27px;
}

.exp-list .item .exp-img {
    position:relative;
    opacity:1;
    width:100%;
    -webkit-transition:opacity .2s ease-in-out;
    -moz-transition:opacity .2s ease-in-out;
    -ms-transition:opacity .2s ease-in-out;
    -o-transition:opacity .2s ease-in-out;
    transition:opacity .2s ease-in-out;
}

.exp-journal-c {
    background:rgba(0,0,0,0) url(../images/exp-journal-c.png) repeat-y left top;
    position:relative;
    max-width:1130px;
    z-index:502;
    margin:0 auto;
}

.exp-journal-t {
    background:rgba(0,0,0,0) url(../images/exp-journal-t.png) no-repeat left top;
    position:relative;
    max-width:1130px;
    z-index:510;
    margin:0 auto;
}

.exp-journal-b {
    background:rgba(0,0,0,0) url(../images/exp-journal-b.png) no-repeat left bottom;
    height:30px;
    position:relative;
    max-width:1130px;
    margin:0 auto;
}

.most-expected {
    background:#22252d url(../images/exp-body-bg.jpg) repeat left top;
}

.most-expected .exp-wrapper {
    background:rgba(0,0,0,0) url(../images/exp-tmp1.png) no-repeat center top;
    position:relative;
    width:100%;
}

.exp-list .item:hover .text div {
    color:#999;
}

.exp-footer {
    background:rgba(0,0,0,0) url(../images/exp-sep-dotted.png) repeat-x left top;
    text-align:center;
    padding:31px 0 29px;
}

.exp-main-menu ul {
    max-width:950px;
}

.exp-list .item .empty div {
    background:transparent url(../images/car-best-empty.png) no-repeat scroll center center;
    height:112px;
    opacity:0.2;
    width:100%;
}

.exp-footer .exp-btn a {
    background:rgba(0,0,0,0) url(../images/exp-btn1.png) repeat-x left top;
    border-radius:2px;
    color:#fff;
    font:bold 13px/13px Arial,sans-serif;
    height:15px;
    opacity:0.9;
    text-decoration:none;
    position:relative;
    -webkit-transition:opacity .2s ease-in-out;
    -moz-transition:opacity .2s ease-in-out;
    -ms-transition:opacity .2s ease-in-out;
    -o-transition:opacity .2s ease-in-out;
    transition:opacity .2s ease-in-out;
    padding:11px 25px;
}

.most-expected #footer {
    background:#ebebeb;
}

.exp-footer .section-title {
    width:180px;
    margin:0 auto 10px;
}

.exp-list .item .text {
    color:#fff;
    height:auto;
}

.exp-list.hidden-block .item {
    width:24%;
    float:none;
    display:inline-block;
    vertical-align:top;
    text-align:center;
    margin:0 2px 10px;
}

.news-inner-page.video h5 a {
    color:#656565;
    text-transform:uppercase;
    display:block;
    font-weight:600;
    font-size:13px;
    line-height:16px;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    position:relative;
    -webkit-transition:padding .2s ease-in-out;
    -moz-transition:padding .2s ease-in-out;
    -ms-transition:padding .2s ease-in-out;
    -o-transition:padding .2s ease-in-out;
    transition:padding .2s ease-in-out;
    padding:10px 15px;
}

.news-inner-page.video h5 a:hover {
    padding:10px 15px 10px 25px;
}

.news-inner-page.video .item .mp_1 {
    height:65px!important;
    margin-bottom:15px;
}

.left-column .pagination a {
    display:inline-block;
    font-size:13px;
    background:#FFF;
    color:#000;
    text-decoration:none;
    position:relative;
    -webkit-transition:color .2s ease-in-out;
    -moz-transition:color .2s ease-in-out;
    -ms-transition:color .2s ease-in-out;
    -o-transition:color .2s ease-in-out;
    transition:color .2s ease-in-out;
    font-family:Arial,Helvetica,sans-serif;
    margin:0 1px;
    padding:3px 6px;
}

.left-column .pagination .paging-prev,.left-column .pagination .paging-next {
    width:9px;
    height:16px;
    display:inline-block;
    vertical-align:middle;
    background:url(../images/paging-prev.png) no-repeat left top;
    margin:0 5px 0 0;
    padding:0;
}

.left-column .pagination .paging-next {
    background:url(../images/paging-next.png) no-repeat left top;
    margin:0 0 0 5px;
}

.left-column .pagination .paging-next:hover {
    background:url(../images/paging-next-active.png) no-repeat left top;
}

.left-column .pagination .paging-prev:hover {
    background:url(../images/paging-prev-active.png) no-repeat left top;
}

.left-column .pagination .paging-prev2,.left-column .pagination .paging-next2 {
    width:13px;
    height:16px;
    display:inline-block;
    vertical-align:middle;
    background:url(../images/paging-prev2.png) no-repeat left top;
    position:relative;
    -webkit-transition:background .2s ease-in-out;
    -moz-transition:background .2s ease-in-out;
    -ms-transition:background .2s ease-in-out;
    -o-transition:background .2s ease-in-out;
    transition:background .2s ease-in-out;
    padding:0;
}

.left-column .pagination .paging-next2 {
    background:url(../images/paging-next2.png) no-repeat left top;
}

.left-column .pagination .paging-next2:hover {
    background:url(../images/paging-next2-active.png) no-repeat left top;
}

.left-column .pagination .paging-prev2:hover {
    background:url(../images/paging-prev2-active.png) no-repeat left top;
}

.left-column .pagination a.active,.event .calendar tr.cal-sel td {
    background:#333;
    color:#fff;
}

.left-column .box-pagination {
    max-width:640px;
    width:100%;
    background:#fff;
    text-align:center;
    margin:0 0 20px;
    padding:20px 0;
}

.left-column.history .box-pagination {
    padding:20px 0 0;
}

.pagination li a:hover {
    color:#838383;
}

.news-inner-page.red .gallery.plane .gallery-holder ul li,.news-inner-page.red .item {
    height:275px;
}

.column-redactor-main.inner .item .mp_4 {
    padding:10px 20px;
}

.column-redactor-main.inner .item .datecopy {
    color:#666;
    font-size:11px;
    line-height:11px;
    opacity:0.5;
    margin:0 0 10px;
    padding:0;
}

.news-inner-page.report-inner .item .mp_1 {
    height:80px!important;
    margin-bottom:20px;
    padding:10px 10px 0;
}

.news-inner-page.interview .gallery.plane .gallery-holder ul li,.news-inner-page.interview .item {
    height:385px;
}

.cars-brend-history {
    background:#fff none repeat scroll 0 0;
    color:#464646;
    font:italic 11px Arial,Helvetica,sans-serif;
    margin-bottom:5px;
    text-align:center;
    padding:30px 23px 14px;
}

.cars-brend-history .cars-brend-history-icon {
    margin-bottom:10px;
}

.cars-brend-history .cars-brend-history-name {
    background:rgba(0,0,0,0) url(../images/car-date-l.gif) no-repeat left center;
    color:#000;
    display:inline-block;
    font:bold 24px Arial,Helvetica,sans-serif;
    margin-bottom:8px;
}

.cars-marka .cars-marka-txt,.cars-brend-history .cars-brend-history-txt {
    margin-bottom:16px;
    font-size:13px;
    line-height:16px;
}

.cars-brend-history .cars-brend-history-link {
    background:rgba(0,0,0,0) url(../images/dot.gif) repeat-x left top;
    padding:13px 0 12px;
}

.cars-brend-history .cars-brend-history-name span {
    background:rgba(0,0,0,0) url(../images/car-date-r.gif) no-repeat right center;
    display:inline-block;
    padding:0 30px 4px 28px;
}

.cars-brend-history .cars-brend-history-link a {
    color:#0264ad;
    font:italic 12px Arial,Helvetica,sans-serif;
    text-decoration:none;
}

.car-model {
    background:#fff none repeat scroll 0 0;
    margin-bottom:5px;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    padding:5px;
}

.car-model .car-model-item tr td:first-child {
    border-right:6px solid #fff;
    border:none;
}

.car-model .car-model-item td {
    padding-bottom:16px;
}

.car-model .car-model-item a {
    color:#464646;
    display:block;
    font:14px Arial,Helvetica,sans-serif;
    text-align:center;
    text-decoration:none;
    width:95%;
    margin:0 auto;
    padding:0 0 5px;
}

.car-model .car-model-more {
    background:rgba(0,0,0,0) url(../images/dot.gif) repeat-x scroll left top;
    text-align:center;
    margin:0 18px;
    padding:12px 0 0;
}

.car-model .car-model-more a {
    background:rgba(0,0,0,0) url(../images/arrow-more.gif) no-repeat scroll center bottom;
    display:inline-block;
    font:italic 12px Arial,Helvetica,sans-serif;
    padding-bottom:19px;
    text-decoration:none;
    color:#0264ad;
}

.car-model .car-model-item a:before {
    background-color:rgba(0,0,0,0.3);
    content:"";
    height:100%;
    left:0;
    opacity:0;
    position:absolute;
    top:0;
    transform:scale(0.5);
    -webkit-transition:all .4s ease 0;
    -moz-transition:all .4s ease 0;
    -ms-transition:all .4s ease 0;
    -o-transition:all .4s ease 0;
    transition:all .4s ease 0;
    width:100%;
}

.YMaps-popup {
    left:50%!important;
}

.map-inner-list .gallery.plane .gallery-holder ul li {
    width:19.3%;
    margin:0 3px 6px;
}

.map-inner-list .news-main-page.show .item .calend a img {
    height:14px;
    top:0;
    width:14px;
    display:inline-block;
    vertical-align:top;
    margin-right:5px;
}

.map-inner-list .news-main-page.show .item .calend {
    padding:12px 5px 10px 10px;
}

.news-main-page .item .mp_5 h6 {
    padding-bottom:20px;
    overflow-x:hidden;
    overflow-y:hidden;
}

.map-head-line .l-col {
    max-width:627px;
    width:100%;
    padding:24px 0 10px 32px;
}

.map-head-line .r-col a div {
    max-width:235px;
    background:rgba(0,0,0,0) url(../images/add-adv-btn.png) no-repeat left top;
    color:#fff;
    font:18px/18px Arial,Helvetica,sans-serif;
    height:33px;
    width:235px;
    opacity:1;
    position:relative;
    -webkit-transition:opacity .2s ease-in-out;
    -moz-transition:opacity .2s ease-in-out;
    -ms-transition:opacity .2s ease-in-out;
    -o-transition:opacity .2s ease-in-out;
    transition:opacity .2s ease-in-out;
    padding:14px 0 0 23px;
}

.map-head-line .l-col .first {
    padding-top:0;
    max-width:167px;
    color:#0264ad;
}

.map-block {
    max-width:950px!important;
    width:100%!important;
}

.map-block #container {
    max-width:900px!important;
    width:100%!important;
}

.add-adv-block {
    max-width:960px;
    width:100%;
}

body .YMaps-popup {
    z-index:100!important;
}

.column.type10 {
    max-width:705px;
    float:left;
    color:#464646;
    font-family:Arial;
    font-size:12px;
    margin:0 5px 0 0;
    padding:0;
}

.column.type10 .block {
    max-width:705px;
}

.column.type10 .content.market {
    background:#fff;
    padding:23px 23px 27px;
}

.ads-price {
    color:#333;
    font:italic 18px/28px Arial,Helvetica,sans-serif;
    margin:-5px 0 2px;
}

.ads1,.ads2,.ads3,.ads4,.ads5,.feedback .field-name,.feedback .field {
    color:#464646;
}

.content.market .wrap-in {
    font:italic 14px/15px Arial,Helvetica,sans-serif;
    color:#464646;
    display:block;
    margin:0 0 10px;
}

.ads1 {
    background:url(../images/advertisement1.jpg) no-repeat left 3px;
    font:italic 14px/15px Arial,Helvetica,sans-serif;
    height:256px;
    margin-bottom:36px;
    padding:0 60px 0 178px;
}

.ads2 {
    background:url(../images/advertisement2.jpg) no-repeat left 3px;
    font:italic 14px/15px Arial,Helvetica,sans-serif;
    height:329px;
    margin-bottom:19px;
    padding:0 60px 0 178px;
}

.ads3 {
    background:url(../images/advertisement3.jpg) no-repeat left 3px;
    font:italic 14px/15px Arial,Helvetica,sans-serif;
    height:194px;
    margin-bottom:36px;
    padding:0 60px 0 178px;
}

.ads4 {
    background:url(../images/advertisement4.jpg) no-repeat left 3px;
    font:italic 14px/15px Arial,Helvetica,sans-serif;
    height:188px;
    margin-bottom:29px;
    padding:0 60px 0 178px;
}

.ads5 {
    background:url(../images/advertisement5.jpg) no-repeat left 3px;
    font:italic 14px/15px Arial,Helvetica,sans-serif;
    height:188px;
    margin-bottom:23px;
    padding:0 60px 0 178px;
}

.feedback-ttl {
    border-top:1px solid #cecece;
    color:#333;
    font:italic 14px/24px Arial,Helvetica,sans-serif;
    margin-bottom:19px;
    text-transform:uppercase;
    padding:13px 0 0;
}

.feedback .required {
    color:#b1b1b1;
    font:11px/17px Arial,Helvetica,sans-serif;
    margin:0 -10px 15px 0;
}

.feedback .field-name {
    font:italic 12px/17px Arial,Helvetica,sans-serif;
    margin-bottom:4px;
}

.feedback .field,.feedback .textarea {
    background:#fff;
    border:1px solid #d9d9d9;
    font:12px Arial,Helvetica,sans-serif;
    margin-bottom:18px;
    padding:4px;
}

.feedback .field {
    height:16px;
    max-width:211px;
    width:100%;
}

.feedback .textarea {
    height:170px;
    resize:none;
    max-width:568px;
    width:100%;
}

.feedback .btn {
    width:180px;
    background:#0264ad;
    display:block;
    overflow:hidden;
    color:#fff;
    line-height:20px;
    text-transform:uppercase;
    text-align:left;
    border:none;
    position:relative;
    opacity:1;
    -webkit-transition:opacity .2s ease-in-out;
    -moz-transition:opacity .2s ease-in-out;
    -ms-transition:opacity .2s ease-in-out;
    -o-transition:opacity .2s ease-in-out;
    transition:opacity .2s ease-in-out;
    padding:7px 21px 8px;
}

.question {
    background:url(../images/ico-attantion.png) no-repeat 2px 20px;
    border-top:1px solid #cecece;
    color:#5e5e5e;
    font:bold 20px/24px Arial,Helvetica,sans-serif;
    min-height:32px;
    margin:29px 0 12px;
    padding:29px 0 0 59px;
}

.column.type11 {
    max-width:238px;
    float:left;
    margin:0 0 0 5px;
}

.news-inner-page.left.wide .item .mp_1 {
    height:77px;
    margin-bottom:10px;
}

.news-inner-page.left.wide .item {
    height:300px;
    width:100%;
    max-width:100%;
}

.news-inner-page.left.wide .gallery.plane .gallery-holder ul li {
    height:300px;
    margin:0 0 5px;
}

#content_block.photo {
    padding:15px 0 0;
}

#content_block.photo .map-block {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    width:100%!important;
}

#content_block.photo .all_img {
    max-width:200px!important;
    width:24%!important;
    vertical-align:top!important;
    margin:10px 1%!important;
    padding:0!important;
}

#content_block.photo #container {
    text-align:center;
    margin-bottom:5px!important;
}

#content_block.photo .all_img img {
    width:100%;
    height:auto;
    display:block;
    margin:5px 0;
}

#content_block.photo .all_img a {
    display:block!important;
    position:relative;
    opacity:1;
    -webkit-filter:grayscale(0);
    filter:grayscale(0);
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -ms-transition:all .3s;
    -o-transition:all .3s;
    transition:all .3s;
}

.rd-more {
    background:#0264ad;
    color:#fff;
    position:relative;
    -webkit-transition:background .2s ease-in-out;
    -moz-transition:background .2s ease-in-out;
    -ms-transition:background .2s ease-in-out;
    -o-transition:background .2s ease-in-out;
    transition:background .2s ease-in-out;
}

.rd-more:hover {
    background:#0170c2;
    color:#fff;
}

.column.type3 {
    max-width:210px;
    width:100%;
    margin:0 5px 0 0;
}

.column.type4 {
    max-width:530px;
    margin:0 5px 0 0;
}

.column.type4 .brands-search input[type="text"] {
    width:240px;
}

.column.type4 .brands-list > .letter:hover {
    background-image:url(../images/brand_top.gif)!important;
}

.column.type4 .brands-list > .one-letter > table td {
    color:#666;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    line-height:13px;
    width:172px;
    position:relative;
    padding:0 15px 10px;
}

.column.type4 .brands-list > .one-letter > table td:after {
    content:"";
    display:block;
    clear:both;
    position:absolute;
    top:3px;
    left:0;
    background:#0264ad;
    width:8px;
    height:8px;
}

.column.type4 .brands-list > .one-letter > table td:before {
    content:"";
    display:block;
    clear:both;
    position:absolute;
    top:5px;
    left:2px;
    background:#ececec;
    width:4px;
    height:4px;
    z-index:1;
}

.column.type4 .brands-points a {
    border-bottom:1px dotted #0264ad;
    color:#0264ad;
    font-size:18px;
    line-height:20px;
}

.column.type4 .brands-list > .one-letter > table a:after {
    content:"";
    width:0;
    height:1px;
    background-color:#666;
    position:absolute;
    bottom:0;
    left:0;
    -webkit-transition:width .2s ease-in-out;
    -moz-transition:width .2s ease-in-out;
    transition:width .2s ease-in-out;
}

.column.type4 .brands-list > .one-letter > table > tbody > tr > td:first-child {
    padding-right:27px;
}

.column.type5 {
    max-width:270px;
}

.column.type5.inner {
    max-width:240px;
}

.interview-main {
    margin-bottom:5px;
    padding:0 0 1px;
}

.video-link .play-btn {
    background:rgba(0,0,0,0) url(../images/ico-video-btn.png) no-repeat 0 0;
    height:92px;
    left:50%;
    position:absolute;
    top:50%;
    width:92px;
    margin:-45px 0 0 -46px;
}

.block.accordion dd {
    background:#4e4e4e none repeat 0 0;
    position:relative;
}

.block.accordion dt.open {
    background:#4e4e4e url(../images/block-accordion-bullet-opened-white.png) no-repeat scroll 270px center;
    color:#fff;
}

.block.accordion dt {
    background:#fff url(../images/block-accordion-bullet-closed.png) no-repeat scroll 267px center;
    color:#666;
    cursor:pointer;
    display:block;
    font-size:13px;
    font-style:italic;
    height:41px;
    line-height:39px;
    margin-top:0;
    overflow:hidden;
    position:relative;
    text-overflow:ellipsis;
    white-space:nowrap;
    width:250px;
    padding:0 30px 0 20px;
}

.news-main-page .item .mp_1,.news-main-page .item .mp_7 {
    height:109px;
    margin-bottom:23px;
    overflow-y:hidden;
    padding:17px 20px 0;
}

.column.type4 .block {
    max-width:470px;
}

.autosalon-main img {
    height:100%!important;
}

.news-main-page .item .drive-link {
    width:32px;
    height:19px;
}

.afisha-main .text .title,.afisha-item .text .title,.news-inner-page .item h6,.news-main-page .item h6,.interview-main h6,.news-test-drive .item h6,.left-column .block .list-news .item .mp_2,.column-redactor-main .item h4,.right-column .news-right .text .title,.left-column.event p a {
    color:#0264ad;
    position:relative;
    -webkit-transition:color .2s ease-in-out;
    -moz-transition:color .2s ease-in-out;
    -ms-transition:color .2s ease-in-out;
    -o-transition:color .2s ease-in-out;
    transition:color .2s ease-in-out;
}

.autosalon-main .item .calend {
    background:#f0f0f0;
    border-bottom:0 none;
    color:#262830;
    text-transform:uppercase;
    vertical-align:top;
    font:11px/14px Arial, Helvetica, sans-serif;
    display:none;
    padding:9px 5px 9px 15px;
}

.column .mrg-b-stdrt h2 a {
    color:#0264ad!important;
    position:relative;
    display:block;
    font:16px/20px Arial,Helvetica,sans-serif!important;
    font-style:normal!important;
    -webkit-transition:color .2s ease-in-out;
    -moz-transition:color .2s ease-in-out;
    -ms-transition:color .2s ease-in-out;
    -o-transition:color .2s ease-in-out;
    transition:color .2s ease-in-out;
    margin:0 0 5px!important;
}

.column .mrg-b-stdrt div {
    font:13px/15px Arial, Helvetica, sans-serif!important;
    color:#666!important;
    font-style:italic!important;
}

.autosalon-main .item .calend a img {
    height:21px!important;
    top:0;
    width:19px!important;
    display:inline-block;
    vertical-align:top;
}

.report .gallery.plane .gallery-holder ul li,.report .gallery.plane .gallery-holder ul li .item {
    height:355px;
}

.report .gallery.plane .gallery-holder ul li .item .mp_1 {
    margin-bottom:15px;
}

#header_block table td a.name-page {
    font:bold 27px/31px plumbbold, sans-serif;
    color:#4a9bfc;
    text-transform:uppercase;
    font-weight:400;
    display:none;
}

#header_block table td > a img {
    display:none;
    margin:1px 0 0 16px;
}

.head-line .social2 .icon,#footer .social-icons li {
    width:30px;
    overflow:hidden;
    text-align:center;
    line-height:30px;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    -webkit-transition:background .2s ease-in-out;
    -moz-transition:background .2s ease-in-out;
    -ms-transition:background .2s ease-in-out;
    -o-transition:background .2s ease-in-out;
    transition:background .2s ease-in-out;
}

.head-line .social2 .icon.facebook:hover,.head-line .social2 .icon.vk:hover,.head-line .social2 .icon.twitter:hover,.head-line .social2 .icon.youtube:hover {
    background:#fff;
}

#footer .social-icons li {
    display:inline-block;
    vertical-align:top;
    margin:0 5px 0 0;
}

#footer .social-icons li.icon.facebook:hover,#footer .social-icons li.icon.vk:hover,#footer .social-icons li.icon.twitter:hover,#footer .social-icons li.icon.youtube:hover {
    background:#464646;
}

.inner-menu .main-menu {
    margin:0 0 2px;
}

.right-fline {
    width:100%;
    float:none;
    display:block;
    overflow:hidden;
    padding:0;
}

#links_block .main-menu ul li a,.link-block .half-margin li a {
    font-style:normal;
    font-size:14px;
    line-height:17px;
}

#links_block .main-menu ul li a {
    padding:7px 10px;
}

#links_block .main-menu {
    background:inherit;
    margin:0 0 23px;
}

.footer-contacts {
    font-size:12px;
    line-height:16px;
    max-width:350px;
    width:100%;
    margin:0 6% 0 0;
    padding:0 0 0 29px;
}

.link-block .half-margin {
    text-transform:uppercase;
    max-width:178px;
    width:100%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    margin:0 1% 0 0;
    padding:0 0 0 35px;
}

.link-block .half-margin,.footer-contacts {
    float:none;
    display:inline-block;
    vertical-align:top;
}

.link-block .bottom-box {
    max-width:300px;
    float:right;
    margin-left:0;
    background:#0264ad;
    width:100%;
    padding:30px 30px 38px 35px;
}

.link-block > .wrapper {
    padding:27px 0 52px;
}

.form input.text-input {
    border:0 none;
    float:left;
    outline:0 none;
    color:#ab9e9e;
    font:12px/16px "Open Sans",sans-serif;
    height:36px;
    width:200px;
    font-style:italic;
    -webkit-box-shadow:inset 1px 1px 1px 0 #bfc7ce;
    -moz-box-shadow:inset 1px 1px 1px 0 #bfc7ce;
    box-shadow:inset 1px 1px 1px 0 #bfc7ce;
    margin:0;
    padding:0 13px;
}

.bottom-box .form-text {
    color:#fff;
    text-transform:uppercase;
    font-size:13px;
    line-height:17px;
    display:block;
    font-weight:400;
    margin:0 0 20px -2px;
}

.form .btn-login {
    border:0 none;
    border-radius:0;
    box-shadow:0 0 0 rgba(0,0,0,0) inset;
    cursor:pointer;
    overflow:hidden;
    background:#000;
    height:36px;
    width:35px;
    opacity:1;
    position:relative;
    -webkit-transition:opacity .2s ease-in-out;
    -moz-transition:opacity .2s ease-in-out;
    -ms-transition:opacity .2s ease-in-out;
    -o-transition:opacity .2s ease-in-out;
    transition:opacity .2s ease-in-out;
    padding:0;
}

.form .btn-login .more-icon {
    font-size:20px;
    line-height:16px;
    color:#fff;
    font-weight:400;
}

#footer .wrapper {
    padding:0 20px;
}

.box-point {
    max-width:625px;
    float:left;
    width:100%;
    position:relative;
    padding:0;
}

.box-point:before {
    content:"";
    display:block;
    clear:both;
    background:url(../images/bg-point.png) repeat-x 0 100%;
    height:3px;
    top:0;
    left:0;
    margin:0 0 28px;
}

.footer-contacts a {
    position:relative;
    text-decoration:none;
    cursor:default;
}

.footer-contacts a .hold-text:after {
    background-color:#fff;
    bottom:0;
    content:"";
    height:1px;
    left:0;
    position:absolute;
    -webkit-transition:width .3s ease 0;
    -moz-transition:width .3s ease 0;
    -ms-transition:width .3s ease 0;
    -o-transition:width .3s ease 0;
    transition:width .3s ease 0;
    width:0;
}

.footer-contacts a .hold-text {
    cursor:pointer;
}

.link-block ul {
    margin-left:0;
}

#footer .social-icons {
    left:0;
}

.column.type6 {
    max-width:440px;
    width:100%;
}

div.modifications-page-block {
    margin-bottom:25px;
    width:436px;
}

.block .title.colored {
    background-color:#333;
    color:#fff;
}

.block .title {
    background-color:#fff;
    color:#4d4d4d;
    display:block;
    font-size:10px;
    font-weight:700;
    height:31px;
    line-height:31px;
    padding-left:25px;
    text-transform:uppercase;
}

table.modification-table {
    width:436px;
}

table.modification-table td.current {
    background-color:#fff;
}

table.modification-table td {
    background-color:#e4e4e4;
    border-bottom:1px solid #fafafa;
    color:#7c7c7a;
    font-size:10px;
    line-height:10px;
    text-align:center;
    width:218px;
    padding:14px 0;
}

table.modification-table td a {
    color:inherit;
    text-decoration:none;
}

ul.tech-specs-types li {
    background-color:#e5e5e5;
    color:#000;
    font-size:10px;
    line-height:10px;
    padding:10px 40px;
}

ul.tech-specs li {
    background-color:#fff;
    color:#7c7c7a;
    font-size:10px;
    font-style:italic;
    line-height:10px;
    margin-bottom:1px;
    padding:10px 10px 10px 20px;
}

ul.tech-specs td.tech-parameter {
    text-align:left;
    vertical-align:middle;
    width:230px;
}

ul.tech-specs td.tech-parameter-value {
    text-align:left;
    vertical-align:middle;
}

.column.type3 .block.brand-logo.mrg-b-stdrt a img {
    width:100%;
    display:block;
    height:auto;
    margin:0 0 15px;
}

.news-single h1 {
    color:#0264ad!important;
    margin:0 0 10px!important;
}

.tags.news.clearFix .item {
    border-left:4px solid #0264ad;
    background:#ececec;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}

.news-single .content p a {
    position:relative!important;
    color:#0264ad!important;
    -webkit-transition:opacity .2s ease-in-out!important;
    -moz-transition:opacity .2s ease-in-out!important;
    -ms-transition:opacity .2s ease-in-out!important;
    -o-transition:opacity .2s ease-in-out!important;
    transition:opacity .2s ease-in-out!important;
}

.news-single .gall .item a {
    position:relative!important;
    opacity:1!important;
    -webkit-transition:opacity .2s ease-in-out!important;
    -moz-transition:opacity .2s ease-in-out!important;
    -ms-transition:opacity .2s ease-in-out!important;
    -o-transition:opacity .2s ease-in-out!important;
    transition:opacity .2s ease-in-out!important;
}

.news-single .gall .item a:hover img {
    opacity:0.8!important;
}

.wrap-mark {
    max-width:100%!important;
    width:100%!important;
    margin-left:0!important;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    padding:0 20px!important;
}

.wrap-mark .hold-car a:hover {
    text-decoration:none!important;
}

.gallery-single .bx-wrapper img {
    /*width:100%!important;*/
    display:block!important;
}

.gallery-single .top-line .start-btn {
    margin:0 10px 0 0 !important;
}

.gallery-single .top-line .zoom-btn {
    margin:0 0 0 10px !important;
}

.history .news p,.test-drive-single p {
    margin-bottom:20px;
    font:17px/20px Arial,Helvetica,sans-serif!important;
}

.jet-gal,.tech-specs {
    margin:0 0 12px;
}

.jet-gal li {
    width:32%;
    display:inline-block;
    vertical-align:top;
    overflow:hidden;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    margin:0 0 5px;
}

.jet-gal li .openAdditionalBrandPhoto.more {
    background-color:#fff;
    color:#0163ac;
    display:block;
    font-size:12px;
    font-style:italic;
    font-weight:700;
    height:35px;
    line-height:35px;
    text-align:center;
    text-decoration:none;
    margin-top:4px;
}

.block.slider.open {
    height:auto!important;
}

.tech-specs-types > li b {
    text-align:center;
    display:block;
}

.column.type6 .block .title.colored {
    background:#1a1b24;
}

.section-title.jet {
    margin:-7px 0 0!important;
}

.test-drive-single .main-img,.test-drive-single .imageblock {
    overflow:hidden!important;
}

.exp-menu .menu sup {
    color:#fff!important;
}

.test-drive-single .main-img img,.test-drive-single .imageblock img {
    width:100%!important;
    display:block!important;
    height:auto!important;
}

.test-drive-single .content .date p span {
    font:17px/20px Arial,Helvetica,sans-serif!important;
    color:inherit!important;
}

.cars-marka .cars-marka-link a {
    color:#0264ad!important;
    display:block!important;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-transition:color .2s ease-in-out;
    -moz-transition:color .2s ease-in-out;
    -ms-transition:color .2s ease-in-out;
    -o-transition:color .2s ease-in-out;
    transition:color .2s ease-in-out;
    padding:10px 0 12px!important;
}

.subscription-form .form-text {
    display:block;
    color:#666;
    text-transform:uppercase;
    font-weight:400;
    font:13px/17px Arial,Helvetica,sans-serif;
    margin:0 0 15px;
}

.subscription-form .form input.text-input {
    border:1px solid #666;
    box-shadow:none;
    color:#ab9e9e;
    float:left;
    font:italic 12px/16px "Open Sans",sans-serif;
    height:36px;
    width:200px;
    margin:0;
    padding:0 13px;
}

.advert,.advert .ad-block1,.advert .ad-block2,.advert h1 {
    width:100%!important;
    -webkit-box-sizing:border-box!important;
    -moz-box-sizing:border-box!important;
    box-sizing:border-box!important;
}

.advert .ad-block2 img {
    width:100%!important;
    height:auto!important;
    display:block!important;
}

.advert .ad-block1 {
    background-size:cover;
    -webkit-background-size:cover;
    -o-background-size:cover;
    -moz-background-size:cover;
    width:75%!important;
}

.gallery-list-inner .item .title {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    font:16px/20px Arial,Helvetica,sans-serif;
    padding:15px 10px 10px;
}

.news-single .tags-line .tags.news {
    width:100%;
    max-width:100%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

.news-single .tags-right {
    max-width:100%;
    margin-top:0;
    float:right;
    text-align:right;
    margin-right:10px;
}

.do_you_know .ttl {
    font-family:Arial,Helvetica,sans-serif;
}

:focus,a:focus,a:hover {
    outline:0;
}

ins,.right-fline .bottom-box li a:hover,.right-fline .half-margin li a:hover,.link-block li a:hover,.main-menu ul li a:hover,.column.type4 .brands-list > .one-letter > table a:hover {
    text-decoration:none;
}

.fa-2x,.fa-stack-2x {
    font-size:2em;
}

.fa-ul>li,.right-fline .bottom-box li a .hold-text,.right-fline .half-margin li a .hold-text,.link-block li a .hold-text,.main-menu ul li a .hold-text,.column.type4 .brands-list > .one-letter > table a {
    position:relative;
}

.fa-pull-left,.pull-left,.column.type3,.column.type4,.column.type5,.main-menu-submenu .column,.main-menu-submenu .line li,#index_news_switcher_photo_container,#index_news_switcher .thumbnail,#content_block .column,.carousel_viewport dl,.popup-left,.b-datechange-monthnav .g-arr-round-left,.fl {
    float:left;
}

.fa-pull-right,.pull-right,.subscription-form {
    float:right;
}

.fa.fa-pull-left,.fa.pull-left {
    margin-right:.3em;
}

.fa.fa-pull-right,.fa.pull-right {
    margin-left:.3em;
}

.fa-inverse,.exp-journal-block .exp-text,.exp-footer .text,.exp-list .item .text div {
    color:#fff;
}

.fa-twitter:before,#footer .social-icons li a.icon-twitter:after {
    content:"\f099";
}

.fa-facebook-f:before,.fa-facebook:before,#footer .social-icons li a.icon-facebook:after {
    content:"\f09a";
}

.fa-youtube-play:before,#footer .social-icons li a.icon-youtube:after {
    content:"\f16a";
}

.fa-vk:before,#footer .social-icons li a.icon-vk:after {
    content:"\f189";
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,#header_block table td a,.open .close-menu,.right-column .gallery.plane .gallery-holder ul li:first-child,.right-column .video-link,.list-news.clearFix.hid,#header_block table td a.name-page.different,.jet-gal li a {
    display:block;
}

figure,.video-view .video-block {
    margin:0;
}

button::-moz-focus-inner,input[type="reset"]::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="file"] > input[type="button"]::-moz-focus-inner,.left-column .block .list-news .item:nth-child(2n+1),.left-column .block .list-news .item:last-child .mp_2 {
    border:none;
}

.head-line .rss2,.head-line .rss2 div,.news-right.hold .photo,.map-main .map-block,.map-inner-list .news-main-page.show .item a img,.column.type4 .brands-list > .one-letter > table a:hover:after,.news-inner-page.ultimate.left .gallery-holder li,.footer-contacts a:hover .hold-text:after {
    width:100%;
}

.head-line .rss2 div input,.news-test-drive .item a,.news-main-page.show a,.video-on-inner .item a,.exp-list .item a,.exp-list .item .empty {
    width:100%;
    height:100%;
}

#header_block table td,.cars-marka .cars-marka-link {
    padding:0!important;
}

.left-column a,.right-column a,.news-main-page .item h6,.most-exp-cars .list a,.news-test-drive .item h6,.right-column .column-redactor-main .item h4,.exp-list .item a .text div,.right-column .news-right .text .title,.cars-brend-history .cars-brend-history-link a,.car-model .car-model-more a {
    position:relative;
    -webkit-transition:color .2s ease-in-out;
    -moz-transition:color .2s ease-in-out;
    -ms-transition:color .2s ease-in-out;
    -o-transition:color .2s ease-in-out;
    transition:color .2s ease-in-out;
}

.section-title a:hover .black,.toogle-menu:hover,a.blue:hover,.exp-list .item a:hover .exp-img,.feedback .btn:hover,.form .btn-login:hover {
    opacity:0.8;
}

.news-inner-page .item a:hover img,.left-column .news-main-page .item a:hover img,.news-test-drive .item a:hover img,.right-column .news-main-page .item a:hover div:first-child img,#content_block.photo .all_img a:hover {
    -webkit-filter:grayscale(100%);
    filter:gray;
}

.logo a,.logo span,.news-inner-page .item a {
    width:100%;
    height:100%;
    display:block;
}

.extra-top,.video-on-main .item .drive-link a:hover:before,.video-on-inner .item .drive-link a:hover:before,#footer .copyright br,.ultimate .switcher .panel-box.active:hover:after,.banner-block,.map-hold,.column.type5 iframe,.most-exp-cars a.blue,.logo.mob,.block.column-redactor-main.new,.list-news.clearFix.hid-box,#header_block table td a.mob-logo {
    display:none;
}

.video-on-main .item a:hover:before,.video-on-inner .item a:hover:before,.news-right.hold .item a:hover .video-preview:before,.car-model .car-model-item a:hover:before {
    opacity:1;
    transform:scale(1);
}

.gallery.plane a.link-prev,.ultimate .slide-holder a.link-prev {
    border:2px solid rgba(199,199,202,0.4);
    background:url(../images/bg-prev.png) no-repeat center center;
    width:9px;
    height:15px;
    top:auto;
    bottom:7px;
    left:8px;
}

.gallery.plane a.link-next,.ultimate .slide-holder a.link-next {
    border:2px solid rgba(199,199,202,0.7);
    background:url(../images/bg-next.png) no-repeat center center;
    width:9px;
    height:16px;
    top:auto;
    bottom:7px;
    left:auto;
    right:8px;
}

.gallery.plane a.link-prev,.gallery.plane a.link-next,.ultimate .slide-holder a.link-prev,.ultimate .slide-holder a.link-next {
    position:absolute;
    top:0;
    left:0;
    text-indent:-9999px;
    overflow:hidden;
    z-index:100;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    -webkit-transition:background .2s ease-in-out, border .2s ease-in-out;
    -moz-transition:background .2s ease-in-out, border .2s ease-in-out;
    -ms-transition:background .2s ease-in-out, border .2s ease-in-out;
    -o-transition:background .2s ease-in-out, border .2s ease-in-out;
    transition:background .2s ease-in-out, border .2s ease-in-out;
    display:none;
    padding:5px 8px;
}

.gallery.plane a.link-next:hover,.ultimate .slide-holder a.link-next:hover {
    background:url(../images/bg-next1.png) no-repeat center center;
}

.gallery.plane a.link-prev:hover,.ultimate .slide-holder a.link-prev:hover {
    background:url(../images/bg-prev1.png) no-repeat center center;
}

.gallery.plane a.link-next:hover,.gallery.plane a.link-prev:hover,.ultimate .slide-holder a.link-next:hover,.ultimate .slide-holder a.link-prev:hover {
    border:2px solid rgba(255,255,255,255);
}

.block .banner-hold img,.right-banner .banner-hold.right img,.right-column .news-main-page .item a div:first-child img,.afisha-main .photo,.history .news-pic img,.jet-gal li a img {
    width:100%;
    display:block;
    height:auto;
}

.left-column .list-news,a.blue.glue,.right-column .news-right,.right-column .news-right.simple,.link-block li,.video-on-inner.jet {
    margin-bottom:5px;
}

.bottom-box input,.exp-main-menu,.right-column .right-banner {
    margin:0!important;
}

.head-line .rss2,.head-line .rss2 div,#header_block table td,.most-exp-cars .list a .hold-text,a.blue,.most-exp-cars .last,.left-column .block .list-news .hol,.left-column .block .list-news .item a,.link-block .bottom-box,.right-fline,.link-block .wrapper,.form input.text-input {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

.news-inner-page .item,.news-test-drive .item {
    max-width:210px;
    width:100%;
}

.column-redactor-main img,.interview-main img,.news-inner-page .item a img,.news-test-drive .item a img,.news-pic img,.car-model .car-model-item a img {
    width:100%;
    height:auto;
    display:block;
}

.interview-main .mp_6,.column-redactor-main.inner .item,.column-redactor-main.inner .item .mp_4,.column-redactor-main.inner .item .mp_4 p {
    height:auto;
}

.news-main-page.show .item .calend a .ttp,.news-main-page.show .item .calend a img,.pagination li {
    display:inline-block;
    vertical-align:top;
}

.right-column .news-right .item a:hover .text .title,.cars-brend-history .cars-brend-history-link a:hover,.car-model .car-model-more a:hover,.left-column.event p a:hover,.afisha-main a:hover .text .title,.afisha-item a:hover .text .title,.interview-main a:hover h6,.news-test-drive .item a:hover h6,.news-inner-page .item a:hover h6,.news-main-page .item a:hover h6,.column-redactor-main .item a:hover h4,.left-column .block .list-news .item a:hover .mp_2,.left-column.event p a:hover {
    color:#000;
}

.right-column.top center,.banner-hold.right center {
    padding-bottom:0!important;
}

.news-main-page.show .item .mp_5,.map-inner-list .item .mp_5 {
    height:125px;
}

.video-view h1,.video-on-inner .item .mp_9,.ads-price span,.ads1 span,.ads1 a,.ads2 span,.ads2 a,.ads3 span,.ads3 a,.ads4 span,.ads4 a,.ads5 span,.ads5 a,.question a,.content.market .wrap-in a,.advert p a,.advert .ad-block3 div a {
    color:#0264ad;
}

.news-pic,.history .news-pic {
    overflow:hidden;
    position:relative;
    max-width:100%;
}

.news,.history .news {
    background:#fff none repeat scroll 0 0;
    color:#000;
    font:17px Arial, Helvetica, sans-serif;
    margin-bottom:20px;
    max-width:100%;
    padding:28px 23px 30px;
}

.pluso-widget-box.active,.gallery-single .top-line .start-btn #start_show br,.gallery-single .top-line .start-btn #stop_show br,.gallery-single .top-line .zoom-btn br {
    display:none!important;
}

.left-column.history .news-date form div input,.left-column.history .news form input,.banner-hold.right div {
    margin-bottom:0!important;
}

.fb_iframe_widget iframe,.tags-line {
    max-width:580px!important;
    width:100%!important;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

.test-drive-single .social-icons li a,.left-column.event .social-icons li a,.left-column.history .social-icons li a,.head-line .social2 .icon a,#footer .social-icons li a {
    height:200%;
    width:100%;
    display:block;
    position:relative;
    top:0;
    color:#fff;
    font-size:16px;
    -webkit-transition:top .2s ease-in-out;
    -moz-transition:top .2s ease-in-out;
    -ms-transition:top .2s ease-in-out;
    -o-transition:top .2s ease-in-out;
    transition:top .2s ease-in-out;
}

.test-drive-single .social-icons .icon.facebook,.left-column.event .social-icons .icon.facebook,.left-column.history .social-icons .icon.facebook,.head-line .social2 .icon.facebook,#footer .social-icons li.icon.facebook {
    background:#3c599b;
}

.test-drive-single .social-icons .icon.vk,.left-column.event .social-icons .icon.vk,.left-column.history .social-icons .icon.vk,.head-line .social2 .icon.vk,#footer .social-icons li.icon.vk {
    background:#2187c7;
}

.test-drive-single .social-icons .icon.twitter,.left-column.event .social-icons .icon.twitter,.left-column.history .social-icons .icon.twitter,.head-line .social2 .icon.twitter,#footer .social-icons li.icon.twitter {
    background:#00abf0;
}

.test-drive-single .social-icons .icon.youtube,.left-column.event .social-icons .icon.youtube,.left-column.history .social-icons .icon.youtube,.head-line .social2 .icon.youtube,#footer .social-icons li.icon.youtube {
    background:#c10000;
}

.test-drive-single .social-icons .icon:hover a,.left-column.event .social-icons .icon:hover a,.left-column.history .social-icons .icon:hover a,.head-line .social2 .icon:hover a,#footer .social-icons li.icon:hover a {
    top:-30px;
}

.test-drive-single .social-icons li a:after,.left-column.event .social-icons li a:after,.left-column.history .social-icons li a:after,.head-line .social2 .icon a:after,#footer .social-icons li a:after {
    font-family:FontAwesome;
    position:absolute;
    width:inherit;
    height:50%;
    left:0;
    bottom:0;
    line-height:60px;
    text-align:center;
}

.test-drive-single .social-icons .icon a.icon-facebook:after,.left-column.event .social-icons .icon a.icon-facebook:after,.left-column.history .social-icons .icon a.icon-facebook:after,.head-line .social2 .icon a.icon-facebook:after {
    content:"\f09a";
    color:#3c599b;
}

.test-drive-single .social-icons .icon a.icon-vk:after,.left-column.event .social-icons .icon a.icon-vk:after,.left-column.history .social-icons .icon a.icon-vk:after,.head-line .social2 .icon a.icon-vk:after {
    content:"\f189";
    color:#2187c7;
}

.test-drive-single .social-icons .icon a.icon-twitter:after,.left-column.event .social-icons .icon a.icon-twitter:after,.left-column.history .social-icons .icon a.icon-twitter:after,.head-line .social2 .icon a.icon-twitter:after {
    content:"\f099";
    color:#00abf0;
}

.test-drive-single .social-icons .icon a.icon-youtube:after,.left-column.event .social-icons .icon a.icon-youtube:after,.left-column.history .social-icons .icon a.icon-youtube:after,.head-line .social2 .icon a.icon-youtube:after {
    content:"\f16a";
    color:#c10000;
}

.exp-journal-block .exp-text,.news-main-page .item .datecopy,.link-block li a {
    font-style:normal;
}

.exp-footer .exp-btn,.car-model .car-model-item img,.content.market .ads-ttl {
    margin:0 0 10px;
}

.news-inner-page.video .gallery.plane .gallery-holder ul li,.news-inner-page.video .item,.news-inner-page.report-inner .gallery.plane .gallery-holder ul li,.news-inner-page.report-inner .item {
    height:300px;
}

.news-inner-page.report-inner .datecopy,.banner-hold.right {
    margin-bottom:20px!important;
}

.car-model table,.news-single .news-pic img,.news-single .content iframe {
    width:100%!important;
}

.column.type4 .brands-points,.column.type4 .brands-list > .one-letter > .brand-name,.jet-gal {
    text-align:center;
}

.column .mrg-b-stdrt h2 a:hover,.news-single .content p a:hover,.cars-marka .cars-marka-link a:hover {
    color:#0264ad!important;
	text-decoration:underline;
}

.news-single .gall-ttl,.test-drive-single h1,.exp-page-link,.exp-page-link a,.exp-content-left .exp-video a p,.exp-content-right .title,.do_you_know .ttl {
    color:#0264ad!important;
}

@media (max-width: 1200px){
    .map-head-line .l-col .first {
        float:none;
        display:block;
        margin:0 0 10px;
    }

    .map-head-line .l-col {
        height:auto;
        width:60%;
        padding:24px 0 10px 20px;
    }

    .map-head-line .l-col .map-btn {
        margin:-10px 0 20px;
    }

    .map-head-line .l-col,.map-head-line .r-col {
        float:none;
        display:inline-block;
        vertical-align:top;
    }

    .map-head-line .r-col {
        width:30%;
        padding:30px 0 0 15px;
    }

    .map-head-line .r-col a div {
        background-size:cover;
        -webkit-background-size:cover;
        -o-background-size:cover;
        -moz-background-size:cover;
    }
}

@media (max-width:1120px){
    .head-line .social2 td:nth-child(3) {
        text-align:right;
        padding:6px 15px 0 0;
    }

    #header_block table td {
        width:33%!important;
        display:inline-block;
        vertical-align:top;
        padding:0 4% 0 0 !important;
    }

    #header_block table td:first-child {
        width:33%!important;
        padding:0!important;
    }

    #header_block table td:last-child {
        padding:0!important;
    }

    .main-menu ul li a {
        padding:13px 5px 15px;
    }

    .left-column .block,.left-column {
        max-width:640px;
    }

    .left-column {
        width:67%;
        margin:0 15px 0 0;
    }

    .right-column .video-link .play-btn,.right-column .block,.right-column {
        max-width:300px;
    }

    .right-column {
        width:32.5%;
    }

    .block.accordion dt {
        max-width:300px;
        width:100%;
        height:auto;
        line-height:35px;
    }

    .news-main-page .item .datecopy,.news-inner-page .item .datecopy,.news-test-drive .item .datecopy,.left-column .news-main-page .item .datecopy {
        margin:0 0 20px;
    }

    .news-inner-page .item .mp_1,.news-main-page .item .mp_1,.news-test-drive .item .mp_1,.news-main-page .item .mp_5,.news-main-page .item .mp_7,.left-column .news-main-page .item .mp_1 {
        margin-bottom:15px;
        padding:0 10px;
    }

    .news-main-page.show .item .calend a img {
        margin:0 auto 5px;
    }

    .news-main-page.show .item .calend a img,.news-main-page .item .calend .ttp {
        display:block;
        text-align:center;
    }

    .map-inner-list .news-main-page.show .item .calend a img {
        display:block;
        text-align:center;
        margin:0 auto 5px;
    }

    .left-column .news-main-page .item .calend img {
        width:14px;
        height:14px;
    }

    .left-column .section-title .black,.right-column .section-title .black {
        font-size:11px;
        line-height:14px;
        padding:11px 65px 9px 15px;
    }

    .right-column .column-redactor-main .item .mp_4 {
        height:auto;
        padding:0 10px;
    }

    .right-column .column-redactor-main .item h4 {
        padding:10px 0;
    }

    .right-column .column-redactor-main .item p {
        height:auto;
        margin:0 0 10px;
    }

    .right-column .brends {
        padding:13px 10px 14px;
    }

    .right-column .brends div {
        width:48%;
        padding:0 5px;
    }

    .block.accordion dt,.gallery.plane .gallery-holder ul li,.right-column .brends,.right-column .brends div {
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
    }

    .content-block .most-exp-cars .list a img {
        position:relative;
        display:inline-block;
        vertical-align:top;
        margin:0 10px 0 -40px;
    }

    .content-block .most-exp-cars .list a {
        padding:0 0 0 40px;
    }

    .content-block .most-exp-cars .last .item {
        margin:0 1%;
    }

    .content-block .most-exp-cars .last {
        padding:0 0 10px;
    }

    .content-block .most-exp-cars .title {
        font:21px/24px Arial,Helvetica,sans-serif;
        padding:8px 0 12px;
    }

    .content-block .most-exp-cars .last .item a {
        display:block;
        font-size:14px;
        line-height:16px;
        margin:0 0 10px;
    }

    .video-on-main .gallery.plane .gallery-holder ul li {
        display:inline-block;
        vertical-align:top;
        float:none;
    }

    .most-exp-cars .last .item div {
        width:50%;
        display:block;
        margin:0 auto;
        padding:5px 0 0 40px;
    }

    .footer-contacts {
        max-width:57%;
    }

    .link-block .half-margin {
        max-width:30%;
        padding:0;
    }

    .box-point {
        max-width:67%;
    }

    .link-block .vertical-line {
        margin:6px 0 0 20px;
    }

    .news-main-page.show .item {
        height:320px;
    }

    .ultimate .hold-change {
        width:65%;
        max-width:inherit;
    }

    .ultimate .switcher {
        width:35%;
        max-width:inherit;
    }

    .ultimate .switcher .panel-box a {
        font:17px/20px Arial,Helvetica,sans-serif;
        padding:0 20px;
    }

    .slider.ultimate,.ultimate .hold-change,.ultimate .hold-change ul {
        height:360px;
    }

    .ultimate .hold-change li img {
        width:100%;
        display:block;
        height:100%;
    }

    .ultimate .switcher .text-center {
        height:90px;
    }

    .ultimate .hold-change li .text {
        height:35px;
    }

    .video-on-main .item {
        overflow-y:hidden;
    }

    .video-on-main .item .mp_9 {
        width:100%!important;
    }

    .video-on-main .item .video-ico {
        left:50%;
        margin:0 0 0 -35px;
    }

    .news-inner-page.left.wide .item .mp_1 {
        height:60px!important;
    }

    .interview-main .mp_6 {
        height:auto;
        margin-bottom:15px;
    }

    .section-title .white {
        padding:12px 0 11px 10px;
    }

    .section-title .white div {
        padding:12px 23px 0 15px;
    }

    .news-main-page .item h6 {
        padding-top:5px;
    }

    .news-main-page .item .calend {
        font:10px/12px Arial, Helvetica, sans-serif;
        padding:12px 5px 10px 10px;
    }

    .right-column .news-right .text .title {
        font:14px/16px Arial,Helvetica,sans-serif;
    }

    .video-on-inner .gallery.plane .gallery-holder ul li {
        height:246px;
    }

    .video-on-inner .item .mp_9 {
        font:15px/18px Arial,Helvetica,sans-serif;
        padding:5px 10px;
    }

    .video-view .video-wrap {
        padding:10px 15px;
    }

    .exp-journal-block {
        width:auto;
        max-width:100%;
        margin-left:0;
        padding:0 10px;
    }

    .exp-journal-block .exp-title {
        font:38px/40px Arial,Helvetica,sans-serif;
        padding:25px 0 15px;
    }

    .exp-glow2 {
        right:40px;
    }

    .exp-list .gallery.plane .gallery-holder ul li {
        float:none;
        display:inline-block;
        vertical-align:top;
        margin:0 1% 10px;
    }

    .exp-main-menu {
        height:auto;
        margin:0 auto 10px;
        padding:14px 0 0;
    }

    .exp-main-menu ul {
        background-color:#1a1b24;
        margin:0 auto;
    }

    #content_block .wrapper {
        padding:0 10px;
    }

    .column.type3 {
        width:22%;
        margin:0 5px 0 0;
    }

    .column.type4 {
        width:51%;
        overflow:hidden;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
        margin:0 5px 0 0;
    }

    .column.type4 .block {
        max-width:450px;
        width:auto;
        margin:0 auto;
    }

    .block.style2 li {
        position:relative;
    }

    .column.type5 .block.style2 li a img {
        z-index:1;
        right:0!important;
        top:0!important;
        margin-left:0!important;
    }

    .block.style1 li .preview {
        width:100%;
        height:auto;
        display:block;
    }

    .column.type4 .brands-search input[type="text"] {
        max-width:250px;
        width:56%!important;
        display:block;
    }

    .column.type4 .brands-search span {
        font-size:9px;
        float:none;
        padding-top:0;
        display:block;
        margin:0 0 15px;
    }

    .news {
        padding:20px 15px;
    }

    .column.type4 .brands-list > .one-letter > table td,.column.type4 .brands-list > .one-letter > table > tbody > tr > td:first-child {
        width:50%;
        padding:0 15px 10px;
    }

    .column.type5 iframe {
        width:100%!important;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
    }

    .column.type5 iframe .moi-mir,.column.type5 iframe .social-plugins-link {
        width:100%!important;
        display:block!important;
    }

    .block .title {
        height:auto;
        padding-left:10px;
    }

    .main_do_you_know .item {
        height:80px;
    }

    #header_block table td > a img {
        margin:0;
    }

    .video-view h1 {
        font:28px/32px Arial,Helvetica,sans-serif;
    }

    .test-drive-single h1 {
        font:35px/40px Arial,Helvetica,sans-serif;
    }

    .video-block iframe {
        width:100%;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
    }

    .block.accordion.inner .video-link .play-btn {
        margin:0 0 0 100px;
    }

    .news-inner-page.interview .item .mp_1 {
        height:175px!important;
        overflow-x:hidden;
    }

    .news-inner-page.interview .gallery.plane .gallery-holder ul li,.news-inner-page.interview .item {
        height:375px;
    }

    .left-column .afisha-main .text {
        padding:15px;
    }

    .left-column .afisha-main .text .title {
        font:29px/33px Arial,Helvetica,sans-serif;
    }

    .left-column .afisha-list {
        padding:20px 15px 5px;
    }

    .left-column .afisha-item .photo {
        width:45%;
    }

    .left-column .afisha-item .text {
        width:40%;
    }

    .left-column .afisha-item .text .title {
        padding-left:0;
        font:20px/22px Arial,Helvetica,sans-serif;
    }

    .left-column .afisha-item {
        margin-bottom:15px;
    }

    .map-inner-list .gallery.plane .gallery-holder ul li {
        width:19.5%;
        margin:0 2px 6px;
    }

    .map-head-line .l-col {
        max-width:100%;
    }

    .exp-list.hidden-block {
        text-align:center;
        padding:0 20px;
    }

    .column.type10 {
        max-width:68%;
    }

    .column.type5 {
        max-width:31%;
    }

    .exp-journal-c,.exp-journal-t,.exp-journal-b {
        background:none;
    }

    .news-single .gall .item {
        display:inline-block!important;
        float:none!important;
        vertical-align:top!important;
        overflow:hidden!important;
        width:22%!important;
        margin:0 1% 10px!important;
    }

    .news-single .gall .item a {
        width:100%!important;
        height:100%!important;
        display:block!important;
    }

    .news-single .gall .item a img {
        display:block!important;
        width:100%!important;
        height:auto!important;
    }

    .news-single .gall {
        text-align:center!important;
        margin:0 0 30px!important;
        padding:0 20px!important;
    }

    .wrap-mark .hold-car a {
        width:40%!important;
        display:inline-block!important;
        vertical-align:top!important;
    }

    .test-drive-single .content {
        padding:0 30px!important;
    }

    .advert .ad-block3 div:first-child {
        margin:0!important;
    }

    .advert .ad-block3 {
        padding:10px 0 0 40% !important;
    }

    .head-line .social2 td.pt5,.head-line .social2 td:last-child {
        width:20%;
    }

    .right-column .block,.left-column .block,.left-column .news-main-page .item,.video-on-main .item .video-img,.column.type3 > .block,.tape1,.column.type3 .block.style1 li a img,.column.type5 .block.style2 li a img.preview,.column.type4 .brands-list > .one-letter,.column.type4 .brands-list >.one-letter table {
        width:100%;
    }

    .right-column .video-on-main .video-link img,.left-column .news-main-page.ultimate .item a img,.left-column .news-main-page .item a img,.content-block .most-exp-cars .last .item a img {
        width:100%;
        display:block;
        height:auto;
    }

    .gallery.plane .gallery-holder ul li,.right-column .column-redactor-main .item,.news-inner-page .item,.news-test-drive .item,.news-main-page .item {
        height:auto;
    }

    .news-main-page.show .item a img,.news-inner-page .item a img,.news-test-drive .item a img {
        margin:0 0 10px;
    }

    .left-column .news-main-page .item .drive-link,.content-block .most-exp-cars .last .item div a img {
        width:32px;
        height:19px;
    }

    .content-block .video-on-main,.video-on-inner,.exp-list .gallery-holder,.exp-list .gallery.plane .gallery-holder ul {
        text-align:center;
    }

    .news-inner-page .item .mp_1,.news-test-drive .item .mp_1 {
        height:130px!important;
    }

    .column.type5 iframe body,#wrp {
        width:auto!important;
    }

    .exp-list .gallery.plane .gallery-holder ul li.hidden,.exp-glow1,.exp-glow2 {
        display:none;
    }
}

@media (max-width: 1020px){
    #header_block table td {
        width:32%!important;
        padding:0 2% 0 0 !important;
    }

    .gallery.plane .gallery-holder ul li {
        width:32.6%;
    }

    .video-on-main .item .mp_9 {
        font:15px/16px Arial,Helvetica,sans-serif;
        height:54px;
    }

    .news-main-page.show .item {
        height:330px;
    }

    .left-column {
        width:66%;
        margin:0 10px 0 0;
    }

    #header_block table td:first-child {
        width:31%!important;
    }

    .history .news {
        padding:10px 15px 20px;
    }

    .news-ttl {
        padding:15px;
    }

    .exp-footer {
        padding:31px 0 10px;
    }

    #content_block.photo .map-block #container {
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
        width:100%!important;
        max-width:100%!important;
    }

    #content_block.photo .all_img {
        width:22%!important;
    }

    .footer-contacts {
        max-width:60%;
        margin:0 3% 0 0;
        padding:0;
    }

    .link-block .half-margin {
        max-width:28%;
        padding:0;
    }

    .box-point {
        max-width:65%;
    }

    .link-block > .wrapper {
        padding:20px 15px 40px;
    }

    .advert .ad-block1 {
        width:80%!important;
        height:1200px!important;
    }

    .advert .ad-block1 .text1,.advert .ad-block1 .text2,.advert .ad-block1 .text3,.advert .ad-block1 .text4 {
        left:100%!important;
        margin:0 0 0 15px !important;
    }
}

@media (max-width: 960px){
    .main_do_you_know .ttl {
        background:rgba(0,0,0,0) url(../images/dyk_bg1.png) no-repeat 100% 5px;
    }

    .news-main-page.show .item .mp_5 {
        height:125px;
    }

    .news-main-page.show .item a img {
        max-height:130px;
    }

    .head-line .social2 .icon.facebook {
        width:35px;
    }

    .head-line .social2 .icon {
        width:33px;
    }

    .head-line .social2 .icon a {
        font-size:15px;
    }

    .column.type5.inner {
        max-width:25%;
    }

    .tags.news.clearFix {
        margin-bottom:10px!important;
    }

    .news-single .tags-line {
        padding-left:15px!important;
    }

    .news-single .content {
        padding:0 20px!important;
    }
}

@media (max-width: 920px){
    .logo {
        width:200px;
        height:55px;
    }

    #header_block table td:first-child img {
        width:100%;
        height:auto;
        display:block;
    }

    #header_block table td:last-child {
        width:28%!important;
        padding:0 0 0 15px !important;
    }

    .prem-week {
        position:relative;
        width:100%;
    }

    .text-center {
        height:85px;
    }

    .prem-week .week-img {
        height:80px;
        margin-left:153px;
        width:115px;
    }

    .prem-week .week-fon {
        margin-left:153px;
    }

    .prem-week .week-name {
        width:auto;
        margin-left:80px;
        margin-top:11px;
    }

    .logo-block {
        padding-top:20px;
    }

    .news-inner-page .item h6,.news-main-page .item h6 {
        font:15px/17px Arial,Helvetica,sans-serif;
    }

    .news-main-page .item a div:first-child {
        height:135px!important;
        margin:0 0 10px;
        padding:5px;
    }

    .news-main-page .item a div:first-child,.news-inner-page .gallery.plane .gallery-holder ul li {
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
    }

    .show .gallery.plane .gallery-holder ul li,.news-inner-page .gallery.plane .gallery-holder ul li,.news-test-drive .gallery.plane .gallery-holder ul li {
        padding:5px 5px 0;
    }

    .video-on-inner .gallery.plane .gallery-holder ul li {
        height:255px;
        padding:5px;
    }

    .right-column .brends {
        padding:13px 5px 14px;
    }

    .right-column .brends a {
        font:italic 11px Arial,Helvetica,sans-serif;
        padding:2px 0 0 33px;
    }

    .right-column .brends div {
        width:47%;
    }

    .left-column .block .list-news .item .mp_2 {
        font-size:15px;
        padding:0 0 10px;
    }

    .left-column .block .list-news .item a {
        padding:7px 10px 0;
    }

    .content-block .most-exp-cars .list a {
        font:italic 12px Arial,Helvetica,sans-serif;
        margin-bottom:8px;
    }

    .right-fline .clear,.link-block .vertical-line {
        display:none;
    }

    .bottom-box li form {
        float:none!important;
    }

    .video-on-main .item .mp_9 {
        height:54px;
        display:block;
        width:90%!important;
        padding:20px 10px 10px;
    }

    .video-on-main .item {
        height:195px;
    }

    a.blue {
        padding:10px;
    }

    .section-title {
        font:300 11px/12px Roboto;
    }

    .news-main-page .item h6 {
        padding-top:0;
    }

    .ultimate .hold-change li .text {
        width:auto;
        font:italic 13px/16px Arial,Helvetica,sans-serif;
    }

    .news-test-drive .item .mp_1 {
        height:90px!important;
    }

    .news-main-page .item .calend {
        font:9px/12px Arial, Helvetica, sans-serif;
    }

    .right-column .news-right {
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
        padding:10px 5px 0;
    }

    .right-column .news-right .text .title {
        font:12px/14px Arial,Helvetica,sans-serif;
    }

    .news-main-page.show .item .mp_5 {
        overflow-x:hidden;
        height:127px;
    }

    .exp-list .gallery.plane .gallery-holder ul li {
        width:33%;
    }

    .exp-list .item .exp-img {
        width:100%;
        margin:0 0 10px;
    }

    .exp-footer {
        padding:20px 50px;
    }

    .exp-journal-block .exp-text {
        padding:0 60px 41px;
    }

    .block.style1 ul li div.leftNews,.block.style2 ul li div.leftNews {
        padding:15px;
    }

    .block .preview {
        margin:0 0 10px;
    }

    .gallery.plane .gallery-holder ul li {
        width:32.4%;
    }

    .video-on-main .gallery.plane .gallery-holder ul li {
        width:35%;
    }

    .block.accordion dt.open {
        background-position-x:94%;
    }

    .block.accordion dt {
        background-position-x:100%;
    }

    .news-main-page.show .item {
        height:310px;
    }

    .video-view .video-block {
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
        padding:5px 5px 2px;
    }

    .video-block iframe {
        height:350px!important;
    }

    .news-inner-page.video .gallery.plane .gallery-holder ul li,.news-inner-page.video .item {
        height:280px;
    }

    .news-inner-page.interview .gallery.plane .gallery-holder ul li,.news-inner-page.interview .item {
        height:365px;
    }

    .history .news-ttl {
        font:45px/48px Arial,Helvetica,sans-serif;
        padding:15px;
    }

    .map-inner-list .gallery.plane .gallery-holder ul li {
        width:24%;
        margin:0 .5% 6px;
    }

    .map-inner-list .news-main-page.show .item .calend {
        padding:5px 5px 10px 10px;
    }

    .map-head-line .r-col {
        width:32%;
        padding:25px 0 0 15px;
    }

    .map-head-line .r-col a div {
        font:15px/18px Arial,Helvetica,sans-serif;
        height:26px;
        width:90%;
        padding:10px 0 6px 23px;
    }

    .map-head-line .l-col {
        padding:14px 0 10px 20px;
    }

    .map-head-line .l-col .map-btn {
        margin:-10px 0 10px;
    }

    .exp-list.hidden-block .item {
        width:23%;
        height:170px;
    }

    .news-inner-page.left.wide .gallery.plane .gallery-holder ul li {
        height:290px;
    }

    .news-inner-page.left.wide .item {
        max-width:100%;
    }

    .ads1 {
        height:180px;
        padding:115px 26px 0 200px;
    }

    .ads2 {
        padding:0 10px 0 195px;
    }

    .footer-contacts,.link-block .half-margin {
        max-width:100%;
        display:block;
        margin:0 15px 20px;
    }

    .box-point {
        max-width:55%;
    }

    .link-block .half-margin {
        display:table;
    }

    .link-block .half-margin li {
        display:table-cell;
    }

    .box-point:before {
        margin:0 0 20px;
    }

    .link-block > .wrapper {
        padding:20px 10px;
    }

    #links_block .main-menu ul li a,.link-block .half-margin li a {
        font-size:12px;
        line-height:15px;
    }

    .wrap-mark .hold-car a {
        width:38%!important;
    }

    .gallery-single .bx-wrapper li,.gallery-single .bx-wrapper img {
        height:450px!important;
    }

    .exp-list .gallery.plane .gallery-holder ul li,.exp-list .item {
        height:220px;
    }
}

@media (max-width: 850px){
    #header_block table td:first-child {
        width:29%!important;
    }

    .head-line .social2 .icon.facebook {
        width:43px;
    }

    .head-line .social2 .icon {
        width:37px;
    }

    #content_block.photo .all_img {
        height:200px!important;
    }

    .advert .ad-block1 .text2 {
        top:440px!important;
    }

    .advert .ad-block1 .text3 {
        top:600px!important;
    }

    .advert .ad-block1 .text4 {
        top:960px!important;
    }
}

@media (max-width: 800px){
    .prem-week .week-img {
        width:107px;
    }

    .right-column .brends div {
        padding:0 5px 0 0;
    }

    .slider.ultimate,.ultimate .hold-change,.ultimate .slide-holder,.ultimate .hold-change ul,.ultimate .hold-change {
        height:auto!important;
    }

    .ultimate .switcher .text-center {
        height:86px;
    }

    .ultimate .switcher .panel-box a {
        font:15px/19px Arial,Helvetica,sans-serif;
    }

    .ultimate .hold-change li .text {
        height:25px;
    }

    .ultimate .hold-change li {
        max-width:559px;
    }

    .content.market .question {
        font:bold 18px/20px Arial,Helvetica,sans-serif;
        padding:20px 0 0 60px;
    }

    .news-inner-page.report-inner .item .mp_1 {
        height:95px!important;
    }

    .advert .ad-block1 {
        height:1000px!important;
    }

    .news-main-page .item a div:first-child,.news-inner-page.report-inner .item a div:first-child {
        height:130px!important;
    }
}

@media (max-width: 767px){
    .head-line {
        height:auto;
        overflow:visible;
        position:fixed;
        width:100%;
        z-index:1001;
        top:0;
        left:0;
    }

    .head-line .social2 td {
        display:inline-block;
        vertical-align:top;
        width:auto;
        margin:0 0 5px;
    }

    a.blue {
        padding:10px 15px;
    }

    .head-line .social2 td:last-child {
        width:100%;
        display:block;
        position:relative;
        z-index:3001;
    }

    .head-line .wrapper.clearFix {
        background:#000;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
        padding:16px 15px 9px;
    }

    #header_block table td {
        display:block;
        width:100%!important;
        margin:0 auto 20px;
        padding:70px 0 0!important;
    }

    #header_block table td:first-child {
        width:33%!important;
        margin:0 auto 20px;
    }

    .content-block .most-exp-cars .list {
        padding:10px 0;
    }

    .content-block .most-exp-cars .list a {
        margin-bottom:4px;
        font-size:11px;
    }

    .most-exp-cars .list .hold-icon {
        width:49%;
    }

    .extra-top {
        display:block;
        position:relative;
    }

    .extra-top:after {
        content:"";
        display:block;
        clear:both;
    }

    .gallery.plane .gallery-holder ul li {
        width:31.3%;
    }

    .gallery.plane .gallery-holder ul li:nth-child(3n+1),.gallery.plane .gallery-holder ul li:nth-child(3n+2),.gallery.plane .gallery-holder ul li:nth-child(3n+0) {
        margin:0 1% 6px;
    }

    .map-inner-list .gallery.plane .gallery-holder ul li {
        width:24%;
        margin:0 .5% 6px;
    }

    .map-inner-list .gallery.plane .item {
        height:310px;
    }

    .toogle-menu {
        display:block;
        left:auto;
        right:15px;
        top:15px;
    }

    #header {
        position:fixed;
        top:0;
        left:0;
        z-index:5;
    }

    #nav {
        overflow:inherit;
        position:fixed;
        right:0;
        top:65px;
        width:0;
        height:auto;
        bottom:0;
        -webkit-transition:width .2s ease-in-out;
        -moz-transition:width .2s ease-in-out;
        -ms-transition:width .2s ease-in-out;
        -o-transition:width .2s ease-in-out;
        transition:width .2s ease-in-out;
        padding:0;
    }

    .open #nav {
        z-index:3000;
        width:100%;
        background:#000;
    }

    .main-menu {
        position:static!important;
        z-index:100;
    }

    #nav .box {
        position:relative;
        right:-100%;
        top:0;
        height:100%;
        background:#000;
        width:100%;
        z-index:10;
        overflow-y:auto;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
        -webkit-transition:right .2s ease-in-out;
        -moz-transition:right .2s ease-in-out;
        -ms-transition:right .2s ease-in-out;
        -o-transition:right .2s ease-in-out;
        transition:right .2s ease-in-out;
        padding:0;
    }

    #nav .menu {
        border-bottom:1px solid #000;
        text-align:left;
        background:#000;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
        margin:0;
        padding:45px 25px 25px;
    }

    #nav .menu li {
        display:block;
        border-bottom:1px solid #525252;
    }

    #nav .menu li a {
        display:block;
        color:#fff;
        position:relative;
        -webkit-transition:padding .2s ease-in-out;
        -moz-transition:padding .2s ease-in-out;
        -ms-transition:padding .2s ease-in-out;
        -o-transition:padding .2s ease-in-out;
        transition:padding .2s ease-in-out;
        text-transform:uppercase;
        font-size:15px;
        padding:16px 0;
    }

    #nav .menu li a:hover {
        padding:16px 0 16px 10px;
    }

    .open #nav .head-line .rss2 #nav .menu li a:hover,#nav .menu li.active a {
        background:#fff;
    }

    .main-menu ul li {
        width:49%!important;
    }

    .open #nav .box .rss2,.hovering #nav .box .rss2 {
        display:block;
        padding:0 20px;
    }

    .logo-block {
        padding-top:90px;
        height:auto!important;
    }

    .head-line .social2 {
        margin-top:0;
    }

    .head-line .rss2 div {
        height:40px;
        padding:0 40px 0 10px;
    }

    .head-line .rss2 div input {
        font:16px/20px Arial,Helvetica,sans-serif;
        font-style:normal;
        text-transform:uppercase;
        color:#828282;
    }

    .head-line .rss2 > input {
        margin-top:10px!important;
        margin-left:-30px!important;
    }

    .left-column,.right-column {
        width:100%;
        float:none;
        display:inline-block;
        vertical-align:top;
        margin:0;
    }

    .right-column .news-main-page .item a div:first-child,.news-main-page .item a div:first-child {
        height:150px!important;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
        margin:0 0 10px;
        padding:5px;
    }

    .news-main-page .item {
        text-align:left;
    }

    .news-main-page .item .mp_7,.news-inner-page .item .mp_1,.news-main-page .item .mp_1 {
        height:95px!important;
    }

    .video-on-main .item .video-ico {
        top:30px;
        width:30%;
        margin:0 0 0 -35px;
    }

    .video-on-main .item a:hover .video-ico {
        top:36%;
    }

    .most-exp-cars .last .item div {
        width:63%;
        padding:5px 0 0 42%;
    }

    .right-column .brends div {
        width:50%;
        overflow:hidden;
        padding:0;
    }

    .right-column .brends a {
        float:left;
        width:24%;
        margin:0 7% 10px;
    }

    .right-column .block.accordion {
        display:block;
        margin:0!important;
    }

    .right-column .block.column-redactor-main {
        margin:0 auto 10px;
    }

    .right-column .main_do_you_know .item {
        height:auto;
        padding:0 10px 15px 15px;
    }

    .right-column .main_do_you_know .ttl {
        padding:15px 10px 15px 15px;
    }

    .link-block ul {
        float:none;
    }

    #footer .social-icons {
        overflow:hidden;
        display:block;
        left:0;
        top:0;
        text-align:center;
        margin:0 auto 29px;
        padding:26px 0 0;
    }

    #footer .social-icons li {
        float:none;
        display:inline-block;
        vertical-align:top;
    }

    #footer .copyright {
        float:none;
        display:block;
        text-align:center;
        right:0;
        top:0;
        font-size:13px;
        line-height:15px;
        margin:0 auto 25px;
    }

    .right-column .gallery.plane .gallery-holder ul li:first-child,.right-column .gallery.plane .gallery-holder ul li {
        width:31.3%;
        display:inline-block;
        vertical-align:top;
    }

    .block.column-redactor-main a {
        width:100%;
        display:block;
        height:100%;
    }

    .right-banner center,.right-banner > div {
        padding-bottom:0!important;
    }

    .ultimate .hold-change {
        height:100%;
        width:100%;
    }

    .ultimate .slide-holder,.ultimate .switcher {
        width:100%;
        display:block;
    }

    .ultimate .switcher {
        display:inline-block;
        vertical-align:top;
        width:100%;
        max-width:100%;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
        padding:0 5px;
    }

    .ultimate .switcher .panel-box {
        width:49.5%;
        display:inline-block;
        vertical-align:top;
        border:none;
        overflow:hidden;
        margin:0 0 3px;
    }

    .ultimate .hold-change li .text {
        bottom:20px;
    }

    #header_block table td a {
        text-align:center;
        display:none;
        padding:20px 0 0;
    }

    .last.clearFix .gallery.plane .gallery-holder ul li {
        width:45%;
        height:auto;
        float:none;
        display:inline-block;
        vertical-align:top;
        margin:0 2% 5px;
    }

    .most-exp-cars .last .item div img {
        left:20%;
    }

    .video-on-main .gallery.plane .gallery-holder ul li {
        margin:0 0 5px;
    }

    .left-column .block .list-news .item:nth-child(2n+1),.left-column .block .list-news .item,.right-column .column-redactor-main .item .mp_4 {
        border-bottom:2px solid #515151;
    }

    .left-column .block .list-news .hol {
        width:100%;
        padding:0;
    }

    .left-column .block .list-news .hol:first-child {
        border-right:none;
    }

    .left-column .block .list-news .item .mp_2 {
        border-bottom:none;
        font-size:16px;
        padding:0;
    }

    .left-column .block .list-news .item a {
        padding:15px;
    }

    .right-column .column-redactor-main .item .mp_4 {
        padding:15px 15px 8px;
    }

    .right-column .column-redactor-main .item h4 {
        margin:0 0 14px;
        padding:0;
    }

    .column-redactor-main .item p {
        font:italic 14px/17px Arial, Helvetica, sans-serif;
        color:#000;
    }

    .interview-main a {
        border-bottom:2px solid #515151;
        display:block;
    }

    .ultimate .hold-change li {
        width:400px;
        max-width:inherit;
    }

    .right-column .news-right .text .title {
        font:14px/16px Arial,Helvetica,sans-serif;
    }

    .right-column .news-right .item {
        width:47%;
        display:inline-block;
        vertical-align:top;
        margin:0 1% 10px;
    }

    .video-on-inner .item .video-img {
        width:100%;
    }

    .exp-journal-block .exp-title {
        font:33px/35px Arial,Helvetica,sans-serif;
        padding:18px 0 15px;
    }

    .exp-list .gallery.plane .gallery-holder ul li {
        width:31%;
        margin:0 0 10px;
    }

    .column.type3 {
        width:30%;
    }

    .column.type5.inner {
        max-width:30%;
    }

    .column.type4 {
        width:38%;
    }

    .news {
        padding:15px 10px;
    }

    .column.type4 .brands-search {
        margin-bottom:20px;
    }

    .column.type4 .brands-search input[type="text"] {
        width:71%!important;
    }

    .block .title {
        line-height:15px;
        padding:10px;
    }

    .column.type4 .brands-points a {
        font-size:16px;
    }

    .column.type4 .brands-list > .one-letter > table td,.column.type4 .brands-list > .one-letter > table > tbody > tr > td:first-child {
        font-size:11px;
        padding:0 15px 5px;
    }

    .column.type4 .brands-list > .one-letter > .brand-name img {
        display:block;
        margin:0 auto 5px;
    }

    .news-main-page.show .item a img {
        max-height:100px;
    }

    .right-banner div:first-child {
        margin-bottom:0!important;
    }

    .news-main-page .item .calend {
        padding:9px 5px 10px 10px;
    }

    .report .gallery.plane .gallery-holder ul li,.report .gallery.plane .gallery-holder ul li .item {
        height:320px;
    }

    .video-block iframe {
        max-width:100%!important;
    }

    .left-column .paging {
        max-width:100%!important;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
        padding:10px!important;
    }

    .news-inner-page.video .gallery.plane .gallery-holder ul li,.news-inner-page.video .item {
        height:300px;
    }

    .news-inner-page.report-inner .item a div:first-child {
        height:150px!important;
    }

    .news-inner-page.report-inner .item .mp_1 {
        height:80px!important;
    }

    .news-inner-page.interview .gallery.plane .gallery-holder ul li,.news-inner-page.interview .item {
        height:385px;
    }

    .car-model .car-model-item a {
        padding:0 0 10px;
    }

    .right-column.top center {
        padding-bottom:20px!important;
    }

    .history .news-ttl {
        font:35px/40px Arial,Helvetica,sans-serif;
        padding:10px 15px 15px;
    }

    .history .news {
        font-size:16px;
        line-height:20px;
    }

    .right-column .calend-right {
        margin:-12px 0 20px;
    }

    .calend-top .calend-table td.set {
        border:none;
    }

    .news-ttl {
        font:30px/35px Arial,Helvetica,sans-serif;
    }

    .add-adv-block {
        height:auto;
        margin-bottom:40px;
        padding-top:25px;
    }

    .add-adv-block .title {
        font:26px/30px Arial,Helvetica,sans-serif;
    }

    .add-adv-block .mail {
        font:20px/22px Arial,Helvetica,sans-serif;
    }

    .right-column.top {
        padding:0 0 20px;
    }

    .map-head-line .l-col,.map-head-line .r-col {
        width:100%;
        display:block;
        margin:0 0 15px;
    }

    .map-head-line .l-col .select-block {
        width:40%;
    }

    .map-head-line .r-col {
        padding:0 20px;
    }

    .map-head-line .r-col a div {
        margin:0 0 10px;
        padding:14px 0 7px 23px;
    }

    .map-head-line .l-col .select-block select {
        width:90%;
    }

    .map-head-line .l-col {
        padding:14px 0 0 20px;
    }

    .exp-list.hidden-block .item {
        width:30%;
        height:auto;
    }

    .block.accordion dt {
        position:relative;
        border-bottom:1px dotted #000;
        -webkit-transition:background .2s ease-in-out;
        -moz-transition:background .2s ease-in-out;
        -ms-transition:background .2s ease-in-out;
        -o-transition:background .2s ease-in-out;
        transition:background .2s ease-in-out;
    }

    .exp-footer {
        padding:20px 40px 5px 60px;
    }

    .news-inner-page.left.wide .gallery.plane .gallery-holder ul li {
        height:260px;
    }

    #content_block.photo .all_img {
        width:28%!important;
        height:220px!important;
    }

    .link-block .half-margin li a {
        font-size:10px;
        line-height:15px;
        display:table-cell!important;
    }

    .footer-contacts,.link-block .half-margin {
        margin:0 10px 15px;
    }

    .bottom-box .form-text {
        font-size:12px;
        line-height:15px;
    }

    .box-point {
        max-width:48%;
        margin:0 1% 0 0;
        padding:0;
    }

    .logo.mob {
        display:block;
        background:rgba(0,0,0,0) url(../images/bg-logo-mobile.png) no-repeat 0 0;
        width:182px;
        height:32px;
    }

    .test-drive-single .content {
        padding:0 15px!important;
    }

    .advert .ad-block1 {
        height:900px!important;
    }

    .advert .ad-block1 .text4 {
        top:850px!important;
    }

    .advert .ad-block1 .text3 {
        top:535px!important;
    }

    .advert .ad-block1 .text2 {
        top:390px!important;
    }

    .advert .ad-block1 .text1,.advert .ad-block1 .text2,.advert .ad-block1 .text3,.advert .ad-block1 .text4 {
        font-size:14px;
        line-height:16px;
    }

    .head-line .social2 td:nth-child(10),#header_block table td:last-child,.main-menu ul,.exp-main-menu ul,#nav .menu li.mob-vers,#header_block table td:first-child img,.head-line .social2 td,#header_block table td:first-child,.head-line .social2 td:last-child,.right-column .brends div br,.ultimate .switcher .panel-box.active:after,.main_do_you_know,.right-banner .banner-hold.right,.logo-block .logo,#header_block table td a.name-page.different,.block.accordion dt img,.exp-list.hidden-block .item.hidden,.box-point:before,.logo {
        display:none;
    }

    .head-line .rss2,#footer,.slider.ultimate,.news-main-page.show .item,.exp-list .item {
        height:auto;
    }

    #nav .menu li:last-child,.interview-main.inner a,.block.accordion dt:last-child {
        border-bottom:none;
    }

    .left-column .block,.left-column,.right-column,.video-view .video-wrap .tags-line,.block.column-redactor-main,.news-inner-page .item,.video-on-inner .item,.news-test-drive .item,.left-column .box-pagination,.block.accordion dt,.right-column .block,.right-column .block.accordion {
        max-width:100%;
    }

    .news-main-page.clearFix.ultimate,.news-main-page.clearFix,.column.type4 .brands-list > .one-letter > .brand-name {
        text-align:center;
    }

    #footer .copyright br,.right-column .gallery.plane .gallery-holder ul li,.ultimate .hold-change li a,#header_block table td a.name-page {
        display:block;
    }

    .news-main-page .item a div:first-child img,.block.column-redactor-main div:first-child img {
        width:100%;
        display:block;
        height:auto;
    }

    .block.column-redactor-main > div:first-child,.ultimate .hold-change li img,.ultimate .slide-holder {
        height:auto!important;
    }

    .right-banner,.inner-menu .main-menu,.main-menu {
        margin:0!important;
    }
}

@media (max-width: 720px){
    .news-main-page .item .calend .ttp {
        font-size:8px;
        line-height:12px;
    }
}

@media (max-width: 630px){
    .content-block .most-exp-cars .last .item {
        text-align:left;
        margin:0 1% 15px;
    }

    .most-exp-cars .last {
        text-align:center;
    }

    .most-exp-cars .last .item div {
        width:50%;
    }

    .content-block .most-exp-cars .last .item a {
        margin:0 0 5px;
    }

    .right-fline .bottom-box {
        width:48%;
        margin:0;
        padding:25px 17px 30px 20px;
    }

    .form input.text-input {
        max-width:200px;
        width:80%;
    }

    .right-column .news-main-page .item a div:first-child,.news-main-page .item a div:first-child {
        height:130px!important;
    }

    .ultimate .switcher .text-center {
        height:55px;
    }

    .ultimate .switcher li {
        width:49%;
    }

    .video-on-main .gallery.plane .gallery-holder ul li {
        width:45%;
        margin:0 1% 10px;
    }

    .interview-main .mp_6 {
        margin-bottom:15px;
        padding:10px 15px 0;
    }

    #content_block .block .rd-more {
        margin-bottom:20px;
    }

    .right-column .brends a {
        margin:0 6% 10px;
    }

    .report .gallery.plane .gallery-holder ul li,.report .gallery.plane .gallery-holder ul li .item {
        height:300px;
    }

    .news-inner-page.red .gallery.plane .gallery-holder ul li,.news-inner-page.red .item {
        height:255px;
    }

    .news-inner-page.interview .gallery.plane .gallery-holder ul li,.news-inner-page.interview .item {
        height:365px;
    }

    .left-column .afisha-item .photo {
        width:40%;
    }

    .left-column .afisha-item .text {
        width:55%;
    }

    .left-column .afisha-item .text .date {
        margin:0 0 10px;
    }

    .map-inner-list .gallery.plane .gallery-holder ul li {
        width:32.3%;
        margin:0 .5% 6px;
    }

    .news-main-page .item .calend .ttp {
        font-size:9px;
        line-height:12px;
    }

    .news-inner-page.left.wide .gallery.plane .gallery-holder ul li {
        width:31.3%;
        display:inline-block;
        vertical-align:top;
        height:250px;
        margin:0 1% 5px;
    }

    .column.type10,.column.type5 {
        max-width:100%;
        float:none;
        width:100%;
        display:block;
        margin:0 0 12px;
    }

    .feedback .field {
        max-width:100%;
        height:auto;
    }

    .ads1 {
        height:150px;
    }

    .feedback .field,.feedback .textarea {
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
    }

    .news-inner-page.left.wide .item .mp_1 {
        height:75px!important;
    }

    .column.type3,.column.type4 {
        width:100%;
        float:none;
        display:block;
        max-width:100%;
        margin:0 0 10px;
    }

    .column.type5.inner {
        width:100%;
        max-width:100%;
        float:none;
        display:block;
        margin:0 0 10px;
    }

    .news-inner-page.ultimate.left .gallery-holder li,.news-inner-page.ultimate.left.wide .gallery-holder li {
        width:31%;
    }

    .column.type4 .block {
        max-width:100%;
    }

    .column.type4 .brands-list .brand-sep {
        margin-bottom:5px;
    }

    #content_block.photo .map-block #container {
        padding:5px 10px!important;
    }

    #content_block.photo .all_img {
        width:44%!important;
        height:230px!important;
    }

    .footer-contacts {
        width:auto;
        display:none;
    }

    .link-block .half-margin li {
        display:block!important;
        margin:0 0 10px;
    }

    .link-block .half-margin li a {
        font-size:13px;
        line-height:17px;
    }

    .box-point {
        padding:20px 0 0;
    }

    .advert {
        padding:10px 10px 20px!important;
    }

    .advert .ad-block1 .text2 {
        top:300px!important;
    }

    .advert .ad-block1 .text3 {
        top:400px!important;
    }

    .advert .ad-block1 .text4 {
        top:600px!important;
    }

    .advert .ad-block3 {
        padding:10px 0 0 30% !important;
    }

    .block.mrg-b-stdrt.brand-small > a {
        width:280px;
        display:block;
        overflow:hidden;
        margin:0 auto 20px;
    }

    .right-fline,.left-column .afisha-item .text .title,.left-column .afisha-main .text .title {
        padding:0;
    }
}

@media (max-width: 580px){
    .head-line .social2 {
        text-align:center;
    }

    .head-line .social2 td.pt5 {
        width:25%;
    }

    .head-line .rss2 div {
        padding:0 30px 0 10px;
    }

    #header_block table td:first-child {
        width:40%!important;
    }

    .right-column .brends a {
        font:italic 10px Arial,Helvetica,sans-serif;
        width:31%;
        margin:0 2% 10px;
        padding:2px 0 0 32px;
    }

    .right-column .brends div {
        width:49%;
        padding:0;
    }

    .right-column .news-main-page .item a div:first-child,.news-main-page .item a div:first-child {
        height:170px!important;
    }

    .ultimate .switcher .panel-box {
        width:100%;
    }

    .exp-journal-block .exp-text {
        font:13px/17px Arial,Helvetica,sans-serif;
        padding:0 30px 30px;
    }

    .exp-journal-block .exp-title {
        font:25px/30px Arial,Helvetica,sans-serif;
        padding:20px 0 15px;
    }

    .exp-list .gallery.plane .gallery-holder ul li {
        width:49%;
    }

    .most-expected .logo-block {
        height:75px!important;
    }

    .exp-list .gallery.plane .gallery-holder ul li,.exp-list .gallery.plane .gallery-holder ul li .item {
        height:auto;
    }

    .block.style1 li {
        width:45%;
        display:inline-block;
        vertical-align:top;
        margin:0 1% 10px;
        padding:5px;
    }

    .block.style1 ul li div.leftNews {
        height:120px;
    }

    .block.style1 ul li div.leftNews p {
        font-size:12px;
        line-height:15px;
    }

    .right-column .gallery.plane .gallery-holder ul li:first-child,.right-column .gallery.plane .gallery-holder ul li,.gallery.plane .gallery-holder ul li {
        width:48%;
    }

    .news-main-page.show .item a img {
        max-height:115px;
    }

    .report .gallery.plane .gallery-holder ul li,.report .gallery.plane .gallery-holder ul li .item {
        height:315px;
    }

    .video-view h1,.test-drive-single h1 {
        font:24px/27px Arial,Helvetica,sans-serif;
        margin:0 0 10px;
        padding:0;
    }

    .ytp-title {
        font-size:150%!important;
    }

    .video-block iframe {
        height:300px!important;
    }

    .news-inner-page.video .gallery.plane .gallery-holder ul li,.news-inner-page.video .item {
        height:320px;
    }

    .news-inner-page.red .gallery.plane .gallery-holder ul li,.news-inner-page.red .item {
        height:275px;
    }

    .news-inner-page.interview .gallery.plane .gallery-holder ul li,.news-inner-page.interview .item {
        height:410px;
    }

    .history .news-ttl {
        font:22px/26px Arial,Helvetica,sans-serif;
        padding:5px 15px 10px;
    }

    .news-main-page .item .calend .ttp {
        font-size:8px;
        line-height:12px;
    }

    .add-adv-block {
        margin-bottom:30px;
        padding-top:10px;
    }

    .column.type4 .brands-list > .one-letter {
        padding:0 15px;
    }

    .column.type4 .brands-list > .one-letter > .brand-name {
        text-align:left;
    }

    .column.type4 .brands-list > .one-letter > .brand-name img {
        display:inline-block;
        vertical-align:top;
    }

    .column.type4 .brands-list > .letter,.column.type4 .brands-list > .one-letter > .brand-name img,.column.type4 .brands-list {
        margin-bottom:10px;
    }

    .exp-footer {
        background:none;
        border-top:1px dotted #cecece;
    }

    .exp-list.hidden-block .item {
        width:47%;
    }

    .link-block .bottom-box {
        width:100%;
        max-width:100%;
        float:none;
        display:block;
        margin:0 0 10px;
    }

    .form input.text-input {
        max-width:100%;
        width:91%;
    }

    .right-fline .bottom-box {
        padding:15px 17px 20px 20px;
    }

    .link-block .half-margin li {
        display:inline-block!important;
        vertical-align:top;
        width:31%!important;
    }

    .link-block > .wrapper {
        padding:15px 10px 5px;
    }

    .right-column .news-right.simple .item:last-child {
        margin:0;
    }

    .right-column .news-right.simple {
        margin-bottom:0;
    }

    .right-column .news-right .item {
        width:100%;
        display:block;
        margin:0 0 10px;
    }

    .right-column .news-right .photo {
        width:35%;
    }

    .right-column .news-right .text {
        width:60%;
    }

    .right-column .news-right .text .title {
        font:16px/18px Arial,Helvetica,sans-serif;
    }

    .right-column .news-right {
        padding:10px 10px 0;
    }

    .gallery-single .top-line {
        padding:24px 10px 30px!important;
    }

    .gallery-single .top-line .goto-url {
        width:auto!important;
    }

    .wrap-mark .hold-car a {
        width:35%!important;
    }

    .gallery-single .bx-wrapper li,.gallery-single .bx-wrapper img {
        height:350px!important;
    }

    .test-drive-single .content {
        padding:0 10px!important;
    }

    .advert .ad-block1 {
        height:800px!important;
    }

    .head-line .social2 td:nth-child(3),.block.style1 ul li div.leftNews .datecopy,.right-column .gallery.plane .gallery-holder ul li:last-child,.news-main-page.ultimate .gallery-holder ul li:last-child,.news-main-page.saloon-box .gallery-holder ul li:last-child,.news-main-page.inn .gallery.plane .gallery-holder ul li:last-child,.history .news br,.news-inner-page.red .gallery.plane .gallery-holder ul li:last-child,.box-point {
        display:none;
    }

    .wrapper,.block.style1 {
        padding:0 10px;
    }

    .exp-list.hidden-block,.column.type3 > .block,.exp-main-menu {
        padding:0;
    }

    .link-block .half-margin,.gallery-single .top-line .start-btn #start_show br,.gallery-single .top-line .start-btn #stop_show br,.gallery-single .top-line .zoom-btn br {
        display:block!important;
    }
}

@media (max-width: 480px){
    .news-inner-page .gallery.plane .gallery-holder ul,.news-test-drive .gallery.plane .gallery-holder ul {
        width:100%!important;
        -webkit-box-sizing:border-box!important;
        -moz-box-sizing:border-box!important;
        box-sizing:border-box!important;
    }

    .news-inner-page .gallery.plane .gallery-holder ul li,.news-test-drive .gallery.plane .gallery-holder ul li {
        width:100%!important;
        display:block!important;
        float:none!important;
        -webkit-box-sizing:border-box!important;
        -moz-box-sizing:border-box!important;
        box-sizing:border-box!important;
        padding:0;
    }

    .news-main-page .item .mp_7,.left-column .news-main-page.inn .item .mp_1 {
        display:block;
        margin-bottom:0!important;
    }

    .map-inner-list .gallery.plane .gallery-holder ul li,.gallery.plane .gallery-holder ul li,.gallery.plane .gallery-holder ul li,
    .right-column .gallery.plane .gallery-holder ul li,.last.clearFix .gallery.plane .gallery-holder ul li,.video-on-main .gallery.plane .gallery-holder ul li,
    .gallery.plane .gallery-holder ul li,.right-column .gallery.plane .gallery-holder ul li:first-child,.right-column .gallery.plane .gallery-holder ul li,.news-main-page.show .gallery.plane .gallery-holder ul li,.exp-list .gallery.plane .gallery-holder ul li,.report .gallery.plane .gallery-holder ul li,.video-on-inner .gallery.plane .gallery-holder ul li,.news-inner-page.ultimate.left.wide .gallery-holder li,.news-inner-page.left.wide .gallery.plane .gallery-holder ul li {
        float:left;
        width:300px;
    }

    .add-adv-block {
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
        padding:10px 10px 0;
    }

    .add-adv-block .title {
        font:20px/25px Arial,Helvetica,sans-serif;
    }

    .gallery.plane .gallery-holder ul {
        width:99999px;
        position:relative;
        background:#fff;
    }

    .news-main-page .item a div:first-child {
        height:300px!important;
    }

    .left-column .news-main-page .item a:hover img {
        -webkit-border-radius:0;
        -moz-border-radius:0;
        border-radius:0;
    }

    .left-column .block .list-news .item a {
        padding:14px 15px 18px;
    }

    .left-column .block .list-news .item .mp_2 {
        font-size:16px;
        line-height:19px;
    }

    .news-inner-page .item h6,.news-main-page .item h6,.news-test-drive .item h6 {
        font:16px/17px Arial,Helvetica,sans-serif;
    }

    .news-inner-page .item h6,.news-main-page .item h6,.interview-main h6,.news-test-drive .item h6,.left-column .block .list-news .item .mp_2,.column-redactor-main .item h4 {
        color:#0264ad;
        position:relative;
        -webkit-transition:color .2s ease-in-out;
        -moz-transition:color .2s ease-in-out;
        -ms-transition:color .2s ease-in-out;
        -o-transition:color .2s ease-in-out;
        transition:color .2s ease-in-out;
    }

    .left-column .block .list-news .item .mp_2,.left-column .block .list-news .hol:first-child .item:last-child .mp_2 {
        border-bottom:none;
    }

    .left-column .section-title .black,.right-column .section-title .black,a.blue .more,.section-title .black {
        font-size:15px;
        line-height:20px;
        font-weight:400;
    }

    .wrapper {
        font-size:15px;
    }

    .video-on-main .item .video-ico {
        width:119px;
        height:117px;
        top:25%;
        margin:0 0 0 -59px;
    }

    .autosalon-main-list .item {
        border-bottom:2px solid #515151;
    }

    .autosalon-main-list .item a {
        display:block;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
        padding:15px;
    }

    .content-block .most-exp-cars .last .item a.badge:hover img {
        -ms-transform:none;
        -webkit-transform:none;
        transform:none;
    }

    .right-column .news-main-page .item a div:first-child img,.content-block .most-exp-cars .last .item a.badge img {
        height:auto;
        width:100%;
    }

    .most-exp-cars .last .item div {
        height:50px;
        background:#fff;
        width:100%;
    }

    .most-exp-cars .last .item div a {
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
        padding:17px 15px 17px 78px;
    }

    .content-block .most-exp-cars .gallery.plane a.link-prev,.content-block .most-exp-cars .gallery.plane a.link-next {
        bottom:58px;
    }

    .content-block .most-exp-cars .last .item div a img {
        left:10px;
    }

    .autosalon-main img {
        display:block;
        width:100%;
        height:100%;
    }

    .ultimate .hold-change li img {
        width:100%;
        height:auto;
    }

    .ultimate .switcher .panel-box.active:after {
        display:block;
        background:none;
        width:0;
        height:0;
        top:-11px;
        left:52px;
        border-color:transparent transparent #0263ad;
        border-style:solid;
        border-width:0 10.5px 11px;
        margin:0;
    }

    .ultimate .switcher .panel-box {
        overflow:visible;
        margin:0;
    }

    .ultimate .hold-change li {
        width:300px;
    }

    .news-main-page .item .mp_1 {
        height:auto!important;
        padding:20px 15px;
    }

    .report .gallery.plane .gallery-holder ul li .item .mp_1,.left-column .news-main-page.inn .item .mp_1,.news-inner-page .item .mp_1,.news-main-page .item .mp_7,.news-test-drive .item .mp_1 {
        padding:10px 15px 20px;
    }

    .inn .gallery.plane a.link-prev,.inn .gallery.plane a.link-next {
        bottom:105px;
    }

    .news-main-page .item p,.interview-main p,.news-test-drive .item p {
        font:italic 14px/17px Arial, Helvetica, sans-serif;
        color:#000;
    }

    .news-inner-page .item p {
        font:italic 14px/17px Arial,Helvetica,sans-serif;
        color:#000;
    }

    .rd-more,.section-title .white {
        font-size:15px;
        line-height:20px;
        font-weight:400;
        padding:12px 0 11px 15px;
    }

    .rd-more {
        padding:13px 0 12px;
    }

    .section-title .white div {
        height:auto;
        padding:12px 30px 11px 15px;
    }

    .news-main-page.show .item .calend a img {
        margin:0 10px 0 0;
    }

    .news-main-page .item .calend .ttp {
        text-align:left;
        font-size:16px;
        line-height:20px;
        font-weight:400;
        color:#000;
    }

    .news-main-page .item .calend {
        font:11px/12px Arial, Helvetica, sans-serif;
        padding:12px 15px 10px;
    }

    .news-main-page.show .gallery.plane a.link-prev,.news-main-page.show .gallery.plane a.link-next {
        bottom:118px;
    }

    .video-on-main .item .video-ico,.video-on-main .item a:hover .video-ico {
        top:41px;
    }

    .video-on-inner .item .mp_9 {
        display:block;
        width:auto;
        font:16px/18px Arial,Helvetica,sans-serif;
        height:55px;
        text-align:left;
        padding:15px;
    }

    .video-on-inner .gallery.plane .gallery-holder ul li {
        height:295px;
    }

    /*.video-on-inner .item .video-img {
        height:220px;
    }*/

    .video-on-inner .item .video-ico {
        top:60px;
    }

    .news-right.hold .video-preview {
        width:300px;
        display:block;
        text-align:center;
        float:none;
        height:108px;
        margin:0 auto 10px;
    }

    .news-right.hold .video-preview img {
        width:100%;
        display:block;
        height:100%;
    }

    .news-right.hold .video-preview .ico-video-btn {
        width:39px;
        height:39px;
        top:35%;
    }

    .right-column .news-right.hold .text {
        float:none;
        width:100%;
        display:block;
        text-align:center;
        padding:0 15px 10px;
    }

    .exp-list .gallery.plane .gallery-holder ul li,.exp-list .item {
        height:300px;
    }

    .exp-list .item .text {
        height:50px;
        font:italic 13px/15px Arial,Helvetica,sans-serif;
        text-align:left;
        color:#000;
        padding:4px 10px 0;
    }

    .exp-list .gallery.plane a.link-prev,.exp-list .gallery.plane a.link-next {
        bottom:90px;
    }

    .exp-list .item .exp-img {
        height:230px;
    }

    .exp-footer .text {
        font:italic 13px/16px Arial,sans-serif;
        padding:0 10px;
    }

    .exp-footer .title {
        font:20px/24px Arial,Helvetica,sans-serif;
    }

    .content-block .video-on-main .item,.content-block .most-exp-cars .last .item,.content-block .most-exp-cars .last .item a,.gallery.plane .gallery-holder ul li,.right-column .gallery.plane .gallery-holder ul li,.right-column .gallery.plane .gallery-holder ul li:first-child,.right-column .gallery.plane .gallery-holder ul li,.content-block .most-exp-cars .last,.video-on-main .gallery.plane .gallery-holder ul li,.last.clearFix .gallery.plane .gallery-holder ul li,.news-inner-page .item,.news-main-page .item,.right-column .news-main-page .item a div:first-child,.news-main-page .item a div:first-child,.gallery.plane .gallery-holder ul li:nth-child(3n+1),.gallery.plane .gallery-holder ul li:nth-child(3n+2),.gallery.plane .gallery-holder ul li:nth-child(3n+0) {
        margin:0;
    }

    .right-column .block.column-redactor-main {
        margin-bottom:0!important;
    }

    .section-title .black,.left-column .section-title .black,.right-column .section-title .black {
        padding:11px 15px 9px;
    }

    .news-main-page.show .item a img {
        max-height:100%;
    }

    .right-column a.blue.glue {
        margin-bottom:5px;
    }

    .block.column-redactor-main.new {
        display:block;
        border-top:2px solid #515151;
    }

    .list-news {
        border-top:2px solid #515151;
    }

    .news-main-page.saloon-box .autosalon-main .gallery.plane a.link-prev,.news-main-page.saloon-box .autosalon-main .gallery.plane a.link-next {
        bottom:100px!important;
    }

    .news-main-page .autosalon-main .item .calend {
        display:block;
        border-bottom:1px solid #cacbcc;
        border-top:1px solid #cacbcc;
        padding:10px 15px 9px;
    }

    .autosalon-main .item .calend a img {
        margin:-1px 19px 0 0;
    }

    a.blue .more-icon {
        font-size:33px;
        line-height:16px;
    }

    .news-main-page.saloon-box .autosalon-main .gallery.plane .gallery-holder,.news-main-page.saloon-box .autosalon-main .gallery.plane .gallery-holder ul,.news-main-page.saloon-box .autosalon-main .gallery.plane .gallery-holder ul li {
        height:362px;
    }

    .logo-block {
        padding-top:66px;
    }

    .logo-block.event {
        padding-top:42px;
    }

    .right-column .news-right.hold .item,.right-column .news-right.hold .item a {
        display:block;
        width:100%;
    }

    .right-column .news-right.hold .item .video-preview {
        width:45%;
        margin:0 10px 10px 0;
    }

    .right-column .news-right.hold .item .text {
        width:45%;
        text-align:left;
        padding:0;
    }

    .news-inner-page.video .gallery.plane .gallery-holder ul li,.news-inner-page.video .item {
        height:380px;
    }

    .news-inner-page.video .item .video-link img {
        height:270px;
    }

    .left-column .paging {
        border-top:2px solid #000;
    }

    .left-column.history .paging {
        border:none;
    }

    .news-inner-page.red .gallery.plane a.link-prev,.news-inner-page.red .gallery.plane a.link-next {
        bottom:110px;
    }

    .news-inner-page.report-inner .item a div:first-child {
        height:310px!important;
    }

    .news-inner-page.report-inner .gallery.plane .gallery-holder ul li,.news-inner-page.report-inner .item {
        height:400px;
    }

    .news-inner-page.report-inner .gallery.plane a.link-prev,.news-inner-page.report-inner .gallery.plane a.link-next {
        bottom:100px;
    }

    .news-inner-page.interview .item .mp_1 {
        height:43px!important;
    }

    .news-inner-page.interview .gallery.plane .gallery-holder ul li,.news-inner-page.interview .item {
        height:440px;
    }

    .news-inner-page.interview .item img {
        height:330px;
    }

    .logo-block.inner,.logo-block.market {
        padding:51px 0 0;
    }

    .cars-brend-history .cars-brend-history-icon img {
        background-size:cover;
        -webkit-background-size:cover;
        -o-background-size:cover;
        -moz-background-size:cover;
        width:150px!important;
    }

    .cars-brend-history {
        padding:20px 15px 10px;
    }

    .history .news {
        font-size:15px;
        line-height:17px;
        padding:10px 10px 20px;
    }

    .left-column .afisha-item .photo,.left-column .afisha-item .text {
        float:none;
        width:100%;
        display:block;
        margin:0 0 10px;
    }

    .left-column .afisha-item .text .title {
        font:18px/20px Arial,Helvetica,sans-serif;
    }

    .left-column .afisha-main .text .title {
        font:25px/30px Arial,Helvetica,sans-serif;
    }

    .left-column .afisha-list {
        padding:15px 15px 5px;
    }

    .right-column .calend-right {
        margin:-12px 0 12px;
    }

    .news-ttl {
        font:22px/26px Arial,Helvetica,sans-serif;
        padding:10px;
    }

    #header_block table td {
        margin:0;
        padding:0!important;
    }

    .left-column.event {
        padding:10px 0 0;
    }

    .map-inner-list .news-main-page.show .item .calend a img {
        display:inline-block;
        vertical-align:top;
        margin:2px 10px 0 0;
    }

    .news-main-page .item .mp_5 h6 {
        padding-bottom:0;
        margin-bottom:10px;
    }

    .map-inner-list .news-main-page.show .item .calend {
        padding:10px 5px 10px 10px;
    }

    .add-adv-block p {
        padding-bottom:0;
        margin:0 0 5px;
    }

    .map-inner-list .gallery.plane a.link-prev,.map-inner-list .gallery.plane a.link-next {
        bottom:125px;
    }

    .video-view h1,.test-drive-single h1 {
        font:21px/24px Arial,Helvetica,sans-serif;
        margin:0 0 5px;
    }

    .map-head-line .r-col a div {
        height:18px;
        width:190px;
        margin:0 0 10px;
        padding:8px 0 11px 15px;
    }

    .map-head-line .l-col {
        margin:0 0 10px;
        padding:15px 15px 0;
    }

    .map-head-line .l-col .select-block select {
        font-size:11px;
        line-height:13px;
        width:95%;
    }

    .map-head-line .r-col {
        padding:0 15px;
    }

    .exp-list .item .text div {
        color:#0264ad;
    }

    .most-expected .logo-block {
        height:0!important;
    }

    .exp-list.hidden-block {
        padding:0 10px;
    }

    .exp-list.hidden-block .item .text div,.exp-list.hidden-block .item:hover .text div,.exp-list.hidden-block .item .text {
        color:#fff;
    }

    .news-inner-page.left.wide .item {
        max-width:100%;
        height:100%;
    }

    .exp-footer .section-title {
        width:200px;
    }

    .exp-footer {
        border-top:none;
        padding:20px 15px;
    }

    .news-inner-page.left.wide .gallery.plane .gallery-holder ul li {
        height:auto;
        margin:0;
    }

    .news-inner-page.left.wide .gallery.plane a.link-prev,.news-inner-page.left.wide .gallery.plane a.link-next {
        bottom:120px;
    }

    .ads1 {
        height:170px;
        padding:125px 5px 0 185px;
    }

    .ads1,.content.market .wrap-in,.ads3,.ads4,.ads5 {
        font-size:13px;
        line-height:15px;
    }

    .ads2 {
        -o-background-size:cover;
        -webkit-background-size:cover;
        -moz-background-size:cover;
        background-size:cover;
        width:80%;
        display:block;
        padding:0;
    }

    .column.type10 .content.market {
        padding:20px 10px;
    }

    .feedback {
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
        padding:0 10px;
    }

    .feedback .textarea {
        min-height:120px;
        height:100%;
    }

    .content.market .question {
        font:bold 15px/17px Arial,Helvetica,sans-serif;
        background-position-y:12px;
        padding:20px 0 0 60px;
    }

    .feedback .field,.feedback .textarea {
        margin-bottom:10px;
    }

    .news {
        padding:15px 10px 0;
    }

    .bottom-box .form-text {
        font:400 15px/20px Roboto;
        margin:0 0 15px;
    }

    .right-fline .bottom-box {
        padding:15px 10px 20px 15px;
    }

    .link-block > .wrapper {
        display:none;
        margin:0 0 3px;
        padding:0;
    }

    .form input.text-input {
        width:90%;
    }

    .news-single .gall-ttl {
        margin:25px 20px 8px!important;
    }

    .news-single .gall {
        margin:0 0 20px!important;
        padding:0 10px!important;
    }

    .news-single .content {
        padding:0 15px!important;
    }

    .news,.history .news p,.test-drive-single p {
        font-size:16px!important;
        line-height:20px!important;
    }

    .left-column.event .social-icons,.left-column.history .social-icons {
        float:none;
        display:block;
        margin:0 auto 20px;
    }

    .subscription-form {
        float:none;
        display:block;
        margin:0 0 20px;
    }

    .subscription-form .form-text {
        text-align:center;
        margin:0 0 5px;
    }

    .subscription-form .form {
        padding:0 0 0 20%;
    }

    .left-column.history .box-pagination,.left-column .box-pagination {
        padding:0!important;
    }

    .advert .ad-block1 {
        width:100%!important;
    }

    .advert .ad-block1 .text1,.advert .ad-block1 .text2,.advert .ad-block1 .text3,.advert .ad-block1 .text4 {
        color:#000;
        background:#cecece;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
        border:1px solid #000;
        left:0!important;
        padding:10px;
    }

    .advert .ad-block1 .text1 {
        top:55px!important;
    }

    .advert .ad-block1 .text3 {
        top:480px!important;
    }

    .section-title.mb0,.interview-main .datecopy,.news-inner-page .item .datecopy,.left-column .news-main-page .item .mp_1,.news-test-drive .item .datecopy,.left-column .news-main-page .item .datecopy,.news-main-page .item .datecopy,.ultimate .switcher .panel-box,.ultimate .hold-change li .text,.video-on-main .item .mp_9,.main-ya-map.clearFix,.right-column .section-title.remove,.right-column .brends,.autosalon-main .mp_7,#header_block table td a,.block .banner-hold,.main_do_you_know,.content-block .most-exp-cars .list,.news-main-page .item .photo-link,.news-right.hold .text .date,.block.accordion dt img,#header_block table td a.mob-logo,.news-inner-page .gallery.plane a.link-prev,.news-inner-page .gallery.plane a.link-next,.news-test-drive .gallery.plane a.link-prev,.news-test-drive .gallery.plane a.link-next,.list-news.clearFix.hid,.left-column .box-pagination {
        display:none;
    }

    .news-main-page.inn .gallery.plane .gallery-holder ul li:last-child,.show .gallery.plane .gallery-holder ul li:last-child,.gallery.plane a.link-prev,.gallery.plane a.link-next,.ultimate .slide-holder a.link-prev,.ultimate .slide-holder a.link-next,.ultimate .switcher .panel-box.active,.right-column .gallery.plane .gallery-holder ul li:last-child,.news-main-page.ultimate .gallery-holder ul li:last-child,.news-main-page.saloon-box .gallery-holder ul li:last-child,.most-exp-cars a.blue,.list-news.clearFix.hid-box,.left-column.history .box-pagination,#nav .menu li.mob-vers {
        display:block;
    }

    .report .gallery.plane .gallery-holder ul li .item,.autosalon-main .gallery.plane .gallery-holder ul li,.autosalon-main .item,.autosalon-main .gallery.plane .gallery-holder ul li .item a,.news-inner-page.report-inner .item img {
        height:100%;
    }

    .news-inner-page .item h6,.most-exp-cars .last .item div,.autosalon-main-list .item .mp_8,.right-column .news-main-page .item a div:first-child,.news-main-page .item a div:first-child,.left-column .block .list-news .item .mp_2,.news-main-page .item a div:first-child,.right-column .block,.exp-journal-block,#content_block .wrapper,
    .news-main-page.show .gallery.plane .gallery-holder ul li,.video-on-inner .gallery.plane .gallery-holder ul li,#index_news_block .wrapper,.ultimate .switcher,.content-block .most-exp-cars .last,.content-block,.left-column .block .list-news .hol,.wrapper.clearFix,.news-inner-page.ultimate,.left-column.smaller,.news-test-drive,.slider.ultimate,.saloon-box,.left-column .section-title.top-inner,.left-column .afisha-main,.content-block.inner,.right-column.top,.block.style1 {
        padding:0;
    }

    .news-inner-page .item .datecopy,.left-column .news-main-page .item .mp_1,.news-main-page .item .mp_7,.news-test-drive .item .datecopy,.left-column .news-main-page .item .datecopy,.exp-journal-b {
        height:0;
    }

    .interview-main a:hover h6,.news-test-drive .item a:hover h6,.news-inner-page .item a:hover h6,.news-main-page .item a:hover h6,.column-redactor-main .item a:hover h4,.left-column .block .list-news .item a:hover .mp_2,.content-block .most-exp-cars .last .item a,.exp-list .item:hover .text div {
        color:#000;
    }

    .section-title,.list-news,.autosalon-main .item,.autosalon-main-list,.left-column .list-news,.left-column .list-news,.report .gallery.plane .gallery-holder ul li .item .mp_1,.news-inner-page .item .mp_1,.news-test-drive .item .mp_1,.news-main-page .item .mp_7,.news-main-page .item .mp_1,.interview-main,.right-column .news-right .item:last-child,.right-column .news-right,.cars-brend-history,.car-model {
        margin-bottom:0;
    }

    .video-on-main .gallery.plane .gallery-holder ul li,.news-inner-page .item h6 {
        margin:0 0 10px;
    }

    .map-inner-list .gallery.plane .item,.video-on-main .item,.video-on-main .item .video-img,.autosalon-main-list .item .mp_8,.block.column-redactor-main > div:first-child,.news-main-page.show .item,.news-inner-page.red .gallery.plane .gallery-holder ul li,.news-inner-page.red .item,.exp-list.hidden-block .item .exp-img {
        height:auto;
    }

    .autosalon-main .item,.autosalon-main-list .item,.news-main-page.show .item .mp_5 h6 {
        padding-bottom:0;
    }

    .report .gallery.plane .gallery-holder ul li .item a div:first-child,.news-main-page.saloon-box .item a div:first-child {
        height:230px!important;
    }

    .news-main-page .item a div:first-child,.right-column .news-main-page .item a div:first-child,.news-main-page .item a div:first-child,.slider.ultimate,.ultimate .slide-holder,.ultimate .hold-change,.block.column-redactor-main > div:first-child,.list-news.clearFix.hid-box .item a div:first-child {
        height:auto!important;
    }

    a.blue,.right-column a.blue {
        margin:-2px 0 12px;
    }

    .news-inner-page .item .mp_1,.news-main-page .item .mp_7,.news-main-page.saloon-box.news-main-page .item .mp_7,.news-test-drive .item .mp_1,.news-inner-page.red .item .mp_1,.news-inner-page.left.wide .item .mp_1 {
        height:60px!important;
    }

    .news-main-page.show .item .calend a img,.news-main-page .item .calend .ttp,.news-main-page .autosalon-main .item .calend a,.right-column .news-right.hold .item .video-preview,.right-column .news-right.hold .item .text {
        display:inline-block;
        vertical-align:top;
    }

    .news-main-page.show.inner .item .mp_5,.news-main-page.show .item .mp_5,.news-main-page.show .item .mp_5 {
        height:60px;
    }

    .video-on-inner .gallery.plane a.link-prev,.video-on-inner .gallery.plane a.link-next,.news-inner-page.video .gallery.plane a.link-prev,.news-inner-page.video .gallery.plane a.link-next {
        bottom:85px;
    }

    .news-test-drive .item,.news-main-page .item,.gallery.plane .gallery-holder ul li {
        -webkit-box-shadow:none;
        -moz-box-shadow:none;
        box-shadow:none;
    }

    .ultimate .slide-holder,.most-exp-cars,.column.type3,.column.type4,.column.type5 {
        margin:0 0 12px;
    }

    .video-on-inner,#content_block .block .rd-more,.news-right,.left-column .afisha-main,.left-column .afisha-list,.news-inner-page.video {
        margin-bottom:12px;
    }

    .news-main-page.report .gallery.plane a.link-prev,.news-main-page.report .gallery.plane a.link-next,.news-main-page.show.inner .gallery.plane a.link-prev,.news-main-page.show.inner .gallery.plane a.link-next {
        bottom:95px;
    }

    .right-column center,.right-column.top center {
        padding-bottom:12px!important;
    }

    .hold-border,#content_block.photo .map-block {
        margin-bottom:12px!important;
    }
}

@media (max-width: 430px){
    .inn .gallery.plane a.link-prev,.inn .gallery.plane a.link-next {
        bottom:115px;
    }

    .news-inner-page .item .mp_1 {
        height:75px!important;
    }

    .news-inner-page.interview .gallery.plane a.link-prev,.news-inner-page.interview .gallery.plane a.link-next {
        bottom:120px;
    }

    .ads2 {
        width:100%;
        height:360px;
    }

    #content_block.photo #container {
        margin-bottom:0!important;
    }

    #content_block.photo .all_img {
        height:200px!important;
    }

    .form input.text-input {
        width:87%;
    }

    .wrap-mark .hold-car a {
        width:100%!important;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
    }

    .wrap-mark div {
        height:auto!important;
        margin:0 0 10px!important;
    }

    .wrap-mark div > span {
        display:block!important;
    }

    .report .gallery.plane .gallery-holder ul li .item a div:first-child {
        height:210px!important;
    }

    .news-main-page.report .gallery.plane a.link-prev,.news-main-page.report .gallery.plane a.link-next {
        bottom:118px;
    }
}

@media (max-width: 320px){
    .logo-block.inner.brand,.logo-block {
        padding:67px 0 0;
    }

    .main-menu {
        margin:0;
    }

    .gallery.plane .gallery-holder,.gallery.plane .gallery-holder ul {
        height:auto;
    }

    .news-main-page.saloon-box .item a div:first-child {
        height:180px!important;
    }

    .right-column .news-main-page .item a div:first-child img,.news-main-page .item a div:first-child img{
        height:100%;
        width:auto;
    }

    .head-line .rss2 div {
        border:1px solid #000;
    }

    .video-on-main .gallery.plane .gallery-holder,.video-on-main .gallery.plane .gallery-holder ul,.video-on-main .item,.video-on-main .item .video-img {
        height:200px;
    }

    .autosalon-main .gallery.plane .gallery-holder,.autosalon-main .gallery.plane .gallery-holder ul,.autosalon-main .gallery.plane .gallery-holder ul li {
        height:270px;
    }

    .right-column .block.accordion {
        max-width:100%;
    }

    .news-test-drive .item .mp_1 {
        height:75px!important;
    }

    #nav .menu li a {
        font-size:14px;
    }

    .open #nav .box .rss2,.hovering #nav .box .rss2 {
        padding:0 15px;
    }

    .left-column.smaller {
        padding:16px 0 0;
    }

    .left-column .afisha-main,.left-column .section-title.top-inner,.slider.ultimate {
        padding:45px 0 0;
    }

    .left-column .video-view {
        padding:15px 0 0;
    }

    .news-inner-page.interview .gallery.plane .gallery-holder ul li,.news-inner-page.interview .item {
        height:400px;
    }

    .news-inner-page.interview .item img {
        height:300px;
    }

    .news-inner-page.interview .gallery.plane a.link-prev,.news-inner-page.interview .gallery.plane a.link-next {
        bottom:110px;
    }

    .car-model .car-model-item a {
        padding:0 0 5px;
    }

    .left-column .afisha-main .text .title {
        font:22px/25px Arial,Helvetica,sans-serif;
    }

    .add-adv-block .mail {
        font:16px/20px Arial,Helvetica,sans-serif;
    }

    .add-adv-block {
        padding:0 10px;
    }

    .logo-block.inner {
        padding:19px 0 0;
    }

    .logo-block.event {
        padding-top:0;
    }

    .map-main {
        padding:50px 0 0;
    }

    .most-expected .logo-block {
        padding:60px 0 0;
    }

    .exp-list.hidden-block .item .text {
        font:italic 11px/15px Arial,Helvetica,sans-serif;
    }

    .exp-list.hidden-block .item .text div {
        font:15px/17px Arial,Helvetica,sans-serif;
    }

    .exp-list.hidden-block .item {
        margin:0 2px 15px;
    }

    .ads2 {
        height:290px;
    }

    #content_block.photo .all_img {
        height:170px!important;
    }

    .left-column.event .event-one p {
        font-size:15px;
        line-height:18px;
    }

    .news-single {
        padding:40px 0 0!important;
    }

    .news-single .gall-ttl {
        font:14px/16px Arial,Helvetica,sans-serif!important;
    }

    .test-drive-single {
        padding-top:35px;
    }

    .subscription-form .form {
        padding:0 0 0 10%;
    }

    .advert .ad-block3 {
        margin:15px 0 10px!important;
    }

    .block.mrg-b-stdrt.brand-small > a {
        width:100%;
        margin:0 auto;
    }

    .news-main-page .item a div:first-child,.news-main-page.saloon-box .item a div:first-child,.right-column .news-main-page .item a div:first-child,.news-main-page .item a div:first-child {
        height:230px!important;
    }

    .left-column.event,.news-inner-page.ultimate.left {
        padding:0;
    }

    .link-block > .wrapper,#header_block table td a.name-page {
        display:none;
    }
}