/*
Theme Name: Kolesa-content
Theme URI: http://underscores.me/
Author: morozov1982
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kolesa
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Kolesa is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

:root {
    --white-darkest: #f2f2f3;
    --black-primary: #1c1819;
    --blue-primary: #2a81dd;
    --red: #ff3333;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@font-face {
    font-family: 'PFHighwaySansPro-bold';
    src: url('fonts/pfhighwaysanspro-kz-bold.eot');
    src: url('fonts/pfhighwaysanspro-kz-bold.eot?#iefix') format('embeded-opentype'),
    url('fonts/pfhighwaysanspro-kz-bold.woff') format('woff'),
    url('fonts/pfhighwaysanspro-kz-bold.ttf') format('ttf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans";
    font-weight: 400;
    font-style: normal;
    font-display: fallback;
    src:
        url("fonts/OpenSans-Regular.woff2") format("woff2"),
        url("fonts/OpenSans-Regular.woff") format("woff");
}

@font-face {
    font-family: "Open Sans";
    font-weight: 600;
    font-style: normal;
    font-display: fallback;
    src:
        url("fonts/OpenSans-Semibold.woff2") format("woff2"),
        url("fonts/OpenSans-Semibold.woff") format("woff");
}



html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

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

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff; /* Fallback for when there is no custom background color defined. */
}

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

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

figure {
    margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

select {
    border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: royalblue;
}

a:visited {
    color: purple;
}

a:hover,
a:focus,
a:active {
    color: midnightblue;
}

a:focus {
    outline: none;
}

a:hover,
a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    /*display: block;*/
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}*/

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/* =========================== */
/* Я добавил из стилей вёрстки */

@charset "UTF-8";

body {
    font: 14px/18px Arial, Verdana, Tahoma, sans-serif;
    margin: 0;
    height: 100%;
}

.wrapper {
    width: 100%;
    max-width: 1193px;
    /*width: 1193px;*/
    padding: 0;
    margin: 0 auto;
}

.wrapper:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

#topb {
    height: 100%;/*104px;*/
    margin-top: -18px !important;
    margin-bottom: -17px !important;
}

#topb:after {
    content: "";
    display: block;
    clear: both;
}

#switchSite .float-right {
    float: right;
}

#switchSite .float-right div {
    float: right;
}

#switchSite:after {
    content: "";
    display: block;
    clear: both;
}

.corp-products {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 14px;
    line-height: 24px;
}

.corp-products__item {
    margin-right: 24px;
    user-select: none;
}

.corp-products__link,
.corp-products__link:visited {
    display: inline-block;
    color: var(--black-primary);
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.corp-products__link:not(.corp-products__link--active):hover {
    color: var(--blue-primary);
}

.corp-products__link--active {
    border-color: var(--blue-primary);
}


.locale {
    font-size: 14px;
    line-height: 24px;
}

.locale__list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.locale__item {
    margin-left: 24px;
    display: inline-block;
 }

.locale__link,
.locale__link:visited {
    display: inline-block;
    color: var(--blue-primary);
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.locale__link:hover {
    color: var(--red);
    text-decoration: none;
}

.locale__link--active,
.locale__link--active:hover {
    color: var(--black-primary) !important;
    border-color: var(--blue-primary);
}


#switchSite #switch-content, /*#switchSite #lang,*/ #switchSite #switch-user {
    margin-top: 3px;
}

#switchSite #switch-content li {
    margin-right: 25px;
}

#switchSite #switch-content li:last-child {
    margin-right: 15px;
}


#switchSite #switch-user li {
    margin-left: 19px;
}

#switchSite #switch-user li:last-child {
    margin-left: 15px;
}



#switchSite #switch-user .icon-key {
    background: url(images/ico.png) no-repeat;
    width: 20px;
    height: 7px;
    float: left;
    margin: 7px 10px 0 0;
    background-position: -73px -41px;
}

#switchSite #switch-user .icon-ad {
    background: url(images/ico.png) no-repeat;
    width: 13px;
    height: 11px;
    float: left;
    margin: 6px 7px 0 0;
    background-position: -56px -41px;
}



#main-navigation {
    width: 100%;
    margin: 29px 21px 12px;
    position: relative;
}

#main-navigation:after {
    content: "";
    display: block;
    clear: both;
}

#main-navigation .icon-menu {
    display: none;
    visibility: hidden;
    width: 40px;
    height: 28px;
    border: 1px solid #000;
    border-radius: 3px;
    float: left;
    padding: 2px 0;
    cursor: pointer;
}

#main-navigation .divide {
    display: block;
    width: 20px;
    height: 2px;
    margin: 4px auto;
    background: #000;
}

div.logo div {
    background-image: url(images/kolesa-logo-mobile.svg);
    background-repeat: no-repeat;
    width: 165px;
    height: 38px;
    text-indent: -10000px;
    float: left;
    margin: 8px 3% 0;
}

#switchSite div.logo {
    display: none;
    visibility: hidden;
}

#switchSite div#mob-lang {
    display: none;
    visibility: hidden;
}

#main-navigation ul {
    width: 100%;
    padding-left: 0;
}

header nav li {
    display: inline-block;
    list-style-type: none;
    margin: 5px 12px;
}
header nav li a {
    font-family: PFHighwaySansPro-bold, serif;
    font-weight: bold;
    text-decoration: none;
    color: #000 !important;
    text-transform: uppercase;
    font-size: 14.5px;
    display: block;
    padding: 5px 10px;
}

header nav li.current-menu-item, header nav li.current-post-parent, header nav li a:hover {
    background-color: #ffc018 !important;
}







/* Внешний блок */
#main-navigation #search {
    /*float: right;*/
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
}

/* Оболочка для кнопки для появления поиска */
#main-navigation #search #search-button {
    position: absolute;
    top: 0;
    right: 38px;
}

/* Появляющаяся форма поиска */
#main-navigation #search #search-tab {
    display: none;
}

/* Кнопка для появления поиска */
#main-navigation #search #search-button button {
    border: none;
    background: transparent;
    margin-top: 7px;
}

/* Фон кнопки для появления поиска */
#main-navigation #search #search-button button span {
    display: inline-block;
    background-image: url(images/ico.png);
    background-position: -140px 0;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
}

#main-navigation #search #search-button button:hover span {
    background-position: -140px -39px;
}

/* Сама форма поиска (появляющаяся) */
#search-tab #searchform {
    position: absolute;
    top: 5px;
    right: 0px;
    width: 100%;
    max-width: 944px;
    height: 52px;
    border: 1px solid #9c9c9c;
    background: #fff;
    border-radius: 2px;
}

/* Поле для ввода текста */
#search-tab #searchform #s {
    border: none;
    outline: none;
    width: 82%;
    margin: 10px 0 0 20px;
}

/* Кнопка поиска */
#search-tab #searchform #searchbutton {
    position: absolute;
    top: 8px;
    right: 53px;
    border: none;
    background: none;
    background-image: url(images/ico.png);
    background-position: -97px 0;
    width: 35px;
    height: 35px;
    text-indent: -10000px;
}

#search-tab #searchform #searchbutton:hover, #nav-searchform #searchform #searchbutton:hover {
    background-position: -97px -39px;
}

/* Кнопка закрытия */
#search-tab #searchform #searchclose {
    position: absolute;
    top: 8px;
    right: 8px;
    border: none;
    background: none;
    background-image: url(images/ico.png);
    background-position: -175px 0;
    width: 35px;
    height: 35px;
}


#search-tab #searchform #searchclose:hover {
    background-position: -175px -39px;
}

/*********** Форма поиска в выпадающем меню **********/

/* Форма поиска (выпадашка) */
#nav-searchform #searchform {
    position: relative;
    width: 100%;
    height: 36px;
    background: #fff;
    text-align: left;
}

/* Поле для ввода текста */
#nav-searchform #searchform #s {
    width: 95%;
    height: 36px;
    border: 1px solid #9c9c9c;
    border-radius: 2px;
    outline: none;
}

/* Кнопка поиска */
#nav-searchform #searchform #searchbutton {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: none;
    background-image: url(images/ico.png);
    background-position: -97px 0;
    width: 36px;
    height: 36px;
    text-indent: -10000px;
}

#nav-searchform #searchclose {
    display: none;
}

/*********** Форма поиска на странице **********/

.page-searchform #searchclose {
    display: none;
}

.page-searchform #searchform {
    position: relative;
    width: 100%;
    height: 52px;
    border: 1px solid #9c9c9c;
    background: #fff;
    border-radius: 2px;
}

.page-searchform #searchform #s {
    border: none;
    outline: none;
    width: 95%;
    margin: 10px 0 0 20px;
    padding-right: 110px;
}

.page-searchform #searchform #searchbutton {
    position: absolute;
    top: 6px;
    right: 6px;
    border: none;
    padding: 0 20px;
    background: none;
    border-radius: 5px;
    background-color: #006dab;
    color: #fff;
    font-size: 15px;
    width: 92px;
    height: 38px;
}

.page-searchform #searchform #searchbutton:hover {
    background-color: #338abb;
}

/*** Фильтры поиска ***/

#search-filters {
    margin-left: -9px;
}

#search-filters ul {
    margin: 11px 0;
    padding: 0;
}

#search-filters li {
    display: inline-block;
    list-style-type: none;
    margin-right: 0.5%;
    padding: 3px 9px;
}


#search-filters li a {
    text-decoration: none;
    color: #898989;
    font-size: 14px;
    border-bottom: 1px #898989 dotted;
}

#search-filters li.active, #search-filters li:hover {
    background-color: #ffc018;
    cursor: pointer;
}

#search-filters li.active a, #search-filters li:hover a {
    border-bottom: none;
    color: #000;
}


.page-searchform + .page-content {
    margin-top: 44px;
    min-height: 600px;
}

.search-results article {
    max-width: 900px;
    margin-bottom: 45px;
}

.search-results article h2 {
    font-family: PFHighwaySansPro-bold, serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.2em;
    max-width: 100% !important;
}

.search-results article h2 a {
    text-decoration: none;
    color: #000;
}

.search-results article h2 a:hover {
    text-decoration: underline;
    color: #006dab;
}

.search-results .entry-summary, .search-results .entry-summary p {
    margin: 0;
}




/***** Комментарии *****/

.comments-area {
    margin: 20px 0 40px;/*95px;*//*53px 0 95px;*/
    font-size: 14px;
    border-bottom: 2px solid #e7e9ee;
}

div.comments-header {
    margin: 0 0 24px;
    border-bottom: 2px solid #e7e9ee;
}

.comments-area .comments-title {
    display: inline-block;
    font-family: Arial, sans-serif;/*PFHighwaySansPro-bold, serif;
    font-weight: bold;*/
    font-size: 15px;/*20px;*/
    margin-right: 22px;
    margin-top: 3px;
    color: #2a2e2e;
    text-transform: capitalize;
    border-bottom: 2px solid rgb(65, 105, 225);
    padding-bottom: 10px;
    box-sizing: border-box;
    margin-bottom: -2px;
}

