@import url(https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: auto !important;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[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 */
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: 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;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

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

.slick-prev:before {
  content: "<<";
}

[dir=rtl] .slick-prev:before {
  content: ">>";
}

.slick-next {
  right: -25px;
}

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

.slick-next:before {
  content: ">>";
}

[dir=rtl] .slick-next:before {
  content: "<<";
}

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-size: 40px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.advantages-popup__conteiner {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -100;
  opacity: 0;
  transition: all ease 0.2s;
}

.popupConteinerActive {
  z-index: 9999;
  opacity: 1;
}

.advantages-popap {
  position: absolute;
  background: #fff;
  border-radius: 20px;
  width: 600px;
  padding: 40px;
  font-family: "Montserrat", sans-serif;
  color: #333;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transform: scale(0.4);
  opacity: 0;
  transition: 0.25s;
}

.popupOpen {
  transform: scale(1);
  opacity: 1;
  z-index: 111;
}

.advantages-popup__close-element {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 15px;
  top: 15px;
  cursor: pointer;
  background: url("https://i.ibb.co/x21fyFk/close-icg.png") no-repeat;
  background-size: cover;
  background-position: center;
  transition: all ease 0.3s;
}

.advantages-popup__close-element:hover {
  transform: scale(1.1);
  transition: all ease 0.3s;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

li {
  list-style-type: none;
}

button {
  cursor: pointer;
  outline: 0 none !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.w-100 {
  width: 100% !important;
  max-width: 100% !important;
}

.slick-slide img:focus {
  outline: none !important;
}

.slick-slide:focus {
  outline: none !important;
}

.towar-box-sec5 a {
  outline: none !important;
}

.slick-slide {
  outline: none !important;
}

.slick-slide p {
  outline: none !important;
}

.slick-slide a {
  outline: none !important;
}

.slick-slide div {
  outline: none !important;
}

.slick-track {
  outline: none !important;
}

input {
  outline: 0 none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "SF Pro Display", sans-serif;
}

button {
  font-family: "SF Pro Display", sans-serif;
}

select {
  cursor: pointer;
  outline: 0 none !important;
  font-family: "SF Pro Display", sans-serif;
}

textarea {
  outline: 0 none !important;
  font-family: "SF Pro Display", sans-serif;
}

body {
  background: #fff;
  font-family: "SF Pro Display", sans-serif;
}

@media screen and (max-width: 992px) {
  body {
    background: #F6F9FE;
  }
}
p {
  font-size: 14px;
  color: #05182E;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "SF Pro Display", sans-serif;
}

.content {
  overflow: hidden;
  min-height: 100vh;
}

.general-conteiner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}

.general-conteiner-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.general-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000 !important;
}

.general-subtitle {
  padding: 8px 0;
  line-height: 1.5;
  padding-right: 450px;
  width: 100%;
  border-top: 1px solid #EEF2F7;
  border-bottom: 1px solid #EEF2F7;
  font-size: 12px;
}

::-webkit-scrollbar-button {
  background-image: url("");
  background-repeat: no-repeat;
  width: 5px;
  height: 0px;
}

::-webkit-scrollbar-track {
  background-color: #ecedee;
}

::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #4e4e4e;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #4e4e4e;
}

::-webkit-resizer {
  background-image: url("");
  background-repeat: no-repeat;
  width: 8px;
  height: 0px;
}

::-webkit-scrollbar {
  width: 8px;
}

@media only screen and (max-width: 600px) {
  .general-conteiner-header .btn1.mobile_link {
    padding: unset;
    border: unset;
    background: transparent;
  }
  .general-title {
    font-size: 18px;
    margin-bottom: unset;
    text-align: center;
  }
  p {
    font-size: 14px;
  }
}
.content {
  position: relative;
  z-index: unset;
  visibility: visible;
}

.general-content {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.vertical-banner {
  position: sticky;
  top: 0;
  width: calc((100% - 1040px) / 2);
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}
.vertical-banner img {
  display: block;
  height: 100vh;
  width: -moz-fit-content;
  width: fit-content;
  -o-object-fit: fill;
     object-fit: fill;
  position: relative;
  top: 0;
  zoom: 1.3;
}
.vertical-banner.left img {
  left: 100%;
  transform: translateX(-50%);
}
.vertical-banner.right img {
  right: 0;
  transform: translateX(-50%);
}

.content-wrap {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.content-wrap .content-wrapper {
  flex: 1;
  width: 100%;
  max-width: 1040px;
  padding: 0 10px;
  padding-top: 10px;
}
.content-wrap .slogan-content {
  position: sticky;
  top: 0;
  width: calc((100% - 1040px) / 2);
  height: 100vh;
  overflow: hidden;
  z-index: 10;
}
.content-wrap .slogan-content img {
  display: block;
  height: 100vh;
  width: -moz-fit-content;
  width: fit-content;
  -o-object-fit: fill;
     object-fit: fill;
  position: relative;
  top: 0;
}
.content-wrap .slogan-content.left img {
  left: 100%;
  transform: translateX(-50%);
}
.content-wrap .slogan-content.right img {
  right: 0;
  transform: translateX(-50%);
}

.catalog-no-result {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.catalog-no-result svg {
  width: 350px;
  height: 350px;
}

@media (max-width: 600px) {
  .content-wrap .slogan-content {
    display: none;
  }
  .content-wrap .content-wrapper {
    padding: unset;
  }
  .catalog-no-result svg {
    width: 200px;
    height: 200px;
  }
}
header {
  width: 100%;
  z-index: 1000;
  position: relative;
  transition: all 0.3s ease;
}

.out {
  transform: translateY(-100%);
}

.header__top {
  padding: 10px 0;
  background: #F6F9FE;
}
.header__top .general-conteiner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header__top-conteiner-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header__logo-mobile {
  display: none;
}

.header__burger-meny {
  display: none;
}

.header__mobide-add-ads {
  display: none;
}

.header__ul {
  display: flex;
  margin-bottom: unset !important;
  padding-left: unset;
}
.header__ul li {
  font-weight: 500;
  margin: 0 8px;
  line-height: 18.5px;
}
.header__ul li a {
  color: #05182E;
  transition: all ease 0.3s;
  white-space: nowrap;
  font-size: 14px;
}
.header__ul li a:hover {
  color: #1565C0;
  transition: all ease 0.3s;
  text-decoration: none;
}

.header__like {
  margin: 0 8px;
  width: 24px;
  display: block;
}

.iconsvg {
  display: block;
  font-size: 0;
}
.iconsvg svg {
  width: 100%;
}
.iconsvg svg path {
  transition: all ease 0.3s;
}
.iconsvg svg:hover path {
  fill: #1565C0;
  transition: all ease 0.3s;
}

.header__personal-acc {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: 8px;
  position: relative;
}
.header__personal-acc__link {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header__personal-acc:hover .header__personal-acc__dropdown {
  height: 200px;
  visibility: visible;
}
.header__personal-acc__dropdown {
  height: 0;
  visibility: hidden;
  overflow: hidden;
  width: 150px;
  min-width: 100%;
  padding-top: 6px;
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(100%);
  transition: height 0.3s linear;
}
.header__personal-acc__dropdown__list {
  padding: 12px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(59, 59, 72, 0.1);
  border: 1px solid rgba(59, 59, 72, 0.1);
}
.header__personal-acc__dropdown__list li {
  cursor: pointer;
  border-bottom: 1px solid rgba(59, 59, 72, 0.1);
}
.header__personal-acc__dropdown__list li:last-child {
  border-bottom: none;
}
.header__personal-acc__dropdown__list li button {
  padding: 11.5px 22px;
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  background: #fff;
  font-weight: 500;
  color: #1565C0;
  border: solid 1px #1565C0;
  border-radius: 3px;
  transition: all ease 0.3s;
  border: none;
  padding: unset;
  background: unset;
  transition: unset;
}
.header__personal-acc__dropdown__list li a, .header__personal-acc__dropdown__list li button {
  color: #03254B;
  font-size: 13px;
  font-weight: 500;
  line-height: 26px;
}
.header__personal-acc__dropdown__list li a:hover, .header__personal-acc__dropdown__list li button:hover {
  color: #1565C0;
}
.header__personal-acc span {
  width: 24px;
  display: block;
  font-size: 0;
}
.header__personal-acc p {
  font-weight: 500;
  color: #05182E;
  padding-left: 5px;
  transition: all ease 0.3s;
  line-height: 20px;
}
.header__personal-acc:hover p {
  color: #0D417B;
  transition: all ease 0.3s;
}
.header__personal-acc:hover span path {
  fill: #1565C0;
  transition: all ease 0.3s;
}

.header__select-langs {
  margin-left: 20px;
  position: relative;
  display: flex;
  align-items: center;
}
.header__select-langs a {
  padding-left: 4px;
  font-size: 12px;
  color: rgb(59, 59, 72);
}
.header__select-langs a.selected-lang {
  color: #1565C0;
}
.header__select-langs a:first-child {
  padding-right: 4px;
  border-right: 1px solid rgb(59, 59, 72);
  line-height: 14px;
}

.header__select-list {
  margin-left: 22px;
  position: relative;
}
.header__select-list span {
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
}
.header__select-list span:before {
  width: 16px;
  height: 16px;
  position: absolute;
  content: "";
  background: url("/assets/front/img/_src/ar_more.png") no-repeat;
  background-size: cover;
  background-position: center;
  right: -18px;
}
.header__select-list ul {
  position: absolute;
  background: #F6F9FE;
  width: 100%;
  display: none;
}
.header__select-list ul li {
  font-size: 14px;
  width: 100%;
  font-weight: 500;
  text-align: center;
  margin-bottom: 3px;
}
.header__select-list ul li a {
  color: #324153;
}
.header__select-list ul li:hover a {
  color: #1565C0;
}

.header__bottom {
  box-shadow: 0px 4px 10px rgba(59, 59, 72, 0.1);
  background: #fff;
  padding: 14px 0;
}
.header__bottom .general-conteiner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 110px;
  height: 39px;
}
.header__logo img {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 100%;
  display: block;
}

.btn1 {
  padding: 11.5px 22px;
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  background: #fff;
  font-weight: 500;
  color: #1565C0;
  border: solid 1px #1565C0;
  border-radius: 3px;
  transition: all ease 0.3s;
}
.btn1.active {
  background: #1565C0;
  color: #fff;
}
.btn1:hover {
  background: #0D417B;
  color: #fff;
  transition: all ease 0.3s;
}

.header__mobile-nav {
  display: none;
}

@media only screen and (max-width: 1320px) {
  .general-conteiner {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .advanced-search-container {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 1120px) {
  .header__ul {
    padding-left: 0px;
  }
  .header__ul li {
    margin: 0 12px;
  }
  .header__logo-mobile {
    display: block;
    width: 90px;
  }
  .header__logo-mobile svg, .header__logo-mobile img {
    width: 100%;
    display: block;
  }
  .header__personal-acc {
    margin-left: 0px;
  }
  .header__top .header__select-langs {
    display: none;
  }
  .header__top .header__select-list {
    display: none;
  }
  .header__top .header__personal-acc {
    transition: all ease 0.3s;
    margin-left: 15px;
  }
  .header__top .header__personal-acc p {
    display: none;
  }
  .header__top .header__personal-acc span {
    width: 26px;
  }
  .header__top .general-conteiner {
    justify-content: space-between;
  }
  .header__top .header__ul {
    display: none;
  }
  .header__top .header__like {
    width: 26px;
    margin: 0;
    margin-left: 15px;
    transition: all ease 0.3s;
  }
  .header__bottom {
    display: none;
  }
  .header__burger-meny {
    display: block;
    width: 28px;
    height: 28px;
    position: relative;
    margin-left: 20px;
  }
  .burger-meny {
    height: 2px;
    background: #05182E;
    position: absolute;
    transition: all ease 0.3s;
  }
  .burger-meny__el1 {
    width: 28px;
    right: 0;
    top: 5px;
  }
  .burger-meny__el2 {
    width: 24px;
    right: 0;
    top: 13px;
    background: #1565C0;
  }
  .burger-meny__el3 {
    width: 20px;
    right: 0;
    bottom: 5px;
  }
  .actic-mob-nav {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .actic-mob-nav .burger-meny__el1 {
    top: auto;
    right: auto;
    transform: rotate(45deg);
  }
  .actic-mob-nav .burger-meny__el2 {
    opacity: 0;
  }
  .actic-mob-nav .burger-meny__el3 {
    right: auto;
    bottom: auto;
    width: 28px;
    transform: rotate(-45deg);
  }
  .header__mobide-add-ads {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border-radius: 100px;
    background: #1565C0;
    margin-left: 20px;
    transition: all ease 0.3s;
  }
  .header__mobide-add-ads img {
    width: 12px;
    height: 12px;
    display: block;
  }
  header {
    height: 65px;
    background: #F6F9FE;
  }
  .header__mobile-nav {
    width: 100%;
    background: #EBF5FF;
    height: calc(100% - 50px);
    position: fixed;
    top: 50px;
    z-index: 10000;
    left: 0;
    display: none;
    padding: 30px 0;
    overflow-y: auto;
  }
  .header__mobile-nav .general-conteiner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .mobile-nav__acount-lant {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mobile-nav__lang-conteiner {
    display: flex;
  }
  .mobile-nav__lang-conteiner a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #05182E;
    margin-left: 30px;
  }
  .mobile-nav__lang-conteiner .activ-lang-mob {
    color: #0D417B;
  }
  .header__nav-mobile {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding-top: 20px;
  }
  .header__nav-mobile .header__ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: all ease 0.3s;
    margin: unset !important;
  }
  .header__nav-mobile .header__ul li a {
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
  }
  .header__nav-mobile:last-child {
    padding-top: 0;
  }
  .header__nav-mobile:last-child .header__ul li a {
    font-size: 14px;
    color: rgb(118, 138, 158);
  }
  .header__nav-mobile hr {
    margin: 20px 0;
  }
  .add-ads__mobile {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 60px;
  }
  .add-ads__mobile .btn1 {
    background: #1565C0;
    color: #fff;
  }
  .header_contacts {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    width: 100%;
    margin: 20px 12px 0;
  }
  .header_contacts .social-media__list {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: unset !important;
  }
  .header_contacts .social-media__list__item a {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: unset;
  }
  .header_contacts .social-media__list__item a svg {
    display: block;
    width: 28px;
  }
  .header_contacts .social-media__list__item:first-child a {
    background: transparent;
  }
  .header_contacts .social-media__list__item:first-child a svg {
    display: block;
    width: 28px;
    height: 28px;
  }
  .header_contacts p {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: rgb(118, 138, 158);
  }
  .header__top {
    height: 100%;
    padding: 10px;
    background: rgb(246, 249, 254);
    transition: all ease 0.5s;
    box-shadow: 0px 4px 10px 0px rgba(59, 59, 72, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header__top .general-conteiner, .header__top .container {
    width: 100%;
  }
  .hide-header-element {
    background: #0D417B;
    transition: all ease 0.5s;
  }
  .hide-header-element .header__ul {
    opacity: 0;
    transition: all ease 0.3s;
  }
  .hide-header-element .header__like {
    opacity: 0;
    transition: all ease 0.3s;
  }
  .hide-header-element .header__personal-acc {
    opacity: 0;
    transition: all ease 0.3s;
  }
  .hide-header-element .header__mobide-add-ads {
    opacity: 0;
    transition: all ease 0.3s;
  }
  .hide-header-element .header__logo-mobile svg path {
    fill: #fff;
  }
  .hide-header-element .header__logo-mobile img {
    filter: invert(1);
  }
  .hide-header-element .burger-meny {
    background: #fff;
  }
}
@media only screen and (max-width: 450px) {
  .header__mobile-nav .footer__contacts a p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 400px) {
  .header_contacts {
    flex-wrap: wrap;
  }
  .add-ads__mobile {
    margin-top: 30px;
  }
}
.main-search {
  padding-bottom: 0px;
}
.main-search .general-conteiner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main-search__search-conteiner {
  flex: 50%;
  background: #F6F9FE;
  padding: 15px 18px;
}

.main-search__image {
  display: block;
  width: calc(50% - 10px);
  background: white;
  padding: 0px 0 5px 10px;
}
.main-search__image .cart-main-info__auto-store {
  padding: unset;
  width: 100%;
  height: 100%;
}
.main-search__image .cart-main-info__auto-store .auto-store__slider {
  width: 100%;
  height: 100%;
}

.main-search__type-car-conteiner {
  width: 100%;
  display: flex;
  margin-bottom: 25px;
}

.main-search__type-car-element {
  width: 33.333%;
  padding: 10px;
  background: #fff;
  border: 1px solid #EEF2F7;
  text-align: center;
  border-radius: 3px;
  font-size: 14px;
  color: #05182E;
  cursor: pointer;
}

.activtypecar {
  color: #1565C0;
  font-weight: 500;
  border: solid 1px #1565C0;
}

.main-search__select-conteiner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main-search__select-conteiner .main-search__select-wrapper {
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
}
.main-search__select-conteiner .main-search__select-wrapper .main-search__select-element, .main-search__select-conteiner .main-search__select-wrapper .main-search__checkbox-wrapper {
  width: 100%;
}

.main-search__select-element {
  width: calc(50% - 10px);
  margin-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-search__select-element h5 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  width: 100%;
}

.main-search__radio-element {
  width: calc(50% - 10px);
  margin-bottom: 6px;
  margin-top: 1px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #768A9E;
  border-radius: 3px;
}
.main-search__radio-element label {
  font-size: 13px;
  font-weight: 500;
  height: 100%;
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 8px;
  color: rgb(118, 138, 158);
  transition: width ease-in 0.4s;
  cursor: pointer;
}
.main-search__radio-element label:not(:last-child) {
  border-right: 1px solid #768A9E;
}
.main-search__radio-element input:checked + label {
  background: #1565C0;
  color: #fff;
  position: relative;
}
.main-search__radio-element input:checked + label::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  left: 5px;
  background-image: url("/assets/front/img/_src/check.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 9999;
  filter: contrast(0) brightness(2);
}

.main-search__checkbox-wrapper {
  width: calc(50% - 10px);
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.main-search__checkbox-wrapper .checkbox {
  width: calc(50% - 9px);
  font-size: 13px;
  font-weight: 500;
}

.main-search__select-element .checkbox:last-child {
  margin-bottom: 0;
}

.select-type1 {
  width: 100%;
  border: 1px solid #EEF2F7;
  border-radius: 3px;
  background: #fff;
  color: #768A9E;
  font-size: 13px;
  padding: 10px;
  line-height: 13px;
}

.select-type2 {
  width: calc(50% - 9px);
  border: 1px solid #EEF2F7;
  border-radius: 3px;
  background: #fff;
  color: #768A9E;
  font-size: 13px;
  padding: 10px;
  line-height: 13px;
}

.input-main__prise-inp {
  width: calc(50% - 9px);
}
.input-main__prise-inp input {
  width: 100%;
  border: 1px solid #EEF2F7;
  border-radius: 3px;
  background: #fff;
  color: #768A9E;
  font-size: 13px;
  padding: 10px;
  line-height: 17px;
}

.main-search__button-line {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.main-search__button-line .btn2 {
  width: calc(50% - 10px);
}

.btn1 {
  padding: 11.5px 22px;
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  background: #fff;
  font-weight: 500;
  color: #1565C0;
  border: solid 1px #1565C0;
  border-radius: 3px;
  transition: all ease 0.3s;
}
.btn1.active {
  background: #1565C0;
  color: #fff;
}
.btn1.active p {
  color: #fff;
}
.btn1.active svg path {
  fill: #fff;
}
.btn1.active:hover {
  background: #4287f5;
}
.btn1:hover {
  background: #1565C0;
  transition: all ease 0.3s;
}
.btn2 {
  padding: 11.5px 22px;
  font-size: 14px;
  line-height: 14px;
  background: #fff;
  border-radius: 3px;
  display: flex;
  color: #1565C0;
  justify-content: center;
  align-items: center;
  border: solid 1px #768A9E;
  cursor: pointer;
  transition: all ease 0.3s;
}
.btn2.active {
  background: #1565C0;
  color: #fff;
}
.btn2.active p {
  color: #fff;
}
.btn2.active svg path {
  fill: #fff;
}
.btn2.active:hover {
  background: #4287f5;
}
.btn2:hover {
  background: #1565C0;
  color: #fff;
  transition: all ease 0.3s;
}
.btn2:hover p {
  color: #fff;
}
.btn2:hover svg path {
  fill: #fff;
}

.btn2 p {
  font-size: 13px;
  font-weight: 500;
  margin-left: 10px;
  color: #768A9E;
}

.btn2 svg {
  width: 14px;
  height: 14px;
}

.icon-btn2 {
  width: 12px;
}
.icon-btn2 svg {
  width: 100%;
  display: block;
}

.main-search__baner {
  width: 100%;
  height: 150px;
  margin-top: 10px;
}
.main-search__baner img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.list-car-search {
  width: 100%;
  position: relative;
}

.list-car-search__search-line {
  width: 100%;
  display: flex;
  align-items: center;
}
.list-car-search__search-line input {
  width: 100%;
  border: 1px solid #EEF2F7;
  border-radius: 3px;
  background: #fff;
  color: #768A9E;
  font-size: 13px;
  padding: 11px;
  position: relative;
  z-index: 5;
}

.list-car-search__icon {
  display: block;
  width: 15px;
  height: 15px;
  background: url("/assets/front/img/_src/search.svg") no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  cursor: pointer;
  right: 10px;
  z-index: 100;
}
.list-car-search__icon img {
  width: 100%;
  display: block;
}

.list-car-search__decision {
  position: absolute;
  z-index: 15;
  width: 100%;
  background: #fff;
  border: 1px solid #EEF2F7;
  padding: 3px 0;
  max-height: 300px;
  overflow-y: auto;
  display: none;
}

.list-car-search__decision-list li {
  padding: 8px 10px;
  font-size: 13px;
  color: #768A9E;
  cursor: pointer;
  transition: all ease 0.3s;
}
.list-car-search__decision-list li:hover {
  color: #fff;
  background: #768A9E;
  transition: all ease 0.3s;
}

.hideResoultSearch {
  display: none;
}

.title-filtr {
  font-size: 14px;
  color: rgb(50, 65, 83);
  font-weight: 500;
  margin-bottom: 9px;
  width: 100%;
}

.acordeon-col__checkbox-conteiner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 12px;
}
.acordeon-col__checkbox-conteiner .checkbox {
  width: 50%;
}

.select2-container .select2-selection--single, .select2-container .select2-selection--multiple {
  height: 39px;
  border: 1px solid rgb(238, 242, 247);
}
.select2-container .select2-selection--single .select2-selection__rendered, .select2-container .select2-selection--multiple .select2-selection__rendered {
  line-height: 39px;
  color: #000;
  font-size: 14px;
}
.select2-container .select2-selection--single .select2-selection__arrow, .select2-container .select2-selection--multiple .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  line-height: unset;
}
.select2-container .select2-dropdown {
  border: 1px solid rgb(238, 242, 247);
}
.select2-container .select2-dropdown .select2-search--dropdown .select2-search__field {
  border: unset !important;
  border-radius: 4px;
}
.select2-container .select2-dropdown .select2-results__option {
  color: #000;
  font-size: 14px;
}
.select2-container .select2-dropdown .select2-results__option.select2-results__option--highlighted {
  color: #fff;
}

input {
  color: #000 !important;
  font-size: 14px !important;
}

input::-moz-placeholder {
  color: #000 !important;
  font-size: 14px !important;
}

input::placeholder {
  color: #000 !important;
  font-size: 14px !important;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 300px !important;
}

.advanced-search-container {
  display: flex;
  background: #F6F9FE;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1270px) {
  .select-type2 {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 1150px) {
  .main-search__search-conteiner form {
    width: 525px;
  }
}
@media only screen and (max-width: 1120px) {
  .main-search__search-conteiner {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 1080px) {
  .main-search__select-conteiner {
    padding-right: 0;
  }
  .main-search__button-line {
    padding-right: 0;
  }
  .main-search__select-element {
    width: calc(50% - 15px);
  }
  .main-search__button-line .btn2 {
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 970px) {
  .main-search {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .main-search__image {
    display: none;
  }
  .main-search__search-conteiner {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .main-search {
    padding-top: 0;
  }
  .main-search .general-conteiner {
    padding-left: 0;
    padding-right: 0;
  }
  .main-search__search-conteiner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-search__search-conteiner form {
    width: 100%;
  }
  .main-search__select-element h5 {
    display: none;
  }
  .main-search__select-element {
    width: 100%;
  }
  .main-search__select-element {
    justify-content: space-between;
  }
  .select-type2 {
    width: calc(50% - 10px);
    margin: 0;
  }
  .select-main {
    order: 1;
  }
  .main-search__button-line {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .main-search__button-line .btn2 {
    width: 100%;
    margin-bottom: 20px;
  }
  .main-search__type-car-element {
    font-size: 14px;
  }
  .select-type1 {
    font-size: 14px;
  }
  .select-type2 {
    font-size: 14px;
  }
  .main-search__select-element {
    margin-bottom: 10px;
  }
  .main-search__button-line {
    margin-top: 10px;
  }
  .main-search__button-line .btn2 {
    padding: 12px 10px;
    margin-bottom: 15px;
  }
  .main-search__radio-element {
    width: 100%;
  }
  .main-search__radio-element label {
    line-height: 46.5px;
  }
}
.vip-ads {
  padding-top: 30px;
  padding-bottom: 50px;
}

.ads-conteiner {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 10px);
  margin-left: -5px;
  padding-top: 20px;
}

.card-box {
  width: calc(25% - 10px);
  margin: 0 5px;
  margin-bottom: 10px;
  border: 1px solid #EEF2F7;
  transition: all ease 0.3s;
  color: #05182E;
  position: relative;
}
.card-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 5;
}
.card-box:hover {
  box-shadow: 0 10px 30px rgba(46, 107, 146, 0.12);
  transition: all ease 0.3s;
}
.card-box:hover .card-box__title a {
  color: #1565C0;
}
.card-box:hover .card-box__prise {
  color: #1565C0;
}
.card-box:hover .card-box__tegs-img-element svg path {
  transition: all ease 0.3s;
}

.ads_image {
  width: 100%;
  height: 180px;
  position: relative;
}
.ads_image img {
  width: 100%;
  position: relative;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ads_image_dop-info {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 8px;
  z-index: 1;
  width: 100px;
}

.dop-info__element {
  font-size: 12px;
  color: #fff;
  padding: 2px 10px;
  border-radius: 2px;
  display: inline-block;
  margin-bottom: 2px;
}

.ads_image_dop-level {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 8px;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 2px;
}

.dop-level__element {
  width: 18px;
  height: 18px;
  display: block;
}
.dop-level__element img {
  width: 100%;
  height: 100%;
}

.dop_store {
  background: #1E90FF;
}

.dop_new {
  background: #73B73B;
}

.dop_vip {
  background: #E22929;
}

.dop_busines {
  background: #FF9E1B;
}

.card-box__info {
  padding: 8px;
}

.card-box__title {
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.card-box__title a {
  color: #05182E;
  transition: all ease 0.3s;
}

.card-box__date {
  padding-top: 5px;
  padding-bottom: 15px;
  font-size: 12px;
  color: #324153;
}

.card-box__tegs-conteiner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

.card-box__tegs-line {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
}

.card-box__tegs-image {
  width: 42px;
  margin-bottom: 8px;
  display: flex;
  gap: 2px;
  justify-content: flex-end;
}

.card-box__tegs-img-element {
  width: 20px;
  position: relative;
  z-index: 5;
}
.card-box__tegs-img-element img {
  width: 100%;
  display: block;
}
.card-box__tegs-img-element svg {
  width: 100%;
  display: block;
}
.card-box__tegs-img-element svg path {
  transition: all ease 0.3s;
}
.card-box__tegs-img-element:hover .card-box__anons {
  display: block;
}

.card-box__anons {
  position: absolute;
  width: 120px;
  background: #1565C0;
  box-shadow: 0px 2px 4px rgba(10, 48, 92, 0.18), 0px 4px 8px rgba(10, 48, 92, 0.18);
  border-radius: 100px;
  padding: 4px 0;
  right: -7px;
  top: -34px;
  display: none;
}
.card-box__anons:before {
  position: absolute;
  width: 8px;
  height: 8px;
  content: "";
  background: url("/assets/front/img/_src/ar-anons.png") no-repeat;
  background-size: cover;
  background-position: center;
  right: 15px;
  bottom: -5px;
}
.card-box__anons p {
  text-align: center;
  font-size: 12px;
  color: #fff;
}

.actlike svg path {
  fill: #1565C0;
}

.card-box__tegs-element {
  padding: 2px 6px;
  border-radius: 70px;
  margin: 0 3px 3px 0;
  background: #F6F9FE;
  font-size: 13px;
  box-sizing: border-box;
}

.card-box__prise-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: 12px;
}
.card-box__prise-line .card-box__date {
  display: none;
}

.card-box__prise {
  font-size: 20px;
  font-weight: 500;
}
.card-box__prise:nth-child(2), .card-box__prise:nth-child(3) {
  display: none;
}

.card-box__add-icon__conteiner {
  display: flex;
}

.card-box__add-icon {
  display: block;
  width: 18px;
  margin-left: 6px;
  cursor: pointer;
  position: relative;
  z-index: 9;
}
.card-box__add-icon img, .card-box__add-icon svg {
  width: 100%;
  display: block;
}

.ads-conteiner__btn-line {
  padding-top: 20px;
}

.garant {
  width: 16px;
  display: inline-block;
}
.garant img {
  width: 100%;
  display: block;
}

.card-box__prise_other-money {
  display: none;
  font-size: 18px;
  font-weight: 500;
  color: #768A9E;
}

.card-box__description {
  font-size: 12px;
  color: #324153;
  display: none;
}

.card-box__play {
  position: absolute;
  width: 24px;
  right: 10px;
  top: 10px;
  cursor: pointer;
  z-index: 20;
}
.card-box__play img {
  width: 100%;
  display: block;
}

@media only screen and (max-width: 1270px) {
  .vip-ads {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .general-subtitle {
    padding-right: 40%;
  }
  .ads-conteiner {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 1150px) {
  .card-box {
    width: calc(33.3333% - 20px);
  }
  .card-box__prise {
    font-size: 20px;
  }
}
@media only screen and (max-width: 850px) {
  .card-box {
    width: calc(50% - 10px);
  }
  .ads_image {
    height: 200px;
  }
}
@media only screen and (max-width: 600px) {
  .ads_image {
    height: 160px;
  }
  .card-box__title {
    font-size: 14px;
  }
  .card-box__date {
    font-size: 10px;
    padding-bottom: 10px;
  }
  .card-box__tegs-image {
    display: none;
  }
  .card-box__tegs-line {
    width: 100%;
  }
  .card-box__tegs-element {
    font-size: 12px;
  }
  .general-subtitle {
    text-align: center;
    padding-right: 0;
  }
}
@media only screen and (max-width: 450px) {
  .ads_image {
    height: 120px;
  }
  .ads_image_dop-info {
    padding: 0;
  }
  .ads_image_dop-info .dop-info__element {
    font-size: 12px;
    padding: 1px 3px;
  }
  .card-box__title {
    font-size: 14px;
    padding-bottom: 7px;
  }
  .card-box__tegs-element {
    margin-bottom: 2px;
    padding: 1px 1px;
    margin-bottom: 2px;
  }
  .card-box {
    position: relative;
    margin-bottom: 20px;
  }
  .card-box__prise {
    position: absolute;
    background: #1565C0;
    color: #fff;
    left: 1px;
    border-radius: 2px;
    top: 96px;
    font-size: 14px;
    z-index: 20;
    padding: 2px 3px;
  }
  .card-box__date {
    display: none;
  }
  .card-box__prise-line .card-box__date {
    display: block;
    padding: 0;
  }
  .card-box__prise-line {
    padding-top: 7px;
  }
  .card-box__add-icon {
    width: 16px;
  }
  .card-box__add-icon svg {
    width: 100%;
    display: block;
  }
  .general-conteiner-header {
    padding: 0 10px;
  }
  .ads-conteiner {
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: 0;
  }
  .card-box {
    width: calc(50% - 6px);
    margin: 0 3px;
    margin-bottom: 6px;
  }
  .ads-conteiner__btn-line {
    padding-top: 10px;
  }
  .ads-conteiner__btn-line .btn1 {
    width: 100%;
  }
}
.what-nead-car {
  padding: 0px 0;
}

.what-nead-car__conteiner {
  margin-top: 30px;
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  background: #F6F9FE;
}

.what-nead-car__element {
  display: block;
  width: 270px;
  padding: 14px;
  background: #fff;
  border: 1px solid #EEF2F7;
  border-radius: 3px;
  text-align: center;
  transition: all ease 0.3s;
}
.what-nead-car__element:hover {
  box-shadow: 0px 10px 30px rgba(46, 107, 146, 0.12);
  transition: all ease 0.3s;
}
.what-nead-car__element:hover h5 {
  color: #1565C0;
  transition: all ease 0.3s;
}
.what-nead-car__element:hover p {
  color: #1565C0;
  transition: all ease 0.3s;
}
.what-nead-car__element h5 {
  font-size: 16px;
  font-weight: 500;
  color: #05182E;
  transition: all ease 0.3s;
}
.what-nead-car__element p {
  font-size: 12px;
  margin-top: 3px;
  transition: all ease 0.3s;
}

@media only screen and (max-width: 1270px) {
  .what-nead-car {
    padding: 40px 0;
  }
  .what-nead-car__conteiner {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 950px) {
  .what-nead-car__conteiner {
    padding: 20px 100px;
  }
}
@media only screen and (max-width: 800px) {
  .what-nead-car__conteiner {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 600px) {
  .what-nead-car__conteiner {
    padding: 20px 0px;
    margin-top: 0;
  }
  .what-nead-car__element {
    width: 100%;
    margin: 5px 0;
    box-shadow: 0px 4px 12px rgba(59, 59, 72, 0.12);
  }
  .what-nead-car__element h5 {
    font-size: 18px;
  }
  .what-nead-car__element {
    padding: 10px;
  }
  .what-nead-car {
    background: #F6F9FE;
    margin-top: 30px;
  }
}
.buy-car {
  padding: 70px 0;
}

@media only screen and (max-width: 1270px) {
  .buy-car {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 600px) {
  .buy-car {
    padding: 30px 0;
    padding-top: 60px;
  }
}
.buy-moto {
  padding: 70px 0;
}

.buy-moto__filtr-conteiner {
  padding-top: 60px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 1270px) {
  .buy-moto {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 600px) {
  .buy-moto {
    padding: 30px 0;
  }
  .buy-moto__filtr-conteiner {
    padding-top: 30px;
  }
}
.search-security-services__conteiner {
  position: relative;
  padding: 20px 100px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.search-security-services__conteiner:before {
  width: 114px;
  height: 311px;
  background: url("/assets/front/img/_src/dotsbg.png") no-repeat;
  background-size: cover;
  background-position: center;
  content: "";
  position: absolute;
  right: -60px;
  top: 20px;
}
.search-security-services__conteiner:after {
  width: 114px;
  height: 311px;
  background: url("/assets/front/img/_src/dotsbg.png") no-repeat;
  background-size: cover;
  background-position: center;
  content: "";
  position: absolute;
  left: -60px;
  bottom: 20px;
}

.search-security-services__box {
  display: inline-block;
  width: calc((100% - 60px) / 4);
  padding: 5px;
}
.search-security-services__box p {
  font-size: 14px;
  text-align: center;
  color: #05182E;
  font-weight: 500;
  margin-top: 10px;
  white-space: pre-wrap;
}

.search-security-services__icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #F6F9FE;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}
.search-security-services__icon img {
  width: 40px;
  max-height: 40px;
  height: auto;
  display: block;
}

@media only screen and (max-width: 1270px) {
  .search-security-services {
    padding: 30px 0;
  }
  .search-security-services__conteiner {
    padding: 30px 60px;
  }
}
@media only screen and (max-width: 1000px) {
  .search-security-services__conteiner {
    padding: 20px;
  }
  .search-security-services__conteiner:before {
    width: 0;
    height: 0;
    opacity: 0;
    z-index: -100;
  }
  .search-security-services__conteiner:after {
    width: 0;
    height: 0;
    opacity: 0;
    z-index: -100;
  }
  .search-security-services__box {
    display: block;
    width: calc(33.333% - 60px);
  }
}
@media only screen and (max-width: 850px) {
  .search-security-services__box {
    width: calc(50% - 40px);
    margin: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .search-security-services__conteiner {
    padding: 20px 0;
  }
  .search-security-services__box {
    width: 50%;
    margin: 0;
    padding: 20px 10px;
  }
  .search-security-services__icon img {
    width: 40px;
  }
  .search-security-services__box p {
    font-size: 14px;
    margin-top: 10px;
  }
}
.rent-car__search-conteiner {
  margin-top: 20px;
  background: #F6F9FE;
  padding: 20px 20px;
  display: flex;
  justify-content: space-between;
  border-radius: 4px;
}
.rent-car__search-conteiner .btn2 {
  width: calc(25% - 10px);
  padding: 10px;
}

.rent-car__search-select {
  width: calc(25% - 10px);
}

.rent-car__car-conteiner {
  width: calc(100% + 10px);
  margin-left: -5px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}

.rent-car-box {
  width: calc((100% - 30px) / 3);
  margin: 0 5px;
  margin-bottom: 10px;
  border-radius: 4px;
  overflow: hidden;
}
.rent-car-box .ads_image {
  height: 220px;
}
.rent-car-box .card-box__tegs-line {
  width: 100%;
}
.card-box__location {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-bottom: 10px;
}
.card-box__location span {
  width: 14px;
  display: block;
  font-size: 0;
  margin: 0;
}
.card-box__location span img {
  width: 100%;
  display: block;
}
.card-box__location p {
  font-size: 14px;
  margin-left: 8px;
}

.rent-car__day {
  margin-top: 8px;
  display: flex;
  border-top: solid 1px #EEF2F7;
  padding: 5px 0;
  align-items: center;
  justify-content: space-between;
}
.rent-car__day h5 {
  font-size: 14px;
  font-weight: 500;
  width: 80px;
}

.rent-car__day__line {
  width: calc(100% - 80px);
  display: flex;
  text-align: center;
  justify-content: space-between;
}
.rent-car__day__line a {
  display: block;
  font-size: 13px;
  color: #324153;
  transition: all ease 0.3s;
}
.rent-car__day__line a:hover {
  color: #1565C0;
  transition: all ease 0.3s;
}

.rent-car__dayprise {
  display: flex;
  padding: 5px 0;
  align-items: center;
  justify-content: space-between;
}
.rent-car__dayprise h5 {
  font-size: 14px;
  font-weight: 500;
  width: 80px;
}

.rent-car__dayprise__line {
  width: calc(100% - 80px);
  display: flex;
  text-align: center;
  justify-content: space-between;
}
.rent-car__dayprise__line a {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #324153;
  padding: 1px 4px;
  border-radius: 9px;
  background: #F6F9FE;
  transition: all ease 0.3s;
}
.rent-car__dayprise__line a:hover {
  background: #1565C0;
  color: #fff;
  transition: all ease 0.3s;
}

@media only screen and (max-width: 1270px) {
  .rent-car {
    padding: 30px 0;
  }
  .rent-car__search-conteiner {
    margin-top: 30px;
    padding: 20px;
  }
  .rent-car__car-conteiner {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 1100px) {
  .rent-car-box .ads_image {
    height: 220px;
  }
}
@media only screen and (max-width: 1050px) {
  .rent-car__day__line a {
    font-size: 12px;
  }
  .rent-car__dayprise__line a {
    font-size: 12px;
  }
  .rent-car__day h5 {
    font-size: 14px;
  }
  .rent-car__dayprise h5 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 900px) {
  .rent-car-box {
    margin-bottom: 20px;
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 600px) {
  .rent-car-box {
    margin-bottom: 20px;
    width: calc(100% - 20px);
  }
  .rent-car__search-conteiner {
    flex-wrap: wrap;
  }
  .rent-car__search-select {
    width: 100%;
    margin-bottom: 10px;
  }
  .rent-car__search-conteiner .btn2 {
    width: 100%;
  }
  .card-box__location p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 450px) {
  .rent-car-box .ads_image {
    height: 215px;
  }
}
.vip-namber {
  padding: 40px 0;
}

.vip-namber__conteiner.ads-vip-namber-conteiner {
  padding-top: 20px;
  width: calc(100% + 20px);
  margin-left: -5px;
  padding-right: 15px;
  display: flex;
  flex-wrap: wrap;
}
.vip-namber__conteiner.ads-vip-namber-conteiner .ads-namber-box {
  width: calc((100% - 30px) / 3);
  margin: 0 5px;
  margin-bottom: 10px;
  position: relative;
}

.vip-namber__box {
  display: block;
  background: #FFFFFF;
  border: 1px solid #EEF2F7;
  border-radius: 3px;
  width: calc(16.6666667% - 20px);
  margin: 20px 10px;
  padding: 40px 15px;
  padding-bottom: 10px;
  transition: all ease 0.3s;
}
.vip-namber__box:hover {
  box-shadow: 0px 5px 20px rgba(143, 155, 171, 0.2);
  transition: all ease 0.3s;
}
.vip-namber__box:hover .vip-namber__prise {
  color: #1565C0;
  transition: all ease 0.3s;
}

.vip-namber__image {
  display: block;
  width: 100%;
}
.vip-namber__image img {
  width: 100%;
  display: block;
}

.vip-namber__prise {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #05182E;
  transition: all ease 0.3s;
}

.vip-namber__date {
  text-align: center;
  font-size: 12px;
  color: #768A9E;
}

@media only screen and (max-width: 1270px) {
  .vip-namber {
    margin: 30px 0;
    padding: 40px 0;
  }
  .vip-namber__box {
    margin: 10px;
    padding-top: 20px;
  }
  .vip-namber__conteiner {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 1050px) {
  .vip-namber__box {
    width: calc(25% - 20px);
  }
}
@media only screen and (max-width: 650px) {
  .vip-namber__box {
    width: calc(33.333% - 20px);
  }
}
@media only screen and (max-width: 500px) {
  .vip-namber__box {
    width: calc(50% - 20px);
  }
  .vip-namber__prise {
    font-size: 18px;
  }
  .vip-namber__date {
    font-size: 11px;
  }
}
.auto-store {
  padding: 50px 0;
  padding-top: 0;
}

.auto-store__conteiner {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin-left: -10px;
  padding-top: 30px;
}

.auto-store-box .ads_image {
  height: 230px;
}

.auto-store__title {
  display: flex;
  justify-content: space-between;
}
.auto-store__title .card-box__title {
  width: 70%;
}
.auto-store__title .card-box__location {
  width: auto;
}

.auto-store__brend-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.auto-store__brend-line a {
  color: #1565C0;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
}

@media only screen and (max-width: 1270px) {
  .auto-store {
    padding: 30px 0;
  }
  .auto-store__conteiner {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 800px) {
  .card-box__location p {
    font-size: 12px;
  }
  .auto-store__brend-line a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .auto-store__conteiner {
    padding-top: 20px;
    width: calc(100% + 10px);
    margin-left: -5px;
  }
  .auto-store__title {
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
  .auto-store__title .card-box__location {
    margin: 0;
    padding: 0;
  }
  .auto-store__title .card-box__location span {
    display: none;
  }
  .auto-store__title .card-box__location p {
    margin-left: 0;
  }
  .auto-store__title .card-box__title {
    padding-bottom: 0;
    width: 100%;
    padding-bottom: 10px;
  }
  .auto-store__brend-line {
    flex-wrap: wrap;
    padding-top: 10px;
  }
  .auto-store-box .card-box__location {
    margin: 0;
    padding: 0;
  }
  .auto-store-box .card-box__location span {
    display: none;
  }
  .auto-store-box .card-box__location p {
    margin-left: 0;
  }
}
.partners {
  padding: 0;
}

.partners__conteiner {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

.partners__claster {
  width: calc((100% - 40px) / 2);
  background: #F6F9FE;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 16px;
  padding-top: 30px;
}

.partners__title {
  width: 100%;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
}

.partners__box {
  display: block;
  width: calc(50% - 50px);
  margin: 0 10px;
  border: 1px solid #EEF2F7;
  box-sizing: border-box;
  border-radius: 3px;
  background: #fff;
  padding: 16px;
  transition: all ease 0.3s;
  margin-bottom: 20px;
}
.partners__box:last-child, .partners__box:nth-child(4) {
  margin-bottom: 0;
}
.partners__box h5 {
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  margin-top: 10px;
  color: #324153;
  transition: all ease 0.3s;
}
.partners__box:hover {
  box-shadow: 0px 10px 30px rgba(46, 107, 146, 0.12);
  transition: all ease 0.3s;
}
.partners__box:hover h5 {
  color: #1565C0;
  transition: all ease 0.3s;
}

.partners__icon {
  width: 40px;
  display: block;
  margin: 0 auto;
}
.partners__icon img {
  width: 100%;
  display: block;
}

@media only screen and (max-width: 1270px) {
  .partners {
    padding: 30px 0;
  }
  .partners__conteiner {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 1000px) {
  .partners__claster {
    width: calc(50% - 10px);
  }
  .partners__title {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .partners__box {
    display: block;
    width: calc(50% - 20px);
    margin: 10px;
  }
  .partners__claster {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 800px) {
  .partners {
    margin: 30px 0;
    background: #F6F9FE;
  }
  .partners__conteiner {
    flex-wrap: wrap;
  }
  .partners__claster {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .partners__claster {
    padding-left: 0;
    padding-right: 0;
  }
  .partners__box {
    box-shadow: 0px 4px 12px rgba(59, 59, 72, 0.12);
  }
  .partners__conteiner {
    padding-top: 10px;
  }
  .partners__box h5 {
    font-size: 14px;
  }
}
.what-car-nead-v2 {
  padding: 0 0 70px 0;
  max-width: 1040px;
  margin: 0 auto;
}

.what-car-nead-v2__conteiner {
  padding-top: 20px;
}

.what-car-nead-v2__nav {
  display: flex;
  width: calc(100% + 20px);
  margin-left: -10px;
  position: relative;
  z-index: 2;
}
.what-car-nead-v2__nav li {
  width: calc((100% - 80px) / 5);
  margin: 0 10px;
  text-align: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: 1px solid #EEF2F7;
  border-bottom: 0;
  padding: 10px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: #05182E;
  transition: all ease 0.3s;
  background: #fff;
}
.what-car-nead-v2__nav .activ-tab-nead-car {
  background: #1565C0;
  color: #fff;
}

.what-car-nead-v2__tab-conteiner {
  width: 100%;
  border: 1px solid #EEF2F7;
  margin-top: -1px;
  border-radius: 0 0 3px 3px;
  padding: 25px 30px;
  position: relative;
}
.what-car-nead-v2__tab-conteiner:before {
  position: absolute;
  width: 260px;
  height: 110px;
  max-height: 100%;
  background: url("/assets/front/img/_src/tab.png") no-repeat;
  background-size: cover;
  background-position: center;
  content: "";
  right: 20px;
  bottom: 20px;
  z-index: -1;
}
.what-car-nead-v2__tab-conteiner ul {
  -moz-column-count: 5;
       column-count: 5;
  width: 100%;
  max-width: 100%;
}
.what-car-nead-v2__tab-conteiner ul li {
  font-size: 13px;
  margin-bottom: 10px;
  color: #0D417B;
  font-weight: 500;
}
.what-car-nead-v2__tab-conteiner ul li a {
  color: #0D417B;
}
.what-car-nead-v2__tab-conteiner ul li span {
  color: #768A9E;
  font-weight: normal;
}

.what-car-nead-v2__tab-element {
  display: none;
  position: relative;
  z-index: 1;
}

.activ-tab-element {
  display: block;
}

.what-car-nead-v2__conteiner-mobile {
  display: none;
}

@media only screen and (max-width: 1270px) {
  .what-car-nead-v2 {
    padding: 30px 0;
    padding-bottom: 60px;
  }
  .what-car-nead-v2__conteiner {
    padding-top: 30px;
  }
  .what-car-nead-v2__nav li {
    padding: 14px 5px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1000px) {
  .what-car-nead-v2__tab-conteiner:before {
    width: 0;
    height: 0;
    opacity: 0;
    z-index: -100;
  }
}
@media only screen and (max-width: 850px) {
  .what-car-nead-v2__tab-conteiner {
    padding: 30px 20px;
  }
  .what-car-nead-v2__tab-conteiner ul {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .what-car-nead-v2__conteiner {
    display: none;
  }
  .what-car-nead-v2__conteiner-mobile {
    display: block;
    padding-top: 30px;
  }
  .what-car-nead-v2__tab-element-acordeon {
    width: 100%;
    border: 1px solid #EEF2F7;
    background: #fff;
  }
  .tab-element-acordeon__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px;
    position: relative;
    z-index: 10;
    transition: all ease 0.3s;
  }
  .tab-element-acordeon__header h5 {
    font-size: 18px;
    color: #05182E;
    font-weight: 500;
  }
  .tab-element-acordeon__open-icon {
    width: 15px;
    transition: all ease 0.3s;
  }
  .tab-element-acordeon__open-icon svg {
    width: 100%;
    display: block;
    transition: all ease 0.3s;
  }
  .tab-element-acordeon__body {
    padding: 20px 14px;
    background: #F6F9FE;
    display: none;
    position: relative;
    z-index: 1;
  }
  .tab-element-acordeon__body ul li {
    font-size: 14px;
    margin: 5px 0;
    color: #0D417B;
    font-weight: 500;
  }
  .tab-element-acordeon__body ul li a {
    color: #0D417B;
  }
  .tab-element-acordeon__body ul li span {
    color: #768A9E;
    font-weight: normal;
  }
  .tab-acordeon-activ {
    background: #EBF5FF;
    box-shadow: 0px 3px 6px rgba(13, 65, 123, 0.14);
  }
  .tab-acordeon-activ .tab-element-acordeon__open-icon {
    transform: rotate(180deg);
  }
  .tab-acordeon-activ .tab-element-acordeon__open-icon svg path {
    fill: #1565C0;
  }
}
.seo {
  padding-top: 10px;
  padding-bottom: 120px;
}
.seo .general-conteiner {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.seo .general-conteiner:before {
  width: 100px;
  height: 1px;
  background: #1565C0;
  top: -20px;
  left: 0;
  position: absolute;
  content: "";
}
.seo .general-conteiner:after {
  width: 280px;
  height: 1px;
  background: #1565C0;
  bottom: -30px;
  left: calc(50% - 140px);
  position: absolute;
  content: "";
}
.seo .general-conteiner p {
  width: 48%;
}

@media only screen and (max-width: 1270px) {
  .seo {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .seo .general-conteiner {
    flex-wrap: wrap;
  }
  .seo .general-conteiner p {
    width: 100%;
    margin-bottom: 20px;
  }
  .seo .general-conteiner:after {
    width: 280px;
    height: 1px;
    background: #1565c0;
    bottom: 0px;
    right: -170px;
    left: auto;
    position: absolute;
    content: "";
  }
}
.catalog-sec-page {
  padding-top: 40px;
  padding-bottom: 100px;
}

.catalog_bread-crumbs {
  display: flex;
  align-items: center;
}
.catalog_bread-crumbs a {
  color: #768A9E;
  font-size: 14px;
}
.catalog_bread-crumbs p {
  font-size: 14px;
  font-weight: 500;
  color: #0D417B;
}

.catalog__header-val {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 30px;
}

.catalog__filtr-select {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 400px);
  margin-bottom: 20px;
}

.setings-search__what-you-search .catalog__filtr-select {
  overflow: hidden;
  max-height: 34px;
}

.filtr-select__element, .filter-result__show-more {
  padding: 8px 10px;
  display: flex;
  align-items: center;
  border: 1px solid #EEF2F7;
  border-radius: 3px;
  background: #fff;
  margin-right: 10px;
  margin-bottom: 10px;
  transition: all ease 0.3s;
}
.filtr-select__element p, .filter-result__show-more p {
  font-size: 14px;
  color: #768A9E;
  transition: all ease 0.3s;
}
.filtr-select__element:hover, .filter-result__show-more:hover {
  border: solid 1px #ccc;
  transition: all ease 0.3s;
}
.filtr-select__element:hover p, .filter-result__show-more:hover p {
  color: #0D417B;
  transition: all ease 0.3s;
}

.filter-result__show-more {
  margin-right: 0;
  margin-bottom: 0;
  white-space: nowrap;
  cursor: pointer;
}
.filter-result__show-more p:last-child {
  display: none;
}
.filter-result__show-more:has(+ input[type=checkbox]:checked) {
  background: #0D417B;
}
.filter-result__show-more:has(+ input[type=checkbox]:checked) p {
  color: #fff;
  display: block;
}
.filter-result__show-more:has(+ input[type=checkbox]:checked) p:first-child {
  display: none;
}
.filter-result__show-more:hover {
  background: #0D417B;
}
.filter-result__show-more:hover p {
  color: #fff;
}

.static-bottom-site-bar:has(.filter-result__show-more) {
  transition: height 0.3s linear;
  height: 81px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.static-bottom-site-bar:has(.filter-result__show-more) .ads-body__header {
  margin-bottom: 0;
}
.static-bottom-site-bar:has(.filter-result__show-more):has(.filter-result__show-more + input[type=checkbox]:checked) {
  height: -moz-fit-content;
  height: fit-content;
}
.static-bottom-site-bar:has(.filter-result__show-more):has(.filter-result__show-more + input[type=checkbox]:checked) .setings-search__what-you-search .catalog__filtr-select {
  max-height: -moz-fit-content;
  max-height: fit-content;
}

.filtr-select__delete {
  width: 8px;
  margin-left: 14px;
  cursor: pointer;
}
.filtr-select__delete img {
  width: 100%;
  display: block;
}

.catalog__del-filtr-visyal {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  justify-content: space-between;
  align-items: center;
}

.bt_del {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  border: 1px solid #EEF2F7;
  border-radius: 3px;
  background: #fff;
  transition: all ease 0.3s;
}
.bt_del p {
  white-space: nowrap;
  font-size: 14px;
  color: #0D417B;
  transition: all ease 0.3s;
  line-height: 1.3em;
}
.bt_del svg {
  width: 16px;
  display: block;
  margin-left: 10px;
}
.bt_del svg path {
  transition: all ease 0.3s;
}
.bt_del:hover {
  background: #4287f5;
  border: solid 1px #4287f5;
  transition: all ease 0.3s;
}
.bt_del:hover p {
  color: #fff;
  transition: all ease 0.3s;
}
.bt_del:hover svg path {
  fill: #fff;
  transition: all ease 0.3s;
}

.catalog__visyal-controller {
  display: flex;
}

.visyal_btn {
  width: 42px;
  height: 42px;
  border: 1px solid #E3EAF2;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: #fff;
  transition: all ease 0.3s;
}
.visyal_btn svg {
  width: 22px;
  display: block;
}
.visyal_btn svg path {
  transition: all ease 0.3s;
}

.activ-visyal-controller svg path {
  fill: #0D417B;
}

.catalog__conteiner-ads {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-start;
  flex-wrap: wrap;
}

.catalog__ads-body {
  width: 100%;
}

.ads-body__header {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 30px;
}
.ads-body__header .general-title {
  margin-bottom: 0;
}

.ads-body__sorting-conteiner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.sorting-conteiner__element {
  width: 210px;
  padding-right: 30px;
}
.sorting-conteiner__element p {
  font-size: 14px;
  margin-bottom: 3px;
  color: #0D417B;
}
.sorting-conteiner__element select {
  padding: 10px;
  font-size: 14px;
  border-radius: 3px;
  border: 1px solid #EEF2F7;
  color: #768A9E;
}

.ads-body__conteiner {
  margin-left: -5px;
  width: calc(100% + 20px);
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
  padding-right: 10px;
}
.ads-body__conteiner .card-box {
  width: calc(33% - 20px);
  margin-left: 5px;
  margin-right: 5px;
}

.ads-body__wraper-ads .ads-body__conteiner .card-box {
  width: calc((100% - 40px) / 4);
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
}

.line-reload {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 40px;
}

.line-reload__btn {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.line-reload__btn span {
  width: 30px;
  height: 30px;
  display: block;
}
.line-reload__btn span img {
  width: 100%;
  display: block;
}
.line-reload__btn p {
  margin-left: 20px;
  font-size: 14px;
  color: #0D417B;
  font-weight: 500;
}

.line-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}

.line-pagination__ar {
  width: 7px;
  display: block;
}
.line-pagination__ar img {
  display: block;
  width: 100%;
}

.parination-prev {
  transform: rotate(180deg);
}

.line-pagination__page-nam {
  display: flex;
  justify-content: center;
  padding: 0 25px;
}

.line-pagination__link-page {
  margin: 0 15px;
  font-size: 15px;
  color: #768A9E;
  font-weight: 500;
}

.line-pagination__activ-page {
  color: #000;
}

.ads-body__conteiner__list-visyal {
  padding-right: 0;
}
.ads-body__conteiner__list-visyal .ads_image {
  width: 210px;
  height: 100%;
  max-height: 160px;
}
.ads-body__conteiner__list-visyal .card-box__info {
  width: calc(100% - 210px);
  padding: 10px;
  padding-left: 20px;
  position: relative;
}
.ads-body__conteiner__list-visyal .card-box__description {
  display: block;
  padding-top: 10px;
  padding-right: 100px;
}
.ads-body__conteiner__list-visyal .card-box__tegs-conteiner {
  padding-right: 100px;
}
.ads-body__conteiner__list-visyal .card-box__tegs-image {
  position: absolute;
  right: 10px;
  top: 10px;
}
.ads-body__conteiner__list-visyal .card-box__title {
  padding-right: 100px;
}
.ads-body__conteiner__list-visyal .card-box__prise_other-money {
  display: inline-block;
}
.ads-body__conteiner__list-visyal .money-conteiner {
  display: flex;
}
.ads-body__conteiner__list-visyal .money-conteiner span {
  margin-right: 30px;
}

.catalog__filtr {
  width: 100%;
  margin-bottom: 20px;
}
.catalog__filtr.ads-sitebar {
  width: 265px;
}

.catalog__filtr-wrapper {
  width: 100%;
  background: #F6F9FE;
  padding: 12px;
}

.catalog__filtr__filtr-element {
  width: 100%;
  margin-bottom: 10px;
}
.catalog__filtr__filtr-element h5 {
  font-size: 16px;
  color: #324153;
  font-weight: 500;
  margin-bottom: 8px;
}

/* для элемента input c type="radio" */
.radio {
  margin-bottom: 5px;
}

.custom-radio {
  line-height: 1;
}

.custom-radio > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* для элемента label связанного с .custom-radio */
.custom-radio > span {
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 16px;
  color: #324153;
}

/* создание в label псевдоэлемента  before со следующими стилями */
.custom-radio > span::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #324153;
  border-radius: 50%;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60% 60%;
  cursor: pointer;
}

/* стили при наведении курсора на радио */
.custom-radio > input:not(:disabled):not(:checked) + span:hover::before {
  border-color: #1565C0;
}

/* стили для активной радиокнопки (при нажатии на неё) */
.custom-radio > input:not(:disabled):active + span::before {
  background-color: #1565C0;
  border-color: #1565C0;
}

/* стили для радиокнопки, находящейся в фокусе и не находящейся в состоянии checked */
.custom-radio > input:focus:not(:checked) + span::before {
  border-color: #80bdff;
}

/* стили для радиокнопки, находящейся в состоянии checked */
.custom-radio > input:checked + span::before {
  border-color: #1565C0;
  background-color: #fff;
  background-image: url("/assets/front/img/_src/radio.png");
}

.checkbox {
  margin-bottom: 0.2em;
}

/* для элемента input c type="checkbox" */
.custom-checkbox > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 0px;
  height: 0px;
}

input:focus {
  outline: unset !important;
  border-color: #eef2f8 !important;
}

/* для элемента label, связанного с .custom-checkbox */
.custom-checkbox > span {
  display: flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* создание в label псевдоэлемента before со следующими стилями */
.custom-checkbox > span::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #eef2f8;
  margin-right: 10px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80% 80%;
  cursor: pointer;
}

/* стили при наведении курсора на checkbox */
/* стили для активного чекбокса (при нажатии на него) */
.custom-checkbox > input:not(:disabled):active + span::before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox > input:focus:not(:checked) + span::before {
  border-color: #80bdff;
}

/* стили для чекбокса, находящегося в состоянии checked */
.custom-checkbox > input:checked + span::before {
  border-color: #eef2f8;
  background-color: #fff;
  background-image: url("/assets/front/img/_src/check.png");
}

.more-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 10px;
}
.more-checkbox p {
  color: #1565C0;
  font-weight: 500;
  font-size: 16px;
}

.more-checkbox__ar {
  width: 16px;
  transition: all ease 0.3s;
  margin-left: 10px;
}
.more-checkbox__ar img {
  width: 100%;
  display: block;
}

.filtr-element__select {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.filtr-element__select select {
  background: #EEF2F7;
  border: solid 1px #EEF2F7;
  border-radius: 2px;
  padding: 10px;
  font-size: 13px;
  color: #768A9E;
}
.filtr-element__select .range {
  width: calc(50% - 10px);
}
.filtr-element__select .full-select {
  width: 100%;
}

.catalog__filtr__upgraide-search-bt-line {
  width: 100%;
}
.catalog__filtr__upgraide-search-bt-line .btn2 {
  width: 100%;
}

.catalog__filt-baner-conteiner {
  width: 100%;
  margin-top: 20px;
}

.baner-box {
  width: 100%;
  margin-bottom: 10px;
  display: block;
}
.baner-box img {
  width: 100%;
  display: block;
}

.catalog-filtr__mobile-controls {
  display: none;
}

.catalog__filtr__deletefiltr {
  display: none;
}

.aside-search {
  position: relative;
  z-index: 100;
}
.aside-search form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.aside-search__col {
  width: calc(25% - 10px);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.aside-search__col .btn2 {
  width: 100%;
  margin-bottom: 10px;
  padding: 12px 10px;
}
.aside-search__col .btn2:last-child {
  margin-bottom: 0;
}
.aside-search__col .main-search__checkbox-wrapper {
  width: 100%;
}
.aside-search__col .main-search__select-element {
  width: 100%;
}
.aside-search__col .main-search__select-element:last-child {
  margin-bottom: 0;
}

.exclude-box .main-search__select-element {
  width: 100%;
}
.exclude-box .main-search__select-element:last-child {
  margin-bottom: 0;
}

.ads-body__baner-col {
  display: none;
}

.ads-body__wraper-ads_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.ads-body__wraper-ads_list .ads-body__conteiner {
  width: calc(100% - 265px);
}
.ads-body__wraper-ads_list .ads-body__conteiner .card-box {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.ads-body__wraper-ads_list .ads-body__conteiner .card-box .card-box__tegs-line {
  flex-wrap: unset;
  width: -moz-fit-content;
  width: fit-content;
}
.ads-body__wraper-ads_list .ads-body__baner-col {
  width: 265px;
  display: block;
}

.card-box__description {
  display: none;
}

.ads-body__conteiner__list-visyal .card-box {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.ads-body__conteiner__list-visyal .card-box .ads_image {
  width: 306px;
  min-width: 306px;
  height: 221px;
  max-height: 221px;
}
.ads-body__conteiner__list-visyal .card-box .card-box__info {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ads-body__conteiner__list-visyal .card-box .card-box__title {
  padding-right: unset;
}
.ads-body__conteiner__list-visyal .card-box .card-box__description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ads-body__conteiner__list-visyal .card-box .card-box__tegs-conteiner {
  padding-right: unset;
}
.ads-body__conteiner__list-visyal .card-box .card-box__prise-line .card-box__prise-line__prices {
  display: flex;
  gap: 30px;
  align-items: center;
}
.ads-body__conteiner__list-visyal .card-box .card-box__prise-line .card-box__prise-line__prices .card-box__prise {
  font-size: 18px;
}
.ads-body__conteiner__list-visyal .card-box .card-box__prise-line .card-box__prise-line__prices .card-box__prise:nth-child(2), .ads-body__conteiner__list-visyal .card-box .card-box__prise-line .card-box__prise-line__prices .card-box__prise:nth-child(3) {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: #768A9E;
}

@media only screen and (max-width: 1200px) {
  .catalog__ads-body .ads-body__conteiner .card-box {
    width: calc(50% - 20px);
  }
  .ads-body__conteiner__list-visyal .card-box {
    width: 100%;
  }
  .ads-body__conteiner__list-visyal .card-box__tegs-conteiner {
    padding-right: 0;
  }
  .ads-body__conteiner__list-visyal .card-box__description {
    padding-right: 0;
  }
  .ads-body__conteiner__list-visyal .card-box__title {
    padding-right: 70px;
  }
}
@media only screen and (max-width: 1120px) {
  .headerV2 {
    box-shadow: 0px 4px 10px rgba(59, 59, 72, 0.1);
  }
}
@media only screen and (max-width: 1090px) {
  .catalog__visyal-controller {
    display: none;
  }
  .catalog__del-filtr-visyal {
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 950px) {
  .catalog__conteiner-ads {
    flex-wrap: wrap;
  }
  .catalog-page__aside {
    width: 100%;
    display: none;
  }
  .catalog__ads-body {
    width: 100%;
    padding: 0;
  }
  .catalog__del-filtr-visyal {
    display: none;
  }
  .catalog__header-val {
    padding-top: 30px;
    width: 100%;
  }
  .catalog__filtr-select {
    width: 100%;
  }
  .catalog-sec-page {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .sorting-conteiner__element p {
    display: none;
  }
  .ads-body__header .bt_del {
    display: none;
  }
  .ads-body__sorting-conteiner {
    display: none;
  }
  .catalog-filtr__mobile-controls {
    display: flex;
  }
  .catalog-filtr__mobile-controls .btn2 {
    padding: 10px 37px;
    margin-right: 30px;
    background: #0D417B;
    border: solid 1px #0D417B;
  }
  .catalog-filtr__mobile-controls .btn2 p {
    color: #fff;
  }
  .catalog-filtr__mobile-controls .btn2 svg path {
    fill: #fff;
  }
  .catalog-filtr__mobile-controls .sorting-conteiner__element select {
    padding: 10px 37px;
    border: solid 1px #768A9E;
  }
  .line-reload {
    padding-top: 20px;
  }
  .catalog__filt-baner-conteiner {
    display: none;
  }
  .baner-box {
    display: none;
  }
  .catalog__filtr__deletefiltr {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .catalog-filtr__mobile-controls {
    justify-content: space-between;
    width: 100%;
  }
  .catalog-filtr__mobile-controls .btn2 {
    width: calc(50% - 5px);
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .catalog-filtr__mobile-controls .sorting-conteiner__element {
    width: calc(50% - 5px);
  }
  .catalog-filtr__mobile-controls .sorting-conteiner__element select {
    width: 100%;
  }
  .catalog__ads-body .ads-body__conteiner {
    width: calc(100% + 10px);
    margin-left: -5px;
    padding-top: 20px;
  }
  .catalog__ads-body .ads-body__conteiner .card-box {
    width: calc(50% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
  .line-reload__btn span {
    width: 24px;
    height: 24px;
  }
  .filtr-select__element, .filter-result__show-more {
    padding: 8px;
  }
  .filtr-select__element p, .filter-result__show-more p {
    font-size: 11px;
  }
  .catalog__conteiner-ads {
    padding-top: 10px;
  }
  .catalog-sec-page .general-title {
    text-align: left;
  }
  .catalog__filtr__filtr-element h5 {
    font-size: 12px;
  }
  .filtr-element__select select {
    font-size: 12px;
  }
  .custom-checkbox > span {
    font-size: 12px;
  }
  .custom-radio > span {
    font-size: 12px;
  }
  .more-checkbox p {
    font-size: 12px;
  }
}
.cart-main-info {
  padding-bottom: 80px;
}

.cart-main-info__title {
  font-size: 24px;
  max-width: calc(100% - 265pxg);
  font-weight: 400;
  margin-bottom: 15px;
  display: flex;
  display: inline-block;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.cart-main-info__title span {
  white-space: nowrap;
}

.cart-main-info__conteiner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-item: flex-start;
}
.cart-main-info__conteiner .catalog__filtr {
  margin-top: 0;
  padding-top: 0;
}

.cart-main-info__price_bar {
  padding: 6px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cart-main-info__price_bar .price_bar__title {
  font-size: 18px;
  font-weight: 550;
  color: #05182E;
  margin: 15px 0 5px 0;
}
.cart-main-info__price_bar .product_days {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cart-main-info__price_bar .product_days .product_days_labels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: center;
}
.cart-main-info__price_bar .product_days .product_days_labels span {
  font-size: 16px;
  font-weight: 500;
  margin-top: 5px;
  text-align: left;
}
.cart-main-info__price_bar .product_days .product_days_labels:last-child span {
  border-radius: 50%;
  margin: 0 auto 0 0;
  white-space: nowrap;
  padding: 4px 0;
}

.cart-main-info__ul-info {
  width: 100%;
}
.cart-main-info__ul-info li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
}
.cart-main-info__ul-info li p {
  width: 50%;
  padding-right: 10px;
  font-size: 15px;
  color: #768A9E;
}
.cart-main-info__ul-info li p b {
  font-weight: 500;
}
.cart-main-info__ul-info li span {
  width: 50%;
  font-size: 15px;
  color: #05182E;
}
.cart-main-info__ul-info li span b {
  font-weight: 500;
}

.ul-seller {
  padding-top: 10px;
  border-top: 1px solid #EEF2F7;
}

.cart-main-info__phone-conteiner {
  padding-left: 24px;
  position: relative;
  margin-bottom: 20px;
}
.cart-main-info__phone-conteiner li {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 300;
}
.cart-main-info__phone-conteiner li a {
  color: #324153;
}
.cart-main-info__phone-conteiner li a:hover {
  text-decoration: underline;
}
.cart-main-info__phone-conteiner:before {
  position: absolute;
  left: 0;
  top: 2px;
  width: 14px;
  height: 14px;
  content: "";
  background: url("/assets/front/img/_src/phone.png") no-repeat;
  background-size: cover;
  background-position: center;
}

.cart-main-info__location-conteiner {
  padding-left: 24px;
  position: relative;
  margin-bottom: 6px;
  margin-bottom: 20px;
}
.cart-main-info__location-conteiner:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  content: "";
  background: url("/assets/front/img/_src/location-cart.png") no-repeat;
  background-size: cover;
  background-position: center;
}
.cart-main-info__location-conteiner li {
  font-size: 14px;
  margin-bottom: 3px;
  color: #324153;
}

.cart-main-info__prise-conteiner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
.cart-main-info__prise-conteiner .card-box__prise_other-money {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 14px;
  color: #324153;
}
.cart-main-info__prise-conteiner .card-box__prise {
  display: flex;
  align-items: center;
  gap: 3px;
  font-weight: 500;
  color: #1565C0;
}
.cart-main-info__prise-conteiner .cart-main-info__prise-box {
  width: 50%;
  margin-top: 10px;
}
.cart-main-info__prise-conteiner .cart-main-info__prise-box span {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-bottom: 8px;
  white-space: nowrap;
}
.cart-main-info__prise-conteiner .cart-main-info__prise-box span:last-child {
  margin-bottom: 0;
}
.cart-main-info__prise-conteiner .card-box__add-icon__conteiner {
  width: 50%;
}

.cart-main-info__prise-title {
  width: 100%;
  font-size: 14px;
  color: #768A9E;
}

.cart-main-info__sotial-conteiner {
  padding-top: 10px;
  display: flex;
  width: 100%;
}
.cart-main-info__sotial-conteiner a {
  width: 20px;
  margin-right: 12px;
}
.cart-main-info__sotial-conteiner a svg {
  width: 100%;
  display: block;
}
.cart-main-info__sotial-conteiner a svg path {
  transition: all ease 0.3s;
}
.cart-main-info__sotial-conteiner a svg:hover path {
  fill: #1565C0;
  transition: all ease 0.3s;
}

.bt-page-autor {
  padding-top: 20px;
}
.bt-page-autor a {
  background: none;
}

.cart-main-info__body-info {
  width: calc(100% - 265px);
  padding-right: 15px;
}

.cart-main-info__description-conteiner {
  width: 100%;
  display: flex;
  align-items: center;
  border: 1px solid #EEF2F7;
  border-radius: 10px;
}
.cart-main-info__description-conteiner__logo {
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  padding: 20px;
  border-right: 1px solid #EEF2F7;
}
.cart-main-info__description-conteiner__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cart-main-info__description-conteiner__text {
  flex: 1;
  padding: 10px 20px;
}
.cart-main-info__description-conteiner__text p {
  font-size: 15px;
  color: #324153;
  line-height: 1.5;
  max-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.cart-main-info__description-conteiner__text__seen {
  display: flex;
  align-items: center;
  font-size: 13px;
  gap: 4px;
}
.cart-main-info__description-conteiner__text__seen img {
  display: block;
  width: 16px;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: contain;
     object-fit: contain;
}
.cart-main-info__description-conteiner__text__title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  background: #0D417B;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.cart-main-info__description-conteiner__text__title img {
  display: block;
  width: 24px;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: contain;
     object-fit: contain;
}

.btn-more-photo {
  color: #1565c0;
  font-size: 13px;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
}

.cart-main-info__slider-conteiner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.big-slider-conteiner__btn-line {
  width: 100%;
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.big-slider-conteiner__btn-line .btn1 p {
  text-decoration: underline;
}
.big-slider-conteiner__btn-line.big-slider-conteiner__btn-line__sidebar {
  gap: 10px;
  padding-top: 20px;
}
.big-slider-conteiner__btn-line.big-slider-conteiner__btn-line__sidebar .btn1:hover {
  text-decoration: none;
}

.open_advantages-popup {
  width: 100%;
  flex: 1;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.open_advantages-popup.tranparent {
  background: transparent;
}
.open_advantages-popup svg {
  width: 15px;
  height: 15px;
}
.open_advantages-popup p {
  white-space: nowrap;
}
.open_advantages-popup:hover {
  background: #EBF5FF;
}

.btn-ads {
  width: calc(25% - 8px);
  border: solid 1px #0D417B;
  padding: 8px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  cursor: pointer;
  transition: all ease 0.3s;
}
.btn-ads svg {
  width: 16px;
  display: block;
}
.btn-ads svg path {
  transition: all ease 0.3s;
}
.btn-ads p {
  font-size: 14px;
  font-weight: 500;
  margin-left: 10px;
  color: #0D417B;
  transition: all ease 0.3s;
}
.btn-ads:hover {
  background: #0D417B;
  transition: all ease 0.3s;
}
.btn-ads:hover p {
  color: #fff;
  transition: all ease 0.3s;
}
.btn-ads:hover svg path {
  fill: #fff;
  transition: all ease 0.3s;
}

.cart-main-info__smal-slider-conteiner {
  width: 200px;
}

.cart-main-info__smal-slider {
  height: 410px;
}

.cart-main-info__smal-slider__element {
  width: 100%;
  height: 130px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cart-main-info__smal-slider__element img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.cart-main-info__smal-slider__element .card-box__play {
  width: 70px;
  right: calc(50% - 35px);
  top: calc(50% - 35px);
}

.cart-main-info__big-slider-conteiner {
  width: calc(100% - 200px);
  padding-right: 20px;
}

.cart-main-info__big-slider {
  width: 100%;
  position: relative;
}

.cart-main-info__big-slider__element {
  width: 100%;
  height: 450px;
  position: relative;
  cursor: pointer;
}
.cart-main-info__big-slider__element img {
  width: 100%;
  height: 100%;
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
}
.cart-main-info__big-slider__element .card-box__play {
  width: 80px;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
}

.ar_slier {
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(35px);
          backdrop-filter: blur(35px);
  width: 30px;
  height: 30px;
  top: calc(50% - 15px);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 20;
}
.ar_slier img {
  width: 7px;
  display: block;
}

.prev-ar_slide {
  left: 5px;
}
.prev-ar_slide img {
  transform: rotate(180deg);
}

.next-ar_slide {
  right: 5px;
}

.cart-main-info__haracteristics {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 60px;
}

.cart-main-info__title-ul {
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.cart-main-info__haracteristic-wrap {
  display: flex;
  width: 100%;
  gap: 20px;
}

.cart-main-info__haracteristic-ul {
  width: calc(50% - 50px);
  border-top: 1px solid #EEF2F7;
  display: flex;
  flex-wrap: wrap;
}
.cart-main-info__haracteristic-ul:last-child {
  width: calc(50% + 50px);
}
.cart-main-info__haracteristic-ul:last-child .har-value {
  width: calc(65% - 50px);
}
.cart-main-info__haracteristic-ul:last-child .har-var {
  width: calc(35% + 50px);
}
.cart-main-info__haracteristic-ul li {
  width: 100%;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 8px;
  padding-bottom: 4px;
  border-bottom: 1px solid #EEF2F7;
}

.har-value {
  width: 65%;
  font-size: 14px;
  color: #768A9E;
}

.har-var {
  width: 35%;
  font-size: 14px;
}
.har-var a {
  color: #05182E;
  text-decoration: underline;
  font-weight: 500;
}

.cart-main-info__description {
  width: 100%;
  padding-left: 0;
  margin-top: 50px;
  font-size: 14px;
  padding: 30px 0;
  border-top: 1px solid rgb(234, 235, 242);
  border-bottom: 1px solid rgb(234, 235, 242);
}
.cart-main-info__description p {
  color: #000;
  margin-bottom: 8px;
  line-height: 18px;
  font-size: 14px;
}
.cart-main-info__description > * {
  color: #000;
}
.cart-main-info__description__short {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: 0.3s;
  margin-bottom: 15px;
}
.cart-main-info__description__long {
  display: none;
  margin-bottom: 15px;
}
.cart-main-info__description:has(input:checked) .cart-main-info__description__short {
  display: none;
}
.cart-main-info__description:has(input:checked) .cart-main-info__description__long {
  display: block;
}
.cart-main-info__description:has(input:checked) .cart-main-info__description__more_btn span:first-child {
  display: none;
}
.cart-main-info__description:has(input:checked) .cart-main-info__description__more_btn span:last-child {
  display: inline;
}
.cart-main-info__description__more_btn {
  display: block;
  cursor: pointer;
  color: #1565C0;
  text-decoration: underline;
  cursor: pointer;
  font-size: 15px;
}
.cart-main-info__description__more_btn span {
  display: none;
}
.cart-main-info__description__more_btn span:first-child {
  display: inline;
}

.cart-main-info__vin-container {
  padding: 15px;
  color: #1565C0;
  font-size: 13px;
  line-height: 16px;
  background-color: #F6F9FE;
  border-radius: 7px;
  box-sizing: border-box;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-main-info__vin-container__left__text {
  margin-top: 5px;
}
.cart-main-info__vin-container__left__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-main-info__vin-container__left__top__title {
  font-size: 16px;
  line-height: 19px;
  color: #212c3a;
  position: relative;
}
.cart-main-info__vin-container__left__top__title__copy_text {
  display: inline-block;
  margin-left: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 3px;
  cursor: pointer;
}
.cart-main-info__vin-container__left__top__title__copied {
  position: absolute;
  top: -5px;
  left: 70%;
  padding: 5px 10px;
  color: #1565C0;
  font-size: 12px;
  width: -moz-max-content;
  width: max-content;
  line-height: 14px;
  border: 1px solid #F6F9FE;
  border-radius: 40px;
  background-color: #fff;
  transform: translate(-50%, -100%);
}
.cart-main-info__vin-container__left__top__copy {
  position: relative;
  top: -4px;
  margin-left: 15px;
}
.cart-main-info__vin-container__right {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  display: inline;
  padding: 10px 35px;
  font-size: 14px;
  color: #1565C0;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  transition: color 0.2s linear;
}

.cart-main-info__specifications {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 40px 0;
}
.cart-main-info__specifications__item {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  font-size: 13px;
  text-align: left;
  border-radius: 4px;
  background: #F6F9FE;
  color: #1565C0;
}

.cart-main-info__complectation {
  width: 100%;
  padding: 0 10px;
  padding-top: 60px;
  display: flex;
  flex-wrap: wrap;
}

.complectation__box {
  width: 33.333%;
}

.complectation__ul-big {
  width: 55%;
}
.complectation__ul-big .complectation__ul {
  -moz-column-count: 2;
       column-count: 2;
}

.complectation__title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.complectation__title span {
  font-size: 14px;
  font-weight: 400;
  color: #768A9E;
}

.complectation__ul {
  padding-left: unset;
  padding-right: 20px;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.complectation__ul li {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  color: #768A9E;
}
.complectation__ul li:before {
  width: 5px;
  height: 5px;
  border-radius: 100px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #1E90FF;
  position: absolute;
  content: "";
}

#map3 {
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
}

.other-car {
  padding-bottom: 100px;
}
.other-car .other-car__title {
  font-size: 20px;
  font-weight: 500;
}
.other-car .ads-conteiner {
  padding-top: 40px;
}

.big-baner-section {
  width: 100%;
  max-width: 1920px;
  height: 360px;
  margin: 0 auto;
  margin-bottom: 100px;
}
.big-baner-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.cart-main-info__auto-store {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 20px;
}

.auto-store__slider {
  width: 735px;
}

.auto-store_slider-element {
  width: 100%;
  height: 260px;
}
.auto-store_slider-element img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.auto-store__info {
  width: calc(100% - 735px);
  padding-left: 20px;
}

.auto-store__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.auto-store__title-conteiner {
  width: calc(100% - 40px);
}

.auto-store__title {
  font-size: 20px;
  font-weight: 500;
}

.auto-store__brend-logo {
  width: 40px;
}
.auto-store__brend-logo img {
  width: 100%;
  display: block;
}

.auto-store__text-info {
  padding-top: 10px;
  padding-right: 100px;
  line-height: 1.5;
  font-size: 16px;
  color: #8395A7;
}

.auto-store__contect-line {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
}
.auto-store__contect-line .btn2 {
  padding: 12px 40px;
}

.auto-store__phone {
  display: flex;
  align-items: center;
}
.auto-store__phone span {
  width: 16px;
  display: block;
}
.auto-store__phone span svg {
  width: 100%;
  display: block;
}
.auto-store__phone p {
  font-size: 14px;
  padding-left: 8px;
  color: #324153;
}

.cart-main-info__time-work {
  padding-left: 20px;
  position: relative;
  margin-bottom: 20px;
}
.cart-main-info__time-work li {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 300;
}
.cart-main-info__time-work li a {
  color: #324153;
}
.cart-main-info__time-work li a:hover {
  text-decoration: underline;
}
.cart-main-info__time-work:before {
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  content: "";
  background: url("/assets/front/img/_src/calendar.png") no-repeat;
  background-size: cover;
  background-position: center;
}

.cart-main-info__email {
  padding-left: 24px;
  position: relative;
  margin-bottom: 20px;
}
.cart-main-info__email li {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 300;
}
.cart-main-info__email li a {
  color: #324153;
}
.cart-main-info__email li a:hover {
  text-decoration: underline;
}
.cart-main-info__email:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  content: "";
  background: url("/assets/front/img/_src/message.png") no-repeat;
  background-size: cover;
  background-position: center;
}

.cart-main-info__link-website {
  padding-left: 24px;
  position: relative;
  margin-bottom: 0px;
}
.cart-main-info__link-website li {
  font-size: 16px;
  margin-bottom: 3px;
  font-weight: 300;
}
.cart-main-info__link-website li a {
  color: #324153;
}
.cart-main-info__link-website li a:hover {
  text-decoration: underline;
}
.cart-main-info__link-website:before {
  position: absolute;
  left: 0;
  top: 0%;
  transform: translateY(10%);
  width: 16px;
  height: 16px;
  content: "";
  background: url("/assets/front/img/_src/global.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

.catalog__filtr-auto-store {
  max-width: 305px;
}
.catalog__filtr-auto-store .ul-seller {
  border-top: none;
}
.catalog__filtr-auto-store .ul-seller li {
  flex-wrap: wrap;
}
.catalog__filtr-auto-store .ul-seller li p {
  width: 100%;
  padding-right: 0;
  padding-bottom: 6px;
}
.catalog__filtr-auto-store .ul-seller li span {
  font-size: 20px;
  width: 100%;
}
.catalog__filtr-auto-store .cart-main-info__ul-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #eef2f7;
  margin-bottom: 10px;
}
.catalog__filtr-auto-store .cart-main-info__location-conteiner {
  margin-bottom: 20px;
}
.catalog__filtr-auto-store .cart-main-info__location-conteiner li {
  font-weight: 300;
}
.catalog__filtr-auto-store .cart-main-info__sotial-conteiner {
  padding-top: 20px;
  display: flex;
}

.big-slider-conteiner__mobile-ads-info {
  display: none;
}

.cart-main-info__autor-info-mobile {
  display: none;
}

.mobile-ads-info__ads-info {
  display: none;
}

.auto-store__brend-logo-mobile {
  display: none;
}

.auto-store__nam-ads {
  display: none;
}

.galery-conteiner {
  max-width: 1280px;
  width: auto;
  height: auto;
}
.galery-conteiner .advantages-popap__wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.galery-conteiner__slider {
  width: 900px;
}

.galery-conteiner__element-slide {
  width: 100%;
  height: 600px;
}

.galery-conteiner__element-slide-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.galery-conteiner__element-slide-wrapper .card-box__play {
  width: 100px;
  right: auto;
  top: auto;
}
.galery-conteiner__element-slide-wrapper img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.galery-conteiner__element-slide-wrapper iframe {
  display: none;
}

.galery-conteiner__slider .ar_slier {
  background: #ccc;
}

.activVideoGaleru .play-triger {
  display: none;
}
.activVideoGaleru img {
  display: none;
}
.activVideoGaleru iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.archiv-ads__text {
  display: none;
}

.archiv-ads {
  opacity: 0.5;
  position: relative;
}
.archiv-ads .archiv-ads__text {
  display: inline-block;
  position: absolute;
  background: #1565C0;
  padding: 6px 20px;
  color: #fff;
  z-index: 50;
  top: calc(50% - 16px);
  left: calc(50% - 52px);
}

@media only screen and (max-width: 1280px) {
  .big-slider-conteiner__btn-line {
    width: 100%;
    padding-right: 0;
  }
  .cart-main-info__smal-slider-conteiner {
    display: none;
  }
  .cart-main-info__big-slider-conteiner {
    width: 100%;
    padding-right: 0;
  }
  .cart-main-info__haracteristics {
    padding-top: 30px;
  }
  .cart-main-info__haracteristic-ul {
    width: 100%;
  }
  .cart-main-info__description {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .cart-main-info__complectation {
    padding-top: 30px;
  }
  .complectation__ul {
    margin-bottom: 30px;
  }
  .cart-main-info {
    padding-bottom: 40px;
  }
  #map3 {
    margin-bottom: 20px;
  }
  .other-car {
    padding-bottom: 40px;
  }
  .big-baner-section {
    margin-bottom: 40px;
  }
  .auto-store__info {
    width: 100%;
    padding-left: 0;
  }
  .cart-main-info__auto-store {
    padding-bottom: 0;
    padding-top: 20px;
  }
}
#more-description {
  display: none;
}

@media only screen and (max-width: 992px) {
  .big-slider-conteiner__btn-line_container {
    padding: 0 10px;
  }
  .big-slider-conteiner__btn-line_container .big-slider-conteiner__btn-line {
    padding: 20px 10px;
  }
  .cart-main-info__vin-container {
    width: 100%;
    font-size: 14px;
    margin-bottom: unset;
    padding: 0 10px;
    margin-top: 30px;
  }
  .cart-main-info__vin-container__wrapper {
    width: 100%;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgb(235, 245, 255);
    border-radius: 4px;
  }
  .cart-main-info__vin-container__icons {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .cart-main-info__vin-container__icons a svg {
    width: 16px;
  }
  .cart-main-info__vin-container__left__text {
    display: none;
  }
  .cart-main-info__vin-container__left__top__title {
    font-size: 14px;
    margin-bottom: unset;
  }
  .cart-main-info__vin-container__left__top__title__copy_text {
    font-size: 14px;
  }
  .cart-main-info__haracteristic-wrap {
    flex-wrap: wrap;
    gap: 0;
  }
  .cart-main-info__haracteristic-wrap .cart-main-info__haracteristic-ul, .cart-main-info__haracteristic-wrap .cart-main-info__haracteristic-ul:last-child {
    width: 100%;
    border-top: unset;
  }
  .cart-main-info__haracteristic-wrap .cart-main-info__haracteristic-ul .har-value, .cart-main-info__haracteristic-wrap .cart-main-info__haracteristic-ul:last-child .har-value {
    width: 35%;
    font-size: 12px;
  }
  .cart-main-info__haracteristic-wrap .cart-main-info__haracteristic-ul .har-var, .cart-main-info__haracteristic-wrap .cart-main-info__haracteristic-ul:last-child .har-var {
    width: 65%;
    font-size: 12px;
  }
  .cart-main-info__conteiner {
    flex-wrap: wrap;
  }
  .cart-main-info__body-info {
    width: 100%;
    padding-right: 0;
  }
}
@media only screen and (max-width: 950px) {
  .ads-sitebar {
    display: none;
  }
  .cart-main-info__body-info {
    width: 100%;
    padding-right: 0;
  }
  .big-slider-conteiner__mobile-ads-info {
    display: block;
    width: 100%;
    padding-top: 20px;
  }
  .big-slider-conteiner__mobile-ads-info .cart-main-info__prise-title {
    display: none;
  }
  .big-slider-conteiner__mobile-ads-info .cart-main-info__prise-conteiner {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .big-slider-conteiner__mobile-ads-info .cart-main-info__prise-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .big-slider-conteiner__mobile-ads-info .cart-main-info__prise-box span {
    margin-right: 20px;
  }
  .cart-main-info__ul-info {
    margin-top: 20px;
  }
  .cart-main-info__autor-info-mobile {
    display: block;
    max-width: 320px;
  }
  .cart-main-info__autor-info-mobile .cart-main-info__time-work li {
    color: #324153;
    font-weight: 400;
  }
  .cart-main-info__autor-info-mobile .cart-main-info__email li {
    font-weight: 400;
  }
  .cart-main-info__autor-info-mobile .cart-main-info__email li a {
    color: #324153;
  }
  .cart-main-info__autor-info-mobile .cart-main-info__link-website li {
    color: #324153;
    font-weight: 400;
  }
  .cart-main-info__autor-info-mobile .ul-seller {
    border-top: none;
  }
}
@media only screen and (max-width: 600px) {
  .cart-main-info__big-slider__element {
    height: 280px;
  }
  .cart-main-info__big-slider__element .card-box__play {
    width: 44px;
    left: auto;
    right: 10px;
    top: 10px;
  }
  .cart-main-info__prise-conteiner .card-box__add-icon__conteiner {
    justify-content: flex-end;
  }
  .big-slider-conteiner__mobile-ads-info {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .big-slider-conteiner__btn-line_container {
    width: 100%;
  }
  .big-slider-conteiner__btn-line {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    padding: 30px 10px;
    align-items: flex-start;
  }
  .btn-ads {
    flex-wrap: wrap;
    border: none;
  }
  .btn-ads p {
    font-size: 14px;
    text-align: center;
    width: 100%;
    margin-left: 0;
    padding-top: 10px;
    color: #1565C0;
  }
  .btn-ads svg path {
    fill: #1565C0;
  }
  .complectation__box {
    width: 50%;
  }
  .complectation__ul-big {
    width: 100%;
  }
  .catalog_bread-crumbs {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 500px) {
  .cart-main-info__title {
    font-size: 22px;
  }
  .big-slider-conteiner__mobile-ads-info .card-box__prise {
    position: relative;
  }
  .big-slider-conteiner__mobile-ads-info .card-box__prise:before {
    width: 5px;
    height: 5px;
    border-radius: 10px;
    position: absolute;
    content: "";
    background: #0D417B;
    right: -10px;
    top: 11px;
  }
  .big-slider-conteiner__mobile-ads-info .cart-main-info__prise-conteiner {
    align-items: flex-start;
  }
  .big-slider-conteiner__mobile-ads-info .cart-main-info__ul-info {
    display: none;
  }
  .big-slider-conteiner__mobile-ads-info .mobile-ads-info__ads-info .cart-main-info__ul-info {
    display: block;
  }
  .mobile-ads-info__ads-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .mobile-ads-info__ads-info .cart-main-info__ul-info {
    width: 50%;
  }
  .mobile-ads-info__ads-info .cart-main-info__ul-info li {
    justify-content: flex-start;
  }
  .mobile-ads-info__ads-info .cart-main-info__ul-info p {
    padding-right: 6px;
    font-size: 14px;
    width: auto;
  }
  .mobile-ads-info__ads-info .cart-main-info__ul-info span {
    font-size: 14px;
    width: auto;
  }
  .mobile-ads-info__ads-info__views {
    display: flex;
    align-items: center;
    width: 50%;
    justify-content: flex-end;
  }
  .mobile-ads-info__ads-info__views p {
    font-size: 12px;
    margin-left: 8px;
    color: #768A9E;
  }
  .ic-vievs {
    width: 16px;
  }
  .ic-vievs img {
    width: 100%;
    display: block;
  }
  .mobile-ads-info__ads-info__nam-ads {
    font-size: 14px;
  }
  .big-slider-conteiner__mobile-ads-info {
    padding-bottom: 20px;
  }
  .cart-main-info__title-ul {
    font-size: 20px;
  }
  .cart-main-info__haracteristic-ul {
    border: none;
  }
  .cart-main-info__haracteristic-ul li {
    border: none;
  }
  .har-value {
    font-size: 14px;
  }
  .har-var {
    font-size: 14px;
  }
  .cart-main-info__haracteristics {
    padding-top: 10px;
  }
  .cart-main-info__description {
    padding: 0;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
  }
  .cart-main-info__description p, .cart-main-info__description span, .cart-main-info__description a, .cart-main-info__description b, .cart-main-info__description li, .cart-main-info__description div, .cart-main-info__description h2,
  .cart-main-info__description h3, .cart-main-info__description h4, .cart-main-info__description h5, .cart-main-info__description h6 {
    font-size: 14px;
    color: #324153;
    color: #000;
  }
  .cart-main-info__description:before {
    width: 280px;
    height: 1px;
    background: #1565c0;
    top: -20px;
    left: -170px;
    position: absolute;
    content: "";
  }
  .cart-main-info__description:after {
    width: 280px;
    height: 1px;
    background: #1565c0;
    bottom: -20px;
    left: -170px;
    right: auto;
    position: absolute;
    content: "";
  }
  .cart-main-info__autor-info-mobile {
    width: calc(100% + 40px);
    max-width: 1000px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 30px 20px;
    background: #F6F9FE;
  }
  .cart-main-info__autor-info-mobile .cart-main-info__ul-info {
    padding-top: 0;
    margin-top: 0;
  }
  .cart-main-info__autor-info-mobile .cart-main-info__ul-info li {
    justify-content: flex-start;
  }
  .cart-main-info__autor-info-mobile .cart-main-info__ul-info li p {
    width: auto;
    padding-right: 10px;
  }
  .cart-main-info__autor-info-mobile .cart-main-info__ul-info li span {
    width: auto;
  }
  .autor-info-mobile_location-sotial-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .autor-info-mobile_location-sotial-line .cart-main-info__sotial-conteiner {
    width: auto;
  }
  .autor-info-mobile_location-sotial-line .cart-main-info__location-conteiner {
    margin-bottom: 0;
  }
  .complectation__ul-big .complectation__ul {
    -moz-column-count: 1;
         column-count: 1;
    display: flex;
    flex-wrap: wrap;
  }
  .complectation__ul-big .complectation__ul li {
    width: auto;
    margin-bottom: 4px;
    margin-right: 6px;
  }
  .complectation__box {
    width: 100%;
  }
  .complectation__box .complectation__ul {
    display: flex;
    flex-wrap: wrap;
  }
  .complectation__box .complectation__ul li {
    width: auto;
    margin-bottom: 4px;
    margin-right: 6px;
  }
  #map3 {
    height: 250px;
  }
  .cart-main-info__map-conteiner {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .cart-main-info__map-conteiner .btn-more-photo {
    margin-left: 20px;
  }
  .btn-ads {
    padding: 0;
  }
  .auto-store__contect-line {
    display: none;
  }
  .auto-store__text-info {
    padding-right: 0;
    padding: 12px 20px;
    background: #EEF2F7;
    width: calc(100% + 40px);
    margin-left: -20px;
    font-size: 12px;
    font-weight: 300;
    color: #324153;
  }
  .auto-store__brend-logo-mobile {
    display: block;
    width: 90px;
    border: solid 1px #EEF2F7;
    border-radius: 3px;
  }
  .auto-store__brend-logo-mobile img {
    width: 100%;
    display: block;
  }
  .auto-store__brend-logo {
    display: none;
  }
  .auto-store__title-conteiner {
    width: calc(100% - 90px);
    padding-left: 10px;
  }
  .auto-store__nam-ads {
    display: block;
    font-size: 12px;
    color: #768A9E;
  }
  .auto-store__title {
    font-size: 18px;
    padding-bottom: 0;
  }
  .auto-store__header {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 450px) {
  .cart-main-info__prise-box .card-box__prise {
    position: relative;
    background: #fff;
    color: #1565C0;
    left: auto;
    border-radius: 0;
    top: auto;
    font-size: 18px;
    z-index: 20;
    padding: 0;
  }
  .card-box__add-icon__conteiner .card-box__add-icon {
    width: 20px;
  }
  .cart-main-info__big-slider__element {
    height: 230px;
  }
  .btn-ads p {
    font-size: 12px;
  }
  .mobile-ads-info__ads-info__views {
    width: auto;
  }
  .big-slider-conteiner__mobile-ads-info .mobile-ads-info__ads-info .cart-main-info__ul-info {
    width: auto;
  }
  .mobile-ads-info__ads-info__nam-ads {
    width: 100%;
  }
}
@media only screen and (max-width: 370px) {
  .big-slider-conteiner__btn-line {
    flex-wrap: wrap;
  }
  .btn-ads {
    width: 50%;
    padding: 10px 5px;
  }
}
button .phonePreview {
  padding: 10px;
}
button .phonePreview__label {
  height: auto;
}

.bt-page-phonePreview {
  margin-bottom: 20px;
}
.bt-page-phonePreview span {
  text-align: center;
}
.bt-page-phonePreview .phonePreview {
  padding: 8px 12px;
}

.phonePreview {
  transition: 0.3s;
  position: relative;
  width: 100%;
}
.phonePreview span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: flex-start !important;
}
.phonePreview__label {
  height: 16px;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  position: relative;
}
.phonePreview__text {
  flex: 1;
  height: 20px;
  position: relative;
}
.phonePreview__hide {
  visibility: visible;
}
.phonePreview__show {
  visibility: hidden;
}
.phonePreview:has(input:checked) .phonePreview__show {
  visibility: visible;
}
.phonePreview:has(input:checked) .phonePreview__hide {
  visibility: hidden;
}

.phonePreview__warning {
  display: none;
}

.catalog__filtr-wrapper:has(.phonePreview input:checked) .bt-page-phonePreview {
  display: none;
}

.catalog__filtr-wrapper:has(.phonePreview input:checked) .phonePreview__warning {
  display: block;
  width: 100%;
  position: relative;
  margin: 8px 0;
  padding: 12px;
  font-size: 12px;
  line-height: 14px;
  color: #212c3a;
  border: 0.5px solid #ff586d;
  background-color: #ffe6e5;
  border-radius: 4px;
}
.catalog__filtr-wrapper:has(.phonePreview input:checked) .phonePreview__warning .attention {
  color: #ff586d;
}
.catalog__filtr-wrapper:has(.phonePreview input:checked) .phonePreview__warning__text {
  font-size: 12px;
  line-height: 14px;
  color: #212c3a;
}

.product-properties {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 30px 0px;
  border-top: 1px solid rgb(234, 235, 242);
  margin-top: 30px;
}
.product-properties.product-properties__custom {
  flex-direction: column;
}
.product-properties.product-properties__custom .product-properties__i {
  justify-content: space-between;
  border-bottom: 1px solid rgb(234, 235, 242);
}
.product-properties.product-properties__custom .product-properties__i .product-properties__i-name {
  white-space: nowrap;
}
.product-properties__column {
  flex: 1 1 0%;
}
.product-properties__i {
  display: grid;
  grid-template-columns: 140px auto;
  -moz-column-gap: 5px;
       column-gap: 5px;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
}
.product-properties__i + .product-properties__i {
  margin-top: 10px;
}
.product-properties__i .product-properties__i-name {
  display: inline-block;
  color: rgb(141, 148, 173);
}
.product-properties__i .product-properties__i-value {
  color: rgb(33, 44, 58);
}
.product-properties__i a.product-properties__i-value {
  text-decoration: underline;
}
.product-properties__i a.product-properties__i-value:hover {
  color: #1565C0;
}

.product-title {
  max-width: calc(100% - 32px);
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

.product-price-container {
  padding: 10px 10px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-price__main {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  line-height: 29px;
}
.product-price__others {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-price__others__price_box {
  font-size: 14px;
  color: #768A9E;
}
.product-price__others__wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-price__others__conditions {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: flex-end;
}
.product-price__others__conditions__item {
  padding: 5px;
  border: 0.5px solid #D7E0EA;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.product-price__others__conditions__item svg {
  width: 16px;
  height: 16px;
}
.product-price__others__conditions__item span {
  font-size: 12px;
  color: #768A9E;
}

.product-info-mobile__top {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.product-info-mobile__top .product-info-mobile__region {
  gap: 10px;
  align-items: center;
}
.product-info-mobile__top .product-info-mobile__region__icon {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.product-info-mobile__top .product-info-mobile__region__title {
  font-size: 13px;
  color: #324153;
}

.product-info-mobile {
  width: 100%;
  background-color: rgb(235, 245, 255);
  margin-bottom: 20px;
}
.product-info-mobile .catalog_sidebar_header {
  padding: 14px 10px;
  border-bottom: 1px solid rgb(118, 138, 158);
}
.product-info-mobile__main {
  padding: 14px 10px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.product-info-mobile__phone_list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: unset;
  margin: unset;
}
.product-info-mobile__phone_list li {
  display: flex;
  align-items: center;
  gap: 6px;
}
.product-info-mobile__phone_list li span {
  display: inline-flex;
}
.product-info-mobile__phone_list li span svg {
  width: 16px;
  height: 16px;
}
.product-info-mobile__phone_list li a {
  color: #324153;
  font-size: 16px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}
.product-info-mobile__phone_list li a .product-info-mobile__phone_list__phone {
  font-size: 16px;
  color: #324153;
  text-decoration: none;
}
.product-info-mobile__phone_list li a .product-info-mobile__phone_list__text {
  font-size: 14px;
  color: #1565C0;
  text-decoration: underline;
}
.product-info-mobile__phone_list li a .product-info-mobile__phone_list__text:hover {
  color: #324153;
}
.product-info-mobile__region {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
.product-info-mobile__region__icon {
  width: 16px;
  height: 16px;
  color: #0D417B;
}
.product-info-mobile__region__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-info-mobile__region__title {
  font-size: 16px;
  color: #324153;
}

.product-fixed-contact {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 100;
}
.product-fixed-contact__wrapper {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 20px 10px 0;
}
.product-fixed-contact__marguee_container {
  position: relative;
  height: 40px;
  width: 100%;
  overflow-x: scroll;
  background: #fff;
  padding: 10px 0 0;
}
.product-fixed-contact__marguee_container::-webkit-scrollbar {
  display: none;
}
.product-fixed-contact__marguee_container span {
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  font-size: 14px;
}
.product-fixed-contact__marguee_text {
  display: block;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  font-size: 14px;
  height: 20px;
  position: absolute;
  animation: marquee 10s linear infinite;
}
.product-fixed-contact__call_btn {
  flex: 1;
  background: rgb(21, 101, 192);
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  transition: 0.3s all linear;
}
.product-fixed-contact__call_btn:hover {
  background: rgb(21, 101, 192);
  color: #fff;
}
.product-fixed-contact__wp_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  border-radius: 4px;
  border: unset;
  background: rgb(65, 165, 30);
}
.product-fixed-contact__wp_btn svg {
  width: 23px;
  height: 23px;
}
.product-fixed-contact__bookmark_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  border-radius: 4px;
  background: rgb(217, 217, 217);
}
.product-fixed-contact__bookmark_btn svg {
  width: 23px;
  height: 23px;
}

@media only screen and (max-width: 992px) {
  .product-properties {
    flex-direction: column;
    padding: 20px 10px 10px;
    margin-top: unset;
  }
  .product-properties__title {
    font-size: 18px;
    margin-bottom: unset;
  }
  .product-properties__i {
    grid-template-columns: calc(50% - 2.5px) auto;
    font-size: 15px;
    line-height: 16px;
  }
  .product-properties.product-properties__custom {
    padding: 20px 10px 20px;
  }
  .product-price-container {
    gap: 4px;
  }
  .product-price__main {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    line-height: 29px;
  }
  .product-price__others {
    margin-top: -6px;
  }
  .cart-main-info__description {
    font-size: 15px;
  }
}
.ar_slier {
  display: none !important;
}

.product-breadcrumb {
  width: 100%;
  background: #fff;
  padding: 12px 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.product-breadcrumb__filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  padding: unset;
  margin: unset;
}
.product-breadcrumb__filters__item {
  position: relative;
  padding-left: 10px;
}
.product-breadcrumb__filters__item:first-child:before {
  content: unset;
}
.product-breadcrumb__filters__item:before {
  width: 5px;
  height: 5px;
  border-radius: 100px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: rgb(118, 138, 158);
  position: absolute;
  content: "";
}
.product-breadcrumb__filters__item a {
  font-size: 13px;
  font-weight: 400;
  color: rgb(118, 138, 158);
  display: flex;
  align-items: center;
  gap: 5px;
}
.product-breadcrumb__filters__item a img {
  width: 10px;
  height: 10px;
}

@keyframes marquee {
  0% {
    left: 100%;
  }
  100% {
    left: -885px;
  }
}
.advanced-car-search {
  padding-top: 40px;
  padding-bottom: 80px;
}

.advanced-car-search__conteiner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 30px;
}

.advanced-car-search__sitebar-banaers {
  width: 305px;
}
.advanced-car-search__sitebar-banaers .catalog__filt-baner-conteiner {
  margin-top: 0;
}

.advanced-car-search__setings-search {
  width: calc(100% - 305px);
  padding-right: 20px;
  position: relative;
}

.setings-search__select-value {
  background: #F6F9FE;
  padding: 20px;
}
.setings-search__select-value .bt_del {
  padding: 12px 15px;
}

.setings-search__what-you-search {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.setings-search__what-you-search .catalog__filtr-select {
  width: calc(100% - 80px);
  padding: 0;
  flex-wrap: wrap;
  padding-left: 25px;
}

.what-you-search__title {
  width: 80px;
  font-size: 14px;
  padding-top: 7px;
}

.setings-search__acordeon-conteiner {
  margin-top: 40px;
  border-top: 1px solid #EEF2F7;
}

.acordeon-conteiner__box {
  padding-left: 10px;
}

.acordeon-conteiner__box-title {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 15px 0;
  padding-right: 55px;
  cursor: pointer;
}
.acordeon-conteiner__box-title .cart-main-info__title {
  margin-bottom: 0;
}
.acordeon-conteiner__box-title:hover .acordeon-conteiner__open-icon span {
  background: #1565C0;
  transition: all ease 0.3s;
}

.activ-acordeon .acordeon-conteiner__box-title .acordeon-conteiner__open-icon span {
  background: #1565C0;
  transition: all ease 0.3s;
}
.activ-acordeon .acordeon-conteiner__box-title .acordeon-conteiner__open-icon .ac-icV2 {
  transform: rotate(0deg);
}
.activ-acordeon .acordeon-conteiner__box__nam-element svg path {
  fill: #0D417B;
}

.activ-acordeon .services-container_redact .acordeon-conteiner__box .acordeon-conteiner__box-title .acordeon-conteiner__open-icon span {
  background: #768A9E;
  transition: all ease 0.3s;
}
.activ-acordeon .services-container_redact .acordeon-conteiner__box .acordeon-conteiner__box-title .acordeon-conteiner__open-icon .ac-icV2 {
  transform: rotate(90deg);
}
.activ-acordeon .services-container_redact .acordeon-conteiner__box .acordeon-conteiner__box__nam-element svg path {
  fill: #768A9E;
}

.activ-acordeon .services-container_redact .activ-acordeon .acordeon-conteiner__box-title .acordeon-conteiner__open-icon span {
  background: #1565C0;
  transition: all ease 0.3s;
}
.activ-acordeon .services-container_redact .activ-acordeon .acordeon-conteiner__box-title .acordeon-conteiner__open-icon .ac-icV2 {
  transform: rotate(0deg);
}
.activ-acordeon .services-container_redact .activ-acordeon .acordeon-conteiner__box__nam-element svg path {
  fill: #0D417B;
}

.acordeon-conteiner__box__nam-element {
  position: absolute;
  color: #1565C0;
  font-size: 12px;
  left: -55px;
  top: 20px;
}

.acordeon-conteiner__open-icon {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: relative;
  display: block;
}
.acordeon-conteiner__open-icon span {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 100px;
  background: #324153;
  transition: all ease 0.3s;
}

.ac-icV2 {
  transform: rotate(90deg);
}

.acordeon-conteiner__claster {
  width: 100%;
}

.acordeon-conteiner__claster-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.acordeon-conteiner__separateV1 {
  width: 55%;
}
.acordeon-conteiner__separateV1 .catalog__filtr__filtr-element {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-right: 40px;
}
.acordeon-conteiner__separateV1 .catalog__filtr__filtr-element .radio {
  margin-right: 20px;
}
.acordeon-conteiner__separateV1 .catalog__filtr__filtr-element h5 {
  width: 100%;
}
.acordeon-conteiner__separateV1 .catalog__filtr__filtr-element .checkbox {
  width: 31.5%;
}
.acordeon-conteiner__separateV1 .catalog__filtr__filtr-element .filtr-element__select {
  width: 265px;
}

.acordeon-conteiner__separateV2 {
  width: 45%;
  padding-left: 20px;
}
.acordeon-conteiner__separateV2 .filtr-element__select {
  width: 265px;
}

.gas-type {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-right: 0px;
  position: relative;
}
.gas-type h5 {
  width: 100%;
}
.gas-type .checkbox {
  width: 31.5%;
}
.gas-type:before {
  width: 1px;
  height: 260px;
  background: #EEF2F7;
  position: absolute;
  left: -20px;
  top: 0;
  content: "";
}

.separateV2__dubl-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}

.type-car {
  padding-bottom: 20px;
}

.acordeon__color {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.acordeon__color .catalog__filtr__filtr-element {
  width: 165px;
  margin-right: 20px;
}
.acordeon__color .filtr-element__select {
  width: 100%;
}

.dob-checbox-conteiner {
  padding-top: 10px;
}

.acordeon-conteiner__exclude-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.acordeon-conteiner__exclude-line .catalog__filtr__filtr-element {
  margin-bottom: 0;
}

.exclude-line__element1 {
  width: calc(25% - 10px);
}

.exclude-line__element2 {
  width: calc(25% - 10px);
}

.exclude-line__element3 {
  width: calc(32% - 10px);
}

.exclude-line__element4 {
  width: calc(18% - 10px);
}

.acordeon-conteiner__separateV2_adaptiv-radio .catalog__filtr__filtr-element {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-right: 40px;
}
.acordeon-conteiner__separateV2_adaptiv-radio .catalog__filtr__filtr-element .radio {
  margin-right: 20px;
}
.acordeon-conteiner__separateV2_adaptiv-radio .catalog__filtr__filtr-element h5 {
  width: 100%;
}
.acordeon-conteiner__separateV2_adaptiv-radio .catalog__filtr__filtr-element .checkbox {
  width: 31.5%;
}

.acordeon-conteiner__security-conteiner {
  display: flex;
  flex-wrap: wrap;
  width: 450px;
  justify-content: space-between;
}
.acordeon-conteiner__security-conteiner .checkbox {
  width: 45%;
}

.advanced-car-search__resault-fixed-claster {
  width: 100%;
  background: #F6F9FE;
  padding: 30px;
  transition: all ease 0.7s;
  position: fixed;
  z-index: 100;
  bottom: 0;
}

.nam-search-car {
  margin-right: 20px;
}

.resault-fixed-claster__nam-resault {
  display: flex;
  align-items: center;
  padding-top: 30px;
}
.resault-fixed-claster__nam-resault .btn2 {
  background: #1565C0;
  padding: 14px 60px;
}
.resault-fixed-claster__nam-resault .btn2 p {
  color: #fff;
}
.resault-fixed-claster__nam-resault .btn2 svg path {
  fill: #fff;
}

.fixed_box-element-activ {
  position: relative;
  margin-top: 30px;
  display: none;
}

.advanced-car-search__nev-desine .advanced-car-search__setings-search {
  width: 100%;
  padding-right: 0;
}
.advanced-car-search__nev-desine .acordeon-conteiner__claster {
  padding-right: 200px;
  display: block;
  padding-bottom: 30px;
}
.acordeon-conteiner__check-conteiner {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
}

.acordeon-conteiner__col {
  width: 33.333%;
}
.acordeon-conteiner__col .checkbox {
  width: 100%;
}

.acordeon-col {
  width: calc(33.333% - 55px);
}

.exclude-box {
  width: calc(33% - 20px);
}

.exclude-box_btn-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: calc(25% - 20px);
  margin-bottom: 30px;
  padding-top: 24.5px;
}

.exclude-claster__row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  position: relative;
}

.exclude-remove {
  position: absolute;
  width: 30px;
  height: 30px;
  border: #ccc solid 1px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  right: -50px;
  top: 29px;
  cursor: pointer;
  display: none;
}
.exclude-remove svg {
  width: 20px;
  display: block;
}

.exclude-new-row .exclude-remove {
  display: flex;
}

.exclude-claster__wrapper-for-row {
  width: 75%;
}

.setings-search__btn-row {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}
.setings-search__btn-row .btn2 {
  width: 265px;
  background: #1565C0;
}
.setings-search__btn-row .btn2 p {
  color: #fff;
}
.setings-search__btn-row .btn2 svg path {
  fill: #fff;
}

@media only screen and (max-width: 1270px) {
  .acordeon-conteiner__separateV2 {
    width: 50%;
  }
  .acordeon-conteiner__separateV1 {
    width: 50%;
  }
}
@media only screen and (max-width: 1100px) {
  .advanced-car-search {
    padding-bottom: 40px;
  }
  .advanced-car-search__conteiner {
    flex-wrap: wrap;
  }
  .advanced-car-search__sitebar-banaers {
    padding-top: 40px;
    width: 100%;
  }
  .advanced-car-search__sitebar-banaers .catalog__filt-baner-conteiner {
    display: flex;
    justify-content: space-between;
  }
  .advanced-car-search__sitebar-banaers .catalog__filt-baner-conteiner .baner-box {
    display: none;
    width: calc(33.333% - 10px);
  }
  .advanced-car-search__sitebar-banaers .catalog__filt-baner-conteiner .baner-box:nth-child(1) {
    display: block;
  }
  .advanced-car-search__sitebar-banaers .catalog__filt-baner-conteiner .baner-box:nth-child(2) {
    display: block;
  }
  .advanced-car-search__sitebar-banaers .catalog__filt-baner-conteiner .baner-box:nth-child(3) {
    display: block;
  }
  .advanced-car-search__setings-search {
    width: 100%;
    padding-right: 0;
  }
}
@media only screen and (max-width: 850px) {
  .gas-type .checkbox {
    width: 48.5%;
  }
  .acordeon-conteiner__separateV1 .catalog__filtr__filtr-element {
    padding-right: 20px;
  }
  .acordeon-conteiner__separateV1 .catalog__filtr__filtr-element .checkbox {
    width: 48.5%;
  }
  .acordeon-conteiner__separateV1 .catalog__filtr__filtr-element .filtr-element__select {
    width: 100%;
  }
  .acordeon-conteiner__separateV2 .filtr-element__select {
    width: 100%;
  }
}
@media only screen and (max-width: 950px) {
  .setings-search__select-value .ads-body__header .bt_del {
    display: flex;
  }
  .setings-search__select-value .ads-body__sorting-conteiner {
    display: flex;
  }
  .setings-search__select-value .sorting-conteiner__element p {
    display: block;
  }
}
@media only screen and (max-width: 700px) {
  .acordeon-conteiner__separateV2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .acordeon-conteiner__separateV1 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
  }
  .acordeon-conteiner__claster {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 650px) {
  .advanced-car-search__conteiner {
    padding-top: 0;
  }
  .setings-search__select-value {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .setings-search__select-value .setings-search__what-you-search {
    flex-wrap: wrap;
  }
  .setings-search__select-value .what-you-search__title {
    width: 100%;
  }
  .setings-search__select-value .catalog__filtr-select {
    padding-left: 0;
    width: 100%;
    padding-top: 10px;
  }
  .setings-search__select-value .ads-body__header {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding-top: 20px;
  }
  .setings-search__select-value .ads-body__sorting-conteiner {
    width: 100%;
    justify-content: space-between;
    padding-top: 20px;
  }
  .setings-search__select-value .sorting-conteiner__element select {
    width: 100%;
  }
  .acordeon-conteiner__box {
    padding-left: 0;
  }
  .acordeon-conteiner__box-title {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 0;
  }
  .acordeon-conteiner__box-title .cart-main-info__title {
    font-size: 20px;
  }
  .acordeon-conteiner__box__nam-element {
    left: 0;
    top: 13px;
  }
  .acordeon-conteiner__separateV1 .catalog__filtr__filtr-element {
    padding-right: 0;
    padding-bottom: 0;
  }
  .acordeon-conteiner__exclude-line {
    flex-wrap: wrap;
  }
  .acordeon-conteiner__exclude-line .exclude-line__element1 {
    width: calc(50% - 5px);
    margin-bottom: 14px;
  }
  .acordeon-conteiner__exclude-line .exclude-line__element2 {
    width: calc(50% - 5px);
    margin-bottom: 14px;
  }
  .acordeon-conteiner__exclude-line .exclude-line__element3 {
    width: calc(50% - 5px);
  }
  .acordeon-conteiner__exclude-line .exclude-line__element4 {
    width: calc(50% - 5px);
  }
  .acordeon-conteiner__security-conteiner {
    width: 100%;
  }
  .acordeon-conteiner__security-conteiner .checkbox {
    width: 48.5%;
  }
  .advanced-car-search__sitebar-banaers {
    padding-top: 40px;
    width: 100%;
  }
  .advanced-car-search__sitebar-banaers .catalog__filt-baner-conteiner {
    display: flex;
    justify-content: space-between;
  }
  .advanced-car-search__sitebar-banaers .catalog__filt-baner-conteiner .baner-box {
    display: none;
    width: calc(50% - 5px);
  }
  .advanced-car-search__sitebar-banaers .catalog__filt-baner-conteiner .baner-box:nth-child(1) {
    display: block;
    margin-bottom: 0;
  }
  .advanced-car-search__sitebar-banaers .catalog__filt-baner-conteiner .baner-box:nth-child(2) {
    display: block;
    margin-bottom: 0;
  }
  .advanced-car-search__sitebar-banaers .catalog__filt-baner-conteiner .baner-box:nth-child(3) {
    display: none;
  }
  .acordeon-conteiner__separateV2_adaptiv-radio .catalog__filtr__filtr-element {
    padding-right: 0;
  }
  .filtr-element__select .range {
    width: calc(50% - 5px);
  }
}
.custom-dropdown.checkbox-dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
  z-index: 10;
}

.checkbox-dropdown .dropdown-header,
.custom-dropdown .custom-dropdown-header {
  background-color: #fff;
  padding: 0 8px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  line-height: 39px;
  color: rgb(118, 138, 158);
  font-size: 13px;
  border-bottom: 1px solid rgb(238, 242, 247);
  position: relative;
}
.checkbox-dropdown .dropdown-header::before,
.custom-dropdown .custom-dropdown-header::before {
  content: "";
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 5px solid #888;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  z-index: 3;
}
.checkbox-dropdown .dropdown-header.disabled, .checkbox-dropdown .dropdown-header.disabled .dropdown-selected,
.custom-dropdown .custom-dropdown-header.disabled,
.custom-dropdown .custom-dropdown-header.disabled .dropdown-selected {
  background-color: #ebedf3;
  cursor: not-allowed;
}
.checkbox-dropdown .dropdown-header .dropdown-header-wrap,
.custom-dropdown .custom-dropdown-header .dropdown-header-wrap {
  width: -moz-fit-content;
  width: fit-content;
  flex: 1;
  height: 39px;
  position: relative;
}
.checkbox-dropdown .dropdown-header .dropdown-header-wrap input, .checkbox-dropdown .dropdown-header .dropdown-header-wrap span,
.custom-dropdown .custom-dropdown-header .dropdown-header-wrap input,
.custom-dropdown .custom-dropdown-header .dropdown-header-wrap span {
  height: 39px;
  border: none !important;
  background: #fff;
  color: #000;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  padding: unset !important;
}
.checkbox-dropdown .dropdown-header .dropdown-header-wrap input::-moz-placeholder, .custom-dropdown .custom-dropdown-header .dropdown-header-wrap input::-moz-placeholder {
  line-height: 39px;
  color: rgb(118, 138, 158);
  font-size: 13px;
}
.checkbox-dropdown .dropdown-header .dropdown-header-wrap input::placeholder,
.custom-dropdown .custom-dropdown-header .dropdown-header-wrap input::placeholder {
  line-height: 39px;
  color: rgb(118, 138, 158);
  font-size: 13px;
}
.checkbox-dropdown .dropdown-header .dropdown-header-wrap span,
.custom-dropdown .custom-dropdown-header .dropdown-header-wrap span {
  z-index: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.checkbox-dropdown .dropdown-content {
  display: none;
  width: 100%;
  position: absolute;
  background-color: #fff;
  max-height: 350px;
  overflow-y: auto;
  box-shadow: 0 10px 30px rgba(46, 107, 146, 0.12);
  padding: 8px;
  z-index: 2;
}
.checkbox-dropdown .dropdown-content .dropdown-reset {
  width: 100%;
  padding-bottom: 8px;
  border-bottom: 1px solid rgb(238, 242, 247);
}
.checkbox-dropdown .dropdown-content .dropdown-reset button {
  width: 100%;
  border-radius: 4px;
  font-size: 13px;
  background: none;
  border: 1px solid rgb(238, 242, 247);
  padding: 10px;
  color: rgb(118, 138, 158);
  transition: 0.3s;
}
.checkbox-dropdown .dropdown-content .dropdown-reset button:hover {
  box-shadow: 0 2px 5px rgba(46, 107, 146, 0.12);
  background: rgba(226, 41, 41, 0.4);
  color: rgb(226, 41, 41);
}
.checkbox-dropdown .dropdown-content .dropdown-reset button i {
  font-size: 14px;
  color: rgb(226, 41, 41);
  margin-right: 8px;
}
.checkbox-dropdown .dropdown-content::-webkit-scrollbar {
  width: 4px;
}
.checkbox-dropdown .dropdown-content::-webkit-scrollbar-thumb {
  width: 3px;
  border-radius: 2px;
  background-color: #8395A7;
}
.checkbox-dropdown .dropdown-content label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
  font-size: 13px;
  color: #000;
}
.checkbox-dropdown .dropdown-content label::after {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: 1px solid rgb(238, 242, 247);
  background: #fff;
}
.checkbox-dropdown .dropdown-content label:has(input:checked) {
  position: relative;
}
.checkbox-dropdown .dropdown-content label:has(input:checked)::before {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  color: #198754;
  top: 50%;
  right: 9px;
  transform: translate(50%, -50%);
}
.checkbox-dropdown .dropdown-content label input[type=checkbox] {
  display: none;
}
.checkbox-dropdown .dropdown-content .dropdown-options {
  display: block;
}
.checkbox-dropdown .dropdown-content .dropdown-options label {
  padding-left: 15px;
}
.checkbox-dropdown .dropdown-content .dropdown-options label span {
  display: flex;
  align-items: center;
  gap: 4px;
}
.checkbox-dropdown .dropdown-content .dropdown-options label span::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgb(118, 138, 158);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f6f7fa;
}

.select2-container .select2-dropdown .select2-results__option.select2-results__option--highlighted {
  color: rgb(118, 138, 158);
  color: #fff;
  background-color: #1565C0;
}

.advanced-search-button {
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
}

.select2-search--inline {
  display: contents;
}

.select2-selection__rendered > li:only-child .select2-search__field {
  width: 100% !important;
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 0;
}
.select2-container .select2-search--inline .select2-search__field::-moz-placeholder {
  color: #999999;
  font-size: 13px;
}
.select2-container .select2-search--inline .select2-search__field::placeholder {
  color: #999999;
  font-size: 13px;
}

.select2-selection__rendered::-webkit-scrollbar {
  display: none;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #eef2f8 !important;
  height: 100%;
  outline: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: flex !important;
  max-width: 100%;
  height: 100%;
  padding: 0 8px;
  align-items: center;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #ededed;
  cursor: default;
  margin-right: 5px;
  margin-top: 0;
  border: 0;
  border-radius: 0;
  padding: 3px 5px;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 12px;
  color: #636363;
}

.select2-selection--multiple:before {
  content: "";
  position: absolute;
  right: 7px;
  top: 50%;
  border-top: 5px solid #888;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.select2-container .select2-selection--single .select2-selection__arrow {
  top: 7px;
  transform: none;
}

.catalog-sto-section {
  padding-top: 40px;
  padding-bottom: 80px;
}

.catalog-sto-section__conteiner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.catalog-sto-section__main-claster {
  width: calc(100% - 305px);
  padding-right: 20px;
}
.catalog-sto-section__main-claster .rent-car__search-conteiner {
  padding: 30px;
}

.sto-acordeon-title {
  margin-top: 60px;
}

.catalog-sto-section__acordeon-conteiner {
  margin-top: 0;
}
.catalog-sto-section__acordeon-conteiner .cart-main-info__title {
  font-size: 20px;
}
.catalog-sto-section__acordeon-conteiner .acordeon-conteiner__box__nam-element {
  top: 50%;
  transform: translateY(-50%);
}
.catalog-sto-section__acordeon-conteiner .acordeon-conteiner__box__nam-element svg {
  width: 24px;
}
.catalog-sto-section__acordeon-conteiner .acordeon-conteiner__claster {
  padding-bottom: 10px;
}

.acordeon-conteiner__link-conteiner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.acordeon-conteiner__link-conteiner li {
  font-size: 14px;
  margin-bottom: 15px;
  color: #768A9E;
  width: 50%;
  padding-right: 20px;
}
.acordeon-conteiner__link-conteiner li a {
  color: #768A9E;
  transition: all ease 0.3s;
}
.acordeon-conteiner__link-conteiner li a:hover {
  color: #0D417B;
  transition: all ease 0.3s;
}

.list-sto-conteiner__box {
  padding-top: 60px;
}
.list-sto-conteiner__box ul {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin-left: -10px;
}
.list-sto-conteiner__box ul li {
  width: calc(33.333% - 20px);
  margin: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
  border-bottom: 1px solid #EEF2F7;
}
.list-sto-conteiner__box ul li a {
  color: #768A9E;
  font-size: 14px;
  transition: all ease 0.3s;
}
.list-sto-conteiner__box ul li a:hover {
  color: #1565C0;
  transition: all ease 0.3s;
}
.list-sto-conteiner__box ul li span {
  font-size: 14px;
}

.list-sto-conteiner__title {
  font-size: 28px;
  padding-bottom: 10px;
  font-weight: 500;
}

@media only screen and (max-width: 1100px) {
  .catalog-sto-section__main-claster {
    width: 100%;
    padding-right: 0;
  }
}
@media only screen and (max-width: 850px) {
  .catalog-sto-section__main-claster .rent-car__search-conteiner {
    margin-top: 20px;
    padding: 20px;
  }
  .sto-acordeon-title {
    margin-top: 30px;
  }
  .list-sto-conteiner__box {
    padding-top: 30px;
  }
  .catalog-sto-section {
    padding-bottom: 20px;
  }
  .list-sto-conteiner__title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 650px) {
  .catalog-sto-section__acordeon-conteiner .acordeon-conteiner__box__nam-element {
    top: 15px;
  }
  .acordeon-conteiner__link-conteiner {
    padding-left: 30px;
  }
  .acordeon-conteiner__link-conteiner li {
    width: 100%;
  }
  .list-sto-conteiner__box ul {
    margin-left: 0;
    width: 100%;
  }
  .list-sto-conteiner__box ul li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .catalog-sto-section__main-claster .rent-car__search-conteiner {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .catalog-sto-section .general-title {
    text-align: left;
  }
}
.form-callback {
  padding-top: 175px;
  padding-bottom: 150px;
  background: url("/assets/front/img/_src/form-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.form-callback .general-conteiner {
  padding-left: 210px;
}

.form-callback__form {
  position: relative;
  width: 300px;
}
.form-callback__form:before {
  width: 86px;
  height: 309px;
  position: absolute;
  content: "";
  left: -250px;
  top: 30px;
  background: url("/assets/front/img/_src/form-callback__logo.png") no-repeat;
  background-size: cover;
  background-position: center;
}

.form-callback__title {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}

.form-callback__subtitle {
  line-height: 1.5;
  color: #fff;
  font-size: 14px;
  margin-bottom: 40px;
}

.form-callback__input-box {
  margin-bottom: 20px;
}
.form-callback__input-box input {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  color: #fff;
  padding-bottom: 3px;
}
.form-callback__input-box input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.form-callback__input-box input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

input::-moz-placeholder {
  font-size: 12px;
}

input::placeholder {
  font-size: 12px;
}

.form-callback__button-submit-conteiner {
  padding-top: 20px;
}
.form-callback__button-submit-conteiner input {
  padding: 6px 18px;
  border: solid 1px #fff;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  background: none;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all ease 0.3s;
}
.form-callback__button-submit-conteiner input:hover {
  background: #fff;
  color: #000;
  transition: all ease 0.3s;
}

@media only screen and (max-width: 1380px) {
  .form-callback__form:before {
    left: -150px;
  }
}
@media only screen and (max-width: 950px) {
  .form-callback {
    padding: 40px 0;
  }
  .form-callback__form:before {
    width: 0;
    height: 0;
    opacity: 0;
    z-index: -100;
  }
  .form-callback .general-conteiner {
    padding-left: 120px;
  }
}
@media only screen and (max-width: 650px) {
  .form-callback {
    background: url("/assets/front/img/_src/form-callback__mobile-bg.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .form-callback .general-conteiner {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .form-callback__form {
    width: 100%;
  }
  .form-callback__title {
    font-size: 22px;
    margin-bottom: 13px;
  }
  .form-callback__subtitle {
    font-size: 14px;
    width: 200px;
    margin-bottom: 15px;
  }
  .form-callback__input-box {
    width: 200px;
  }
  .form-callback__input-box input {
    font-size: 14px;
  }
  .form-callback__button-submit-conteiner {
    width: 100%;
  }
  .form-callback__button-submit-conteiner input {
    width: 100%;
    padding: 12px;
    text-align: center;
  }
}
.service-station-search .catalog__del-filtr-visyal {
  justify-content: flex-end;
}
.service-station-search .catalog__filtr__upgraide-search-bt-line .btn2 p {
  margin-left: 0;
}
.service-station-search .catalog__filtr {
  margin-top: 0;
}

.banerV2 {
  width: 100%;
}
.banerV2 img {
  width: 100%;
  display: block;
}

.ads-services-conteiner {
  width: 100%;
  margin-left: 0;
  display: block;
  padding-right: 0;
}

.ads-services-conteiner__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px;
  border: 1px solid #EEF2F7;
  background: #fff;
  margin-bottom: 10px;
  position: relative;
  border-radius: 4px;
}
.ads-services-conteiner__box .cart-main-info__phone-conteiner li {
  position: relative;
  z-index: 2;
  font-size: 13px;
}
.ads-services-conteiner__box .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.ads-services-conteiner__image-claster {
  width: 290px;
}
.ads-services-conteiner__image-claster .cart-main-info__location-conteiner {
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 10px;
}

.ads-services-conteiner__image-box {
  width: 100%;
  height: 210px;
  position: relative;
}
.ads-services-conteiner__image-box img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ads-services-conteiner__ads-clasification-wrapepr {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}

.ads-services-conteiner__clasification-element {
  display: inline-block;
  padding: 3px 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background: #1565C0;
  left: -8px;
  top: -8px;
  position: absolute;
  border-radius: 3px;
}

.ads-services-conteiner__info-claster {
  width: calc(100% - 290px);
  padding-left: 15px;
  padding-right: 0;
}

.ads-services-conteiner__ads-title {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
}
.ads-services-conteiner__ads-title a {
  color: #05182E;
}

.ads-services-conteiner__ads-contact {
  padding-top: 10px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.ads-services-conteiner__ads-contact .cart-main-info__time-work li {
  font-size: 13px;
}

.ads-services-conteiner__services-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 8px;
}

.ads-services-conteiner__services-box {
  display: flex;
  align-items: center;
  margin-right: 10px;
  margin-bottom: 10px;
}

.ads-services-conteiner__services-icon {
  width: 20px;
}
.ads-services-conteiner__services-icon img {
  width: 100%;
  display: block;
}

.ads-services-conteiner__services-title {
  font-size: 13px;
  color: #324153;
  margin-left: 8px;
}

.ads-services-conteiner__marks-conteiner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.ads-services-conteiner__mark-title {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 8px;
}

.ads-services-conteiner__mark-line {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 110px);
}

.ads-services-conteiner__mark-icon {
  display: flex;
  justify-content: center;
}
.ads-services-conteiner__mark-icon img {
  height: 30px;
  display: block;
}

.ads-services-conteiner__mark-element-title {
  text-align: center;
  font-size: 13px;
  color: #768A9E;
}

.ads-services-conteiner__mark-box {
  margin-bottom: 8px;
  margin-right: 8px;
}

.mobile-location-sto {
  display: none;
}

.ads-services-conteiner__services-list-mobile {
  display: none;
}

@media only screen and (max-width: 1150px) {
  .ads-services-conteiner__info-claster {
    padding-left: 20px;
  }
  .ads-services-conteiner__services-list {
    display: none;
  }
  .ads-services-conteiner__services-list-mobile {
    display: block;
    padding-top: 20px;
  }
  .ads-services-conteiner__image-claster .cart-main-info__location-conteiner {
    display: none;
  }
  .ads-services-conteiner__image-claster .cart-main-info__location-conteiner li {
    font-size: 13px;
  }
  .ads-services-conteiner__ads-contact {
    flex-wrap: wrap;
  }
  .mobile-location-sto {
    display: flex;
  }
  .ads-services-conteiner__mark-line {
    width: 100%;
  }
  .ads-services-conteiner__info-claster {
    padding-right: 0;
  }
  .ads-services-conteiner__marks-conteiner {
    justify-content: flex-end;
  }
  .ads-services-conteiner__mark-title {
    width: 100%;
  }
  .ads-services-conteiner__ads-contact .cart-main-info__time-work {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1090px) {
  .ads-services-conteiner__ads-contact .cart-main-info__time-work {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 950px) {
  .service-station-search .catalog-filtr__mobile-controls {
    display: none;
  }
  .service-station-search .catalog-page__aside {
    display: block;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
  .service-station-search .catalog__ads-body {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .ads-services-conteiner__image-claster {
    width: 120px;
  }
  .ads-services-conteiner__info-claster {
    width: calc(100% - 120px);
  }
  .ads-services-conteiner__image-box {
    height: 80px;
  }
  .ads-services-conteiner__clasification-element {
    font-size: 11px;
  }
  .ads-services-conteiner__services-list-mobile {
    padding-top: 10px;
  }
  .ads-services-conteiner__services-list-mobile .ads-services-conteiner__services-box {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .ads-services-conteiner__services-list-mobile .ads-services-conteiner__services-icon {
    width: 12px;
  }
  .ads-services-conteiner__services-list-mobile .ads-services-conteiner__services-title {
    font-size: 14px;
    width: calc(100% - 14px);
    margin-left: 0;
    padding-left: 10px;
  }
  .ads-services-conteiner__box {
    padding: 10px;
  }
  .ads-services-conteiner__box .cart-main-info__phone-conteiner li {
    font-size: 12px;
  }
  .ads-services-conteiner__box .cart-main-info__time-work li {
    font-size: 12px;
  }
  .ads-services-conteiner__box .cart-main-info__location-conteiner li {
    font-size: 12px;
  }
  .ads-services-conteiner__box .cart-main-info__phone-conteiner:before {
    top: 2px;
  }
  .ads-services-conteiner__box .cart-main-info__time-work:before {
    top: 2px;
  }
  .ads-services-conteiner__box .cart-main-info__location-conteiner:before {
    top: 2px;
  }
  .ads-services-conteiner__box .btn-more-photo {
    font-size: 12px;
  }
  .ads-services-conteiner__ads-title {
    font-size: 14px;
  }
  .ads-services-conteiner__mark-title {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .ads-services-conteiner__mark-icon img {
    height: 20px;
  }
  .ads-services-conteiner__mark-element-title {
    font-size: 12px;
  }
}
@media only screen and (max-width: 380px) {
  .ads-services-conteiner__box {
    flex-wrap: wrap;
  }
  .ads-services-conteiner__image-claster {
    width: 100%;
  }
  .ads-services-conteiner__image-box {
    height: 180px;
  }
  .ads-services-conteiner__info-claster {
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
  }
}
.single-sto__baner-slider {
  margin-top: 40px;
}

.single-sto__baner-slider-element {
  height: 270px;
}
.single-sto__baner-slider-element img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.singl-sto-sitebar__header {
  margin-bottom: 20px;
  padding-bottom: 4px;
  border-bottom: 1px solid #D8E2EC;
}
.singl-sto-sitebar__header p {
  color: #768A9E;
  font-size: 14px;
  text-align: right;
}
.singl-sto-sitebar__header p b {
  display: inline-block;
  min-width: 50px;
  font-weight: normal;
  color: #05182E;
  text-align: left;
}

.general-titleV2 {
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.brend-conteiner {
  padding-top: 70px;
}

.brend-conteiner__claster {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  justify-content: flex-start;
  gap: 20px;
}

.brend-conteiner__box {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: space-between;
  gap: 10px;
}

.brend-conteiner__title {
  width: 100%;
  font-size: 15px;
  text-align: center;
  color: #768A9E;
  font-weight: normal;
}

.brend-conteiner__icon img {
  height: 40px;
  display: block;
}

.advantages-conteiner {
  padding-top: 80px;
}

.advantages-conteiner__claster {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.advantages-conteiner__box {
  width: 200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.advantages-conteiner__title {
  text-align: center;
  width: 100%;
  font-size: 20px;
  margin-top: 20px;
  font-weight: 500;
}

.advantages-conteiner__icon {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F6F9FE;
}
.advantages-conteiner__icon img, .advantages-conteiner__icon svg {
  width: 48px;
  display: block;
}

.description-sto-conteiner {
  padding-top: 40px;
}

.description-sto-conteiner__claster {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.description-sto-conteiner__column {
  width: 100%;
}
.description-sto-conteiner__column p {
  font-size: 14px;
  color: #8395A7;
  line-height: 1.7;
  margin-bottom: 20px;
  font-weight: normal;
}

.sing-sto-slider {
  padding-top: 60px;
  padding-bottom: 80px;
}

.sing-sto-slider__big-slider {
  position: relative;
  width: 100%;
}
.sing-sto-slider__big-slider .sing-sto-slider__element {
  width: 100%;
  height: 460px;
}
.sing-sto-slider__big-slider .sing-sto-slider__element img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.sing-sto-slider__spall-slider {
  margin-top: 16px;
  width: calc(100% + 20px);
  margin-left: -10px;
}
.sing-sto-slider__spall-slider .sing-sto-slider__element {
  height: 130px;
  padding: 0 10px;
}
.sing-sto-slider__spall-slider .sing-sto-slider__element img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@media only screen and (max-width: 950px) {
  .single-sto .cart-main-info__autor-info-mobile {
    padding-top: 80px;
  }
  .single-sto .cart-main-info__autor-info-mobile .singl-sto-sitebar__header p {
    text-align: left;
  }
  .single-sto .cart-main-info__body-info {
    display: flex;
    flex-wrap: wrap;
  }
  .single-sto .cart-main-info__body-info .general-titleV2 {
    width: 100%;
    order: 0;
  }
  .single-sto .cart-main-info__body-info .catalog-sto-section__acordeon-conteiner {
    width: 100%;
    order: 1;
  }
  .single-sto .cart-main-info__body-info .description-sto-conteiner {
    order: 2;
    width: 100%;
  }
  .single-sto .cart-main-info__body-info .cart-main-info__autor-info-mobile {
    order: 3;
  }
  .single-sto .cart-main-info__body-info .brend-conteiner {
    order: 4;
    width: 100%;
  }
  .single-sto .cart-main-info__body-info .advantages-conteiner {
    order: 5;
    width: 100%;
  }
  .single-sto .cart-main-info__body-info .sing-sto-slider {
    width: 100%;
    order: 6;
  }
  .single-sto .cart-main-info__body-info .cart-main-info__map-conteiner {
    order: 7;
    width: 100%;
  }
}
@media only screen and (max-width: 850px) {
  .single-sto__baner-slider-element {
    height: 220px;
  }
  .brend-conteiner {
    padding-top: 40px;
  }
  .advantages-conteiner {
    padding-top: 40px;
  }
  .description-sto-conteiner {
    padding-top: 40px;
  }
  .description-sto-conteiner__column {
    width: calc(50% - 10px);
  }
  .sing-sto-slider {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sing-sto-slider__spall-slider {
    display: none;
  }
  .sing-sto-slider__big-slider .sing-sto-slider__element {
    height: 360px;
  }
  .single-sto .cart-main-info__autor-info-mobile {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .single-sto__baner-slider-element {
    height: 140px;
  }
  .description-sto-conteiner__claster {
    flex-wrap: wrap;
  }
  .description-sto-conteiner__column {
    width: 100%;
  }
  .description-sto-conteiner__column p {
    font-size: 14px;
  }
  .brend-conteiner__box {
    width: 25%;
  }
  .brend-conteiner__claster {
    justify-content: center;
  }
  .single-sto .cart-main-info__body-info .advantages-conteiner {
    margin-top: 40px;
    padding: 30px 20px;
    width: calc(100% + 40px);
    margin-left: -20px;
    background: #F6F9FE;
  }
  .advantages-conteiner__box {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }
  .advantages-conteiner__title {
    font-size: 14px;
    margin-top: 10px;
  }
  .sing-sto-slider__big-slider .sing-sto-slider__element {
    height: 220px;
  }
}
@media only screen and (max-width: 500px) {
  .single-sto .cart-main-info__body-info .cart-main-info__map-conteiner {
    width: calc(100% + 40px);
    margin-right: -20px;
  }
}
.catalog-rent-cars aside {
  margin-top: 0;
}
.catalog-rent-cars .catalog__header-val {
  align-items: flex-end;
}
.catalog-rent-cars .catalog__del-filtr-visyal {
  align-items: flex-end;
}
.catalog-rent-cars .catalog__del-filtr-visyal .sorting-conteiner__element {
  width: auto;
}
.catalog-rent-cars .catalog__del-filtr-visyal .bt_del {
  padding: 10px;
}
.catalog-rent-cars .filtr-select__element, .catalog-rent-cars .filter-result__show-more {
  margin-bottom: 0;
  margin-top: 10px;
}
.catalog-rent-cars .catalog__filtr__filtr-element {
  margin-bottom: 30px;
}
.catalog-rent-cars .checkbox {
  margin-bottom: 10px;
}

.ads-rent-car-conteiner .rent-car-box {
  width: calc(50% - 10px);
}

@media only screen and (max-width: 950px) {
  .catalog-rent-cars .catalog__ads-body {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 550px) {
  .catalog__ads-body .ads-rent-car-conteiner .rent-car-box {
    width: calc(100% - 10px);
  }
  .catalog-rent-cars .catalog-filtr__mobile-controls .btn2 {
    width: 100%;
  }
}
.singl-rent-info-big {
  width: calc(100% - 305px);
}

.singl-rent-info-big__big-slider .cart-main-info__big-slider__element {
  height: 350px;
}

.singl-rent-info__info-list {
  width: 305px;
}
.singl-rent-info__info-list .cart-main-info__haracteristic-ul {
  width: 100%;
}
.singl-rent-info__info-list .cart-main-info__haracteristic-ul li {
  padding: 7px 0;
}

.singl-rent-car .big-slider-conteiner__btn-line {
  justify-content: flex-start;
}
.singl-rent-car .btn-ads {
  margin-right: 20px;
}

.rent-car-prise {
  padding-top: 40px;
  width: 100%;
}

.rent-car-prise__line {
  width: 100%;
  display: flex;
}

.rent-car-prise__b {
  margin-right: 30px;
}

.rent-car-prise__box {
  width: 40px;
  margin-right: 30px;
}
.rent-car-prise__box p {
  text-align: center;
  font-size: 14px;
  margin-bottom: 5px;
}
.rent-car-prise__box p b {
  font-weight: 500;
  color: #05182E;
}

.rent-car-prise__name {
  color: #768A9E;
}

.rent-car-prise__prise {
  color: #324153;
}

.rent-car-prise__namevar {
  width: 65px;
  margin-right: 20px;
}
.rent-car-prise__namevar p {
  text-align: left;
}

.rent-car-info-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 40px;
}
.rent-car-info-text .cart-main-info__description {
  width: calc(50% - 5px);
  padding-left: 0;
  padding-right: 0;
}

.rent-car-list-rules {
  padding-top: 40px;
  padding-right: 80px;
  padding-bottom: 80px;
}
.rent-car-list-rules .cart-main-info__haracteristic-ul {
  width: 100%;
}

.rent-cat-sitebar .cart-main-info__ul-info {
  margin-bottom: 0;
  padding-bottom: 0;
}
.rent-cat-sitebar .cart-main-info__ul-info li p {
  text-align: left;
}

.rent-cat-sitebar__autor h4 {
  font-weight: 500;
  font-size: 20px;
}

.rent-cat-sitebar__autor-name {
  padding-left: 24px;
  position: relative;
  margin-bottom: 20px;
  margin-top: 15px;
}
.rent-cat-sitebar__autor-name li {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 3px;
}
.rent-cat-sitebar__autor-name:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  content: "";
  background: url("/assets/front/img/_src/user.png") no-repeat;
  background-size: cover;
  background-position: center;
}

.rent-car-characteristic-mobile {
  display: none;
}

@media only screen and (max-width: 1280px) {
  .singl-rent-info__info-list {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 850px) {
  .singl-rent-info__info-list {
    display: none;
  }
  .rent-car-characteristic-mobile {
    display: block;
    padding-top: 40px;
  }
  .rent-car-characteristic-mobile .singl-rent-info__info-list {
    display: block;
    width: 100%;
    padding-left: 0;
  }
  .rent-car-characteristic-mobile .singl-rent-info__info-list ul {
    padding-left: 0;
    width: 100%;
  }
  .singl-rent-info-big {
    width: 100%;
  }
  .rent-car-list-rules {
    padding-right: 0;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .singl-rent-info-big__big-slider .cart-main-info__big-slider__element {
    height: 220px;
  }
  .rent-car-prise__box p {
    font-size: 14px;
  }
  .rent-car-prise__box {
    margin-right: 10px;
  }
  .rent-car-info-text .cart-main-info__description {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .singl-rent-car .big-slider-conteiner__btn-line {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 0;
    background: #fff;
    padding-bottom: 0;
  }
  .singl-rent-car .btn-ads {
    width: auto;
    border: solid 1px #0d417b;
    padding: 8px 12px;
  }
  .singl-rent-car .btn-ads p {
    width: auto;
    padding-top: 0;
    padding-left: 10px;
  }
  .singl-rent-car .cart-main-info__description {
    margin: 0;
  }
  .singl-rent-car .cart-main-info__description:before {
    width: 0;
    height: 0;
    opacity: 0;
  }
  .singl-rent-car .cart-main-info__description:after {
    width: 0;
    height: 0;
    opacity: 0;
  }
  .singl-rent-car .cart-main-info__map-conteiner .cart-main-info__title-ul {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.catalog-nambers__body {
  padding-top: 60px;
}

.catalog-nambers__aside .catalog-page__filtr-element-subtitle {
  font-size: 12px;
  padding-left: 30px;
  color: #768A9E;
}
.catalog-nambers__aside .checkbox {
  margin-bottom: 20px;
}

.select-number-conteiner__digits {
  flex: 1;
  height: 100%;
  max-height: 100%;
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.select-number-conteiner__digits input {
  text-align: center;
  width: 35px;
  height: 50px;
  line-height: 67px;
  max-height: 100%;
  font-size: 44px;
  color: #05182E;
  border: 1px solid #EEF2F7;
  padding: 5px 0px;
  transform: scale(1, 1.2);
}
.select-number-conteiner__digits input::-moz-placeholder {
  font-size: 44px;
  color: #05182E;
}
.select-number-conteiner__digits input::placeholder {
  font-size: 44px;
  color: #05182E;
}

.select-number-conteiner__digits__number input {
  width: 95px;
  letter-spacing: 0.01em;
}

.select-namber-conteiner {
  padding-bottom: 25px;
}

.select-namber-conteiner__title {
  font-size: 20px;
  font-weight: 500;
}

.select-namber-conteiner__line {
  display: flex;
  align-items: center;
  padding-top: 10px;
}

.select-namber-conteiner__select-claster {
  display: flex;
  align-items: center;
  padding: 4px 8px;
  border: 3px solid #05182E;
  border-radius: 5px;
}

.select-namber-conteiner__num-country {
  margin-right: 3px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.select-namber-conteiner__logo-country {
  width: 15px;
}
.select-namber-conteiner__logo-country img {
  width: 100%;
}

.select-namber-conteiner__slug-country {
  background: #FFFFFF;
  padding: 1px;
  font-size: 10px;
  line-height: 10px;
  font-weight: 500;
  border: 0.2px solid #768A9E;
  border-radius: 2px;
  position: relative;
}
.select-namber-conteiner__slug-country::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 1.5px);
  height: calc(100% - 1.5px);
  border: 0.1px solid #768A9E;
  border-radius: 2px;
}

.select-namber-conteiner__select-box select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("/assets/front/img/_src/select-ar.png") no-repeat right center;
  background-size: 20px 20px;
  outline: 0;
  font-size: 54px;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  color: #05182E;
  padding-right: 15px;
  border-radius: 3px;
  border: solid 1px #EEF2F7;
  display: inherit;
  border: none;
  transform: scale(1, 1.2);
}
.select-namber-conteiner__select-box select option {
  font-size: 28px;
}

.select-namber-conteiner__drop {
  width: 10px;
  height: 5px;
  border-radius: 1px;
  margin: 0 3px;
  background: #05182E;
}

.ads-namber-conteiner {
  padding-top: 30px;
  width: calc(100% + 20px);
  margin-left: -5px;
  padding-right: 15px;
  display: flex;
  flex-wrap: wrap;
}
.ads-namber-conteiner .ads-namber-box {
  width: calc((100% - 40px) / 4);
  margin: 0 5px;
  margin-bottom: 10px;
}

.ads-vip-namber-conteiner {
  padding-top: 20px;
  width: calc(100% + 20px);
  margin-left: -5px;
  padding-right: 15px;
  display: flex;
  flex-wrap: wrap;
}
.ads-vip-namber-conteiner .ads-namber-box {
  width: calc((100% - 20px) / 2);
  margin: 0 5px;
  margin-bottom: 10px;
  position: relative;
}
.ads-vip-namber-conteiner .ads-namber-box .ads-namber-box__statys {
  position: absolute;
  top: 10px;
  left: 10px;
}
.ads-vip-namber-conteiner .ads-namber-box .sing-numbers-section__nam-image {
  width: 110px;
  bottom: 20%;
  border-radius: 4px;
  padding: 2px;
}
.ads-vip-namber-conteiner .ads-namber-box .sing-numbers-section__nam-image .select-namber-conteiner__num-country {
  margin-right: 3px;
  gap: 2px;
}
.ads-vip-namber-conteiner .ads-namber-box .sing-numbers-section__nam-image .select-namber-conteiner__num-country .select-namber-conteiner__logo-country {
  width: 11px;
}
.ads-vip-namber-conteiner .ads-namber-box .sing-numbers-section__nam-image .select-namber-conteiner__num-country .select-namber-conteiner__slug-country {
  font-size: 6px;
  line-height: 7px;
  padding: 2px;
}
.ads-vip-namber-conteiner .ads-namber-box .sing-numbers-section__nam-image .select-namber-conteiner__num-country .select-namber-conteiner__slug-country::before {
  width: calc(100% - 2.5px);
  height: calc(100% - 2.5px);
}
.ads-vip-namber-conteiner .ads-namber-box .sing-numbers-section__nam-image .select-namber-conteiner__drop {
  margin: 0;
  width: 5px;
  height: 2px;
}
.ads-vip-namber-conteiner .ads-namber-box .sing-numbers-section__nam-image .am-value__nm {
  display: inline;
  font-size: 18px;
  line-height: 18px;
  color: #05182E;
}

.ads-namber-box {
  border: 1px solid #EEF2F7;
  padding: 5px;
  background: #fff;
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  transition: all ease 0.3s;
}
.ads-namber-box:hover {
  transition: all ease 0.3s;
  box-shadow: 0 5px 20px rgba(143, 155, 171, 0.2);
}
.ads-namber-box:hover .namber-image__prise {
  color: #1565C0;
  transition: all ease 0.3s;
}

.ads-namber-box__statys {
  width: 100%;
}

.ads-namber-box__statys-element {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border-radius: 3px;
  padding: 2px 5px;
  display: inline-block;
}

.ads-namber-box__status-vip {
  background: #E22929;
}

.ads-namber-box__image-num {
  width: 100%;
  padding: 0 6px;
  margin-top: 10px;
}
.ads-namber-box__image-num img {
  width: 100%;
  display: block;
}

.namber-image__prise {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  transition: all ease 0.3s;
}

.namber-image__date-post {
  margin-top: 6px;
  color: #768A9E;
  font-size: 11px;
}

.btn-search-number {
  padding: 11px 30px;
  margin-left: 20px;
}

.select-namber-conteiner__mobile {
  display: none;
}

@media only screen and (max-width: 950px) {
  .select-namber-conteiner {
    display: none;
  }
  .select-namber-conteiner__mobile {
    display: block;
    width: 100%;
  }
  .catalog-nambers__body {
    padding-top: 40px;
  }
  .select-namber-conteiner__select-box select {
    font-size: 46px;
  }
}
@media only screen and (max-width: 850px) {
  .ads-namber-conteiner .ads-namber-box {
    width: calc(33.333% - 20px);
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .ads-namber-conteiner .ads-namber-box {
    width: calc(50% - 20px);
    margin-bottom: 20px;
    box-shadow: 0px 4px 12px rgba(59, 59, 72, 0.12);
  }
  .select-namber-conteiner__line {
    flex-wrap: wrap;
  }
  .btn-search-number {
    width: 340px;
    margin-left: 0;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 450px) {
  .btn-search-number {
    width: 100%;
  }
  .select-namber-conteiner__select-claster {
    width: 100%;
    justify-content: center;
  }
  .catalog-nambers__body {
    padding-top: 20px;
  }
}
.singl-number__ads-conteiner {
  padding-top: 60px;
  padding-bottom: 60px;
}

.sing-numbers-section__image-car-conteiner {
  width: 100%;
}

.sing-numbers-section__img-box {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.sing-numbers-section__img-box .sing-numbers-section__img-box_image {
  width: 100%;
  padding-top: 30px;
  display: flex;
  align-items: end;
}
.sing-numbers-section__img-box .sing-numbers-section__img-box_image img {
  display: block;
  width: 100%;
}
.sing-numbers-section__img-box img {
  display: block;
  width: 100%;
}

.sing-numbers-section__nam-image {
  position: absolute;
  z-index: 10;
  width: 124px;
  border-radius: 4px;
  padding: 2px;
}
.sing-numbers-section__nam-image img {
  width: 100%;
}
.sing-numbers-section__nam-image .select-namber-conteiner__num-country {
  margin-right: 3px;
  gap: 2px;
}
.sing-numbers-section__nam-image .select-namber-conteiner__num-country .select-namber-conteiner__logo-country {
  width: 11px;
}
.sing-numbers-section__nam-image .select-namber-conteiner__num-country .select-namber-conteiner__slug-country {
  font-size: 6px;
  line-height: 7px;
  padding: 2px;
}
.sing-numbers-section__nam-image .select-namber-conteiner__num-country .select-namber-conteiner__slug-country::before {
  width: calc(100% - 2.5px);
  height: calc(100% - 2.5px);
}
.sing-numbers-section__nam-image .select-namber-conteiner__drop {
  margin: 0;
  width: 5px;
  height: 2px;
}
.sing-numbers-section__nam-image .am-value__nm {
  display: inline;
  font-size: 18px;
  line-height: 18px;
  color: #05182E;
}

.sing-numbers-section__image-car-conteiner .ads-namber-box__statys {
  position: absolute;
  top: 40px;
  left: 0;
}
.sing-numbers-section__image-car-conteiner .ads-namber-box__statys .ads-namber-box__statys-element {
  font-size: 16px;
  border-radius: 4px;
  padding: 4px 8px;
}
.sing-numbers-section__image-car-conteiner .sing-numbers-section__img-carV1 {
  padding-top: 50px;
  align-items: flex-end;
}

.sing-numbers-section__img-carV1 {
  max-width: 425px;
}
.sing-numbers-section__img-carV1 .sing-numbers-section__nam-image {
  bottom: 23%;
}

.sing-numbers-section__img-carV2 {
  max-width: 622px;
}
.sing-numbers-section__img-carV2 .sing-numbers-section__nam-image {
  bottom: 28%;
}

.sing-numbers-section__img-carV3 {
  max-width: 660px;
}
.sing-numbers-section__img-carV3 .sing-numbers-section__nam-image {
  bottom: 28%;
}

.nam-value {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 3px;
  border: 2px solid #444;
}

.am-value__nm {
  font-size: 26px;
  transform: scale(1, 1.4);
  font-family: Barlow, sans-serif;
  font-weight: 500;
  margin-top: -3px;
}

.ads-namber-box__image-num .select-namber-conteiner__logo-country {
  width: 15px;
}
.ads-namber-box__image-num .select-namber-conteiner__slug-country {
  font-size: 11px;
  line-height: 11px;
}
.ads-namber-box__image-num .am-value__nm {
  font-size: 22px;
  line-height: 24px;
  color: #333;
}
.ads-namber-box__image-num .nam-value {
  width: 100%;
  position: relative;
  border-radius: 5px;
}
.ads-namber-box__image-num .select-namber-conteiner__drop {
  width: 6px;
  height: 3px;
  color: #333;
  margin: 0;
}
.ads-namber-box__image-num .select-namber-conteiner__slug-country {
  color: #333;
}

@media only screen and (max-width: 992px) {
  .cart-main-info__description {
    border-top: unset;
    border-bottom: unset;
    padding: 0 10px;
  }
  .cart-main-info__autor-info-mobile {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 950px) {
  .cart-main-info__description .sing-numbers-section__nam-image {
    width: 31%;
  }
}
@media only screen and (max-width: 500px) {
  .sing-numbers-section {
    margin: 0;
  }
  .sing-numbers-section:before {
    width: 0;
    height: 0;
    opacity: 0;
  }
  .sing-numbers-section:after {
    width: 0;
    height: 0;
    opacity: 0;
  }
  .rent-car-info-text {
    padding-bottom: 20px;
  }
}
.singl-auto-store__cataloc-ads-cars {
  padding-top: 80px;
}
.singl-auto-store__cataloc-ads-cars .general-titleV2 {
  width: 100%;
}
.singl-auto-store__cataloc-ads-cars .general-titleV2 b {
  color: #768A9E;
  font-weight: 500;
}
.singl-auto-store__cataloc-ads-cars .ads-body__conteiner {
  padding-top: 0;
}
.singl-auto-store__cataloc-ads-cars .line-reload {
  padding-top: 10px;
}

@media only screen and (max-width: 850px) {
  .singl-auto-store .ads-body__conteiner .card-box {
    width: calc(50% - 20px);
  }
  .singl-auto-store .singl-auto-store__cataloc-ads-cars {
    order: 7;
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .singl-auto-store .cart-main-info__body-info .cart-main-info__map-conteiner {
    order: 8;
  }
  .singl-auto-store .cart-main-info__body-info .description-sto-conteiner {
    order: 6;
  }
  .singl-auto-store .cart-main-info__body-info .advantages-conteiner {
    background: #fff;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 0;
  }
  .singl-auto-store__cataloc-ads-cars {
    padding-top: 40px;
  }
}
.singl-seller-section__cataloc-ads-cars {
  padding-bottom: 80px;
}
.singl-seller-section__cataloc-ads-cars .general-titleV2 b {
  font-weight: 500;
  color: #768A9E;
}
.singl-seller-section__cataloc-ads-cars .ads-body__conteiner {
  padding-top: 0;
}

@media only screen and (max-width: 950px) {
  .singl-seller-section__cataloc-ads-cars {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 850px) {
  .singl-seller-section__cataloc-ads-cars {
    padding-bottom: 40px;
  }
  .singl-seller-section__cataloc-ads-cars .card-box {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 450px) {
  .singl-seller-section__cataloc-ads-cars .card-box {
    width: calc(50% - 10px);
    margin: 0 5px;
  }
}
.search-conteiner {
  width: 500px;
  display: flex;
  justify-content: flex-end;
}
.search-conteiner .btn2 {
  width: 124px;
  text-align: center;
  padding: 10px;
}
.search-conteiner .input-box {
  width: calc(100% - 124px);
}

.catalog_filtr-select-auto-store {
  width: calc(100% - 500px);
  padding-right: 30px;
}

.input-box input {
  background: #FFFFFF;
  border: 1px solid #EEF2F7;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 14px;
  width: 100%;
}
.input-box input::-moz-placeholder {
  color: #768A9E;
}
.input-box input::placeholder {
  color: #768A9E;
}

@media only screen and (max-width: 950px) {
  .catalog-auto-service-shop .catalog__filtr {
    display: block;
  }
  .catalog-auto-service-shop .catalog__header-val {
    flex-wrap: wrap;
  }
  .catalog-auto-service-shop .catalog_filtr-select-auto-store {
    width: 100%;
    padding-bottom: 20px;
  }
}
.direction__claster {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  justify-content: space-between;
}

.direction__box {
  width: calc(50% - 15px);
}

.direction__header {
  display: flex;
  align-items: center;
}

.direction__ic-header {
  width: 24px;
}
.direction__ic-header img {
  width: 100%;
}

.direction__header-title {
  width: calc(100% - 24px);
  padding-left: 10px;
  font-size: 20px;
  font-weight: 500;
}

.direction__body-text {
  padding-top: 10px;
}
.direction__body-text p {
  font-size: 14px;
  line-height: 1.5;
  color: #768A9E;
  margin-bottom: 15px;
}

.cart-main-info__map-conteiner_auto-store {
  padding-top: 40px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.cart-main-info__slider-auto-store {
  padding-top: 40px;
}

.slider-auto-store {
  width: 100%;
}

.slider-auto-store__element-slider {
  width: 100%;
  height: 350px;
}
.slider-auto-store__element-slider img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.cart-main-info__details {
  padding-top: 30px;
}

.details__claster {
  width: calc(100% + 10px);
  margin-left: -5px;
  display: flex;
  flex-wrap: wrap;
}

.details__box {
  width: calc((100% - 50px) / 5);
  margin: 0 5px;
  margin-bottom: 10px;
  border: 1px solid #EEF2F7;
  height: 100px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.details__box img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

@media only screen and (max-width: 950px) {
  .cart-main-info__details {
    display: none;
  }
  .cart-main-info__body-info_auto-store {
    display: flex;
    flex-direction: column;
  }
  .cart-main-info__body-info_auto-store .cart-main-info__direction {
    order: 0;
  }
  .cart-main-info__body-info_auto-store .description-sto-conteiner {
    order: 1;
  }
  .cart-main-info__body-info_auto-store .cart-main-info__autor-info-mobile {
    order: 2;
    padding-top: 40px;
  }
  .cart-main-info__body-info_auto-store .brend-conteiner {
    order: 3;
  }
  .cart-main-info__body-info_auto-store .cart-main-info__slider-auto-store {
    order: 4;
    padding-top: 40px;
  }
  .cart-main-info__body-info_auto-store .cart-main-info__map-conteiner_auto-store {
    order: 5;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .direction__claster {
    flex-wrap: wrap;
    padding: 0;
  }
  .direction__box {
    width: 100%;
    margin-bottom: 20px;
  }
  .slider-auto-store__element-slider {
    height: 230px;
  }
}
.partnership {
  padding-top: 40px;
  padding-bottom: 80px;
}

.partnership__conteiner {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}

.partnership__aside {
  width: 250px;
  position: relative;
  height: auto;
}

.partnership__nav {
  position: sticky;
  top: 150px;
  background: #F6F9FE;
  padding: 14px 20px;
}

.partnership__nav-box {
  padding: 16px 0;
}

.partnership__nav-title {
  font-size: 20px;
  font-weight: 500;
  color: #05182E;
}

.partnership__list {
  padding-left: 10px;
}
.partnership__list li {
  font-size: 14px;
  margin-top: 6px;
  font-weight: 500;
}
.partnership__list li a {
  color: #324153;
  transition: all ease 0.3s;
}
.partnership__list li a:hover {
  color: #1565C0;
  transition: all ease 0.3s;
}

.partnership__info-conteiner {
  width: calc(100% - 250px);
  padding-left: 70px;
}

.partnership__claster-title {
  font-size: 28px;
  font-weight: 500;
  padding-bottom: 30px;
}

.partnership__box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 120px;
}

.partnership__box-info {
  width: 48%;
  padding-right: 30px;
}

.partnership__image {
  width: 52%;
  position: relative;
  display: flex;
  align-items: center;
}
.partnership__image img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 10;
}
.partnership__image:before {
  width: 312px;
  height: 294px;
  position: absolute;
  z-index: 2;
  content: "";
  background: url("/assets/front/img/_src/dotsbg2.png") no-repeat;
  background-size: cover;
  background-position: center;
  right: -85px;
}

.partnership__box-title {
  font-size: 20px;
  font-weight: 500;
  color: #324153;
  margin-bottom: 10px;
}

.box-redactor-text p {
  font-size: 14px;
  color: #768A9E;
  line-height: 1.6;
  margin-bottom: 15px;
}
.box-redactor-text p b {
  font-weight: normal;
  color: #324153;
}
.box-redactor-text ul li {
  position: relative;
  font-size: 14px;
  color: #768A9E;
  margin-bottom: 10px;
  padding-left: 20px;
}
.box-redactor-text ul li b {
  font-weight: normal;
  color: #324153;
}
.box-redactor-text ul li:before {
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100px;
  content: "";
  background: #0D417B;
}

.partnership__box-redactor-text {
  margin-bottom: 25px;
}

.partnership__box-line-btn .btn2 {
  display: inline-block;
  padding: 15px 40px;
}

.partnership__box-line-btn {
  padding-top: 15px;
}

.partnership__box_revers .partnership__box-info {
  order: 1;
  padding-right: 0;
  padding-left: 30px;
}
.partnership__box_revers .partnership__image:before {
  right: auto;
  left: -55px;
}

.form-callback_partnership {
  width: calc(100% + 90px);
  padding: 80px 100px;
  margin-bottom: 120px;
}
.form-callback_partnership .form-callback__form:before {
  width: 0;
  height: 0;
  opacity: 0;
  z-index: -100;
}

.partnership__box-title_mobile {
  display: none;
}

@media only screen and (max-width: 1470px) {
  .form-callback_partnership {
    width: 100%;
  }
}
@media only screen and (max-width: 1120px) {
  .partnership__nav {
    top: 80px;
  }
  .partnership__info-conteiner {
    padding-left: 40px;
  }
  .partnership__aside {
    z-index: 30;
  }
  .partnership__image:before {
    width: 0;
    height: 0;
    z-index: -100;
    opacity: 0;
  }
}
@media only screen and (max-width: 950px) {
  .partnership__aside {
    display: none;
  }
  .partnership__info-conteiner {
    width: 100%;
    padding-left: 0;
  }
  .partnership__box {
    margin-bottom: 80px;
  }
  .form-callback_partnership {
    margin-bottom: 60px;
    padding: 40px 20px;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .partnership {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .partnership__box-info {
    order: 1;
    padding-right: 0;
    width: 100%;
    padding-top: 30px;
  }
  .partnership__box {
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  .partnership__box-title {
    display: none;
  }
  .partnership__box-line-btn {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .partnership__box-line-btn .btn2 {
    padding: 12px;
    max-width: 300px;
    width: 100%;
    justify-content: center;
  }
  .partnership__box-line-btn .btn2 p {
    width: 100%;
    text-align: center;
  }
  .partnership__image {
    width: 100%;
  }
  .partnership__box_revers {
    background: #F6F9FE;
    padding: 40px 20px;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .partnership__box_revers .partnership__box-info {
    padding-left: 0;
  }
  .form-callback_partnership {
    margin-top: -60px;
  }
  .partnership__claster-title {
    display: none;
  }
  .partnership__box-title_mobile {
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 20px;
    width: 100%;
  }
  .partnership__image {
    display: block;
  }
}
.advantages-popap {
  font-family: "SF Pro Display", sans-serif;
}

.popup-section {
  height: 1200px;
  padding-top: 40px;
}

.autorization-popup {
  width: 100%;
  background: #F6F9FE;
  border-radius: 3px;
  padding: 60px 0;
  margin: 0 auto;
}

.advantages-popup__close-element {
  width: 16px;
  height: 16px;
}

.advantages-popap__wrapper {
  width: 100%;
  max-width: 270px;
  margin: 0 auto;
}
.advantages-popap__wrapper .logo {
  display: block;
  margin: 0 auto;
  width: 100px;
  margin-bottom: 20px;
}
.advantages-popap__wrapper .logo img {
  width: 100%;
  display: block;
}

.title_popapp {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
}

.advantages-popap__subtitle {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 14px;
  color: #324153;
}
.advantages-popap__subtitle a {
  color: #324153;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
}

.input-form-conteiner {
  width: 100%;
  margin-bottom: 15px;
}

.input-form-conteiner__title {
  font-size: 14px;
  margin-bottom: 3px;
  font-weight: normal;
}

.input-form-conteiner__claster {
  background: #fff;
  border-radius: 2px;
  border: 1px solid #EEF2F7;
}

.input-form-conteiner__input {
  padding: 10px;
  font-size: 13px;
  background: #fff;
  color: #324153;
  width: 100%;
  background: #EEF2F7;
  border-radius: 2px;
  border: solid 1px #EEF2F7;
  line-height: 17px;
}
.input-form-conteiner__input::-moz-placeholder {
  color: #324153;
}
.input-form-conteiner__input::placeholder {
  color: #324153;
}

.select-country {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.input-form-conteiner__claster_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.select-country {
  width: 105px;
  padding: 10px;
  border-right: solid 1px #EEF2F7;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.select-country:before {
  width: 16px;
  height: 16px;
  position: absolute;
  content: "";
  background: url("/assets/front/img/_src/select-ar.png") no-repeat;
  background-size: cover;
  background-position: center;
  right: 5px;
}

.select-country__option {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 10px;
  border-right: solid 1px #EEF2F7;
}
.select-country__option p {
  font-size: 13px;
  color: #05182E;
  padding-left: 10px;
}

.input-form-conteiner__img-country {
  width: 22px;
}
.input-form-conteiner__img-country img {
  width: 100%;
  display: block;
}

.input-form-conteiner__change-viev-pass {
  width: 16px;
  display: block;
}
.input-form-conteiner__change-viev-pass svg {
  width: 100%;
  display: block;
  cursor: pointer;
}
.input-form-conteiner__change-viev-pass svg path {
  transition: all ease 0.3s;
}
.input-form-conteiner__change-viev-pass svg:hover path {
  fill: #1565C0;
  transition: all ease 0.3s;
}

.input-form-conteiner__claster_pass {
  padding-right: 10px;
}
.input-form-conteiner__claster_pass .input-form-conteiner__input {
  width: calc(100% - 16px);
}

.input-form-conteiner__subtitle {
  font-size: 12px;
  padding-top: 3px;
  color: #768A9E;
}

.forgot-pass-btn {
  cursor: pointer;
}

.advantages-popap__btn-conteiner .btn1 {
  padding: 12px;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.advantages-popap__form {
  margin-top: 20px;
}

.advantages-popap__form .input-form-conteiner__input {
  background: #fff;
  border: none;
}

.registr-business__wrapper {
  padding: 0 50px;
}
.registr-business__wrapper .advantages-popap__form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.registr-business__wrapper .advantages-popap__form .input-form-conteiner__claster {
  background: unset;
}
.registr-business__wrapper .input-form-conteiner {
  width: calc(50% - 15px);
}
.registr-business__wrapper .input-form-conteiner__textarea-box {
  width: 100%;
}

.advantages-popap__btn-conteiner_business .btn1 {
  padding: 12px 70px;
}

.input-form-conteiner__textarea-box {
  width: 100%;
}
.input-form-conteiner__textarea-box .input-form-conteiner__textarea {
  width: 100%;
  height: 170px;
  font-family: "SF Pro Display", sans-serif;
  padding: 10px;
  resize: none;
  border: none;
  font-size: 14px;
  background: #fff;
  color: #324153;
}
.input-form-conteiner__textarea-box .input-form-conteiner__textarea::-moz-placeholder {
  color: #324153;
}
.input-form-conteiner__textarea-box .input-form-conteiner__textarea::placeholder {
  color: #324153;
}

.advantages-popap__type-company {
  width: 100%;
  margin-bottom: 15px;
}
.advantages-popap__type-company .catalog__filtr__filtr-element {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.advantages-popap__type-company .catalog__filtr__filtr-element .checkbox {
  margin-top: 5px;
  margin-bottom: 0;
}

.up-popup {
  width: 411px;
  border: solid 1px #009b3a;
  padding: 0;
  padding-bottom: 25px;
}
.up-popup .vip-popup__header {
  background: #009b3a;
}

.vip-popup {
  width: 411px;
  border: solid 1px #1565C0;
  padding: 0;
  padding-bottom: 25px;
}

.premium-popup {
  width: 411px;
  border: solid 1px #d4af37;
  padding: 0;
  padding-bottom: 25px;
}
.premium-popup .vip-popup__header {
  background: #d4af37;
}

.advantages-popap__wrapper-vip {
  width: 100%;
}

.vip-popup__header {
  width: 100%;
  background: #1565C0;
  padding: 27px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.vip-popup__header svg {
  width: 28px;
  height: 28px;
}
.vip-popup__header svg path {
  fill: #fff;
}
.vip-popup__header span {
  width: 28px;
  height: 28px;
}
.vip-popup__header span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.vip-popup__header h2 {
  font-size: 27px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}

.vip-popup__subtitle {
  padding: 25px 30px;
  color: #768A9E;
  font-size: 14px;
  line-height: 1.5;
}

.vip-popup__info {
  padding: 16px;
  text-align: center;
  background: #F6F9FE;
}
.vip-popup__info p {
  font-size: 14px;
  color: #05182E;
  margin-bottom: 8px;
}
.vip-popup__info span {
  font-size: 14px;
  font-weight: 500;
  color: #1565C0;
}

.vip-popup__radio-wrapper {
  padding: 20px 30px;
  padding-bottom: 10px;
}
.vip-popup__radio-wrapper .custom-radio {
  display: flex;
  align-items: center;
}

.vip-popup__divider {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 1px;
  height: 15px;
  background-color: #eaebf2;
}
.vip-popup__divider::before {
  content: unset !important;
}

.vip-popup__label {
  min-width: 134px;
  margin-right: 30px;
  text-align: center;
  display: block;
  line-height: 18px;
  padding: 5px 10px 7px;
  border-radius: 20px;
  background: #ffe6e5;
  font-size: 15px;
  color: #ff586d;
}
.vip-popup__label::before {
  content: unset !important;
}

.vip-popup__terminal-line {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.vip-popup__terminal-line a {
  display: inline-block;
  margin-left: 7px;
  color: #1565C0;
  text-decoration: underline;
  font-size: 14px;
}

.vip-popup__terminal-ic {
  width: 20px;
}
.vip-popup__terminal-ic img {
  width: 100%;
  display: block;
}

.vip-popup__btn-wrapper {
  padding: 0 30px;
}

.vip-popup__license {
  margin-top: 15px;
  font-size: 14px;
  color: #768A9E;
  padding: 0 25px;
  text-align: center;
}
.vip-popup__license a {
  color: #768A9E;
  text-decoration: underline;
}
.vip-popup__license a:hover {
  color: #1565C0;
}

.report-popap {
  width: 300px;
  padding: 0;
  border-radius: 10px;
}

.report-popap__header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EEF2F7;
}
.report-popap__header h4 {
  font-weight: 600;
  font-size: 20px;
  margin-left: 20px;
}

.report-popap__image {
  width: 24px;
}
.report-popap__image img {
  width: 100%;
  display: block;
}

.report-popap__content {
  width: 100%;
  padding: 20px;
}
.report-popap__content .radio {
  margin-bottom: 15px;
}

.report-popap__title {
  font-size: 14px;
  margin-bottom: 16px;
}

.report-popup__coment-box {
  width: 100%;
  margin-bottom: 15px;
}
.report-popup__coment-box textarea {
  width: 100%;
  resize: none;
  height: 80px;
  padding: 10px;
  border-radius: 3px;
  border: none;
  background: #F6F9FE;
}

.vip-popup__link {
  display: block;
  width: 100%;
  text-align: left;
  margin: 10px 0;
  font-size: 14px;
  color: #0D417B;
}

.report-popup {
  padding-bottom: 0;
}
.report-popup .vip-popup__subtitle {
  padding: 0;
  text-align: center;
  font-size: 19px;
  color: #fff;
}
.report-popup .vip-popup__content {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  overflow: hidden;
}
.report-popup .input-main.main-search__select-element {
  width: 100%;
}
.report-popup .input-main.main-search__select-element .input-main__prise-inp {
  width: 100%;
}

.edit-popup {
  padding-bottom: 0;
}
.edit-popup .vip-popup__subtitle {
  padding: 0;
  text-align: center;
  font-size: 19px;
  color: #fff;
}
.edit-popup .vip-popup__content {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  overflow: hidden;
}
.edit-popup .input-main.main-search__select-element {
  width: 100%;
}
.edit-popup .input-main.main-search__select-element .input-main__prise-inp {
  width: 100%;
}

.delete-image {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.delete-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.delete-popup {
  padding-bottom: 0;
  border-color: rgb(201, 23, 29);
}
.delete-popup .vip-popup__header {
  background: rgb(201, 23, 29);
}
.delete-popup .btn1 {
  border-color: rgb(201, 23, 29);
  color: rgb(201, 23, 29);
}
.delete-popup .vip-popup__subtitle {
  padding: 0;
  text-align: center;
  font-size: 19px;
  color: #fff;
}
.delete-popup .vip-popup__info span {
  color: rgb(201, 23, 29);
}
.delete-popup .vip-popup__content {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  overflow: hidden;
}
.delete-popup .input-main.main-search__select-element {
  width: 100%;
}
.delete-popup .input-main.main-search__select-element .input-main__prise-inp {
  width: 100%;
}

.popup-bonus {
  padding: 20px 30px;
}

.popup-bonus-badge {
  width: 100%;
  padding: 10px 15px;
  border-radius: 7px;
  background: #F6F9FE;
  position: relative;
}
.popup-bonus-badge__label {
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 7px;
  border-radius: 0 7px;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.55px;
  text-transform: uppercase;
  background: rgb(255, 61, 0);
}
.popup-bonus-badge__label--vip {
  background: rgb(255, 61, 0);
}
.popup-bonus-badge__label--premium {
  background: rgb(255, 193, 7);
}
.popup-bonus-badge__row {
  display: flex;
  align-items: center;
  gap: 5px;
}
.popup-bonus-badge__title {
  width: 60px;
  font-size: 14px;
  color: rgb(141, 148, 173);
}
.popup-bonus-badge__value {
  display: flex;
  align-items: center;
  line-height: 13px;
  color: rgb(33, 44, 58);
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  gap: 3px;
  padding: 5px 7px;
  border-radius: 30px;
}
.popup-bonus-badge__value--crossed {
  text-decoration: line-through;
}
.popup-bonus-badge__value--label {
  letter-spacing: 0.55px;
  text-transform: uppercase;
  background-color: rgb(255, 255, 255);
  color: rgb(33, 44, 58);
}
.popup-bonus-badge__icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-bonus-badge__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cart-main-info__conteiner {
  position: relative;
}

.cart-main-info__body-info_account {
  min-height: 700px;
}

.ads-sitebar_user-account .catalog__filt-baner-conteiner {
  padding-top: 0;
  margin-top: 0;
}

.aside__cabinet {
  position: sticky;
  top: 20px;
  transition: all ease 0.3s;
}
.aside__cabinet .user-account-nav {
  width: 100%;
}
.aside__cabinet .catalog__filt-baner-conteiner {
  padding-top: 0;
  margin-top: 0;
}

.ads-sitebar_user-account_fixed-nav-bar {
  position: fixed;
  top: 30px;
}

.user-main-info {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.user-main-info__info-conteiner {
  width: 325px;
  margin-right: 35px;
}

.balans-ads {
  width: 250px;
  padding: 20px 30px;
  border-radius: 3px;
  background: #F6F9FE;
}

.balans-ads__title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.balans-ads__list li {
  margin-bottom: 5px;
}
.balans-ads__list li p {
  font-size: 14px;
}
.balans-ads__list li p b {
  font-size: 22px;
  font-weight: 500;
}

.balans-ads__btn-box {
  padding-top: 20px;
}
.balans-ads__btn-box .btn1 {
  width: 100%;
  text-align: center;
  padding: 12px;
  margin-top: 20px;
}

.input-user-box {
  display: flex;
  align-items: center;
  background: #F6F9FE;
  border-radius: 2px;
  padding: 10px;
  border: 1px solid rgb(227, 234, 242);
}
.input-user-box p {
  font-size: 14px;
  color: #768A9E;
}
.input-user-box input {
  font-size: 14px;
  color: #324153;
  border: none;
  background: none;
  width: auto;
  padding-left: 15px;
}

.user-main-info__input-user-box {
  margin-bottom: 15px;
}

.user-main-info__inp-info .input-form-conteiner__title {
  color: #768A9E;
}

.user-main-info__checbox-conteiner {
  margin-top: -11px;
  margin-bottom: 25px;
}

.control-bt-conteiner__box {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
}
.control-bt-conteiner__box:hover .control-bt-conteiner__title {
  color: #0D417B;
  transition: all ease 0.3s;
}
.control-bt-conteiner__box:hover svg path {
  fill: #0D417B;
  transition: all ease 0.3s;
}

.control-bt-conteiner__icon {
  width: 24px;
}
.control-bt-conteiner__icon svg {
  width: 100%;
  display: block;
}
.control-bt-conteiner__icon svg path {
  transition: all ease 0.3s;
}

.control-bt-conteiner__title {
  font-size: 14px;
  font-weight: 500;
  color: #768A9E;
  padding-left: 10px;
  transition: all ease 0.3s;
}

.user-account-ads {
  padding: 30px 0;
}

.user-account-ads__title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}

.ads-body__conteiner {
  padding-top: 0;
}

.card-box-user__line-data {
  display: flex;
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 10px;
}
.card-box-user__line-data .card-box__date {
  padding: 0;
  font-size: 11px;
}
.card-box-user__line-data .card-box__date b {
  font-weight: normal;
  color: #768A9E;
}

.card-box-user__prise-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-box-user__viev {
  display: flex;
  align-items: center;
  padding-bottom: 4px;
}
.card-box-user__viev svg {
  width: 24px;
  margin-right: 10px;
  display: block;
}
.card-box-user__viev p {
  font-size: 14px;
  color: #324153;
}

.card-box-user__controls-conteiner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.controls-box-ads {
  display: flex;
  width: 45%;
  align-items: center;
  margin-top: 6px;
  cursor: pointer;
}
.controls-box-ads p {
  padding-left: 6px;
  font-size: 12px;
  font-weight: 500;
  color: #0D417B;
}

.controls-box-ads__icon {
  width: 16px;
}
.controls-box-ads__icon img {
  width: 100%;
  display: block;
}

.controls-box-ads_remove-style p {
  color: #768A9E;
}

.card-box-user__add-ads {
  background: url("/assets/front/img/car1.png") no-repeat;
  background-size: contain;
  background-position: center;
  min-height: 400px;
  max-height: 100%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-box-user__add-ads-conteiner {
  width: 140px;
  text-align: center;
}
.card-box-user__add-ads-conteiner svg {
  margin: 0 auto;
  width: 20px;
  height: 20px;
}
.card-box-user__add-ads-conteiner p {
  font-size: 12px;
  font-weight: 500;
  color: #768A9E;
}

.card-box-user {
  min-height: 300px;
}
.card-box-user .ads-namber-box__image-num {
  padding: 45px 5px;
  display: block;
}

.save-info {
  width: 100%;
  margin-top: 25px;
}

.load-more-ads {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.user-account-content {
  width: 100%;
  padding-right: 0;
}
.user-account-content .ads-body__conteiner .card-box {
  background: #edf1f7;
  width: calc(25% - 10px);
}

.user-account-ads__ads-line .ads-namber-box {
  width: calc((100% - 40px) / 4);
  margin: 0 5px 10px 5px;
}
.user-account-ads__ads-line .ads-namber-box .ads-namber-box__image-num {
  max-width: 180px;
}
.user-account-ads__ads-line .ads-namber-box .ads_image {
  height: -moz-fit-content;
  height: fit-content;
}

.badge {
  padding: 20px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  background: #0D417B;
}

.bg-info {
  background: #eef7fb;
  color: #788392;
}

.bg-warning {
  background: #f3e5d7;
}

.ads-buy-conteiner {
  width: 580px;
}

.ads-buy-conteiner__box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
  border: solid 1px #EEF2F7;
  margin-bottom: 10px;
  background: #fff;
  transition: all ease 0.3s;
  border-radius: 3px;
}
.ads-buy-conteiner__box:hover {
  box-shadow: 0px 6px 16px rgba(59, 59, 72, 0.16);
  transition: all ease 0.3s;
}

.ads-buy-conteiner__element-box {
  width: 160px;
  font-size: 14px;
}

.ads-buy-conteiner__claster {
  padding-top: 10px;
}

.user-main-info_buy-ads {
  align-items: flex-start;
  padding-right: 40px;
}

.ads-byu-main-sec {
  padding-bottom: 40px;
}

.ads-buy-info-sec {
  padding-bottom: 80px;
}
.ads-buy-info-sec .general-conteiner {
  display: flex;
  align-items: flex-start;
}

.ads-buy-info-sec__text {
  width: 580px;
  margin-right: 70px;
}
.ads-buy-info-sec__text p {
  font-size: 14px;
  line-height: 1.5;
}
.ads-buy-info-sec__text h4 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}

.baner-vip {
  width: 467px;
  background: #1565C0;
  box-shadow: 0px 10px 40px rgba(8, 36, 69, 0.2);
  border-radius: 3px;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.baner-vip__icon {
  width: 115px;
}
.baner-vip__icon img {
  width: 100%;
  display: block;
}

.baner-vip__text {
  width: calc(100% - 115px);
  padding-right: 15px;
}

.baner-vip__title {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
}

.baner-vip__description {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  margin: 10px 0;
  padding-right: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}

.baner-vip__subtitle {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.conteiner-add-number__title {
  font-size: 14px;
  color: #05182E;
  margin-bottom: 20px;
}

.conteiner-add-number__line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.conteiner-add-number__line .catalog__filtr__filtr-element {
  width: auto;
  margin-right: 20px;
  width: 200px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.filtr-element__select_input {
  width: 100%;
  display: flex;
  align-items: center;
  background: #EEF2F7;
}
.filtr-element__select_input .full-select {
  width: 35%;
}
.filtr-element__select_input input {
  width: 65%;
  border: none;
  background: none;
  padding: 5px 11px;
  border-right: solid 1px #768A9E;
}

.select-num {
  padding-top: 20px;
  padding-bottom: 40px;
}

.select-num__conteiner {
  width: calc(100% + 20px);
  margin-left: -10px;
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
}

.select-num__box {
  width: calc(33.333% - 20px);
  margin: 0 10px;
  margin-bottom: 20px;
  border: 1px solid #EEF2F7;
  background: #fff;
  height: 226px;
  padding: 20px;
}
.select-num__box img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.select-num__box_activ {
  border: 1px solid #0D417B;
}

.select-type-num {
  padding-bottom: 40px;
}

.select-type-num__conteiner {
  width: 576px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 50px;
  padding-top: 10px;
}
.select-type-num__conteiner .custom-checkbox {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.select-type-num__conteiner .checkbox {
  width: 250px;
  margin-bottom: 20px;
}
.select-type-num__conteiner .checkbox .catalog-page__filtr-element-subtitle {
  color: #768A9E;
}

.select-type-num__bt-line .btn1 {
  display: inline-block;
  margin-right: 65px;
}

.nam-input {
  width: 100%;
}

.cart-main-info__body-info_account {
  padding-right: 0;
  padding-left: 20px;
  width: calc(100% - 265px);
}

.user-account-nav__list li {
  border-radius: 3px;
  background: #F6F9FE;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #EEF2F7;
}
.user-account-nav__list li a {
  color: #05182E;
  padding: 20px 30px;
  width: 100%;
  display: block;
}
.user-account-nav__list li .user-account-nav__sub-meny {
  padding-top: 5px;
  padding-bottom: 5px;
  display: none;
  border-bottom: none;
  background: #F6F9FE;
}
.user-account-nav__list li .user-account-nav__sub-meny li {
  border-radius: 0;
  border: none;
}
.user-account-nav__list li .user-account-nav__sub-meny li a {
  padding: 5px 30px;
  padding-left: 45px;
  position: relative;
  color: #324153;
}
.user-account-nav__list li .user-account-nav__sub-meny li a:before {
  width: 6px;
  height: 6px;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 10px;
  background: #324153;
  position: absolute;
  content: "";
}
.user-account-nav__list li .user-account-nav__sub-meny li.user-account-nav__activ {
  background: unset;
}
.user-account-nav__list li .user-account-nav__sub-meny li.user-account-nav__activ a {
  color: #0D417B;
  text-decoration: underline;
}
.user-account-nav__list .user-account-nav__activ {
  background: #0D417B;
}
.user-account-nav__list .user-account-nav__activ a {
  color: #fff;
}
.user-account-nav__list .user-account-nav__activ .user-account-nav__sub-meny {
  display: block;
}

.control-bt-conteiner_flex {
  padding-top: 10px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.user-account__reload-btn-conteiner {
  width: 100%;
  margin-top: 30px;
}

.banner-box {
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 20px;
  height: 260px;
  width: 740px;
  min-height: auto;
  position: relative;
}

.banner-box__close {
  position: absolute;
  width: 34px;
  min-height: 34px;
  border-radius: 100px;
  background: #fff;
  right: -17px;
  top: -17px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0px 6px 16px rgba(59, 59, 72, 0.16);
}

.banner-box__close:before {
  width: 16px;
  height: 16px;
  position: absolute;
  content: "";
  background-image: url("/assets/front/img/_src/close-ads.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner-box__image {
  width: 100%;
  height: 100%;
}

.banner-box__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.custom-file-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: #e8e8e8;
  color: #a9a9a9;
  text-align: center;
  cursor: pointer;
  width: 100%;
  max-width: 500px;
  height: 200px;
  margin-bottom: 10px;
}

.custom-file-banner input[type=file] {
  display: none;
}

.user-account-busines-claster .photo-conteiner-add__main-image-conteiner {
  width: 330px;
  height: 210px;
}
.user-account-busines-claster .user-acc-red-photo {
  margin-bottom: 20px;
}
.user-account-busines-claster .user-acc-red-photo .photo-conteiner-add__main-image-info {
  padding-left: 20px;
  padding-top: 20px;
}
.user-account-busines-claster .user-acc-red-photo .photo-conteiner-add__main-image-info .waring-text {
  width: 100%;
  position: static;
}

.catalog__filtr__filtr-element_dobl-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.catalog__filtr__filtr-element_dobl-title .filtr-element__select {
  display: block;
  width: calc(50% - 10px);
}
.catalog__filtr__filtr-element_dobl-title .filtr-element__select .range {
  width: 100%;
}
.catalog__filtr__filtr-element_dobl-title .filtr-element__select input {
  width: 100%;
  background: #eef2f7;
  border: solid 1px #eef2f7;
  border-radius: 3px;
  padding: 11px;
  font-size: 14px;
  color: #768a9e;
}

.acordeon-conteiner__separateV3 {
  width: 100%;
  margin-right: 100px;
}
.acordeon-conteiner__separateV3 .acordeon__color-checkbox {
  padding-bottom: 0;
}

.agreement {
  width: 100%;
  font-size: 14px;
  margin: 20px 0;
}

.acordeon-conteiner__claster-wrapper_flex-start {
  justify-content: flex-start;
}

.photo-conteiner-add__main-content {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 20px;
  border: 1px dashed #768a9e;
  padding: 15px;
}

.photo-conteiner-add__main-photo {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
.photo-conteiner-add__main-photo .cart-main-info__title-ul {
  width: 100%;
}

.photo-conteiner-add__main-image-conteiner {
  width: 480px;
  height: 390px;
  width: calc((100% - 40px) / 3);
  height: 300px;
  width: 146px;
  height: 120px;
  position: relative;
}
.photo-conteiner-add__main-image-conteiner .card-box-user__add-ads {
  min-height: auto;
  position: relative;
  width: 100%;
  height: calc(100% - 39px);
  height: 100%;
  margin: 0;
}

.photo-conteiner-add__main-image-info {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  z-index: 10;
  overflow: hidden;
}

.waring-text {
  display: flex;
  font-size: 13px;
  white-space: nowrap;
  z-index: 11;
  position: absolute;
  bottom: 8px;
}
.waring-text span {
  font-weight: 500;
  color: #0D417B;
}
.waring-text p {
  width: calc(100% - 60px);
  font-size: 12px;
}

.waring-image {
  width: 100%;
  max-width: 220px;
  overflow: hidden;
  margin-top: -15px;
  padding: 10px;
}
.waring-image img {
  width: 100%;
  display: block;
}

.other-photo-header {
  display: flex;
  justify-content: space-between;
}
.other-photo-header .box-redactor-text {
  width: 380px;
}

.other-photo-header__line {
  display: flex;
}

.other-photo-header__photo {
  margin-right: 60px;
}
.other-photo-header__photo span {
  height: 120px;
  display: block;
}
.other-photo-header__photo span img {
  height: 100%;
  width: auto;
  display: block;
}
.other-photo-header__photo p {
  text-align: center;
  font-size: 14px;
  margin-top: 3px;
}

.photo-conteiner-add__other-photo-conteiner {
  width: calc(100% + 20px);
  margin-left: -10px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 20px;
}
.photo-conteiner-add__other-photo-conteiner .card-box-user__add-ads {
  width: 125px;
  margin: 0 10px;
  margin-bottom: 20px;
  height: 125px;
  min-height: auto;
  background: #E3EAF2;
  position: relative;
}

.other-box {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 10px;
  margin-bottom: 20px;
  height: 125px;
  min-height: auto;
  position: relative;
}

.other-box__close {
  position: absolute;
  width: 34px;
  min-height: 34px;
  border-radius: 100px;
  background: #fff;
  right: -17px;
  top: -17px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0px 6px 16px rgba(59, 59, 72, 0.16);
}
.other-box__close:before {
  width: 16px;
  height: 16px;
  position: absolute;
  content: "";
  background: url("/assets/front/img/_src/close-ads.png") no-repeat;
  background-size: cover;
  background-position: center;
}

.other-box__image {
  width: 100%;
  height: 100%;
}
.other-box__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.vin-code-container {
  background-color: #F6F9FE;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  margin-top: 30px;
}
.vin-code-container .vin-check {
  background-color: #f3fafd;
  padding: 20px 15px 10px 40px;
}
.vin-code-container .vin-code-container__row {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.vin-code-container .vin-code-container__label {
  white-space: nowrap;
}
.vin-code-container .vin-code-container__input {
  width: 300px;
}
.vin-code-container .prompt_vin {
  position: relative;
}
.vin-code-container .prompt_vin__link {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
}
.vin-code-container .prompt_vin__link:hover ~ .view-prompt {
  opacity: 1;
  visibility: visible;
}
.vin-code-container .view-prompt {
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 380px;
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #f0f2fa;
  border-top: 3px solid #1e90ff;
  border-left: 0 none;
  position: absolute;
  right: 15px;
  top: 0;
  left: 0;
  margin-top: 30px;
  z-index: 1000;
  transition: padding 0.2s ease-out;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.vin-code-container .view-prompt::before {
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #1e90ff transparent;
  position: absolute;
  top: -10px;
  left: 130px;
  content: "";
}
.vin-code-container .notice--checked {
  background-color: #f3fafd;
}
.vin-code-container .notice {
  position: relative;
  padding: 15px;
  border-radius: 4px;
  background-color: #e5f4ff;
  font-size: 16px;
  line-height: 20px;
}
.vin-code-container .notice--icon .notice_head {
  display: table;
  width: 100%;
}
.vin-code-container .i-block {
  display: inline-block;
}
.vin-code-container .we-checking {
  font-size: 13px;
}
.vin-code-container .we-checking li {
  padding-top: 4px;
  display: flex;
  gap: 2px;
  align-items: center;
}
.vin-code-container .we-checking li::before {
  content: "✓";
  margin-top: -2px;
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  vertical-align: middle;
}
.vin-code-container .unstyle, .vin-code-container .unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}
.vin-code-container img {
  width: -moz-fit-content;
  width: fit-content;
  width: 100%;
  max-width: 200px;
  height: auto;
  vertical-align: middle;
  border: 0;
  overflow-clip-margin: content-box;
  overflow: clip;
}

.size16 {
  font-size: 16px;
}

.size13 {
  font-size: 13px;
}

.bold {
  font-weight: 700;
}

.photo-conteiner-add__video-input {
  width: 580px;
}

.photo-conteiner-add__video-player {
  padding-top: 40px;
}

.photo-conteiner-add__video-box {
  width: 470px;
  height: 370px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.photo-conteiner-add__video-box .card-box__play {
  width: 100px;
  right: auto;
  top: auto;
}
.photo-conteiner-add__video-box .card-box__play img {
  width: 100%;
  display: block;
}

.img-cideo-prev {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.acordeon-conteiner__description-conteiner {
  width: 600px;
  max-width: 100%;
  margin-top: 20px;
}
.acordeon-conteiner__description-conteiner textarea {
  width: 100%;
  border-radius: 3px;
  border: solid 1px #EEF2F7;
  padding: 12px 20px;
  resize: vertical;
  font-family: "SF Pro Display", sans-serif;
  font-size: 14px;
}

.ck.ck-content p.info-box {
  margin: unset !important;
  margin-bottom: 5px;
  line-height: 1.4;
  margin-block-start: unset;
  margin-block-end: unset;
  margin-inline-end: unset;
  margin-inline-start: unset;
}

.cke_contents .cke_editable {
  margin: 10px !important;
  background: red;
}
.cke_contents .cke_editable p {
  margin: unset !important;
  margin-bottom: 5px;
  line-height: 1.4;
  margin-block-start: unset;
  margin-block-end: unset;
  margin-inline-end: unset;
  margin-inline-start: unset;
}

.cke_top {
  border-bottom: unset !important;
  background: transparent !important;
  padding: unset !important;
}

.acordeon-conteiner__box-title {
  flex-wrap: wrap;
}

.input-form-conteiner__title_black {
  font-size: 20px;
  font-weight: 500;
  color: #05182E;
}

.line-haraceristics-add-car {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.filtr-element__input {
  width: 100%;
}
.filtr-element__input input {
  width: 100%;
  background: #eef2f7;
  border: solid 1px #eef2f7;
  border-radius: 3px;
  padding: 10px;
  font-size: 16px;
  color: #768a9e;
}

.line-haraceristics-add-car__col {
  width: 200px;
  margin-left: 65px;
}

.line-haraceristics-add-car__title {
  font-size: 22px;
  font-weight: 500;
  width: 100%;
  margin-bottom: 16px;
}

.select-type-ads {
  padding-top: 80px;
  padding-bottom: 80px;
}

.baner-vip__btn-line {
  margin-top: 30px;
}
.baner-vip__btn-line .btn1 {
  border: solid 1px #fff;
}

.select-type-ads_box {
  width: calc(50% - 10px);
  box-shadow: 0px 10px 30px rgba(46, 107, 146, 0.12);
}

.btn1 {
  cursor: pointer;
}

.select-type-ads__conteiner {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.select-type-ads_box_style {
  padding: 30px;
  background: #F6F9FE;
}
.select-type-ads_box_style .baner-vip__title {
  color: #05182E;
}
.select-type-ads_box_style .baner-vip__description {
  color: #324153;
  border-top: 1px solid #BFD1E5;
  border-bottom: 1px solid #BFD1E5;
}
.select-type-ads_box_style .baner-vip__subtitle {
  color: #05182E;
}
.select-type-ads_box_style .btn1 {
  border: solid 1px #1565C0;
}
.select-type-ads_box_style .baner-vip__text {
  width: 100%;
}

.add-car-staps {
  z-index: 100;
  padding: 30px 20px;
  border-radius: 3px;
  background: #F6F9FE;
  box-shadow: 0px 10px 30px rgba(46, 107, 146, 0.12);
}

.add-car-staps__title {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  padding: 0 100px;
  color: #0D417B;
}

.add-car-staps__staps-line {
  padding: 40px 0;
}

.staps-line-car-add {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.add-car-staps__btn-line {
  width: 100%;
  display: flex;
  justify-content: center;
}
.add-car-staps__btn-line .btn1 {
  margin: 0 30px;
  padding: 16px 40px;
}

.staps-line-car-add__wraper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.staps-line-car-add__title {
  width: 95px;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
}

.staps-line-car-add__line {
  width: calc(100% - 105px);
}

.staps-line-car-add__line-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.staps-line-car-add__staps-box {
  padding-left: 12px;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #768A9E;
  padding-top: 10px;
}
.staps-line-car-add__staps-box:before {
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background: #768A9E;
  position: absolute;
  content: "";
  left: 0;
}

.staps-line-car-add__staps-box_active {
  color: #1565C0;
}
.staps-line-car-add__staps-box_active:before {
  background: #1565C0;
}
.staps-line-car-add__staps-box_active:after {
  width: 10px;
  height: 10px;
  background: url("/assets/front/img/_src/check.png") no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
}

.staps-line-car-add__line-full {
  width: 100%;
  height: 2px;
  background: #EEF2F7;
  margin-bottom: 3px;
}

.staps-line-car-add__line-active {
  width: 0%;
  height: 100%;
  background: #1565C0;
  transition: all ease 0.3s;
}

.staps-line-car-add__staps-procent-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 5px;
}
.staps-line-car-add__staps-procent-line p {
  font-size: 14px;
  font-weight: 500;
  color: #05182E;
}

.activ-staps-procent {
  color: #1565C0;
  font-weight: 500;
  font-size: 14px;
  position: absolute;
  left: calc(30% - 20px);
  transition: all ease 0.3s;
}

.custom-file-upload {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-file-upload input[type=file] {
  display: none;
}

.card-box-user__add-ads-conteiner_big {
  width: 100px;
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  padding: 15px 0;
}

.file-image-add {
  width: 100%;
  height: 100%;
  position: relative;
}

.file-image-add__element {
  width: 100%;
  height: 100%;
}
.file-image-add__element img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.photo-conteiner-add__video-box .video-element {
  width: 100%;
  height: 100%;
}

.photo-conteiner-add__video-player {
  display: none;
}

.photo-conteiner-add__video-player_active {
  display: block;
}

.filtr-element__color-disc {
  position: relative;
}
.filtr-element__color-disc svg {
  cursor: pointer;
}

.activ-staps-procent {
  display: none;
}

.fixed-staps {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: all ease 0.6s;
}

.hide-fixed-bottom-bar {
  transform: translateY(100%);
}

.static-bottom-site-bar {
  transition: all ease 0.6s;
}

.show-static-bar {
  opacity: 1;
}

.add-car-sec-nev-desine .select2-selection--single {
  height: 37px;
  border: none;
}
.add-car-sec-nev-desine .acordeon-conteiner__claster {
  display: block;
}
.add-car-sec-nev-desine .cart-main-info__body-info {
  width: 100%;
  padding-right: 40px;
}
.add-car-sec-nev-desine .acordeon-conteiner__box-title {
  padding-right: 40px;
}
.add-car-sec-nev-desine select {
  border: none;
}

.main-search__input-conteiner {
  width: 100%;
}
.main-search__input-conteiner input {
  width: 100%;
  border: 1px solid #eef2f7;
  border-radius: 3px;
  background: #fff;
  color: #768a9e;
  font-size: 16px;
  padding: 8px;
  background: #F6F9FE;
}

.filtr-element__two-segment {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.filtr-element__segment {
  width: calc(50% - 10px);
}

.add-car-filtr-col {
  width: calc(25% - 20px);
}

.main-search__check-wrapper-add-car {
  width: 100%;
  padding-top: 33px;
  margin-bottom: 20px;
}

.filtr-element__select select {
  padding: 10px;
}

.photo-conteiner-add {
  width: 100%;
}

.line-haraceristics-add-car__row {
  width: 730px;
  margin-left: -25px;
  display: flex;
  flex-wrap: wrap;
}

.main-search__select-element_characteristicks-width {
  width: calc(33.333% - 50px);
  margin-left: 25px;
  margin-right: 25px;
}

.main-search__select-element_map-width {
  width: 100%;
}

.map-wrapper {
  width: calc(50% - 10px);
}
.map-wrapper #map3 {
  margin-bottom: 0;
}

.acordeon-conteiner__btn-row {
  display: flex;
  margin-top: 40px;
}
.acordeon-conteiner__btn-row .btn1 {
  min-width: 200px;
  max-width: 100%;
  margin-right: 30px;
}

.video-element {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.video-element iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: -100;
  opacity: 0;
}
.video-element video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: #000;
}

.video-element__prewievs {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.activ-video-play {
  opacity: 0;
}

.balans-ads_shop-car {
  min-height: 400px;
  width: calc(33.333% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 40px;
}

.user-account-busines-claster__rent-car-conteiner {
  border-top: 1px solid #eef2f7;
}
.user-account-busines-claster__rent-car-conteiner .ads-body__conteiner {
  width: 100%;
}
.user-account-busines-claster__rent-car-conteiner .ads-body__conteiner .card-box {
  width: calc((100% - 30px) / 3);
  background: #edf1f7;
}

.card-box-user__rent-car .card-box-user__prise-line {
  justify-content: flex-end;
}
.card-box-user__rent-car .ads_image {
  height: 200px;
}
.card-box-user__rent-car .rent-car__day__line a {
  font-size: 12px;
}
.card-box-user__rent-car .rent-car__dayprise__line a {
  font-size: 12px;
}
.card-box-user__rent-car .rent-car__day h5 {
  font-size: 14px;
}
.card-box-user__rent-car .rent-car__dayprise h5 {
  font-size: 14px;
}
.card-box-user__rent-car .card-box-user__viev p {
  font-size: 14px;
}

.rent-car__baners {
  width: 100%;
  max-height: 250px;
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
}
.rent-car__baners img {
  width: 100%;
  max-height: 100%;
  display: block;
}

.information-about-company__info-box {
  width: 100%;
}
.information-about-company__info-box span {
  font-size: 14px;
  line-height: 22px;
  color: #768A9E;
  margin-bottom: 5px;
  display: block;
}
.information-about-company__info-box p {
  font-size: 14px;
  line-height: 22px;
  color: #05182E;
  width: 100%;
}
.information-about-company__info-box ul li {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 22px;
  color: #05182E;
}
.information-about-company__info-box ul li a {
  color: #05182E;
}

.information-about-company__info-line {
  margin-bottom: 20px;
}

.information-about-company__info-line-V2 {
  width: 100%;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.information-about-company__info-line-V2 .information-about-company__info-box {
  width: -moz-fit-content;
  width: fit-content;
  flex: 1;
}
.information-about-company__info-line-V2 .information-about-company__info-box-V2 {
  width: -moz-fit-content;
  width: fit-content;
  flex: 2;
}
.information-about-company__info-line-V2 .information-about-company__info-box-V2 span {
  width: -moz-min-content;
  width: min-content;
  white-space: nowrap;
}

.information-about-company__info-claster {
  width: 100%;
  max-width: 600px;
}

.qurient-link {
  color: #05182E;
  font-size: 14px;
  margin-bottom: 5px;
  text-decoration: underline;
  width: 100%;
}

.controls-box-ads_redact-user-profile {
  width: 100%;
  margin-top: 15px;
}

.acordeon-conteiner__main-photo-claster {
  padding-bottom: 30px;
}

.acordeon-conteiner__other-photo-conteiner {
  padding-bottom: 30px;
}
.acordeon-conteiner__other-photo-conteiner .photo-conteiner-add__other-photo-conteiner {
  padding-top: 0;
  padding-bottom: 0;
  margin-left: -10px;
}

.activ-acordeon .acordeon-element__claster {
  display: block;
}

.acordeon-conteiner__logo-conteiner {
  margin-bottom: 30px;
}

.acordeon-conteiner__logo-image {
  width: 180px;
}
.acordeon-conteiner__logo-image img {
  width: 100%;
  display: block;
}

.redact-info-subtitle {
  margin-bottom: 30px;
  font-size: 14px;
  color: #0D417B;
  width: 100%;
}

.information-about-company__redact-claster {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 40px;
}

.information-about-company__main-info-redact {
  width: calc(100% - 220px);
  padding-right: 25px;
}

.information-about-company__dop-info-redact {
  width: 220px;
}

.main-info-redact__flex-line-V1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.main-info-redact__flex-line-V1 .input-form-conteiner {
  width: calc(50% - 10px);
}

.main-info-redact__flex-line-V2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-info-redact__flex-line-V2 .input-form-conteiner {
  width: calc(33.333% - 10px);
}

.main-info-redact__title-flex-line {
  width: 100%;
  font-size: 14px;
  color: #768A9E;
  margin-bottom: 15px;
  font-weight: normal;
}

.select-form-conteiner {
  margin-bottom: 15px;
  width: 100%;
}
.select-form-conteiner select {
  width: 100%;
  padding: 10px;
  border: solid 1px #e3eaf2;
  font-size: 14px;
  background: #fff;
  color: #324153;
  width: 100%;
}

.select-form-conteiner__title {
  font-size: 14px;
  margin-bottom: 3px;
  font-weight: 400;
  color: #768A9E;
}

.input-form-conteiner__check-box-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 6px;
}
.input-form-conteiner__check-box-row .checkbox span {
  font-size: 14px;
}

.btn-add-del {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.btn-add-del span {
  font-size: 14px;
  margin-left: 10px;
  font-weight: 500;
  color: #05182E;
}

.btn-add-del__icon {
  width: 20px;
}
.btn-add-del__icon img {
  width: 100%;
  display: block;
}

.del-phone {
  display: none;
}

.new-phone-element {
  position: relative;
}
.new-phone-element .del-phone {
  display: flex;
  position: absolute;
  top: 14px;
  right: -30px;
}

.box-redactor-text {
  width: 100%;
}
.box-redactor-text .acordeon-conteiner__description-conteiner {
  width: 100%;
}
.box-redactor-text textarea {
  width: 100%;
}

.box-redactor-text__checbox-advantages {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 600px;
}
.box-redactor-text__checbox-advantages .checkbox {
  width: 50%;
}

.add-more-location__row {
  width: 100%;
  display: flex;
  align-items: center;
}

.add-more-location__big-select {
  width: 400px;
}

.add-more-location__small-select {
  width: 145px;
  margin-left: 70px;
}

.del-location {
  margin-left: 20px;
  margin-bottom: 10px;
}

.acordeon-conteiner__add-more-location {
  padding-bottom: 30px;
}

.del-location {
  display: none;
}

.new-location-element .del-location {
  display: flex;
}

.save-btn-line {
  margin-top: 60px;
}

.acordeon-conteiner__other-photo-conteiner {
  width: 100%;
}

.acordeon-conteiner__baner-claster {
  width: 100%;
}

.acordeon-conteiner__photo-claster {
  width: 100%;
}

.user-acc-red-photo .photo-conteiner-add__main-image-info {
  position: relative;
  width: calc(100% - 480px);
  padding-left: 40px;
  padding-top: 40px;
}

.logo-redact-claster {
  margin-bottom: 30px;
}
.logo-redact-claster .card-box-user__add-ads {
  width: 200px;
  height: 200px;
  background: #edf1f7;
}
.logo-redact-claster .card-box-user__add-ads-conteiner_big {
  width: auto;
  height: auto;
  background: none;
}
.logo-redact-claster .file-image-add {
  max-width: 200px;
  max-height: 200px;
  min-height: 120px;
}

.other-photo__user .other-box {
  width: calc(25% - 20px);
  height: 140px;
}
.other-photo__user .card-box-user__add-ads {
  width: calc(25% - 20px);
  height: 140px;
}

.services-container__element {
  margin-bottom: 15px;
}

.services-container__element-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.services-container__element-header span {
  width: 25px;
  display: block;
}
.services-container__element-header span img {
  width: 100%;
  display: block;
}
.services-container__element-header h5 {
  font-size: 22px;
  font-weight: 500;
  margin-left: 20px;
}

.services-container_-element-body {
  padding-left: 45px;
}
.services-container_-element-body .acordeon-conteiner__link-conteiner li {
  margin-bottom: 10px;
}

.brands_redact__list-brands {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.brands_redact__list-brands .checkbox {
  width: 20%;
  padding-right: 20px;
  margin-bottom: 10px;
}

.acordeon-conteiner__brends_redact {
  max-width: 100%;
  width: 100%;
}

.services-container_redact {
  display: block;
  width: 100%;
  padding-right: 90px;
}
.services-container_redact .cart-main-info__title {
  font-size: 22px;
  color: #324153;
  font-weight: 500;
}
.services-container_redact .acordeon-conteiner__box-title {
  padding: 14px;
}
.services-container_redact .acordeon-conteiner__box {
  border: 1px solid #EEF2F7;
  margin-bottom: 5px;
}
.services-container_redact .acordeon-conteiner__box__nam-element {
  left: -30px;
  top: 18px;
}

.checkbox-direction-redact {
  padding-right: 40px;
  padding-left: 14px;
}

.direction-auto-store .acordeon-conteiner__box__nam-element {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 21px;
}

.conditions-rent-cars {
  width: 630px;
}

.conditions-rent-cars__line {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.conditions-rent-cars__val-conteiner-V2 {
  width: 250px;
  display: flex;
  justify-content: space-between;
}
.conditions-rent-cars__val-conteiner-V2 .filtr-element__input {
  width: 143px;
}
.conditions-rent-cars__val-conteiner-V2 .filtr-element__select {
  width: 88px;
}

.conditions-rent-cars__val-conteiner-V1 {
  width: 250px;
}

.conditions-rent-cars__title {
  width: calc(100% - 250px);
  padding-right: 20px;
  font-size: 14px;
}

.rent-car-price-list {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #EEF2F7;
}

.ent-car-price-list__table {
  margin-top: 15px;
}

.table-prise-rent {
  width: 500px;
  margin-bottom: 15px;
}

.table-prise-rent__line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
}

.table-prise-rent__element-V1 {
  width: 250px;
  display: flex;
  justify-content: space-between;
}

.table-prise-rent__element-V2 {
  width: 110px;
}
.table-prise-rent__element-V2 input {
  width: 100%;
  font-size: 14px;
  padding: 10px;
  border-radius: 3px;
  background: #F6F9FE;
  border: none;
}

.table-prise-rent__line_header {
  font-size: 14px;
  font-weight: 500;
}
.table-prise-rent__line_header .table-prise-rent__element-V2 {
  display: flex;
  align-items: center;
}
.table-prise-rent__line_header .table-prise-rent__element-V2 select {
  border: none;
  font-size: 14px;
  margin-left: 10px;
  font-weight: 500;
}

.table-prise-rent__val-box {
  width: calc(50% - 17px);
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 3px;
  background: #F6F9FE;
}
.table-prise-rent__val-box p {
  width: 26px;
  font-size: 14px;
  color: #768A9E;
}
.table-prise-rent__val-box input {
  width: calc(100% - 26px);
  padding-left: 15px;
  font-size: 14px;
  border: none;
  background: none;
}

.del-price-rent-car {
  position: absolute;
  right: -40px;
  display: none;
}

.new-rent-car-element .del-price-rent-car {
  display: block;
}

.simile-cars .simile-cars__main-title {
  width: 100%;
  max-width: 100%;
}

.simile-cars__conteiner {
  padding-top: 20px;
}

.simile-cars__header {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.simile-cars__header-btn {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.simile-cars__header-btn span {
  width: 24px;
}
.simile-cars__header-btn span svg {
  width: 100%;
  display: block;
}
.simile-cars__header-btn p {
  font-size: 14px;
  font-weight: 500;
  color: #0D417B;
  margin-left: 10px;
}

.simile-cars__row {
  width: 100%;
  padding: 40px 0;
  padding-right: 40px;
  display: flex;
  justify-content: space-between;
}

.simile-cars__box {
  width: calc(50% - 30px);
  display: flex;
  align-items: flex-start;
}

.simile-cars__image {
  width: 250px;
  height: 210px;
  display: block;
}
.simile-cars__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.simile-cars__info-about {
  width: calc(100% - 250px);
  padding-left: 20px;
}

.simile-cars__header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.simile-cars__title {
  width: calc(100% - 70px);
  padding-right: 10px;
  font-size: 20px;
}
.simile-cars__title a {
  color: #05182E;
  font-weight: 500;
}

.simile-cars__prise-list {
  margin-top: 20px;
  margin-bottom: 20px;
}

.prise-list-cars {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.prise-list-cars li {
  font-weight: 500;
}

.prise-list-cars__main {
  font-size: 20px;
  color: #1565C0;
}

.prise-list-cars__second {
  font-size: 14px;
  color: #05182E;
}

.prise-list-cars__last {
  font-size: 14px;
}

.simile-cars-acordeon__row {
  padding: 20px 0;
  border-top: 1px solid #EEF2F7;
  padding-right: 40px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.simile-cars-acordeon__row:first-child {
  border-top: none;
  padding-top: 0;
}

.simile-cars-acordeon__box {
  width: 50%;
  padding-right: 20px;
}
.simile-cars-acordeon__box h5 {
  font-size: 14px;
  font-weight: 400;
  color: #768A9E;
  margin-bottom: 5px;
}

.catalog-showroom {
  padding-bottom: 30px;
}

.catalog-showroom__ads-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}

.showroom-box {
  outline: 1px solid #EEF2F7;
  width: calc(50% - 5px);
  margin-bottom: 10px;
  display: flex;
  position: relative;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(10, 48, 92, 0.18), 0px 4px 8px rgba(10, 48, 92, 0.18);
  transition: outline 0.3s linear;
}
.showroom-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.showroom-box:hover {
  outline-color: #4285f4;
  outline-width: 2px;
}

.showroom-box__image {
  width: 150px;
  height: 150px;
}
.showroom-box__image img {
  width: 100%;
  height: 100%;
  padding: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.showroom-box__info-wrapper {
  width: calc(100% - 150px);
  height: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.showroom-box__title {
  font-size: 18px;
  font-weight: 500;
  color: #0D417B;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 0;
}
.showroom-box__title img {
  width: 20px;
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.showroom-box__title a {
  color: #0D417B;
  display: inline-block;
}

.showroom-box__verified {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
.showroom-box__verified__anons {
  position: absolute;
  width: 120px;
  background: #1565C0;
  box-shadow: 0px 2px 4px rgba(10, 48, 92, 0.18), 0px 4px 8px rgba(10, 48, 92, 0.18);
  border-radius: 100px;
  padding: 4px 0;
  left: -7px;
  top: -34px;
  display: none;
}
.showroom-box__verified__anons:before {
  position: absolute;
  width: 8px;
  height: 8px;
  content: "";
  background: url("/assets/front/img/_src/ar-anons.png") no-repeat;
  background-size: cover;
  background-position: center;
  left: 15px;
  bottom: -5px;
}
.showroom-box__verified__anons p {
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.showroom-box__verified:has(svg:hover) .showroom-box__verified__anons {
  display: block;
}
.showroom-box__verified svg {
  width: 24px;
  height: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}

.showroom-box__description {
  flex: 1;
  overflow: hidden;
  margin-top: 5px;
  width: 100%;
  font-size: 14px;
  line-height: 16px;
}
.showroom-box__description span, .showroom-box__description p, .showroom-box__description h2, .showroom-box__description h3, .showroom-box__description h4, .showroom-box__description h5, .showroom-box__description h6 {
  font-size: 14px;
  line-height: 16px;
}
.showroom-box__description > div {
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.showroom-box__contact-line {
  margin-top: unset;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.showroom-box__contact-line .cart-main-info__phone-conteiner {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  color: #324153;
  margin-bottom: unset;
  position: relative;
  z-index: 2;
}
.showroom-box__contact-line .cart-main-info__time-work {
  font-size: 12px;
  font-weight: 300;
  color: #324153;
  margin-bottom: unset;
  position: relative;
  padding-left: 15px;
}
.showroom-box__contact-line .cart-main-info__time-work:before {
  top: 50%;
  transform: translateY(-50%);
}
.showroom-box__contact-line .showroom-box__contact-phones {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}

@media screen and (max-width: 992px) {
  .showroom-box {
    width: 100%;
  }
  .showroom-box__image {
    width: 100px;
    height: 100px;
  }
  .showroom-box__info-wrapper {
    width: calc(100% - 100px);
    padding: 10px;
  }
  .showroom-box__title {
    font-size: 16px;
    gap: 5px;
  }
  .showroom-box__title img {
    width: 16px;
    height: 16px;
  }
  .showroom-box__description {
    margin-top: unset;
    font-size: 13px;
    line-height: 14px;
  }
  .showroom-box__description > div {
    -webkit-line-clamp: 2;
  }
  .showroom-box__contact-line .showroom-box__contact-phones {
    grid-template-columns: repeat(1, 1fr);
    gap: 4px;
  }
}
.catalog_sidebar_content {
  width: 265px;
  margin-bottom: 20px;
}

.catalog_sidebar_wrapper {
  width: 100%;
  background: #F6F9FE;
  padding: 12px;
  margin-bottom: 20px;
}

.catalog__my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

hr {
  background: #D7E0EA;
}

.catalog_sidebar_promo {
  display: block;
  margin-bottom: 8px;
  color: #212c3a;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.catalog_sidebar_description {
  padding: 0;
  display: block;
  display: -webkit-box;
  max-height: 100.8px;
  font-size: 12px;
  line-height: 14px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  margin-bottom: 8px;
  color: #8d94ad;
  font-weight: 400;
}

.catalog_sidebar_shop-count {
  color: #212c3a;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  text-decoration: underline;
}

.catalog_sidebar_header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 1px;
  min-height: 37px;
}
.catalog_sidebar_header.catalog_business_car_header {
  padding: 20px 10px;
  background: #fff;
}
.catalog_sidebar_header.catalog_business_car_header svg {
  transform: rotate(-90deg);
  width: 20px;
  height: 20px;
}
.catalog_sidebar_header.catalog_business_car_header .catalog_sidebar_header__logo {
  width: 60px;
  height: 60px;
}
.catalog_sidebar_header span {
  font-size: 18px;
  color: #05182E;
}
.catalog_sidebar_header__logo {
  display: block;
  width: 45px;
  height: 45px;
}
.catalog_sidebar_header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog_sidebar_header__content {
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.catalog_sidebar_header__content span {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.catalog_sidebar_header__content .small {
  font-size: 12px;
  font-weight: 400;
}
.catalog_sidebar_header__content .small svg {
  width: 12px;
  height: 12px;
}
.catalog_sidebar_header__verified {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
.catalog_sidebar_header__verified__text {
  position: absolute;
  width: 120px;
  background: #1565C0;
  box-shadow: 0px 2px 4px rgba(10, 48, 92, 0.18), 0px 4px 8px rgba(10, 48, 92, 0.18);
  border-radius: 100px;
  padding: 4px 0;
  left: -7px;
  top: -34px;
  display: none;
}
.catalog_sidebar_header__verified__text:before {
  position: absolute;
  width: 8px;
  height: 8px;
  content: "";
  background: url("/assets/front/img/_src/ar-anons.png") no-repeat;
  background-size: cover;
  background-position: center;
  left: 15px;
  bottom: -5px;
}
.catalog_sidebar_header__verified__text p {
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.catalog_sidebar_header__verified:has(svg:hover) .showroom-box__verified__anons {
  display: block;
}
.catalog_sidebar_header__verified svg {
  width: 24px;
  height: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}

.catalog_sidebar_price_container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 20px;
}
.catalog_sidebar_price_container .catalog_sidebar_price_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.catalog_sidebar_price_container .catalog_sidebar_price_box span {
  font-size: 20px;
  font-weight: 550;
  color: #1565C0;
}
.catalog_sidebar_price_container .catalog_sidebar_price_box span.catalog_sidebar_price_box__other, .catalog_sidebar_price_container .catalog_sidebar_price_box span.catalog_sidebar_price_box__other span {
  font-size: 14px;
  color: #768A9E;
}
.catalog_sidebar_price_container .catalog_sidebar_price_box .catalog_sidebar_conditions {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  position: absolute;
  right: 0;
  top: 0;
}
.catalog_sidebar_price_container .catalog_sidebar_price_box .catalog_sidebar_conditions__item {
  padding: 2px;
  border: 0.5px solid #D7E0EA;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 2px;
}
.catalog_sidebar_price_container .catalog_sidebar_price_box .catalog_sidebar_conditions__item span {
  font-size: 10px;
  color: #768A9E;
}

.catalog_sidebar_lists {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 10px;
  margin-bottom: 10px;
}
.catalog_sidebar_lists div {
  display: flex;
  gap: 5px;
}
.catalog_sidebar_lists div span:first-child {
  width: 14px;
  min-width: 14px;
  height: 14px;
  color: #0D417B;
}
.catalog_sidebar_lists div span:first-child img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog_sidebar_lists div span {
  font-size: 13px;
  font-weight: 350;
  line-height: 14px;
}

.catalog_sidebar_region_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.catalog_sidebar_region_container .catalog_sidebar_region {
  display: flex;
  align-items: center;
  gap: 3px;
}
.catalog_sidebar_region_container .catalog_sidebar_region__icon {
  width: 14px;
  height: 14px;
}
.catalog_sidebar_region_container .catalog_sidebar_region__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog_sidebar_region_container .catalog_sidebar_region__title {
  font-size: 14px;
  color: #324153;
}
.catalog_sidebar_region_container .catalog_sidebar_region__icons {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: flex-end;
  flex: 1;
}
.catalog_sidebar_region_container .catalog_sidebar_region__icons_item svg {
  display: block;
  width: 16px;
  height: 16px;
}

.catalog_sidebar_phone_container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.catalog_sidebar_phone_container input {
  visibility: hidden;
  position: absolute;
  height: 0;
  width: 0;
}
.catalog_sidebar_phone_container:has(input:checked) .catalog_sidebar_phone_button {
  display: none;
}
.catalog_sidebar_phone_container:has(input:checked) .catalog_sidebar_phone_block {
  display: flex;
}
.catalog_sidebar_phone_container:has(input:checked) .catalog_sidebar_warning {
  display: block;
}
.catalog_sidebar_phone_container .catalog_sidebar_phone_button {
  width: 100%;
  background: #36b555;
  border-color: #36b555;
  color: #fff;
  display: flex;
  align-items: center;
}
.catalog_sidebar_phone_container .catalog_sidebar_warning {
  display: none;
  width: 100%;
  position: relative;
  padding: 12px;
  font-size: 12px;
  line-height: 14px;
  color: #212c3a;
  border: 0.5px solid #ff586d;
  background-color: #ffe6e5;
  border-radius: 4px;
}
.catalog_sidebar_phone_container .catalog_sidebar_warning .attention {
  color: #ff586d;
}
.catalog_sidebar_phone_container .catalog_sidebar_warning__text {
  font-size: 12px;
  line-height: 14px;
  color: #212c3a;
}
.catalog_sidebar_phone_container .catalog_sidebar_phone_block {
  display: none;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
}
.catalog_sidebar_phone_container .catalog_sidebar_phone_block li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.catalog_sidebar_phone_container .catalog_sidebar_phone_block li a {
  position: relative;
  padding-left: 20px;
  font-weight: 600;
  color: #324153;
}
.catalog_sidebar_phone_container .catalog_sidebar_phone_block li a:first-child:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  content: "";
  background: url(/assets/front/img/_src/phone.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.catalog_sidebar_phone_container .catalog_sidebar_phone_block li a.whatsapp:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  content: "";
  background: url(/assets/front/img/_src/whatsapp.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.catalog_sidebar_actions {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: 10px;
}
.catalog_sidebar_actions button {
  height: 46px;
  border-color: #D7E0EA;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px;
  background: #EBF5FF;
}
.catalog_sidebar_actions button:hover {
  border-color: #1565C0;
}
.catalog_sidebar_actions button p {
  font-size: 12px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: flex-start;
}
.catalog_sidebar_actions button span {
  color: #4273AC;
  font-size: 9px;
  font-weight: 400;
}
.catalog_sidebar_actions button span:not(.catalog_sidebar_actions button span span) {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 2px;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}
.catalog_sidebar_actions button svg, .catalog_sidebar_actions button img {
  width: 16px;
  height: 16px;
}

@media only screen and (max-width: 992px) {
  .catalog_sidebar_content {
    width: 100%;
  }
  .catalog_sidebar_content .catalog_sidebar_wrapper {
    width: calc(100% + 20px);
    padding: 10px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .catalog_sidebar_content .catalog_sidebar_wrapper .catalog_sidebar_price_container, .catalog_sidebar_content .catalog_sidebar_wrapper .bt-page-autor {
    display: none;
  }
  .catalog_sidebar_actions, .cart-main-info__ul-info {
    padding: 0 10px;
  }
  .catalog_sidebar_actions button {
    padding: 6px;
  }
  .catalog_sidebar_actions button span {
    font-size: 12px;
  }
  .catalog_sidebar_actions button span:not(.catalog_sidebar_actions button span span) {
    font-size: 14px;
  }
  .catalog_sidebar_actions button svg, .catalog_sidebar_actions button img {
    width: 24px;
    height: 24px;
  }
}
.add-ads-no-regist-section {
  padding: 60px 0;
}

.add-ads-no-regist-section__row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.type-ads {
  width: calc(20% - 20px);
  background: #F6F9FE;
  padding: 30px 0;
  margin-bottom: 20px;
  cursor: pointer;
}

.type-ads__icon {
  width: 80px;
  margin: 0 auto;
  display: block;
}
.type-ads__icon img {
  width: 100%;
  opacity: 0.5;
  display: block;
}

.type-ads_activ {
  border: 1px solid #768a9e;
}
.type-ads_activ .type-ads__icon img {
  opacity: 1;
}

.type-ads__title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #768A9E;
  text-align: center;
  margin-top: 6px;
}
.type-ads__title span {
  display: block;
  width: 20px;
  margin: 0 10px;
  background: #768A9E;
  height: 1px;
}

.add-ads-no-regist-section__ads-info {
  margin: 0 auto;
  margin-top: 40px;
  width: 740px;
  background: #EBF5FF;
  padding-top: 40px;
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
}

.add-ads-no-regist-section__ads-wrapper {
  width: 450px;
}

.add-ads-no-regist-section__new-ads-title {
  font-size: 28px;
  font-weight: 600;
  color: #0D417B;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
.add-ads-no-regist-section__new-ads-title:before {
  width: 80px;
  height: 1px;
  background: #0D417B;
  content: "";
  position: absolute;
  left: calc(50% - 40px);
  bottom: -20px;
}

.add-ads-no-regist-section__new-ads-subtitle {
  text-align: center;
  border-bottom: solid 1px #768A9E;
  line-height: 1.5;
  padding-bottom: 20px;
}

.add-ads-no-regist-section__form {
  margin-top: 30px;
}

.add-ads-no-regist-section__form-title {
  text-align: center;
  margin-bottom: 40px;
}

.add-ads-no-regist-section__form-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.add-ads-no-regist-section__form-row .input-main__prise-inp {
  width: 235px;
}
.add-ads-no-regist-section__form-row .btn1 {
  width: 187px;
}

.all-toast-main-container {
  position: absolute;
  display: flex;
  flex-direction: column;
  right: -500px;
  transition: 1s;
  top: 20px;
  height: 1000px;
  z-index: 10000000000;
}

.toast-container-toggle {
  right: 20px;
}

.wt-toast-container {
  transition: 0.5s;
  width: 100%;
  min-height: 56px;
  display: flex;
  background: #F7F9FA;
  box-shadow: 0px 2px 8px -2px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  right: 0;
  transform: translateX(calc(100% + 8px));
  margin-bottom: 16px;
}
.wt-toast-container.show {
  transition: 0.5s;
  transform: translateX(0);
}
.wt-toast-container .success-color {
  color: #8DC63F;
}
.wt-toast-container .success-color-left-border {
  background-color: #8DC63F;
}
.wt-toast-container .failed-color {
  color: #ED1C24;
}
.wt-toast-container .failed-color-left-border {
  background-color: #ED1C24;
}
.wt-toast-container .warning-color {
  color: #E7C92C;
}
.wt-toast-container .warning-color-left-border {
  background-color: #E7C92C;
}
.wt-toast-container .info-color {
  color: #407BFF;
}
.wt-toast-container .info-color-left-border {
  background-color: #407BFF;
}
.wt-toast-container .toast-border-left {
  width: 8px;
  min-height: 56px;
  border-top-left-radius: 6%;
  border-bottom-left-radius: 6%;
}
.wt-toast-container .toast-content-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 4%;
  align-items: center;
}
.wt-toast-container .toast-content-container .toast-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
}
.wt-toast-container .toast-content-container .toast-content .toast-status-text {
  display: inline-block;
  margin-left: 5%;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 14px;
  line-height: 18px;
}
.wt-toast-container .toast-content-container .toast-close-btn-container {
  color: #DADADA;
  border: none;
  transform: matrix(1, 0, 0, -1, 0, 0);
  margin-right: 2%;
}
.wt-toast-container .toast-content-container .toast-close-btn-container .toast-close-btn {
  display: inline-block;
  padding: 85%;
  border: none;
  background: none;
}
.wt-toast-container .toast-content-container .toast-close-btn-container .toast-close-btn i {
  font-size: 22px;
  color: #DADADA;
}
.wt-toast-container .toast-toggle {
  right: 0px;
}

* {
  margin: 0;
  padding: 0;
}

.gallery-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.gallery-container .thumbnail-slider {
  padding: 12px;
  width: 126px;
}
.gallery-container .thumbnail-slider #upButton {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  cursor: pointer;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1215686275);
  width: 100%;
  border: none;
  border-radius: 4px 4px 0 0;
}
.gallery-container .thumbnail-slider #upButton .arrow-icon {
  transform: rotate(-90deg);
}
.gallery-container .thumbnail-slider #upButton:hover {
  background-color: rgba(0, 0, 0, 0.2392156863);
}
.gallery-container .thumbnail-slider #downButton {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  cursor: pointer;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1215686275);
  width: 100%;
  border: none;
  border-radius: 0 0 4px 4px;
}
.gallery-container .thumbnail-slider #downButton .arrow-icon {
  transform: rotate(90deg);
}
.gallery-container .thumbnail-slider #downButton:hover {
  background-color: rgba(0, 0, 0, 0.2392156863);
}
.gallery-container .thumbnail-slider .arrow-icon {
  width: 16px;
  height: 16px;
}
.gallery-container .thumbnail-images {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin: 5px 0;
  position: relative;
  height: calc(100vh - 82px);
  width: 100%;
  overflow: hidden;
  justify-content: start;
}
.gallery-container .thumbnail-images::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.gallery-container .thumbnail-container {
  position: relative;
  width: 100%;
  height: 78px;
  margin: 1px 0;
  cursor: pointer;
}
.gallery-container .thumbnail-container .thumb-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: black;
  opacity: 0;
  opacity: 0.1;
}
.gallery-container .thumbnail-container:hover img {
  border: 2px solid white;
  filter: brightness(1.5);
}
.gallery-container .thumbnail-container:hover .thumb-overlay {
  display: none !important;
}
.gallery-container .thumbnail-container .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  width: 24px;
  height: 24px;
}
.gallery-container .thumbnail-container .play-icon svg {
  width: 100%;
  height: 100%;
}
.gallery-container .thumbnail-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: border-color 0.2s ease-in-out;
  border: 2px solid rgba(0, 0, 0, 0.8);
}
.gallery-container .active-thumbnail {
  border: 2px solid white;
}

.gallery {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.gallery .prev {
  display: none;
  position: absolute;
  left: 0;
  z-index: 2;
  cursor: pointer;
  background-color: transparent;
  border: none;
  color: antiquewhite;
}
.gallery .prev img {
  width: 40px;
  height: 40px;
}
.gallery .next {
  display: none;
  position: absolute;
  right: 0;
  z-index: 2;
  cursor: pointer;
  background-color: transparent;
  border: none;
  color: antiquewhite;
}
.gallery .next img {
  width: 40px;
  height: 40px;
}
.gallery:hover .next,
.gallery:hover .prev {
  display: block;
}

.images {
  width: 100%;
  display: flex;
  overflow-x: hidden;
}
.images .image-container {
  position: relative;
  width: 100%;
  height: 505px;
  overflow: hidden;
}
.images .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: transform 0.4s ease-in-out;
}
.images .image-container .blurry-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  filter: blur(10px);
  transition: filter 0.3s ease-in-out;
  z-index: -1;
  opacity: 0.7;
}
.images .image-container:hover img {
  transform: scale(1.1);
}
.images .image-container .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  width: 64px;
  height: 64px;
}
.images .image-container .play-icon svg {
  width: 100%;
  height: 100%;
}

.image-youtube-container {
  position: relative;
}
.image-youtube-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.image-youtube-container .play-icon, .image-youtube-container .close-icon {
  position: absolute;
  top: 50% !important;
  right: 50% !important;
  transform: translate(50%, -50%);
  z-index: 1000;
  width: 64px !important;
  height: 64px !important;
}
.image-youtube-container .play-icon svg, .image-youtube-container .close-icon svg {
  width: 100%;
  height: 100%;
}
.image-youtube-container .play-icon.hidden, .image-youtube-container .close-icon.hidden {
  display: none;
}
.image-youtube-container .close-icon {
  top: 10px !important;
  right: 10px !important;
  transform: unset !important;
  z-index: 1002 !important;
  padding: 10px !important;
  background: #fff !important;
  border-radius: 10px !important;
  width: 42px !important;
  height: 42px !important;
}

.small-galleries {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 1px;
}
.small-galleries .small-gallery {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 1px;
  align-items: center;
}
.small-galleries .small-gallery .small-gallery-container {
  position: relative;
  flex: calc((100% - 5px) / 6);
  height: 75px;
  cursor: pointer;
}
.small-galleries .small-gallery .small-gallery-container .remaining-images {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  color: white;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.small-galleries .small-gallery .small-gallery-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.3s ease-in-out;
}
.small-galleries .small-gallery .small-gallery-container.hidden {
  display: none;
}
.small-galleries .small-gallery .small-gallery-container.active img {
  opacity: 1;
  filter: brightness(1.5);
}
.small-galleries .small-gallery .small-gallery-container .thumb-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: black;
  opacity: 0;
}
.small-galleries .small-gallery .small-gallery-container .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  width: 24px;
  height: 24px;
}
.small-galleries .small-gallery .small-gallery-container .play-icon svg {
  width: 100%;
  height: 100%;
}

/* Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: auto;
  background-image: none;
}
.modal.show {
  display: block;
}
.modal .modal-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: unset;
}
.modal .modal-footer .left {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.modal .modal-footer .left span {
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
  color: #fff;
}
.modal .modal-footer .left > span:last-child {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5607843137);
}
.modal .modal-footer .call-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #36b555;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal .modal-footer .call-btn svg {
  width: 32px;
}
.modal .modal-close-button {
  position: absolute;
  top: 24px;
  left: 20px;
  width: 22px;
  height: 22px;
  cursor: pointer;
  z-index: 1000;
  display: flex;
  align-items: center;
}
.modal .modal-close-button svg {
  width: 100%;
  height: 100%;
  color: #fff;
}
.modal .bookmark-button {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
}
.modal .bookmark-button svg {
  width: 20px;
  height: 20px;
}
.modal .close-button {
  cursor: pointer;
  font-size: 32px;
  z-index: 101;
  align-items: end;
  align-self: end;
}
.modal:has(.cart-main-info__big-slider--modal) .modal-content {
  justify-content: center;
  background-color: transparent !important;
}
.modal .cart-main-info__big-slider--modal {
  width: 100vw;
  min-height: 300px;
  position: static;
}
.modal .cart-main-info__big-slider--modal .slick-list {
  width: 100% !important;
  height: 100% !important;
}
.modal .cart-main-info__big-slider--modal .slick-slide {
  width: 100vw !important;
  max-height: 100vh !important;
}
.modal .cart-main-info__big-slider--modal .slick-slide img {
  width: 100%;
}
.modal .cart-main-info__big-slider--modal .image-container {
  display: inline-block;
  vertical-align: middle;
}
.modal .cart-main-info__big-slider--modal .slider__counter {
  width: -moz-min-content !important;
  width: min-content !important;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  pointer-events: none;
  padding: 5px;
  border-radius: 4px;
}

/* Modal */
.modal-active::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  filter: blur(10px);
}

.modal::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  filter: blur(10px);
}

.modal-container {
  position: relative;
  height: 100%;
}
.modal-container .contact-container {
  min-width: 280px;
  max-width: 280px;
  height: 100%;
  max-height: 100vh;
  display: flex;
  flex-direction: column;
  align-self: self-start;
  overflow: hidden;
}
@media (max-width: 1220px) {
  .modal-container .contact-container {
    max-width: 60px;
    min-width: 60px;
  }
  .modal-container .contact-container .contact-box {
    background-color: transparent;
  }
}
@media (max-width: 1220px) and (max-width: 1220px) {
  .modal-container .contact-container .contact-box .contact-body {
    display: none;
  }
}
.modal-container .contact-box, .modal-container .description-box {
  display: flex;
  flex-direction: column;
  background-color: #212121;
  color: white;
  border-radius: 4px;
  margin: 12px;
  padding: 12px;
  max-width: 240px;
}
.modal-container .contact-box .contact-body, .modal-container .description-box .contact-body {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.modal-container .contact-box .contact-body span, .modal-container .description-box .contact-body span {
  display: flex;
  justify-content: end;
}
.modal-container .contact-box .contact-body h6, .modal-container .description-box .contact-body h6 {
  font-size: 28px;
  margin: 0 !important;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 5px;
}
.modal-container .contact-box .contact-body p, .modal-container .description-box .contact-body p {
  color: #fff;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 8px;
  margin-bottom: 24px;
}
.modal-container .contact-box .contact-body .phone-button, .modal-container .description-box .contact-body .phone-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: #36b555;
  border-radius: 8px;
  cursor: pointer;
}
.modal-container .contact-box .contact-body .phone-button p, .modal-container .description-box .contact-body .phone-button p {
  margin-bottom: 10px;
}
.modal-container .contact-box .contact-body .phone-button span, .modal-container .description-box .contact-body .phone-button span {
  font-size: 18px;
}
.modal-container .contact-box .contact-body .messenger-button, .modal-container .description-box .contact-body .messenger-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: black;
  border: none;
  color: white;
  margin: 10px 0 14px 0;
  padding: 16px 0;
  border-radius: 10px;
  font-size: 17px;
}
.modal-container .contact-box .contact-body .messenger-button img, .modal-container .description-box .contact-body .messenger-button img {
  width: 20px;
  height: 20px;
}
.modal-container .contact-box .contact-body .messenger-button span, .modal-container .description-box .contact-body .messenger-button span {
  margin: 0 12px;
}
.modal-container .description-box {
  height: -moz-max-content;
  height: max-content;
  overflow-y: auto;
}
.modal-container .description-box .contact-body {
  height: -moz-max-content;
  height: max-content;
}
.modal-container .description-box .contact-body h6 {
  font-size: 20px;
  font-weight: 600;
}
.modal-container .description-box .contact-body .description-content p, .modal-container .description-box .contact-body .description-content * {
  margin: unset;
  color: #fff;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
}

.modal-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  position: relative;
}
.modal-content .slider-container {
  display: flex;
  width: 100%;
}
.modal-content .image-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
}
.modal-content .image-slider .prev-slide,
.modal-content .image-slider .next-slide {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.modal-content .image-slider .prev-slide {
  left: 0;
}
.modal-content .image-slider .next-slide {
  right: 0;
}
.modal-content .image-slider .slider-images {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  overflow-x: hidden;
}
.modal-content .image-slider .slider-images .image-container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 4px 10px 4px 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal-content .image-slider .slider-images .image-container img {
  width: 100%;
  max-width: 1200px;
  min-width: 600px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.modal-content .image-slider .slider-images .image-container.active {
  height: auto;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: auto;
}
.modal-content .image-slider .slider-images .image-container.active img {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: 100%;
  margin: auto;
}

#modalImage {
  max-width: 90%;
  max-height: 90%;
}

#thirdSliderModal {
  overflow: hidden;
}
#thirdSliderModal .modal-content {
  background-color: black;
  display: flex;
  justify-content: center;
  padding: 6rem 0;
  position: relative;
  width: 100%;
}
#thirdSliderModal .modal-content .second-close-button {
  position: absolute;
  top: 20px;
  right: 12px;
  color: white;
  font-size: 32px;
  cursor: pointer;
  z-index: 1000000;
}
#thirdSliderModal .modal-content .slider-images {
  display: flex;
  align-items: start;
  align-self: flex-start;
  justify-content: center;
  justify-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#thirdSliderModal .modal-content .slider-images .image-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  justify-items: center;
}
#thirdSliderModal .modal-content .slider-images .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#thirdSliderModal .modal-content .slider-images .image-container:nth-child(n+1) {
  display: block;
}

#contactModal {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10000;
}
#contactModal .contact-modal-content {
  background-color: white;
  border-radius: 6px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 468px;
  max-width: 100%;
  padding: 15px;
  position: relative;
}
#contactModal .contact-modal-content .modal-head {
  display: flex;
  gap: 10px;
  padding-bottom: 10px;
}
#contactModal .contact-modal-content .modal-head__logo {
  display: block;
  width: 60px;
  height: 60px;
}
#contactModal .contact-modal-content .modal-head__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#contactModal .contact-modal-content .modal-head__content {
  display: flex;
  align-items: center;
  gap: 5px;
}
#contactModal .contact-modal-content .modal-head__content p {
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}
#contactModal .contact-modal-content .modal-head__verified svg {
  display: block;
  width: 14px;
  height: 14px;
}
#contactModal .contact-modal-content .modal-head > span {
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#contactModal .contact-modal-content .modal-head > span b {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
#contactModal .contact-modal-content #contactCloseBtn {
  border: none;
  background: none;
  width: 20px;
  height: 20px;
  line-height: 100%;
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(100%, -100%);
}
#contactModal .contact-modal-content .modal-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  gap: 10px;
}
#contactModal .contact-modal-content .modal-foot__logo {
  display: block;
  width: 60px;
  height: 40px;
}
#contactModal .contact-modal-content .modal-foot__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#contactModal .contact-modal-content .modal-foot__content {
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5px;
}
#contactModal .contact-modal-content .modal-foot__content > span {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}
#contactModal .contact-modal-content .modal-foot__actions {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: flex-end;
}
#contactModal .contact-modal-content .modal-foot__actions__item svg {
  display: block;
  width: 20px;
  height: 20px;
}
#contactModal .contact-modal-content .modal-body, #contactModal .contact-modal-content .modal-foot {
  border-top: 1px solid rgb(238, 242, 247);
}
#contactModal .contact-modal-content .modal-body {
  padding: 10px 0;
}
#contactModal .contact-modal-content .modal-body__contact {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  justify-content: space-between;
}
#contactModal .contact-modal-content .modal-body__phones {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#contactModal .contact-modal-content .modal-body__phone {
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
}
#contactModal .contact-modal-content .modal-body__hours {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-align: left;
}
#contactModal .contact-modal-content .modal-body__icons {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: flex-end;
}
#contactModal .contact-modal-content .modal-body__icons__item {
  padding: 2px;
  border: 0.5px solid #D7E0EA;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 2px;
}
#contactModal .contact-modal-content .modal-body__icons__item span {
  font-size: 10px;
  color: #768A9E;
}
#contactModal .contact-modal-content .modal-body > p {
  flex: 1;
  width: 100%;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  text-align: left;
  padding-top: 15px;
}

.gallery-container-mobile {
  display: none;
}
.gallery-container-mobile .cart-main-info__big-slider {
  width: 100%;
}
.gallery-container-mobile .cart-main-info__big-slider .image-container {
  width: 100%;
  height: 260px;
  position: relative;
}
.gallery-container-mobile .cart-main-info__big-slider .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-container-mobile .cart-main-info__big-slider .image-container .play-icon, .gallery-container-mobile .cart-main-info__big-slider .image-container .close-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000;
  width: 32px;
  height: 32px;
}
.gallery-container-mobile .cart-main-info__big-slider .image-container .play-icon svg, .gallery-container-mobile .cart-main-info__big-slider .image-container .close-icon svg {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 992px) {
  .gallery-container {
    display: none;
  }
  .gallery-container-mobile {
    display: block;
    position: relative;
  }
  .gallery-container-mobile .slider__counter {
    width: -moz-min-content !important;
    width: min-content !important;
    position: absolute;
    bottom: -20px;
    right: 10px;
    transform: translateY(50%);
    z-index: 1;
    font-size: 13px;
    font-weight: 400;
    color: rgb(118, 138, 158);
    pointer-events: none;
    background: rgba(217, 217, 217, 0.57);
    padding: 5px;
    border-radius: 4px;
  }
}
.select2-container .select2-dropdown .select2-search--dropdown .select2-search__field {
  height: 40px;
}

.footer__top {
  background: #F6F9FE;
  padding: 30px 0;
}
.footer__top .general-conteiner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer__logo {
  display: block;
  width: 90px;
}
.footer__logo img {
  width: 100%;
  display: block;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 20px;
  padding-left: unset;
}
.footer-socials a {
  display: block;
  width: 24px;
  height: 24px;
}
.footer-socials a svg {
  display: block;
  width: 100%;
  height: 100%;
}

.footer__text {
  display: none;
  font-size: 12px;
  font-weight: 400;
  width: calc(100% - 120px);
}

.footer__contacts a {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.footer__contacts a span {
  width: 16px;
  display: block;
}
.footer__contacts a span svg {
  width: 100%;
  display: block;
}
.footer__contacts a p {
  font-size: 14px;
  padding-left: 10px;
  color: #324153;
}

.footer__bottom {
  padding: 14px 0;
  background: #fff;
}
.footer__bottom .general-conteiner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__bottom .general-conteiner a {
  font-size: 14px;
  color: rgb(118, 138, 158);
}
.footer__bottom p:first-child {
  flex: 1;
  white-space: nowrap;
  padding-right: 30px;
}
.footer__bottom__text {
  font-size: 13px;
}
.footer__bottom__text:first-child {
  max-width: 390px;
}

@media only screen and (max-width: 1170px) {
  footer .header__nav .header__ul:first-child {
    display: none;
  }
  .footer__top {
    padding: 15px 10px;
  }
  .footer__text {
    display: block;
  }
  .footer__bottom {
    padding: 14px 10px 150px;
  }
}
@media only screen and (max-width: 768px) {
  .footer-socials {
    width: 100%;
  }
  .footer__text {
    order: -1;
  }
  footer .header__nav .header__ul:first-child {
    display: none;
  }
  footer .header__nav {
    width: 100%;
    order: -2;
  }
  footer .header__nav .header__ul {
    justify-content: flex-start;
    flex-direction: column;
  }
  footer .header__nav .header__ul li {
    margin: unset;
  }
  .footer__logo {
    width: 70px;
    display: none;
  }
  .footer__top .general-conteiner {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
  }
  footer .footer__contacts {
    width: 100%;
    padding-top: unset;
  }
  footer .footer__contacts a {
    justify-content: flex-start;
    width: 100%;
  }
  .footer__top {
    border-top: 2px solid #EEF2F7;
  }
  .footer__bottom .general-conteiner {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer__bottom .general-conteiner p {
    width: 100%;
    margin-bottom: 10px;
    padding-right: unset;
    font-size: 12px;
    white-space: unset;
  }
}
.aside-old {
  width: 265px;
}

.conteiner-old {
  width: calc(100% - 265px);
  padding-left: 10px;
}

.content-oldV2 {
  width: calc(100% - 265px);
  padding-right: 15px;
}

.section-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section-title {
  width: 100%;
  font-size: 20px;
  font-weight: 500;
}

.products-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding-top: 20px;
}
.products-container.number-products-container {
  grid-template-columns: repeat(4, 1fr);
}
.products-container.number-vip-products-container {
  grid-template-columns: repeat(3, 1fr);
}

.grid-col-3-container {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}

.grid-col-2-container {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}

.home-header-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  place-content: center;
}

.home-filter-selection-container {
  margin-top: 20px;
}

.numbers-filter-selection-container {
  width: 100%;
}
.numbers-filter-selection-container .product__number_plate {
  margin: 0 auto 10px;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 10px 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(180deg, #FEFEFF 49.69%, rgba(235, 235, 235, 0.76) 82.5%);
  border-radius: 10px;
  border: 3px solid rgb(0, 0, 0);
  z-index: 101;
}
.numbers-filter-selection-container .product__number_plate__country {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.numbers-filter-selection-container .product__number_plate__country__flag {
  width: 28px;
}
.numbers-filter-selection-container .product__number_plate__country__flag img {
  width: 100%;
  display: block;
}
.numbers-filter-selection-container .product__number_plate__country__name {
  position: relative;
  font-size: 16px;
  line-height: 16px;
  padding: 2px;
  border: 0.3px solid rgb(128, 128, 128);
  border-radius: 3px;
  box-shadow: 1px 0.5px 1px rgba(0, 0, 0, 0.3);
}
.numbers-filter-selection-container .product__number_plate__country__name:before {
  content: "";
  width: calc(100% + 7px);
  height: calc(100% + 7px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 4px;
  border: 0.3px solid rgb(128, 128, 128);
}
.numbers-filter-selection-container .product__number_plate__series {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 24px;
  padding-left: 14px;
}
.numbers-filter-selection-container .product__number_plate__series__item {
  width: -moz-min-content;
  width: min-content;
  transform: scale(1, 1.4);
  font-family: Barlow, sans-serif;
  font-weight: 600;
  margin-top: -5px;
  text-shadow: 2px 1.5px 2px rgba(0, 0, 0, 0.3);
  position: relative;
  text-align: center;
  font-size: 46px;
  color: rgb(0, 0, 0);
  line-height: 100%;
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.numbers-filter-selection-container .product__number_plate__series__item span {
  color: #ccc;
  text-decoration: underline;
  text-decoration-color: rgb(0, 0, 0);
  text-decoration-style: solid;
  text-decoration-thickness: 1px;
}
.numbers-filter-selection-container .product__number_plate__series__item:after {
  content: "";
  width: 12px;
  height: 6px;
  border-radius: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translate(-50, -50%);
  box-shadow: 2px 1.5px 1px rgba(0, 0, 0, 0.3);
}
.numbers-filter-selection-container .product__number_plate__series__item:last-child:after {
  content: unset;
}

.filter-buttons-container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.filter-buttons-container.hidden {
  display: none;
}
.filter-buttons-container .filter-selection-item {
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: none;
  border-radius: 4px;
  background: rgb(21, 101, 192);
  display: flex;
  gap: 6px;
  align-items: center;
  padding: 6px 20px;
}
.filter-buttons-container .filter-selection-item svg {
  width: 12px;
}
.filter-buttons-container .filter-selection-item span {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.product-type-section__wrapper {
  padding-top: 20px;
  padding-bottom: 50px;
  min-height: calc(100vh - 113px);
  display: flex;
  align-items: center;
}

.product-type-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.product-type-container .product-type__item {
  background: rgb(246, 249, 254);
  border: 1px solid rgb(238, 242, 247);
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.product-type-container .product-type__item:hover {
  border: 1px solid rgb(118, 138, 158);
}
.product-type-container .product-type__item img {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  max-width: 100px;
  height: 80px;
  display: block;
}
.product-type-container .product-type__item span {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: rgb(118, 138, 158);
}

.advanced-search-container {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -57px;
  padding-bottom: 1px;
  display: none;
}

.advanced-search {
  width: 100%;
  position: relative;
  z-index: 2;
}
.advanced-search:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: calc(50% + 5px);
  height: 73px;
  background-color: #fff;
}
.advanced-search .advanced-search-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.advanced-search .advanced-search-wrap {
  width: calc(50% - 5px);
}
.advanced-search .advanced-search-wrap .row {
  height: calc(100% - 5px);
}
.advanced-search .row {
  margin-bottom: 5px;
}

.auto-supply-container {
  margin-bottom: unset;
}
.auto-supply-container .col-4 {
  height: 39px;
}

.single-related-container {
  margin-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 15px;
  gap: 5px;
}
.row .select2-container {
  width: 100% !important;
  height: 100% !important;
}
.row input:not([type=radio]) {
  width: 100%;
  border: 1px solid #EEF2F7;
  border-radius: 3px;
  background: #fff;
  color: #768A9E;
  font-size: 13px;
  padding: 10px;
  line-height: 17px;
}
.row .main-search__radio-element {
  width: 100%;
  height: 37px;
}
.row .row {
  margin-bottom: unset;
  padding: 0;
}

.advanced-search-buttons {
  margin-top: 20px;
  margin-bottom: 20px;
}

.col-3 {
  flex: 0 0 calc((100% - 15px) / 4);
  max-width: calc((100% - 15px) / 4);
  position: relative;
  width: 100%;
}

.col-4 {
  flex: 0 0 calc((100% - 10px) / 3);
  max-width: calc((100% - 10px) / 3);
  position: relative;
  width: 100%;
}

.col-6 {
  flex: 0 0 calc(50% - 2.5px);
  max-width: calc(50% - 2.5px);
  position: relative;
  width: 100%;
}

.align-items-center {
  align-items: center;
  display: flex;
}

.hr {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
}

.pl-5 {
  padding-left: 5px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 992px) {
  .products-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding-top: 20px;
  }
  .products-container.number-products-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .products-container.number-vip-products-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-type-container {
    padding: 0 10px;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .product-type-container .product-type__item {
    padding: 20px 0;
  }
  .product-type-container .product-type__item img {
    max-width: 80px;
    height: 70px;
  }
  .product-type-container .product-type__item span {
    font-size: 14px;
  }
}
.home-header-slider {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 249px;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.home-header-slider__item {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.home-header-slider__item img {
  display: block;
  width: 100%;
}

.home-header-filter {
  background: #F6F9FE;
  padding: 15px 0;
}
.home-header-filter__buttons {
  margin-top: 5px;
}
.home-header-filter__buttons__left {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.home-header-filter__buttons__left > button {
  text-align: left;
}
.home-header-filter__buttons__left > button:first-child {
  text-align: center;
}
.home-header-filter .disable-text {
  color: #666;
}
.home-header-filter select {
  width: 100%;
  height: 39px;
  border: 1px solid #eef2f8;
  color: #999999;
  padding-top: 2px;
  padding-left: 8px;
  font-size: 13px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url("data:image/svg+xml;utf8,<svg fill='gray' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
  background-size: 21px 28px;
}

.filter-slider-radio {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0.5px solid #e5e5e5;
  background-color: #fff;
  border-radius: 3px;
}
.filter-slider-radio label {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  height: 100%;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 8px;
  color: #000;
  transition: width ease-in 0.4s;
  cursor: pointer;
}
.filter-slider-radio label:not(:last-child) {
  border-right: 0.5px solid #e5e5e5;
}
.filter-slider-radio input:checked + label {
  background: #1565C0;
  color: #fff;
  position: relative;
  flex: 1;
}

.product-card {
  width: calc(25% - 10px);
  margin: 0 5px 10px;
  border: 1px solid #EEF2F7;
  transition: all ease 0.3s;
  color: #05182E;
  position: relative;
}
.product-card:not(.number-main-card):hover {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.product-card.corporate-card {
  width: 100%;
}
.product-card.number-card {
  width: 100%;
  margin: unset;
}
.product-card.number-card .product_header__price {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
.product-card.number-card .product_date {
  width: 100%;
  text-align: center;
}
.product-card.number-card .product_img_content {
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-card.number-card .product_img {
  width: 100%;
  padding-top: 30px;
  display: flex;
  align-items: end;
}
.product-card.number-card .product_img img {
  display: block;
  width: 100%;
}
.product-card.number-card .product_img + .product__number_plate {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  margin: unset;
  min-width: 100px;
  padding: 2px;
  border: 1.5px solid rgb(0, 0, 0);
}
.product-card.number-card .product_img + .product__number_plate .product__number_plate__country {
  gap: 2px;
}
.product-card.number-card .product_img + .product__number_plate .product__number_plate__country__flag {
  width: 12px;
}
.product-card.number-card .product_img + .product__number_plate .product__number_plate__country__name {
  font-size: 6px;
  line-height: 6px;
  border: 0.2px solid rgb(128, 128, 128);
  border-radius: 2px;
}
.product-card.number-card .product_img + .product__number_plate .product__number_plate__country__name:before {
  content: "";
  width: calc(100% + 2.5px);
  height: calc(100% + 2.5px);
  border-radius: 2px;
  border: 0.1px solid rgba(128, 128, 128, 0.8);
}
.product-card.number-card .product_img + .product__number_plate .product__number_plate__series {
  gap: 8px;
  padding: 0 3px;
}
.product-card.number-card .product_img + .product__number_plate .product__number_plate__series__item {
  transform: scale(1, 1.3);
  margin-top: -3px;
  font-size: 16px;
}
.product-card.number-card .product_img + .product__number_plate .product__number_plate__series__item:after {
  width: 3.5px;
  height: 2px;
  right: -6px;
}
.product-card.number-card.number-main-card {
  padding-bottom: 50px;
}
.product-card.number-card.number-main-card .product_img {
  max-width: 400px;
  padding-top: 30px;
}
.product-card.number-card.number-main-card .product__number_plate {
  min-width: 110px;
  padding: 2px 4px;
  border: 2px solid rgb(0, 0, 0);
}
.product-card.number-card.number-main-card .product__number_plate .product__number_plate__country {
  gap: 3px;
}
.product-card.number-card.number-main-card .product__number_plate .product__number_plate__country__flag {
  width: 14px;
}
.product-card.number-card.number-main-card .product__number_plate .product__number_plate__country__name {
  font-size: 7px;
  line-height: 7px;
}
.product-card.number-card.number-main-card .product__number_plate .product__number_plate__series {
  gap: 12px;
  padding: 0 5px;
}
.product-card.number-card.number-main-card .product__number_plate .product__number_plate__series__item {
  transform: scale(1, 1.6);
  margin-top: -2px;
  font-size: 17px;
}
.product-card.number-card.number-main-card .product__number_plate .product__number_plate__series__item:after {
  width: 4.5px;
  right: -9px;
}
.product-card.number-card .product__number_plate {
  margin: 40px auto 10px;
  min-width: 140px;
  max-width: calc(100% - 20px);
  padding: 4px 8px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(180deg, #FEFEFF 49.69%, rgba(235, 235, 235, 0.76) 82.5%);
  border-radius: 4px;
  border: 2px solid rgb(0, 0, 0);
  z-index: 10;
}
.product-card.number-card .product__number_plate__country {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.product-card.number-card .product__number_plate__country__flag {
  width: 16px;
}
.product-card.number-card .product__number_plate__country__flag img {
  width: 100%;
  display: block;
}
.product-card.number-card .product__number_plate__country__name {
  position: relative;
  font-size: 8px;
  line-height: 8px;
  padding: 1px;
  border: 0.2px solid rgb(128, 128, 128);
  border-radius: 2px;
  box-shadow: 1px 0.5px 1px rgba(0, 0, 0, 0.3);
}
.product-card.number-card .product__number_plate__country__name:before {
  content: "";
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2px;
  border: 0.2px solid rgba(128, 128, 128, 0.8);
}
.product-card.number-card .product__number_plate__series {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-left: 8px;
}
.product-card.number-card .product__number_plate__series__item {
  width: -moz-min-content;
  width: min-content;
  transform: scale(1, 1.6);
  font-family: Barlow, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  margin-top: -3px;
  text-shadow: 1.5px 0.5px 1px rgba(0, 0, 0, 0.3);
  position: relative;
  text-align: center;
  color: rgb(10, 10, 10);
}
.product-card.number-card .product__number_plate__series__item:after {
  content: "";
  width: 6px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  right: -11px;
  transform: translate(-50, -50%);
  box-shadow: 1px 0.5px 1px rgba(0, 0, 0, 0.3);
}
.product-card.number-card .product__number_plate__series__item:last-child:after {
  content: unset;
}
.product-card.service-card {
  width: 100%;
  display: flex;
  gap: 10px;
  padding: 10px;
  margin: 0 0 10px;
  position: relative;
  border-radius: 4px;
}
.product-card.service-card .product_view {
  width: 100%;
  text-align: end;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #768A9E;
}
.product-card.service-card .product_header {
  flex: 1;
}
.product-card.service-card .showroom-box__title {
  flex-direction: row;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}
.product-card.service-card .product_title {
  margin-bottom: unset;
}
.product-card.service-card .product_img_content {
  width: 250px;
  height: 170px;
}
.product-card.service-card .service-card__left {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-right: 10px;
  border-right: 1px solid #EEF2F7;
}
.product-card.service-card .service-card__services {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 250px;
}
.product-card.service-card .service-card__services .service-card__service {
  display: flex;
  align-items: center;
  gap: 5px;
}
.product-card.service-card .service-card__services .service-card__service__icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.product-card.service-card .service-card__services .service-card__service__icon svg {
  width: 100%;
  height: 100%;
  fill: #0D417B;
}
.product-card.service-card .service-card__services .service-card__service__title {
  font-size: 13px;
  font-weight: 400;
  color: #0D417B;
}
.product-card.service-card .product_content {
  padding: unset;
}
.product-card .desc-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.product-card .desc-contact > div {
  display: flex;
  gap: 8px;
}
.product-card .desc-contact ul {
  padding-left: unset;
  margin-bottom: unset;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 10px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.product-card .desc-contact li, .product-card .desc-contact p, .product-card .desc-contact a, .product-card .desc-contact span {
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  color: #000;
}
.product-card .desc-contact svg {
  display: block;
  width: 15px;
  height: 15px;
}
.product-card .desc-contact i {
  color: #0D417B;
}
.product-card .desc-contact .desc-view p {
  color: rgb(118, 138, 158);
  font-size: 14px;
  font-weight: 400;
}
.product-card .desc-contact .desc-view a {
  flex: 1;
  text-align: right;
}
.product-card .product_brands {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-card .product_brands__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  text-align: center;
  font-size: 13px;
  color: #768A9E;
}
.product-card .product_brands__item__icon {
  display: block;
  width: 30px;
  height: 30px;
}
.product-card .product_brands__item__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 5;
}
.product-card .product_img_content {
  width: 100%;
  height: 180px;
  position: relative;
}
.product-card .product_img_content img {
  width: 100%;
  position: relative;
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.product-card .product_img_content .play-icon, .product-card .product_img_content .close-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  width: 26px;
  height: 26px;
}
.product-card .product_img_content .play-icon svg, .product-card .product_img_content .close-icon svg {
  width: 100%;
  height: 100%;
}
.product-card .product_img_labels {
  position: absolute;
  max-width: 100%;
  width: 100px;
  height: 100%;
  left: 0;
  top: 0;
  padding: 8px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2px;
}
.product-card .product_img_labels__top, .product-card .product_img_labels__bottom {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.product-card .product_img_labels__item {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  color: #fff;
  font-size: 11px;
  line-height: 17px;
  padding: 1px 3px;
  border-radius: 2px;
  display: inline-block;
  background: #1E90FF;
}
.product-card .product_img_labels__item--new {
  background: #73B73B;
}
.product-card .product_img_labels__item--vip {
  background: rgb(226, 41, 41);
}
.product-card .product_img_labels__item--sale {
  background: rgb(226, 41, 41);
}
.product-card .product_img_labels__item--order {
  background: #cb8700;
}
.product-card .product_img_levels {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 8px;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 2px;
}
.product-card .product_img_levels__item {
  width: 18px;
  height: 18px;
  display: block;
}
.product-card .product_img_levels__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-card .product_content {
  padding: 8px;
  display: flex;
  flex-direction: column;
}
.product-card .product_header {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.product-card .product_header__price_bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-card .product_header__price_bar__icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}
.product-card .product_header__price_bar__icons__item {
  display: block;
  width: 18px;
  cursor: pointer;
  position: relative;
  z-index: 9;
}
.product-card .product_header__price_bar__icons__item svg {
  width: 100%;
  display: block;
}
.product-card .product_header__price {
  font-size: 18px;
  font-weight: 700;
  width: -moz-max-content;
  width: max-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.product-card .product_title {
  margin-bottom: 0.5rem;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.product-card .product_specifications {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
}
.product-card .product_specifications__wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
}
.product-card .product_specifications__item {
  font-size: 13px;
  box-sizing: border-box;
  position: relative;
  white-space: nowrap;
}
.product-card .product_specifications__item:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-card .product_specifications__item:not(:last-child)::after {
  content: "";
  width: 2px;
  height: 2px;
  background: #1565C0;
  position: absolute;
  top: 50%;
  right: -5px;
  transform: translate(50%, -50%);
}
.product-card .product_footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.product-card .product_date {
  font-size: 11px;
  line-height: 13px;
  font-weight: 400;
  color: #768A9E;
}
.product-card .product_actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.product-card .product_actions__item {
  display: block;
  width: 20px;
  cursor: pointer;
  position: relative;
  z-index: 9;
}
.product-card .product_actions__item svg {
  width: 100%;
  display: block;
}
.product-card .product_days {
  display: flex;
  flex-direction: column;
}
.product-card .product_days .product_days_labels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  align-items: center;
}
.product-card .product_days .product_days_labels span {
  font-size: 13px;
  font-weight: 500;
  margin-top: 5px;
  text-align: left;
}
.product-card .product_days .product_days_labels:last-child span {
  border-radius: 50%;
  margin: 0 auto 0 0;
  white-space: nowrap;
  padding: 4px 0;
}

@media only screen and (max-width: 1150px) {
  .product-card {
    width: calc(33.3333% - 20px);
  }
  .product-card .product_img_content {
    height: 170px;
  }
}
@media screen and (max-width: 992px) {
  .product-card {
    width: calc(50% - 10px);
  }
  .product-card .product_img_content {
    height: 130px;
  }
  .product-card .product_content {
    padding: 6px;
    display: flex;
    flex-direction: column;
  }
  .product-card .product_specifications__item {
    font-size: 13px;
  }
  .product-card .product_img_labels__item {
    font-size: 11px;
    line-height: 17px;
    padding: 1px 3px;
  }
  .product-card .product_header {
    gap: 2px;
  }
  .product-card .product_header__price {
    font-size: 15px;
    font-weight: 700;
  }
  .product-card .product_title {
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: 500;
  }
  .product-card.service-card {
    gap: 6px;
    padding: 6px;
    margin: 0 0 6px;
  }
  .product-card.service-card .product_view {
    margin-top: 10px;
    font-size: 10px;
  }
  .product-card.service-card .showroom-box__title {
    margin-bottom: 6px;
  }
  .product-card.service-card .product_img_content {
    width: 125px;
    height: 85px;
  }
  .product-card.service-card .service-card__left {
    gap: 6px;
    padding-right: 6px;
  }
  .product-card.service-card .service-card__services {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    max-width: 125px;
  }
  .product-card.service-card .service-card__services .service-card__service {
    gap: 4px;
  }
  .product-card.service-card .service-card__services .service-card__service__icon {
    width: 16px;
    height: 16px;
  }
  .product-card.service-card .service-card__services .service-card__service__title {
    font-size: 12px;
  }
  .product-card .desc-contact {
    gap: 6px;
  }
  .product-card .desc-contact > div {
    gap: 6px;
  }
  .product-card .desc-contact ul {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 6px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .product-card .desc-contact li, .product-card .desc-contact p, .product-card .desc-contact a, .product-card .desc-contact span {
    font-size: 13px;
    font-weight: 400;
  }
  .product-card .desc-contact svg {
    width: 12px;
    height: 12px;
  }
  .product-card .desc-contact .desc-view p {
    font-size: 12px;
  }
  .product-card .product_brands {
    gap: 5px;
  }
  .product-card .product_brands__item {
    gap: unset;
    font-size: 12px;
  }
  .product-card .product_brands__item__icon {
    width: 20px;
    height: 20px;
  }
}
.checkbox {
  font-size: 13px !important;
}
