@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap);
/* Media queries */
/* Fonts */
/* Colors */
/* Media queries */
/* Fonts */
/* Colors */
/* Media queries */
/* Fonts */
/* Colors */
/* Media queries */
/* Fonts */
/* Colors */
body {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

img {
  display: block;
  max-width: 100%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

a,
button {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 20px;
}

p:last-of-type {
  margin-bottom: 0;
}

.list-no-style {
  list-style: none;
}

.container {
  width: 1018px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.button {
  display: block;
  padding: 30px 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  color: #000000;
  text-align: center;
  text-decoration: none;
  background-color: #feb402;
  transition: background-color 0.3s;
  outline: none;
  border: 0;
  border-radius: 3px;
}
.button:after {
  content: "";
  display: inline-block;
  height: 16px;
  width: 10px;
  margin-left: 35px;
  background: url(../../images/arrow.svg) center center no-repeat;
}
.button:hover, .button:active {
  background-color: #fec702;
}

/* ====================== header ======================== */
.header {
  position: relative;
  z-index: 1;
  padding-top: 36px;
  padding-bottom: 40px;
  transition: background-color 0.3s;
}
.header .container {
  padding: 0 16px;
  width: 1002px;
}

.main-page .header {
  padding-top: 44px;
}

.header__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
}

.logo {
  display: flex;
  width: 70px;
  height: 56px;
  position: relative;
  top: -4px;
}

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

.logo svg {
  display: block;
  height: 100%;
  width: 100%;
  fill: #000000;
}

.button__header {
  padding: 23px 0;
  flex-basis: 262px;
  min-width: 262px;
  margin-left: auto;
  font-size: 18px;
}

.button__header:after {
  height: 13px;
  width: 6px;
  margin-left: 18px;
  background: url(../../images/arrow.svg) center center no-repeat;
  background-size: 100% auto;
}

.nav {
  margin-left: 58px;
}
.nav__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.nav__item:not(:last-child) {
  margin-right: 24px;
}
.nav__link {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  text-decoration: none;
  transition: color 0.3s;
}
.nav__current, .nav__link:hover {
  color: #5f5f5f;
}

.header__phone {
  padding: 6px 18px;
  background: #f3f3f3;
  border-radius: 3px;
  position: absolute;
  left: 128px;
  top: 0px;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__phone:hover {
  background-color: #e6e6e6;
}

.header__phone .phone {
  margin-left: 6px;
  color: #000000;
}

.header__phone .phone:hover {
  color: #000000;
}

.header__phone .phone:hover .phone_icon {
  fill: #000000;
}

.header__phone .phone_icon {
  margin-right: 6px;
  fill: #000000;
  top: 2px;
}

.header__hamburger-inner {
  display: none;
}

.main-page .header__inner {
  align-items: center;
}

.main-page .logo {
  top: 0;
}

.main-page .logo-fill {
  fill: #feb402;
}

.main-page .nav__item:not(:last-child) {
  margin-right: 54px;
}

.main-page .nav {
  margin-left: auto;
}

.main-page .nav__link {
  color: #ffffff;
}

.main-page .nav__link:hover {
  color: rgba(255, 255, 255, 0.7);
}

.main-page .header__phone {
  display: none;
}

.main-page .button__header {
  display: none;
}

/* ===================== section ======================= */
.section {
  padding: 96px 0;
}
.section-pb0 {
  padding-bottom: 0;
}
.section-pt0 {
  padding-top: 0;
}
.section-colored {
  background-color: #f3f3f3;
}
.section__title {
  font-weight: 700;
  font-size: 35px;
  line-height: 48px;
  letter-spacing: -1.0566px;
  color: #000000;
  margin-bottom: 48px;
}

/* ===================== hero ======================= */
.hero {
  padding-top: 159px;
  margin-top: -159px;
  box-sizing: border-box;
  text-align: center;
  background: url(../../images/hero.webp) center top no-repeat;
  background-blend-mode: normal, multiply, normal;
  background-size: cover;
}
.hero .container {
  width: 1102px;
  padding: 0 16px;
}

.hero__row {
  display: flex;
  justify-content: space-between;
}

.hero__info {
  flex-basis: 48%;
  text-align: left;
}

.hero__phone {
  margin-top: 85px;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 1.5px;
  color: #feb402;
}

.phone {
  margin-left: 10px;
  text-decoration: none;
  color: #feb402;
  transition: color 0.3s;
}
.phone:hover {
  color: #fec702;
}
.phone:hover .phone_icon {
  fill: #fec702;
}

.phone_icon {
  margin-right: 10px;
  position: relative;
  top: 4px;
  fill: #feb402;
  transition: fill 0.3s;
}

.hero__title {
  margin-top: 60px;
  margin-bottom: 40px;
  color: #ffffff;
  font-weight: 800;
  font-size: 52px;
  line-height: 56px;
}
.hero__title span {
  display: block;
  font-weight: 600;
  font-size: 36px;
  line-height: 49px;
}

.hero__text {
  max-width: 100%;
  width: 471px;
  color: rgba(255, 255, 255, 0.7);
}

.hero__how_to {
  padding: 40px 6%;
  flex-basis: 44%;
  background: #ffffff;
  box-sizing: border-box;
}

.how_to__title {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #000000;
  text-align: left;
}

.how_to__list {
  margin-bottom: 40px;
}

.how_to__item {
  text-align: left;
  padding-left: 88px;
  padding-top: 8px;
  position: relative;
}
.how_to__item:not(:last-child) {
  padding-bottom: 24px;
}
.how_to__item:before {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  position: absolute;
  left: 0;
  top: 0;
}
.how_to__item:first-child:before {
  background: url(../../images/how-to/icon-1.svg) center top no-repeat;
  background-size: 100% auto;
}
.how_to__item:nth-child(2):before {
  background: url(../../images/how-to/icon-2.svg) center top no-repeat;
  background-size: 100% auto;
}
.how_to__item:nth-child(3):before {
  background: url(../../images/how-to/icon-3.svg) center top no-repeat;
  background-size: 100% auto;
}
.how_to__item:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  left: 27px;
  top: 66px;
  bottom: 10px;
  border-left: 2px dashed #000000;
}

.how_to__note {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
  margin-bottom: 8px;
}

/* ==================== benefits ==================== */
.benefits__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -48px;
}

.benefits__item {
  display: flex;
  flex-basis: 370px;
  align-items: center;
  margin-bottom: 48px;
}

.benefits__img {
  display: flex;
  height: 72px;
  flex-basis: 72px;
  min-width: 72px;
  margin-right: 32px;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  background-color: #2a2a2a;
}

.benefits__text {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
}

/* ==================== home about ==================== */
.home_about {
  background: url(../../images/home-about-bg.webp) center bottom no-repeat;
  background-size: cover;
}

.home_about__cont {
  display: flex;
  justify-content: space-between;
}

.home_about__text {
  flex-basis: 470px;
}

.home_about__cta {
  flex-basis: 370px;
}

.home_about__cta {
  margin-top: -24px;
}

.cta__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  margin-bottom: 7px;
}

.cta__phone {
  margin-bottom: 8px;
  text-decoration: none;
  transition: color 0.3s;
}

.cta__phone:hover {
  color: #1d3784;
}