.comment-list {
    /*max-width: 770px;
    margin: 58px 0 68px 14%;*//*155px;*/
    padding: 0;
    list-style-type: none;
}

.comment-list li {
    margin: 28px 0;/*28px 7px;*/
}

.comment-list ul.children {
    /*list-style-image: url(images/comlist.png);*/
    list-style-type: none;
    margin-left: 20px;
}
.comment-list ul.children .depth-2 ul.children {
    margin-left: 8px;
}

.comment-author {
    margin-bottom: 3px;
}

.comment-list li .comment-avatar {
    width: 48px;
    height: 48px;
    border-radius: 3px;
    float: left;
    margin-right: 12px;
}
.comment-list ul.children .comment-avatar {
    width: 36px;
    height: 36px;
}

.comment-body {
    overflow: hidden;
}

.comment-author span {
    display: inline-block;
}
.comment-bullet{
    color: #c2c6cc;
}

.comment-author .names {
    font-size: 13px;/*16px;*/
    /*margin-right: 15px;*/
}

.comment-author .fn {
    font-weight: 700;/*bold;*/
    color: rgb(65, 105, 225);
}

.comment p {
    margin: 0 0 3px;
}

span.icon-forward {
    display: inline-block;
    background: url(images/icon-forward.gif) no-repeat;
    width: 13px;
    height: 11px;
    vertical-align: middle;
    margin-bottom: 6px;
}

.comment-author .quote {
    position: relative;
    /*border-bottom: 1px dotted #000;*/
    /*cursor: pointer;*/
}

/*.comment-author .quote div {
    position: absolute;
    width: 400px;
    left: -.5em;
    top: -.5em;
    margin-top: -1px;
    margin-left: -1px;
    background: #fff;
    padding: .5em;
    border: 1px solid #1471ad;
    border-radius: 3px;
    font-size: 14px;
    visibility: hidden;
}

.comment-author .quote:hover div {
    visibility: visible;
    z-index: 1;
}*/

.comment-author .comment-meta {
    font-size: 12px;
    color: #656c7a;/*#9c9c9c;*/
    margin-right: 15px;
    font-weight: 500;
}

/*.reply {
    margin-right: 10px;
}*/

a.comment-reply-link {
    /*font-size: 12px;
    color: #1471ad;
    text-decoration: none;
    border-bottom: 1px dotted #1471ad;*/
    font-size: 13px;
    color: #656c7a;
    font-weight: 500;
    text-decoration: none;
}

a.comment-reply-link:hover {
    /*border-bottom: none;*/
    color: #2a2e2e;
}

.complaint {
    font-size: 12px;
    color: #3e3e3e;
    border-bottom: 1px dotted #3e3e3e;
    line-height: 14px;
    cursor: pointer;
}

.complaint:hover {
    border-bottom: none;
}

.complaint-sent {
    font-size: 12px;
    color: #3e3e3e;
    line-height: 14px;
}

/***** Кнопка "Написать комментарий" *****/

button.write-comment {
    border: 1px solid #006dab;
    padding: 0 20px;
    background: none;
    border-radius: 3px;
    color: #006dab;
    font-size: 14px;
    width: 220px;
    height: 52px;
}

button.write-comment:hover {
    background-color: #006dab;
    color: #fff;
}


/***** Форма написания комментария *****/

#commentform p {
    margin: 12px 0;
    padding: 0;
}

#commentform p > label {
    display: inline-block;
    width: 124px;
    color: #101010;
    font-size: 12px;
    vertical-align: top;
    padding-top: 9px;
}

#commentform #author, #commentform #email {
    width: 251px;
    height: 41px;
    border: 1px solid #808080;
    border-radius: 1px;
    padding: 0 1%;
}

#commentform #comment {
    width: 60%;
    max-width: 630px;
    border: 1px solid #808080;
    border-radius: 1px;
    padding: 3px 1%;/*0 10px;*/
    margin-top: 3px;
}

#commentform #submit {
    width: 143px;
    height: 45px;
    border: none;
    padding: 0 20px;
    background: none;
    border-radius: 5px;
    background-color: #006dab;
    color: #fff;
    font-size: 14px;
    margin: 11px 0 8px 129px;
}

div.addCommentRules {
    margin-left: 127px;
}

div.addCommentRules a {
    text-decoration: none;
    color: #006dab;
}

div.addCommentRules a:hover {
    text-decoration: underline;
}





/***** Слайдер на главной *****/

#main-slider {
    position: relative;
    margin: 17px 0 0;
    padding: 0;
    width: 100%;
    max-height: 488px;
    overflow: hidden;
}

#main-slider ul {
    list-style-type: none;
    width: 6000px;
    padding: 0;
    margin: 0;
    font-size: 0;
}

#main-slider li {
    display: inline-block;
    vertical-align: top;
}

#main-slider .post-thumb {
    position: relative;
}

#main-slider .slider-bg {
    position: absolute;
    display: inline-block;
    background: url(images/slider-bg.png) left bottom repeat-x;
    width: 100%;
    /*max-*/height: 488px;
}

#main-slider .video-ico {
    display: inline-block;
    position: absolute;
    top: 0;
    background: url(images/video-play-big.png);
    width: 122px;
    height: 122px;
    margin: 175px 308px 0;
}

#main-slider .post-info div  {
    visibility: hidden;
    display: none;
}

#main-slider li:first-child .post-info div {
    visibility: visible;
    display: block;
}


#main-slider .post-info {
    width: 510px;
    position: absolute;
    left: 60px;
    bottom: 40px;
    color: #fff;
}

#main-slider img {
    max-width: 868px;
    max-height: 488px;
    width: 100%;
    height: auto;
}

#main-slider h2 {
    font-family: PFHighwaySansPro-bold, serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 1em;
    margin: 22px 0;
}

#main-slider .post-excerpt p {
    font-size: 14px;
    line-height: 1.35em;
    margin: 14px 0;
}

#main-slider a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
}

/*#main-slider h2 {
    text-decoration: none;
    color: #fff;
}*/

#main-slider a:hover h2 {
    color: #ddd;/*#006dab;*/
    text-decoration: underline;
}

/** Навигация (стрелки) по слайдеру **/

div.slider-nav {
    position: absolute;
    top: 0;
    width: 60px;
    height: 100%;
    max-height: 488px;
    cursor: pointer;
}

.slider-nav span {
    display: inline-block;
}

div.slider-nav:hover {
    background-color: rgba(127, 127, 127, 0.1);
}

div.slider-nav span {
    display: inline-block;
    background: url(images/ico.png) no-repeat;
    width: 10px;
    height: 18px;
}

div.slider-prev {
    left: 0;
}

div.slider-prev span {
    background-position: 0 -86px;
    float: right;/*left;*/
    margin-right: 26px;/*left: 24px;*/
    margin-top: 230px;
}

div.slider-next {
    right: 0;
}

div.slider-next span {
    background-position: -14px -86px;
    float: left;/*right;*/
    margin-left: 26px;/*right: 24px;*/
    margin-top: 230px;
}

div.slider-prev:hover span {
    background-position: -30px -86px;
}

div.slider-next:hover span {
    background-position: -44px -86px;
}


/***** Хлебные крошки *****/

.breadcrumbs {
    margin: 23px 0 12px;
    color: #414141;
}

.breadcrumbs span {
    margin-right: 5px;
}

.breadcrumbs span a {
    color: #006dab;
    text-decoration: none;
}

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

.breadcrumbs + img {
    margin-top: 10px;
}


article .entry-header:after {
    content: "";
    display: block;
    clear: both;
}

h1.page-title, h1.entry-title {
    font-family: PFHighwaySansPro-bold, serif;
    font-weight: bold;
    color: #000;
    font-size: 30px;
    line-height: 1em;
    margin-top: 12px;
}


h1.article-title {
    max-width: 70%;
    font-family: PFHighwaySansPro-bold, serif;
    font-weight: bold;
    color: #000;
    font-size: 50px;
    line-height: 1em;
}

.not-found h1, .found h1 {
    font-size: 30px;
}

article .entry-header #header-info {
    position: relative;
    top: 0;
    left: 0;
}

article .entry-header .entry-title {
    margin: 18px 0;
    max-width: 60%;
}

article .entry-header .content-summary {
    max-width: 60%;
    font-size: 22px;
    line-height: 1.35em;
    font-style: italic;
    margin-bottom: 16px;
    margin-top: 21px;
}

article .entry-header .entry-meta {
    max-width: 60%;
}

article .entry-header .entry-authors {
    position: absolute;
    top: 13px;
    right: 0;
    font-size: 12px;
    line-height: 1.4em;
    max-width: 22%;
}

article .entry-header .entry-authors a {
    text-decoration: none;
    color: #006dab;
}

article .entry-header .entry-authors a:hover {
    text-decoration: underline;
}

article .entry-header .entry-authors span {
    display: block;
}


/********** Текст статьи **********/


article .entry-content {
    padding: 0 156px;
    font-size: 18px;
    line-height: 1.65em;
}

article .entry-content blockquote, article .entry-content .side-block {
    border-left: 3px solid #ffc018;
    margin: 36px 120px/*155px*/ 34px;
    padding: 11px 0 10px 30px;
    font-size: 14px;
    font-style: italic;
}

.side-block > div:not(.l-col) {
    display: none;
}

article .entry-content blockquote:after, article .entry-content .side-block:after {
    content: "";
    display: block;
    clear: both;
}

article .entry-content blockquote img, article .entry-content .side-block img {
    float: left;
    /*width: 172px;*/
    margin: 4px 25px 4px 0;
}

article .entry-content blockquote p, article .entry-content .side-block p {
    margin: 0;
    padding: 0;
    line-height: 1.5em;
}

/* Стили для статей старого движка */

.key.feature, .vrezka {
    background: #fffbcc;
    padding: 30px 20px 30px 22px;
    margin: 15px 0;
}

.key.feature h2, .vrezka h2 {
    margin: 0;
    font-size: 24px;
    padding-bottom: 25px;
    font-weight: normal;
    color: #333333;
}

.key.feature p, .vrezka p {
    margin-left: 20px;
    margin-bottom: 10px;
    list-style: disc;
}

.firstPic {
    display: block;
}

#img_obj_right {
    float: right;
    margin-left: 15px;
}

#img_obj_left {
    float: left;
    margin-right: 15px;
}

article .entry-content p > a[href^="#"], article .entry-content div > a[href^="#"] {
    display: block;
}

article .summary {
    font-size: 18px;
    color: #333;
}

/* Стили для статей старого движка */

