/* Сброс всех CSS свойств
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal;
}
ol, ul {
  list-style: none;
}
blockquote {
  quotes: none;
}
blockquote:before, blockquote:after {
  content: '';
  content: none;
}
del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
a img {
  border: none;
}


body,
input,
textarea,
.page-title span,
.pingback a.url,
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-title,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit],
pre,
code {
  font-family: "PFDinTextCompPro-Regular", Arial, Verdana, sans-serif, Helvetica;
}

/* Типографика
-------------------------------------------------------------- */
.grecaptcha-badge{
    display:none !important;
}
body {
  background: #f9f9f9 url(../images/bg_body.jpg);
}

body,
input,
textarea {
  color: #666;
  font-size: 13.5pt;
  line-height: 120%;
}
hr {
  background-color: #e7e7e7;
  border: 0;
  clear: both;
  height: 1px;
  margin-bottom: 18px;
}

p {
  margin-bottom: 18px;
}
ul {
  list-style: square;
  margin: 0 0 18px 1.5em;
}
ol {
  list-style: decimal;
  margin: 0 0 18px 1.5em;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}
dl {
  margin: 0 0 24px 0;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 18px;
}

.entry-content img {
  max-width: 100%;
  height: auto;
}

.testimonial .author,
strong {
  font-weight: 400;
  font-family: "PFDinTextCompPro-Medium", Arial, Verdana, sans-serif, Helvetica;
}
cite,
em,
i {
  font-style: italic;
}
big {
  font-size: 131.25%;
}
ins {
  background: #ffc;
  text-decoration: none;
}
blockquote {
  font-style: italic;
  padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
  font-style: normal;
}
pre {
  background: #f7f7f7;
  color: #222;
  line-height: 18px;
  margin-bottom: 18px;
  overflow: auto;
  padding: 1.5em;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
sup,
sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
input[type="text"],
input[type="password"],
textarea {
  background: #f9f9f9;
  border: 1px solid #ccc;
  box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
  padding: 2px;
}
a:link {
  outline: none;
  color: #45688e;
  text-decoration: underline;
}
a:visited {
  outline: none;
  color: #45688e;
  text-decoration: underline;
}
a:active,
a:hover {
  outline: none;
  color: #45688e;
  text-decoration: none;
}

input[type="text"]:focus {
  outline: none;
}

.content {
  padding: 20px;
}

.content.one-column {
  width: 1160px;
}

.content ul {
  margin-bottom: 20px;
}

/* Основные элементы========================================*/

.all{
  width: 1200px;
  margin: 0px auto;
  padding: 0px 5px;
}


.box{
  display: block;
  padding: 20px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1),0 -2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
  border-bottom: 6px solid #f5f5f5;
  border-top: 3px solid #f5f5f5;
  margin: 12px 0;
}

h1,
.h1 {
  display: block;
  font-family: "PFDinTextCompPro-Medium";
  font-size: 24pt;
  line-height: 100%;
  padding-bottom: 15px;
  margin-bottom: 0;
}

h3,
.h3 {
  display: block;
  font-family: "PFDinTextCompPro-Medium";
  font-size: 24pt;
  line-height: 100%;
  padding-bottom: 15px;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
}

blockquote {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 0 10px;
  margin: 10px 30px 10px 30px;
}

a {
  text-decoration: underline;
  color: #55a55a;
}
a:hover {
  text-decoration: none;
}


/**************** HEADER ****************/

.header{
  height: 40px;
  margin: 25px 0px 0px 0px;
}

.logo {
  width: 280px;
  height: 80px;
  float: left;
  margin: 10px 0px;
}

.logo img {
  max-width: 100%;
}


h1.description,
div.description {
  clear: none;
  float: left;
  width: 240px;
  font-family: "PFDinTextCompPro-Medium";
  font-size: 18pt;
  line-height: 100%;
  margin: 15px 0 0 50px;
  text-transform: uppercase;
}

h1.description span,
div.description span {
  font-size: 16pt;
}

div.dostavka {
  clear: none;
  float: left;
  width: 320px;
  box-sizing: border-box;
  font-family: "PFDinTextCompPro-Medium";
  font-size: 15pt;
  line-height: 1.15;
  padding: 8px 0 8px 68px;
  margin: 10px 0;
  text-transform: uppercase;
  background: url(../images/dostavka.png) no-repeat 0 center;
  background-size: 56px auto;
  min-height: 55px;
  display: flex;
  align-items: center;
}

div.dostavka .dostavka__line {
  display: inline-flex;
  align-items: center;
  float: none;
  width: auto;
  max-width: 100%;
  font-size: inherit;
  line-height: 1;
  white-space: nowrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  transform: translateY(2px); /* dostavka__line-nudge */
}

div.dostavka img.bm-flag {
  position: static !important;
  display: block !important;
  width: 22px !important;
  height: 15px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  float: none !important;
  flex-shrink: 0;
  object-fit: cover;
}

