/* CSS Document */
/* Variables */
/*#eb5757; #c33, #06c */
/*
font-family: 'Montserrat', sans-serif;
font-family: 'Exo 2', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Fira Sans', sans-serif;
font-family: 'Fira Sans Condensed', sans-serif;
font-family: 'Fira Sans Extra Condensed', sans-serif;
font-family: 'Poiret One', cursive;
font-family: 'Russo One', sans-serif;
font-family: 'Jura', sans-serif;
 */
@import url("https://fonts.googleapis.com/css?family=Roboto:300&display=swap&subset=cyrillic");
.main-container {
  margin-left: 0;
  max-width: 1250px;
}

a:hover {
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-property: color;
}

body {
  /*padding-top: $headerHeight - 35px !important;*/
  padding-top: 80px !important;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  font-style: normal;
  line-height: 20px;
  background-color: #e5e5e5;
  -webkit-font-smoothing: antialiased;
}

header .logo {
  /*
  width: 185px;
  margin-top: 5px;
  */
  width: 215px;
  margin-top: -8px;
}
header .logo .logotype {
  margin-left: 25px;
  width: 140px;
}
header .logo img {
  width: 100%;
}

.footer {
  /*height: 130px;*/
  overflow: hidden;
  box-shadow: 0 0 15px #b1b1b1;
  background-color: #151515;
  margin-right: 10px;
}
.footer .footer-body {
  min-height: 100px;
  padding: 15px;
  padding-left: 25px;
  color: #777777;
  font-size: 0.75rem;
  line-height: 14px;
}
.footer .footer-body a {
  color: #959595;
  font-size: 0.75rem;
  text-decoration: none;
}
.footer .footer-body a:hover {
  color: white;
}
.footer .footer-body p {
  margin-bottom: 5px;
  margin-left: 20px;
}
.footer .footer-body .info {
  margin-bottom: 10px;
  padding: 5px;
}
.footer .footer-body .info .plus18-icon {
  position: absolute;
  top: 15px;
  left: 5px;
}

.av-top-menu {
  background: #FFFFFF;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  height: 80px;
}
.av-top-menu a {
  color: #252525;
  font-weight: bold;
  font-size: 1rem;
}
.av-top-menu a:hover {
  color: #FF1A1A;
}
.av-top-menu .header-container {
  margin-left: -15px;
  max-width: 1215px;
}