article .entry-content table {
    max-width: 100%;
    width: 620px;
    margin: 7px auto 50px;
    text-align: left;
    font-size: 14px;
    line-height: 1em;/*41px;*/
}

article .entry-content table thead {
    font-size: 18px;
    font-weight: normal;
}

article .entry-content table thead td {
    padding-bottom: 30px;/*18px;*/
}

article .entry-content table tr {
    border-bottom: 1px solid #adadad;
}

article .entry-content table tr:last-child {
    border-bottom: none;
}

article .entry-content table td {
    padding: 14px 0;
    vertical-align: top;
}

article .entry-content p iframe {
    margin: 15px 0;
}

#main-bg {
    width: 100%;
    height: 100%;
    background: url(images/bg-main.gif) 50% 0 repeat-y;
}



/*** Видео в статье ***/
.video-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 20px 0;
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video iframe, .video object, .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}






#main-list, #test-drive-list {
    float: left;
    width: 72%;
    max-width: 868px;
    padding: 0;
    margin-top: 40px;
    height: 100%;
}

#main-list ul, #test-drive-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#main-list ul:after, #test-drive-list ul:after, #vehicle-type-tabs:after {
    content: "";
    display: block;
    clear: both;
}

#main-list li {
    /*float: left;
    margin: 1%;*/
    margin-bottom: 33px;
    position: relative;
}

#main-list li .have-thumb, #main-list li .no-thumb {
    margin-right: 40px;
}

#main-list li .no-thumb, #main-list li .no-thumb .entry-meta {
    margin-top: 18px;
    text-align: center;
}

#main-list li .have-thumb .entry-description, #main-list li .have-thumb .entry-meta, #main-list li .have-thumb h2 {
    margin-left: 52%;
}

#main-list li:after {
    content: "";
    display: block;
    clear: both;
}

#main-list li a {
    display: block;
    /*max-height: 226px;
    vertical-align: middle;*/
    color: #000;
    text-decoration: none;
}

#main-list li img {
    float: left;
    width: 50%;
    max-width: 387px;
    /*margin-right: 33px;*/
    /*margin-bottom: 10px;*/
}

#main-list .video-ico {
    display: inline-block;
    position: absolute;
    top: 0;
    background: url(images/ico.png);
    background-position: 0 0;
    width: 52px;
    height: 52px;
    margin: 90px 170px 0;
}

#main-list li h2 {
    clear: none;
    margin-top: 0;
    margin-bottom: 14px;
    font-family: PFHighwaySansPro-bold, serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
}


#main-list a:hover h2 {
    text-decoration: underline;
    color: #006dab;
}

#test-drive-list {
    margin-bottom: 20px !important;
}

#test-drive-list li {
    /*float: left;*/
    display: inline-block;
    vertical-align: top;
    width: 180px;
    height: 155px;
    text-align: center;
    margin: 0 2%;
    /*margin-right: 40px;*/
    /*margin-bottom: 33px;*/
    color: #999;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    line-height: 18px;
}

#test-drive-list li:nth-child(4n+1) {/*:first-child {*/
    margin-left: 0;
}

#test-drive-list li:nth-child(4n+4) {/*:last-child {*/
    margin-right: 0;
}

#test-drive-list li a {
    display: block;
    /*max-height: 226px;*/
    color: #000;
    text-decoration: none;
}

#test-drive-list a:hover h2 {
    text-decoration: underline;
}

#test-drive-list li img {
    width: 170px;
    height: 75px;
    /*float: left;*/
    /*width: 387px;
    margin-right: 33px;
    margin-bottom: 10px;*/
}

#test-drive-list li h2 {
    color: #006dab;
    outline: none;
    /*padding-top: 5px;*/
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
}

/*** Кнопка "Ещё" ***/
.center-button {
    text-align: center;
    margin: 5px 0 25px 0;
}

#show-more {
    border: 1px solid #006dab;
    border-radius: 5px;
    width: 80px;
    height: 36px;
    font: 14px Arial;
    color: #006dab;
    background: #fff;
}

button#show-more:hover {
    border-color: #000;
    color: #000;
}


/***************************************/
/*********** Галерейки *****************/
.gallery-container {
    margin: 65px 0 46px;
    width: 100%;
}

.gallery-mobile-nav {
    display: none;
    visibility: hidden;
}

.gallery-container .gallery-nav div {
    display: inline-block;
    vertical-align: middle;
}

.gallery-nav .gallery-counter {
    font: bold 16px Arial;
    color: #000;
    width: 10%;
    text-align: center;
}

.gallery-nav .gallery-prev, .gallery-nav .gallery-next {
    background: url(images/gallery-arrows.png);
    width: 8%;/*65px;*/
    height: 65px;
}

.gallery-nav .gallery-prev {
    background-position: 0 0;
    margin-right: 2%;
}

.gallery-nav .gallery-prev:hover {
    background-position: 0 -65px;
    cursor: pointer;
}

.gallery-nav .gallery-next {
    background-position: -65px 0;
}

.gallery-nav .gallery-next:hover {
    background-position: -65px -65px;
    cursor: pointer;
}

.gallery-container .gallery-thumbs {
    width: 67%;
    max-width: 600px;
    overflow: hidden;
}

.gallery-container ul {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.gallery-container li {
    display: inline-block;
    list-style-type: none;
    padding: 0;
    margin: 0 5px 0 0;
    width: 110px;
}

.gallery-container .gallery-nav li a {
    display: flex;
    /*width: 110px;*/
    /*max-height: 65px;*/
}

.gallery-container .gallery-nav img {
    /*width: 110px;*/
    width: 100%;
    height: 100%;
    /*max-height: 65px;*/
}

.gallery-thumbs .active, .gallery-thumbs li:hover {
    outline: 4px solid #ffcb23;
    outline-offset: -4px;
}

.gallery-container .gallery-img img {
    width: 100%;
    max-width: 872px;
}

.gallery-img-exc, .wp-caption .wp-caption-text {
    font: 14px Arial;
    color: #000;
    line-height: 1.5em;
    margin: 15px 0 15px 120px;/*155px;*/
    text-align: left;
}

/*********** Галерейки *****************/
/***************************************/




/********** Пагинация **********/

nav.pagination {
    line-height: 37px;
    text-align: center;
    margin: 52px 0 49px 0;
    font-size: 14px;
}

nav.pagination a {
    color: #676767;
    margin: 0 15px;
    vertical-align: middle;
}

nav.pagination a:hover {
    text-decoration: none;
}

nav.pagination .current {
    display: inline-block;
    background: url(images/ico.png) no-repeat;);
    background-position: -56px 0;
    width: 37px;
    height: 37px;
    vertical-align: middle;
    margin: 0;
    color: #000;
}

nav.pagination .prev {
    margin-right: 35px;
    color: #1f2122;
}

nav.pagination .next {
    margin-left: 35px;
    color: #1f2122;
}

nav.pagination .prev:before {
    display: inline-block;
    font-size: 19px;
    text-decoration: none;
    margin-right: 15px;
    content: "\2190 ";
}

nav.pagination .next:after {
    display: inline-block;
    font-size: 19px;
    text-decoration: none;
    margin-left: 15px;
    content: "\2192 ";
}







/********** Футер **********/

.vis {
    visibility: hidden;
    display: none;
}

footer {
    background: #1f2122;
    padding-top: 4px;
    color: #a1a1a1;
}

footer:after {
    content: "";
    display: block;
    clear: both;
}

footer section {
    float: left;
    width: 100%;
    padding: 39px 6px 36px;
}

footer section:after {
    content: "";
    display: block;
    clear: both;
}

footer ul {
    float: left;
    width: calc(80% - 45px);
    padding: 0;
    margin: 0;
}

footer ul li {
    list-style-type: none;
    /*float: left;*/
    display: inline-block;
}






footer #subscribe, footer #social {
    border-bottom: 1px solid #35393e;
}

footer #subscribe #subscribe-description, footer #social #social-description, footer #footer-menu #footer-copy {
    float: left;
    width: 20%;
    font-size: 15px;
    font-family: Arial, Verdana, Tahoma, serif;
    margin-right: 45px;
}

footer #subscribe #subscribe-description {
    color: #ffc018;
}

footer #subscribe #subscribe-form {
    float: left;
    width: 45%;
}

footer #subscribe #subscribe-form #subscribesubmit {
    max-width: 143px;/*25%;*/
    min-width: 130px;
    height: 43px;
    border: none;
    padding: 0 3%;/*20px;*/
    background: none;
    border-radius: 5px;
    background-color: #006dab;
    color: #fff;
    font-size: 14px;
}

footer #subscribe #subscribe-form #subscribesubmit:hover {
    background-color: #177ab3;
}



footer #social #social-description {
    position: relative;
    top: 20px;
    /*margin-right: 13px;*/
}

footer #social #social-buttons {
    margin: 6px auto;
}

footer #social #social-buttons li {
    text-align: center;
    font-size: 12px;
    width: 17%;
}


footer #social #social-buttons li a {
    display: block;
    width: 36px;
    height: 36px;
    background: url(images/social-icon.png) no-repeat;
    text-indent: -10000px;
}

footer #social #social-buttons li:nth-child(2) a {
    background-position: -40px 0;
}

footer #social #social-buttons li:nth-child(3) a {
    background-position: -80px 0;
}

footer #social #social-buttons li:nth-child(4) a {
    background-position: -189px 0;
}

footer #social #social-buttons li:nth-child(5) a {
    background-position: -120px 0;
    width: 65px;
}





footer #footer-menu #footer-copy {
    font-size: 12px;
    color: #fff;
}

footer #footer-menu li {
    margin-right: 40px;
}




footer a {
    color: #81888b !important;
    text-decoration: underline;
}

#post-content {
    float: left;
    width: 70%;
    clear: both;
}





/********** Футер статьи **********/

footer.entry-footer {
    background: none;
    border-top: 1px solid #afafaf;
    border-bottom: 1px solid #afafaf;
    color: #000;
    margin: 24px 0;
}

footer.entry-footer h2 {
    font-family: PFHighwaySansPro-bold, serif;
    font-size: 20px;
    font-weight: bold;
}

h2.entry-footer-title {
    background-color: #fff;
    width: 154px;
    text-align: center;
    position: relative;
    top: -32px;
}

footer.entry-footer a {
    text-decoration: none;
}

footer.entry-footer a h2 {
    color: #000;
}

footer.entry-footer a:hover h2 {
    text-decoration: underline;
    color: #006dab;
}

#theme-list {
    padding: 0;
    margin: 0 0 33px 0;
}

#theme-list ul {
    width: 100%;
}

#theme-list li {
    display: inline-block;
    width: 22%;/*240px;*/
    margin-right: 1%;/*30px;*/
    vertical-align: top;
    text-align: left;
    min-width: 230px;
}

#theme-list li:last-child {
    margin-right: 0;
}

