.row {
  display: flex;
  flex-direction: row;
}

.align-center,
.align-items-center {
  align-items: center;
}

.col-md-2 {
  width: 15%;
  padding: 0 0.5%;
}

.col-md-3 {
  width: 25%;
  padding: 0 0.5%;
}

.col-md-4 {
  width: 33%;
  padding: 0 0.5%;
}

.col-md-5 {
  width: 40.6%;
  padding: 0 0.5%;
}

.col-md-6,
.col-6 {
  width: 49%;
  padding: 0 0.5%;
}

.col-md-8 {
  width: 67%;
  padding: 0 0.5%;
}

.col-md-9 {
  width: 75%;
  padding: 0 0.5%;
}

.col-12 {
  padding: 0 0.5%;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-40 {
  margin-bottom: 40px;
}

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

.me-20 {
  margin-right: 20px;
}

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

.px-20 {
  padding: 20px 0;
}

.px-60 {
  padding: 60px 0;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pr-10 {
  padding-right: 10px;
}

.desktop-right {
  margin-left: auto;
}

.fs-16 {
  font-size: 16px;
}

.fs-20 {
  font-size: 20px;
}

.w-16 {
  width: 16px;
}

.h-16 {
  height: 16px;
}

.annotation,
.annotation-green {
  background-color: #fff6f6;
  border: 1px dashed #919191;
  border-radius: 6px;
  padding: 40px 40px;
}

.annotation-green {
  background-color: #f6ffff;
}

.hrr {
  border-bottom: 1px solid #eeeeee;
  width: 100%;
  margin: 20px 0;
}

.show-md {
  display: block;
}

.hide-md {
  display: none;
}

@media screen and (max-width: 640px) {
  .row {
    flex-wrap: wrap;
  }
  .row .col-md-2,
  .row .col-md-3,
  .row .col-md-4,
  .row .col-md-5,
  .row .col-md-6,
  .row .col-md-7,
  .row .col-md-8,
  .row .col-md-9,
  .row .col-md-10,
  .row .col-md-11 {
    width: 100%;
    padding: 0;
  }
  .show-md {
    display: none;
  }
  .hide-md {
    display: block;
  }
}
.filter-cars-window .s2 {
  width: 100%;
}
.filter-cars-window .filter {
  padding: 20px 0;
}
.filter-cars-window .filter.collapsed {
  border-top: 1px solid #a69999;
}
.filter-cars-window .filter:first-child {
  padding-top: 0;
  border-top: 0;
}
.filter-cars-window .filter .filter-name {
  padding-bottom: 20px;
}
.filter-cars-window .filter .filter-value {
  font-size: 16px;
}
.filter-cars-window .filter .filter-value input.number-input {
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #a69999;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  text-transform: uppercase;
  padding: 5px 0;
}
.filter-cars-window .filter .filter-value select {
  border-left: 0;
  border-top: 0;
  border-right: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  padding: 5px 5px;
}
.filter-cars-window .filter .filter-value .select2-container--default .select2-selection--single {
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-radius: 0;
}
.filter-cars-window .filter .filter-value.double .col-6:first-child input {
  margin-left: -0.5%;
}
.filter-cars-window .filter .filter-value.double .col-6:last-child input {
  margin-left: 1%;
}
.filter-cars-window .filter .filter-checkbox-wrapper {
  padding: 5px 0;
}
.filter-cars-window .filter .filter-checkbox-wrapper label {
  margin-left: 10px;
}
.filter-cars-window .filter span {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.cars-car-page .breadcrumbs {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.cars-car-page .breadcrumbs a {
  color: #282828;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
.cars-car-page .breadcrumbs a:hover {
  text-decoration: underline;
}
.cars-car-page .breadcrumbs span {
  display: inline-block;
  padding: 0 10px;
  height: 15px;
}
.cars-car-page .top_block {
  background: url(../images/banner-fg-lite.jpg) 50% 0 no-repeat;
}
.cars-car-page .top_block .wrapper {
  display: flex;
  flex-direction: row;
  position: relative;
}
.cars-car-page .col-text {
  padding-top: 15px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  padding-bottom: 8px;
  width: 400px;
}
.cars-car-page .col-text .text-block {
  box-shadow: 0 0 10px rgba(154, 154, 154, 0.1);
  background-color: #fff;
}
.cars-car-page .col-text .text-block .bg-blue {
  background-color: #f3faff;
  padding: 18px;
}
.cars-car-page .col-text .text-block .bg-blue h1 {
  font-size: 26px;
  font-weight: bold;
  margin: 10px 0;
}
.cars-car-page .col-text .text-block .bg-blue .car-price {
  padding-top: 10px;
  font-size: 26px;
  color: #03a66a;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.cars-car-page .col-text .text-block .bg-blue .car-price span#nbu_course {
  display: inline-block;
  font-size: 16px;
  color: #282828;
  text-decoration: underline;
  padding-left: 20px;
  font-weight: normal;
}
.cars-car-page .col-text .text-block .bg-blue .offer-price-wrapper {
  padding: 10px 0;
}
.cars-car-page .col-text .text-block .bg-blue .offer-price-wrapper a {
  font-size: 16px;
}
.cars-car-page .col-text .text-block .bg-blue .location {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}
.cars-car-page .col-text .text-block .bg-blue .location svg {
  width: 20px;
  height: 22px;
  margin-right: 10px;
  fill: #ef1313;
  stroke-width: 3%;
  stroke: #ef1313;
}
.cars-car-page .col-text .text-block .bg-white {
  background-color: #fff;
  padding: 18px;
}
.cars-car-page .col-text .text-block .bg-white .seller {
  font-size: 20px;
  font-weight: bold;
}
.cars-car-page .col-text .text-block .bg-white .phone {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}
.cars-car-page .col-text .text-block .bg-white .phone .number {
  font-size: 22px;
  font-weight: bold;
}
.cars-car-page .col-text .text-block .bg-white .phone .action-show a {
  font-size: 16px;
}
.cars-car-page .col-text .chars {
  box-shadow: 0 0 10px rgba(154, 154, 154, 0.1);
  background-color: #fff;
  padding: 18px;
  margin-top: 30px;
  flex-grow: 1;
}
.cars-car-page .col-text .chars .block-title {
  font-size: 20px;
  font-weight: bold;
}
.cars-car-page .col-text .chars .chars-list {
  padding-top: 10px;
}
.cars-car-page .col-text .chars .chars-list .char {
  padding-top: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}
.cars-car-page .col-text .chars .chars-list .char .title {
  display: flex;
  align-items: center;
}
.cars-car-page .col-text .chars .chars-list .char .value {
  font-weight: bold;
}
.cars-car-page .col-text .chars .chars-list .char img,
.cars-car-page .col-text .chars .chars-list .char svg {
  width: 20px;
  height: 22px;
  margin-right: 10px;
  fill: #ef1313;
  stroke-width: 3%;
  stroke: #ef1313;
}
.cars-car-page .moderate-link svg {
  width: 20px;
  height: 22px;
  margin-right: 10px;
  fill: #ef1313;
  stroke-width: 3%;
  stroke: #ef1313;
}
.cars-car-page .frame {
  border: 10px solid #000;
  width: 390px;
  background-color: #fff;
  z-index: 10;
  position: relative;
}
.cars-car-page .frame .padding {
  padding: 20px 50px;
}
.cars-car-page .frame .button-wrapper {
  padding-top: 30px;
}
.cars-car-page .frame .red-button {
  width: 100%;
}
.cars-car-page .col-images {
  width: 830px;
  padding-top: 20px;
}
.cars-car-page .addpictures-wrapper {
  height: 105px;
  overflow: hidden;
}
.cars-car-page .addpictures-wrapper ul li {
  list-style-type: none;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  width: calc(20% - 8px);
}
.cars-car-page .addpictures-wrapper ul li:nth-child(5n) {
  margin-right: 0;
}
.cars-car-page .addpictures-wrapper ul li a {
  display: block;
  height: 105px;
  overflow: hidden;
}
.cars-car-page .addpictures-wrapper ul li .overpic {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}
.cars-car-page #mainpic {
  margin-bottom: 10px;
  position: relative;
}
.cars-car-page #mainpic img {
  max-width: 100%;
}
.cars-car-page .description-row {
  display: flex;
  justify-content: space-between;
}
.cars-car-page .description-row .col-description {
  width: 820px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.cars-car-page .description-row .description-title,
.cars-car-page .description-row .cr-title {
  font-size: 18px;
  font-weight: bold;
  color: #141414;
  text-transform: uppercase;
  padding-bottom: 35px;
}
.cars-car-page .description-row .cr-title {
  padding-left: 0;
}
.cars-car-page .col-credit {
  width: 400px;
}
.cars-car-page .redlink-wrapper {
  padding-left: 0;
}
.cars-car-page .description-text {
  font-size: 16px;
  line-height: 1.8;
}
.cars-car-page #nbu_course {
  cursor: pointer;
}
.cars-car-page .ui-tooltip, .cars-car-page .arrow:after {
  background: black;
}
.cars-car-page .ui-tooltip {
  padding: 10px 20px;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  box-shadow: 0 0 7px black;
}
.cars-car-page .arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}
.cars-car-page .arrow.top {
  top: -16px;
  bottom: auto;
}
.cars-car-page .arrow.left {
  left: 20%;
}
.cars-car-page .arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black;
  transform: rotate(45deg);
}
.cars-car-page .arrow.top:after {
  bottom: -20px;
  top: auto;
}

.user-mycars .list-mycars {
  padding-top: 30px;
}
.user-mycars .list-mycars .advert {
  width: 100%;
  display: flex;
  flex-direction: row;
  height: 140px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(154, 154, 154, 0.1);
  margin-bottom: 30px;
}
.user-mycars .list-mycars .advert.non-published {
  background-color: #efefef;
  opacity: 0.6;
}
.user-mycars .list-mycars .advert.non-published .prices .price-usd {
  color: #282828;
}
.user-mycars .list-mycars .advert .photo {
  width: 215px;
  position: relative;
}
.user-mycars .list-mycars .advert .photo img {
  border-radius: 5px 0 0 5px;
}
.user-mycars .list-mycars .advert .photo .moderation-notice {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-mycars .list-mycars .advert .photo .moderation-notice .icon {
  width: 70px;
  height: 70px;
  fill: yellow;
}
.user-mycars .list-mycars .advert .description {
  padding: 20px 30px;
  flex-grow: 1;
}
.user-mycars .list-mycars .advert .description .title {
  padding-bottom: 20px;
}
.user-mycars .list-mycars .advert .description .title a {
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
.user-mycars .list-mycars .advert .description .title a:hover {
  text-decoration: underline;
}
.user-mycars .list-mycars .advert .description .tech-chars {
  font-size: 16px;
}
.user-mycars .list-mycars .advert .description .tech-chars .tech-char {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 8px;
}
.user-mycars .list-mycars .advert .description .tech-chars .tech-char img,
.user-mycars .list-mycars .advert .description .tech-chars .tech-char svg {
  width: 20px;
  height: 22px;
  margin-right: 10px;
  fill: #ef1313;
  stroke-width: 3%;
  stroke: #ef1313;
}
.user-mycars .list-mycars .advert .prices {
  padding: 20px;
  width: 170px;
  text-align: right;
  display: flex;
  flex-direction: column;
}
.user-mycars .list-mycars .advert .prices .date {
  font-size: 15px;
  font-weight: bold;
}
.user-mycars .list-mycars .advert .prices .price-usd {
  font-size: 25px;
  color: #03a66a;
  font-weight: 700;
  margin-top: 20px;
}
.user-mycars .list-mycars .advert .prices .price-uah {
  color: #282828;
  font-size: 16px;
  font-weight: 500;
  margin-top: 5px;
}
.user-mycars .list-mycars .advert .actions {
  display: flex;
  flex-direction: row;
}
.user-mycars .list-mycars .advert .actions .edit-wrapper,
.user-mycars .list-mycars .advert .actions .delete-wrapper {
  width: 150px;
  background-color: #f3faff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.user-mycars .list-mycars .advert .actions .edit-wrapper a,
.user-mycars .list-mycars .advert .actions .delete-wrapper a {
  text-decoration: none;
  color: #000000;
  font-size: 13px;
  font-weight: 500;
}
.user-mycars .list-mycars .advert .actions .edit-wrapper a svg,
.user-mycars .list-mycars .advert .actions .delete-wrapper a svg {
  width: 25px;
  height: 25px;
  fill: #ef1313;
}
.user-mycars .list-mycars .advert .actions .edit-wrapper a:hover,
.user-mycars .list-mycars .advert .actions .delete-wrapper a:hover {
  text-decoration: underline;
}
.user-mycars .list-mycars .advert .actions .edit-wrapper a:hover svg,
.user-mycars .list-mycars .advert .actions .delete-wrapper a:hover svg {
  fill: #e10606;
}
.user-mycars .list-mycars .advert .actions .edit-wrapper {
  border-right: 2px solid #fff;
}

.user-myoffers .offers-info {
  padding: 0 0 40px 0;
  font-size: 16px;
}
.user-myoffers .list-offers .offer {
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-direction: row;
  height: 75px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(154, 154, 154, 0.1);
  margin-bottom: 10px;
}
.user-myoffers .list-offers .offer .photo img {
  max-width: 115px;
  border-radius: 5px 0 0 5px;
}
.user-myoffers .list-offers .offer .description {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: bold;
  justify-content: center;
  width: 20%;
}
.user-myoffers .list-offers .offer .description .price-usd {
  color: #03a66a;
}
.user-myoffers .list-offers .offer .offer-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  flex-grow: 1;
  font-weight: bold;
}
.user-myoffers .list-offers .offer .offer-text .offered-price {
  color: #ef1313;
}
.user-myoffers .list-offers .offer .offer-date {
  font-size: 14px;
  color: #a3a3a3;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 10px;
}
.user-myoffers .list-offers .offer .actions {
  display: flex;
  flex-direction: row;
}
.user-myoffers .list-offers .offer .actions .delete-wrapper {
  width: 150px;
  background-color: #f3faff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.user-myoffers .list-offers .offer .actions .delete-wrapper a {
  text-decoration: none;
  color: #000000;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.user-myoffers .list-offers .offer .actions .delete-wrapper a svg {
  width: 25px;
  height: 25px;
  fill: #ef1313;
  margin-right: 10px;
}
.user-myoffers .list-offers .offer .actions .delete-wrapper a:hover {
  text-decoration: underline;
}
.user-myoffers .list-offers .offer .actions .delete-wrapper a:hover svg {
  fill: #e10606;
}

@media screen and (max-width: 640px) {
  .user-myoffers .list-offers .offer {
    height: auto;
    flex-wrap: wrap;
  }
  .user-myoffers .list-offers .offer .description {
    width: auto;
  }
  .user-myoffers .list-offers .offer .actions {
    margin-left: auto;
  }
  .user-myoffers .list-offers .offer .photo img {
    border-radius: 5px 0 0 0;
  }
  .user-myoffers .list-offers .offer .offer-text {
    font-size: 14px;
    padding: 20px 10px;
  }
}
.private-adverts-promo .top_block {
  background: url(../images/banner-bg-private-adverts.png) 50% 0 no-repeat;
  height: 625px;
}
.private-adverts-promo .top_block .wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 625px;
  justify-content: center;
  align-items: center;
}
.private-adverts-promo .top_block .wrapper .btn-wrapper a {
  width: 300px;
}
.private-adverts-promo .top_block .wrapper .title {
  font-size: 47px;
  text-align: center;
  padding: 0 10vw 50px;
}
.private-adverts-promo .why-fast h2 {
  text-align: center;
}

.cars-add #or-create-new-car {
  align-items: center;
  cursor: pointer;
}
.cars-add #or-create-new-car .caption {
  padding-right: 10px;
}
.cars-add #or-create-new-car .hrr {
  width: auto;
  flex-grow: 1;
}
.cars-add #or-create-new-car .chevron-wrapper {
  padding-left: 10px;
}
.cars-add #or-create-new-car .chevron-wrapper.collapsed .icon {
  transform: rotate(180deg);
}
.cars-add .widget_image_multi .multi-block .main-label {
  display: block;
  position: absolute;
  bottom: 0;
  background-color: #09c;
  left: 0;
  opacity: 0.4;
  right: 0;
  top: auto;
}
.cars-add .field-description {
  font-size: 18px;
  margin-bottom: 10px;
}
.cars-add .field-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.cars-add .field-title .icon {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  fill: #ef1313;
  stroke-width: 3%;
  stroke: #ef1313;
}
.cars-add .field-title img {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
.cars-add .field-title .redstar {
  color: #ef1313;
}
.cars-add .field-input select,
.cars-add .field-input input {
  width: 100%;
  border-color: #717171;
  border-width: 1px;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 18px;
  margin-bottom: 20px;
}
.cars-add .field-input input {
  padding: 11px 20px;
}
.cars-add .field-input label {
  font-size: 14px;
  font-weight: bold;
}
.cars-add .icheckbox_square-red {
  margin-right: 10px;
}
.cars-add .photo_limit_hint {
  margin-left: 10px;
}
.cars-add .previews_list {
  flex-wrap: wrap;
}
.cars-add .select2-container {
  font-size: 18px;
}
.cars-add .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 44px;
  color: #282828;
}
.cars-add .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 20px;
  padding-right: 20px;
}
.cars-add .select2-container--default .select2-selection--single {
  border-color: #717171;
  border-radius: 6px;
  height: auto;
}
.cars-add .select2-container .select2-selection--single {
  height: auto;
}
.cars-add .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px;
}
.cars-add .field-input.cars-add-promocode-inline {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.cars-add .field-input.cars-add-promocode-inline input {
  flex: 1;
  min-width: 0;
  margin-bottom: 0;
}
.cars-add .field-input.cars-add-promocode-inline .black-button {
  flex-shrink: 0;
}
.cars-add .cars-add-actions {
  display: flex;
  align-items: center;
}

.car-description-textarea {
  width: 100%;
  border: 1px solid #757575;
  border-radius: 6px;
  resize: vertical;
  min-height: 100px;
  font-size: 16px;
  padding: 10px 15px;
  font-family: "Manrope", Sans-Serif;
}

.list-cars {
  padding-top: 30px;
}
.list-cars .advert {
  width: 100%;
  display: flex;
  flex-direction: row;
  height: 200px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(154, 154, 154, 0.1);
  margin-bottom: 30px;
}
.list-cars .advert:hover {
  box-shadow: 0 0 15px rgba(154, 154, 154, 0.3);
}
.list-cars .advert .photo {
  width: 320px;
}
.list-cars .advert .photo img {
  border-radius: 5px 0 0 5px;
}
.list-cars .advert .description {
  padding: 20px 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.list-cars .advert .description .title {
  padding-bottom: 20px;
}
.list-cars .advert .description .title a {
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #282828;
}
.list-cars .advert .description .title a:hover {
  text-decoration: underline;
}
.list-cars .advert .description .tech-chars {
  font-size: 16px;
  flex-grow: 1;
}
.list-cars .advert .description .tech-chars .tech-char {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 8px;
}
.list-cars .advert .description .tech-chars .tech-char img,
.list-cars .advert .description .tech-chars .tech-char svg {
  width: 20px;
  height: 22px;
  margin-right: 10px;
  fill: #ef1313;
  stroke-width: 3%;
  stroke: #ef1313;
}
.list-cars .advert .description .location {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.list-cars .advert .description .location svg {
  width: 20px;
  height: 22px;
  margin-right: 10px;
  fill: #ef1313;
  stroke-width: 3%;
  stroke: #ef1313;
}
.list-cars .advert .prices {
  background-color: #f3faff;
  width: 170px;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.list-cars .advert .prices .date {
  font-size: 15px;
  font-weight: bold;
}
.list-cars .advert .prices .price-usd {
  font-size: 25px;
  color: #03a66a;
  font-weight: 700;
}
.list-cars .advert .prices .price-uah {
  color: #282828;
  font-size: 16px;
  font-weight: 500;
  margin-top: 5px;
}

.cars-view .header {
  align-items: center;
}
.cars-view .header .add-car-wrapper {
  text-align: right;
}
.cars-view .header h1 {
  font-size: 30px;
}
.cars-view .sortings .sorting.selected-asc a:after {
  transform: rotate(180deg);
}
.cars-view .sortings .sorting.selected-desc a:after {
  transform: rotate(0);
}
.cars-view .filters .filter-clear-item {
  line-height: 30px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  padding: 0 30px 0 20px;
  border: 1px solid #000;
  border-radius: 15px;
  margin-bottom: 5px;
  background-color: #fff;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.cars-view .filters .filter-clear-item:hover {
  background-color: #f3faff;
}
.cars-view .filters .filter-clear-item:after {
  display: block;
  position: absolute;
  content: " ";
  background: url(../images/cross-red.png) 0 0 no-repeat;
  width: 8px;
  height: 8px;
  right: 10px;
  top: 11px;
}
.cars-view .seo-cars-view {
  padding: 0 10px;
}
.cars-view .col-filters {
  padding-right: 20px;
}

.annotation .red-button {
  height: 36px;
  line-height: 36px;
}
.annotation .moderation-comment {
  font-size: 16px;
  font-weight: bold;
}

.dashed-input {
  width: 100%;
  border: 1px dashed #919191;
  border-radius: 6px !important;
  padding: 6px 10px;
  font-size: 18px;
}

.w-300 {
  width: 300px;
}

.btn-add-mycars-advert {
  text-transform: uppercase;
}

.show-all-filters-wrapper {
  padding-top: 10px;
}

@media screen and (max-width: 640px) {
  .cars-view .header {
    padding: 30px 10px;
  }
  .cars-view .header h1 {
    font-size: 20px;
    text-align: center;
  }
  .cars-view .header .add-car-wrapper {
    text-align: center;
  }
  .cars-view .header .add-car-wrapper .red-button {
    width: 130px;
    height: 32px;
    line-height: 32px;
  }
  .cars-view .filters {
    text-align: center;
    padding: 20px 10px 0 10px;
  }
  .cars-view .col-filters {
    padding-right: 0;
  }
  .cars-view .col-filters .module {
    width: 310px;
    margin: 0 auto;
    padding: 10px;
    box-shadow: 0 0 10px rgba(154, 154, 154, 0.1);
  }
  .cars-view .sortings {
    margin: 0 auto;
    display: flex;
    align-items: center;
    float: none;
  }
  .cars-view .sortings .sorting-title {
    padding-bottom: 0;
  }
  .cars-view .list-cars {
    margin: 0 auto;
    padding-top: 10px;
  }
  .cars-view .list-cars .advert {
    flex-direction: column;
    height: auto;
  }
  .cars-view .list-cars .advert .photo {
    width: 100%;
    border-radius: 0 0 0 0;
  }
  .cars-view .list-cars .advert .photo img {
    border-radius: 0 0 0 0;
  }
  .cars-view .list-cars .advert .description {
    padding: 10px 10px;
  }
  .cars-view .list-cars .advert .description .tech-chars {
    font-size: 12px;
  }
  .cars-view .list-cars .advert .description .location {
    font-size: 12px;
  }
  .cars-view .list-cars .advert .prices {
    width: 100%;
    flex-direction: row;
  }
  .cars-view .list-cars .advert .prices .price-usd,
  .cars-view .list-cars .advert .prices .price-uah {
    margin-top: 0;
    padding: 10px 0;
    width: 50%;
    text-align: center;
    font-size: 16px;
  }
  .cars-view .list-cars .advert .prices .price-uah {
    font-weight: 400;
    font-size: 16px;
  }
  .cars-view .filter-cars-window .filter {
    padding: 10px 0;
  }
  .cars-view .filter-cars-window .filter span {
    font-size: 12px;
    font-weight: 400;
  }
  .cars-view .filter-cars-window .filter .filter-name {
    padding-bottom: 10px;
  }
  .cars-view .filter-cars-window .filter .filter-name span {
    font-size: 12px;
    font-weight: bold;
  }
  .cars-view .filter-cars-window .filter .filter-value {
    font-size: 14px;
  }
  .cars-view .filter-cars-window .filter .filter-value input.number-input {
    font-size: 12px;
  }
  .cars-view .filter-cars-window .button-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
  }
  .cars-car-page .breadcrumbs {
    padding: 0 10px;
  }
  .cars-car-page .breadcrumbs a {
    font-size: 11px;
  }
  .cars-car-page .breadcrumbs span {
    padding: 0 4px;
  }
  .cars-car-page .annotation-moderation {
    margin-left: 10px;
    margin-right: 10px;
  }
  .cars-car-page .col-images {
    width: 100%;
  }
  .cars-car-page .addpictures-wrapper {
    display: none;
  }
  .cars-car-page .top_block {
    background: none;
  }
  .cars-car-page .top_block .wrapper {
    flex-direction: column;
  }
  .cars-car-page .col-text {
    width: 100%;
  }
  .cars-car-page .col-text .text-block .bg-blue h1 {
    font-size: 20px;
  }
  .cars-car-page .col-text .text-block .bg-blue .car-price {
    font-size: 20px;
  }
  .cars-car-page .col-text .text-block .bg-white .seller {
    font-size: 18px;
  }
  .cars-car-page .col-text .text-block .bg-white .phone .number {
    font-size: 18px;
  }
  .cars-car-page .col-text .chars .block-title {
    font-size: 16px;
  }
  .cars-car-page .col-text .chars .chars-list .char {
    font-size: 14px;
  }
  .cars-car-page .description-row {
    flex-direction: column;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .cars-car-page .description-row .col-description {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cars-car-page .description-row .col-description .description-title {
    padding-bottom: 20px;
    font-size: 14px;
  }
  .cars-car-page .description-row .col-description .description-text {
    font-size: 14px;
  }
  .cars-add {
    padding: 0 10px;
  }
  .cars-add .annotation,
  .cars-add .annotation-green {
    padding: 20px;
    text-align: center;
    justify-content: center;
  }
  .cars-add .annotation > *,
  .cars-add .annotation-green > * {
    margin: 5px 0;
  }
  .cars-add .field-description {
    font-size: 16px;
  }
  .cars-add .select2-container {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .cars-add .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .cars-add .field-input select,
  .cars-add .field-input input {
    padding: 5px 10px;
    font-size: 16px;
  }
  .cars-add .cars-add-actions {
    flex-direction: column;
    margin-top: 20px;
  }
  .cars-add .cars-add-actions > div {
    padding-bottom: 10px;
  }
  .user-mycars {
    padding-top: 15px;
  }
  .user-mycars .desktop-right {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .user-mycars .list-mycars .advert {
    flex-direction: column;
    height: auto;
  }
  .user-mycars .list-mycars .advert .photo {
    width: 100%;
    border-radius: 0 0 0 0;
  }
  .user-mycars .list-mycars .advert .photo img {
    border-radius: 0 0 0 0;
  }
  .user-mycars .list-mycars .advert .description {
    padding: 20px 10px;
  }
  .user-mycars .list-mycars .advert .prices {
    padding: 0 10px;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-around;
  }
  .user-mycars .list-mycars .advert .prices .price-usd,
  .user-mycars .list-mycars .advert .prices .price-uah {
    margin-top: 0;
  }
  .user-mycars .list-mycars .advert .actions {
    margin-top: 10px;
  }
  .user-mycars .list-mycars .advert .actions .edit-wrapper,
  .user-mycars .list-mycars .advert .actions .delete-wrapper {
    width: 50%;
    padding: 10px 0;
  }
}

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