.header .button {
  font-size: 18pt;
  line-height: 40px;
  text-transform: uppercase;
  font-family: "PFDinTextCompPro-Medium";
  background: #c91818;
  background: -ms-linear-gradient(top, #c91818 0%,#ac0101 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c91818', endColorstr='#ac0101');
  background: -webkit-gradient(linear, left top, left bottom, from(#c91818), to(#ac0101));
  background: -moz-linear-gradient(top,  #c91818,  #ac0101);
  background: gradient(linear, top,  #c91818,  #ac0101);
  background: -o-linear-gradient(top,  #c91818,  #ac0101);
}
.header .button:hover {
  background: #c91818;
  box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.2);
}

img {
  border: 0;
}
.aligncenter,

div.aligncenter {

  display: block;

  margin-left: auto;

  margin-right: auto;

}

.alignleft {

  float: left;

  margin-right: 20px;
  margin-bottom: 15px;
}

.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

.wp-caption {

  border: 1px solid #ddd;

  text-align: center;

  background-color: #f3f3f3;

  padding-top: 4px;

  margin: 10px;

  /* optional rounded corners for browsers that support it */

  -moz-border-radius: 3px;

  -khtml-border-radius: 3px;

  -webkit-border-radius: 3px;

  border-radius: 3px;

}

.wp-caption img {

  margin: 0;

  padding: 0;

  border: 0 none;

}

.wp-caption p.wp-caption-text {

  font-size: 11px;

  line-height: 17px;

  padding: 0 4px 5px;

  margin: 0;

}
.contact {
  width: 245px;
  height: 80px;
  float: right;
  text-align: center;
  padding: 0px 0;
  position: relative;
}

.contact .textwidget{
  font-family: "PFDinTextCompPro-MedItal";
  background: url(../images/bg_phone.png) 0 13px no-repeat;
  font-size: 28pt;
  line-height: 27px;
  padding: 5px 0 5px 30px;
}


/**************** MENU ****************/

.primary-menu {
  clear: both;
  margin: 15px auto;
  height: 50px;
  background: url(../images/bg_nav_a.png) #60b1cc;
  border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
  color: #fff;
  overflow: hidden;
}

.primary-menu a {
  float: left;
  color: #fff;
  font-family: "PFDinTextCompPro-Medium";
  font-size: 16pt;
  line-height: 50px;
  padding: 0 39px 0 40px;
  border-right: 1px solid #000000;
  text-decoration: none;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
  background: url("/wp-content/themes/motochoice/images/next-horizontal_h.jpg") no-repeat scroll 0 0 transparent;
  border-radius: 5px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4); -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4); -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4);
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
  background: url("/wp-content/themes/motochoice/images/prev-horizontal_h.jpg") no-repeat scroll 0 0 transparent;
  border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4); -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4); -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4);
}
.primary-menu a:hover {
  background: #60b1cc;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4); -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4); -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4);
}

.primary-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.primary-menu ul li {
  float: left;
  border-right: 1px solid #307f9a;
  margin-right: -2px;
}

.primary-menu ul li:last-child {
  border-right: 0px solid #307f9a;
  width: 165px;
}

.primary-menu ul li:last-child a {
  border-right: 0px solid #307f9a;
  width: 94px;
  text-decoration: center;
}

.primary-menu ul li .sub-menu {
  display: none;
  min-width: 200px;
  position: absolute;
  margin-top: 50px;
  background: #60b1cc;
  border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px;
  overflow: hidden;
  border: 1px solid #26556e;
  border-top: none;
}

.primary-menu ul li:hover .sub-menu {
  display: block;
}

.primary-menu ul li .sub-menu li {
  display: block;
  clear: both;
  border-right: none;
  border-bottom: 1px solid #26556e;
  margin-bottom: -2px;
  width: 100%;

}

.primary-menu ul li .sub-menu li a {
  display: block;
  border-right: none;
  margin-bottom: -2px;
  border-bottom: 1px solid #60b1cc;
  padding: 10px 5%;
  width: 90%;
  line-height: 30px;
}

.primary-menu ul li .sub-menu li a:hover {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  text-decoration: underline;
  background: none;
}

/**************** ACTIONS ****************/

.actions{
  display: block;
  float: left;
  width: 100%;
  padding: 20px 0px;
}

.action{
  float: left;
  vertical-align: top;
  width: 340px;
  height: 280px;
  margin: 0px 45px;
  padding: 15px;
}

.action:last-child {
  float: right;
  margin: 0;
}

.action:first-child {
  float: left;
  margin: 0;
}

.action h3 {
  height: 25px;
  font-size: 13.5pt;
  margin-bottom: 10px;
}
.action .img {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  height: 170px;
}

.action .img img {
  display: block;
  margin: 0 auto;
  max-height: 170px;
  width: auto;
}
.action .text {
  height: 120px;
  overflow: hidden;
  margin-bottom: 10px;
}