#theme-list img {
    width: 100%;/*193px;*/
    max-width: 193px;
}







#sidebar {
    float: right;
    padding-left: 45px;
    padding-bottom: 25px;
    width: 28%;
    max-width: 324px;
    background: #e8e8e8;
    height: 100%;
}



.sbtabs ul {
    list-style-type: none;
    padding-left: 0;
}

.sbtabs ul li {
    display: block;
    float: left;
    margin-right: 20px;
}

.sbtabs ul li a {
    font: normal 12px Arial;
    text-decoration: none;
    color: #898989;
}

.widget-title {
    margin-top: 35px;
    color: #000;
    font-family: Arial, Verdana, Tahoma, serif;
    font-weight: bold;
    font-size: 17px;
}


#sidebar-sticked ul, #tab-read ul {
    list-style-type: none;
    padding: 0;
    margin: 26px 0;
}

#sidebar-sticked li, #tab-read li {
    margin: 20px 25px 17px 0;
}

#sidebar-sticked img, #tab-read img {
    width: 134px;
    margin-bottom: 10px;
}

#sidebar-sticked a, #tab-read a {
    color: #393939;
    font-family: Arial, Verdana, Tahoma, serif;
    font-size: 14px;
    line-height: 1.3em;
    text-decoration: none;
}

#sidebar-sticked a:hover, #tab-read a:hover {
    text-decoration: underline;
    color: #006dab;
}

#sidebar-sticked .entry-meta, #tab-read .entry-meta {
    margin-top: 8px;
}


#sidebar #helpful {
    list-style-type: none;
    padding: 0;
    margin: 18px 0;
    font: 12px Arial;
    line-height: 2.15em;
}

/*#sidebar #helpful li {
    background: url();
}*/

#sidebar #helpful span {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(images/ico.png);
    background-position: 256px -110px;
    vertical-align: middle;
    margin-right: 16px;
}

#sidebar #helpful .fine {
    background-position: 256px -110px;
}

#sidebar #helpful .fine-payment {
    background-position: 236px -110px;
}

#sidebar #helpful .transportation-tax {
    background-position: 216px -110px;
}

#sidebar #helpful .wheel-calculator {
    background-position: 196px -110px;
}

#sidebar #helpful .holiday {
    background-position: 176px -110px;
}

#sidebar #helpful .aid-kit {
    background-position: 156px -110px;
}

#sidebar #helpful .tax-payment {
    background-position: 136px -110px;
}

#sidebar #helpful a {
    text-decoration: none;
    color: #414141;
}

#sidebar #helpful a:hover {
    text-decoration: underline;
    color: #006dab;
}

#enable-notice {
    width: 80%;
    max-width: 240px;
    height: 47px;
    font: 14px Arial;
    background: url(images/bell-ico.png) 16px 8px no-repeat;
    /*padding: 15px 10px 15px 40px;*/
    padding-left: 50px;
    border: 1px solid #747474;
    color: #747474;
    vertical-align: middle;
    border-radius: 5px;
}

#enable-notice:hover {
    border-color: #000;
    color: #000;
}






/***** Табы *****/

#tab-read {
    display: none;
}

.sidebar-tabs-menu {
    margin: 0;
    padding: 0;
}

.sidebar-tabs-menu li {
    display: inline-block;
    list-style-type: none;
    margin-right: 18px;
    /*border-bottom: 1px dashed #6f6f6f;*/
    padding-bottom: 4px;
}

.sidebar-tabs-menu li a {
    font: 13px/16px Arial, Verdana, Tahoma, sans-serif;
    color: #6f6f6f;
    text-decoration: none;
    padding-bottom: 4px;
    border-bottom: 1px dashed #6f6f6f;
}
.sidebar-tabs-menu li .active, .sidebar-tabs-menu a:hover {
    border-bottom: 4px solid #ffc018;
    padding-bottom: 4px;
    color: #1e1e1e;
}

#tab-comments ul {
    list-style-type: none;
    margin: 0;
    padding: 6px 25px 0 0;
}

#tab-comments li {
    line-height: 1.4em;
    padding: 20px 0;
    border-bottom: 1px solid #c5c5c5;
    overflow: hidden;
}

#tab-comments li:last-child {
    border-bottom: none;
}

#tab-comments .comment-author {
    font-weight: bold;
    font-size: 13px;
}

#tab-comments .comment-small {
    font-size: 12px;
    color: #727272;
}

#tab-comments .comment-text {
    margin: 4px 0 6px;
}

#tab-comments .comment-text span {
    margin-left: -18px;
}

#tab-comments .comment-post-title{
    margin-top: 4px;
}

#tab-comments .comment-post-title a:link, #tab-comments .comment-post-title a:visited, #tab-comments .comment-post-title a:focus, #tab-comments .comment-post-title a:active {
    color: #006dab;
    text-decoration: none;
}

#tab-comments .comment-post-title a:hover {
    color: #006dab;
    text-decoration: underline;
}


/***** Виджеты соцсетей (табы) *****/

.social-tabs-menu {
    list-style-type: none;
    /*max-*/width: 260px;
    height: 34px;
    margin: 0 20px 0 0;
    padding: 0;
}

.social-tabs-menu:after {
    content: "";
    display: block;
    clear: both;
}

.social-tabs-menu li {
    display: block;
    float: left;
    width: 50%;
    height: 100%;
    margin: 0 auto;
    text-indent: -10000px;
    background-color: #F6F7F9;
}

.social-tabs-menu li {
    opacity: 0.4;
}

.social-tabs-menu li.active {
    opacity: 1;
}

.social-tabs-menu li a {
    display: block;
    width: 100%;
    height: 100%;
}

.social-tabs-menu li.fb a {
    background: url(images/social-tabs-fb.jpg) center no-repeat;
    border-right: 1px solid #c5c5c5;
}

.social-tabs-menu li.vk a {
    background: url(images/social-tabs-vk.jpg) center no-repeat;
}

.social-tabs {
    height: 222px;
}

#vk_groups, #vk_groups iframe {
    height: 222px !important;
}




/********* Раздел тест-драйвов **********/

/********* Блоки под поиском **********/
.search-example {
    font: 12px Arial;
    font-style: italic;
    color: #111;
    line-height: 18px;
    margin: 8px 0;
    width: 70%;
}

.search-example a {
    color: #006dab;
    text-decoration: none;
}

.search-example a:hover {
    text-decoration: underline;
}

.format-selector {
    width: 74%;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    color: #000;
    margin: 19px 0;
}

.format-selector a {
    color: #006dab;
    text-decoration: none;
    border-bottom: 2px dotted #006dab;
    padding-bottom: 2px;
}

.format-selector a:hover {
    border-bottom: none;
}


/********* Категории **********/

#vehicle-type-tabs {
    float: left;
    width: 70%;
    padding: 0 0 17px 0;
    margin: 0;
    background-color: #f4efe6;
}

#vehicle-type-tabs ul {
    list-style-type: none;
    padding: 0;
    margin: 7px 20px 7px 40px;
    line-height: 22px;
}

#vehicle-type-tabs li {
    display: inline-block;
    margin-right: 16px;
}

#vehicle-type-tabs a {
    text-decoration: none;
    color: #646464;
    border-bottom: 1px dotted #646464;
    padding-bottom: 1px;
}

#vehicle-type-tabs a:hover {
    border: none;
}

ul#vehicle-type-menu {
    font: 16px Arial;
    font-weight: bold;
    line-height: 24px;
    margin: 25px 27px 20px;
}

#vehicle-type-menu li {
    margin-right: 8px;
}

#vehicle-type-menu a {
    color: #006dab;
    text-decoration: none;
    border-bottom: 2px dotted #006dab;
    padding-bottom: 2px;
}

#vehicle-type-menu .selected a {
    color: #000;
    border: none;
    background-color: #ffc018;
    padding: 5px 13px 6px;
}

#cars-tab .selected, #moto-tab .selected {
    color: #000;
    border: none;
    background-color: #ffc018 !important;
    /*padding: 5px 13px 6px;*/
}

.testdrive-sidebar-tab .selected a {
    color: #f00;
}

#vehicle-type-menu li {
    margin-right: 8px;
}


/********** Выпадающий список **********/

#select-make {
    display: none;
    visibility: hidden;
}

/********* Сайдбар **********/

.testdrive-sidebar-tab {
    list-style-type: none;
    padding: 0;
}

.testdrive-sidebar-tab li {
    line-height: 30px;
    padding-left: 40px;
}

.testdrive-sidebar-tab li span {
    color: #a0a0a0;
}

.testdrive-sidebar-tab a {
    text-decoration: none;
    color: #393939;
}

.testdrive-sidebar-tab a:hover {
    text-decoration: underline;
    color: #006dab;
}

#full-list-btn {
    border: 1px solid #747474;
    border-radius: 5px;
    width: auto;/*130px;*/
    height: 36px;
    font: 14px Arial;
    color: #717171;
}

#full-list-btn:hover {
    border-color: #393939;
    color: #393939;
}

#full-list-btn span {
    display: inline-block;
    vertical-align: middle;
    background: url(images/ico.png) no-repeat;
    background-position: -30px -56px;
    width: 12px;/*11px;*/
    height: 7px;
    margin: 3px 0 7px 10px;
}

#full-list-btn:hover span {
    background-position: -30px -66px;
}

#full-list-btn.up span {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.hidden {
    visibility: hidden;
    display: none !important;
}

.visible {
    visibility: visible;
}




/***** Страница (служебные материалы) *****/
article.type-page h1.article-title {
    font-size: 28px;
}

article.type-page .entry-content {
    padding: 0;
    font-size: 14px;
    line-height: 1.65em;
    max-width: 872px;
}


/***** Страница 404 *****/

.wrapper-404 {
    width: 1000px;
    padding: 0;
    margin: 40px auto 24px;
}

/*.wrapper:after {
    content: "";
    display: block;
    clear: both;
}*/

.error-404 h1 {
    font-size: 50px;
    line-height: 64px;
    margin: 20px 0 14px;
    padding: 0;
}

.error-404 h2 {
    font-family: Arial;
    font-size: 22px;
    font-style: italic;
}

.error-404 #img-404 {
    text-align: center;
    margin: 60px 0 46px;
}

.error-404 .description {
    width: 560px;
    margin: 0 auto;
    line-height: 1.5em;
}

.error-404 #pic-list {
    text-align: center;
    margin: 60px 0 58px;
}

.error-404 #pic-list:after, .error-404 #link-list:after {
    content: "";
    display: block;
    clear: both;
}

.error-404 #pic-list a {
    display: inline-block;
    width: 120px;
    height: 90px;
    overflow: hidden;
    padding: 0;
    margin: 4px 3px;
}

.error-404 #pic-list img {
    width: 120px;
    height: 90px;
    margin: 0;
    padding: 0;
}