.cta__phone_icon {
  margin-right: 5px;
  transition: fill 0.3s;
}

.cta__phone:hover .cta__phone_icon {
  fill: #1d3784;
}

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

.cta__button {
  margin-top: 24px;
}

.about_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 56px;
  margin-bottom: -40px;
}

.about_list__item {
  flex-basis: 270px;
  margin-right: 30px;
  padding-left: 32px;
  box-sizing: border-box;
  margin-bottom: 40px;
  position: relative;
  font-weight: 600;
}
.about_list__item:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 4px;
  background-color: #fab05b;
  border-radius: 50%;
}
.about_list__item:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 6px;
  top: 10px;
  background-color: #000000;
  border-radius: 50%;
}

/* ==================== Junk Removal Service ==================== */
.junk_rem {
  display: flex;
  justify-content: space-between;
}

.junk_rem__links {
  flex-basis: calc(50% - 3px);
  margin-bottom: -16px;
}

.junk_rem__link {
  display: inline-block;
  padding: 12px;
  margin-right: 11px;
  margin-bottom: 16px;
  background-color: #feb402;
  transition: background-color 0.3s;
  border-radius: 3px;
  font-weight: 600;
  font-size: 22px;
  line-height: 22px;
  color: #000000;
  text-decoration: none;
}
.junk_rem__link:hover {
  background-color: #fec702;
}

.junk_rem__text {
  flex-basis: calc(50% - 15px);
}

/* ==================== A list of <ABR> city zip codes ==================== */
.abr_list__item {
  display: flex;
  justify-content: space-between;
}
.abr_list__item:not(:last-child) {
  border-bottom: 2px solid #d9dff0;
  padding-bottom: 31px;
  margin-bottom: 31px;
}

.abr_list__name {
  font-weight: 600;
  font-size: 24px;
  line-height: 22px;
}

.abr_list__icon {
  position: relative;
  top: 2px;
  margin-right: 10px;
  fill: #feb402;
}

.abr_list__property {
  max-width: 70%;
  flex-basis: 670px;
  line-height: 1.75;
}

/* ==================== Types of Vehicles We Buy ==================== */
.list_vehicle {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin: -8px;
}

.list_vehicle__item {
  box-sizing: border-box;
  margin: 8px;
  padding: 11px 15px 23px;
  flex-basis: calc(16.6666666667% - 16px);
  background-color: #f3f3f3;
  text-decoration: none;
}

.list_vehicle__img {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list_vehicle__title {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  color: #000000;
}

/* ==================== We Buy Vehicles in All Conditions ==================== */
.list_type {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin: -8px;
}

.list_type__item {
  box-sizing: border-box;
  margin: 8px;
  padding: 18px 15px 37px;
  flex-basis: calc(20% - 16px);
  background-color: #ffffff;
  text-decoration: none;
}

.list_type__img {
  height: 96px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.list_type__title {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  color: #000000;
}

.junkyards_image {
  margin-top: 32px;
  margin-bottom: 32px;
}

/* ==================== Review ==================== */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../images/ajax-loader.gif") center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 8px;
  width: 8px;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border-radius: 50%;
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 4px;
  background-color: #474150;
  opacity: 0.5;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
  opacity: 1;
}
.slick-dots li.slick-active button {
  opacity: 1;
}

.slider_review {
  background: #f3f3f3;
  border-radius: 3px;
}

.slider_review .slick-dots {
  display: none !important;
}

.slick-dotted.slider_review {
  margin-bottom: 0;
}

.review {
  padding: 48px 20.6% 48px 10.3%;
  position: relative;
}

.review:after {
  content: "";
  display: block;
  position: absolute;
  right: 9.48%;
  top: 48px;
  width: 70px;
  height: 54px;
  background: url(../../images/review-slider/review-quote.svg) center center no-repeat;
}

.review__text {
  margin-bottom: 40px;
}

.review__author {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 4px;
  margin-top: 12px;
}

.review__from {
  padding-left: 22px;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
  mix-blend-mode: normal;
}

.review__from:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  background: url(../../images/review-slider/review-from.svg) center center no-repeat;
}

.slider_review .slick-next,
.slider_review .slick-prev {
  width: 16px;
  height: 24px;
}

.slider_review .slick-next:before,
.slider_review .slick-prev:before {
  display: none;
}

.slider_review .slick-prev {
  left: -87px;
  background: url(../../images/review-slider/prev.svg) center center no-repeat;
}

.slider_review .slick-next {
  right: -87px;
  background: url(../../images/review-slider/next.svg) center center no-repeat;
}

.stars {
  margin-bottom: -8px;
}

.rate {
  display: inline-block;
  font-size: 0;
  margin-left: -2px;
  position: relative;
}

.rate__line {
  color: transparent;
  display: inline-flex;
}

.rate__line-colored {
  color: #fab05b;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
}

.rate__line svg {
  flex-shrink: 0;
  padding: 0 2px;
  width: 25px;
}

/* ==================== Popular brands ==================== */
.list_brands {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin: -5px;
}

.list_brands__item {
  margin: 5px;
  flex-basis: calc(11.1111111111% - 10px);
  background-color: #f3f3f3;
}

.list_brands__item img {
  height: auto;
  margin: 0 auto;
}

/* ==================== Main FAQ ==================== */
.accordion_main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -48px;
}

.accordion__item {
  margin-bottom: 48px;
}

.accordion__item.accordion__item_show {
  margin-bottom: 34px;
}

.accordion_main__column {
  flex-basis: calc(50% - 15px);
}

.accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px 0 0;
  position: relative;
  color: #000000;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  cursor: pointer;
  text-decoration: underline;
}
.accordion__header:hover {
  text-decoration: none;
}

.accordion__header::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 7px;
  transition: transform 0.2s ease-out;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #000000;
  border-top: 4px solid transparent;
}

.accordion__item_show .accordion__header::after,
.accordion__item_slidedown .accordion__header::after {
  transform: rotate(90deg);
}

.accordion__body {
  max-height: 0;
  overflow: hidden;
}

.accordion__item_show .accordion__body {
  margin-top: 12px;
}

/* ==================== footer ==================== */
.footer {
  padding: 48px 0 38px;
  background: #f3f3f3;
  margin-top: 96px;
}

.footer-top {
  padding-bottom: 48px;
  display: flex;
  flex-wrap: wrap;
}

.footer__block:first-child {
  flex-basis: 62%;
}

.footer__block:nth-child(2) {
  flex: 1;
  margin-right: auto;
}

.footer__block:nth-child(3) {
  flex-basis: 62%;
  flex: initial;
  margin-right: 0;
}

.footer__title {
  display: block;
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
}

.footer__row {
  display: flex;
  flex-wrap: wrap;
}

.footer__row .footer__menu {
  width: 33.33333%;
}

.footer__menu li:not(:last-child) {
  margin-bottom: 16px;
}

.footer__menu li:last-child {
  margin-bottom: 0;
}

.footer__link {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  transition: color 0.3s;
}
.footer__block:nth-child(2) .footer__link, .footer__block:nth-child(3) .footer__link {
  font-weight: 400;
}
.footer__link:hover {
  color: #5f5f5f;
}