.action .post-edit-link {
  display: inline;
}

.action .button {
  font-family: "PFDinTextCompPro-Medium";
  font-size: 22pt;
  line-height: 140%;
  text-transform: uppercase;
  padding: 7px 0;
}

.blog-card,
.action-card {
  clear: both;
  overflow: hidden;
  margin-bottom: 25px;
}

.action-card .button {
  float: left;
  padding: 0 25px;
}

.box-3 .center-title {
  font-size: 21pt;
}

.action-card .img {
  clear: both;
  overflow: hidden;
  margin-bottom: 25px;
}

.action-card .img img {
  width: auto;
  height: auto;
  max-width: 100%;
}

/**************** BUTTONS ****************/

.buttons {
  text-align: center;
  clear: both;
  display: block;
  overflow: hidden;
}

a.button,
.button {
  display: block;
  height: 40px;
  padding: 0px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
  font-size: 18pt;
  line-height: 40px;
}

.button a{
  text-decoration: none;
}

a.red,
.red {
  color: #fff;
  background: #60b1cc;
  background: -ms-linear-gradient(top, #60b1cc 0%,#307f9a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#60b1cc', endColorstr='#307f9a');
  background: -webkit-gradient(linear, left top, left bottom, from(#60b1cc), to(#307f9a));
  background: -moz-linear-gradient(top,  #60b1cc,  #307f9a);
  background: gradient(linear, top,  #60b1cc,  #307f9a);
  background: -o-linear-gradient(top,  #60b1cc,  #307f9a);
}

.links-right .wpcf7-submit:hover,
.action-right .wpcf7-submit:hover,
a.red:hover,
input.red:hover {
  background: #60b1cc;
  box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.2); -moz-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.2); -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.2);
}

.big {
  padding: 10px 25px;
  font-size: 16pt;
}

.grey {
  background-color: #ddd;
  color: #333;
  height: 24px;
  line-height: 24px;
  font-weight: normal;
}

/**************** MAIN PART****************/

.middle {
  clear: both;
  padding-top: 0px;
}

.content{
  float: right;
  width: 745px;
  min-height: 280px;
}

.content h2 {
  margin: 0 0 20px 0;
  font-size: 18pt;
}
.content h3 {
}

.content table h3 {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 18pt;
}

hr {
  background: #ccc;
  height: 1px;
  border: none;
  margin: 10px 0;
}

.item-card {
  width: 270px;
  padding: 10px;
  display: -moz-inline-box;
  display: inline-block;
  zoom: 1;
  vertical-align:top;
  margin-bottom: 20px;
  *display: inline;
}
.item-card .img{
  text-align: center;
  margin: 10px;
  margin-left: 0;
  float: left;
}
.item-card .excerpt {
  font-size: 9pt;
  margin: 10px 0 10px 130px;
}

.price {
  font-size: 14pt;
  font-weight: normal;
  clear:both;
  margin-bottom: 15px;
}

.price span {
  padding-right: 18px;
  background: url(../images/rub.png) right no-repeat;
}

.item-card .buttons {
  text-align: left;
}

.item-card .button {
  width: 90px;
}

.post-edit-link {
  display: block;
  font-size: 8pt;
}

.content > .buttons {
  text-align: center;
}


.content .entry-title {
  font-size: 28pt;
  line-height: 140%;
  margin-bottom: 15px;
}
.entry-title a:link,
.entry-title a:visited {
  color: #666;
  text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
  color: #000000;
}

.yashare-auto-init {
  padding: 15px 0;
}

.single .yashare-auto-init {
  padding: 20px 0;
}

#vk_comments {
  float: left;
}

/**************** SIDEBAR ****************/

#sidebar {
  float: left;
  width: 370px;
  margin: 0 0 20px 0;
}

.widget {
  margin-bottom: 45px;
}
.widget .button {
  font-size: 18pt;
  line-height: 40px;
  text-transform: uppercase;
  font-family: "PFDinTextCompPro-Medium";
  background: #c91818;
  background: -ms-linear-gradient(top, #c91818 0%,#ac0101 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c91818', endColorstr='#ac0101');
  background: -webkit-gradient(linear, left top, left bottom, from(#c91818), to(#ac0101));
  background: -moz-linear-gradient(top,  #c91818,  #ac0101);
  background: gradient(linear, top,  #c91818,  #ac0101);
  background: -o-linear-gradient(top,  #c91818,  #ac0101);
}
.widget .button:hover {
  background: #c91818;
  box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.2);
}

.widget + .widget {
  margin-top: 10px;
}

.widget ul
{
  list-style: none;
  margin-left: 10px;
}

.testimonial .text{
}

.testimonial .author {
  text-align: right;
}

.content >.testimonial .author {
  text-align: left;
}

.testimonial + .testimonial {
  border-top: 1px solid #E5E5E5;
  padding-top: 10px;
  margin-top: 10px;
}
.center {
  text-align:center;
}

#sidebar .button{
  margin: 10px auto;
  width: 100%;
}

#sidebar h3 {
  font-family: "PFDinTextCompPro-Medium";
  font-size: 24pt;
  text-transform: uppercase;
  line-height: 100%;
  padding-bottom: 15px;
}

/**************** FOOTER ****************/

.footer {
  clear: both;
}

.footer-left{
  float: left;
  /*margin-top: 8px; margin-left: 16px*/
}

.footer-right {
  float: right;
}

#special-sidebar
{
  display: none;
}


.footer .widget {
  float: right;
  width: 200px;
  margin: 0;
}

.footer .widget:first-child {
  float: right;
  width: 150px;
}

.footer .widget:last-child {
  float: right;
  width: 600px;
}

.footer .widget li {
  padding: 5px 0;
}

.footer-logo {
  display: block;
  clear: both;
  max-width: 100%;
}

.footer-logo img {
  max-width: 100%;
}

/**************** CONTACT FORM 7 ****************/

.wpcf7 #todo {
  display: none!important;
}

.wpcf7 input, .wpcf7 textarea {
  width: 300px;
}

.wpcf7 input.button {
  width: auto;
}

.wpcf7 textarea {
  height: 100px;
}

.wpcf7 .wpcf7-form-control {
  margin-top: 10px;
}

.wpcf7 .ajax-loader {
  display: block;
  clear: both;
}

#call-me-back , #leave-testimonial{
  width: 400px;
  height:auto;
}

.center-title {
  text-align: center;
}

.content table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 1px solid #dddddd;
  text-align: center;
  margin-bottom: 15px;
}

.content table a {
  text-decoration: underline;
}

.content table a:hover {
  text-decoration: none;
}

.content table tr {
  border-bottom: 1px solid #dddddd !important;
  border-left: 1px solid #dddddd;
}

.content table tr:hover {
  background: #dddddd;
}

.single table tr:hover {
  background: #fff;
}

.content table td {
  border-right: 1px solid #dddddd;
  padding: 0 0px;
  vertical-align: top;
}

.content table td img {
  float: left;
  height: 150px !important;
  width: auto;
  max-width: 100%;
  border: 0px solid #dddddd;
}

.content table th {
  border-right: 1px solid #dddddd;
  padding: 5px 0px;
}

.filtr ul {
  margin: 0;
  padding: 0;
}

.filtr li {
  clear: both;
  padding: 6px 0;
}

.filtr label {
  text-align: right;
}

.filtr input {

  width: 198px;
  border: 1px solid #ccc;
}

.filtr select {
  width: 200px;
  border: 1px solid #ccc;
}

.filtr .input {
  float: right;
  width: 200px;
  text-align: right;
}

input.price_input {
  width: 90px !important;
}

input.price_input:first-child {
  float: left;
}

input.price_input:last-child {
  float: right;
}

select.price_input {
  width: 98px !important;
}

.single table td {
  border-right: 1px solid #ccc;
  padding: 4px 10px;
  height: auto !important;
  text-align: left;
}

.single table th {
  text-align: left;
  padding: 4px 10px;
}

#socializeit {}

.nofound_moto {
  margin-top: 30px;
  text-align: center;
  font-size: 14pt;
}

.nofound_moto .phone {
  color: red;
  font-weight: bold;
  font-size: 18pt;
}

input.red {
  padding: 0px 15px;
  border: 0px solid #60b1cc!important;
  font-size: 18pt;
  cursor: pointer;
}

input.red:hover {
  text-decoration: none;
  background: #60b1cc;
}

a.orange {
  background: #FFC801;
  color: #333;
  padding: 10px 45px;
  border-radius: 30px;
  box-shadow: none !important;
  border: 1px solid #60b1cc;
  font-size: 18pt;
  font-weight: 400 !important;
}

.orange:hover {
  background: #FFE401;
  text-decoration: none;
}

.post_gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(220px, 1fr);
  gap: 10px;
  clear: both;
  overflow: hidden;
  margin: 0 0 24px 0;
  align-items: stretch;
}