.error-404 .quarter {
    float: left;
    width: 25%;
    padding-right: 50px;
}

.error-404 .quarter h3 {
    font: 18px Arial;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 25px;
}

.error-404 .quarter a {
    text-decoration: none;
    color: #006dab;
}

.error-404 .quarter a:hover {
    text-decoration: underline;
}

.error-404 .quarter h3 a {
    color: #000;
}

.error-404 .quarter ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 34px;
}

.error-404 .quarter li {
    line-height: 1.5em;
}

/********** Комменты Disqus **********/
#disqus_thread {
    margin-right:5%;
    margin-left:5%;
    margin-bottom:15px;
}

.sd-sharing {
    margin: 5%;
}

.addtoany_content_bottom {
    visibility: hidden;
    height: 0;
}




/********** Кнопка включить уведомления (нижняя) *********/

.enable-notice {
    display: none;
    visibility: hidden;
}


.main-navigator {
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    display: flex;
    align-items: center;
    float: none;
    padding-top: 28px;
    padding-bottom: 28px;
}

.main-navigator .header-logo-nav {
    background-image: url(images/kolesa-logo-desktop.svg);
    width: 162px;
    height: 26px;
    background-repeat: no-repeat;
    text-decoration: none;
    border-bottom: none;
    margin-right: 40px;
    position: relative;
    top: -1px; // выравнивание лого и текста
}

.main-navigator a {
    border-bottom: 1px solid transparent;
    text-decoration: none;
    font-weight: normal;
    color: var(--blue-primary);
    margin-right: 16px;
}

.navigator-links {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height:24px;
}

.main-navigator a:visited {
    color: var(--blue-primary);
}

.main-navigator a:hover {
    color: var(--red);
    text-decoration: none;
}

.main-navigator a.active,
.main-navigator a.active:hover {
    color: var(--black-primary);
    border-color: var(--blue-primary);
}

.main-navigator a.add-adv-btn {
    position: relative;
    background: #fff;
    padding: 5px 12px;
    border: 1px solid rgba(28, 24, 25, 0.1);
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    line-height: 24px;
    color: var(--blue-primary);
    min-width: 188px;
    font-weight: 400;
    text-align: center;
    margin-left: auto;
    margin-right: 0;
    box-sizing: border-box;
    /*margin-left: 13px;*/
}

.main-navigator a.add-adv-btn::before {
    content: '';
    display: inline-block;
    margin-right: 2px;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    background-image: url(images/add-new-icon.svg);;
}

.main-navigator a.add-adv-btn:hover {
    border-color: rgba(28, 24, 25, 0.3);
}

.main-navigator a.add-adv-btn:active {
    border-color: rgba(28, 24, 25, 0.1);
    background-color: #fafafa;
    outline: 0;
}

.corp-project {
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
}

.corp-logos {
    font-family: 'Open Sans', sans-serif;
    padding: 0;
}

.corp-logos {
    border-right: 1px solid #a2a2a2;
    display: inline-block;
    height: 20px;
    margin: 0 3px 3px 0;
}

.corp-logos .tooltip {
    top: auto;
}

#add-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


/********** @media **********/

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

    /*** (1240) ***/

    #switchSite, #main-navigation, #search-content, #test-drive-header, .breadcrumbs/*, #test-drive-content*/ {
        width: 100%;
    }


    header nav li {
        margin: 5px 0 5px 1%;
    }


    .test-drive-request {
        width: 25%;
        padding: 0;
    }

    /*** (1240) Текст статьи ***/
    /*** Заг, подзаг, автор ***/

    h1.article-title {
        margin-left: 5%;
        max-width: 65%;
    }

    article .entry-header .content-summary {
        max-width: 100%;
        margin-left: 5%;
        margin-right: 5%;
    }

    article .entry-header .entry-meta {
        margin-left: 5%;
    }

    article .entry-header .entry-authors {
        margin-right: 5%;
        max-width: 20%;
    }


    /*** (1240) Основной список ***/

    #main-list/*, #test-drive-list*/, article.type-page .entry-content {
        width: 67%;
        margin-left: 5%;
    }

    #test-drive-list li, #test-drive-list li:first-child , #test-drive-list li:last-child {
        margin: 0 1%;
    }

    /*** (1240) футер статьи ***/
    h2.entry-footer-title {
        margin-left: 5%;
    }

    #theme-list {
        margin: 0 5% 33px;
        width: 90%;
    }

    /*** (1240) Комменты ***/
    .comments-area {
        margin: 53px 5% 95px;
    }


    /*** (1240) Футер ***/

    footer section {
        padding: 28px 35px;
    }
}

@media screen and (max-width: 1193px) {
    #main-bg {
        background: url(images/bg-main-2.gif) repeat-y;
        background-size: 100%;
    }


    article .entry-content blockquote {
        margin: 36px 8% 34px;
    }
}

@media screen and (max-width: 1150px) {
    #main-list li .have-thumb .entry-description, #main-list li .have-thumb .entry-meta, #main-list li .have-thumb h2 {
        margin-left: 53%;
    }

    #test-drive-list ul {
        width: 640px;
        margin: 0 auto;
    }

    #test-drive-list li, #test-drive-list li:first-child , #test-drive-list li:last-child {
        margin: 0 2% !important;
    }
}

@media screen and (max-width: 1100px) {
    header nav li {
        margin: 5px 0;
    }

    div.logo div {
        background-repeat: no-repeat;
        width: 112px;
        height: 18px;
        margin-top: 17px;
        background-size: contain;
        margin-left: -8px;
    }


    #theme-list li {
        width: 25%;
        margin-right: 3%;
    }

    #theme-list li:last-child {
        visibility: hidden;
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    span.hid {
        visibility: hidden;
        display: none;
    }

    /*** Мобильное меню (1000 - 640) ***/
    #topb {
        display: none;
        visibility: hidden;
    }

    #main-navigation .icon-menu {
        display: block;
        visibility: visible;
    }

    #switchSite #sites {
        display: none;
        visibility: hidden;
    }

    #switch-user, #switchSite .float-right, #switchSite .float-right div, #switch-content {
        display: block;
        float: none;
    }

    #switchSite {
        width: 100%;
        padding: 0;
        margin-left: 0;
        margin-right: 0;
    }

    #switch-user {
        height: 40px;
        margin: 0;
        padding: 10px 5%;
        background-color: #e8e8e8;
    }

    #switchSite #switch-user li {
        margin-left: 0;
        margin-right: 3%;
    }
    #switchSite #switch-user li:last-child {
        margin: 0;
    }


    /*** (1000 - 640) Поиск ***/

    #main-navigation #search {
        top: -6px;
        width: 100%;
    }

    #search-tab #searchform {
        top: -6px;
        right: 0;/*21px;*/
        height: 52px;
        text-align: left;
    }

    #main-navigation #add-buttons #searchform #s {
        float: left;
        width: 89%;
        margin-right: 100px;
        padding: 0 10px;
    }

    #main-navigation #add-buttons #searchform #s:after {
        content: "";
        display: block;
        clear: both;
    }

    #main-navigation #search #search-button {
        position: absolute;
        top: -3px;
        right: 0;
    }

    #main-navigation #search #search-button button {
        border: none;
        background: transparent;
        margin: 0;
        padding: 0;
    }

    /*** (1000 - 640) Кнопки под поиском ***/

    #add-buttons .adv {
        margin: 21px 26px 14px 0;
    }

    #add-buttons .icon-ad {
        display: inline-block;
        background: url(images/ico.png) no-repeat;
        width: 13px;
        height: 11px;
        margin: 0 13px 0 0;
        background-position: -56px -41px;
    }

    #add-buttons .adv a {
        font: normal 12px Arial;
        text-decoration: underline;
        color: #202020;
    }

    #add-buttons .adv a:hover {
        text-decoration: none;
    }

    #add-buttons #close-btn {
        border: none;
        background: none;
        color: #000;
        font:  normal 15px Arial;
        margin: 25px 26px 25px 0;
    }

    #add-buttons #close-btn span {
        display: inline-block;
        background-image: url(images/ico.png);
        background-position: -185px -10px;
        width: 15px;
        height: 15px;
        margin-right: 12px;
    }

    #add-buttons #close-btn:hover {
        text-decoration: underline;
    }

    #add-buttons #close-btn:hover span{
        background-position: -185px -49px;
    }

    /***** (1000 - 640) Лого+меню *****/

    #switchSite {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 24px 5% 0;
    }

    #switchSite div.logo {
        display: block;
        visibility: visible;
    }

    #switchSite div#mob-lang {
        display: block;
        visibility: visible;
        text-align: right;
        margin: 0 0 0 auto;
    }

    #switchSite div#mob-lang ul {
      margin: 0;
    }

    #switchSite div#mob-lang li {
      padding-top: 0;
    }

    div.logo div {
        margin: 0;
    }

    #switchSite #switch-content, #switchSite #switch-content ul {
        float: right;
        width: 100%;
        text-align: right;
    }

    #switchSite #switch-content {
        margin: 38px 5%;
        width: 38%;
    }

    #switchSite #switch-content li, #switchSite #switch-content li:last-child {
        margin-right: 0;
        margin-left: 8%;
    }

    /***** (1000 - 640) Основная навигация *****/

    #main-navigation {
        width: 100%;
        margin: 0;
        position: relative;
        text-align: center;
    }

    #main-navigation div.logo {
        display: none;
        visibility: hidden;
    }

    .main-navigation nav[role="navigation"] {
        float: none;
        width: 70%;
        margin: 0 auto;
        text-align: center;
        padding-right: 0;
    }

    header nav ul {
        margin: 0;
    }

    header nav li {
        /*display: block;*/
        margin: 0;
        display: none;
        visibility: hidden;
    }

    header nav li a {
        font-size: 24px;
        line-height: 1.2em;
        padding: 0;
    }

    header nav li.current-menu-item, header nav li.current-post-parent, header nav li a:hover {
        background: none !important;
    }

    header nav li.current-menu-item, header nav li.current-post-parent {
        display: block;
        visibility: visible;
    }

    /*** (1000 - 640) Выпадающее меню ***/

    #main-navigation.expanded {
        margin: 0;
    }

    #main-navigation.expanded nav {
        width: 100%;/*94%;*/
        margin: 0;/* 3%;*/
        margin-top: 15px;
        padding: 5px 27px;
        border: 1px solid #5e5e5e;
        border-radius: 3px;
    }

    #main-navigation.expanded nav li {
        display: block;
        border-bottom: 1px solid #cdcfd1;
        padding: 13px 30px 16px;
    }

    #main-navigation.expanded nav li:last-child {
        border-bottom: none;
    }

    /*** Мобильное меню (конец) ***/

    #test-drive-header .page-header {
        display: none;
        visibility: hidden;
    }



    #main-list li .have-thumb .entry-description, #main-list li .have-thumb .entry-meta, #main-list li .have-thumb h2 {
        margin-left: 55%;
    }

    #search-tab #searchform #s {
        width: 75%;
        margin-left: 10px;
    }

    article .entry-content blockquote {
        margin: 36px 5% 34px;
    }

    article.type-page .entry-content {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }

    article.type-page .entry-content p {
        padding: 0;
    }
}