.av-sidebar {
  background: #252525;
  color: antiquewhite;
  padding: 25px;
  margin-top: 80px;
  width: 222px;
  min-width: 222px;
  line-height: 20px;
  height: 100vh !important;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1020;
}
.av-sidebar .menu-list {
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
}
.av-sidebar .menu-list a {
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: normal;
  text-decoration: none;
}
.av-sidebar .menu-list a:hover {
  color: #bcc0c3;
  text-decoration: none;
  transition: color 0.2s ease;
}
.av-sidebar .menu-list .menu-list__active {
  color: #ff0000;
  font-weight: bold;
}
.av-sidebar .search {
  margin: 12px 0;
  position: relative;
}
.av-sidebar input {
  overflow: hidden;
  border-radius: 2px;
  background-color: #212121;
  border: 1px solid #353535;
  margin-top: 10px;
  padding: 5px;
  padding-right: 25px;
  padding-left: 13px;
  font-size: 12px;
  color: #959595;
  width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.av-sidebar input:hover {
  background-color: #323232;
  border: 1px solid #454545;
}
.av-sidebar .search-button {
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  right: 10px;
  cursor: pointer;
  background: url("/wp-content/themes/avtovolgograda/images/search.svg");
}
.av-sidebar .av-sidebar-ads .ad-item {
  display: block;
  line-height: 16px;
  font-size: 0.75rem;
  text-decoration: none;
  margin-bottom: 15px;
}
.av-sidebar .av-sidebar-ads .ad-item img {
  margin-bottom: 5px;
}
.av-sidebar .av-sidebar-ads .ad-item .item__header {
  font-size: 0.8rem;
  color: #cd5454;
  /*$hoverLinksColor*/
  /* #a9a9a9 */
  font-weight: bold;
  margin-bottom: 2px;
}
.av-sidebar .av-sidebar-ads .ad-item .item__url {
  color: #63676a;
  margin-bottom: 2px;
}
.av-sidebar .av-sidebar-ads .ad-item .item__text {
  color: #818588;
}
.av-sidebar .av-sidebar-ads .ad-item:hover .item__header {
  color: #ff6363;
  transition: color 0.2s ease;
}
.av-sidebar hr {
  border: 1px solid #353535;
}

.social-link-vk {
  color: #4680C2 !important;
  font-weight: bold !important;
}

.social-link-vk:hover {
  color: #3e6da7 !important;
}

/*
.social-link-vk::after {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: url("/images/social/vk.svg") 0 0 no-repeat;
}
*/
.av-main {
  margin-left: 210px !important;
}

.av-top-promo {
  padding: 30px 30px 10px 30px !important;
  margin-top: 0;
  justify-content: space-around;
  background: #ffffff;
}
.av-top-promo .av-top-promo__logo {
  margin-bottom: 10px;
  display: block;
}
.av-top-promo .av-top-promo__logo img {
  max-width: 120px;
  width: 120px;
  overflow: hidden;
  height: 50px;
}
.av-top-promo .av-top-promo__item {
  text-align: center;
  overflow: hidden;
  height: 90px;
}
.av-top-promo .av-top-promo__item .av-top-promo__offers {
  min-height: 50px;
}
.av-top-promo .av-top-promo__item .av-top-promo__offers a {
  display: block;
  font-size: 0.8rem;
  margin-bottom: 15px;
  color: #000;
  white-space: normal;
  font-weight: 400;
  line-height: 15px;
  text-decoration: underline;
}
.av-top-promo .av-top-promo__item .av-top-promo__offers a:hover {
  text-decoration: none;
}
.av-top-promo .av-top-promo__item .av-top-promo__more {
  background-color: #ef0405;
  width: 100%;
  margin: 0;
  padding: 4px 0;
  border-radius: 0;
}
.av-top-promo .av-top-promo__item .av-top-promo__more a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  text-shadow: 0 -1px 0 #000;
}
.av-top-promo .av-top-promo__item:hover {
  position: absolute;
  width: 160px;
  overflow: visible;
  left: 50%;
  top: -20px;
  margin-left: -80px;
  border: 1px solid #ef0405;
  border-radius: 0;
  box-shadow: 0.3em 0.3em 1em rgba(0, 0, 0, 0.3);
  height: auto;
  background-color: #fff;
  z-index: 1040;
}
.av-top-promo .av-top-promo__item:hover .av-top-promo__content {
  padding: 19px 19px 0;
}

.av-top-promo__text {
  font-size: 0.7rem;
  color: #666666;
  line-height: 14px;
  text-align: left;
  margin-bottom: 15px;
}

.av-poll {
  border: 1px solid #dddddd;
  padding: 15px;
  width: 240px;
  margin: 0;
  margin-bottom: 25px;
  display: block;
}
.av-poll .col {
  margin-left: -10px;
  margin-right: -10px;
}
.av-poll__title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: left;
}
.av-poll__body {
  font-size: 0.8rem;
  font-weight: normal;
}
.av-poll__body a:hover {
  color: #31373b;
  text-decoration: none;
}
.av-poll__link {
  font-size: 1rem;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.av-poll__link a {
  text-decoration: none !important;
}
.av-poll__link a:hover {
  color: #FF1A1A;
  text-decoration: none;
  transition: color 0.2s ease;
}
.av-poll .wp-polls .Buttons {
  background-color: #f3f3f3;
}
.av-poll .wp-polls .Buttons:hover {
  background-color: #cccccc;
}
.av-poll .wp-polls input {
  vertical-align: middle;
}
.av-poll a {
  color: #212529;
  text-decoration: underline;
}

.av-info-menu {
  border: 1px solid #dddddd;
  padding: 15px;
  width: 240px;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 25px;
  display: block;
}
.av-info-menu .col {
  margin-left: -10px;
  margin-right: -10px;
}
.av-info-menu__title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: left;
}
.av-info-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 16px;
}
.av-info-menu ul li {
  padding: 0;
  margin-bottom: 5px;
}
.av-info-menu a {
  color: #212529;
  text-decoration: none;
}
.av-info-menu a:hover {
  color: #FF1A1A;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.av-news {
  background: #ffffff;
}

.av-listview .list-item {
  font-size: 1rem;
  text-align: center;
  display: block;
  text-decoration: none;
}
.av-listview .list-item .list-item__image {
  margin-bottom: 5px;
  width: 40px;
  height: 40px;
}
.av-listview .list-item .list-item__description .list-item__header {
  font-size: 1rem;
  font-weight: bolder;
  text-decoration: underline;
  color: #212529;
}
.av-listview .list-item .list-item__description .list-item__text {
  font-size: 0.7rem;
  text-decoration: none;
  color: #4e555b;
}
.av-listview .list-item:hover .list-item__description .list-item__header {
  color: #FF1A1A;
  text-decoration: none;
  transition: color 0.2s ease;
}
.av-listview .list-item:hover .list-item__description .list-item__text {
  text-decoration: none;
}