.post_gallery__main {
  display: block;
  position: relative;
  overflow: hidden;
  border: 2px solid #CFCFCF;
  box-sizing: border-box;
  background: #f3f3f3;
  aspect-ratio: 4 / 3;
  width: 100%;
}
.post_gallery__main img.bk_image,
.post_gallery__main img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover;
  display: block;
  border: 0 !important;
}

/* Thumbs: height locked to main (no intrinsic img blow-up) */
.post_gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 8px;
  height: 0;
  min-height: 100%;
  align-self: stretch;
  overflow: hidden;
}

.post_gallery__thumb {
  position: relative;
  display: block;
  overflow: hidden;
  border: 2px solid #CFCFCF;
  box-sizing: border-box;
  background: #eee;
  min-width: 0;
  min-height: 0;
}
.post_gallery__thumb img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover;
  display: block;
  border: 0 !important;
}
.post_gallery__thumb--hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0);
}

.post_gallery__more {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.58);
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  text-shadow: 0 1px 2px rgba(0,0,0,.35);
  pointer-events: none;
}
.post_gallery__more--desk { display: flex; }
.post_gallery__more--mob { display: none; }

/* legacy WP gallery (other pages) — keep harmless */
.gallery {
  float: right;
  width: 345px;
}
.gallery .gallery-caption,
.gallery br {
  display: none !important;
}