@media screen and (max-width: 930px) {
    #switchSite #sites {
        display: none;
        visibility: hidden;
    }


    article .entry-content blockquote {
        margin: 36px 0 34px;
    }
}

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

    #sidebar, .breadcrumbs {
        display: none;
        visibility: hidden;
    }

    #main-bg {
        background: none;
    }

    #content .wrapper {
        padding: 0;
    }

    #main-list, #test-drive-list {
        float: none;
        width: 100%;
        padding: 0 5%;
        margin-left: 0;
    }

    #main-list li .have-thumb, #main-list li .no-thumb {
        margin-right: 0;
    }


    #main-list li img {
        width: 45%;
    }

    #main-list li .have-thumb .entry-description, #main-list li .have-thumb .entry-meta, #main-list li .have-thumb h2 {
        margin-left: 50%;
    }


    #vehicle-type-tabs {
        float: none;
        width: 100%;
        padding: 10px 0 34px 0;
    }

    #vehicle-type-tabs ul {
        margin: 0 5%;
        line-height: 30px;
    }

    ul#vehicle-type-menu {
        margin: 13px 5% 20px;
    }

    #test-drive-list {
        width: 100%;
        margin: 0;
        margin-top: 20px;
        padding: 0;
    }


    /********** (868) Выпадающий список **********/

    #select-make {
        display: block;
        visibility: visible;
        background: #d9d9d9;
        width: 100%;
        padding: 13px 5% 16px;
    }

    #select-make h2 {
        display: inline-block;
        width: 40%;
        max-width: 240px;/*50%;*/
        font-size: 16px;
        font-weight: bold;
        line-height: 24px;
        vertical-align: middle;
        /*margin: 27px 5%;*/
        margin-right: 5%;
    }

    #select-make form {
        display: inline-block;
        width: 48%;/*270px;*/
        min-width: 210px;
        vertical-align: middle;
        margin-top: 4px;
    }

    .custom-select {
        /*width: 100%;
        overflow: hidden;*/
        border: 1px solid #9e9e9e;
        border-radius: 1px;
        overflow: hidden;
        height: 37px;
        width: 100%;
        background: url(images/select-arrow.png) no-repeat 95% 16px #fff;
    }

    #select-make select {
        /*width: 270px;*/
        /*width: 120%;
        height: 37px;
        padding: 2px 12px 0;
        font-size: 14px;*/
        background: transparent;
        background: rgba(0, 0, 0, 0);
        -webkit-appearance: none;
        border: 0;
        border-radius: 0;
        outline: 0;
        height: 37px;
        padding: 2px 12px 0;
        font-size: 14px;
        width: 110%;
        cursor: pointer;
    }


    /***** (868) Статья *****/

    /*** Заг, подзаг, автор ***/

    h1.article-title {
        max-width: 100%;
        font-size: 40px;
        margin: 18px 5%;
    }

    article .entry-header .content-summary {
        max-width: 100%;
        font-size: 20px;
        margin: 8px 5%;
        line-height: 1.4em;
    }

    article .entry-header .entry-meta {
        float: left;
        margin-top: 12px;
        margin-left: 5%;
    }

    article .entry-header .entry-authors {
        position: inherit;
        float: right;
        margin-right: 5%;
        max-width: 30%;
        /*margin-top: 3px;*/
    }

    .entry-authors span {
        margin: 3px 0;
    }

    /*** Текст статьи ***/
    article .entry-content {
        margin-top: 22px;
        padding: 0;
    }

    article .entry-content p {
        padding: 0 5%;
    }

    article .entry-content blockquote {
        margin: 0 5% 34px;
    }

    article .entry-content table {
        max-width: 90%;
        width: 90%;
    }

    article .entry-content ul, article .entry-content ol, article .entry-content h2, article .entry-content h3, article .entry-content h4, article .entry-content h5, article .entry-content h6 {
        margin-left: 5%;
        margin-right: 5%;
    }

    /*** (868)Галереи ***/
    /*.gallery-container*/ .gallery-nav {
                               margin: 0 5% 5px;
                               text-align-last: justify;
                           }

    /*.gallery-container*/.gallery-nav .gallery-counter {
                              width: auto;
                          }


    article .gallery-container ul {
        margin: 0;
    }

    .gallery-img-exc, .wp-caption .wp-caption-text {
        margin: 15px 5% 15px;
        padding-left: 13%;/*65px;*/
    }

    /*** (868) Ещё по теме ***/
    footer.entry-footer {
        padding: 0;
    }

    h2.entry-footer-title {
        background-color: #fff;
        top: -10px;
        margin-top: 0;
    }


    /*#theme-list li:last-child {
        visibility: visible;
        display: block;
    }*/

    #theme-list {
        margin-bottom: 28px;
    }


    #theme-list li {
        display: block;
        width: 100%;
        margin: 16px 0 28px;
        vertical-align: top;
        text-align: left;
    }

    #theme-list li::after {
        content: "";
        display: block;
        clear: both;
    }

    #theme-list img {
        float: left;
        max-width: 158px;
        margin-right: 30px;
    }

    #theme-list h2 {
        clear: none;
        line-height: 1.25em;
        margin: 0;
        margin-left: 188px;
        padding-top: 6px;
    }

    #theme-list .entry-meta {
        margin-left: 188px;
        margin-top: 10px;
    }

    /*** (868) Комменты ***/
    .comments-area {
        margin: 60px 5% 50px;
    }

    .comment-list {
        max-width: 100%;
        margin: 68px 0;
    }

    .comment-list li {
        margin: 28px 0;
    }


    /********** Кнопка включить уведомления (нижняя) *********/

    .enable-notice {
        display: block;
        visibility: visible;
        width: 100%;
        height: 128px;
        background: #e8e8e8;
        text-align: center;
        padding-top: 42px;
    }

    /*** (868) футер статьи ***/
    h2.entry-footer-title {
        margin-left: 10%;
    }

    /********** Футер *********/

    footer section {
        float: left;
        width: 100%;
        padding: 28px 63px;
    }

    footer #subscribe #subscribe-description, footer #social #social-description, footer ul {
        float: none;
        width: 100%;
        margin: 0;
        text-align: center;
    }

    footer #social #social-description {
        position: static;
        margin: 6px auto 25px;
    }


    .hid {
        visibility: hidden;
        display: none;
    }

    .vis {
        visibility: visible;
        display: block;
    }

    footer #subscribe #subscribe-form {
        width: 100%;
        margin: 29px auto 22px;
    }

    footer #subscribe #subscribe-form form {
        text-align: center;
    }

    footer #social #social-buttons {
        width: 100%;
        margin: 6px auto 12px;
    }

    footer #social #social-buttons li {
        width: 19%;
    }

    footer #footer-menu ul {
        text-align: left;
    }


    footer #footer-menu ul li {
        display: block;
        line-height: 2.25em;
    }


    footer #footer-menu #footer-copy {
        width: 100%;
        margin: 32px 0;
    }
}

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

    /*** (640) Слайдер ***/
    #main-slider .post-info {
        width: 70%;
    }


    /*** (640) Основной контент ***/

    #search-content {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }

    #test-drive-list ul {
        width: 460px;
    }

    #test-drive-list li, #test-drive-list li:first-child , #test-drive-list li:last-child {
        margin: 0 5% !important;
    }


    article .entry-content blockquote img {
        /*width: 33%;*/
        max-width: 172px;
    }


    /*** Галереи ***/

    .gallery-container .gallery-prev, .gallery-container .gallery-next {
        width: 10%;
    }


    .gallery-container .gallery-thumbs {
        width: 62%;
        max-width: 355px;
    }

    /*** (640) Комменты ***/
    .comment-list ul.children ul {
        padding-left: 0;
    }

    #commentform #comment {
        width: 75%;
        max-width: 425px;
    }

    .comment-author .quote div {
        width: 260px;
    }
}

@media screen and (max-width: 600px) {
    #commentform #comment {
        width: 70%;
    }
}