.av-sticky-top {
  top: 80px !important;
}

.av-main-news__image {
  position: relative;
  display: block;
  margin-bottom: 15px;
}
.av-main-news__image:before {
  content: "";
  background: linear-gradient(180deg, rgba(196, 196, 196, 0) 39.78%, rgba(0, 0, 0, 0.8) 88.95%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  transition: opacity 0.2s ease;
}
.av-main-news__image:hover:before {
  opacity: 0.2;
}
.av-main-news__title {
  position: absolute;
  bottom: 20px;
  left: 30px;
  font-size: 1.2rem;
  font-weight: bolder;
  color: white;
}
.av-main-news__badge {
  position: absolute;
  top: 20px;
  left: 0;
  font-size: 1rem;
  font-weight: bolder;
  color: white;
  background: #FF2F2F;
  /* indianred */
  padding: 5px 10px;
}
.av-main-news__description {
  margin: 10px 0 10px 0;
  line-height: 18px;
}
.av-main-news__published {
  color: #999999;
  font-size: 0.7rem;
}
.av-main-news__more-link {
  font-size: 1rem;
  font-weight: bolder;
}
.av-main-news__more-link a {
  color: #212529;
}
.av-main-news__more-link a:hover {
  color: #FF1A1A;
  /* #eb5757 */
  text-decoration: none;
  transition: color 0.2s ease;
}

.av-table-marka img {
  padding: 0 !important;
  margin: 0 !important;
}
.av-table-marka a {
  padding-right: 10px;
  white-space: nowrap;
}

.more-link {
  font-size: 1rem;
  font-weight: bolder;
}
.more-link a {
  color: #212529;
}
.more-link a:hover {
  color: #eb5757;
  text-decoration: none;
}

.av-main-right-column {
  max-width: 280px !important;
  min-width: 280px !important;
}

.av-news-blocks {
  font-size: 0.75rem;
  line-height: 15px;
}
.av-news-blocks__thumbnail {
  width: 120px;
  height: auto;
}
.av-news-blocks a {
  color: #212529;
  text-decoration: none;
  margin-bottom: 15px;
}
.av-news-blocks a .news_item__header {
  font-size: 0.8rem;
  font-weight: bolder;
  text-decoration: none;
  margin-bottom: 5px;
}
.av-news-blocks a .news_item__text {
  font-size: 0.75rem;
  text-decoration: none;
  color: #4e555b;
}
.av-news-blocks a:hover .news_item__header {
  text-decoration: underline;
}
.av-news-blocks a:hover .news_item__text {
  text-decoration: none;
}
.av-news-blocks .more-link {
  font-size: 1rem;
  font-weight: bolder;
}
.av-news-blocks .more-link:hover {
  color: #FF1A1A;
}

.av-news-items {
  font-size: 0.75rem;
  line-height: 15px;
}
.av-news-items__thumbnail {
  width: 120px;
  height: auto;
}
.av-news-items .news-item {
  color: #212529;
  text-decoration: none;
  margin-bottom: 15px;
}
.av-news-items .news-item .news-item__header {
  font-size: 1rem;
  font-weight: bolder;
  text-decoration: none;
  margin-bottom: 5px;
}
.av-news-items .news-item .news-item__text {
  font-size: 0.75rem;
  text-decoration: none;
  color: #4e555b;
  margin-bottom: 5px;
}
.av-news-items .news-item .news-item__category {
  color: #999999;
}
.av-news-items .news-item .news-item__category a {
  color: #777777;
}
.av-news-items .news-item .news-item__published {
  color: #999999;
  font-size: 0.7rem;
}
.av-news-items .news-item a {
  color: #212529;
}
.av-news-items .news-item a:hover .news-item__header {
  text-decoration: underline;
}
.av-news-items .news-item a:hover .news-item__text {
  text-decoration: none;
}
.av-news-items .more-link {
  color: #212529;
  text-decoration: none;
  font-size: 1rem;
  font-weight: bolder;
}
.av-news-items .more-link:hover {
  color: #FF1A1A;
}

.av-popular-auto .av-popular-auto__item {
  margin-bottom: 10px;
  text-align: center;
}
.av-popular-auto .av-popular-auto__item img {
  width: 110px;
  min-height: 76px;
  height: auto;
  margin-bottom: 5px;
}
.av-popular-auto .av-popular-auto__item .av-popular-auto__title {
  font-size: 1rem;
  font-weight: bold;
}
.av-popular-auto .av-popular-auto__item .av-popular-auto__price {
  font-size: 0.7rem;
  color: #4e555b;
}
.av-popular-auto .av-popular-auto__item .av-popular-auto__price span {
  white-space: nowrap;
}
.av-popular-auto .av-popular-auto__item a {
  color: #212529;
  text-decoration: none;
}
.av-popular-auto .av-popular-auto__item a:hover {
  text-decoration: none;
  color: #FF1A1A;
  transition: color 0.2s ease;
}

.av-section {
  background-color: #ffffff;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 1rem;
  padding: 10px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}
.av-section__header {
  padding: 0 !important;
  margin-bottom: 1rem !important;
}
.av-section__header a {
  text-decoration: none;
  color: #212529;
}
.av-section__header p {
  font-size: 0.75rem;
  color: #4e555b;
}
.av-section__list-numbered {
  list-style: decimal;
}

.av-content {
  color: #333333;
  min-height: 600px;
}
.av-content a {
  color: #212529;
  text-decoration: underline;
}
.av-content a h1, .av-content a h2, .av-content a h3, .av-content a h4, .av-content a h5 {
  text-decoration: none;
}
.av-content h1 a, .av-content h2 a, .av-content h3 a, .av-content h4 a, .av-content h5 a {
  text-decoration: none;
}
.av-content a:hover {
  transition: color 0.2s ease;
  color: #FF1A1A;
  text-decoration: none;
}
.av-content .social-button {
  padding: 0;
  margin: 15px -5px;
}
.av-content .av-post, .av-content .av-category {
  line-height: 18px;
  margin-bottom: 1rem;
  max-width: 640px !important;
}
.av-content .av-post .wp-caption, .av-content .av-category .wp-caption {
  max-width: 640px !important;
}
.av-content .av-post h3, .av-content .av-category h3 {
  font-size: 1.5rem;
}
.av-content .av-post img, .av-content .av-category img {
  max-width: 100%;
  height: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 0.5px;
  margin-right: 0.5rem;
}
.av-content .av-post table img, .av-content .av-category table img {
  margin-right: 10px;
}
.av-content .av-post iframe, .av-content .av-category iframe {
  max-width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
}
.av-content .av-post a, .av-content .av-category a {
  text-decoration: underline;
}
.av-content .av-post a:hover, .av-content .av-category a:hover {
  text-decoration: none;
}
.av-content .av-post p:last-child, .av-content .av-category p:last-child {
  margin-bottom: 0;
}
.av-content .metadata a {
  color: #999999;
  text-decoration: underline;
  transition: color 0.3s ease;
  padding-left: 2px;
  padding-right: 2px;
}
.av-content .metadata a:hover {
  text-decoration: none;
  color: #FF1A1A;
}
.av-content blockquote {
  border-left: 3px solid #FF1A1A;
  margin-left: 20px;
  padding: 10px 20px;
}

.av-info {
  font-size: 0.8rem;
}
.av-info li strong {
  font-size: 0.8rem;
}

.av-news-list {
  padding: 0;
}
.av-news-list li {
  margin-bottom: 10px;
  padding: 15px;
  font-size: 0.7rem;
  list-style: none;
  line-height: 15px;
  background: #f0f0f0;
}
.av-news-list li a {
  text-decoration: none;
}

.av-remont-list li a {
  text-decoration: underline;
}
.av-remont-list li a:hover {
  text-decoration: none;
}

.av-video-thumb {
  overflow: hidden;
}
.av-video-thumb .av-video-thumb__item {
  overflow: hidden;
  margin-bottom: 1rem;
  text-align: center;
  position: relative;
  min-width: 180px;
}
.av-video-thumb .av-video-thumb__item .av-video-thumb__thumb img {
  width: 100%;
}
.av-video-thumb .av-video-thumb__item .av-video-thumb__title {
  font-size: 1rem;
  font-weight: bold;
}
.av-video-thumb .av-video-thumb__item .av-video-thumb__title a {
  color: #333333;
}
.av-video-thumb .av-video-thumb__item .av-video-thumb__title a:hover {
  transition: 0.3s color ease;
  color: #FF1A1A;
  text-decoration: none;
}

/* wordpress classes override */
h1, .h1 {
  font-size: 2rem;
}

h2, .h2 {
  font-size: 1.75rem;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.25rem;
}

h5, .h5 {
  font-size: 1rem;
}

.navigation {
  display: flex;
  margin-top: 15px;
  justify-content: center;
}

.wp-pagenavi .pages, .wp-pagenavi .first, .wp-pagenavi .last {
  white-space: nowrap;
}
.wp-pagenavi a, .wp-pagenavi span {
  padding: 5px;
  margin-right: 10px;
  font-size: 11px;
  color: #000000;
  text-decoration: none;
  border: 1px solid #ccc;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 0;
  display: inline-block;
  line-height: 21px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  background: #f20406;
  color: #fff;
  border: 1px solid #f20406 !important;
}
.wp-pagenavi span.current {
  font-weight: bold;
}

.ngg-galleryoverview {
  display: flex !important;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ngg-galleryoverview .ngg-navigation {
  width: 100%;
}

/* old classes */
#top-banner {
  text-align: center;
  margin-bottom: 10px;
}

.alignleft {
  text-align: left;
  float: left;
}

.alignright {
  text-align: right;
  float: right;
}

.special {
  border: 1px solid #d5e2ea;
  background: #f4fafd;
  color: #111111;
  padding: 15px;
  margin-bottom: 15px;
}
.special td {
  min-width: 50px;
}
.special td img {
  margin: 0 !important;
  margin-right: 10px !important;
}

.special2 {
  border: 1px solid #d5e2ea;
  background: #f4fafd;
  color: #111111;
  padding: 15px;
  margin-bottom: 15px;
  width: 100%;
  display: table;
}
.special2 a {
  text-decoration: underline !important;
}

.special3 {
  /*border: 1px solid #ccc;*/
  color: #333 !important;
  font: 1.5rem Roboto, "Trebuchet MS", Helvetica, Sans-Serif;
  background: linear-gradient(45deg, #DDDDDD, transparent);
  padding: 5px 15px;
  margin-bottom: 0.75rem;
  display: block;
  width: 100%;
}
.special3 h1, .special3 h2, .special3 h3, .special3 h4, .special3 h5 {
  margin: 0;
  width: 100%;
  display: block;
}

.specialwhite {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.specialwhite h1, .specialwhite h2, .specialwhite h3, .specialwhite h4, .specialwhite h5 {
  display: block;
  width: 100%;
}

.leftcolsmall2 {
  white-space: normal !important;
  text-align: center;
}

.yandexMap, .YMaps {
  width: 100% !important;
}

#comment {
  line-height: 18px;
  width: 100%;
}

#vk_comments {
  height: auto !important;
}

.all-mark {
  display: table;
  padding: 10px;
  padding-top: 0;
}
.all-mark .block-1m {
  margin-bottom: 10px;
}
.all-mark .block-1m .block-img {
  display: table-cell;
  width: 40px;
  vertical-align: middle;
  padding-right: 10px;
}
.all-mark .block-1m .block-img img {
  width: 40px;
  height: 40px;
}
.all-mark .block-1m .block-amrk {
  display: table-cell;
  vertical-align: middle;
}
.all-mark .block-1m .block-amrk a {
  color: #333333;
  white-space: nowrap;
  margin-right: 10px;
  font-size: 0.8rem;
  font-weight: bold;
}
.all-mark .block-1m .block-amrk a:hover {
  color: #FF1A1A;
  text-decoration: none;
  transition: 0.2s color ease;
}

.av-sidebar-models {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-left: 0;
}
.av-sidebar-models a, .av-sidebar-models img {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 3px;
}

.yarpp-related .yarpp-thumbnails-horizontal {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.yarpp-related .yarpp-thumbnails-horizontal .yarpp-thumbnail {
  width: 120px;
  height: auto;
}
.yarpp-related .yarpp-thumbnails-horizontal .yarpp-thumbnail img {
  width: 100% !important;
  margin: 0;
}
.yarpp-related .yarpp-thumbnails-horizontal .yarpp-thumbnail .yarpp-thumbnail-title {
  text-align: center;
  width: unset !important;
  padding: 5px;
  max-height: 9.6em;
}

/* Media queries */
@media screen and (max-width: 576px) {
  .av-section {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  header .logo {
    width: 215px;
    margin-top: -8px;
    margin-left: 15px;
  }

  .footer {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
@media screen and (max-width: 980px) {
  .av-main {
    margin-left: 0 !important;
  }

  .footer {
    margin-right: -10px;
  }

  .main-container {
    /*margin-top: 50px;*/
  }
}
.av-sticky-wrapper {
  display: block;
  margin: 0;
  margin-bottom: 25px;
  padding: 0;
  position: sticky;
  top: 80px;
}

/* Ads placeholders */
.ad-placeholder {
  padding: 0;
}
.ad-placeholder img {
  width: 100%;
}

.ad-placeholder-1 {
  padding: 0;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  max-width: 100% !important;
  min-height: 50px;
  overflow: hidden;
  justify-content: center;
}
.ad-placeholder-1 img {
  width: 100%;
}
.ad-placeholder-1 iframe {
  max-width: 100% !important;
}

.ad-placeholder-2 {
  padding: 0;
  margin-top: 1.5rem;
}
.ad-placeholder-2 img {
  width: 100%;
}

.ad-placeholder-3 {
  padding: 0;
  /*margin-bottom: 25px;*/
}
.ad-placeholder-3 img {
  width: 100%;
}

.ad-placeholder-4 {
  padding: 0;
  margin-bottom: 25px;
}
.ad-placeholder-4 .col {
  padding: 0;
  margin-left: -5px;
}
.ad-placeholder-4 img {
  width: 100%;
}

.ad-placeholder-5 {
  padding: 0;
  margin-bottom: 25px;
}
.ad-placeholder-5 img {
  width: 100%;
}

.ad-placeholder-6 {
  padding: 0;
  margin-bottom: 25px;
}
.ad-placeholder-6 img {
  width: 100%;
}

.ad-placeholder-1 .col, .ad-placeholder-2 .col, .ad-placeholder-3 .col, .ad-placeholder-4 .col, .ad-placeholder-5 .col, .ad-placeholder-6 .col {
  position: relative;
  display: flex;
  justify-content: center;
}

.ad-placeholder-mobile-1 {
  padding: 0;
  margin-top: 0;
  margin-bottom: 15px;
  margin-left: 20px;
  margin-right: 20px;
  min-height: 50px;
}
.ad-placeholder-mobile-1 img {
  width: 100%;
}

.ad-placeholder-mobile-2 {
  padding: 0;
  margin-top: 10px;
  margin-bottom: 25px;
  margin-left: 10px;
  margin-right: 10px;
  min-height: 50px;
}
.ad-placeholder-mobile-2 img {
  width: 100%;
}

.ad-placeholder-mobile-3, .ad-placeholder-mobile-4, .ad-placeholder-mobile-5, .ad-placeholder-mobile-6 {
  padding: 5px;
}
.ad-placeholder-mobile-3 img, .ad-placeholder-mobile-4 img, .ad-placeholder-mobile-5 img, .ad-placeholder-mobile-6 img {
  max-width: 100%;
}
.ad-placeholder-mobile-3 iframe, .ad-placeholder-mobile-4 iframe, .ad-placeholder-mobile-5 iframe, .ad-placeholder-mobile-6 iframe {
  max-width: 100% !important;
  min-width: 100% !important;
}

.ad-placeholder-post {
  width: 100%;
  max-width: 640px !important;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.ad-placeholder-mob {
  width: 100%;
  height: 100px;
}
.ad-placeholder-mob iframe, .ad-placeholder-mob body {
  width: 100% !important;
  height: auto;
  padding: 0;
  margin: 0;
}

.ad-right-fly-wrapper {
  display: none;
}

.ad-placeholder-category-1 {
  background-color: #95999c;
}

@media screen and (min-width: 1440px) {
  .ad-right-fly-wrapper {
    display: block;
    position: absolute;
    /*
    max-width: 1000px;
          min-width: 1000px;
          margin-left: 240px;
          */
    margin-left: 1240px;
    top: 0;
    left: 0;
  }
  .ad-right-fly-wrapper .ad-right-container {
    position: absolute;
    width: 100%;
    right: -100%;
    margin-top: 90px;
  }
  .ad-right-fly-wrapper .ad-right-container .ad {
    position: fixed;
    background-color: indianred;
    width: 250px;
    height: 800px;
    margin-left: -10px;
    padding: 15px;
    color: white;
  }
}
/* Catalog */
.card {
  display: block;
  text-decoration: none;
  margin-bottom: 15px;
}
.card .card-body h3 {
  font-size: 1.2rem;
  font-weight: bolder;
  text-decoration: underline;
  color: #000000;
}
.card .card-body img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.card .card-body .price {
  display: flex;
  font-size: 0.8rem;
  font-weight: bold;
  justify-content: flex-end;
  text-decoration: none;
  color: #333333;
}

.card:hover {
  text-decoration: none;
}
.card:hover .card-body h3 {
  text-decoration: none;
  color: #FF1A1A;
  transition: color 0.2s ease;
}
.card:hover .card-body .price {
  text-decoration: none;
}

/* Mobile top menu */
.av-main {
  position: relative;
  width: 100%;
  height: 100vh;
  margin-left: -10px;
  margin-right: -10px;
  border-radius: 0;
  z-index: 1000;
}
.av-main .header {
  position: static;
  display: block;
  left: 0;
  height: 50px;
  /*width: 100%;*/
  margin-left: -15px;
  margin-right: -15px;
  background: #151515;
  overflow: hidden;
  transition: all 0.5s ease-out, background 1s ease-out;
  transition-delay: 0.2s;
}
.av-main .header .burger-container {
  position: absolute;
  /* relative*/
  right: 0;
  display: inline-block;
  height: 50px;
  width: 50px;
  cursor: pointer;
  transform: rotate(0deg);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  user-select: none;
  z-index: 10000;
  -webkit-tap-highlight-color: transparent;
}
.av-main .header .burger-container #burger {
  width: 18px;
  height: 8px;
  position: relative;
  display: block;
  margin: -4px auto 0;
  top: 50%;
}
.av-main .header .burger-container #burger .bar {
  width: 100%;
  height: 1px;
  display: block;
  position: relative;
  background: #FFF;
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0s;
}
.av-main .header .burger-container #burger .bar.topBar {
  transform: translateY(0px) rotate(0deg);
}
.av-main .header .burger-container #burger .bar.btmBar {
  transform: translateY(6px) rotate(0deg);
}
.av-main .header .icon {
  display: inline-block;
  position: absolute;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #FFF;
  font-size: 22px;
  left: 50%;
  transform: translateX(-50%);
}
.av-main .header .icon.icon-bag {
  right: 0;
  top: 0;
  /*left: auto;*/
  transform: translateX(0px);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0.65s;
}
.av-main .header ul.menu {
  position: relative;
  display: block;
  padding: 45px 48px 0;
  list-style: none;
}
.av-main .header ul.menu li.menu-item {
  border-bottom: 1px solid #333;
  margin-top: 5px;
  transform: scale(1.15) translateY(-30px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.av-main .header ul.menu li.menu-item:nth-child(1) {
  transition-delay: 0.49s;
}
.av-main .header ul.menu li.menu-item:nth-child(2) {
  transition-delay: 0.42s;
}
.av-main .header ul.menu li.menu-item:nth-child(3) {
  transition-delay: 0.35s;
}
.av-main .header ul.menu li.menu-item:nth-child(4) {
  transition-delay: 0.28s;
}
.av-main .header ul.menu li.menu-item:nth-child(5) {
  transition-delay: 0.21s;
}
.av-main .header ul.menu li.menu-item:nth-child(6) {
  transition-delay: 0.14s;
}
.av-main .header ul.menu li.menu-item:nth-child(7) {
  transition-delay: 0.07s;
}
.av-main .header ul.menu li.menu-item:nth-child(8) {
  transition-delay: 0s;
}
.av-main .header ul.menu li.menu-item:nth-child(9) {
  transition-delay: -0.07s;
}
.av-main .header ul.menu li.menu-item a {
  display: block;
  position: relative;
  color: #FFF;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  font-size: 20px;
  line-height: 2.35;
  font-weight: 200;
  width: 100%;
}
.av-main .header ul.menu li.menu-item a:hover {
  color: #666;
  transition: color 0.2s ease;
}
.av-main .header.menu-opened {
  /* height: 100% */
  height: 650px;
  background-color: #151515;
  transition: all 0.3s ease-in, background 0.5s ease-in;
  transition-delay: 0.25s;
}
.av-main .header.menu-opened .burger-container {
  transform: rotate(90deg);
}
.av-main .header.menu-opened .burger-container #burger .bar {
  transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0.2s;
}
.av-main .header.menu-opened .burger-container #burger .bar.topBar {
  transform: translateY(4px) rotate(45deg);
}
.av-main .header.menu-opened .burger-container #burger .bar.btmBar {
  transform: translateY(3px) rotate(-45deg);
}
.av-main .header.menu-opened ul.menu li.menu-item {
  transform: scale(1) translateY(0px);
  opacity: 1;
}
.av-main .header.menu-opened ul.menu li.menu-item:nth-child(1) {
  transition-delay: 0.27s;
}
.av-main .header.menu-opened ul.menu li.menu-item:nth-child(2) {
  transition-delay: 0.34s;
}
.av-main .header.menu-opened ul.menu li.menu-item:nth-child(3) {
  transition-delay: 0.41s;
}
.av-main .header.menu-opened ul.menu li.menu-item:nth-child(4) {
  transition-delay: 0.48s;
}
.av-main .header.menu-opened ul.menu li.menu-item:nth-child(5) {
  transition-delay: 0.55s;
}
.av-main .header.menu-opened ul.menu li.menu-item:nth-child(6) {
  transition-delay: 0.62s;
}
.av-main .header.menu-opened ul.menu li.menu-item:nth-child(7) {
  transition-delay: 0.69s;
}
.av-main .header.menu-opened ul.menu li.menu-item:nth-child(8) {
  transition-delay: 0.76s;
}
.av-main .header.menu-opened ul.menu li.menu-item:nth-child(9) {
  transition-delay: 0.83s;
}
.av-main .header.menu-opened .icon.icon-bag {
  transform: translateX(75px);
  transition-delay: 0.3s;
}
.av-main .header .search {
  margin: 12px 0;
  position: relative;
  display: block;
  padding: 20px 48px 0;
}
.av-main .header input {
  overflow: hidden;
  border-radius: 2px;
  background-color: #212121;
  border: 1px solid #353535;
  padding: 10px;
  padding-right: 25px;
  padding-left: 20px;
  font-size: 18px;
  color: #959595;
  width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.av-main .header input:hover {
  background-color: #323232;
  border: 1px solid #454545;
}
.av-main .header .search-button {
  display: block;
  width: 12px;
  height: 12px;
  padding: 10px;
  margin-top: 0;
  position: absolute;
  top: 50%;
  right: 68px;
  cursor: pointer;
  background: url("/wp-content/themes/avtovolgograda/images/search.svg");
}

.av-news-tizers h3 {
  font-size: 1.2rem;
  font-weight: normal;
}
.av-news-tizers__item {
  margin-right: 10px;
  position: relative;
}
.av-news-tizers__item img {
  width: 100% !important;
  margin-bottom: 5px;
}
.av-news-tizers__item p {
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 16px;
}
.av-news-tizers__item p a {
  color: #212529;
}
.av-news-tizers__item p a:hover {
  color: #FF1A1A;
  text-decoration: none;
  transition: color 0.3s ease;
}
.av-news-tizers__horizontal-item {
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  display: block;
}
.av-news-tizers__horizontal-item img {
  width: 100px;
  height: auto;
  margin-top: 0 !important;
  margin-bottom: 5px !important;
  padding-right: 10px;
  padding-bottom: 0;
}
.av-news-tizers__horizontal-item a {
  color: #212529;
}
.av-news-tizers__horizontal-item a:hover {
  color: #FF1A1A;
  text-decoration: none;
  transition: color 0.3s ease;
}
.av-news-tizers__horizontal-item .av-news-tizers__header {
  display: flex;
}
.av-news-tizers__horizontal-item .av-news-tizers__title {
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 16px;
}
.av-news-tizers__thumbnal {
  height: auto;
  padding: 5px;
}
.av-news-tizers__text {
  font-size: 0.75rem;
  color: #4e555b;
  line-height: 15px;
}

.av-news-tizers-2 h3 {
  font-size: 1rem;
  font-weight: normal;
}
.av-news-tizers-2__item {
  margin-right: 10px;
  position: relative;
}
.av-news-tizers-2__item img {
  width: 100% !important;
  margin-bottom: 5px;
}
.av-news-tizers-2__item p {
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 16px;
}
.av-news-tizers-2__item p a {
  color: #212529;
}
.av-news-tizers-2__item p a:hover {
  color: #FF1A1A;
  text-decoration: none;
  transition: color 0.3s ease;
}
.av-news-tizers-2__horizontal-item {
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  display: flex;
}
.av-news-tizers-2__horizontal-item img {
  width: 200px;
  min-width: 200px;
  height: auto;
  margin-top: 0 !important;
  margin-bottom: 5px !important;
  padding-right: 10px;
  padding-bottom: 0;
}
.av-news-tizers-2__horizontal-item a {
  color: #212529;
}
.av-news-tizers-2__horizontal-item a:hover {
  color: #FF1A1A;
  text-decoration: none;
  transition: color 0.3s ease;
}
.av-news-tizers-2__horizontal-item .av-news-tizers-2__header {
  display: flex;
}
.av-news-tizers-2__horizontal-item .av-news-tizers-2__title {
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 16px;
}
.av-news-tizers-2__thumbnal {
  height: auto;
  padding: 5px;
}
.av-news-tizers-2__text {
  font-size: 0.75rem;
  color: #4e555b;
  line-height: 15px;
}

/*# sourceMappingURL=style.css.map */