/* Pagination — like motoauction.online/vehicles */
.content .navigation,
.navigation {
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  clear: both !important;
  width: 100% !important;
  float: none !important;
  text-align: center !important;
  margin: 16px 0 28px !important;
  padding: 0 !important;
}

.bm-pagination {
  display: flex;
  justify-content: center;
  width: 100%;
}

.bm-pagination__row {
  display: none;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 auto;
}

.bm-pagination--mobile {
  display: flex !important;
}

@media (min-width: 640px) {
  .bm-pagination--mobile {
    display: none !important;
  }
  .bm-pagination--desktop {
    display: flex !important;
  }
}

.bm-page {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  max-width: 44px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 1px solid #d4d4d4 !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  color: #333333 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  flex: 0 0 44px;
}

a.bm-page:hover {
  background: #f3f3f3 !important;
  border-color: #bdbdbd !important;
  color: #111 !important;
  text-decoration: none !important;
}

.bm-page.current {
  background: #26556e !important;
  border-color: #26556e !important;
  color: #ffffff !important;
}

.bm-page.disabled {
  background: #fff !important;
  border-color: #ececec !important;
  color: #c4c4c4 !important;
  pointer-events: none !important;
  cursor: default !important;
}

@media (min-width: 640px) {
  .bm-page {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    max-width: 48px !important;
    flex: 0 0 48px;
    font-size: 17px !important;
  }
}

.wp-pagenavi { display: none !important; }


#share42 {padding: 6px 6px 0; background: #FFF; border: 1px solid #E9E9E9; border-radius: 4px;}
#share42:hover {background: #F6F6F6; border: 1px solid #D4D4D4; box-shadow: 0 0 5px #DDD;}
#share42 a {opacity: 0.5}
#share42:hover a {opacity: 1}
#share42 a:hover {opacity: 1}

.post_thumbnail {
  float: left;
  margin: 0 15px 15px 0;
}

.responsed-title {
  font-size: 14pt !important;
  margin: 0 0 15px 0 !important;
}

.responsed-title a {
  color: #000;
  text-decoration: underline;
}

.responsed-title a:hover {
  text-decoration: none;
}

.page-title {
  margin: 0 0 25px 0;
  color: #000000;
  font-family: "PFDinTextCompPro-Medium";
}

.one-responsed {
  clear: both;
}

.vkontakte_comments {
  clear: both;
  margin-top: 15px;
}