@media screen and (max-width: 550px) {
    .format-selector {
        display: none;
        visibility: hidden;
    }

    .test-drive-request {
        float: none;
        width: 100%;
        max-width: 200px;
        margin-top: 28px;
        margin-bottom: 84px;
    }

    #theme-list h2 {
        padding-top: 0;
    }

}

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

    /*** Слайдер ***/
    #main-slider .post-info {
        width: 65%;
    }

    #main-slider .post-info .post-excerpt {
        display: none !important;
        visibility: hidden!important;
    }


    /*** Поиск ***/
    .page-searchform #searchform #searchbutton {
        top: 5px;
        width: 40px;
        height: 40px;
        background-image: url(images/ico.png);
        background-position: -138px -86px !important;
        text-indent: -10000px;
    }

    .page-searchform #searchform #searchbutton:hover {
        background-position: -180px -86px !important;
    }

    .page-searchform #searchform #s {
        width: 90%;
        padding-right: 50px;
    }

    #main-navigation #searchform #s {
        width: 70%;
    }

    #main-navigation #add-buttons #searchform #s {
        width: 85%;
    }



    /*** (500px) Выпадающий список ***/
    #select-make {
        padding-top: 14px;
        padding-bottom: 34px;
    }

    #select-make h2 {
        width: 100%;
        max-width: 100%;
    }

    #select-make form {
        width: 100%;
        max-width: 300px;
        margin-top: 9px;
    }


    /*** Основной список ***/
    #main-list, #test-drive-list {
        padding: 0;
    }

    #main-list li {
        padding: 0 5%;
        border-bottom: 1px solid #5e5e5e;
    }

    #main-list li:last-child {
        border-bottom: none;
    }

    #main-list li img {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    #main-list li .have-thumb .entry-description, #main-list li .have-thumb .entry-meta, #main-list li .have-thumb h2 {
        margin-left: 0;
    }

    #main-list li h2 {
        margin-bottom: 22px;
    }

    #main-list .entry-meta {
        margin-top: 22px;
        margin-bottom: 40px;
    }

    #main-list li .no-thumb, #main-list li .no-thumb .entry-meta {
        text-align: left;
    }



    #test-drive-list ul {
        width: 180px;
    }

    #test-drive-list li, #test-drive-list li:first-child , #test-drive-list li:last-child {
        margin: 0 !important;
    }

    /*** (500) Галереи ***/
    .gallery-container {
        margin: 0;
    }

    .gallery-container .gallery-nav {
        visibility: hidden;
        display: none;
    }

    .gallery-container .gallery-img-container {
        position: relative;
    }

    .gallery-img-exc, .wp-caption .wp-caption-text {
        margin: 27px 5% 22px;
    }

    .gallery-mobile-nav {
        display: block;
        visibility: visible;
        width: 165px;
        height: 39px;
        border-top: 1px solid #b2b2b2;
        border-bottom: 1px solid #b2b2b2;
        border-radius: 5px;
        margin: 0 auto;
        background: #fff;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin-top: 60%;
    }

    .gallery-mobile-nav .gallery-prev, .gallery-mobile-nav .gallery-next {
        width: 39px;
        height: 39px;
        border: 1px solid #b2b2b2;
        border-radius: 5px;
        background: #fff;
        background-image: url(images/gallery-mobile-arrows.png);
    }

    .gallery-mobile-nav .nav-container {
        position: relative;
        height: 39px;
    }

    .gallery-mobile-nav .gallery-prev {
        position: absolute;
        top: -1px;
        left: 0;
        background-position: 0 0;
    }

    .gallery-mobile-nav .gallery-next {
        position: absolute;
        top: -1px;
        right: 0;
        background-position: 39px 0;
    }

    .gallery-mobile-nav .gallery-counter {
        position: absolute;
        top: 25%;
        left: 0;
        right: 0;
        font: bold 16px Arial;
        color: #000;
        text-align: center;
        vertical-align: middle;
    }

    /*** (500) Ещё по теме ***/
    #theme-list {
        margin-bottom: 14px;
    }
    #theme-list li {
        margin: 6px 0 20px;
        border-bottom: 1px solid #afafaf;
    }

    #theme-list li:nth-child(3) {
        margin: 6px 0 20px;
        border-bottom: none;
    }

    #theme-list img {
        display: none;
        visibility: hidden;
    }

    #theme-list h2 {
        margin: 0;
        /*padding-top: 6px;*/
    }

    #theme-list .entry-meta {
        margin: 10px 0 25px;
    }

    /*** (500) Комменты ***/
    .comments-area .comments-header {
        text-align: center;
    }
    .comments-area .comments-title {
        display: block;
        width: 100%;
    }
    #commentform #author, #commentform #email, #commentform #comment {
        width: 100%;
        max-width: 100%;
    }
    #commentform #submit, div.addCommentRules {
        margin-left: 0;
    }

    #commentform p > label {
        width: 100%;
        padding: 3px 0 6px;
    }

    /*** (500) футер статьи ***/
    h2.entry-footer-title {
        margin-left: auto;
        margin-right: auto;
    }


    /*** Футер ***/
    footer #subscribe #subscribe-form #subscribesubmit {
        text-indent: -10000px;
        background-image: url(images/ico.png);
        background-position: -207px -34px;
        min-width: 50px;
        width: 50px;
        height: 47px;
    }

    footer #social #social-buttons li {
        width: 18%;
    }
}

@media screen and (max-width: 400px) {
    #switchSite #switch-user li:last-child, #switchSite #switch-content {
        display: none;
        visibility: hidden;
    }

    header nav li a {
        font-size: 20px;
    }

    #main-navigation #searchform #s {
        width: 62%;
    }

    #main-navigation #add-buttons #searchform #s {
        width: 80%;
    }

    /*** Слайдер ***/
    #main-slider h2 {
        font-size: 24px;
        margin: 0;
    }

    #main-slider .post-info .entry-meta {
        color: #AAA;
    }

    #main-slider .post-info {
        bottom: 20px;
    }


    /***** (400) Статья *****/

    /*** Заг, подзаг, автор ***/

    h1.article-title {
        font-size: 24px;
        line-height: 1.2em;
        margin: 16px 8% 14px;
    }

    article.type-page h1.article-title {
        margin-left: 5%;
        margin-right: 5%;
    }

    article .entry-header .content-summary {
        font-size: 18px;
        margin: 6px 8%;
        line-height: 1.5em;
    }

    article .entry-header .entry-meta {
        float: none;
        margin: 19px 8% 5px;
    }

    article .entry-header .entry-authors {
        float: none;
        margin: 5px 8% 34px;
        /*margin-top: 3px;*/
    }

    .entry-authors span {
        margin: 3px 0;
    }

    /*** Текст ***/
    article .entry-content {
        font-size: 14px;
        line-height: 1.6em;
    }

    article .entry-content p {
        font-size: 14px;
        line-height: 1.6em;
        padding: 0 8%;
    }


    article .entry-content blockquote {
        padding-bottom: 12px;
        margin-bottom: 40px;
        margin: 0 8% 34px;
    }

    article .entry-content blockquote p {
        font-size: 12px;
    }

    article .entry-content blockquote img {
        float: none;
        /*width: 78%;
        max-width: 78%;*/
        margin: 16px 25px 16px 0;
    }

    .gallery-img-exc, .wp-caption .wp-caption-text {
        font-size: 12px;
    }


    article .entry-content table, article .entry-content ul, article .entry-content ol, article .entry-content h2, article .entry-content h3, article .entry-content h4, article .entry-content h5, article .entry-content h6 {
        margin-left: 8%;
        margin-right: 8%;
        width: 84%;
    }

    article .entry-content ul, article .entry-content ol {
        font-size: 14px;
        line-height: 1.6em;
    }

    article .entry-content table, article .entry-content table thead {
        font-size: 13px;
        line-height: 1.6em;
    }

    article .entry-content table tbody {
        font-size: 11px;
        line-height: 1.6em;
    }

    article .entry-content table thead td {
        padding-bottom: 10px;
    }

    article .entry-content table td {
        padding: 0;
    }

    /*** (400) Ещё по теме ***/
    #theme-list {
        margin: 0 8% 14px;
        width: 84%;
    }

    /*** (400) Комменты ***/
    .comments-area {
        margin: 60px 8% 50px;
    }
    .comment-author {
        line-height: 26px;
    }

    .comment-list {
        margin: 65px 0 38px;
    }

    /*** Футер ***/
    footer section {
        padding: 28px 50px;
    }
}

@media screen and (max-width: 320px) {
    div.logo div {
        width: 112px;
        height: 18px;
    }

    #switch-user {
        padding: 10px 8%;
    }

    #switchSite #switch-user li {
        margin-right: 6%;
    }


    /*** Слайдер ***/
    #main-slider h2 {
        font-size: 22px;
    }

    #main-navigation, #main-navigation.expanded {
        width: 84%;
        margin: 15px 8%;/* 28px;*/
        position: relative;
        text-align: center;
    }

    /*** Осн. список ***/
    #main-list, #test-drive-list {
        margin-top: 6px;
    }

    #search-content, #test-drive-header/*, #test-drive-content*/ {
        width: 84%;
        margin-left: 8%;
        margin-right: 8%;
    }

    #main-list li {
        padding: 0 8%;
        border-bottom: 1px solid #5e5e5e;
    }

    #main-list li img {
        margin-bottom: 9px;
    }

    #main-list li h2 {
        margin-bottom: 15px;
    }

    #main-list .entry-meta {
        margin-bottom: 30px;
    }


    /*** Списки в тестдрайвах ***/
    #vehicle-type-tabs {
        padding: 30px 0 26px 0;
    }

    #vehicle-type-tabs ul {
        margin: 0 8%;
    }

    #cars-tab {
        margin-top: 14px;
    }

    ul#vehicle-type-menu {
        margin-left: 8%;
        margin-right: 8%;
    }

    #select-make {
        padding-left: 8%;
        padding-right: 8%;
    }



    article.type-page h1.article-title, article.type-page .entry-content {
        margin-left: 8%;
        margin-right: 8%;
    }
}

/* @import url(example.css) (max-width: 640px) */

.hidden {
    display: none;
}

.comment-hint-link {
    color: rgb(65, 105, 225);
    text-decoration:none;
}

.comment-hint-text-block {
    margin: 10px;
}

.comment-hint-close-button {
    color: #000000;
    text-decoration:none;
}

.comment-hint-close-button-block {
    text-align: right;
    margin: 3px;
}

.comment-hint {
    margin: 10px;
    border: 2px solid #dbdfe4;
    display: inline-block;
    background: #f6f8f9;
}

/*140013*/


.tooltip-container {
    display: inline-block;
    position: relative; }

.tooltip-container .tooltip {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
    transition: visibility 0s linear 0.5s, opacity 30ms linear;
    visibility: hidden;
    opacity: 0;
    font-family: "Open Sans", sans-serif;
    position: absolute;
    background: var(--black-primary);
    text-align: center;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    top: calc(100% + 4px);
    padding: 4px 8px;
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
    border-radius: 8px;
    z-index: 10;
    cursor: default;
}
.tooltip-container .tooltip:after {
    bottom: 100%;
    left: 50%;
    border: 4px solid rgba(45, 44, 40, 0);
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #333333;
    margin-left: -4px; }
.tooltip-container .tooltip--yellow {
    transition: opacity 30ms linear;
    border-radius: 4px;
    background-color: #fef8e3;
    font-size: 12px;
    line-height: 16px;
    color: #414247;
    padding: 10px;
    text-align: left; }
.tooltip-container .tooltip--yellow:after {
    display: none; }
.tooltip-container .tooltip--white {
    transition: opacity 30ms linear;
    padding: 15px 20px;
    text-align: left;
    background: #ffffff;
    border: solid #d4d4da 1px;
    color: #1c1819;
    line-height: 16px; }
.tooltip-container .tooltip--white:after {
    display: none; }
.tooltip-container:hover .tooltip {
    transition: all 80ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    visibility: visible;
    opacity: 1; }