.footer__phone {
  text-decoration: none;
  transition: color 0.3s;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.footer__phone:hover {
  color: #1d3784;
}
.footer__phone:hover .footer__phone_icon {
  fill: #1d3784;
}
.footer__phone_icon {
  margin-right: 11px;
  transition: fill 0.3s;
}

.footer-bottom {
  border-top: 2px solid #e0e0e0;
  padding-top: 38px;
  display: flex;
  align-items: center;
}

.logo-footer {
  min-width: 70px;
  top: 0;
}

.logo-footer .logo-fill {
  fill: #000000;
}

.footer__copyright {
  font-weight: 400;
  font-size: 10px;
  line-height: 26px;
  margin-left: 130px;
}

@media screen and (min-width: 1280px) {
  .main-page .header .container {
    width: 1102px;
    transform: translateX(50px);
  }
  .hero .container {
    width: 1102px;
    transform: translateX(50px);
  }
}
@media screen and (max-width: 1279px) {
  .main-page .header .container {
    width: 1002px;
  }
  .hero .container {
    width: 1002px;
  }
  .hero__title span {
    display: inline-block;
  }
  .cta__text {
    margin-right: 0px;
  }
  .slider_review .slick-prev {
    left: -30px;
  }
  .slider_review .slick-next {
    right: -30px;
  }
}
@media screen and (max-width: 1099px) {
  .slider_review .slick-prev,
  .slider_review .slick-next {
    display: none !important;
  }
  .slick-dotted.slider_review {
    margin-bottom: 34px;
  }
  .slider_review .slick-dots {
    display: block !important;
    bottom: -34px;
  }
}
@media screen and (max-width: 991px) {
  body.no-scroll {
    overflow: hidden;
  }
  .header {
    padding: 18px 0 16px;
  }
  .main-page .header {
    padding-top: 16px;
  }
  .header-colored {
    background-color: #ffffff;
  }
  .header__inner {
    display: block;
  }
  .logo:not(.logo-footer) {
    width: 44px;
    height: 44px;
  }
  .logo {
    top: 0;
  }
  .logo:not(.logo-footer) svg {
    height: 34px;
    top: 5px;
    position: relative;
  }
  .header-colored .logo-fill {
    fill: #000000;
  }
  .button__header {
    padding: 13px 0;
    flex-basis: 208px;
    min-width: 208px;
    font-size: 18px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  .header__phone {
    display: block;
    padding: 6px 18px;
    position: static;
    left: auto;
    top: 0px;
    margin-top: 16px;
    text-align: center;
  }
  .header__phone .phone {
    display: inline-block;
    margin-top: 0;
  }
  .header__phone .phone_icon {
    width: 16px;
    height: 16px;
  }
  .header__hamburger-inner {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 44px;
    width: 44px;
    background: #f3f3f3;
    border-radius: 3px;
    padding: 8px 0 0 13px;
    line-height: 1;
  }
  .hamburger {
    border: 0;
    background: none;
    height: 17px;
    position: relative;
    width: 19px;
  }
  .hamburger__line {
    background-color: #000000;
    border-radius: 50px;
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 19px;
  }
  .hamburger__line:first-child {
    left: 0;
    top: 0;
    transition: top 0.2s 0.2s, transform 0.2s;
  }
  .is-open .hamburger__line:first-child {
    top: 8px;
    transform: rotate(45deg);
    transition: top 0.2s, transform 0.2s 0.2s;
  }
  .hamburger__line:nth-child(2) {
    left: 0;
    top: 7px;
    transition: opacity 0.2s 0.2s;
  }
  .is-open .hamburger__line:nth-child(2) {
    opacity: 0;
  }
  .hamburger__line:last-child {
    left: 0;
    top: 14px;
    transition: top 0.2s 0.2s, transform 0.2s;
  }
  .is-open .hamburger__line:last-child {
    top: 8px;
    transform: rotate(-45deg);
    transition: top 0.2s, transform 0.2s 0.2s;
  }
  .nav {
    height: 100%;
    width: 100%;
    left: 0;
    overflow: hidden;
    padding: 0 16px 16px;
    position: fixed;
    z-index: 3;
    margin-left: 0;
    top: 76px;
    transform: translateX(100%);
    transition: transform 0.3s;
    background-color: #ffffff;
    border-top: 2px solid #e0e0e0;
  }
  .nav.is-open {
    transform: translateX(0);
  }
  .nav__list {
    flex-wrap: wrap;
  }
  .nav__item {
    flex-basis: 100%;
  }
  .nav__item:not(:last-child) {
    margin-right: 0;
  }
  .nav__link {
    display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    padding: 23px 0;
    border-bottom: 2px solid #e0e0e0;
  }
  .nav__item:last-child .nav__link {
    border-bottom: 0;
  }
  .main-page .nav__item:not(:last-child) {
    margin-right: 0;
  }
  .main-page .nav__link {
    color: #000000;
  }
  .main-page .nav__link:hover {
    color: #000000;
  }
  .main-page .button__header {
    display: block;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .main-page .header-colored .button__header {
    opacity: 1;
  }
  .section {
    padding: 80px 0;
  }
  .section-pb0 {
    padding-bottom: 0;
  }
  .section-pt0 {
    padding-top: 0;
  }
  .hero {
    padding-top: 100px;
    margin-top: -76px;
  }
  .hero__how_to {
    padding: 30px 25px;
  }
  .phone {
    display: block;
    margin-left: 0;
    margin-top: 6px;
  }
  .benefits__item {
    flex-basis: calc(50% - 15px);
  }
  .home_about__text {
    padding-right: 20px;
  }
  .about_list__item {
    flex-basis: calc(33.3333% - 14px);
    margin-right: 20px;
    margin-bottom: 30px;
  }
  .about_list__item:nth-child(3n) {
    margin-right: 0;
  }
  .list_vehicle__item {
    flex-basis: calc(25% - 16px);
  }
  .list_type__item {
    flex-basis: calc(25% - 16px);
    padding: 11px 15px 23px;
  }
  .list_type__img {
    height: 84px;
  }
  .list_type__img img {
    top: 5px;
    position: relative;
  }
  .list_brands__item {
    flex-basis: calc(12.5% - 10px);
  }
  .footer__block:first-child {
    flex-basis: 55%;
  }
  .footer__copyright {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  /* ===================== section ======================= */
  .section__title {
    font-size: 24px;
    line-height: 1.375;
    margin-bottom: 32px;
  }
  .section__title-br br {
    display: none;
  }
  /* ===================== hero ======================= */
  .hero {
    padding-top: 0;
    margin-top: 0;
    background: none;
  }
  .hero__row {
    display: block;
  }
  .hero__info {
    padding: 100px 16px 40px;
    margin: -76px -16px 0;
    flex-basis: auto;
    background: url(../../images/hero.webp) center top no-repeat;
    background-blend-mode: normal, multiply, normal;
    background-size: cover;
  }
  .hero__phone {
    margin-top: 0px;
    font-size: 20px;
    line-height: 1.35;
    letter-spacing: 1.25px;
  }
  .phone_icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    top: 2px;
  }
  .hero__title {
    margin-top: 32px;
    margin-bottom: 32px;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.37;
    letter-spacing: -1.0566px;
  }
  .hero__title span {
    display: block;
    font-size: 24px;
    line-height: 1.375;
    letter-spacing: -0.724528px;
  }
  .hero__how_to {
    padding: 40px 0 0;
    flex-basis: auto;
  }
  .how_to__list {
    margin-bottom: 16px;
  }
  .how_to__item:not(:last-child) {
    padding-bottom: 30px;
  }
  /* ==================== Junk Removal Service ==================== */
  .junk_rem {
    display: block;
  }
  .junk_rem__links {
    flex-basis: 100%;
    margin-bottom: 16px;
  }
  .junk_rem__text {
    flex-basis: 100%;
  }
  .list_vehicle__item {
    flex-basis: calc(33.333% - 16px);
  }
  .list_type__item {
    flex-basis: calc(33.333% - 16px);
  }
  /* ==================== Review ==================== */
  .review {
    padding: 24px 64px 24px 32px;
  }
  .review:after {
    content: "";
    right: 24px;
    top: 31px;
    width: 32px;
    height: 25px;
    background-size: 100% auto;
  }
  .review__text {
    margin-bottom: 32px;
  }
  /* ==================== Popular brands ==================== */
  .list_brands {
    margin: -3px;
  }
  .list_brands__item {
    margin: 3px;
    flex-basis: calc(14.2857142857% - 6px);
  }
  /* ==================== Main FAQ ==================== */
  .accordion_main {
    margin-bottom: -24px;
  }
  .accordion__item {
    margin-bottom: 24px;
  }
  .accordion__item.accordion__item_show {
    margin-bottom: 24px;
  }
  .accordion_main__column {
    flex-basis: 100%;
  }
  /* ==================== footer ==================== */
  .footer {
    padding: 32px 0 32px;
    margin-top: 80px;
  }
  .footer .container {
    padding: 0 16px;
  }
  .footer-top {
    padding-bottom: 39px;
  }
  .footer__block:first-child {
    margin-top: 56px;
    order: 1;
    flex-basis: 100%;
  }
  .footer__block:nth-child(2) {
    flex: initial;
    margin-right: 0;
    flex-basis: 33.333%;
  }
  .footer__block:nth-child(3) {
    flex-basis: auto;
    flex: initial;
    margin-right: 0;
  }
  .footer__title {
    margin-bottom: 21px;
  }
  .footer__phone {
    margin-bottom: 21px;
    font-size: 18px;
  }
  .footer-bottom {
    padding-top: 40px;
  }
}
@media screen and (max-width: 639px) {
  /* ==================== benefits ==================== */
  .benefits__list {
    margin-bottom: -24px;
  }
  .benefits__item {
    flex-basis: 100%;
    margin-bottom: 24px;
  }
  .benefits__text {
    font-size: 16px;
    line-height: 1.375;
  }
  /* ==================== home about ==================== */
  .home_about__cont {
    display: block;
  }
  .home_about__text {
    flex-basis: 100%;
  }
  .home_about__cta {
    flex-basis: 100%;
  }
  .home_about__cta {
    margin-top: 48px;
  }
  .cta__phone {
    font-size: 35px;
    line-height: 48px;
    letter-spacing: -1.0566px;
  }
  .about_list {
    margin-top: 40px;
    margin-bottom: -32px;
  }
  .about_list__item {
    flex-basis: 100%;
    margin-right: 0px;
    margin-bottom: 32px;
  }
  /* ==================== A list of <ABR> city zip codes ==================== */
  .abr_list__item {
    display: block;
  }
  .abr_list__name {
    margin-bottom: 21px;
  }
  .abr_list__property {
    max-width: 100%;
    flex-basis: 100%;
  }
  .list_vehicle__item {
    flex-basis: calc(50% - 16px);
  }
  .list_vehicle__item:last-of-type {
    flex-basis: 100%;
  }
  .list_type__item {
    flex-basis: calc(50% - 16px);
  }
  /* ==================== Popular brands ==================== */
  .list_brands__item {
    flex-basis: calc(16.6666666667% - 6px);
  }
}
@media screen and (max-width: 479px) {
  .junkyards_image img {
    width: 100%;
  }
  /* ==================== Popular brands ==================== */
  .list_brands {
    margin: -1px;
  }
  .list_brands__item {
    margin: 1px;
    flex-basis: calc(25% - 2px);
  }
  .footer__block:nth-child(2) {
    flex-basis: 44%;
  }
  .footer__row .footer__menu {
    flex-basis: 44%;
  }
  .footer__row .footer__menu:not(:last-child) {
    margin-bottom: 32px;
  }
  .footer-bottom {
    flex-wrap: wrap;
  }
  .footer__copyright {
    flex-basis: 100%;
    margin-left: 0;
    margin-top: 40px;
  }
}
@media screen and (max-width: 359px) {
  .container {
    padding: 0 16px;
  }
  .button__header {
    min-width: 180px;
  }
  .cta__phone {
    font-size: 32px;
  }
  .footer__phone {
    font-size: 16px;
  }
  .footer__phone_icon {
    margin-right: 8px;
    width: 17px;
    height: auto;
  }
}
.error-file {
  border: 1px solid #ec6868 !important;
}

.button-404 {
  max-width: 330px;
  font-size: 1.2em;
  padding: 18px 10px;
}

@media screen and (max-width: 359px) {
  .button-404 {
    font-size: 1em;
    padding: 12px 8px;
  }
}
/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

.location_top {
  margin-bottom: 79px;
}

.location_top.location_top__cars {
  margin-bottom: 0;
}

.location_top .section__title {
  margin-bottom: 16px;
}

.location_top__inner {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.location_top__image {
  flex-basis: 54.6%;
  margin-right: 7%;
}

.location_top__image img {
  width: 100%;
  height: 100%;
  display: block;
}

.location_top__info {
  flex-basis: 370px;
}

@media (min-width: 992px) {
  .location_top__inner_car {
    display: flex;
    justify-content: flex-start;
    margin-top: 40px;
  }
  .location_top__image_car {
    flex-basis: 40%;
    margin-right: 5%;
  }
  .location_top__image_car picture {
    display: block;
  }
  .location_top__image_car picture, .location_top__image_car picture img {
    width: 100%;
    height: 100%;
    max-height: 250px;
    min-height: 150px;
  }
  .location_top__info_car {
    flex-basis: 55%;
  }
}
.cta_location .cta__phone {
  display: inline-block;
  margin-bottom: 40px;
}

.cta_location .contacts__elem__title:last-child {
  margin-top: 24px;
}

.cta_location .cta__button {
  margin-top: 40px;
}

.ban {
  display: flex;
  position: relative;
  padding: 32px 0 26px 72px;
  margin-top: 103px;
  background: linear-gradient(174.84deg, #d1deff -44.89%, #eaf8ff 7.43%, #e0eaf1 134.68%);
  border-radius: 3px;
}

.ban__text {
  display: inline-block;
  position: relative;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #000000;
}

.ban__text:after {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  position: absolute;
  right: -30px;
  top: 0;
  background: url("../../images/guarantee-icon.svg") 0 0 no-repeat;
}

.ban__title {
  padding: 0 6px;
  margin-left: -6px;
  margin-bottom: 20px !important;
  color: #ffffff;
  background-color: #000000;
}

.ban__note {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
}

.ban__img {
  position: absolute;
  top: -16px;
  right: 15px;
  max-width: 432px;
}

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

.steps {
  display: flex;
  margin-bottom: 48px;
  justify-content: space-between;
}

.steps__item {
  flex-basis: 200px;
  font-weight: 600;
  position: relative;
}

.steps__item:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  width: 124px;
  height: 26px;
  top: 16px;
  right: -17px;
  background: url("../../images/steps-line.svg") 0 0 no-repeat;
}

.steps__nmb {
  display: flex;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 16px 0;
  margin-bottom: 20px;
  background-color: #feb402;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  justify-content: center;
  letter-spacing: -0.724528px;
  color: #000000;
}

.location_place {
  display: flex;
  justify-content: space-between;
}

.location_place__info {
  flex-basis: 370px;
}

.location_place__info .section__title {
  margin-bottom: 24px;
}

.location_place__sm_title {
  font-size: 30px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  margin: 32px 0;
}

.location_place p,
.location_place p:last-child {
  margin-bottom: 24px;
}

.location_place__map {
  width: 536px;
}

.location_place__map iframe {
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .location_top__inner {
    display: block;
    margin-top: 25px;
  }
  .location_top__image {
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 32px;
  }
  .location_top__info {
    flex-basis: 100%;
  }
  .location_top__inner_car {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
  .location_top__info_car {
    flex-basis: 49%;
  }
  .location_top__inner_car {
    display: flex;
    justify-content: flex-start;
    margin-top: 40px;
  }
  .location_top__image_car {
    flex-basis: 49%;
    margin-right: 2%;
  }
  .location_top__image_car picture, .location_top__image_car picture img {
    width: 100%;
    height: 100%;
    max-height: 250px;
    min-height: 150px;
  }
  .cta_location .cta__phone {
    margin-bottom: 32px;
  }
  .cta_location .cta__button {
    margin-top: 32px;
  }
  .ban {
    padding-left: 30px;
  }
  .ban__img {
    top: auto;
    right: -15px;
    bottom: -20px;
    max-width: 41%;
  }
  .ban__img img {
    max-width: 100%;
  }
  .steps {
    display: flex;
    margin-bottom: 48px;
    justify-content: space-between;
  }
  .steps__item {
    padding-right: 20px;
  }
  .steps__item:not(:last-child):after {
    width: 100px;
    right: 10px;
  }
  .location_place {
    display: block;
  }
  .location_place__info {
    flex-basis: 100%;
    margin-bottom: 32px;
  }
  .location_place__info .section__title:first-child {
    margin-bottom: 32px;
    font-size: 24px;
    line-height: 33px;
  }
  .location_place__sm_title {
    margin: 24px 0;
  }
  .location_place__map {
    flex-basis: 100%;
    padding-top: 100%;
    width: 100%;
    position: relative;
  }
  .location_place__map iframe {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .location_top__inner_car {
    display: block;
    margin-top: 25px;
  }
  .location_top__image_car {
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 32px;
  }
  .location_top__info_car {
    flex-basis: 100%;
  }
  .location_top__image_car picture, .location_top__image_car picture img {
    width: 100%;
    height: 100%;
    max-height: 350px;
    min-height: 150px;
  }
  .ban {
    display: block;
    padding: 32px 13px 0px 13px;
    margin-top: 96px;
    text-align: center;
  }
  .ban__text {
    display: block;
    margin-bottom: 24px;
    max-width: 190px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }
  .ban__text:after {
    width: 32px;
    height: 32px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-size: 100% auto;
  }
  .ban__title {
    margin-bottom: 24px !important;
    margin-left: auto;
    margin-right: auto;
    max-width: 286px;
    background: none;
    position: relative;
    z-index: 1;
    font-size: 31px;
    line-height: 44px;
    letter-spacing: 0px;
  }
  .ban__title span {
    display: block;
    background-color: #000000;
  }
  .ban__title span + span {
    display: inline-block;
    padding: 0 8px;
  }
  /* .ban__title:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 45px;
    background-color: $accentColor;
    z-index: -1;
  }
  .ban__title:after {
    content: '';
    display: block;
    position: absolute;
    top: 44px;
    left: 64px;
    right: 64px;
    height: 45px;
    background-color: $accentColor;
    z-index: -1;
  }*/
  .ban__note {
    margin-bottom: 20px !important;
  }
  .ban__img {
    position: relative;
    top: auto;
    right: auto;
    bottom: -10px;
    max-width: 432px;
    margin: 0 auto;
  }
  .steps {
    display: block;
    margin-bottom: 32px;
  }
  .steps__item {
    flex-basis: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 64px;
  }
  .steps__item:not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 40px;
    top: auto;
    bottom: -52px;
    right: auto;
    left: 24px;
    background: url("../../images/steps-line-mob.svg") 0 0 no-repeat;
  }
  .steps__nmb {
    margin-right: 24px;
    margin-bottom: 0;
    min-width: 56px;
  }
}
@media screen and (max-width: 576px) {
  .location_top__image_car picture, .location_top__image_car picture img {
    width: 100%;
    height: 100%;
    max-height: 240px;
    min-height: 150px;
  }
}
@media screen and (max-width: 400px) {
  .location_top__image_car {
    margin-bottom: 0;
  }
  .location_top__image_car picture, .location_top__image_car picture img {
    width: 100%;
    height: 100%;
    max-height: 190px;
    min-height: 150px;
  }
  .ban__img {
    margin-left: -28px;
    margin-right: -28px;
  }
}
.breadchambs {
  padding: 17px 0;
  margin-bottom: 32px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  transition: color 0.3s;
  background: #f3f3f3;
}
.breadchambs__link {
  color: #000000;
  text-decoration: none;
  margin-right: 42px;
  position: relative;
}
.breadchambs__link:hover {
  color: #1d3784;
}
.breadchambs__link:hover .breadchambs__icon_home {
  fill: #1d3784;
}
.breadchambs__link:after {
  content: "";
  display: block;
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 10px;
  background: url("../../images/arrow.svg") center center no-repeat;
  background-size: 100% auto;
}
.breadchambs__icon_home {
  margin-right: 10px;
  fill: #000000;
  transition: fill 0.3s;
}

.text_two_colomns {
  display: flex;
  justify-content: space-between;
  margin-bottom: 72px;
}

.text_two_colomns__item {
  flex-basis: calc(50% - 15px);
}

.secondary_title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.17;
  color: #000000;
  margin-bottom: 16px;
}

.secondary_text {
  margin-bottom: 24px !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
}

@media screen and (max-width: 767px) {
  .breadchambs {
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .text_two_colomns {
    flex-wrap: wrap;
    margin-bottom: 64px;
  }
  .text_two_colomns__item {
    flex-basis: 100%;
  }
  .text_two_colomns__item:not(:last-child) {
    margin-bottom: 24px;
  }
}
.contacts {
  display: flex;
  justify-content: space-between;
}
.contacts .secondary_title {
  margin-bottom: 24px;
  margin-top: 6px;
  color: #474150;
}
.contacts .secondary_text {
  margin-bottom: 40px !important;
}

.contacts__form {
  flex-basis: 55.15%;
}
.contacts__form .secondary_title {
  margin-top: 56px;
  margin-bottom: 38px;
}

.c_form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c_form__item {
  flex-basis: 100%;
  margin-bottom: 24px;
}
.c_form__item:last-of-type {
  margin-bottom: 32px;
}
.c_form__item_half {
  flex-basis: calc((100% - 15px) / 2);
}
.c_form__title {
  display: block;
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
}
.c_form__note {
  font-weight: 400;
  font-size: 12px;
}
.c_form__input {
  display: block;
  height: 56px;
  width: 100%;
  padding: 0 15px;
  background: #f3f3f3;
  border: 1px solid #e1e5e7;
  border-radius: 3px;
  box-sizing: border-box;
  outline: none;
}
.c_form__input:not(.error):focus, .c_form__input:not(.error):hover {
  border: 1px solid #b6bbbe;
}
.c_form__textarea {
  display: block;
  height: 128px;
  width: 100%;
  padding: 10px 15px;
  background: #f3f3f3;
  border: 1px solid #e1e5e7;
  border-radius: 3px;
  box-sizing: border-box;
  resize: none;
  outline: none;
}
.c_form__textarea:not(.error):focus, .c_form__textarea:not(.error):hover {
  border: 1px solid #b6bbbe;
}

.error {
  border: 1px solid #ff6a6a;
}

.c_form__btn {
  width: 270px;
  padding: 15px 32px;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
.c_form__btn:after {
  display: none;
}
.c_form__btn_icon {
  position: relative;
  top: 2px;
  margin-left: 38px;
}

.contacts__info {
  flex-basis: 38.15%;
}

.contacts__item:not(:last-child) {
  margin-bottom: 32px;
}

.contacts__sm_title {
  margin-bottom: 16px !important;
}

.contacts__elem {
  display: block;
  position: relative;
  padding-left: 38px;
  text-decoration: none;
  color: #000000;
  font-weight: 800;
  font-size: 20px;
  line-height: 27px;
  transition: color 0.3s;
}
.contacts__elem + .contacts__elem {
  margin-top: 8px;
}
.contacts__elem__title {
  display: block;
  margin-bottom: 4px;
  font-weight: 800;
  font-size: 14px;
  line-height: 19px;
}
.contacts__elem__note {
  display: block;
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: rgba(0, 0, 0, 0.8);
}
.contacts__elem__icon {
  position: absolute;
  left: 0;
  top: 1px;
  transition: fill 0.3s;
}

a.contacts__elem:hover {
  color: #1d3784;
}

a.contacts__elem:hover .contacts__elem__icon {
  fill: #1d3784;
}

@media screen and (max-width: 767px) {
  .contacts {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .contacts__form {
    flex-basis: 100%;
  }
  .contacts__info {
    margin-top: 56px;
    flex-basis: 100%;
  }
  .c_form {
    flex-wrap: wrap;
  }
  .c_form__item_half {
    flex-basis: 100%;
  }
}
.accordion-fag:not(:last-child) {
  margin-bottom: 56px;
}

.accordion-fag .accordion__item {
  background: #f3f3f3;
  margin-bottom: 8px;
  padding: 24px 0 24px 32px;
}

.accordion-fag .accordion__header {
  font-size: 16px;
  padding-right: 55px;
  text-decoration: none;
}

.accordion-fag .accordion__header::after {
  transition: transform 0.2s ease-out;
  border: 0;
  height: 14px;
  width: 9px;
  right: 30px;
  background: url("../../images/arrow-faq.svg") center center no-repeat;
}

.accordion-fag .accordion__content {
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .accordion-fag:not(:last-child) {
    margin-bottom: 48px;
  }
}
.backdrop {
  position: fixed;
  overflow-y: scroll;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.6);
  opacity: 1;
  transform: scale(1);
  transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1), visibility 500ms cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
}
.backdrop.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.backdrop.is-hidden .modal {
  transform: translateX(-50%) scale(1.05);
}
.backdrop.is-hidden .modal-thanks {
  transform: translate(-50%, -50%) scale(1.05);
}

.backdrop-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.modal {
  position: absolute;
  top: 20px;
  left: 50%;
  max-width: 520px;
  width: 100%;
  background-color: #ffffff;
  background: #ffffff;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.0976323), 0px 1px 1px rgba(0, 0, 0, 0.097192);
  border-radius: 3px;
  transform: translateX(-50%) scale(1);
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-thanks {
  top: 50%;
  left: 49.3%;
  transform: translate(-50%, -50%) scale(1);
}

.modal__close {
  display: block;
  position: absolute;
  top: 26px;
  right: 18px;
  width: 16px;
  height: 16px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0px;
}

.modal__top {
  background: #f1f3f8;
  border-radius: 3px 3px 0px 0px;
  padding: 24px 40px;
}

.modal__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
}

.modal__text {
  margin-top: 16px;
}

.modal__body {
  padding: 32px 40px;
}

.c_form-border {
  margin-top: 7px;
  margin-bottom: 31px;
  border-bottom: 1px solid #d9dff0;
}

.c_form__file {
  display: flex;
  height: 56px;
  width: 100%;
  padding: 0px 32px;
  background: rgb(241, 243, 248);
  border: 1px solid rgb(225, 229, 231);
  border-radius: 3px;
  box-sizing: border-box;
  outline: none;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  cursor: pointer;
}

.c_form__file + input {
  display: none;
}

.modal .c_form__btn {
  margin-top: 24px;
  margin-bottom: 24px;
}

.c_form__btn-inner {
  align-items: center;
  display: flex;
  position: relative;
  z-index: 1;
}

.c_form__btn-loader {
  height: 22px;
  width: 100px;
  margin: 0 auto;
}

.button--disabled {
  background-color: #a6a6a6;
}

.button--disabled:hover {
  background-color: #a6a6a6;
}

@media screen and (max-width: 375px) {
  .c_form__btn {
    font-size: 15px;
  }
}
.modal__note {
  font-size: 10px;
  line-height: 16px;
}

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

.modal__icon {
  margin-bottom: 32px;
}

.thanks_close {
  display: inline-block;
  background: #feb402;
  border-radius: 3px;
  padding: 16px 32px;
  border: 0;
  margin-top: 24px;
  font-size: 18px;
  line-height: 22px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.thanks_close:hover, .thanks_close:focus {
  background: #fec702;
}

@media screen and (max-width: 767px) {
  .modal {
    margin: 20px 8px;
    max-width: 100%;
    position: static;
    transform: translateX(0) scale(1);
    width: auto;
  }
  .backdrop.is-hidden .modal {
    transform: translateX(0%) scale(1.05);
  }
  .c_form-border {
    margin-top: 0px;
    margin-bottom: 24px;
  }
  .modal .c_form__btn {
    margin-top: 16px;
  }
}
.c_form-file-wrap {
  margin-top: 20px;
}
.c_form-file-list {
  margin-bottom: 16px;
}
.c_form-file-list-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  align-items: center;
}
.c_form-file-list-item:first-child {
  margin-top: 10px;
}
.c_form-file-list-item_image, .c_form-file-list-item_file {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 7px;
}
.c_form-file-list-item_image {
  -o-object-fit: cover;
     object-fit: cover;
}
.c_form-file-list-item_file {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 9px;
  background-color: #757575;
  color: #fff;
}
.c_form-file-list-item_name {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  flex: 2;
  margin-left: 16px;
  word-break: break-all;
}
.c_form-file-list-item_delete {
  margin-left: 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-decoration-line: underline;
  color: #757575;
  cursor: pointer;
}
.c_form-file-inner {
  background-color: rgba(0, 124, 163, 0.05);
  border-radius: 4px;
}
.c_form-file-inner label {
  padding: 16px 32px;
  cursor: pointer;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #0953b8;
}

.yards_top .section__title {
  margin-bottom: 16px;
}

.yards_top__inner {
  display: flex;
  justify-content: space-between;
  margin-top: 31px;
}

.yards_top__image {
  flex-basis: 54.6%;
  margin-right: 7%;
}

.yards_top__info {
  flex-basis: 370px;
  margin-top: 8px;
}

.yards_top__note {
  padding: 24px 40px;
  margin-bottom: 55px;
  position: relative;
  background: #f3f3f3;
  border-radius: 25px;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #000000;
}

.yards_top__note_no {
  margin-bottom: 24px;
}

.yards_top__note:after {
  content: "";
  display: block;
  position: absolute;
  left: 28px;
  bottom: -24px;
  border: 24px solid transparent;
  border-left: 24px solid #f3f3f3;
  border-top: 24px solid #f3f3f3;
}

.yards_top__note_no:after {
  display: none;
}

.yards_option {
  display: flex;
  margin-top: 24px;
  margin-bottom: 24px;
}

.yards_option__icon {
  flex-basis: 56px;
  min-width: 56px;
  margin-right: 32px;
}

.yards_option_title {
  margin-top: 8px;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
}

.yards_option__or {
  position: relative;
  text-align: center;
}
.yards_option__or:after, .yards_option__or:before {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 1px solid #000000;
  top: 12px;
  width: 33.5%;
}
.yards_option__or:before {
  left: 0;
}
.yards_option__or:after {
  right: 0;
}

.yards_more {
  display: flex;
  position: relative;
  font-weight: 600;
  padding-bottom: 33px;
  margin-bottom: 32px !important;
}
.yards_more:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid #000000;
}

.yards_more__icon {
  min-width: 24px;
  margin-right: 15px;
}

.yards_b {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -24px;
}

.yards_b__item {
  width: calc((100% - 24px) / 2);
  padding: 32px 40px;
  border-radius: 3px;
  margin-bottom: 24px;
  background: #f3f3f3;
}

.yards_b__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
  margin-bottom: 32px;
}

.yards_b__info {
  display: flex;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
  transition: color 0.3s;
}

.yards_b__info:not(:last-child) {
  margin-bottom: 16px;
}

a.yards_b__info:hover {
  color: #1d3784;
}
a.yards_b__info:hover:hover .yards_b__icon {
  fill: #1d3784;
}

.yards_b__icon {
  margin-right: 24px;
  transition: fill 0.3s;
}

.section__title-yards {
  margin-bottom: 95px;
}

.yards_text + .yards_text {
  margin-top: 40px;
}

.yards_text .secondary_title {
  margin-bottom: 32px;
}

@media screen and (max-width: 991px) {
  .yards_top__inner {
    display: block;
    margin-top: 24px;
  }
  .yards_top__image {
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .yards_top__image img {
    width: 100%;
  }
  .yards_top__info {
    flex-basis: 100%;
  }
  .yards_top__note {
    padding: 24px 12px;
  }
  .yards_option__icon {
    margin-right: 16px;
  }
  .yards_more {
    padding-bottom: 56px;
  }
}
@media screen and (max-width: 767px) {
  .yards_b__item {
    width: 100%;
    padding: 24px 32px;
    margin-bottom: 8px;
  }
  .yards_b__title {
    margin-bottom: 24px;
  }
  .section__title-yards {
    margin-bottom: 32px;
  }
}
.place {
  grid-gap: 16px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(calc(50% - 16px), 1fr));
  position: relative;
}

.place__header {
  align-items: center;
  background: #f3f3f3;
  border-radius: 3px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 17px 32px;
  position: relative;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375;
  color: #000000;
}

.place__header .place__header__icon {
  margin-left: 16px;
  transition: transform 0.3s;
}

.place__header.opened {
  border-radius: 3px 3px 0 0;
  padding-bottom: 25px;
  border-bottom: 2px solid #e0e0e0;
}

.place__header.opened .place__header__icon {
  transform: rotate(-180deg);
}

.place__body {
  display: none;
  left: 0;
  overflow: auto;
  position: relative;
  width: 100vw;
  max-width: 970px;
}

.place__item:nth-child(2n) .place__body {
  left: calc(-100% - 16px);
}

.place__content {
  background: #ececec;
  border-radius: 0 3px 3px 3px;
  padding: 24px 32px;
}

.place__item:nth-child(2n) .place__content {
  border-radius: 3px 0 3px 3px;
}

.place_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -16px;
}

.place_list__item {
  flex-basis: 25%;
  padding-right: 10px;
  margin-bottom: 16px;
}

.place_list__link {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  transition: color 0.3s;
}

.place_list__link:hover {
  color: #000000;
}

@media screen and (max-width: 1018px) {
  .place__body {
    width: calc(100vw - 48px);
    max-width: inherit;
  }
}
@media screen and (max-width: 639px) {
  .place {
    display: block;
  }
  .place__body {
    width: 100%;
  }
  .place__item:nth-child(2n) .place__body {
    left: 0;
  }
  .place__item {
    margin-bottom: 8px;
  }
  .place_list__item {
    flex-basis: 50%;
    padding-right: 10px;
  }
  .place_list__item:nth-child(2n) {
    text-align: right;
    padding-left: 10px;
  }
}
@media (max-width: 575.98px) {
  .swiper {
    padding-bottom: 32px;
  }
}
.swiper + .swiper-pagination,
.swiper .swiper-pagination {
  z-index: 2;
}
.swiper + .swiper-pagination-bullets,
.swiper .swiper-pagination-bullets {
  --swiper-pagination-color: #474150;
  --swiper-pagination-bullet-inactive-opacity: 0.5;
  bottom: 0;
  font-size: 0;
}
.swiper-button-prev, .swiper-button-next {
  --swiper-navigation-size: 28px;
  --swiper-navigation-color: #feb402;
}
@media (max-width: 575.98px) {
  .swiper-button-prev, .swiper-button-next {
    display: none;
  }
}
.swiper-button-prev {
  left: 0;
}
.swiper-button-next {
  right: 0;
}

.location-recent__title {
  font-weight: 700;
}
.location-recent__slider {
  position: relative;
  margin: 0 -8px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .location-recent__slider {
    padding: 0 54px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .location-recent__slider {
    padding: 0 100px;
  }
}
.location-recent__desc {
  margin-top: 48px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .location-recent__desc {
    margin-top: 32px;
  }
}
@media (min-width: 992px) {
  .location-recent__desc {
    padding: 0 54px;
  }
}
@media (min-width: 1200px) {
  .location-recent__desc {
    padding: 0 100px;
  }
}

.recent-slider {
  padding-bottom: 32px;
  overflow: visible;
}
@media (min-width: 768px) {
  .recent-slider {
    padding-bottom: 48px;
  }
}
@media (min-width: 992px) {
  .recent-slider {
    overflow: hidden;
    padding: 0 4px 48px;
  }
}
.recent-slider__item {
  width: 270px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: box-shadow 0.3s, top 0.1s;
  position: relative;
  top: 0;
}
.recent-slider__item:hover {
  top: -2px;
  box-shadow: 0 13px 16px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .recent-slider__item {
    width: auto;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(0, 0, 0, 0.1);
  }
}
.recent-slider__item-link {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
.recent-slider__item-image {
  height: 200px;
}
.recent-slider__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recent-slider__item-info {
  font-size: 0;
  padding: 16px;
  background-color: #ffffff;
  color: black;
  text-underline: none;
}
.recent-slider__item-county {
  display: inline-block;
  pointer-events: none;
  margin-bottom: 7px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: rgba(0, 0, 0, 0.05);
  color: #474150;
}
.recent-slider__item-date {
  font-weight: 600;
  font-size: 14px;
  margin-left: 6px;
}
.recent-slider__item-condition {
  font-weight: 600;
  font-size: 14px;
  margin-left: 6px;
  margin-bottom: 6px;
}
.recent-slider__item-condition--hidden {
  visibility: hidden;
}
.recent-slider__item-price {
  margin: 16px 0 0 7px;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
}
.recent-slider__prev, .recent-slider__next {
  top: 100px;
}
@media (max-width: 991.98px) {
  .recent-slider__prev, .recent-slider__next {
    display: none;
  }
}

@media (min-width: 768px) {
  .location-cities {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 576px) {
  .location-cities__list {
    display: flex;
    flex-wrap: wrap;
    margin: -8px -4px;
  }
  .location-cities__list.counties {
    margin: -6px -4px;
  }
}
@media (min-width: 768px) {
  .location-cities__list {
    margin: -12px -6px;
  }
  .location-cities__list.counties {
    margin: -8px -6px;
  }
}
@media (min-width: 992px) {
  .location-cities__list {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 575.98px) {
  .location-cities__list-item:not(:last-child) {
    margin-bottom: 14px;
  }
  .counties .location-cities__list-item {
    flex: 1 0 calc(50% - 14px);
    margin: 7px;
  }
}
@media (min-width: 576px) {
  .location-cities__list-item {
    margin: 8px 4px;
    width: calc(33.33% - 8px);
  }
  .counties .location-cities__list-item {
    margin: 6px 4px;
  }
}
@media (min-width: 768px) {
  .location-cities__list-item {
    margin: 12px 6px;
    width: calc(33.33% - 12px);
  }
  .counties .location-cities__list-item {
    margin: 8px 6px;
  }
}
@media (min-width: 992px) {
  .location-cities__list-item {
    width: calc(20% - 12px);
  }
}
.location-cities__list-link {
  display: flex;
  align-items: center;
  color: #474150;
  text-align: left;
  height: 100%;
  padding: 6px 12px;
  font-weight: 600;
  font-size: 18px;
  border-radius: 4px;
  background-color: rgba(0, 124, 163, 0.05);
  transition: background-color 0.3s;
}
.location-cities__list--gray .location-cities__list-link {
  color: #474150;
  background-color: rgba(71, 65, 80, 0.05);
}
.location-cities__list--gray .location-cities__list-link:hover {
  background-color: rgba(71, 65, 80, 0.15);
}
.location-cities__list-link--span:hover {
  background-color: rgba(0, 124, 163, 0.05) !important;
}
@media (min-width: 576px) {
  .location-cities__list-link {
    max-width: 100%;
    text-align: left;
  }
  .location-cities__list-link span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.location-cities__list-link:hover {
  background-color: rgba(45, 90, 195, 0.15);
}
.location-cities__list-link .icon {
  margin-right: 8px;
  margin-top: 2px;
}
.location-cities__list-link--bold {
  font-weight: 800;
  font-size: 20px;
}
.counties .location-cities__list-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 576px) {
  .counties .location-cities__list-link {
    display: inline-flex;
  }
}
.counties .location-cities__list-link:after {
  content: "";
  width: 6px;
  height: 8px;
  margin-left: 10px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #2d5ac3;
}
.location-cities__list-link--make span {
  overflow: initial;
  white-space: initial;
}
@media (max-width: 575.98px) {
  .location-cities__list + .location-cities__list {
    margin-top: 14px;
  }
}
.location-cities__more {
  margin-top: 18px;
  text-align: center;
}
@media (min-width: 576px) {
  .location-cities__more {
    margin-top: 42px;
    padding-top: 40px;
    border-top: 2px solid #C8D2D8;
  }
}
.location-cities__button {
  font-size: 20px;
  height: 64px;
}
@media (min-width: 768px) {
  .location-cities__button {
    height: 72px;
  }
}
.location-cities__button.active span.icon svg {
  transform: rotate(180deg);
}
.location-cities__button span.icon {
  display: flex;
  margin-top: 5px;
}
.location-cities__button span.icon svg {
  transition: transform 0.3s;
}

ul.counties {
  font-size: 0 !important;
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
}

.brands-models__list {
  list-style: none;
}
@media (min-width: 576px) {
  .brands-models__list {
    display: flex;
    flex-wrap: wrap;
    margin: -6px -4px;
  }
}
@media (min-width: 768px) {
  .brands-models__list {
    margin: -8px -6px;
  }
}
@media (min-width: 992px) {
  .brands-models__list {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 575.98px) {
  .brands-models__list-item:not(:last-child) {
    margin-bottom: 14px;
  }
  .counties .brands-models__list-item {
    flex: 1 0 calc(50% - 14px);
    margin: 7px;
  }
}
@media (min-width: 576px) {
  .brands-models__list-item {
    margin: 6px 4px;
    width: calc(33.33% - 8px);
  }
}
@media (min-width: 768px) {
  .brands-models__list-item {
    margin: 8px 6px;
    width: calc(33.33% - 12px);
  }
}
@media (min-width: 992px) {
  .brands-models__list-item {
    width: calc(20% - 12px);
  }
}
.brands-models__list-link {
  color: #474150;
  display: flex;
  align-items: center;
  text-align: left;
  height: 100%;
  padding: 6px 12px;
  font-weight: 600;
  font-size: 18px;
  border-radius: 4px;
  background-color: rgba(71, 65, 80, 0.05);
  transition: background-color 0.3s;
}
.brands-models__list-link--span:hover {
  background-color: rgba(71, 65, 80, 0.15) !important;
}
@media (min-width: 576px) {
  .brands-models__list-link {
    max-width: 100%;
    text-align: left;
    width: 100%;
  }
  .brands-models__list-link span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.brands-models__list-link:hover {
  background-color: rgba(71, 65, 80, 0.15);
}
.brands-models__list-link .icon {
  margin-right: 8px;
  margin-top: 2px;
}
.brands-models__list-link--bold {
  font-weight: 800;
  font-size: 20px;
}
.brands-models__list-link {
  justify-content: space-between;
}
@media (min-width: 576px) {
  .brands-models__list-link {
    display: inline-flex;
  }
}
.brands-models__list-link span {
  overflow: initial;
  white-space: initial;
}
@media (max-width: 575.98px) {
  .brands-models__list + .location-cities__list {
    margin-top: 14px;
  }
}