/* Подвал
-------------------------------------------------------------- */
.footer {
  min-height: 120px;
  width: 100%;
  height: auto;
  padding: 25px 0;
  background: #307f9a;
  background: -ms-linear-gradient(top, #307f9a 0%,#26556e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#307f9a', endColorstr='#26556e');
  background: -webkit-gradient(linear, left top, left bottom, from(#3c9dbd), to(#26556e));
  background: -moz-linear-gradient(top,  #65a6c9,  #26556e);
  background: gradient(linear, top,  #65a6c9,  #26556e);
  background: -o-linear-gradient(top,  #65a6c9,  #26556e);
  color: #fff;
}

.footer a {
  color: #fff;
}

.footer-widgets {
  width: 1000px;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}

.footer-logo {
  width: 150px;
  height: auto;
  margin-bottom: -10px;
}



.footer-phone {
  font-size: 18pt;
}

.footer-column {
  float: left;
  margin-right: 30px;
  width: 180px;
}

.footer-column.column-2,
.footer-column.column-3 {
  width: 90px;
}

.footer-column.column-4 {
  width: 340px;
}

.footer-column:last-child {
  float: right;
  margin-right: 0;
}

.footer-column  .widget-title {
  font-family: "PFDinTextCompPro-bold";
  padding-bottom: 5px;
}

.footer-column .widget ul {
  margin: 0;
  padding: 0;
}

.footer-column .widget li {
  list-style: none;
  margin: 8px 0;
  padding: 0;
}

.footer-column .widget-social li {
  list-style: none;
  padding-left: 25px;
}

.footer-column .widget-social li.facebook {
  background: url(../images/bg_fb_icon.png) 0 2px no-repeat;
}

.footer-column .widget-social li.twitter {
  background: url(../images/bg_tw_icon.png) 0 2px no-repeat;
}

.footer-column .widget-social li.vkontakte {
  background: url(../images/bg_vk_icon.png) 0 2px no-repeat;
}

.footer-column .widget input {
  width: 100%;
  margin-bottom: 10px;
}



/* Responds--------------------------------------------*/
.respond {
  display: block;
  clear: both;
  overflow: hidden;
  padding: 20px 0;
}

.respond .thumbnail {
  float: left;
  overflow: hidden;
  max-width: 70px;
  max-height: 70px;
  border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%;
  border: 1px solid #eaeaea;
  margin: 0;
}

.respond .thumbnail img {
  border: none;
  width: 100%;
  height: auto;
  max-width: 70px;
  max-height: 70px;
}

#sidebar .respond .respond-content {
  float: right;
  width: 240px;
  font-size: 12pt;
  line-height: 120%;
  font-family: "PFDinTextCompPro-Italic";
}

.respond .respond-content span.author_link {
  display: block;
  color: #45688e;
  top: -5px;
  font-family: "PFDinTextCompPro-Medium";
}

.respond .respond-content span.author_link a {
  color: #45688e;
}

.widget-responds a.yellow {
  margin: 10px 20px;
  font-size: 18pt;
  line-height: 160%;
  text-transform: uppercase;
  color: #fff;
  font-family: "PFDinTextCompPro-Medium";
  padding: 0px 0;
}

.respond .thumbnail-respond {
  float: left;
  border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%;
  width: 100px;
  height: auto;
  margin-right: 10px;
}

.respond .thumbnail-respond img {
  float: left;
  border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%;
  width: 100px;
  height: 100px;
}

.respond .entry-summary {
  float: right;
  width: 460px;
}

h2.respond-title {
  float: left;
  font-size: 14.5pt;
  margin: 4px 0 0 0;
  text-align: left;
}

.respond-content {
  float: right;
  width: 625px;
}

a.yellow {
  color: #fff;
  background: #60b1cc;
  background: -ms-linear-gradient(top, #60b1cc 0%,#307f9a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#60b1cc', endColorstr='#307f9a');
  background: -webkit-gradient(linear, left top, left bottom, from(#60b1cc), to(#307f9a));
  background: -moz-linear-gradient(top,  #60b1cc,  #307f9a);
  background: gradient(linear, top,  #60b1cc,  #307f9a);
  background: -o-linear-gradient(top,  #60b1cc,  #307f9a);
}

a.yellow:hover {
  background: #60b1cc;
  box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.2);
}

/* Форма рассылки=================================*/

.widget-mail {
  text-align: center;
}
.widget-mail .h3 {
  color: #ED3434;
}

.widget-mail .strong {
  clear: both;
  display: block;
  font-size: 16pt;
  padding: 5px;
}

.widget-mail form {
  padding-top: 25px;
}

.entry-meta {
  clear: both;
  font-size: 12.5pt;
  padding: 5px 0;
  color: #888;
  margin-bottom: 15px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.entry-meta a {
  color: #666;
}

.entry-utilite {
  clear: both;
}

.childe_pages {
  clear: both;
  overflow: hidden;
  display: block;
  margin-bottom: 15px;
}

.childe_pages .childe_page {
  float: left;
  width: 150px;
  height: 180px;
  margin: 0 15px;
}

.childe_pages .childe_page .thumbnail {
  display: block;
  width: 150px;
  height: 110px;
  overflow: hidden;
  background: #dddddd;
  margin-bottom: 10px;
}

.childe_pages .childe_page .thumbnail img {
  display: block;
  width: 150px;
  height: auto;
}
.childe_pages .childe_page .title {
  display: block;
  text-align: center;
}


a.single-button,
.single-button {
  float: center;
  width: 340px;
  font-family: "PFDinTextCompPro-Medium";
  font-size: 22pt;
  line-height: 140%;
  padding: 7px 0;
  text-transform: uppercase;
}
a.single-button {
  font-size: 18pt;
  line-height: 40px;
  text-transform: uppercase;
  font-family: "PFDinTextCompPro-Medium";
  background: #c91818;
  background: -ms-linear-gradient(top, #c91818 0%,#ac0101 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c91818', endColorstr='#ac0101');
  background: -webkit-gradient(linear, left top, left bottom, from(#c91818), to(#ac0101));
  background: -moz-linear-gradient(top,  #c91818,  #ac0101);
  background: gradient(linear, top,  #c91818,  #ac0101);
  background: -o-linear-gradient(top,  #c91818,  #ac0101);
}
a.single-button:hover {
  background: #c91818;
  box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.2);
}

.bbcrumb {
  color: #888888;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
}

.bbcrumb a {
  color: #888888;
  text-decoration: none;
}

.bbcrumb a:hover {
  text-decoration: underline;
}

/* Outside content cards, under menu — compact strip */
.bbcrumb--bar {
  display: block;
  clear: both;
  width: 100%;
  box-sizing: border-box;
  padding: 8px 4px 0;
  margin: 0 0 2px;
  font-size: 16px;
  line-height: 1.4;
}

.middle > .content.box,
.middle > .filtr.box,
.middle > aside .box,
.middle #sidebar .box {
  margin-top: 10px;
}

.page-title.center-title {
  margin-top: 0;
}

/* Native selects: readable focus + selected value */
.filtr select,
select.price_input {
  color: #222;
  background: #fff;
  padding: 4px 6px;
  min-height: 30px;
  cursor: pointer;
}

.filtr select:focus,
select.price_input:focus {
  outline: 2px solid #26556e;
  outline-offset: 1px;
  border-color: #26556e;
}

.filtr select option,
select.price_input option {
  color: #222;
  background: #fff;
}

.relateds {
  display: block;
  clear: both;
  overflow: hidden;
  padding: 0 0 25px 0;
}

.related {
  float: left;
  width: 160px;
  margin: 17px;
}

.related:first-child {
  margin: 17px 17px 17px 0;
}

.related:last-child {

  margin: 17px 0px 17px 17px;
}

.related .thumbnail {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 15px;
  background: #dddddd;
}
.related .thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.related > a.title {
  display: block;
  height: auto;
  min-height: 0;
  margin: 0 0 8px;
  line-height: 1.25;
  overflow: hidden;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.related .thumbnail a {
  display: block;
  height: auto;
}

.related .price {
  display: block;
  clear: both;
  margin-top: 4px;
  line-height: 1.3;
  font-size: 13px;
  color: #333;
}

.price b {
  padding-top: 0;
  font-weight: 400;
  color: #000000;
}

.city_cloud {
  display: block;
  margin-top: 25px;
}

.city_cloud a {
  display: block;float: left;
  background: #FB9B0C;
  padding: 4px 6px;
  border: none;
  border-bottom: 3px solid #26556e;
  color: #ffffff;
  border-radius: 2px;
  margin: 0 6px 6px 0;
  text-decoration: none;
}

.city_cloud a:hover {
  text-decoration: none;
  background: #26556e;
}

.bk_buy_button {
  float: left;
  font-family: "PFDinTextCompPro-Medium";
  color: #fff;
  background: #f88f15;
  background: -ms-linear-gradient(top, #fc9e09 0%,#f6841e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc9e09', endColorstr='#f6841e');
  background: -webkit-gradient(linear, left top, left bottom, from(#fc9e09), to(#f6841e));
  background: -moz-linear-gradient(top,  #fc9e09,  #f6841e);
  background: gradient(linear, top,  #fc9e09,  #f6841e);
  background: -o-linear-gradient(top,  #fc9e09,  #f6841e);
  font-size: 22pt;
  line-height: 140%;
  width: 200px;
  padding: 7px 0;
  margin: 15px 0;
  border-radius: 4px;
}

.bk_buy_button:hover {
  background: #f9953a;
  box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.2); -moz-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.2); -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.2);
}

#bk_container {

}

.moto-card {
  display: block;
  float: left;
  width: 208px;
  height: 200px;
  margin: 0 0 30px 0;
  padding: 0 20px;
  text-align: center;
}
.moto-card.second {
  margin: 10px 9px;
}

.moto-card .thumbnail {
  display: block;
  width: 100%;
  height: 150px;
  overflow: hidden;
}

.moto-card .thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.moto-card .title a {
  display: block;
  font-size:14pt;
  color: #000000;
  padding: 5px 0 0 0;
}

.brand_card {
  display: block;
  float: left;
  width: 370px;
  height: 200px;
  margin: 0 0 30px 0;
  padding: 0;
}

.brand_card .thumbnail {
  float: left;
  display: block;
  width: 150px;
  height: 200px;
  margin-right: 20px;
}
.brand_card .thumbnail img {
  width: 100%;
  height: auto;
}

.brand_card .title {
  font-size: 18pt;

}

.brand_card .title a {
  color: #000000;
}

.brand_card .short_description {
  float: right;
  width: 200px;
  margin-top: 10px;
}

.model-meta {
  clear: both;
  overflow: hidden;
  margin-bottom: 25px;

}

.model-photo {
  float: left;
  width: 300px;
  height: auto;
  margin: 0 25px 25px 0;
}
.model-photo img {
  width: 100%;
  height: auto;
}

.archive-meta {
  clear: both;
  overflow: hidden;
  margin-top: 25px;
}

.populars_model {
  clear: both;
  overflow: hidden;
  margin: 25px 0;
}

.populars_model a {
  color: #111111;
}
#text-6 .textwidget{
  width: 550px;
}

/*КРЕДИТ*/
.credit{
  margin-top: 10px;
  display: block;
}
#getcredit input{
  display: block;
  width: 300px;
  margin: 10px 0;
  padding-left: 5px;
}

.credit-btn{
  padding: 12px 0;
  color: #000;
  margin-left: 3px !important;
  background-color: #ffdf00;
  border-radius: 10px;
  border:none;
  font-size: 24px;
}

.usl{
  color: #d8bd00 !important;
  margin-bottom: 20px;
  display: block;
}



.clearfix {
  clear: both;
  overflow: hidden;
}

.hidden {
  display: none !important;
}

.card {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.card.first,
.card.second,
.card.third,
.card.last {
  display: block;
  width: 30%;
}

.card.second {
  margin-left: 5%;
  margin-right: 5%;
}

.card.third {
  margin-left: 2%;
  margin-right: 4%;
}

.card .thumbnail-image {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f3f3f3;
  border-bottom: 1px solid #dddddd; /* same as .inner-card */
  box-sizing: border-box;
}
.card .thumbnail-image > a {
  display: block;
  width: 100%;
  height: 100%;
}
.card .thumbnail-image img.thumbnail,
.card .thumbnail-image img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
  object-position: center;
}
.card .thumbnail {
  width: 100%;
  height: auto;
}

.card .show_list_buttons {
  position: absolute;
  top: 7px;
  left: 10px;
  font-weight: bold;
  font-size: 22px;
}

.card .show_list_buttons i {
  margin-right: 10px;
}

.card .inner-card {
  border: 1px solid #dddddd;
  border-radius: 4px;
  overflow: hidden !important;
}

.btn-block {
  display: block;
  width: auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}



.float-right {
  float: right;
}

.card.is_sold,
.card.no_actual
{
  color: #dddddd !important;
}

.card.is_sold .black-text,
.card.no_actual .black-text
{
  color: #dddddd !important;
}

.card.is_sold .button-permalink,
.card.no_actual .button-permalink
{
  display: none;
}

.card.is_sold .thumbnail-image img,
.card.no_actual .thumbnail-image img
{
  position: relative;
  filter: grayscale(1); /* где 1 – оттенки серого цвета */
}

.no_actual-label,
.sold-label {
  padding: 10px 0;
  background: grey;
  color: white;
  position: absolute;
  text-align: center;
  width: 50%;
  top: 20%;
  left: 25%;
  z-index: 999;
  border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
}


.visible-tablet {
  display: none;
}

.visible-mobile {
  display: none;
}

.visible-desktop {
  display: block;
}

.no_actual-block,
.is_sold-block
{
  text-align: center;
  border: 2px dashed red;
  padding: 25px;
}

.is_sold-block .h2,
.no_actual-block .h2 {
  font-size: 24pt;
}

.single.is_sold img,
.single.no_actual img
{
  filter: grayscale(1);
}

.price-single_product {

}

.swal2-container{
    z-index: 999999999999 !important;
}
/* Part2: unified brand SVG logos on catalog */
.brand_card .thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand_card .thumbnail img {
  width: 100%;
  max-width: 150px;
  height: auto;
  max-height: 90px;
  object-fit: contain;
}





/* After related lots: avoid large empty band when sidebar mail removed */
.content .relateds {
  padding-bottom: 10px;
  margin-bottom: 0;
}

/* Product CTA row: match header button proportions */
.bk-product-actions {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 16px 0 8px;
  overflow: visible;
  text-align: center;
}
.bk-product-actions a.single-button,
.bk-product-actions .single-button {
  float: none !important;
  display: inline-block !important;
  box-sizing: border-box;
  width: 340px !important;
  min-width: 280px;
  max-width: 100%;
  height: auto !important;
  min-height: 56px !important;
  margin: 0 !important;
  padding: 14px 28px !important;
  line-height: 1.25 !important;
  font-size: 22pt !important;
  text-decoration: none !important;
  border-radius: 5px !important;
}
#tg-btn-single.single-button {
  background: #229ED9 !important;
  background-image: none !important;
  filter: none !important;
  border: 0 !important;
  color: #fff !important;
}
#tg-btn-single.single-button:hover {
  background: #1e8ec5 !important;
  color: #fff !important;
  box-shadow: none;
}

/* === BM gallery mobile === */
@media (max-width: 900px) {
  .post_gallery {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    gap: 8px !important;
    height: auto !important;
    max-height: none !important;
    overflow: hidden !important;
  }
  .post_gallery__main {
    width: 100% !important;
    flex: none !important;
    aspect-ratio: 4 / 3 !important;
    height: auto !important;
    max-height: none !important;
  }
  .post_gallery__main img.bk_image,
  .post_gallery__main img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
  .post_gallery__thumbs {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    grid-template-rows: auto !important;
    gap: 6px !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    aspect-ratio: auto !important;
    align-self: auto !important;
    overflow: hidden !important;
  }
  .post_gallery__thumb {
    min-width: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
  }
  .post_gallery__thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
  .post_gallery__thumb--desk-only {
    display: none !important;
  }
  .post_gallery__more--desk {
    display: none !important;
  }
  .post_gallery__more--mob {
    display: flex !important;
    font-size: 20px !important;
  }
  /* kill any leftover WP gallery / scrollbar chrome */
  .post_gallery .gallery,
  .post_gallery::-webkit-scrollbar {
    display: none !important;
  }
  .post_gallery {
    scrollbar-width: none !important;
  }
}