header .site-switcher {
    background-color: #edeff2;
    color: #888b94; }
header .site-switcher a {
    color: #2a81dd;
    text-decoration: none;
    font-size: 13px; }
header .site-switcher a:hover {
    color: #f27900 !important; }
header .site-switcher a .pay-link {
    font-weight: bold; }
header .site-switcher ul {
    margin: 0;
    padding: 0;
    height: 30px;
    position: relative;
    left: -4px; }
header .site-switcher ul li {
    list-style: none;
    display: inline-block;
    height: 30px;
    position: relative; }
header .site-switcher ul li .site {
    margin: 2px 3px 7px 0; }
header .site-switcher ul li .border {
    border-right: 1px solid #a2a2a2;
    display: inline-block;
    height: 20px;
    margin: 0 3px 3px 0; }
header .site-switcher .cabinet-login {
    text-align: right; }
header .site-switcher .cabinet-login .cabinet-messages {
    min-width: 95px;
    display: inline-block;
    text-align: left; }
header .site-switcher .cabinet-login .cabinet-messages .link-messages {
    text-decoration: none; }
header .site-switcher .cabinet-login .cabinet-messages .link-messages:hover {
    text-decoration: underline; }
header .site-switcher .cabinet-login .cabinet-messages .counter-block {
    border-radius: 3px;
    font-size: 12px;
    height: 15px;
    line-height: 15px;
    padding: 0 3px 1px;
    color: #ffffff;
    background-color: #e64a19;
    margin-left: .2em; }
header .site-switcher .cabinet-login .cabinet-favorite {
    min-width: 115px;
    display: inline-block;
    text-align: left; }
header .site-switcher .cabinet-login .cabinet-favorite:empty {
    display: none; }
header .site-switcher .cabinet-login-name {
    padding-right: 15px; }
header .site-switcher .cabinet-login .cabinet-link {
    line-height: 30px;
    margin-left: 5px; }
header .site-switcher .cabinet-login .cabinet-link.register {
    margin-right: 40px; }
header .site-switcher .cabinet-login .cabinet-link:hover {
    text-decoration: underline; }
header .site-switcher .cabinet-login i {
    vertical-align: middle; }

header .top-nav .menu-block ul li a:hover {
    border-color: transparent; }

header .top-nav {
    height: 100px;
    vertical-align: middle;
    font-size: 1.18em; }
header .top-nav .logo-block {
    padding-top: 16px;
    padding-bottom: 20px;
    text-align: center; }
header .top-nav .logo-block > div {
    display: table; }
header .top-nav .logo-block .region-select {
    cursor: pointer;
    font-size: .9em;
    display: block;
    color: #333333;
    margin-top: 3px; }
header .top-nav .logo-block .region-select > span {
    margin-right: 5px;
    border-bottom: 1px dotted; }
header .top-nav .logo-block .region-select i {
    vertical-align: middle; }
header .top-nav .logo-block .region-select:hover {
    color: #ff0000; }
header .top-nav .logo-block .region-select:hover > i {
    background-position: -719px -351px;
    background-size: 820px 802px;
    width: 7px;
    height: 4px; }
header .top-nav .header-logo {
    background-position: 0% 15.87744%;
    width: 173px;
    height: 47px;
    width: 175px;
    height: 42px;
    display: inline-block;
    position: relative;
    left: -4px; }
header .top-nav .menu-block ul {
    margin: 0;
    padding: 40px 0;
    white-space: nowrap; }
header .top-nav .menu-block ul li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
    position: relative; }
header .top-nav .menu-block ul li .nav-main-center-arrow {
    background-position: -369px -660px;
    background-size: 820px 802px;
    width: 52px;
    height: 26px;
    margin-left: -26px;
    position: absolute;
    margin-top: 37px;
    left: 50%; }
header .top-nav .menu-block ul li a {
    text-decoration: none;
    border-bottom: 1px solid #0066cc; }
header .top-nav .menu-block ul li a.selected {
    color: #993366;
    font-weight: bold;
    border: none; }
header .top-nav .add-block {
    font-size: .9em;
    padding-top: 40px;
    font-weight: bold;
    white-space: nowrap; }
header .top-nav .add-block p {
    font-weight: normal;
    color: #666666;
    margin-top: .5em;
    font-size: 1.1em; }
header .top-nav .col-sm-9 {
    z-index: 2; }
header .top-nav .col-sm-3 {
    z-index: 1; }


    header .wrapper .main-navigation {
        margin-left: 0 !important;
        margin-top: 0 !important;
    }

    header nav li:first-child {
        margin-left: 0;
    }

    nav[role="navigation"] > div {
        width: 100%;
        display: flex;
        justify-content:space-between;
        align-items: center;
    }

    nav[role="navigation"] div input {
        height: 52px;
        width: 100%;
        padding-left: 20px;
        padding-right: 100px;
    }

    .menu-pochitat-container,
    .menu-pochitat-kz-container {
        flex: 1 0 auto;
        margin-right: 16px;
    }

    .searchForm {
        width: 40%;
        flex: 0 1 auto;
        min-width: 0;
        position: relative;
    }

    .searchForm button {
        background: transparent;
    }

    .searchForm .searchSubmit {
        background-position: -97px -39px;
        background-image: url(images/ico.png);
        width: 35px;
        height: 35px;
        border: none;
        border-radius: 50%;
        position: absolute;
        top: 8px;
        right: 40px
    }

    .searchForm .searchHide {
        background-position: -175px 0px;
        background-image: url(images/ico.png);
        width: 35px;
        height: 35px;
        border: none;
        border-radius: 50%;
        position: absolute;
        top: 8px;
        right: 4px;
    }


@media screen and (min-width: 1200px) {
    .kolesa-top-header-md {
        width: 1200px !important; } }

@media screen and (max-width: 1230px) {
    .top-nav .add-block .header-btn-md {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 95%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: 17%;
        font-size: 0.85em; }
    .top-nav .add-block .adv-count-p {
        width: 95%;
        margin-left: 17%; }
    .top-nav .add-block .adv-count-p small {
        font-size: 0.7em; } }

.kolesa-top-header-overlay {
    width: 100%;
    min-height: 48px;
    background: #fff;
    border-bottom: 1px solid var(--white-darkest);
    z-index: 1; }

.kolesa-top-header {
    margin: 0 auto;
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: space-between;
    min-height: 48px;
}
.kolesa-top-header .open > a {
    border-bottom: none; }
.kolesa-top-header .open > a span {
    color: #e64a19;
    border-bottom: none; }
.kolesa-top-header .kolesa-top-header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.kolesa-top-header .kolesa-top-header-right .user-action-links .user-messages-count {
    background: #e64a19;
    color: #ffffff;
    border-radius: 5px;
    font-size: 13px;
    padding: 2px 3px; }
.kolesa-top-header .kolesa-top-header-right .user-action-links .user-favorites-count {
    color: #888b94; }
.kolesa-top-header .kolesa-top-header-right .user-action-links .user-favorites-count .favorite-count {
    color: #888b94;
    font-size: 13px; }
.kolesa-top-header .kolesa-top-header-right .user-action-links .user-balance-count {
    color: #888b94;
    font-size: 13px; }
.kolesa-top-header .user-action-links a {
    color: var(--blue-primary);
    text-decoration: none;
    font-size: 14px;
    line-height: 22px;
    margin-left: 24px;
}
.kolesa-top-header .user-action-links a:hover {
    color: var(--red);
}
.kolesa-top-header .kolesa-top-header-right .header-dropdown {
    padding: 11px 0px 11px 17px;
    margin-left: 43px; }
.kolesa-top-header .kolesa-top-header-right .header-dropdown .dropdown-menu {
    padding: 0;
    left: -30px;
    top: 116%; }
.kolesa-top-header .kolesa-top-header-right .header-dropdown .dropdown-menu .separator {
    margin-top: 0; }
.kolesa-top-header .kolesa-top-header-right .header-dropdown .dropdown-menu li:last-child a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #2e67b2; }
.kolesa-top-header .kolesa-top-header-right .header-dropdown .dropdown-menu li:last-child a span {
    margin-left: -5px; }
.kolesa-top-header .kolesa-top-header-right .header-dropdown .user-info-name, .kolesa-top-header .kolesa-top-header-right .header-dropdown .user-info-id {
    padding: 8px 15px; }
.kolesa-top-header .kolesa-top-header-right .header-dropdown .user-info-id {
    color: #888b94;
    font-size: 12px; }
.kolesa-top-header .kolesa-top-header-right .header-dropdown .dropdown-item {
    margin-bottom: 0; }
.kolesa-top-header .kolesa-top-header-right .header-dropdown .dropdown-item a:hover {
    color: #e64a19; }
.kolesa-top-header .kolesa-top-header-right .header-dropdown .dropdown-item a {
    padding: 6px 15px; }
.kolesa-top-header .kolesa-top-header-right .header-dropdown .dropdown-item a:hover {
    background: #f0f0f0; }
.kolesa-top-header .kolesa-top-header-right .header-dropdown .dropdown-item a:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.kolesa-top-header .kolesa-top-header-right .header-dropdown a {
    margin: 0; }
.kolesa-top-header .kolesa-top-header-right .dropdown-link-item {
    margin-left: 43px; }

.kolesa-top-header .kolesa-top-header-right {
    font-family: "Open Sans",Tahoma,Verdana,Arial !important;
}

header .top-nav .add-block {
    padding-top: 45px; }

@media screen and (max-width: 1000px) {
    .kolesa-top-header-overlay {
        display: none;
    }
    .wrapper .main-navigator {
        display: none;
    }

    .wrapper.navigation-wrapper {
        padding-inline: 5%;
        margin: 32px 0 0 0;
        box-sizing: border-box;
        max-width: 100%;
    }

    .menu-pochitat-container,
    .menu-pochitat-kz-container {
        margin-right: 0;
        flex: 1 1 auto;
    }

    #nav-searchform {
        width: 100%;
    }

    .searchForm {
        display: none;
    }
    .searchShow {
        display: none;
    }
}

@media screen and (max-width: 1280px) and (min-width: 992px) {
    .navigation-wrapper,
    .kolesa-top-header {
        max-width: 980px;
        margin: 0 auto;
    }

    .kolesa-top-header-overlay {
        margin: 0 auto;
    }

    .navigator-links {
        margin-left: 0px !important;
    }
    .wrapper #switchSite {
        width: 980px !important;
        margin: 0 auto;
    }
    #main-navigation {
        width: 980px;
        max-width: 100%;
        float: none;
        margin: 0 auto !important;
    }
}

.small-logo {
    background: url(images/image-sprite.svg);
}

.nav-links {
    width: auto !important;
    justify-content: center !important;
}

@media screen and (min-width: 992px) {
    .searchShow {
        background-position: -137px 0px;
        background-image: url(images/ico.png);
        width: 35px;
        height: 35px;
        border: none;
        border-radius: 50%;
        position: absolute;
        top: 15px;
        right: 40px;
        background-color: #FFFFFF;
    }

    .site-main-header {
        background: url(images/day-sky-ny-2018.png) no-repeat center 35%;
    }
    header nav li:first-child {
        margin-left: -12px;
    }
}

.email-form {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}

.subscribe-message {
    margin-top: 45px;
    position: absolute;
    text-align: left;
}

.subscribe-input {
    width: 98%;/*346px;*/
    height: 43px;
    padding: 0 3% !important;/*20px;*/
    border: none !important;
    border-radius: 0 !important;
    background-color: #fff;
    color: #a1a1a1;
    font-size: 14px;
    float: left;
    position: relative;
}

.subscribe-input-block {
    width: 70%;
    font-size: 13px;
}

.menu-link__label {
    margin-left: 4px;
    font-size: 12px;
    line-height: 1.5;
    font-family: Open Sans,Tahoma,Arial,Helvetica,sans-serif;
    color: #fff;
    padding: 0 4px;
    border-radius: 3px;
    background: #f33;
}

@media only screen and (max-width: 1280px) {
    .kolesa-gid {
        display: none;
    }
}
