

/* Start:/local/templates/main/css/main.css?1752212583330294*/
@import url("/local/templates/main/css/../fonts/Open-Sans/font-open-sans.css");
@import url("/local/templates/main/css/../fonts/Play/font-play.css");
body {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 606px;
  font-family: "Open Sans", "Play", sans-serif;
}

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

a {
  text-decoration: none;
}

h1 {
  font-family: "Play", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 56px;
  line-height: 65px;
  color: #333333;
  position: relative;
}

.h2-play {
  font-family: "Play", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
  color: #333333;
  position: relative;
}
.h2-play.white {
  color: #FBFBFB;
}

.h3-play {
  font-family: "Play", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  color: #333333;
  position: relative;
}
.h3-play.white {
  color: #FBFBFB;
}

.semi-size-txt {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  color: #333333;
  position: relative;
}
.semi-size-txt.white {
  color: #FBFBFB;
}

.txt-bold {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #333333;
  position: relative;
}
.txt-bold.bold {
  font-weight: bold;
}
.txt-bold.line-act {
  display: flex;
  align-items: center;
  justify-content: center;
}
.txt-bold.line-act::before {
  content: "";
  height: 2px;
  width: 18px;
  background: #E52330;
  transform: rotate(-50.22deg);
  display: block;
  margin-right: 4px;
}
.txt-bold.white {
  color: #FBFBFB;
}

.open-txt-normal {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 22px;
  color: #333333;
}
.open-txt-normal.grey {
  color: #BDBDBD;
}
.open-txt-normal.white {
  color: #FBFBFB;
}

.txt-small-grey {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #999898;
}

.name-car {
  font-family: "Play", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 29px;
  color: #333333;
}
.name-car.white {
  color: #FBFBFB;
}

.price-car {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
}
.price-car.white {
  color: #FBFBFB;
}

.input-basic, .select-st {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #4F4F4F;
  border: 1px solid #BDBDBD;
  background: #FBFBFB;
  box-sizing: border-box;
  outline: 0;
}
.input-basic::-moz-placeholder, .select-st::-moz-placeholder {
  color: #BDBDBD;
}
.input-basic::placeholder, .select-st::placeholder {
  color: #BDBDBD;
}
.input-basic:focus + .txt-on-input, .select-st:focus + .txt-on-input {
  display: block;
}
.input-basic:hover, .input-basic:focus, .select-st:hover, .select-st:focus {
  border: 1px solid #6DD7E5;
  box-shadow: 0 0 2px rgba(102, 237, 255, 0.6);
}
.input-basic.input-basic-blue:focus, .input-basic.input-basic-blue:visited, .input-basic.input-basic-blue:hover, .select-st.input-basic-blue:focus, .select-st.input-basic-blue:visited, .select-st.input-basic-blue:hover {
  color: #FBFBFB;
  border: 1px solid #6DD7E5;
  box-shadow: 0 0 2px rgba(102, 237, 255, 0.6);
  background: #172234;
}
.input-basic.error, .select-st.error {
  border: 1px solid #ff0000;
}

.block-for-input {
  position: relative;
}
.block-for-input .input-basic-blue + .txt-on-input {
  color: #FBFBFB;
  background: #172234;
}
.block-for-input .txt-on-input {
  display: none;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: #BDBDBD;
  position: absolute;
  left: 12px;
  top: -8px;
  padding-right: 5px;
  padding-left: 5px;
  background: linear-gradient(to top, #FBFBFB 40%, #fff 44%);
  font-family: "Roboto", sans-serif;
}
.block-for-input .txt-on-input.grey-bg {
  background: linear-gradient(to top, #FBFBFB 40%, #f2f2f2 44%);
}

.button-basic {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: #FBFBFB;
  background: #E52330;
  transition: all 0.2s;
  box-shadow: 0 0 20px rgba(51, 51, 51, 0.05);
}
.button-basic .loader-success {
  right: 10px;
}

button {
  font-family: "Open Sans", sans-serif;
  outline: 0;
  border: 0;
  padding: 0;
  background: #E52330;
  cursor: pointer;
  transition: all 0.2s;
}

button:hover,
.button-basic:hover {
  background: #B81722;
}

.st-svc-youtube::before {
  background-image: url(/local/templates/main/css/../img/group-yt-middle.png);
  background-position: 0 0;
  display: block;
  content: "";
  min-width: 20px;
  height: 13px;
  background-repeat: no-repeat;
}
.st-svc-youtube:hover::before {
  background-position: -20px 0;
}

.st-svc-email::before {
  background-image: url(/local/templates/main/css/../img/group-email.png);
  background-position: 0 0;
  display: block;
  content: "";
  min-width: 16px;
  height: 12px;
  background-repeat: no-repeat;
}
.st-svc-email:hover::before {
  background-position: -16px 0;
}

.st-svc-viber::before {
  background-image: url(/local/templates/main/css/../img/group-viber-middle.png);
  background-position: 0 0;
  display: block;
  content: "";
  min-width: 18px;
  height: 19px;
  background-repeat: no-repeat;
}
.st-svc-viber:hover::before {
  background-position: -18px 0;
}

.st-svc-telegram::before {
  background-image: url(/local/templates/main/css/../img/group-telegram-middle.png);
  background-position: 0 0;
  display: block;
  content: "";
  min-width: 18px;
  height: 15px;
  background-repeat: no-repeat;
}
.st-svc-telegram:hover::before {
  background-position: -18px 0;
}

.st-svc-facebook::before {
  background-image: url(/local/templates/main/css/../img/group-facebook-middle.png);
  background-position: 0 0;
  display: block;
  content: "";
  min-width: 9px;
  height: 18px;
  background-repeat: no-repeat;
}
.st-svc-facebook:hover::before {
  background-position: -9px 0;
}

.st-svc-insta::before {
  background-image: url(/local/templates/main/css/../img/group-insta-middle.png);
  background-position: 0 0;
  display: block;
  content: "";
  min-width: 19px;
  height: 19px;
  background-repeat: no-repeat;
}
.st-svc-insta:hover::before {
  background-position: -19px 0;
}

.st-svc-copy::before {
  background-image: url(/local/templates/main/css/../img/group-link-middle.png);
  background-position: 0 0;
  display: block;
  content: "";
  min-width: 18px;
  height: 18px;
  background-repeat: no-repeat;
}
.st-svc-copy:hover::before {
  background-position: -18px 0;
}

.img-replace {
  transition: all 0.2s;
}
.img-replace > img:first-of-type {
  display: block;
}
.img-replace > img:last-of-type {
  display: none;
}
.img-replace:hover > img:last-of-type {
  display: block;
}
.img-replace:hover > img:first-of-type {
  display: none;
}

.img-replace-child {
  transition: all 0.2s;
}
.img-replace-child .block-child > img:first-of-type {
  display: block;
}
.img-replace-child .block-child > img:last-of-type {
  display: none;
}
.img-replace-child:hover .block-child > img:last-of-type {
  display: block;
}
.img-replace-child:hover .block-child > img:first-of-type {
  display: none;
}

.hidden {
  display: none !important;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
  top: 50%;
  transform: translate(0, -50%);
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.file-upload {
  min-height: 50px;
  width: 100%;
  border: 1px solid #D0D0D0;
  background: #FBFBFB;
  padding: 4px 5px 4px 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.file-upload > div {
  max-width: 173px;
  box-sizing: border-box;
  width: 100%;
  position: relative;
}
.file-upload .file-f {
  position: absolute;
  top: 0;
  opacity: 0;
  min-height: 40px;
  width: 100%;
  max-width: 173px;
  cursor: pointer;
}
.file-upload span {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #BDBDBD;
}
.file-upload span.active {
  color: #4F4F4F;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 15px;
  display: block;
  text-overflow: ellipsis;
}
.file-upload .choose-elm {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #BDBDBD;
  cursor: pointer;
  min-height: 38px;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #333333;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 25px;
}

textarea.text-area-vacancies {
  max-width: 100%;
  width: 100% !important;
  min-width: 100%;
  min-height: 190px;
  height: 190px;
  max-height: 190px !important;
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #4F4F4F;
  box-sizing: border-box;
  border: 1px solid #D0D0D0;
  padding: 17px 5px 17px 13px;
  font-family: "Open Sans", sans-serif;
}

textarea.text-area-vacancies:hover,
textarea.text-area-vacancies:focus {
  border: 1px solid #6DD7E5;
  box-shadow: 0 0 2px rgba(102, 237, 255, 0.6);
  outline: 0;
}

textarea.text-area-vacancies::-moz-placeholder {
  color: #BDBDBD;
}

textarea.text-area-vacancies::placeholder {
  color: #BDBDBD;
}

/*Slide Right Menu*/
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.25;
  }
}
.list--block.mobile_use:hover > .menu-phones {
  display: none;
}

.bg-white,
.bg-white2 {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  position: fixed;
  display: none;
  opacity: 0;
  transition: 0.5s;
  animation: show 0.5s 1;
  animation-fill-mode: forwards;
}

.bg-white2 {
  z-index: 3;
}

.right-menu-slide {
  display: flex;
  position: fixed;
  overflow: auto;
  top: 0;
  right: -465px;
  background: #FBFBFB;
  transition: all 0.5s ease;
  z-index: 9999;
  height: 100%;
  min-width: 465px;
  max-width: 465px;
  flex-direction: column;
  box-sizing: border-box;
  padding: 30px 60px 40px 50px;
}
.right-menu-slide .socials {
  display: flex;
  margin-top: 10px;
  margin-bottom: auto;
  justify-content: center;
}
.right-menu-slide .socials .social {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-width: 34px;
  height: 34px;
  margin-right: 14px;
  background: #FBFBFB;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.right-menu-slide .socials .social.youtube img {
  width: 20px;
  height: 13px;
}
.right-menu-slide .socials .social.viber img {
  width: 18px;
  height: 19px;
}
.right-menu-slide .socials .social.telegr img {
  width: 18px;
  height: 15px;
}
.right-menu-slide .socials .social.facebook img {
  width: 9px;
  height: 18px;
}
.right-menu-slide .socials .social.inst img {
  width: 19px;
  height: 19px;
}
.right-menu-slide .phones {
  width: 217px;
  margin: 40px auto;
  display: none;
}
.right-menu-slide .phones.active {
  display: block;
}
.right-menu-slide .phones a {
  font-family: "Play", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
  color: #333333;
  display: flex;
  align-items: center;
}
.right-menu-slide .phones a::before {
  min-width: 16px;
  height: 16px;
  background-image: url(/local/templates/main/css/../img/phone-right-slide.svg);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  display: block;
  content: "";
  margin-right: 5px;
}
.right-menu-slide .phones a:hover {
  color: #E52330;
}
.right-menu-slide .phones a:last-child {
  margin-bottom: 0;
}
.right-menu-slide .phones a img {
  margin-right: 5px;
}
.right-menu-slide .menu {
  list-style-type: none;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
}
.right-menu-slide .menu li {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  max-width: 217px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.right-menu-slide .menu li:last-child {
  margin-bottom: 0;
}
.right-menu-slide .menu li a {
  font-family: "Play", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #333333;
  text-transform: uppercase;
}
.right-menu-slide .menu li a:hover {
  color: #E52330;
}
.right-menu-slide .menu li.active::before {
  content: "";
  height: 2px;
  width: 19px;
  background: #E52330;
  transform: matrix(0.63, -0.85, 0.69, 0.65, 0, 0);
  display: block;
  margin-right: 1px;
  position: absolute;
  left: -20px;
}
.right-menu-slide .language {
  display: flex;
  align-items: center;
}
.right-menu-slide .language .lang-switcher-i {
  border-right: 1px solid #4F4F4F;
}
.right-menu-slide .language .lang-switcher-i:last-of-type {
  border-right: none;
}
.right-menu-slide .language a,
.right-menu-slide .language span {
  font-family: "Play", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 22px;
  color: #333333;
  padding: 0 6px;
  transition: all 0.2s;
  text-transform: uppercase;
}
.right-menu-slide .language a.active, .right-menu-slide .language a:hover,
.right-menu-slide .language span.active,
.right-menu-slide .language span:hover {
  color: #E52330;
}
.right-menu-slide .header-sl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.right-menu-slide .header-sl .close-menu-open {
  cursor: pointer;
}
.right-menu-slide.active {
  right: 0;
}

/*END OF Slide Right Menu*/
/*HEADER*/
header {
  background: #172234;
  height: 67px;
  display: flex;
  box-sizing: border-box;
  transition: all 0.2s;
  position: fixed;
  top: 0;
  z-index: 8;
  width: 100%;
}
header.isAdmin {
  top: 40px;
}
header .bg-line {
  width: 100%;
  max-width: 100%;
  position: fixed;
  background: #172234;
  top: 0;
  height: 59px;
  z-index: -1;
}
header > div {
  height: 60px;
  display: flex;
  box-sizing: border-box;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
header .header__logo {
  display: flex;
  align-items: center;
  padding: 5px 20px 5px 20px;
  background: #172234;
  transition: ease-in 0.1s;
}
header .header__logo img {
  max-width: 100%;
}
header .header__logo a {
  line-height: 0;
}
header .header__block-right {
  width: calc(100% - 163px);
  margin-left: auto;
}
header.cbp-af-header-shrink {
  height: 60px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 13;
}
header.cbp-af-header-shrink .block-down {
  margin-top: -44px;
}
header.cbp-af-header-shrink .bg-line {
  display: none;
}
header.cbp-af-header-shrink .header__logo {
  position: initial;
  padding: 5px 20px 5px 20px;
}
header.cbp-af-header-shrink .header__logo img {
  max-width: 100px;
  position: relative;
  left: 5px;
}
header.cbp-af-header-shrink + .content {
  margin-top: 104px;
}
header.cbp-af-header-shrink .top-header {
  animation: showBlock 0.2s linear forwards;
}

.block-person {
  display: none;
}
.block-person.active {
  display: block;
}

.list--block {
  position: relative;
}
.list--block .strl-down {
  margin-left: 10px;
}

.prev-car,
.prev-cards,
.next-cards,
.next-car {
  display: none;
}

.mobile-buttom-open-popup,
.mobile-buttom-open-popup2 {
  display: none;
}

.login-right-menu {
  display: none;
}

.menu-phones {
  display: none;
}

.sh-er .share-txt {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  color: #333333;
  margin-bottom: 20px;
}
.sh-er .socials {
  display: flex;
}
.sh-er .socials a {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background: #FBFBFB;
  min-width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  cursor: pointer;
}
.sh-er .socials a:last-child {
  margin-right: 0;
}

.filter-header {
  align-items: center;
  padding: 30px 13px 27px 23px;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
  display: none;
  margin-bottom: 35px;
}
.filter-header span {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  color: #333333;
  display: block;
  margin-left: 7px;
}
.filter-header .back-catalog {
  margin-left: auto;
}

.list--block ul a:hover span,
.list--block.city-choose:not(.mobile_use) span.lst-c:hover span,
.number-chosen a:hover span {
  color: #E52330;
}

.txt-bold.line-act.name-block-blue,
.name-block-blue {
  display: none;
}

.list--block:hover > .menu-phones,
.list--block.mobile_use > .menu-phones {
  position: absolute;
  left: -10px;
  width: 100%;
  background: #172234;
  padding: 14px 10px 0 10px;
  display: block;
  z-index: 10;
}
.list--block:hover > .menu-phones li,
.list--block.mobile_use > .menu-phones li {
  display: block;
}
.list--block:hover > .menu-phones .phone-number,
.list--block.mobile_use > .menu-phones .phone-number {
  margin-right: 0;
}

.list--block .menu-phones .phone-number {
  margin-bottom: 12px;
}

.block-down .list--block .menu-phones {
  background: #F2F2F2;
}

.block-down .list--block .phone-number span {
  color: #333333;
  font-size: 17px;
  line-height: 22px;
}

.mobile-600,
.sold.mobile-600 {
  display: none;
}

.prev-access-main,
.next-access-main {
  display: none;
}

.list--block .lst-c::after {
  margin-left: 10px;
  width: 7px;
  height: 4px;
  background-image: url(/local/templates/main/css/../img/vector-strl-down.svg);
  display: block;
  content: "";
}

.list--block.number-chosen a::before {
  min-width: 16px;
  height: 16px;
  background-image: url(/local/templates/main/css/../img/icons_call.svg);
  display: block;
  content: "";
}

.list--block .location::before {
  min-width: 12px;
  height: 17px;
  background-image: url(/local/templates/main/css/../img/location-header.svg);
  display: block;
  content: "";
}

.list--block .phone-number {
  display: flex;
  align-items: center;
  transition: all 0.2s;
}
.list--block .phone-number.location {
  cursor: pointer;
}
.list--block .phone-number.location.active {
  display: none;
}
.list--block .phone-number.location span {
  margin-left: 8px;
}
.list--block .phone-number span {
  font-family: "Play", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #FBFBFB;
  margin-left: 5px;
}
.list--block .phone-number:hover ul span {
  color: #E52330;
}

.top-header {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  padding-right: 60px;
}
.top-header .social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background: #FBFBFB;
  border-radius: 50%;
  box-shadow: 0 0 24.8392px rgba(0, 0, 0, 0.15);
  margin-right: 12.63px;
}
.top-header .social.youtube img {
  width: 15px;
  height: 10px;
}
.top-header .social.viber img {
  width: 14px;
  height: 14px;
}
.top-header .social.whatsapp img {
  width: 14px;
  height: 14px;
}
.top-header .social.telegr img {
  width: 14px;
  height: 12px;
}
.top-header .social.facebook img {
  width: 7px;
  height: 15px;
}
.top-header .social.inst img {
  width: 15px;
  height: 15px;
}
.top-header .social:last-of-type {
  margin-right: 0;
}
.top-header .language {
  margin-left: 50.5px;
  display: flex;
  align-items: center;
}
.top-header .language .lang-switcher-i {
  border-right: 1px solid rgba(242, 242, 242, 0.4);
}
.top-header .language .lang-switcher-i:last-of-type {
  border-right: none;
}
.top-header .language span {
  font-family: "Play", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  padding: 0 6px;
  color: #FBFBFB;
  transition: all 0.2s;
  text-transform: uppercase;
}
.top-header .language span.active {
  color: #E52330;
}
.top-header .language span:hover {
  color: #E52330;
}
.top-header .language a {
  font-family: "Play", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  padding: 0 6px;
  color: #FBFBFB;
  transition: all 0.2s;
  text-transform: uppercase;
}
.top-header .language a.active {
  color: #E52330;
}
.top-header .language a:hover {
  color: #E52330;
}
.top-header .list--block.city-choose {
  min-width: 100px;
}
.top-header .list--block {
  margin-right: 51px;
}
.top-header .list--block.number-chosen {
  display: none;
  min-width: 180px;
}
.top-header .list--block.number-chosen.active {
  display: block;
}

.line-pag-down-team {
  max-width: 300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  align-items: center;
}
.line-pag-down-team button {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.line-pag-down-team button:nth-child(1) {
  transform: rotate(180deg);
}
.line-pag-down-team button:nth-child(2) {
  margin-left: 50px;
}

.block-down {
  background: #F2F2F2;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 58px;
  padding-right: 60.39px;
  z-index: 9;
  position: relative;
  transition: ease-in 0.2s;
}
.block-down .menu {
  list-style-type: none;
  display: flex;
}
.block-down .menu li {
  display: flex;
  align-items: center;
  margin-right: 40px;
  position: relative;
}
.block-down .menu li:last-of-type {
  margin-right: 0;
}
.block-down .menu li.active::before {
  content: "";
  height: 3px;
  width: 19px;
  background: #E52330;
  transform: matrix(0.63, -0.85, 0.69, 0.65, 0, 0);
  display: block;
  margin-right: 1px;
  position: absolute;
  left: -20px;
}
.block-down .menu li a {
  font-family: "Play", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 22px;
  color: #333333;
}
.block-down .menu li a:hover {
  color: #E52330;
  text-decoration: none;
}
.block-down .search-data {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 32px;
  max-width: 263px;
  width: 100%;
}
.block-down .search-data .input-basic {
  height: 34px;
  width: 100%;
  max-width: 225px;
  padding: 0 15px;
  margin-right: 4px;
}
.block-down .search-data .search-info {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  background: transparent;
  border: 2px solid #333333;
}
.block-down .search-data .search-info::before {
  background-image: url(/local/templates/main/css/../img/logo-button-search.svg);
  display: block;
  content: "";
  min-width: 14px;
  height: 14px;
  background-repeat: no-repeat;
}
.block-down .search-data .search-info:hover {
  background: transparent;
  border: 2px solid #E52330;
}
.block-down .login {
  line-height: 0;
  margin-left: 32px;
  margin-right: 33px;
}
.block-down .login::before {
  background-image: url(/local/templates/main/css/../img/group-login.png);
  display: block;
  content: "";
  min-width: 28px;
  height: 32px;
  background-repeat: no-repeat;
}
.block-down .login:hover::before {
  background-position: -28px 0;
}
.block-down .menu-open {
  line-height: 0;
  cursor: pointer;
}
.block-down .menu-open::before {
  background-image: url(/local/templates/main/css/../img/group-right-menu.png);
  background-position: 0 0;
  display: block;
  content: "";
  min-width: 29px;
  height: 23px;
  background-repeat: no-repeat;
}
.block-down .menu-open:hover::before {
  background-position: -29px 0;
}

.mobile-button {
  display: none;
  align-items: center;
  justify-content: center;
  background: transparent;
}
.mobile-button:hover {
  background: transparent;
}

/*END OF HEADER*/
@keyframes showBlock {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*CONTENT*/
.content {
  margin-top: 104px;
  overflow: hidden;
  position: relative;
  flex: 1;
}

.content-404 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.under-header.sold {
  min-height: 104px;
  max-height: 104px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.under-header.sold .sold-left::before {
  display: none;
}
.under-header.sold .sold-left::after {
  content: "";
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  z-index: 1;
  width: 179px;
  height: 247px;
  right: 0;
  top: 55px;
  background-image: url(/local/templates/main/css/../img/dirt-2.png);
}
.under-header.sold .sold-left {
  border-bottom: 0;
}

.txt-mobile {
  display: none;
}

#scroll_top {
  display: none;
  align-items: center;
  justify-content: center;
  background: #FBFBFB;
  min-width: 76px;
  height: 76px;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.1);
  position: fixed;
  right: 64px;
  bottom: 20px;
  border-radius: 50%;
  z-index: 12;
  cursor: pointer;
}
#scroll_top::before {
  background-image: url(/local/templates/main/css/../img/scroll-top.png);
  background-position: 0 0;
  display: block;
  content: "";
  min-width: 20.5px;
  height: 28px;
  background-repeat: no-repeat;
}
#scroll_top:hover::before {
  background-position: -20.5px 0;
}

#scroll_top.active {
  display: flex;
}

/*END OF CONTENT*/
/*HEADER*/
/*FOOTER*/
.footer {
  position: relative;
  background: #172234;
  padding: 34px 0 26px;
  margin-top: auto;
  z-index: 2;
}
.footer .footer__content {
  max-width: 1126px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: 126px;
  display: flex;
  align-items: center;
}
.footer .footer__content .left-part {
  max-width: 159px;
  width: 100%;
  margin-top: 63px;
}
.footer .footer__content .left-part .open-txt-normal {
  margin-bottom: 12px;
  display: block;
}
.footer .footer__content .left-part .open-txt-normal:hover {
  color: #E52330;
}
.footer .footer__content .left-part .open-txt-normal:last-child {
  margin-bottom: 0;
}
.footer .footer__content .left-part .service {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  color: #FBFBFB;
  margin-bottom: 11px;
  text-transform: uppercase;
}
.footer .footer__content .center-part {
  max-width: 238px;
  width: 100%;
  margin-left: auto;
  text-align: center;
  position: relative;
  padding-left: 40px;
}
.footer .footer__content .center-part .socials {
  margin-top: 29px;
  display: flex;
  justify-content: center;
}
.footer .footer__content .center-part .socials .social {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-width: 34px;
  height: 34px;
  margin-right: 13.5px;
  background: #FBFBFB;
  box-shadow: 0 0 31px rgba(0, 0, 0, 0.15);
}
.footer .footer__content .center-part .socials .social.youtube img {
  width: 20px;
  height: 13px;
}
.footer .footer__content .center-part .socials .social.viber img {
  width: 18px;
  height: 19px;
}
.footer .footer__content .center-part .socials .social.whatsapp img {
  width: 20px;
  height: 20px;
}
.footer .footer__content .center-part .socials .social.telegr img {
  width: 18px;
  height: 15px;
}
.footer .footer__content .center-part .socials .social.facebook img {
  width: 9px;
  height: 18px;
}
.footer .footer__content .center-part .socials .social.inst img {
  width: 19px;
  height: 19px;
}
.footer .footer__content .center-part .socials .social:last-child {
  margin-right: 0;
}
.footer .footer__content .center-part .logo {
  margin-bottom: 29px;
}
.footer .footer__content .right-part {
  max-width: 451px;
  margin-top: 63px;
  width: 100%;
  margin-left: auto;
}
.footer .footer__content .right-part a:hover {
  color: #E52330;
}
.footer .footer__content .right-part .phone-footer {
  display: none;
}
.footer .footer__content .right-part .phone-footer.active {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.footer .footer__content .right-part .phone::before {
  min-width: 20px;
  height: 21px;
  background-image: url(/local/templates/main/css/../img/icons_call.svg);
  background-size: 20px 21px;
  background-repeat: no-repeat;
  display: block;
  content: "";
  margin-right: 12px;
}
.footer .footer__content .right-part .email::before {
  min-width: 20px;
  height: 17px;
  background-image: url(/local/templates/main/css/../img/footer-email.svg);
  background-repeat: no-repeat;
  display: block;
  content: "";
  margin-right: 12px;
}
.footer .footer__content .right-part .location::before {
  min-width: 13px;
  height: 20px;
  background-image: url(/local/templates/main/css/../img/location-footer.svg);
  background-repeat: no-repeat;
  display: block;
  content: "";
  margin-right: 12px;
}
.footer .footer__content .right-part .time::before {
  min-width: 20px;
  height: 20px;
  background-image: url(/local/templates/main/css/../img/icon-time-white.svg);
  background-repeat: no-repeat;
  display: block;
  content: "";
  margin-right: 12px;
}
.footer .footer__content .right-part a, .footer .footer__content .right-part p {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.footer .footer__content .right-part a img, .footer .footer__content .right-part p img {
  margin-right: 12px;
}
.footer .footer__content .right-part a:last-child, .footer .footer__content .right-part p:last-child {
  margin-bottom: 0;
}
.footer .footer__last-line {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 46px;
  padding-top: 20px;
  border-top: 1px solid rgba(140, 140, 140, 0.2);
}
.footer .footer__last-line a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  text-decoration-line: underline;
  color: #BDBDBD;
  margin-right: 15px;
  margin-left: 8px;
}
.footer .footer__last-line a:last-child {
  margin-right: 0;
  margin-left: 0;
}
.footer .footer__last-line a:hover {
  color: #E52330;
}

/*END OF FOOTER*/
.sold {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.sold .sold-left {
  position: relative;
  width: 52.152%;
  border-bottom: 2px solid #FBFBFB;
}
.sold .sold-left::before {
  content: "";
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  z-index: 1;
}
.sold .sold-left::before {
  background-image: url("/local/templates/main/css/../img/tire-tracks_main-1.png");
  left: 0;
  bottom: 0;
  width: 344px;
  height: 344px;
}
.sold .sold-left .img-marlin {
  font-family: "Play", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 166.832px;
  line-height: 193px;
  color: #F2F2F2;
  margin-top: 25px;
  margin-left: 14px;
  z-index: 2;
  position: relative;
}
.sold .sold-left .cont-info {
  z-index: 2;
  margin-right: 62px;
  margin-left: 203px;
  max-width: 490px;
  width: 100%;
  position: relative;
  top: -77.5px;
}
.sold .sold-left .cont-info h1 {
  position: relative;
  left: -2px;
}
.sold .sold-left .cont-info form {
  margin-top: 35px;
}
.sold .sold-left .cont-info form .input-basic {
  width: 305px;
  height: 50px;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.sold .sold-left .cont-info form .button-basic {
  margin-top: 5px;
  width: 305px;
  height: 55px;
}
.sold .sold-left .cont-info form .txt-small-grey {
  margin-top: 15px;
  max-width: 264px;
  margin-bottom: 1.5px;
}
.sold .sold-left .cont-info form .txt-small-grey a {
  text-decoration: underline;
  color: #999898;
}
.sold .sold-left .cont-info form .txt-small-grey a:hover {
  transition: all 0.2s;
  color: #E52330;
}
.sold .sold-left .cont-info p.open-txt-normal {
  margin-top: 20px;
  max-width: 407px;
  width: 100%;
}
.sold .sold-right {
  background: #172234;
  min-width: 47.848%;
  width: 47.848%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 36px 0 21px;
  position: relative;
  z-index: 2;
}
.sold .sold-right #viewport {
  width: 100%;
  overflow: hidden;
}
.sold .sold-right .slider {
  position: relative;
  display: flex;
  justify-content: start;
  flex-wrap: nowrap;
}
.sold .sold-right .slide {
  width: 100%;
  margin-left: 24px;
  margin-right: 24px;
}
.sold .sold-right .paginator {
  display: flex;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  margin-top: 10px;
}
.sold .sold-right .paginator .change-card {
  background-color: transparent;
}
.sold .sold-right .paginator .change-card:first-of-type {
  margin-right: 49px;
}
.sold .sold-right .paginator .open-all {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  top: 1px;
  padding: 13px 19px 13px 20px;
  border: 1px solid #FBFBFB;
}
.sold .sold-right .paginator .open-all:hover span {
  color: #E52330;
}
.sold .sold-right .paginator .open-all:hover span::after {
  background-image: url(/local/templates/main/css/../img/group-strlelki-small.png);
  background-position: -6px 0;
}
.sold .sold-right .paginator .open-all span {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 22px;
  color: #FBFBFB;
  align-items: center;
  display: flex;
}
.sold .sold-right .paginator .open-all span::after {
  min-width: 6px;
  height: 9px;
  background-image: url(/local/templates/main/css/../img/group-strlelki-small.png);
  background-position: 0 0;
  display: block;
  content: "";
  margin-left: 12px;
  background-repeat: no-repeat;
  position: relative;
  top: 1px;
}
.sold .sold-right .card {
  margin-bottom: 20px;
  line-height: 0;
  display: flex;
  align-items: center;
  background: #232F44;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.1);
  border-radius: 1px;
  transition: all 0.2s;
  position: relative;
}
.sold .sold-right .card .transfer-open {
  width: 36px;
  height: 36px;
  background: #E52330;
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
}
.sold .sold-right .card:hover .transfer-open {
  display: flex;
}
.sold .sold-right .card__image {
  position: relative;
  height: 100%;
  min-width: 280px;
  min-height: 210px;
}
.sold .sold-right .card__image .economic {
  background: #E52330;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 171px;
  height: 33px;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #FBFBFB;
  position: absolute;
  left: -24px;
  top: 10px;
}
.sold .sold-right .card__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 210px;
  min-width: 280px;
  max-width: 280px;
}
.sold .sold-right .card__info {
  padding: 16px 20px 7px 20px;
  flex: 1 1 auto;
}
.sold .sold-right .card__info .more-info.on-aukcion {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.sold .sold-right .card__info .more-info.on-aukcion span:last-of-type {
  margin-left: 0;
  margin-right: 10px;
}
.sold .sold-right .card__info .name-car {
  margin-bottom: 10px;
}
.sold .sold-right .card__info .price-car {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 30px;
}
.sold .sold-right .card__info .more-info {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #FBFBFB;
  display: flex;
  align-items: center;
  margin-bottom: 9px;
}
.sold .sold-right .card__info .more-info span {
  display: block;
  margin-right: 16px;
}
.sold .sold-right .card__info .more-info span:last-of-type {
  margin-left: auto;
  margin-right: 0;
}
.sold .sold-right .position-item-cards {
  top: 50px;
  left: -24px;
}
.sold .sold-right .position-item-cards.empty_economic {
  left: -24px;
  top: 10px;
}

.why-we {
  text-align: center;
  box-sizing: border-box;
  padding: 100px 46px 0 48px;
}
.why-we .txt-bold {
  margin-bottom: 5px;
  position: relative;
  left: -3px;
}
.why-we .h2-play {
  margin-bottom: 50px;
}
.why-we .cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1355px;
  margin-left: auto;
  margin-right: auto;
}
.why-we .cards .more-txt {
  display: none;
}
.why-we .cards .card {
  width: 100%;
  max-width: 315px;
  cursor: pointer;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}
.why-we .cards .card.active .more-txt {
  display: block;
  margin-top: 10px;
}
.why-we .cards .card .padding-t {
  padding-top: 39px;
}
.why-we .cards .card .padding-t .info {
  padding: 0 4px 20px 4px;
  position: relative;
}
.why-we .cards .card .padding-t .info.less-padding {
  padding: 0 1px 20px 2px;
}
.why-we .cards .card .card-name {
  font-family: "Play", sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 23px;
  text-align: center;
  color: #333333;
  padding-top: 46px;
  z-index: 9;
  position: relative;
}
.why-we .cards .card .raz-txt {
  display: block;
}
.why-we .cards .card .card-txt {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  color: #333333;
  z-index: 9;
  position: relative;
}
.why-we .cards .card .smaller-width {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.why-we .cards .card.img-replace-child.active .block-child > img:first-of-type {
  display: none;
}
.why-we .cards .card.img-replace-child.active .block-child > img:last-of-type {
  display: block;
}
.why-we .cards .card:hover .info, .why-we .cards .card.active .info {
  background: #F2F2F2;
}
.why-we .cards .card:hover .info::before, .why-we .cards .card:hover .info::after, .why-we .cards .card.active .info::before, .why-we .cards .card.active .info::after {
  content: "";
  background-repeat: no-repeat;
  display: block;
  position: absolute;
}
.why-we .cards .card:hover .info::before, .why-we .cards .card.active .info::before {
  background-image: url("/local/templates/main/css/../img/why-we-rect-1.png");
  left: 0;
  top: 0;
  width: 112px;
  height: 133.5px;
}
.why-we .cards .card:hover .info::after, .why-we .cards .card.active .info::after {
  width: 112px;
  height: 113px;
  right: 0;
  bottom: 3px;
  background-image: url("/local/templates/main/css/../img/why-we-rect-2.png");
}
.why-we .cards .card:hover .logo, .why-we .cards .card.active .logo {
  background: #E52330;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.1);
}
.why-we .cards .card .logo {
  background: #F2F2F2;
  border-radius: 1px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  z-index: 9;
}

.container-bg-1 {
  background: #172234;
  position: relative;
  margin-right: calc((100% - 1920px) / 2);
}

.container-bg-2 {
  background: #F2F2F2;
  position: relative;
  margin-right: calc((100% - 1920px) / 2 - 77px);
}

.contacts-section {
  position: relative;
}
.contacts-section::after {
  content: "";
  width: 272px;
  height: 398px;
  position: absolute;
  right: 0;
  top: -185px;
  background-image: url("/local/templates/main/css/../img/quest-1-bg.png");
  background-repeat: no-repeat;
  z-index: -1;
}

.container-bg-3 {
  background: #172234;
  position: relative;
  z-index: 2;
  margin-right: calc((100% - 1920px) / 2);
}
.container-bg-3::before {
  content: "";
  background-image: url("/local/templates/main/css/../img/access-img-left.png");
  width: 293px;
  height: 408px;
  position: absolute;
  bottom: 3px;
  left: 0;
}

.wrapper {
  margin: 0 auto;
  padding: 0 25px;
  max-width: 1920px;
  min-width: 320px;
}

.connect-us {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding-top: 98px;
  padding-bottom: 98px;
  background-image: url("/local/templates/main/css/../img/bg-auto.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  /*margin-top: 80px;*/
  z-index: 2;
}
.connect-us .left-part {
  max-width: 508px;
  margin-left: auto;
  margin-right: auto;
  left: 15%;
  position: relative;
  z-index: 9;
}
.connect-us .left-part .h2-play {
  margin: 5px 0 0 0;
}
.connect-us .left-part .h2-play,
.connect-us .left-part .txt-bold {
  text-align: left;
  justify-content: left;
}
.connect-us .right-part {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  z-index: 9;
}
.connect-us .right-part .link {
  width: 230px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 20px rgba(51, 51, 51, 0.05);
  transition: all 0.2s;
  margin-right: 31px;
}
.connect-us .right-part .link:last-of-type {
  margin-right: 0;
}
.connect-us .right-part .link.viber {
  background: #858EF2;
}
.connect-us .right-part .link.viber span {
  display: flex;
  align-items: center;
}
.connect-us .right-part .link.viber span::before {
  min-width: 28px;
  height: 29px;
  background-image: url(/local/templates/main/css/../img/viber-w.svg);
  display: block;
  content: "";
  background-repeat: no-repeat;
  margin-right: 8px;
}
.connect-us .right-part .link.viber:hover {
  background: #6470F1;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.1);
}
.connect-us .right-part .link.telegram {
  background: #71C5E7;
}
.connect-us .right-part .link.telegram span {
  display: flex;
  align-items: center;
}
.connect-us .right-part .link.telegram span::before {
  min-width: 23px;
  height: 20px;
  background-image: url(/local/templates/main/css/../img/telegram2.svg);
  display: block;
  content: "";
  background-repeat: no-repeat;
  margin-right: 13px;
}
.connect-us .right-part .link.telegram:hover {
  background: #3DB0DE;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.1);
}
.connect-us .right-part .link.whatsapp {
  background: #1fca42;
}
.connect-us .right-part .link.whatsapp span {
  display: flex;
  align-items: center;
}
.connect-us .right-part .link.whatsapp span::before {
  min-width: 28px;
  height: 29px;
  background-image: url(/local/templates/main/css/../img/whatsapp-w.svg);
  display: block;
  content: "";
  background-repeat: no-repeat;
  margin-right: 13px;
}
.connect-us .right-part .link.whatsapp:hover {
  background: #3DB0DE;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.1);
}
.connect-us .right-part .link span {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  color: #FBFBFB;
}

.catalog {
  background: #172234;
  padding: 100px 0 99px;
  position: relative;
  z-index: 2;
}
.catalog .category-show {
  display: none;
}
.catalog .category-show.active {
  display: block;
}
.catalog .category-cars {
  list-style-type: none;
  display: flex;
  justify-content: center;
  margin-top: 49px;
}
.catalog .category-cars li {
  background: #232F44;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  min-width: 270px;
  font-family: "Play", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 22px;
  padding-left: 25px;
  padding-right: 25px;
  margin-right: 30px;
  text-transform: uppercase;
  color: #FBFBFB;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid transparent;
  position: relative;
}
.catalog .category-cars li:last-child {
  margin-right: 0;
}
.catalog .category-cars li.active {
  background: #FBFBFB;
  font-size: 20px;
  font-weight: bold;
  color: red;
}
.catalog .category-cars li:hover {
  border: 1px solid #FBFBFB;
}
.catalog .open-all.open-txt-normal:hover span::after {
  background-image: url(/local/templates/main/css/../img/group-strl-down.png);
  background-position: -12px 0;
}
.catalog .open-all.open-txt-normal span {
  display: flex;
  align-items: center;
}
.catalog .open-all.open-txt-normal span::after {
  min-width: 12px;
  height: 8px;
  background-image: url(/local/templates/main/css/../img/group-strl-down.png);
  background-position: 0 0;
  display: block;
  content: "";
  background-repeat: no-repeat;
  margin-left: 10px;
  position: relative;
  top: 2px;
}
.catalog .open-all {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  transition: all 0.2s;
  margin-top: 30px;
  width: 140px;
  position: relative;
  left: 5px;
}
.catalog .open-all img {
  position: relative;
  top: 2px;
  transform: rotate(90deg);
  height: 12px;
}
.catalog .open-all:hover {
  color: #E52330;
}
.catalog .txt-bold {
  position: relative;
}
.catalog .h2-play {
  text-align: center;
  margin-top: 6px;
  position: relative;
}
.catalog .cards {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
}
.catalog .cards .info {
  padding: 10px 15px 10px;
}
.catalog .cards .on-aukcion {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  margin-top: -3px;
}
.catalog .cards .on-aukcion span {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #FBFBFB;
  margin-right: 11px;
  position: relative;
  top: 2px;
}
.catalog .cards .on-aukcion span.black {
  color: #333333;
}
.catalog .cards .button-basic {
  height: 55px;
  width: 100%;
  cursor: pointer;
}
.catalog .cards .button-basic span {
  display: flex;
  align-items: center;
}
.catalog .cards .button-basic span::after {
  min-width: 7px;
  height: 12px;
  background-image: url(/local/templates/main/css/../img/str-right.svg);
  display: block;
  content: "";
  background-repeat: no-repeat;
  margin-left: 16px;
  position: relative;
  top: 1px;
}
.catalog .cards .price-car {
  font-size: 22px;
  line-height: 30px;
}
.catalog .cards .name-car {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: auto;
  margin-bottom: auto;
}
.catalog .cards .card {
  background: #232F44;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  max-width: 315px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.catalog .cards .card .img-car {
  max-width: 100%;
  margin-bottom: 10px;
}
.catalog .cards .card .statistic {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.catalog .cards .card .statistic:nth-of-type(1) {
  margin-top: 7px;
}
.catalog .cards .card .statistic > div {
  display: flex;
  align-items: flex-start;
  width: 55%;
}
.catalog .cards .card .statistic > div:nth-child(2n) {
  width: 45%;
}
.catalog .cards .card .statistic .open-txt-normal {
  margin-left: 10px;
  font-size: 15px;
  line-height: 19px;
}

.five-steps-bl {
  padding: 100px 0 101px;
  position: relative;
}
.five-steps-bl::before {
  background-image: url("/local/templates/main/css/../img/mas-5-steps-main.png");
  width: 218px;
  height: 224px;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
}
.five-steps-bl::after {
  content: "";
  background-image: url("/local/templates/main/css/../img/mas-5-steps-main2.png");
  width: 425px;
  height: 270px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.five-steps-bl .right-part {
  margin-top: 55px;
  margin-left: auto;
  margin-right: 0;
  width: 100%;
  max-width: 558px;
}
.five-steps-bl .right-part .txt-nun {
  border-left: 4px solid #F2F2F2;
  background: #fff;
  padding-left: 15px;
  position: relative;
  left: 0;
}
.five-steps-bl .right-part .image {
  display: block;
  margin-bottom: 20px;
  max-width: 100%;
}
.five-steps-bl .right-part .semi-size-txt {
  display: none;
}
.five-steps-bl .right-part .semi-size-txt.active {
  display: block;
}
.five-steps-bl .right-part .semi-size-txt.active span:not(:first-child) {
  display: block;
  margin-top: 10px;
}
.five-steps-bl .five-steps {
  margin-top: 50px;
  display: flex;
  position: relative;
  padding-left: 2px;
}
.five-steps-bl .five-steps .steps, .five-steps-bl .five-steps .left-part {
  counter-reset: heading;
  margin-top: 28px;
  max-width: 486px;
  width: 100%;
}
.five-steps-bl .step {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 40px;
}
.five-steps-bl .step .txt-step {
  background: #FBFBFB;
  border: 1px solid #F2F2F2;
  width: 337px;
  min-height: 70px;
  display: flex;
  align-items: center;
  padding-left: 22px;
  box-sizing: border-box;
}
.five-steps-bl .step:last-of-type {
  margin-bottom: 0;
}
.five-steps-bl .step:last-of-type .bg-circle::after {
  display: none;
}
.five-steps-bl .step:last-of-type .circle::after {
  display: none;
}
.five-steps-bl .step .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(229, 35, 48, 0.27);
  min-width: 68px;
  height: 68px;
  position: relative;
  margin-right: 17px;
}
.five-steps-bl .step .circle::after {
  width: 2px;
  height: 40px;
  background: #F8C4C7;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -41px;
  transform: translate(-50%, 0);
}
.five-steps-bl .step .circle::before {
  counter-increment: heading;
  content: counter(heading, decimal-leading-zero);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #E52330;
  box-sizing: border-box;
  min-width: 54px;
  height: 54px;
  color: #FBFBFB;
  font-style: normal;
  font-weight: 600;
  font-size: 25.5px;
  line-height: 33px;
}
.five-steps-bl .step:hover .txt-step {
  border: 1px solid #BDBDBD;
  background: #F2F2F2;
}
.five-steps-bl .step.active .txt-step {
  border: 1px solid #BDBDBD;
  background: #F2F2F2;
}
.five-steps-bl .step.active .txt-step:after, .five-steps-bl .step.active .txt-step:before {
  content: "";
  border: solid transparent;
  position: absolute;
  transform: rotate(-90deg);
  right: -24px;
  z-index: 1;
}
.five-steps-bl .step.active .txt-step:before {
  border-top-color: #BDBDBD;
  border-width: 12px;
}
.five-steps-bl .step.active .txt-step:after {
  border-top-color: #F2F2F2;
  border-width: 13px;
}
.five-steps-bl .mar-cen {
  margin-left: auto;
  margin-right: auto;
  max-width: 1007px;
  z-index: 2;
  position: relative;
}
.five-steps-bl .mar-cen .h2-play {
  margin-top: 5px;
}
.five-steps-bl .mar-cen .h2-play, .five-steps-bl .mar-cen .txt-bold.line-act {
  text-align: left;
  justify-content: left;
  max-width: 600px;
}

.process-do {
  background: #172234;
  padding: 100px 60px 90px 0;
  position: relative;
  z-index: 2;
}
.process-do > div {
  max-width: 1410px;
  margin-left: auto;
  margin-right: auto;
}
.process-do .left-part {
  width: calc(100% - 189px);
  display: none;
}
.process-do .left-part.active {
  display: block;
}
.process-do .right-part {
  min-width: 189px;
  margin-left: 32px;
  list-style-type: none;
  margin-right: 30px;
}
.process-do .right-part li {
  background: #232F44;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 100%;
  font-family: "Play", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 22px;
  text-transform: uppercase;
  color: #FBFBFB;
  margin-bottom: 10px;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid transparent;
  position: relative;
}
.process-do .right-part li.active {
  background: #FBFBFB;
  font-size: 20px;
  font-weight: bold;
  color: #E52330;
}
.process-do .right-part li.active::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 15px solid #FBFBFB;
  position: absolute;
  left: -13px;
  border-bottom: 10px solid transparent;
}
.process-do .right-part li:hover {
  border: 1px solid #FBFBFB;
}
.process-do .right-part:last-child {
  margin-bottom: 0;
  margin-top: 3px;
}
.process-do .content-block {
  display: flex;
  justify-content: flex-end;
}
.process-do .image {
  line-height: 0;
  margin-left: auto;
}
.process-do .information {
  max-width: 399px;
  margin-right: 30px;
  padding: 20px 0;
}
.process-do .information a {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 22px;
  color: #FBFBFB;
}
.process-do .information a:hover {
  color: #E52330;
}
.process-do .information .points {
  display: flex;
  align-items: center;
  margin-bottom: 26px;
}
.process-do .information .points:last-child {
  margin-bottom: 0;
}
.process-do .information .points a.open-txt-normal {
  transition: all 0.2s;
}
.process-do .information .points a.open-txt-normal:hover {
  color: #E52330;
}
.process-do .information .points img {
  margin-right: 8px;
}
.process-do .information .points:first-of-type {
  align-items: flex-start;
}
.process-do .information .points:first-of-type img {
  margin-right: 11px;
}
.process-do .part {
  display: flex;
  align-items: center;
  padding-left: 206px;
}
.process-do .part:first-of-type {
  background: #232F44;
}
.process-do .part .h3-play {
  margin-bottom: 20px;
}
.process-do .h2-play {
  margin-top: 5px;
  margin-bottom: 50px;
}
.process-do .h2-play, .process-do .txt-bold.line-act {
  text-align: left;
  justify-content: left;
  margin-left: 200px;
}

.aukc_company {
  padding-top: 100px;
  padding-bottom: 79px;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.aukc_company .h2-play {
  margin-top: 5px;
}
.aukc_company .h2-play, .aukc_company .txt-bold.line-act {
  text-align: left;
  padding-left: 12px;
  justify-content: left;
}
.aukc_company .cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}
.aukc_company .cards .card {
  background: #F2F2F2;
  min-height: 320px;
  max-width: 315px;
  box-sizing: border-box;
  padding: 22px 14px 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 10px 20px;
  justify-content: center;
  z-index: 2;
}
.aukc_company .cards .card .image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  margin-bottom: 26px;
}
.aukc_company .cards .card::after {
  content: "";
  background-image: url("/local/templates/main/css/../img/transfer_on_button.svg");
  min-width: 36px;
  height: 36px;
  background-color: #E52330;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 0.2s;
}
.aukc_company .cards .card.has_link:hover::after {
  display: flex;
}

.giv-access {
  display: flex;
  margin-left: auto;
  max-width: 1920px;
}
.giv-access .right-part {
  display: flex;
  position: relative;
  background: #fff;
  align-items: center;
}
.giv-access .right-part .img-right {
  max-width: 100%;
}
.giv-access .left-part {
  flex: 1;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.giv-access .left-part .h2-play {
  margin-bottom: 32px;
  color: white;
  left: 15px;
}
.giv-access .left-part form {
  flex-direction: column;
  position: relative;
  display: inline-flex;
  max-width: 305px;
  left: 15px;
  width: 100%;
}
.giv-access .left-part form input {
  max-width: 305px;
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.giv-access .left-part form button {
  margin-top: 5px;
  max-width: 305px;
  width: 100%;
  height: 55px;
}
.giv-access .left-part form .txt-small-grey {
  margin-top: 15px;
  max-width: 264px;
  text-align: left;
}
.giv-access .left-part form .txt-small-grey a {
  text-decoration: underline;
  color: #999898;
}
.giv-access .left-part form .txt-small-grey a:hover {
  color: #E52330;
}

.start-partner {
  padding-top: 100px;
  padding-bottom: 63px;
  padding-right: 59px;
  position: relative;
  min-height: 849px;
  box-sizing: border-box;
}
.start-partner .txt-red-partner {
  color: #E52330;
}
.start-partner .step.active .txt-red-partner {
  color: #FBFBFB;
}
.start-partner::before {
  content: "";
  width: 312px;
  height: 309.7px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url("/local/templates/main/css/../img/tire-tracks-pantner.png");
  background-repeat: no-repeat;
}
.start-partner .mar-cen {
  margin-left: auto;
  margin-right: auto;
  max-width: 1177px;
  z-index: 2;
  position: relative;
}
.start-partner .h2-play {
  margin-top: 5px;
}
.start-partner .h2-play, .start-partner .txt-bold.line-act {
  text-align: left;
  justify-content: left;
}
.start-partner .right-part {
  margin-left: auto;
  margin-right: 0;
  width: 100%;
  max-width: 558px;
}
.start-partner .start-5.active {
  background: #F2F2F2;
  width: 100%;
  padding: 103px 0 120px 0;
}
.start-partner .start-5.active .txt-bold {
  justify-content: center;
}
.start-partner .start-5.active form {
  max-width: 305px;
  margin-left: auto;
  margin-right: auto;
}
.start-partner .start-5.active .txt-small-grey {
  margin-top: 15px;
  max-width: 268px;
}
.start-partner .start-5.active .txt-small-grey a {
  text-decoration: underline;
  color: #999898;
}
.start-partner .start-5.active .txt-small-grey a:hover {
  color: #E52330;
}
.start-partner .start-5.active .txt-bold {
  margin-bottom: 30px;
}
.start-partner .start-5.active .input-basic {
  width: 305px;
  height: 50px;
  margin-bottom: 15px;
  padding-left: 16px;
  padding-right: 16px;
}
.start-partner .start-5.active .button-basic {
  margin-top: 5px;
  width: 305px;
  height: 55px;
}
.start-partner .right-part .image {
  display: block;
  margin-bottom: 20px;
  max-width: 100%;
}
.start-partner .right-part .txt-nun {
  border-left: 4px solid #F2F2F2;
  padding-left: 15px;
  background: #fff;
}
.start-partner .right-part .semi-size-txt {
  display: none;
  padding-right: 15px;
}
.start-partner .right-part .semi-size-txt span:not(:nth-child(1)) {
  margin-top: 10px;
  display: block;
}
.start-partner .right-part .semi-size-txt.active {
  display: block;
}
.start-partner .five-steps {
  margin-top: 22px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.start-partner .five-steps .steps {
  margin-top: 28px;
  max-width: 486px;
  width: 100%;
}
.start-partner .step {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 40px;
}
.start-partner .step.active .txt-step:after, .start-partner .step.active .txt-step:before, .start-partner .step:hover .txt-step:after, .start-partner .step:hover .txt-step:before {
  content: "";
  border: solid transparent;
  position: absolute;
  transform: rotate(-90deg);
  right: -24px;
}
.start-partner .step.active:last-of-type .txt-bold {
  color: #FBFBFB;
}
.start-partner .step.active .txt-step {
  background: #E52330;
  border: 1px solid #BDBDBD;
  color: #FBFBFB;
}
.start-partner .step.active .txt-step span::before {
  background-image: url(/local/templates/main/css/../img/check-active.svg);
}
.start-partner .step.active .txt-step > img:first-of-type {
  display: none;
}
.start-partner .step.active .txt-step > img:last-of-type {
  display: block;
}
.start-partner .step.active .txt-step:before {
  border-top-color: #BDBDBD;
  border-width: 12px;
}
.start-partner .step.active .txt-step:after {
  border-top-color: #E52330;
  border-width: 13px;
}
.start-partner .step .txt-step {
  background: #FBFBFB;
  border: 1px solid #F2F2F2;
  width: 100%;
  max-width: 486px;
  min-height: 70px;
  display: flex;
  align-items: center;
  padding-left: 30px;
  box-sizing: border-box;
}
.start-partner .step .txt-step span {
  display: flex;
  align-items: center;
}
.start-partner .step .txt-step span::before {
  min-width: 25px;
  height: 25px;
  background-image: url(/local/templates/main/css/../img/check.svg);
  background-repeat: no-repeat;
  display: block;
  content: "";
  margin-right: 25px;
}
.start-partner .step .txt-step > img {
  margin-right: 25px;
}
.start-partner .step .txt-step > img:first-of-type {
  display: block;
}
.start-partner .step .txt-step > img:last-of-type {
  display: none;
}
.start-partner .step:last-of-type {
  margin-bottom: 0;
}
.start-partner .step:last-of-type .txt-bold {
  color: #E52330;
}
.start-partner .step:not(.active):hover .txt-step {
  border: 1px solid #BDBDBD;
  background: #F2F2F2;
}

.my-cab {
  position: relative;
}
.my-cab::after {
  content: "";
  width: 256px;
  height: 261px;
  position: absolute;
  right: 0;
  bottom: 75px;
  background-image: url("/local/templates/main/css/../img/pers-sh.png");
  background-repeat: no-repeat;
}

.lic_room {
  display: flex;
  max-width: 1920px;
  margin-left: auto;
}
.lic_room .image-mobile {
  display: none;
}
.lic_room .elements {
  display: flex;
  margin-top: 50px;
  max-width: 609px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: -45px;
}
.lic_room .elements .pt {
  width: 50%;
}
.lic_room .elements .pt:first-of-type {
  margin-right: 35px;
  counter-reset: heading;
}
.lic_room .elements .element {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  max-width: 290px;
}
.lic_room .elements .element .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(229, 35, 48, 0.27);
  min-width: 68px;
  height: 68px;
  position: relative;
  margin-right: 28px;
}
.lic_room .elements .element .circle::before {
  counter-increment: heading;
  content: counter(heading, decimal-leading-zero);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #E52330;
  box-sizing: border-box;
  min-width: 54px;
  height: 54px;
  color: #FBFBFB;
  font-style: normal;
  font-weight: 600;
  font-size: 25.5px;
  line-height: 33px;
}
.lic_room .access {
  margin-top: 34px;
  max-width: 722px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: 10px;
}
.lic_room .access .txt-small-grey {
  margin-top: 15px;
}
.lic_room .access .txt-small-grey a {
  text-decoration: underline;
  color: inherit;
}
.lic_room .access .txt-small-grey a:hover {
  color: #E52330;
}
.lic_room .access .give-access {
  font-family: "Play", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  color: #FBFBFB;
  margin-bottom: 30px;
}
.lic_room .access form {
  display: flex;
  flex-wrap: wrap;
}
.lic_room .access form .input-basic {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  height: 55px;
}
.lic_room .access form .block-for-input {
  margin-right: 10px;
  width: 100%;
  max-width: 230px;
}
.lic_room .access form .button-basic {
  width: 240px;
  height: 55px;
}
.lic_room .access form .txt-small-grey {
  margin-top: 15px;
}
.lic_room .left-part {
  background: #172234;
  padding: 100px 0 100px 0;
  position: relative;
  width: calc(100% - 618px);
  z-index: 1;
}
.lic_room .right-part {
  line-height: 0;
  min-width: 618px;
  width: 618px;
  margin-left: auto;
  position: relative;
  background: #fff;
}
.lic_room .right-part .video-link::before {
  background-image: url(/local/templates/main/css/../img/play_v.png);
  background-repeat: no-repeat;
  width: 90px;
  height: 90px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  z-index: 5;
}
.lic_room .right-part img {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 4;
  transform: translate(0, -50%);
}
.lic_room .right-part img.image-bg {
  max-width: 640px;
}
.lic_room .h2-play {
  margin-bottom: 20px;
}
.lic_room .h2-play, .lic_room .txt-bold.line-act {
  text-align: left;
  justify-content: left;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: -45px;
  max-width: 609px;
}

.our_win {
  z-index: 2;
  display: flex;
  max-width: 1292px;
  margin-left: auto;
  margin-right: auto;
  /*padding-top: 100px;*/
  position: relative;
  left: 14px;
}
.our_win .line-one [id^=bx_incl_area_] {
  display: flex;
}
.our_win .line-one a:nth-child(1) {
  margin-right: 9px;
}
.our_win .line-one a:nth-child(2) {
  margin-left: 9px;
}
.our_win .video-link {
  position: relative;
  display: flex;
  justify-content: center;
}
.our_win .video-link::before {
  background-image: url(/local/templates/main/css/../img/play_v.png);
  background-repeat: no-repeat;
  width: 90px;
  height: 90px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
}
.our_win .video-link img {
  max-width: 100%;
}
.our_win .video-link img:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.our_win .part-1 {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 670px;
  margin-right: 20px;
}
.our_win .part-1 .line-one {
  margin-top: 20px;
  display: flex;
}
.our_win .part-1 .line-one .img-cl {
  max-width: 100%;
  display: block;
  width: calc(50% - 10px);
}
.our_win .part-1 .line-one .img-cl:nth-child(1) {
  margin-right: 20px;
}
.our_win .part-1 .line-one .paginator {
  margin-top: 20px;
}
.our_win .part-1 .line-one .paginator button {
  background: transparent;
  width: 11px;
  height: 18px;
}
.our_win .part-1 .line-one .paginator button:nth-child(1) {
  margin-right: 44px;
  transform: rotate(180deg);
}
.our_win .part-1 .line-one #comments {
  width: 100%;
  overflow: hidden;
}
.our_win .part-1 .line-one #comments .comments {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: nowrap;
}
.our_win .part-1 .line-one #comments .comments .slide {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.our_win .part-1 .line-one #comments .comments .slide .slide-block {
  width: 50%;
  margin-right: 20px;
  border: 1px solid #F2F2F2;
  padding: 10px 13px 24px 10px;
  box-sizing: border-box;
  position: relative;
  background: #fff;
}
.our_win .part-1 .line-one #comments .comments .slide .slide-block .content-txt {
  font-size: 15px;
  line-height: 19px;
  color: #333333;
}
.our_win .part-1 .line-one #comments .comments .slide .slide-block .header--block {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}
.our_win .part-1 .line-one #comments .comments .slide .slide-block .header--block .image-block {
  display: flex;
  max-width: 75px;
  max-height: 75px;
  position: relative;
}
.our_win .part-1 .line-one #comments .comments .slide .slide-block .header--block .image-block::after {
  background-image: url(/local/templates/main/css/../img/kavichki-main.png);
  background-repeat: no-repeat;
  width: 29px;
  height: 19px;
  position: absolute;
  right: -6px;
  bottom: -4px;
  content: "";
}
.our_win .part-1 .line-one #comments .comments .slide .slide-block .header--block .image-block img {
  max-width: 100%;
  border-radius: 50%;
}
.our_win .part-1 .line-one #comments .comments .slide .slide-block .header--block .rgt-block {
  margin-left: 20px;
  position: relative;
  top: 2px;
}
.our_win .part-1 .line-one #comments .comments .slide .slide-block .header--block .rgt-block .client-name {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
  color: #333333;
  text-transform: uppercase;
}
.our_win .part-1 .line-one #comments .comments .slide .slide-block .header--block .rgt-block .client-date {
  font-size: 14px;
  line-height: 130%;
  color: #BDBDBD;
}
.our_win .part-2 {
  margin-left: auto;
  max-width: 535px;
  padding-top: 49px;
}
.our_win .part-2 .txt-bold {
  text-align: left;
  justify-content: left;
}
.our_win .part-2 .elements {
  margin-top: 51px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
.our_win .part-2 .elements .element {
  margin-bottom: 37px;
  width: 48%;
  position: relative;
}
.our_win .part-2 .elements .element .rd-txt {
  font-family: "Play", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 62px;
  margin-bottom: 5px;
  color: #E52330;
}
.our_win .part-2 .elements .element .rd-txt span {
  position: relative;
  z-index: 4;
}
.our_win .part-2 .elements .element .rd-txt .image {
  position: absolute;
  right: 0;
  top: -18px;
}
.our_win .part-2 .h2-play {
  margin-top: 5px;
  margin-bottom: 20px;
}

.team-b {
  z-index: 2;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.team-b .open-all {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  margin-top: 11px;
  color: #E52330;
  position: relative;
  justify-content: center;
  left: -20px;
  width: 100%;
}
.team-b .open-all img {
  position: relative;
  top: 2px;
}
.team-b .open-all:hover {
  color: #333333;
}
.team-b .open-all:hover img {
  transform: rotate(0);
}
.team-b .open-all span {
  margin-right: 12px;
}
.team-b .cont {
  display: flex;
  margin-top: 50px;
}
.team-b .cont .left-part {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  left: 4px;
}
.team-b .cont .element {
  max-width: 300px;
  line-height: 0;
  width: 100%;
  position: relative;
  margin-right: 21px;
  margin-bottom: 40px;
}
.team-b .cont .element .txt {
  background: #232F44;
  box-sizing: border-box;
  padding: 9px 15px 12px 8px;
  position: absolute;
  bottom: 10px;
  width: 290px;
  left: 10px;
}
.team-b .cont .element .txt > .info {
  position: relative;
  display: block;
  margin: 0;
  max-width: 100%;
}
.team-b .cont .element .txt .number_socials {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.team-b .cont .element .txt .soc-net {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.team-b .cont .element .txt .telegram-p {
  min-width: 18px;
  height: 15px;
  background-image: url(/local/templates/main/css/../img/group-telegram-white.svg);
  background-repeat: no-repeat;
  background-position: 0;
  display: block;
  content: "";
  margin-left: 15px;
}
.team-b .cont .element .txt .telegram-p:hover {
  background-position: -18px 0;
}
.team-b .cont .element .txt .viber-p {
  min-width: 20px;
  height: 21px;
  background-image: url(/local/templates/main/css/../img/group-viber-white.png);
  background-repeat: no-repeat;
  display: block;
  content: "";
  background-position: 0;
}
.team-b .cont .element .txt .viber-p:hover {
  background-position: -20px 0;
}
.team-b .cont .element .txt .person-name {
  margin-top: 6px;
  margin-bottom: 6px;
  font-family: "Play", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #FBFBFB;
}
.team-b .cont .element .txt .person-name.person-name__link:hover {
  text-decoration: underline;
}
.team-b .cont .element .txt a.open-txt-normal:hover {
  color: #E52330;
}
.team-b .cont .element .txt a.open-txt-normal {
  display: inline-flex;
}
.team-b .cont .element .txt .open-txt-normal {
  display: flex;
  align-items: center;
}
.team-b .cont .element .txt .open-txt-normal img {
  margin-right: 4px;
}
.team-b .cont .element .image {
  max-width: 100%;
}
.team-b .right-part {
  min-width: 189px;
  margin-left: auto;
  list-style-type: none;
}
.team-b .right-part li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 100%;
  background: #fff;
  font-family: "Play", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 22px;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 10px;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #BDBDBD;
  position: relative;
}
.team-b .right-part li.active {
  background: #232F44;
  border: 1px solid transparent;
  font-size: 20px;
  font-weight: bold;
  color: #FBFBFB;
}
.team-b .right-part li.active::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 15px solid #232F44;
  position: absolute;
  left: -13px;
  border-bottom: 10px solid transparent;
}
.team-b .right-part li:hover {
  border: 1px solid #1D3359;
}
.team-b .right-part:last-child {
  margin-bottom: 0;
}
.team-b .h2-play {
  margin-top: 5px;
}
.team-b .h2-play, .team-b .txt-bold.line-act {
  text-align: left;
  justify-content: left;
}

.contacts-ow {
  z-index: 2;
  display: flex;
  position: relative;
  max-width: 1920px;
  margin-left: auto;
}
.contacts-ow .block-map {
  position: absolute;
  max-width: 695px;
  width: 100%;
  right: 0;
  top: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  background: #fff;
}
.contacts-ow iframe.map-s {
  z-index: 4;
  border: 1px solid #BDBDBD;
}
.contacts-ow .h2-play, .contacts-ow .txt-bold.line-act {
  text-align: left;
  justify-content: left;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 620px;
}
.contacts-ow .information {
  display: flex;
  margin-top: 50px;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.contacts-ow .information .socials {
  margin-top: 30px;
  display: flex;
  position: relative;
  left: -9px;
}
.contacts-ow .information .socials .social {
  min-width: 40px;
  height: 40px;
  background: #FBFBFB;
  box-shadow: 0 0 38.7377px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 21px;
  border-radius: 50%;
}
.contacts-ow .information .socials .social:last-child {
  margin-right: 0;
}
.contacts-ow .information .info {
  margin-left: 76px;
  max-width: 363px;
  display: none;
}
.contacts-ow .information .info .line-s {
  display: flex;
  margin-bottom: 6px;
}
.contacts-ow .information .info.active {
  display: block;
}
.contacts-ow .information .info .open-txt-normal {
  display: flex;
  align-items: baseline;
}
.contacts-ow .information .info .open-txt-normal.phone::before {
  min-width: 20px;
  height: 21px;
  background-image: url(/local/templates/main/css/../img/contacts-phone-big.svg);
  background-repeat: no-repeat;
  display: block;
  content: "";
  margin-right: 21px;
}
.contacts-ow .information .info .open-txt-normal.location::before {
  min-width: 17px;
  height: 26px;
  background-image: url(/local/templates/main/css/../img/contacts-location-big.svg);
  background-repeat: no-repeat;
  display: block;
  content: "";
  margin-right: 21px;
}
.contacts-ow .information .info .open-txt-normal.email::before {
  min-width: 19px;
  height: 15px;
  background-image: url(/local/templates/main/css/../img/contacts-email-big.svg);
  background-repeat: no-repeat;
  display: block;
  content: "";
  margin-right: 21px;
}
.contacts-ow .information .info .open-txt-normal.email {
  margin-top: 24px;
  margin-bottom: 0;
}
.contacts-ow .information .info .open-txt-normal.location {
  margin-bottom: 30px;
}
.contacts-ow .information .info .open-txt-normal.location span {
  position: relative;
  top: -1px;
}
.contacts-ow .information .info .open-txt-normal img {
  margin-right: 21px;
}
.contacts-ow .information .info a.open-txt-normal {
  align-items: center;
}
.contacts-ow .information .info a.open-txt-normal:hover {
  color: #E52330;
}
@media (min-width: 1280px) {
  .contacts-ow .block-map iframe {
    width: 100%;
    height: 100%;
  }
}
.contacts-ow .tabs {
  min-width: 189px;
  width: 189px;
  list-style-type: none;
  margin-top: 6px;
}
.contacts-ow .tabs li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 100%;
  font-family: "Play", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 22px;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 10px;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #BDBDBD;
  position: relative;
  background: #fff;
}
.contacts-ow .tabs li.active {
  background: #232F44;
  border: 1px solid transparent;
  font-size: 20px;
  font-weight: bold;
  color: #FBFBFB;
}
.contacts-ow .tabs li.active::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 15px solid #232F44;
  position: absolute;
  right: -13px;
  border-bottom: 10px solid transparent;
}
.contacts-ow .tabs li:hover {
  border: 1px solid #1D3359;
}
.contacts-ow .tabs:last-child {
  margin-bottom: 0;
}
.contacts-ow .h2-play {
  margin-top: 5px;
}
.contacts-ow .left-part {
  background: #F2F2F2;
  padding: 112px 80px 89px 0;
  width: calc(100% - 618px);
  box-sizing: border-box;
}
.contacts-ow .right-part {
  line-height: 0;
  min-width: 618px;
  width: 618px;
  margin-left: auto;
  position: relative;
}
.contacts-ow .right-part iframe {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 4;
  border: 1px solid #BDBDBD;
  display: none;
}
.contacts-ow .right-part iframe.active {
  display: block;
}

.shadow-action-d {
  background-image: url(/local/templates/main/css/../img/shadow-action-d.png);
  background-repeat: no-repeat;
  width: 326px;
  height: 417px;
  position: absolute;
  right: 0;
  top: 22px;
  content: "";
  display: block;
}

.details-action-page {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.details-action-page .chat {
  margin-top: 100px;
  margin-right: auto;
  position: relative;
  left: -111px;
}
.details-action-page .detail-info {
  position: relative;
}
.details-action-page .detail-info-action {
  display: flex;
  margin-top: 50px;
}
.details-action-page .detail-info-action .part {
  width: 50%;
}
.details-action-page .detail-info-action .part.part-full {
  width: 100%;
}
.details-action-page .detail-info-action .part .share-txt {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  color: #333333;
  margin-bottom: 20px;
  margin-top: 30px;
}
.details-action-page .detail-info-action .part .socials {
  display: flex;
}
.details-action-page .detail-info-action .part .socials a {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background: #FBFBFB;
  min-width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  cursor: pointer;
}
.details-action-page .detail-info-action .part .socials a:last-child {
  margin-right: 0;
}
.details-action-page .detail-info-action .part br {
  content: "";
  margin-top: 22px;
  margin-bottom: 22px;
  display: block;
}
.details-action-page .detail-info-action .part p {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 22px;
  color: #333333;
  margin-bottom: 22px;
}
.details-action-page .detail-info-action .part .countdown {
  margin-top: 0;
  margin-bottom: 30px;
}
.details-action-page .detail-info-action .part:nth-child(1) {
  margin-right: 20px;
}
.details-action-page .detail-info-action .part:nth-child(2) img {
  max-width: 100%;
}
.details-action-page .h2-play {
  margin-top: 15px;
  max-width: 762px;
  width: 100%;
}
.details-action-page .txt-bold.line-act {
  margin-top: 20px;
  justify-content: left;
}
.details-action-page .date-obz {
  margin-top: 50px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #BDBDBD;
}

.contacts-ow.new-section-contacts {
  display: block;
  margin-top: 100px;
  max-width: 100%;
}
.contacts-ow.new-section-contacts .tabs {
  z-index: 3;
  position: relative;
}
.contacts-ow.new-section-contacts .team-b {
  display: none;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: 0;
  margin-right: 0;
}
.contacts-ow.new-section-contacts .team-b.active {
  display: block;
}
.contacts-ow.new-section-contacts .team-b .h2-play, .contacts-ow.new-section-contacts .team-b .txt-bold.line-act {
  text-align: left;
  justify-content: left;
}
.contacts-ow.new-section-contacts .team-b .cont {
  margin-top: 0;
}
.contacts-ow.new-section-contacts .information .socials {
  left: 0;
}
.contacts-ow.new-section-contacts .information .info .open-txt-normal.location::after {
  min-width: 12px;
  height: 7px;
  background-image: url(/local/templates/main/css/../img/contacts-down-strl.svg);
  background-repeat: no-repeat;
  display: block;
  content: "";
  position: absolute;
  right: 15px;
  top: calc(50% - 3px);
}
.contacts-ow.new-section-contacts .information .info .open-txt-normal.location.active::after {
  transform: rotate(180deg);
}
.contacts-ow.new-section-contacts .information .info .open-txt-normal.location {
  border: 1px solid #BDBDBD;
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 13px 45px 13px 15px;
  box-sizing: border-box;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
  background: #fff;
}
.contacts-ow.new-section-contacts .information .info .city-position {
  max-width: 435px;
  margin-bottom: 10px;
}
.contacts-ow.new-section-contacts .information .info .city-position:last-of-type {
  margin-bottom: 0;
}
.contacts-ow.new-section-contacts .block-map {
  max-width: calc(100% - 464px);
  max-height: 605px;
  top: 0;
  transform: translate(0, 0);
}
.contacts-ow.new-section-contacts .block-map iframe.map-s {
  height: calc(100% - 1px);
  position: initial;
  transform: translate(0, 0);
}
.contacts-ow.new-section-contacts .information {
  max-width: 100%;
  width: 100%;
}
.contacts-ow.new-section-contacts .information .info {
  margin-left: 40px;
  max-width: 100%;
  width: 100%;
  position: relative;
}
.contacts-ow.new-section-contacts .information .info .ve-rw {
  max-width: 434px;
  width: 100%;
  min-height: 607px;
}
.contacts-ow.new-section-contacts .detail-info {
  display: none;
  position: relative;
  padding: 30px 0 20px;
  height: 100%;
  min-height: 606px;
}
.contacts-ow.new-section-contacts .detail-info > a {
  margin-left: 11px;
}
.contacts-ow.new-section-contacts .detail-info.active {
  display: block;
}
.contacts-ow.new-section-contacts .information {
  display: none;
  margin-left: 61px;
  margin-right: 30px;
  min-height: 606px;
}
.contacts-ow.new-section-contacts .information.active {
  display: flex;
  align-items: flex-start;
}
.contacts-ow.new-section-contacts .h2-play, .contacts-ow.new-section-contacts .txt-bold.line-act {
  text-align: center;
  justify-content: center;
  max-width: 100%;
}
.contacts-ow.new-section-contacts .one-line {
  display: flex;
  margin-top: 50px;
  min-width: auto;
  width: auto;
  justify-content: center;
}
.contacts-ow.new-section-contacts .one-line li {
  max-width: 189px;
  width: 100%;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
  background: #fff;
}
.contacts-ow.new-section-contacts .one-line li.active {
  background: #232F44;
}
.contacts-ow.new-section-contacts .one-line li.active::before {
  display: none;
}
.contacts-ow.new-section-contacts .left-part {
  background: transparent;
  padding: 0;
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  /*max-width: 1440px;*/
  box-sizing: border-box;
  margin-top: 50px;
}

.have_question {
  padding-top: 100px;
  padding-bottom: 191px;
  position: relative;
  z-index: 2;
}
.have_question::before, .have_question::after {
  content: "";
  background-repeat: no-repeat;
  display: block;
  position: absolute;
}
.have_question::before {
  background-image: url("/local/templates/main/css/../img/quest-2-bg.png");
  left: 0;
  bottom: 0;
  width: 513px;
  height: 197px;
}
.have_question::after {
  width: 222px;
  height: 225px;
  right: 0;
  bottom: -7px;
  background-image: url("/local/templates/main/css/../img/quest-3-bg.png");
}
.have_question .h2-play, .have_question .txt-bold.line-act {
  text-align: left;
  justify-content: left;
}
.have_question .h2-play {
  margin-bottom: 15px;
}
.have_question .semi-size-txt {
  margin-top: 20px;
  padding-left: 3px;
}
.have_question .semi-size-txt span:not(:first-child) {
  margin-top: 10px;
  display: block;
}
.have_question .left-part {
  max-width: 549px;
  margin-right: 20px;
}
.have_question .right-part {
  margin-left: auto;
  position: relative;
  max-width: 305px;
  width: 100%;
  margin-top: 22px;
  min-width: 305px;
}
.have_question .right-part .input-basic {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  max-width: 305px;
  height: 50px;
  margin-bottom: 15px;
}
.have_question .right-part .button-basic {
  width: 100%;
  max-width: 305px;
  height: 55px;
  margin-top: 5px;
}
.have_question .right-part .txt-small-grey {
  margin-top: 15px;
  max-width: 265px;
}
.have_question .right-part .txt-small-grey a {
  text-decoration: underline;
  color: #999898;
}
.have_question .right-part .txt-small-grey a:hover {
  color: #E52330;
}
.have_question .inf-bl {
  display: flex;
  max-width: 925px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: -57px;
}

/*Lines*/
.big-line-1 {
  position: absolute;
  height: 12500px;
  left: calc(30.6278713629% - 1px);
  top: -80px;
  z-index: 1;
}

.big-line-2 {
  position: absolute;
  height: 12500px;
  right: calc(30.6278713629% - 1px);
  top: -80px;
  z-index: 1;
}

.l1 {
  position: absolute;
  left: calc(30.6278713629% - 2px);
  z-index: 1;
}

.l2 {
  position: absolute;
  right: calc(30.6278713629% - 2px);
  z-index: 1;
}

.sm-2_1-partner {
  top: 858px;
}

.sm-2_2-partner {
  top: 2198px;
}

.sm-2_3-partner {
  top: 5450px;
}

.sm-2_1_act-det {
  top: 101px;
}

.sm-1-about {
  top: 111px;
}

.sm-2-about {
  top: 938px;
}

.sm-3-about {
  top: 1528px;
}

.sm-4-about {
  top: 2278px;
}

.sm-1-404 {
  top: 70px;
}

.sm-2-404 {
  top: 168px;
}

.sm-1_1_contact {
  top: 122px;
}

.sm-1_2_contact {
  top: 1932px;
}

.sm-2_1_contact {
  top: 1020px;
}

.sm-1-vac {
  top: 111px;
}

.sm-2-vac {
  top: 1533px;
}

.sm-3-vac {
  top: 5515px;
}

.sm-1_1-news {
  top: 66px;
}

.sm-2_1-news {
  top: 105px;
}

.sm-2_1-services {
  top: 111px;
}

.sm-1_1-action {
  top: 895px;
}

.sm-1_2-action {
  top: 2331px;
}

.sm-2_1-action {
  top: 81px;
}

.sm-2_2-action {
  top: 1588px;
}

.sm-2_1-tracking {
  top: 405px;
  z-index: 2;
}

.sm-2_2-tracking {
  top: 1070px;
  z-index: 2;
}

.sm-2_1-card {
  top: 65px;
}

.sm-2_2-card {
  top: 1560px;
}

.sm-1_1 {
  top: 68px;
}

.sm-1_2 {
  top: 1745px;
}

.sm-2_1 {
  top: 732px;
}

.sm-2_2 {
  top: 2096px;
}

.sm-2_3 {
  top: 3123px;
}

.sm-2_4 {
  top: 3765px;
}

.sm-2_5 {
  top: 4857px;
}

.sm-2_6 {
  top: 5692px;
}

.sm-2_7 {
  top: 6347px;
}

.sm-2_8 {
  top: 7055px;
}

.sm-2_9 {
  top: 7859px;
}

.sm-1_3 {
  top: 7887px;
}

.sm-2_10 {
  top: 8740px;
}

.sm-2_11 {
  top: 9522px;
}

.sm-2_12 {
  top: 10282px;
}

/*End of Lines*/
.next-slider-18::before {
  min-width: 11px;
  height: 18px;
  background-image: url(/local/templates/main/css/../img/group-strel-next-18.png);
  background-position: 0 0;
  display: block;
  content: "";
}
.next-slider-18:hover::before {
  background-image: url(/local/templates/main/css/../img/group-strel-next-18.png);
  background-position: -11px 0;
}

.prev-slider-18::before {
  min-width: 11px;
  height: 18px;
  background-image: url(/local/templates/main/css/../img/group-strel-next-18.png);
  background-position: 0 0;
  display: block;
  content: "";
}
.prev-slider-18:hover::before {
  background-image: url(/local/templates/main/css/../img/group-strel-next-18.png);
  background-position: -11px 0;
}

.content.card-content .big-line-1,
.content.card-content .big-line-2 {
  height: 8300px;
}

.breadcrumbs {
  display: flex;
  list-style-type: none;
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
}
.breadcrumbs li {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #BDBDBD;
  position: relative;
  margin-right: 42px;
}
.breadcrumbs li::after {
  display: block;
  content: "";
  width: 20px;
  height: 1px;
  background: #BDBDBD;
  position: absolute;
  right: -30px;
  top: 50%;
}
.breadcrumbs li:last-child {
  color: #4F4F4F;
  margin-right: 0;
}
.breadcrumbs li:last-child::after {
  display: none;
}
.breadcrumbs li a {
  color: #BDBDBD;
}
.breadcrumbs li a:hover {
  color: #4F4F4F;
}

#zoomer #zoomerExitLink:hover {
  opacity: 0.8;
}

#zoomer #zoomerExitLink {
  background: url("/local/templates/main/css/../img/exitBig.png") 0 0 no-repeat transparent;
  height: 50px;
  opacity: 0.5;
  width: 50px;
}

#elementContainer #pictureContainer .pictureSlider {
  table-layout: fixed;
}

#pictureContainer {
  position: relative;
}

#elementContainer #moreImagesRightButton {
  display: flex;
  min-width: 70px;
  max-width: 70px;
  position: absolute;
  right: 0;
  bottom: 10px;
  z-index: 3;
}
#elementContainer #moreImagesRightButton::before {
  background-image: url(/local/templates/main/css/../img/group-left-big-arrow.png);
  background-position: 0 0;
  transform: rotate(180deg);
  display: block;
  content: "";
  min-width: 70px;
  height: 70px;
  background-repeat: no-repeat;
}
#elementContainer #moreImagesRightButton:hover::before {
  background-position: -70px 0;
}

.next-reviews {
  display: flex;
  min-width: 35px;
  max-width: 35px;
  position: absolute;
  right: 0;
  bottom: 10px;
  z-index: 3;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 1;
  z-index: 2;
  bottom: 0;
  right: 0;
  background: rgba(51, 51, 51, 0.5);
}
.next-reviews::before {
  background-image: url(/local/templates/main/css/../img/group-left-big-arrow.png);
  background-position: 0 0;
  transform: rotate(180deg);
  display: block;
  content: "";
  min-width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: 70px;
}
.next-reviews:hover {
  background: rgba(51, 51, 51, 0.5);
}
.next-reviews:hover::before {
  background-position: -35px 0;
}

.prev-reviews {
  display: flex;
  min-width: 35px;
  max-width: 35px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  background-repeat: no-repeat;
  opacity: 1;
  background: rgba(51, 51, 51, 0.5);
}
.prev-reviews::before {
  background-image: url(/local/templates/main/css/../img/group-left-big-arrow.png);
  background-position: 0 0;
  display: block;
  content: "";
  min-width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: 70px;
}
.prev-reviews:hover {
  background: rgba(51, 51, 51, 0.5);
}
.prev-reviews:hover::before {
  background-position: -35px 0;
}

#elementContainer #moreImagesLeftButton {
  display: flex;
  min-width: 70px;
  max-width: 70px;
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 3;
}
#elementContainer #moreImagesLeftButton::before {
  background-image: url(/local/templates/main/css/../img/group-left-big-arrow.png);
  background-position: 0 0;
  display: block;
  content: "";
  min-width: 70px;
  height: 70px;
  background-repeat: no-repeat;
}
#elementContainer #moreImagesLeftButton:hover::before {
  background-position: -70px 0;
}

#viewport, #rg-gallery {
  opacity: 0;
  transition: 1s;
  animation: showGallery 1s 1;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}

@keyframes showGallery {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#elementContainer #pictureContainer .item a {
  text-align: center;
  display: block;
}

#elementContainer #moreImagesCarousel .slideBox .item.selected {
  opacity: 1;
  border: 3px solid #E52330;
}

#elementContainer #moreImagesCarousel .slideBox .item a {
  line-height: 0;
  max-height: 93px;
  display: block;
}

#elementContainer #moreImagesCarousel .slideBox .item img {
  vertical-align: middle;
  max-height: 93px;
  max-width: 100%;
}

#elementContainer #moreImagesCarousel #moreImagesLeftButton {
  left: 32px;
}

#elementContainer #moreImagesCarousel #moreImagesRightButton {
  background-position: -14px 0;
  right: 32px;
}

#elementContainer #moreImagesCarousel #moreImagesLeftButton, #elementContainer #moreImagesCarousel #moreImagesRightButton {
  background-repeat: no-repeat;
  position: absolute;
  margin-top: 3px;
  height: 16px;
  opacity: 0.5;
  z-index: 2;
  width: 14px;
  top: 50%;
}

#elementContainer #moreImagesCarousel .slideBox .item {
  position: relative;
  border: 3px solid transparent;
  text-align: center;
  max-height: 93px;
  margin-right: 11px;
  box-sizing: border-box;
  overflow: hidden;
}

#elementContainer #moreImagesCarousel .slideBox {
  position: relative;
  overflow: hidden;
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}

#elementContainer #moreImagesCarousel .carouselWrapper {
  width: 80%;
}

#elementContainer #moreImagesCarousel {
  position: relative;
  padding-top: 8px;
  margin-top: 8px;
  overflow: hidden;
}

#elementContainer .zoom {
  cursor: zoom-in;
}

#elementContainer #pictureContainer .item a img {
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
}

#zoomerNextMore, #zoomerPrevMore {
  background: url("/local/templates/main/css/../img/carouselArrows.png") 0 0 no-repeat transparent;
  opacity: 0.5;
}

#zoomerMoreImagesContainerWrapper .item a {
  border: 3px solid transparent;
}

#zoomerMoreImagesContainerWrapper .item.selected a {
  border: 3px solid #E52330;
}

#zoomerNextMore, #zoomerPrevMore {
  background: url("/local/templates/main/css/../img/carouselArrows.png") 0 0 no-repeat transparent;
  opacity: 0.5;
}

#zoomerBigPrevMore, #zoomerBigNextMore {
  background: url("/local/templates/main/css/../img/carouselArrowsBig.png") 0 0 no-repeat transparent;
  opacity: 0.5;
}

#zoomerBigNextMore {
  background-position: -57px 0;
}

#zoomerNextMore {
  background-position: -80px 0;
}

.background-bg {
  display: none;
  position: absolute;
}

.popup-card.raz-money-now > div {
  width: 100%;
  overflow: auto;
}

.prev-blue-bg {
  min-width: 11px;
  height: 18px;
  transition: initial;
  background-image: url(/local/templates/main/css/../img/button-left-str.png);
  background-position: 0 0;
  display: block;
  content: "";
}
.prev-blue-bg:hover {
  background-image: url(/local/templates/main/css/../img/button-left-str.png);
  background-position: -11px 0;
}

.next-blue-bg {
  min-width: 11px;
  transition: initial;
  height: 18px;
  background-image: url(/local/templates/main/css/../img/button-right-str.png);
  background-position: -11px 0;
  display: block;
  content: "";
}
.next-blue-bg:hover {
  background-image: url(/local/templates/main/css/../img/button-right-str.png);
  background-position: 0 0;
}

.popup-card {
  max-width: 505px;
  box-sizing: border-box;
  width: 100%;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 40px 80px;
  z-index: 1043;
  position: fixed;
  top: 50%;
  left: 50%;
  background: #fff;
  max-height: calc(100% - 40px);
  transform: translate(-50%, -50%);
}
.popup-card.buy-in-credit-now .container-bl.txt-small-grey {
  margin-left: auto;
  margin-right: auto;
  max-width: 309px;
  width: 100%;
  box-sizing: border-box;
}
.popup-card.popup-form .container-bl.txt-small-grey {
  margin-left: auto;
  margin-right: auto;
  max-width: 309px;
  width: 100%;
  box-sizing: border-box;
}
.popup-card.raz-money-now {
  max-width: 940px;
  padding-left: 0;
  padding-right: 0;
}
.popup-card.raz-money-now .answer-car {
  display: none;
  margin-top: 30px;
  max-width: 650px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.popup-card.raz-money-now .answer-car .block-s {
  background: #FBFBFB;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 30px;
  border: 1px solid #BDBDBD;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.popup-card.raz-money-now .answer-car .block-s.pens {
  margin-bottom: 0;
}
.popup-card.raz-money-now .answer-car .ma-top {
  margin-top: 30px;
}
.popup-card.raz-money-now .answer-car .open-txt-normal {
  margin: 0;
}
.popup-card.raz-money-now .answer-car .bold-size {
  font-weight: 600;
  color: #1D3359;
}
.popup-card.raz-money-now .answer-car .bold-size span {
  margin-left: 5px;
}
.popup-card.raz-money-now .answer-car .semi-size-txt {
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 20px;
  text-align: center;
}
.popup-card.raz-money-now form {
  display: flex;
  align-items: center;
  max-width: 100%;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #FBFBFB;
  border: 1px solid #F2F2F2;
  justify-content: center;
  box-sizing: border-box;
}
.popup-card.raz-money-now form .input-basic {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  color: #333333;
}
.popup-card.raz-money-now form .semi-size-txt {
  line-height: 27px;
  width: 235px;
  margin: 0;
}
.popup-card.raz-money-now form button {
  height: 50px;
  margin: 0;
  width: 240px;
}
.popup-card.raz-money-now form .input-basic {
  margin: 0;
}
.popup-card.raz-money-now form .block-for-input {
  margin-left: 25px;
  margin-right: 10px;
  width: 100%;
}
.popup-card .open-txt-normal {
  margin-top: 20px;
  text-align: center;
  max-width: 400px;
}
.popup-card .closer-block {
  cursor: pointer;
  position: absolute;
  right: 25px;
  top: 25px;
}
.popup-card .txt-small-grey.agree-txt {
  max-width: 305px;
  text-align: left;
  padding-left: 0;
}
.popup-card .txt-small-grey.agree-txt a {
  color: #999898;
  text-decoration: underline;
}
.popup-card .txt-small-grey.agree-txt a:hover {
  color: #E52330;
}
.popup-card .txt-small-grey {
  display: block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  line-height: 20px;
}
.popup-card .txt-small-grey input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.popup-card .txt-small-grey .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background: #FBFBFB;
  border: 1px solid #F2F2F2;
  box-sizing: border-box;
}
.popup-card .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.popup-card .container-bl input:checked ~ .checkmark:after {
  display: block;
}
.popup-card .container-bl .checkmark:after {
  left: 2px;
  top: 3px;
  width: 15px;
  height: 12px;
  background-image: url("/local/templates/main/css/../img/check-img-form.svg");
  content: "";
  background-repeat: no-repeat;
}
.popup-card form {
  text-align: center;
  margin-top: 30px;
}
.popup-card .block-for-input {
  max-width: 305px;
  margin-left: auto;
  margin-right: auto;
}
.popup-card .txt-bold {
  font-weight: bold;
  margin-bottom: 0;
}
.popup-card button {
  height: 55px;
  max-width: 305px;
  width: 100%;
  margin: 5px auto 15px;
}
.popup-card .input-basic {
  height: 50px;
  max-width: 305px;
  width: 100%;
  margin-bottom: 15px;
  padding: 0 15px;
}

.shadow-catalog-root {
  background-image: url(/local/templates/main/css/../img/catalog-root-shadow.png);
  background-repeat: no-repeat;
  width: 240px;
  height: 352px;
  position: absolute;
  right: -26px;
  bottom: -90px;
  content: "";
  display: block;
}

.position-item-cards {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  z-index: 2;
  align-items: flex-start;
}
.position-item-cards .position-item-card {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #FBFBFB;
  padding: 7px 15px 8px;
  margin-bottom: 5px;
  display: inline-flex;
  background: rgba(51, 51, 51, 0.9);
}

.catalog-container {
  margin: 0 auto 95px;
  max-width: 1320px;
}
.catalog-container .cards {
  display: flex;
  flex-wrap: wrap;
}
.catalog-container .cards .pagination {
  margin-top: 50px;
}
.catalog-container .cards .sque {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #FBFBFB;
  min-width: 20px;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.catalog-container .cards .e-blue-sq {
  background: #59AEE4;
}
.catalog-container .cards .s-purple-sq {
  background: #4C61CB;
}
.catalog-container .cards .r-green-sq {
  background: #9CC142;
}
.catalog-container .cards .paginator .next {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(51, 51, 51, 0.5);
}
.catalog-container .cards .paginator .prev {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(51, 51, 51, 0.5);
}
.catalog-container .cards .paginator button img {
  max-width: 35px;
  max-height: 35px;
}
.catalog-container .cards .free-call {
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #F2F2F2;
  border-left: 4px solid #BDBDBD;
  background: #FBFBFB;
  padding-top: 48px;
  padding-bottom: 47px;
  z-index: 2;
}
.catalog-container .cards .free-call .cols {
  display: flex;
  align-items: center;
  max-width: 865px;
  margin-left: auto;
  margin-right: auto;
}
.catalog-container .cards .free-call .cols .left-part {
  max-width: 385px;
  width: 385px;
}
.catalog-container .cards .free-call .cols .left-part .stay-zay {
  margin-bottom: 20px;
}
.catalog-container .cards .free-call .cols .left-part .phones {
  margin-top: 10px;
}
.catalog-container .cards .free-call .cols .left-part .phones a {
  margin-bottom: 6px;
  display: inline-flex;
  align-items: center;
  width: 195px;
}
.catalog-container .cards .free-call .cols .left-part .phones a:hover {
  color: #E52330;
}
.catalog-container .cards .free-call .cols .left-part .phones a img {
  margin-right: 20px;
}
.catalog-container .cards .free-call .cols .left-part .phones a:last-child {
  margin-bottom: 0;
}
.catalog-container .cards .free-call .cols .left-part .name-car {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.catalog-container .cards .free-call .cols .left-part .name-car span {
  color: #E52330;
}
.catalog-container .cards .free-call .cols .right-part {
  max-width: 305px;
  width: 305px;
  margin-left: auto;
}
.catalog-container .cards .free-call .cols .right-part .txt-on-input {
  background: #FBFBFB;
}
.catalog-container .cards .free-call .cols .right-part .txt-small-grey {
  margin-top: 15px;
  max-width: 264px;
}
.catalog-container .cards .free-call .cols .right-part .txt-small-grey a {
  text-decoration: underline;
  color: #999898;
}
.catalog-container .cards .free-call .cols .right-part .txt-small-grey a:hover {
  transition: all 0.2s;
  color: #E52330;
}
.catalog-container .cards .free-call .cols .right-part button {
  margin-top: 6px;
  height: 55px;
  width: 100%;
}
.catalog-container .cards .free-call .cols .right-part input {
  height: 50px;
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}
.catalog-container .cards .item {
  display: flex;
  border: 1px solid #F2F2F2;
  box-sizing: border-box;
  background: #FBFBFB;
  margin-bottom: 20px;
  position: relative;
  /*z-index: 2;*/
}
.catalog-container .cards .item .in-stock {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: #333333;
  margin-left: 37px;
  white-space: nowrap;
  margin-right: 30px;
}
.catalog-container .cards .item .in-stock img {
  margin-right: 5px;
}
.catalog-container .cards .item .sque {
  line-height: 26px;
  min-width: 26px;
  margin-right: 0;
  margin-left: 10px;
  font-size: 17px;
  max-height: 26px;
  max-width: 26px;
  display: inline-flex;
  top: -2px;
  position: relative;
}
.catalog-container .cards .item:hover {
  box-shadow: 0 0 20px rgba(51, 51, 51, 0.15);
}
.catalog-container .cards .item .carousel-cat {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.catalog-container .cards .item .lf-pt {
  width: 380px;
  min-width: 380px;
  margin: 20px;
  position: relative;
}
.catalog-container .cards .item .lf-pt .element-car {
  display: flex;
}
.catalog-container .cards .item .lf-pt .element-car img {
  max-width: 100%;
}
.catalog-container .cards .item .name-car {
  padding-bottom: 10px;
  margin-bottom: 8px;
  padding-right: 15px;
  display: -webkit-box;
  border-bottom: 1px solid #F2F2F2;
}
.catalog-container .cards .item .name-car a {
  display: inline;
  color: inherit;
  text-transform: uppercase;
}
.catalog-container .cards .item .rt-pt {
  width: calc(100% - 360px);
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 18px;
}
.catalog-container .cards .item .rt-pt .block-price {
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 489px;
  margin-bottom: 26px;
}
.catalog-container .cards .item .rt-pt .block-price .on-aukcion {
  display: flex;
  align-items: center;
}
.catalog-container .cards .item .rt-pt .block-price .on-aukcion span:not(.leasing__price) {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  position: relative;
  top: 2px;
}
.catalog-container .cards .item .rt-pt .buttons {
  margin-top: 6px;
  display: flex;
  align-items: center;
}
.catalog-container .cards .item .rt-pt .buttons button {
  height: 55px;
  position: relative;
  box-sizing: border-box;
}
.catalog-container .cards .item .rt-pt .buttons .buy {
  margin-right: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  color: #FBFBFB;
  max-width: 250px;
  width: 100%;
}
.catalog-container .cards .item .rt-pt .buttons .raz-money {
  background: transparent;
  border: 1px solid #1D3359;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  color: #333333;
  display: flex;
  align-items: center;
  max-width: 260px;
  width: 100%;
  justify-content: center;
}
.catalog-container .cards .item .rt-pt .buttons .raz-money:hover {
  color: #FBFBFB;
  background: #1D3359;
}
.catalog-container .cards .item .rt-pt .statistic {
  display: flex;
  flex-wrap: wrap;
  max-width: 505px;
}
.catalog-container .cards .item .rt-pt .statistic > div {
  display: flex;
  align-items: center;
  margin-right: 40px;
  margin-bottom: 20px;
}
.catalog-container .cards .item .rt-pt .statistic > div .open-txt-normal {
  font-size: 15px;
  line-height: 19px;
}
.catalog-container .cards .item .rt-pt .statistic > div img {
  max-width: 25px;
  margin-right: 10px;
}
.catalog-container .cards .item .rt-pt .price-car {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  color: #1D3359;
  margin-left: 10px;
}
.catalog-container .cards .item .slider-el {
  position: relative;
  display: flex;
  justify-content: start;
  flex-wrap: nowrap;
}
.catalog-container .cards .item .slider-el .slide {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-container .cards .item .slider-el .slide img {
  max-width: 100%;
}
.catalog-container .filters {
  width: 315px;
  min-width: 315px;
  margin-right: 30px;
  position: relative;
  z-index: 12;
}
.catalog-container .filters .tip-sredstva {
  scrollbar-color: #BDBDBD;
  scrollbar-width: thin;
}
.catalog-container .filters .buttons-block {
  display: flex;
  align-items: center;
}
.catalog-container .filters .buttons-block > input {
  min-height: 50px;
  width: 50%;
  border: none;
}
.catalog-container .filters .buttons-block > input:nth-child(2) {
  margin-left: 12px;
  background: #FBFBFB;
  border: 1px solid #1D3359;
  color: #333333;
}
.catalog-container .filters .buttons-block > input:nth-child(2):hover {
  background: #1D3359;
  color: #FBFBFB;
}
.catalog-container .filters .filter-element {
  width: 100%;
  background: #FBFBFB;
  border: 1px solid #F2F2F2;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 11px;
  box-sizing: border-box;
}
.catalog-container .filters .filter-element:last-child {
  margin-bottom: 0;
}
.catalog-container .filters .filter-element .content_bl {
  margin-top: 7px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  /*max-height: 160px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: $grey;
  scrollbar-width: thin;*/
}
.catalog-container .filters .filter-element .content_bl.more-height {
  max-height: initial;
  height: inherit;
  padding-bottom: 45px;
  box-sizing: border-box;
}
.catalog-container .filters .filter-element .content_bl::-webkit-scrollbar-thumb {
  background-color: #BDBDBD;
  box-shadow: none;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0;
}
.catalog-container .filters .filter-element .content_bl::-webkit-scrollbar {
  width: 3px;
  height: 10px;
}
.catalog-container .filters .filter-element .slider-input {
  display: flex;
  align-items: center;
}
.catalog-container .filters .filter-element .slider-input .liner {
  width: 15px;
  height: 2px;
  background: #BDBDBD;
  display: block;
  margin-right: 5px;
  margin-left: 5px;
}
.catalog-container .filters .filter-element .slider-input .val-currency {
  margin-right: 5px;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 22px;
  color: #333333;
}
.catalog-container .filters .filter-element .slider-input input {
  border: 1px solid #BDBDBD;
  box-sizing: border-box;
  background: transparent;
  text-align: center;
  height: 30px;
  width: 100%;
  outline: 0;
  max-width: 100px;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 130%;
  color: #333333;
}
.catalog-container .filters .filter-element .content_toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
  box-sizing: border-box;
  cursor: pointer;
}
.catalog-container .filters .filter-element .content_toggle:not(.open) + .content_bl {
  display: none;
}
.catalog-container .filters .filter-element .content_toggle.open img {
  transform: rotate(180deg);
}
.catalog-container .filters .filter-element .content_toggle span {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 19px;
  color: #333333;
}
.catalog-container .filters .show-yet-elements {
  margin-top: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  text-decoration-line: underline;
  color: #1D3359;
  display: block;
}
.catalog-container .filters .show-yet-elements:hover {
  color: #E52330;
}
.catalog-container .filters .txt-input {
  display: block;
  position: relative;
  padding-left: 31px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  line-height: 19px;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  color: #333333;
  margin-bottom: 12px;
}
.catalog-container .filters .txt-input:last-child {
  margin-bottom: 0;
}
.catalog-container .filters .txt-input .sm-grey {
  color: #BDBDBD;
  font-size: 14px;
  line-height: 130%;
  margin-left: 10px;
}
.catalog-container .filters .txt-input input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.catalog-container .filters .txt-input .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background: #FBFBFB;
  border: 1px solid #BDBDBD;
  box-sizing: border-box;
}
.catalog-container .filters .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.catalog-container .filters .txt-input input:checked ~ .checkmark:after {
  display: block;
}
.catalog-container .filters .txt-input .checkmark:after {
  left: 2px;
  top: 3px;
  width: 15px;
  height: 12px;
  background-image: url("/local/templates/main/css/../img/check-img-form.svg");
  content: "";
  background-repeat: no-repeat;
}
.catalog-container .content-card {
  width: calc(100% - 345px);
}
.catalog-container #catalogLine select {
  padding: 0 15px;
  z-index: 2;
  position: relative;
  height: 51px;
  min-width: 255px;
  text-align: left;
  border: 1px solid #F2F2F2;
  background-color: #FBFBFB;
  color: #333333;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 130%;
  cursor: pointer;
  outline: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("/local/templates/main/css/../img/str-for-select.svg");
  background-position: calc(100% - 19px) 21px, 23px, calc(100% - 2.5em) 0.5em;
  background-repeat: no-repeat;
}
.catalog-container .filters-right {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
  margin-left: 30px;
}
.catalog-container .filters-right .right-part {
  margin-left: 16px;
}
.catalog-container .line-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 53px;
  margin-bottom: 29px;
}
.catalog-container .line-filter .search-vin-id {
  width: 100%;
  max-width: 448px;
  position: relative;
  margin-right: auto;
}
.catalog-container .line-filter .search-vin-id .search-b {
  background-image: url(/local/templates/main/css/../img/seach-icon-filter.svg);
  display: block;
  content: "";
  min-width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 2;
  transform: translate(0, -50%);
  background-color: transparent;
}
.catalog-container .line-filter .search-vin-id input {
  min-height: 51px;
  width: 100%;
  padding-left: 15px;
  border: 1px solid #F2F2F2;
  padding-right: 50px;
  z-index: 2;
  position: relative;
}
.catalog-container .line-filter .search-vin-id input:hover, .catalog-container .line-filter .search-vin-id input:focus {
  border: 1px solid #6DD7E5;
}
.catalog-container .line-filter .show-elements {
  display: flex;
  align-items: center;
  margin-left: 40px;
}
.catalog-container .line-filter .show-elements select {
  min-width: 79px !important;
  max-width: 79px;
}
.catalog-container .line-filter .show-elements span {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 19px;
  margin-right: 15px;
  color: #333333;
  display: block;
  white-space: nowrap;
}
.catalog-container .line-filter .left-part {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  max-width: 315px;
  width: 100%;
}
.catalog-container .line-filter .left-part .open-txt-normal {
  margin-left: 5px;
  font-size: 20px;
  line-height: 26px;
}
.catalog-container .category-cars {
  list-style-type: none;
  display: flex;
  justify-content: center;
  margin-top: 50px;
  position: relative;
  left: -8px;
}
.catalog-container .category-cars li {
  background: #FBFBFB;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 55px;
  min-width: 270px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  margin-right: 15px;
  margin-left: 15px;
  color: #333333;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #1D3359;
  position: relative;
  z-index: 2;
}
.catalog-container .category-cars li a {
  color: inherit;
}
.catalog-container .category-cars li:last-child {
  margin-right: 0;
}
.catalog-container .category-cars li.active {
  background: #1D3359;
  color: #FBFBFB;
}
.catalog-container .category-cars li:hover {
  background: #1D3359;
  color: #FBFBFB;
}
.catalog-container .name-page {
  margin-top: 50px;
}
.catalog-container .name-page .h2-play {
  text-align: center;
  margin-bottom: 20px;
}
.catalog-container.root-catalog .another-category {
  display: block;
  list-style: none;
}
.catalog-container.root-catalog .another-category li {
  padding-left: 0;
  padding-right: 0;
}
.catalog-container.root-catalog .another-category li a {
  padding-left: 15px;
  padding-right: 15px;
}
.catalog-container.root-catalog .another-category li a:hover span {
  color: #E52330;
}
.catalog-container.root-catalog .formFilter {
  padding-bottom: 25px;
  border-bottom: 1px solid #F2F2F2;
  margin-bottom: 25px;
}
.catalog-container.root-catalog .content-card {
  margin-top: -55px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.catalog-container.root-catalog .content-card .free-call {
  width: 100%;
}
.catalog-container.root-catalog .content-card .elem-cat {
  max-width: 475px;
  width: 100%;
  position: relative;
  background: #FBFBFB;
  box-sizing: border-box;
  margin-right: 25px;
  margin-bottom: 25px;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
.catalog-container.root-catalog .content-card .elem-cat .block-info {
  border: 1px solid #F2F2F2;
  border-top: 0;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  min-height: 74px;
  box-sizing: border-box;
}
.catalog-container.root-catalog .content-card .elem-cat .block-info .diff-category {
  border-top: 1px solid #F2F2F2;
  padding-top: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin-top: 10px;
}
.catalog-container.root-catalog .content-card .elem-cat .block-info .diff-category.less-width {
  padding-left: 5px;
  padding-right: 5px;
}
.catalog-container.root-catalog .content-card .elem-cat .block-info .diff-category a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 10px;
  min-width: 145px;
  min-height: 50px;
  border: 1px solid #F2F2F2;
  box-sizing: border-box;
  background: #FBFBFB;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  color: #333333;
}
.catalog-container.root-catalog .content-card .elem-cat .block-info .diff-category a:hover {
  border: 1px solid #1D3359;
}
.catalog-container.root-catalog .content-card .elem-cat .block-info .name-service {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase;
  color: #333333;
  font-family: "Play", sans-serif;
  display: inline-flex;
  margin: 19px auto 0;
  justify-content: center;
}
.catalog-container.root-catalog .content-card .elem-cat .block-info .name-service:hover {
  color: #E52330;
}
.catalog-container.root-catalog .content-card .elem-cat .new-img {
  display: flex;
}
.catalog-container.root-catalog .content-card .elem-cat .new-img img {
  max-width: 100%;
}
.catalog-container.root-catalog .content-card .elem-cat:nth-child(2n) {
  margin-right: 0;
}
.catalog-container.root-catalog .filter-element .content_bl a {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.catalog-container.root-catalog .filter-element .content_bl a span:nth-child(1) {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 19px;
  color: #333333;
}
.catalog-container.root-catalog .filter-element .content_bl a span:nth-child(2) {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #BDBDBD;
  margin-left: 10px;
}
.catalog-container.root-catalog .filter-element .content_bl a:hover span {
  color: #E52330;
}
.catalog-container.root-catalog .filter-element .content_bl a:last-child {
  margin-bottom: 0;
}
.catalog-container.root-catalog .cards .free-call {
  margin-top: 25px;
  border-left: 0;
  background: #F2F2F2;
}
.catalog-container.root-catalog .cards .free-call .txt-bold.line-act {
  justify-content: flex-start;
  margin-top: 15px;
  margin-bottom: 20px;
}
.catalog-container.root-catalog .cards .free-call .cols {
  align-items: flex-start;
}
.catalog-container.root-catalog .cards .free-call .open-txt-normal {
  margin-top: 10px;
}
.catalog-container.root-catalog .cards .free-call .cols .left-part {
  max-width: 450px;
  width: 100%;
}
.catalog-container.root-catalog .line-filter {
  margin-top: 50px;
}

.new-content::after {
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(/local/templates/main/css/../img/shadow-new.svg);
  content: "";
  display: block;
  background-repeat: no-repeat;
  width: 198px;
  height: 206px;
}

.shadow-vacancies {
  background-image: url(/local/templates/main/css/../img/vacancies-dirt-1.png);
  background-repeat: no-repeat;
  width: 298px;
  height: 393px;
  position: absolute;
  right: 0;
  top: 20px;
  content: "";
  display: block;
}

.vacancies-content::after {
  width: 222px;
  height: 225px;
  right: 0;
  bottom: -7px;
  background-image: url(/local/templates/main/css/../img/quest-3-bg.png);
  content: "";
  z-index: 2;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
}

.details-vacancies .partners-section {
  margin-top: 100px;
}
.details-vacancies .partners-section .header-page-vac.nm-block-100 {
  margin-top: 0;
}
.details-vacancies .need-help {
  display: flex;
  align-items: center;
  margin: 64px auto 0;
  max-width: 1440px;
  padding-bottom: 100px;
  position: relative;
  z-index: 2;
  padding-left: 115px;
}
.details-vacancies .need-help .right-part {
  background: #F2F2F2;
  padding: 50px 20px 35px 100px;
  box-sizing: border-box;
  flex: 1;
}
.details-vacancies .need-help .right-part .hr-manager {
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 22px;
  color: #BDBDBD;
  margin-bottom: 5px;
}
.details-vacancies .need-help .right-part .name-person {
  margin-bottom: 20px;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 39px;
  color: #333333;
  font-family: "Play", sans-serif;
}
.details-vacancies .need-help .right-part .txt-bold.line-act {
  justify-content: left;
}
.details-vacancies .need-help .right-part .link-ob {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  color: #333333;
}
.details-vacancies .need-help .right-part .link-ob:hover {
  color: #E52330;
}
.details-vacancies .need-help .right-part .link-ob img {
  margin-right: 10px;
}
.details-vacancies .need-help .right-part .h2-play {
  margin-top: 5px;
  margin-bottom: 30px;
}
.details-vacancies .need-help > img {
  max-width: 100%;
}
.details-vacancies .all-img-partner {
  display: flex;
  flex-wrap: wrap;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}
.details-vacancies .all-img-partner li {
  display: flex;
  align-items: center;
  margin: 0 0 35px;
  justify-content: center;
  flex: 0 0 16.6666666667%;
}
.details-vacancies .all-img-partner a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.details-vacancies .contacts-section {
  margin-top: 100px;
}
.details-vacancies .contacts-section .left-part {
  padding-top: 104px;
  padding-bottom: 100px;
}
.details-vacancies .contacts-section::after {
  background-image: url(/local/templates/main/css/../img/mas-5-steps-main.png);
  width: 245px;
  height: 274px;
  position: absolute;
  right: -8px;
  top: auto;
  bottom: -156px;
  content: "";
}
.details-vacancies .list--vacancies {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}
.details-vacancies .info-vac {
  display: none;
  padding: 9px 60px 50px;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  z-index: 2;
}
.details-vacancies .info-vac.active {
  display: block;
}
.details-vacancies .info-vac .foot-form {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.details-vacancies .info-vac .foot-form .txt-small-grey a {
  color: inherit;
  text-decoration: underline;
}
.details-vacancies .info-vac .foot-form .txt-small-grey a:hover {
  color: #E52330;
}
.details-vacancies .info-vac .foot-form .button-basic {
  width: 315px;
  height: 55px;
  margin-right: 15px;
}
.details-vacancies .info-vac form > .elems {
  display: flex;
}
.details-vacancies .info-vac form > .elems .input-basic:hover,
.details-vacancies .info-vac form > .elems .input-basic:focus {
  border: 1px solid #6DD7E5;
  box-shadow: 0 0 2px rgba(102, 237, 255, 0.6);
  outline: 0;
}
.details-vacancies .info-vac form > .elems .form-part {
  width: 33.3%;
  margin-right: 20px;
}
.details-vacancies .info-vac form > .elems .form-part:last-child {
  margin-right: 0;
}
.details-vacancies .info-vac form > .elems .input-basic {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #D0D0D0;
}
.details-vacancies .info-vac .block-el {
  border-bottom: 1px solid #F2F2F2;
  padding-bottom: 10px;
  position: relative;
  display: flex;
}
.details-vacancies .info-vac .block-el p, .details-vacancies .info-vac .block-el br {
  content: "";
  display: block;
  margin-top: 16px;
  margin-bottom: 16px;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 22px;
  color: #333333;
}
.details-vacancies .info-vac .block-el:nth-last-of-type(2) {
  border-bottom: 0;
  padding-bottom: 0;
}
.details-vacancies .info-vac .lf-2 {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  margin-left: auto;
}
.details-vacancies .info-vac .lf-2.one-el {
  justify-content: flex-end;
}
.details-vacancies .info-vac .lf-2.one-el.center {
  justify-content: center;
}
.details-vacancies .info-vac .lf-2.one-el.center img {
  position: relative;
  left: 4px;
}
.details-vacancies .info-vac .lf-2.one-el img {
  display: flex;
  max-width: 100%;
}
.details-vacancies .info-vac .lf-2.two-el > div {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  max-width: 100%;
  width: 100%;
}
.details-vacancies .info-vac .lf-2.two-el > div img {
  max-width: 100%;
  display: flex;
  line-height: 0;
}
.details-vacancies .info-vac .lf-2.two-el > div img:nth-child(1) {
  margin-left: auto;
}
.details-vacancies .info-vac .lf-2.two-el > div img:nth-child(2) {
  margin-left: auto;
  margin-right: auto;
  margin-top: -22px;
  position: relative;
  left: 4px;
}
.details-vacancies .info-vac li {
  margin-bottom: 10px;
  padding-left: 15px;
  display: block;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 22px;
  color: #333333;
}
.details-vacancies .info-vac li::before {
  width: 5px;
  height: 5px;
  background: #1D3359;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 50%;
}
.details-vacancies .info-vac .block-el > div:nth-child(1) {
  max-width: 730px;
  width: 100%;
}
.details-vacancies .info-vac .nane-block {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 31px;
  color: #333333;
  margin-bottom: 15px;
  margin-top: 20px;
}
.details-vacancies .info-vac .nane-block.width-536 {
  max-width: 536px;
}
.details-vacancies .info-vac .nane-block.width-628 {
  max-width: 628px;
}
.details-vacancies .vac-element {
  display: flex;
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 39px 53px 26px 53px;
  box-sizing: border-box;
  border-top: 2px solid #C4C4C4;
  border-bottom: 2px solid #C4C4C4;
  margin-left: 63px;
  margin-right: 60px;
  transition: 0.2s;
  margin-top: -2px;
}
.details-vacancies .vac-element:hover, .details-vacancies .vac-element.active {
  margin-left: 0;
  padding-left: 60px;
  background: #172234;
}
.details-vacancies .vac-element:hover .inf-co .opis-elem, .details-vacancies .vac-element.active .inf-co .opis-elem {
  color: #FBFBFB;
}
.details-vacancies .vac-element:hover .more-info, .details-vacancies .vac-element.active .more-info {
  color: #FBFBFB;
  border: 1px solid #FBFBFB;
}
.details-vacancies .vac-element:hover .txt-name-block, .details-vacancies .vac-element.active .txt-name-block {
  color: #FBFBFB;
}
.details-vacancies .vac-element .left-p {
  max-width: 416px;
  width: 100%;
}
.details-vacancies .vac-element .more-info {
  border: 1px solid #4F4F4F;
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  min-width: 170px;
  max-width: 170px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  cursor: pointer;
  color: #333333;
}
.details-vacancies .vac-element .more-info.active {
  display: flex;
}
.details-vacancies .vac-element .right-p {
  display: flex;
  margin-left: 89px;
  margin-top: 7px;
}
.details-vacancies .vac-element .right-p .per-1 {
  max-width: 350px;
  width: 100%;
}
.details-vacancies .vac-element .right-p .per-2 {
  margin-left: 75px;
  max-width: 270px;
  width: 100%;
}
.details-vacancies .vac-element .inf-co {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.details-vacancies .vac-element .inf-co .opis-elem {
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 22px;
  color: #333333;
}
.details-vacancies .vac-element .inf-co .logo-elem {
  border-radius: 1px;
  background: #F2F2F2;
  min-height: 60px;
  min-width: 60px;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-right: 10px;
}
.details-vacancies .vac-element .txt-name-block {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0.02em;
  color: #333333;
  margin-bottom: 30px;
}
.details-vacancies::after {
  background-image: url(/local/templates/main/css/../img/vacancies-shadow-2.png);
  width: 222px;
  height: 331px;
  position: absolute;
  right: 0;
  top: 1366px;
  content: "";
}
.details-vacancies .header-page-vac {
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  box-sizing: border-box;
  margin-top: 50px;
  position: relative;
  z-index: 2;
}
.details-vacancies .header-page-vac.no_margin {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.details-vacancies .header-page-vac.nm-block-80 {
  margin-top: 80px;
}
.details-vacancies .header-page-vac.nm-block-100 {
  margin-top: 100px;
  margin-bottom: 52px;
}
.details-vacancies .header-page-vac.nm-block-100.vac-100 .h2-play {
  margin-bottom: 13px;
}
.details-vacancies .header-page-vac.nm-block-40 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0;
}
.details-vacancies .header-page-vac.nm-block-40 .txt-bold.line-act {
  margin: 0;
  justify-content: left;
  font-weight: bold;
}
.details-vacancies .header-page-vac.nm-block-40 .h2-play {
  margin-top: 10px;
  margin-bottom: 0;
  text-align: left;
}
.details-vacancies .header-page-vac .h2-play {
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: center;
}
.details-vacancies .header-page-vac .txt-bold.line-act {
  text-transform: uppercase;
}
.details-vacancies .our_win {
  padding-top: 44px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.details-vacancies .our_win .part-2 {
  max-width: calc(100% - 767px);
  margin-left: 31px;
  padding-top: 0;
}
.details-vacancies .our_win .part-2 .elements {
  margin-top: 13px;
  justify-content: flex-start;
}
.details-vacancies .our_win .part-2 .elements .element {
  margin-bottom: 18px;
  width: 42%;
  min-width: 254px;
}
.details-vacancies .our_win .part-2 .txt-opis {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 22px;
  color: #333333;
  max-width: 613px;
  margin-right: 20px;
}
.details-vacancies .our_win .part-1 {
  margin-left: 0;
  max-width: 736px;
  margin-right: 0;
}
.details-vacancies .our_win .part-1 .video-link {
  display: flex;
}
.details-vacancies .our_win .part-1 img {
  max-width: 100%;
}

.our_plus {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.our_plus .elements {
  display: flex;
  justify-content: start;
  flex-wrap: nowrap;
  overflow: hidden;
  position: relative;
}
.our_plus .elements .element {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 100%;
}
.our_plus .img {
  max-width: 762px;
  width: calc(100% - 617px);
}
.our_plus .paginator-sl {
  display: flex;
  align-items: center;
  z-index: 2;
  position: relative;
}
.our_plus .paginator-sl button {
  background: transparent;
}
.our_plus .paginator-sl button:first-of-type {
  margin-right: 49px;
}
.our_plus .left-part {
  min-width: 617px;
  max-width: 617px;
  background: #172234;
  position: relative;
  z-index: 2;
  padding: 45px 76px 45px 115px;
  box-sizing: border-box;
  overflow: hidden;
}
.our_plus .left-part .slid_cont {
  overflow: hidden;
  width: 100%;
}
.our_plus .left-part .sliders {
  min-height: 247px;
  margin-bottom: 20px;
  z-index: 2;
  position: relative;
  display: flex;
  justify-content: start;
  flex-wrap: nowrap;
  overflow: hidden;
}
.our_plus .left-part .sliders .slider {
  width: 100%;
  min-width: 427px;
  max-width: 427px;
}
.our_plus .left-part .text-big {
  margin-bottom: 20px;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 44px;
  color: #FBFBFB;
}
.our_plus .left-part::before {
  content: "";
  background-image: url(/local/templates/main/css/../img/access-img-left.png);
  width: 293px;
  height: 408px;
  position: absolute;
  bottom: -8px;
  left: 0;
}

.chat {
  max-width: 873px;
  margin-left: auto;
  margin-top: 100px;
}
.chat .open-all {
  max-width: 143px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.chat .open-all img {
  position: relative;
  top: 1px;
}
.chat .open-all:hover span {
  color: #333333;
}
.chat .open-all span {
  color: #E52330;
  margin-right: 10px;
  display: block;
}
.chat .txt-bold.line-act {
  text-align: left;
  justify-content: left;
  margin-bottom: 40px;
}
.chat .write-txt .user {
  display: none;
}
.chat .user {
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 22px;
  text-transform: capitalize;
  color: #333333;
}
.chat .early-comments {
  display: block;
  margin-top: 50px;
}
.chat .early-comments .txt-of-user {
  margin-top: 15px;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 22px;
  color: #333333;
}
.chat .early-comments .comment {
  background: #FFFFFF;
  border: 1px solid #F2F2F2;
  box-sizing: border-box;
  padding: 20px 22px 30px 15px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.chat .early-comments .comment .right-writer {
  flex: 1;
}
.chat .early-comments .comment .right-writer .date-s {
  margin-top: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #BDBDBD;
}
.chat .early-comments .comment .writer-small {
  max-width: 60px;
  width: 100%;
  margin-right: 20px;
}
.chat .write-txt {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.chat .write-txt .writer {
  max-width: 90px;
  margin-right: 22px;
}
.chat .write-txt .block-txt {
  display: block;
  flex: 1;
}
.chat .write-txt .block-txt button {
  background: #1D3359;
  max-width: 239px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #FBFBFB;
  height: 50px;
  margin-top: 10px;
}
.chat .write-txt .block-txt textarea {
  max-width: 100%;
  width: 100% !important;
  min-width: 100%;
  min-height: 130px;
  height: 130px;
  max-height: 300px !important;
  display: block;
  box-sizing: border-box;
  padding: 10px;
}

.details-new {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  position: relative;
  z-index: 2;
}
.details-new .share-txt {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  color: #333333;
  margin-bottom: 20px;
  margin-left: 1px;
}
.details-new .sh-er {
  position: absolute;
  right: 0;
  width: 315px;
  bottom: 0;
}
.details-new .header-page-new {
  position: relative;
}
.details-new .name-new-pg {
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 58px;
  color: #333333;
  max-width: 800px;
  font-family: "Play", sans-serif;
  margin-bottom: 10px;
}
.details-new .avthor_views {
  display: flex;
  align-items: center;
}
.details-new .avthor_views a {
  text-decoration: underline;
  color: inherit;
}
.details-new .avthor_views a:hover {
  color: #E52330;
}
.details-new .avthor_views > div {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 22px;
  color: #BDBDBD;
}
.details-new .avthor_views .views-page {
  margin-left: 39px;
  display: flex;
  align-items: center;
}
.details-new .avthor_views .views-page img {
  margin-right: 10px;
}
.details-new .content-new {
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
}
.details-new .content-new .right-part > div {
  border-top: 4px solid rgba(29, 51, 89, 0.3);
  padding-top: 15px;
}
.details-new .content-new .right-part .element {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 2px solid #F2F2F2;
}
.details-new .content-new .right-part .element::before {
  content: "1";
  font-family: "Play", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 65px;
  line-height: 84px;
  color: #BDBDBD;
  margin-right: 19px;
  position: relative;
  top: -8px;
}
.details-new .content-new .right-part .element:nth-child(2)::before {
  content: "2";
}
.details-new .content-new .right-part .element:nth-child(3)::before {
  content: "3";
}
.details-new .content-new .right-part .element:nth-child(4)::before {
  content: "4";
}
.details-new .content-new .right-part .element:nth-child(5)::before {
  content: "5";
}
.details-new .content-new .right-part .element:last-child {
  border-bottom: 0;
}
.details-new .content-new .right-part .element .info .views-r {
  display: flex;
  align-items: center;
}
.details-new .content-new .right-part .element .info .views-r span {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #BDBDBD;
}
.details-new .content-new .right-part .element .info .views-r img {
  height: 10px;
  width: 14.5px;
  margin-right: 5.5px;
}
.details-new .content-new .right-part .element .info .num {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  color: #333333;
  font-family: "Play", sans-serif;
  margin-bottom: 5px;
  display: block;
}
.details-new .content-new .right-part .element .info .num:hover {
  color: #E52330;
}
.details-new .content-new .right-part .element .number {
  font-family: "Play", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 65px;
  line-height: 84px;
  color: #BDBDBD;
  margin-right: 19px;
  position: relative;
  top: -8px;
}
.details-new .content-new .right-part .read-too {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 31px;
  color: #333333;
  margin-bottom: 20px;
}
.details-new .content-new .left-part {
  width: calc(100% - 315px);
  margin-right: 20px;
}
.details-new .content-new .left-part .data-new {
  margin-top: 30px;
  max-width: 873px;
  margin-left: auto;
}
.details-new .content-new .left-part .data-new .sh-er {
  position: initial;
  margin-top: 20px;
}
.details-new .content-new .left-part .data-new .istochnik {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 130%;
  color: #BDBDBD;
}
.details-new .content-new .left-part .data-new .istochnik a {
  text-decoration: underline;
  color: inherit;
}
.details-new .content-new .left-part .data-new .istochnik a:hover {
  color: #E52330;
}
.details-new .content-new .left-part .data-new .tags {
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.details-new .content-new .left-part .data-new .tags a {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 22px;
  color: #1D3359;
  display: block;
  margin-right: 15px;
  margin-bottom: 15px;
}
.details-new .content-new .left-part .data-new .tags a:hover {
  color: #E52330;
}
.details-new .content-new .left-part .teh-har {
  margin-top: 50px;
  border: 1px solid #BDBDBD;
  box-sizing: border-box;
  padding: 40px 40px 36px 50px;
  background: #FBFBFB;
  display: flex;
}
.details-new .content-new .left-part .teh-har .rt {
  display: block;
  margin-left: auto;
  flex: 1;
  max-width: 450px;
}
.details-new .content-new .left-part .teh-har .lf {
  width: 100%;
  max-width: 377px;
}
.details-new .content-new .left-part .teh-har .item-m {
  border: 1px solid #F2F2F2;
  background: #FBFBFB;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 12px;
  margin-bottom: 5px;
  box-sizing: border-box;
}
.details-new .content-new .left-part .teh-har .item-m .lf-m {
  display: flex;
  align-items: center;
}
.details-new .content-new .left-part .teh-har .item-m .rt-m span {
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 22px;
  color: #1D3359;
}
.details-new .content-new .left-part .teh-har .item-m .lf-m span {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 22px;
  color: #333333;
}
.details-new .content-new .left-part .teh-har .item-m .block-image {
  width: 27px;
  min-width: 27px;
  max-width: 27px;
  margin-right: 22px;
}
.details-new .content-new .left-part .teh-har .img {
  max-width: 100%;
  display: block;
  margin-top: 31px;
  margin-bottom: 25px;
}
.details-new .content-new .left-part .teh-har .st-txt {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  color: #333333;
  margin-right: 15px;
}
.details-new .content-new .left-part .teh-har .stars-block {
  display: flex;
  align-items: center;
}
.details-new .content-new .left-part .teh-har .stars-block .stars {
  display: flex;
  align-items: center;
}
.details-new .content-new .left-part .teh-har .stars-block .stars img {
  margin-right: 2px;
}
.details-new .content-new .left-part .teh-har .txt-bold.line-act {
  justify-content: left;
  text-align: left;
}
.details-new .content-new .left-part .teh-har .price {
  display: flex;
  align-items: center;
}
.details-new .content-new .left-part .teh-har .price strong {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  color: #1D3359;
}
.details-new .content-new .left-part .teh-har .price span {
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 23px;
  color: #333333;
  margin-right: 9px;
  display: block;
}
.details-new .content-new .left-part .teh-har .nm-car {
  margin-top: 15px;
  font-style: normal;
  font-weight: bold;
  font-size: 34px;
  line-height: 39px;
  color: #333333;
  margin-bottom: 19px;
  font-family: "Play", sans-serif;
  display: block;
}
.details-new .content-new .left-part .teh-har .nm-car:hover {
  color: #E52330;
}
.details-new .content-new .left-part .people-say {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
  border-top: 8px solid #1D3359;
  border-bottom: 2px solid #F2F2F2;
  padding-top: 15px;
  padding-bottom: 17px;
}
.details-new .content-new .left-part .people-say .bolder-txt span {
  font-style: normal;
  font-weight: bold;
  font-size: 33px;
  line-height: 43px;
  color: #333333;
  font-family: "Play", sans-serif;
}
.details-new .content-new .left-part .people-say .who-said {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: #BDBDBD;
  margin-top: 25px;
}
.details-new .content-new .left-part .people-say > div:first-child {
  max-width: 90px;
  width: 100%;
  margin-right: 37px;
  position: relative;
}
.details-new .content-new .left-part .people-say > div:first-child img:first-child {
  border-radius: 50%;
}
.details-new .content-new .left-part .people-say > div:first-child .comm-p {
  position: absolute;
  bottom: -10px;
  right: -12px;
}
.details-new .content-new .left-part .auth {
  margin-top: 15px;
  border-bottom: 2px solid #F2F2F2;
  padding-bottom: 20px;
  margin-bottom: 30px;
  padding-left: 5px;
}
.details-new .content-new .left-part .auth p {
  font-style: italic;
  font-weight: normal;
  font-size: 17px;
  line-height: 22px;
  color: #4F4F4F;
  max-width: 975px;
}
.details-new .content-new .left-part .auth span {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 22px;
  color: #BDBDBD;
  margin-top: 10px;
  display: block;
}
.details-new .content-new .left-part h4 {
  margin-bottom: 20px;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 31px;
  color: #333333;
  max-width: 873px;
  width: 100%;
  margin-left: auto;
}
.details-new .content-new .left-part ul {
  max-width: 873px;
  margin-left: auto;
}
.details-new .content-new .left-part ul li {
  display: block;
  font-size: 19px;
  line-height: 27px;
  color: #333333;
  position: relative;
  padding-left: 35px;
  margin-bottom: 27px;
}
.details-new .content-new .left-part ul li:last-child {
  margin-bottom: 0;
}
.details-new .content-new .left-part ul li::before {
  width: 9px;
  height: 9px;
  background: #1D3359;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 50%;
  transform: translate(0, -4px);
}
.details-new .content-new .left-part ol {
  max-width: 873px;
  margin-left: auto;
  counter-reset: myCounter;
}
.details-new .content-new .left-part ol li {
  font-size: 19px;
  line-height: 27px;
  color: #333333;
  position: relative;
  padding-left: 0;
  margin-bottom: 27px;
  list-style: none;
}
.details-new .content-new .left-part ol li:last-child {
  margin-bottom: 0;
}
.details-new .content-new .left-part ol li::before {
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  background-color: #1D3359;
  color: #fff;
  margin: 0 10px 0 0;
  line-height: 30px;
  width: 30px;
  height: 30px;
}
.details-new .content-new .left-part p {
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 27px;
  color: #333333;
  max-width: 873px;
  width: 100%;
  margin-left: auto;
}
.details-new .content-new .left-part .image {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  text-align: right;
  margin-bottom: 30px;
}
.details-new .content-new .left-part .info-desc p, .details-new .content-new .left-part .info-desc br {
  content: "";
  display: block;
  margin-top: 16px;
  margin-bottom: 16px;
}
.details-new .content-new .left-part .info-desc ul {
  margin-top: 16px;
  margin-bottom: 16px;
}
.details-new .content-new .left-part .info-desc ol {
  margin-top: 16px;
  margin-bottom: 16px;
}
.details-new .content-new .left-part .info-desc h2 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 32px;
  line-height: 130%;
  max-width: 873px;
  margin-left: auto;
  width: 100%;
}
.details-new .content-new .left-part .info-desc h3 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 28px;
  line-height: 130%;
  max-width: 873px;
  margin-left: auto;
  width: 100%;
}
.details-new .content-new .left-part .info-desc h5 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
  line-height: 130%;
  max-width: 873px;
  margin-left: auto;
  width: 100%;
}
.details-new .content-new .left-part .info-desc img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  text-align: right;
  height: auto;
  margin-top: 32px;
  margin-bottom: 32px;
}
.details-new .content-new .left-part .info-desc img:first-child {
  margin-top: 0;
}
.details-new .content-new .right-part {
  min-width: 315px;
  max-width: 315px;
}
.details-new .content-new .right-part .more-re {
  margin-bottom: 11px;
}
.details-new .content-new .right-part .item {
  padding-bottom: 20px;
  border-bottom: 2px solid #F2F2F2;
  display: flex;
  margin-bottom: 20px;
  align-items: flex-start;
}
.details-new .content-new .right-part .item .nm-bl {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  color: #333333;
  font-family: "Play", sans-serif;
}
.details-new .content-new .right-part .item .nm-bl:hover {
  color: #E52330;
}
.details-new .content-new .right-part .item img {
  max-width: 112px;
  width: 100%;
  margin-right: 10px;
}
.details-new .content-new .right-part .item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 30px;
}
.details-new .inform-date {
  display: flex;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 20px;
}
.details-new .inform-date .date-obz {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #BDBDBD;
}
.details-new .inform-date .type-obz {
  display: block;
  margin-right: 18px;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 26px;
  padding-left: 12px;
  padding-right: 11px;
  color: #FBFBFB;
  background: #E52330;
}

.static-page {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  position: relative;
  z-index: 2;
}
.static-page p {
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 27px;
  margin-top: 16px;
  margin-bottom: 16px;
  color: #333333;
}
.static-page ul {
  margin-top: 16px;
  margin-bottom: 16px;
}
.static-page ul li {
  display: block;
  font-size: 19px;
  line-height: 27px;
  color: #333;
  position: relative;
  padding-left: 35px;
  margin-bottom: 27px;
}
.static-page ul li:before {
  width: 9px;
  height: 9px;
  background: #1d3359;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 50%;
  transform: translate(0, -4px);
}

.countdown {
  display: inline-flex;
  margin-top: 25px;
  align-items: flex-start;
  background: #EBEBEB;
  padding: 15px 19px 21px;
}
.countdown .countdown-text {
  justify-content: center;
  display: flex;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #BDBDBD;
}
.countdown .countdown-time, .countdown .toch {
  font-style: normal;
  font-weight: bold;
  font-size: 46.2651px;
  line-height: 60px;
  color: #E52330;
}
.countdown .toch {
  display: block;
  margin-left: 8px;
  margin-right: 8px;
}
.countdown .countdown-number {
  flex-direction: column;
  display: flex;
}

.details-action {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto 100px auto;
}
.details-action .header-block {
  margin-top: 50px;
}
.details-action .pagination {
  margin-top: 100px;
}
.details-action .deadline-message {
  margin-top: 20px;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 32px;
  letter-spacing: 0.02em;
  color: #E52330;
  display: none;
}
.details-action .block-elements {
  margin-top: 50px;
  margin-bottom: 50px;
}
.details-action .block-elements > .action-element:nth-child(2n) {
  flex-direction: row-reverse;
}
.details-action .block-elements > .action-element:nth-child(2n) .details-info {
  padding-right: 58px;
  padding-left: 40px;
}
.details-action .header-block .h2-play {
  text-align: center;
  margin-bottom: 16px;
}
.details-action .action-element {
  display: flex;
  align-items: center;
  margin-bottom: 100px;
  position: relative;
  z-index: 2;
}
.details-action .action-element .details-info {
  padding: 50px 40px 50px 60px;
  box-sizing: border-box;
  background: #F2F2F2;
  max-width: 730px;
  width: 100%;
}
.details-action .action-element .details-info br {
  content: "";
  display: block;
  margin-top: 10px;
}
.details-action .action-element .details-info ul {
  margin-top: 10px;
}
.details-action .action-element .details-info ul li {
  margin-bottom: 10px;
  display: block;
  position: relative;
  padding-left: 18px;
}
.details-action .action-element .details-info ul li::before {
  width: 5px;
  height: 5px;
  background: #1D3359;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 50%;
}
.details-action .action-element .details-info .button-basic {
  max-width: 240px;
  width: 100%;
  min-height: 55px;
  margin-top: 20px;
}
.details-action .action-element .details-info .name-block-sm {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0.02em;
  color: #333333;
  margin-bottom: 20px;
  display: block;
}
.details-action .action-element .details-info .name-block-sm:hover {
  color: #E52330;
}
.details-action .action-element .elm-img {
  display: flex;
}
.details-action .action-element .elm-img img {
  max-width: 100%;
}

.content-delivery .header-block {
  margin-top: 100px;
}
.content-delivery .have_question::after {
  width: 250px;
  height: 338px;
  background-image: url(/local/templates/main/css/../img/tire-tracks.png);
  background-repeat: no-repeat;
  position: absolute;
  right: -13px;
  bottom: -22px;
  z-index: 0;
  content: "";
}
.content-delivery .have_question {
  padding-top: 0;
}
.content-delivery .details-action .action-element .details-info {
  max-width: 760px;
  padding: 100px 82px 100px 50px;
}
.content-delivery .details-action .action-element .details-info .open-txt-normal + .open-txt-normal {
  margin-top: 22px;
}
.content-delivery .content-partnership {
  margin-top: 100px;
  z-index: 2;
  position: relative;
}
.content-delivery .content-partnership .h2-play {
  max-width: 761px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.content-delivery .sold .sold-right {
  background: transparent;
  padding: 0;
  min-width: auto;
  width: 100%;
  max-width: 870px;
}
.content-delivery .sold .sold-right img {
  max-width: 100%;
}
.content-delivery .sold .sold-left .cont-info p.open-txt-normal {
  max-width: 331px;
  font-size: 20px;
  line-height: 130%;
}
.content-delivery .sold {
  align-items: center;
}
.content-delivery .sold .sold-left {
  border-bottom: 0;
}
.content-delivery .sold .sold-left .cont-info form {
  margin-top: 50px;
}
.content-delivery .sold .sold-left .cont-info {
  top: 0;
  margin-left: auto;
  margin-right: 32px;
  max-width: 417px;
}
.content-delivery .sold .sold-left::before {
  display: none;
}
.content-delivery .vb-car,
.content-delivery .block-img-info {
  margin-top: 100px;
  display: flex;
  position: relative;
  z-index: 2;
  max-width: 100%;
}
.content-delivery .sold .sold-left .cont-info .txt-bold.line-act {
  display: none;
}
.content-delivery.content-delivery--china .details-action .action-element .details-info {
  background: #172234;
  padding: 100px 72px 100px 60px;
}
.content-delivery.content-delivery--china .sold .sold-left .cont-info {
  margin-left: 60px;
  margin-right: 0;
}
.content-delivery.content-delivery--china .have_question::after {
  display: none;
}

.content-reviews .content {
  margin-top: 0;
}
.content-reviews .rg-image {
  display: flex;
}
.content-reviews .pagination {
  margin-bottom: 100px;
}
.content-reviews .catalog-container {
  margin-bottom: 0;
}
.content-reviews .catalog-container .line-filter {
  margin-top: 0;
  margin-bottom: 0;
  justify-content: center;
}
.content-reviews .details-action .action-element,
.content-reviews .details-action {
  margin-bottom: 0;
}

.reviews-block {
  max-width: 1350px;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 50px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}
.reviews-block swiper-slide {
  position: relative;
  height: 100%;
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.reviews-block swiper-slide img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.reviews-block swiper-slide .fullscreen {
  background: url(/local/templates/main/css/../img/open-fullscreen.svg) no-repeat;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.reviews-block .video-link {
  display: flex;
}
.reviews-block .video-link::before {
  background-image: url(/local/templates/main/css/../img/play_v.png);
  background-repeat: no-repeat;
  width: 90px;
  height: 90px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
}
.reviews-block__swiper {
  max-width: 427px;
  width: 100%;
  height: 100%;
}
.reviews-block .rg-thumbs {
  display: none;
}
.reviews-block__slider {
  background-color: #1D2733;
  min-height: 300px;
  max-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}
.reviews-block__desc {
  font-size: 17px;
  line-height: 130%;
  color: #333333;
  padding-left: 10px;
  padding-right: 10px;
}
.reviews-block__name {
  font-family: "Play", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: #333333;
  padding-left: 10px;
  padding-right: 10px;
  max-height: 63px;
  height: 63px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
}
.reviews-block__phone {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 17px;
  line-height: 130%;
  color: #FBFBFB;
}
.reviews-block__phone:hover, .reviews-block__phone:focus {
  color: #B81722;
}
.reviews-block__phone::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.7333 9.6C10.6667 10.6667 10.6667 11.7333 9.6 11.7333C8.53333 11.7333 7.46667 10.6667 6.4 9.6C5.33333 8.53333 4.26667 7.46667 4.26667 6.4C4.26667 5.33333 5.33333 5.33333 6.4 4.26667C7.46667 3.2 4.26667 0 3.2 0C2.13333 0 0 3.2 0 3.2C0 5.33333 2.19147 9.65813 4.26667 11.7333C6.34187 13.8085 10.6667 16 12.8 16C12.8 16 16 13.8667 16 12.8C16 11.7333 12.8 8.53333 11.7333 9.6Z' fill='%23E52330'/%3E%3C/svg%3E%0A");
  width: 16px;
  height: 16px;
  min-width: 16px;
  display: block;
}
.reviews-block__author {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 17px;
  line-height: 130%;
  color: #FBFBFB;
}
.reviews-block__author::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='16' viewBox='0 0 13 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='17.902' height='1.87236' transform='matrix(0.594978 -0.803742 0.730054 0.68339 0 14.3887)' fill='%23E52330'/%3E%3C/svg%3E%0A");
  width: 13px;
  height: 16px;
  min-width: 13px;
  display: block;
}
.reviews-block__footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  background: #172234;
  padding: 10px;
  margin-top: auto;
}
.reviews-block__elem {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: calc((100% - 40px) / 3);
  width: 100%;
}

.details-services {
  max-width: 1341px;
  width: 100%;
  margin: 0 auto 84px;
}
.details-services .header-block {
  margin: 50px 0;
}
.details-services .header-block h1 {
  margin-top: 5px;
  text-align: center;
}
.details-services .services-elements {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.details-services .services-elements .element {
  max-width: 427px;
  width: 427px;
  position: relative;
  background: #F2F2F2;
  border: 1px solid #E4E3E3;
  box-sizing: border-box;
  box-shadow: 0 0 20px rgba(51, 51, 51, 0.15);
  border-radius: 1px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
.details-services .services-elements .element .transfer {
  content: "";
  background-image: url(/local/templates/main/css/../img/transfer_on_button.svg);
  min-width: 36px;
  height: 36px;
  background-color: #E52330;
  background-position: center;
  background-repeat: no-repeat;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
}
.details-services .services-elements .element:hover .transfer {
  display: flex;
}
.details-services .services-elements .element:hover .block-info::before {
  background-image: url(/local/templates/main/css/../img/service-dirt.svg);
  background-repeat: no-repeat;
  width: 101px;
  height: 121px;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}
.details-services .services-elements .element .block-info {
  padding: 20px 15px;
  min-height: 120px;
  box-sizing: border-box;
  position: relative;
  display: block;
  text-align: center;
}
.details-services .services-elements .element .block-info .name-service {
  font-family: "Play", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  color: #333333;
  z-index: 2;
  min-height: 55px;
  align-items: center;
  position: relative;
}
.details-services .services-elements .element .block-info .name-service:hover {
  color: #E52330;
}
.details-services .services-elements .element .new-img {
  display: flex;
}
.details-services .services-elements .element .new-img img {
  max-width: 100%;
}

.shadow-right-up {
  background-image: url(/local/templates/main/css/../img/shadow-404-2.png);
  background-repeat: no-repeat;
  width: 276px;
  height: 290px;
  position: absolute;
  right: 0;
  top: 20px;
  content: "";
  display: block;
}

.shadow-right-up-wither {
  background-image: url(/local/templates/main/css/../img/shadow-404-3_1.png);
  background-repeat: no-repeat;
  width: 288px;
  height: 376px;
  position: absolute;
  right: 0;
  top: 35px;
  content: "";
  display: block;
}

.details-text {
  max-width: 1096px;
  width: 100%;
  margin: 50px auto 100px;
  position: relative;
  z-index: 2;
}
.details-text h1 {
  font-family: "Play", sans-serif;
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 30px;
  max-width: 576px;
  width: 100%;
}
.details-text p, .details-text li {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 22px;
  color: #333333;
  margin-bottom: 15px;
}
.details-text p, .details-text br {
  content: "";
  display: block;
  margin-bottom: 22px;
}
.details-text ul {
  margin-bottom: 22px;
  display: block;
  list-style: none;
}
.details-text h2 {
  margin-bottom: 22px;
  font-weight: bold;
  font-size: 32px;
  line-height: 130%;
  max-width: 576px;
  width: 100%;
}
.details-text h3 {
  margin-bottom: 22px;
  font-weight: bold;
  font-size: 28px;
  line-height: 130%;
  max-width: 576px;
  width: 100%;
}
.details-text h4 {
  margin-bottom: 22px;
  font-weight: bold;
  font-size: 24px;
  line-height: 130%;
  max-width: 576px;
  width: 100%;
}
.details-text h5 {
  margin-bottom: 22px;
  font-weight: bold;
  font-size: 20px;
  line-height: 130%;
  max-width: 576px;
  width: 100%;
}
.details-text img {
  max-width: 100%;
  display: flex;
  margin-bottom: 22px;
}

.error-block {
  padding: 27px 24px 100px;
}
.error-block::before {
  background-image: url(/local/templates/main/css/../img/shadow-404-1.png);
  background-repeat: no-repeat;
  width: 396px;
  height: 396px;
  position: absolute;
  left: 0;
  bottom: -20px;
  content: "";
  display: block;
}
.error-block .element-error {
  font-style: normal;
  font-weight: bold;
  font-size: 238px;
  line-height: 275px;
  font-family: "Play", sans-serif;
  text-align: center;
  color: #4F4F4F;
  z-index: 2;
  position: relative;
}
.error-block .semi-size-txt {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #333333;
  margin-top: -2px;
}
.error-block .button-basic {
  min-height: 55px;
  width: 100%;
  max-width: 305px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  position: relative;
}

.details {
  margin: 0 auto 80px;
  max-width: 1320px;
  position: relative;
  z-index: 2;
}
.details .catalog {
  background: transparent;
  padding-bottom: 0;
}
.details .catalog .cards {
  margin-top: 40px;
  width: calc(100% + 20px);
  position: relative;
  left: -10px;
}
.details .catalog .cards .card {
  box-shadow: 0 0 20px rgba(51, 51, 51, 0.15);
  background: #FBFBFB;
  border: 1px solid #F2F2F2;
  box-sizing: border-box;
}
.details .catalog .cards .card .price-car {
  color: #333333;
  font-weight: bold;
}
.details .catalog .category-show {
  display: block;
}
.details .catalog .txt-bold.line-act {
  text-align: left;
  justify-content: left;
}
.details .extra-info {
  margin-top: 70px;
}
.details .extra-info .block-in {
  display: flex;
}
.details .extra-info .block-in > div {
  width: 50%;
}
.details .extra-info .block-in > div:nth-child(1) {
  margin-right: 20px;
}
.details .extra-info .item {
  min-height: 50px;
  position: relative;
  padding: 13px 10px 12px;
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  background: #FBFBFB;
  border: 1px solid #F2F2F2;
  margin-bottom: 10px;
}
.details .extra-info .item:last-child {
  margin-bottom: 0;
}
.details .extra-info .item .lf-m {
  width: 193px;
  margin-right: 20px;
  min-width: 193px;
}
.details .extra-info .item .rt-m {
  color: #1D3359;
  font-weight: 600;
}
.details .extra-info .txt-bold {
  margin-bottom: 40px;
  text-align: left;
  justify-content: left;
}
.details .desc-block {
  display: flex;
  align-items: flex-start;
  margin-top: 94px;
}
.details .desc-block .left-part {
  width: calc(100% - 427px);
  margin-right: 20px;
}
.details .desc-block .left-part .buttons {
  margin-top: 28px;
}
.details .desc-block .left-part .buttons > button {
  margin-right: 10px;
  background: #FBFBFB;
  border: 1px solid #1D3359;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  color: #4F4F4F;
  max-width: 350px;
  width: 100%;
  min-height: 55px;
}
.details .desc-block .left-part .buttons > button:hover {
  background: #1D3359;
  color: #FBFBFB;
}
.details .desc-block .left-part .buttons > button:nth-child(2) {
  margin-right: 0;
  margin-left: 10px;
}
.details .desc-block .left-part .txt-bold.line-act {
  text-align: left;
  justify-content: left;
  margin-bottom: 40px;
}
.details .desc-block .left-part .open-txt-normal {
  padding: 15px;
  background: #FBFBFB;
  border: 1px solid #F2F2F2;
  box-sizing: border-box;
  position: relative;
}
.details .desc-block .left-part .open-txt-normal p:not(:last-child) {
  margin-bottom: 20px;
  display: block;
}
.details .desc-block .right-part {
  min-width: 427px;
  width: 427px;
  border: 1px solid #F2F2F2;
  background: #FBFBFB;
  border-left: 4px solid #F2F2F2;
  position: relative;
  padding: 38px 39px 39px 36px;
  box-sizing: border-box;
}
.details .desc-block .right-part .txt-on-input {
  background: linear-gradient(to top, #FBFBFB 40%, #FBFBFB 44%);
}
.details .desc-block .right-part .txt-small-grey {
  margin-top: 15px;
  max-width: 264px;
}
.details .desc-block .right-part .txt-small-grey a {
  text-decoration: underline;
  color: #999898;
}
.details .desc-block .right-part .txt-small-grey a:hover {
  transition: all 0.2s;
  color: #E52330;
}
.details .desc-block .right-part .block-for-input {
  max-width: 305px;
  width: 100%;
}
.details .desc-block .right-part .txt-bold {
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 130%;
  font-family: "Play", sans-serif;
}
.details .desc-block .right-part input {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
  height: 50px;
  width: 100%;
}
.details .desc-block .right-part button {
  width: 100%;
  max-width: 305px;
  margin-top: 5px;
  height: 55px;
}
.details .desc-block .right-part .open-txt-normal {
  margin-bottom: 20px;
}
.details .buttons {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.details .buttons button {
  width: 50%;
  height: 55px;
  position: relative;
  box-sizing: border-box;
}
.details .buttons .buy {
  margin-right: 5px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  color: #FBFBFB;
  max-width: 240px;
}
.details .buttons .raz-money {
  margin-left: 5px;
  background: #FBFBFB;
  border: 1px solid #1D3359;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  color: #4F4F4F;
  max-width: 250px;
}
.details .buttons .raz-money:hover {
  background: #1D3359;
  color: #FBFBFB;
}
.details .more-info {
  display: flex;
  margin-top: 25px;
}
.details .more-info #elementContainer {
  width: 60.8%;
  max-width: 800px;
}
.details .more-info .left-part {
  width: 39.2%;
  max-width: 500px;
  margin-right: 20px;
}
.details .more-info .left-part .item-m {
  display: flex;
  background: #FBFBFB;
  border: 1px solid #F2F2F2;
  box-sizing: border-box;
  align-items: center;
  padding-left: 10px;
  padding-right: 42px;
  min-height: 50px;
  position: relative;
  justify-content: space-between;
  margin-bottom: 10px;
}
.details .more-info .left-part .item-m .rt-m .open-txt-normal {
  text-align: right;
  color: #1D3359;
  font-weight: 600;
}
.details .more-info .left-part .item-m .rt-m {
  display: flex;
}
.details .more-info .left-part .item-m .lf-m {
  display: flex;
  align-items: center;
}
.details .more-info .left-part .item-m .lf-m .block-image {
  margin-right: 22px;
  width: 28px;
  line-height: 0;
}
.details .block-instr {
  margin-top: 50px;
  display: flex;
  align-items: end;
  position: relative;
  justify-content: space-between;
}
.details .block-instr > div:nth-child(1) {
  min-width: 488px;
}
.details .block-info-aukc {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 500px;
  width: 100%;
}
.details .block-info-aukc > div {
  display: flex;
  align-items: center;
}
.details .block-info-aukc > div span {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
}
.details .price-big {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  margin-left: 5px;
  color: #1D3359;
}
.details .share-txt {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  color: #333333;
  margin-bottom: 20px;
  margin-left: 1px;
}

.contact-content .contacts-ow.new-section-contacts {
  margin-top: 50px;
}

.have_question.new_variant_question {
  margin-top: 100px;
  background: #F2F2F2;
  padding-bottom: 100px;
}
.have_question.new_variant_question .inf-bl {
  z-index: 2;
}
.have_question.new_variant_question::before {
  background-image: url(/local/templates/main/css/../img/shadow-contact-2.png);
  left: 0;
  bottom: 0;
  width: 218px;
  height: 224px;
}
.have_question.new_variant_question::after {
  width: 225px;
  height: 290px;
  right: -16px;
  top: 0;
  background-image: url(/local/templates/main/css/../img/shadow-contact-3.png);
}
.have_question.new_variant_question .h2-play {
  text-transform: uppercase;
}
.have_question.new_variant_question .right-part {
  margin-top: 0;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  z-index: 2;
  position: relative;
  width: 100%;
}
.pagination .pagination-item.disable a {
  pointer-events: none;
  cursor: default;
}
.pagination .modern-page-prev {
  display: block;
  margin-right: 50px;
  min-width: 11px;
  height: 18px;
  background-image: url(/local/templates/main/css/../img/arrow-paginator-prev.png);
  background-position: 0 0;
}
.pagination .modern-page-prev:hover {
  background-position: -11px 0;
}
.pagination .modern-page-next {
  margin-left: 40px;
  display: block;
  min-width: 11px;
  height: 18px;
  background-image: url(/local/templates/main/css/../img/arrow-paginator-next.png);
  background-position: 0 0;
}
.pagination .modern-page-next:hover {
  background-position: -11px 0;
}
.pagination .pagination-item a:not(.modern-page-next, .modern-page-prev),
.pagination .pagination-item span {
  background: #F2F2F2;
  min-width: 35px;
  min-height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 23px;
  text-align: center;
  color: #333333;
}
.pagination .pagination-item a:not(.modern-page-next, .modern-page-prev):hover,
.pagination .pagination-item span:hover {
  background: #1D3359;
  color: #FBFBFB;
  text-decoration: none;
}
.pagination .pagination-item.active span, .pagination .pagination-item.active a {
  background: #1D3359;
  color: #FBFBFB;
}

.news-shadow {
  background-image: url(/local/templates/main/css/../img/news-bg-shadow-2.png);
  background-repeat: no-repeat;
  width: 282px;
  height: 354px;
  position: absolute;
  right: 0;
  top: 50px;
  content: "";
  display: block;
}

.details-news {
  padding-bottom: 78px;
  position: relative;
}
.details-news h1 {
  margin-top: 50px;
}
.details-news .txt-bold.line-act {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: -4px;
}
.details-news .block-news {
  margin-top: 50px;
  max-width: 1341px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}
.details-news .block-news .block-info {
  padding: 15px 10px 28px;
}
.details-news .block-news .block-info .istochnik {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 19px;
  color: #BDBDBD;
  margin-top: 15px;
  display: block;
}
.details-news .block-news .block-info .istochnik a {
  color: inherit;
  text-decoration: underline;
}
.details-news .block-news .block-info .istochnik a:hover {
  color: #E52330;
}
.details-news .block-news .block-info .name-new {
  display: block;
  margin-top: 10px;
  margin-bottom: 12px;
  font-family: "Play", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 31px;
  color: #333333;
  max-height: 63px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
}
.details-news .block-news .block-info .name-new:hover {
  color: #E52330;
}
.details-news .block-news .button-basic {
  min-height: 56px;
  background: #1D3359;
  margin-top: auto;
}
.details-news .block-news .button-basic img {
  position: relative;
  top: 1px;
}
.details-news .block-news .button-basic span {
  margin-right: 0;
}
.details-news .block-news .button-basic span::after {
  min-width: 7px;
  height: 12px;
  background-image: url(/local/templates/main/css/../img/gr-se-12.png);
  background-position: 0 0;
  display: inline-flex;
  content: "";
  margin-left: 15px;
  background-repeat: no-repeat;
  position: relative;
  top: 1px;
}
.details-news .block-news .button-basic:hover span {
  color: red;
}
.details-news .block-news .button-basic:hover span::after {
  background-position: -7px 0;
}
.details-news .block-news .head-bl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 26px;
}
.details-news .block-news .head-bl .category-v {
  margin-left: 15px;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #FBFBFB;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  background: #E52330;
  padding-left: 12px;
  padding-right: 11px;
}
.details-news .block-news .head-bl .lf-bl {
  display: flex;
  align-items: center;
}
.details-news .block-news .head-bl .rt-bl {
  display: flex;
  align-items: center;
}
.details-news .block-news .head-bl .rt-bl img {
  margin-right: 10px;
}
.details-news .block-news .new-element {
  max-width: 427px;
  width: 427px;
  position: relative;
  background: #F2F2F2;
  border: 1px solid #E4E3E3;
  box-sizing: border-box;
  box-shadow: 0 0 20px rgba(51, 51, 51, 0.15);
  border-radius: 1px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
.details-news .block-news .new-element .new-img {
  display: block;
  line-height: 0;
}
.details-news .block-news .new-element .new-img img {
  max-width: 100%;
}
.details-news::after {
  background-image: url(/local/templates/main/css/../img/news-bg-shadow-3.png);
  background-repeat: no-repeat;
  width: 198px;
  height: 206px;
  position: absolute;
  right: 0;
  bottom: -3px;
  content: "";
}
.details-news .header-block::before {
  background-image: url(/local/templates/main/css/../img/news-bg-shadow-1.png);
  background-repeat: no-repeat;
  width: 374px;
  height: 287px;
  position: absolute;
  left: 0;
  top: 88px;
  content: "";
}
.details-news .categories {
  list-style-type: none;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.details-news .categories li {
  background: #FBFBFB;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  min-width: 270px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  margin-right: 15px;
  margin-left: 15px;
  color: #333333;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #1D3359;
  position: relative;
  z-index: 2;
}
.details-news .categories li a {
  color: inherit;
}
.details-news .categories li.active, .details-news .categories li:hover {
  background: #1D3359;
  color: #FBFBFB;
}
.details-news h1 {
  text-align: center;
  margin-bottom: 20px;
}

.content-tracking .big-line-1,
.content-tracking .big-line-2 {
  z-index: 2;
}

/* the START OF BIG PHOTO When clicked*/
.minimized {
  max-height: 180px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.2s;
  box-sizing: border-box;
}
.minimized:hover {
  border: 2px solid #1D3359;
}

#magnify {
  display: none;
  position: fixed;
  z-index: 9999;
  line-height: 0;
}

#magnify img:nth-child(1) {
  max-width: calc(100vw - 75px);
  max-height: calc(100vh - 100px);
}

#overlay {
  display: none;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 9990;
}

#close-popup {
  cursor: pointer;
  position: absolute;
  top: -32px;
  right: -32px;
  filter: brightness(200%);
}

@keyframes rota {
  25% {
    transform: rotate(360deg);
  }
}
#close-popup:hover {
  animation: rota 4s infinite normal;
  animation-iteration-count: 1;
}

/* the END OF BIG PHOTO When clicked*/
.result-search-vin {
  margin-top: 50px;
  position: relative;
  z-index: 2;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.result-search-vin .images-block-tracking {
  display: flex;
  margin-top: 50px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.result-search-vin .images-block-tracking .image__wrapper {
  display: flex;
}
.result-search-vin .table-info {
  max-width: 650px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.result-search-vin .table-info .item-m {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 13px 22px 14px 20px;
  background: #FBFBFB;
  border: 1px solid #F2F2F2;
  margin-bottom: 5px;
}
.result-search-vin .table-info .item-m .lf-m {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 22px;
  color: #333333;
}
.result-search-vin .table-info .item-m .rt-m {
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 22px;
  text-align: right;
  color: #1D3359;
  margin-left: 20px;
}

.tracking {
  padding-bottom: 78px;
}
.tracking .sh-er {
  margin-top: 50px;
  text-align: center;
}
.tracking .sh-er .socials {
  justify-content: center;
}
.tracking .tracking-header {
  margin-top: 50px;
  margin-bottom: 100px;
}
.tracking::before {
  width: 225px;
  height: 223px;
  background-image: url(/local/templates/main/css/../img/tracking-dirty-footer.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 2;
  content: "";
}
.tracking .aukc_company .cards .card {
  padding-bottom: 44px;
  padding-top: 0;
  z-index: 3;
}
.tracking .aukc_company {
  position: relative;
  padding-bottom: 0;
  padding-top: 0;
}
.tracking .aukc_company .cards .card .image {
  margin: auto;
}
.tracking .aukc_company .h2-play, .tracking .aukc_company .txt-bold.line-act {
  text-align: center;
  justify-content: center;
  padding-left: 0;
  z-index: 3;
  max-width: 741px;
  margin-right: auto;
  margin-left: auto;
}
.tracking .five-steps-bl .mar-cen .h2-play, .tracking .five-steps-bl .mar-cen .txt-bold.line-act {
  max-width: 100%;
}
.tracking .five-steps-bl::after,
.tracking .five-steps-bl::before {
  display: none;
}
.tracking .five-steps-bl .mar-cen {
  max-width: 1248px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  left: -36px;
}
.tracking .five-steps-bl .right-part {
  max-width: 529px;
  width: 100%;
  margin-top: 0;
  display: flex;
  align-items: center;
  position: relative;
  left: -49px;
}
.tracking .five-steps-bl .step .txt-step {
  width: 485px;
  max-width: 485px;
  padding-left: 27px;
}
.tracking .five-steps-bl .step .txt-step span {
  display: flex;
  align-items: center;
}
.tracking .five-steps-bl .step .txt-step span::before {
  min-width: 25px;
  height: 25px;
  background-image: url(/local/templates/main/css/../img/check.svg);
  background-repeat: no-repeat;
  display: block;
  content: "";
  margin-right: 25px;
}
.tracking .my-cab::before {
  width: 252px;
  height: 323px;
  background-image: url("/local/templates/main/css/../img/tracking-shad-1.png");
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: -21%;
  z-index: 4;
  content: "";
}
.tracking .my-cab::after {
  width: 362px;
  height: 362px;
  bottom: -196px;
  background-image: url("/local/templates/main/css/../img/tracking-shad-2.png");
  content: "";
  position: absolute;
  right: 0;
  background-repeat: no-repeat;
}
.tracking .lic_room .h2-play {
  margin-bottom: 0;
  margin-top: 5px;
  max-width: 449px;
}
.tracking .lic_room .h2-play, .tracking .lic_room .txt-bold.line-act {
  left: -123px;
}
.tracking .lic_room .txt-bold.line-act {
  max-width: 449px;
}
.tracking .lic_room .right-part::before {
  display: none;
}
.tracking .lic_room .right-part::after {
  display: none;
}
.tracking .lic_room .left-part {
  z-index: 3;
}
.tracking .lic_room .elements {
  max-width: 470px;
  left: -113px;
}
.tracking .lic_room .elements .element {
  max-width: 100%;
}
.tracking .lic_room .elements .element .circle::after {
  width: 2px;
  height: 40px;
  background: #532F4E;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -41px;
  transform: translate(-50%, 0);
}
.tracking .lic_room .elements .element:last-child {
  margin-bottom: 0;
}
.tracking .lic_room .elements .element:last-child .circle::after {
  display: none;
}
.tracking .lic_room .elements .ots-br {
  display: block;
}
.tracking .lic_room .elements .pt {
  margin-right: 0;
  width: 100%;
  max-width: 100%;
}
.tracking .tracking-header .h2-play {
  text-align: center;
  margin-bottom: 20px;
}
.tracking .tracking-header .txt-bold.line-act {
  max-width: 475px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: -4px;
}
.tracking .tracking-header form {
  display: flex;
  align-items: center;
  margin: 50px auto 0;
  max-width: 580px;
  width: 100%;
  position: relative;
  z-index: 3;
}
.tracking .tracking-header form input {
  width: 350px;
  height: 55px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 10px;
}
.tracking .tracking-header form button {
  height: 55px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tracking .tracking-header form button span {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  color: #FBFBFB;
}
.tracking .tracking-header form button span.loader-success {
  right: 10px;
}
.tracking .tracking-header form button img {
  margin-right: 7px;
}

.content-about-us .block-map-full {
  margin-top: 0;
}
.content-about-us .our_plus .left-part .sliders {
  min-height: initial;
  margin-bottom: 36px;
}
.content-about-us .our_plus .left-part .sliders .slider {
  min-width: 525px;
  max-width: 525px;
}
.content-about-us .block-header-comment {
  display: flex;
  align-items: center;
  margin-bottom: 27px;
}
.content-about-us .block-header-comment .info-comment {
  margin-left: 25px;
}
.content-about-us .block-header-comment .author-nm {
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  text-transform: uppercase;
}
.content-about-us .block-header-comment .author-date {
  margin-top: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  text-transform: uppercase;
  color: #BDBDBD;
}
.content-about-us .our_plus .img img {
  max-width: 100%;
}
.content-about-us .our_plus .img-block {
  position: relative;
  display: flex;
}
.content-about-us .our_plus .img-block img {
  min-width: 84px;
  max-width: 84px;
  border-radius: 50%;
}
.content-about-us .our_plus .img-block::after {
  content: "";
  display: block;
  width: 36px;
  height: 24px;
  right: -5px;
  bottom: -6px;
  position: absolute;
  background-image: url(/local/templates/main/css/../img/img-author-about-comment.png);
  background-repeat: no-repeat;
}
.content-about-us .our_plus .left-part::before {
  display: none;
}
.content-about-us .txt-p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.content-about-us .our_plus .left-part {
  padding: 50px 32px 50px 60px;
  background: #F2F2F2;
}
.content-about-us .our_plus .paginator-sl button:first-of-type {
  margin-right: 49px;
  min-width: 11px;
  height: 18px;
  background-image: url(/local/templates/main/css/../img/arrow-paginator-prev.png);
  background-position: 0 0;
  transition: none;
}
.content-about-us .our_plus .paginator-sl button:first-of-type:hover {
  background-position: -11px 0;
}
.content-about-us .our_plus .paginator-sl button:last-of-type {
  min-width: 11px;
  height: 18px;
  background-image: url(/local/templates/main/css/../img/arrow-paginator-next.png);
  background-position: 0 0;
  transition: none;
}
.content-about-us .our_plus .paginator-sl button:last-of-type:hover {
  background-position: -11px 0;
}
.content-about-us .our_plus .img {
  display: flex;
  position: relative;
}
.content-about-us .our_plus a.img::before {
  background-image: url(/local/templates/main/css/../img/play_v.png);
  background-repeat: no-repeat;
  width: 90px;
  height: 90px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
}
.content-about-us .header-page-otzivi {
  margin-top: 100px;
}
.content-about-us .header-page-otzivi .h2-play {
  text-align: center;
  margin-bottom: 16px;
}

.block-with-big-image {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  position: relative;
}
.block-with-big-image .image-bg {
  max-width: 100%;
  margin-top: 50px;
  display: flex;
}
.block-with-big-image .h2-play {
  text-align: center;
  margin-bottom: 16px;
  margin-top: 50px;
}

.content-partnership .sold .sold-left .cont-info {
  top: 0;
}
.content-partnership .details-vacancies .vac-element .more-info.txt-name-block {
  border: 0;
  justify-content: left;
  max-width: 100%;
  min-width: initial;
  display: flex;
}
.content-partnership .details-vacancies .vac-element .right-p {
  min-width: 36px;
  min-height: 36px;
  max-width: 36px;
  background: #E52330;
  border: 0;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-partnership .details-vacancies .vac-element .right-p:hover {
  background-color: #B81722;
}
.content-partnership .details-vacancies .vac-element .right-p::before {
  content: "";
  background-image: url(/local/templates/main/css/../img/button-str-p.svg);
  display: block;
  min-width: 8px;
  min-height: 12px;
  background-repeat: no-repeat;
}
.content-partnership .details-vacancies .vac-element .right-p.active::before {
  background-image: url(/local/templates/main/css/../img/button-str-p-active.svg);
  min-width: 12px;
  min-height: 8px;
}
.content-partnership .details-vacancies .vac-element {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  padding-top: 40px;
}
.content-partnership .details-vacancies .vac-element .right-p {
  margin-left: 56px;
  margin-top: 0;
  transition: 0.2s;
}
.content-partnership .details-vacancies .vac-element .txt-name-block {
  margin-bottom: 0;
}
.content-partnership .details-vacancies .vac-element .left-p {
  max-width: 100%;
  transition: 0.2s;
}
.content-partnership .details-vacancies .vac-element:hover .right-p,
.content-partnership .details-vacancies .vac-element.active .right-p {
  margin-right: 40px;
  margin-left: 16px;
}
.content-partnership .details-vacancies .vac-element:hover .left-p,
.content-partnership .details-vacancies .vac-element.active .left-p {
  margin-right: 60px;
  max-width: 100%;
}
.content-partnership .list--vacancies .info-vac {
  max-width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  box-sizing: content-box;
}
.content-partnership .list--vacancies .info-vac h4 {
  margin-bottom: 20px;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 31px;
  color: #333333;
}
.content-partnership .list--vacancies .info-vac br {
  content: "";
  display: block;
  margin-top: 16px;
  margin-bottom: 16px;
}
.content-partnership .list--vacancies .info-vac img {
  max-width: 100%;
  display: block;
  margin: 16px auto;
}
.content-partnership .list--vacancies .info-vac img:first-child {
  margin-top: 0;
}
.content-partnership .list--vacancies .info-vac ul {
  margin-top: 16px;
  margin-bottom: 16px;
  color: #333333;
}
.content-partnership .list--vacancies .info-vac h2 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 32px;
  line-height: 130%;
  color: #333333;
}
.content-partnership .list--vacancies .info-vac h3 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 28px;
  line-height: 130%;
  color: #333333;
}
.content-partnership .list--vacancies .info-vac h5 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
  line-height: 130%;
  color: #333333;
}
.content-partnership .list--vacancies .info-vac p {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  color: #333333;
  margin-bottom: 22px;
}
.content-partnership .list--vacancies .info-vac p:last-child {
  margin-bottom: 0;
}
.content-partnership .details-vacancies::after {
  display: none;
}
.content-partnership .header-questions .h2-play {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 50px;
}
.content-partnership .my-cab::after {
  background-image: url(/local/templates/main/css/../img/tire-tracks-partnership-2.png);
  width: 256px;
  height: 307px;
  right: -63px;
  bottom: auto;
  top: -30px;
}
.content-partnership .have_question::after {
  display: none;
}
.content-partnership .have_question {
  padding-bottom: 100px;
}
.content-partnership .sold .sold-left .cont-info p.open-txt-normal {
  max-width: 395px;
}
.content-partnership .sold .sold-left::before {
  display: none;
}
.content-partnership .sold {
  max-width: 1440px;
}
.content-partnership .sold .sold-left .cont-info {
  margin-left: auto;
  margin-right: auto;
}
.content-partnership .sold .sold-right {
  padding: 0;
  background: #ffffff;
}
.content-partnership .sold .sold-right img {
  max-height: 667px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.content-partnership .why-we {
  padding-bottom: 80px;
}
.content-partnership .sold .sold-left {
  border-bottom: 0;
}
.content-partnership .breadcrumbs {
  max-width: calc(100% - 120px);
  margin-bottom: 50px;
}
.content-partnership .start-partner-mini-block {
  background: #172234;
  padding: 100px 0 74px 0;
  position: relative;
  z-index: 2;
}
.content-partnership .start-partner-mini-block .cont-middle {
  display: flex;
  justify-content: center;
  left: -110px;
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.content-partnership .start-partner-mini-block .cont-middle .left-part {
  max-width: 100%;
}
.content-partnership .start-partner-mini-block .cont-middle .center-part {
  max-width: 540px;
  width: 100%;
  margin-left: 50px;
  margin-right: 50px;
  min-width: 460px;
}
.content-partnership .start-partner-mini-block .cont-middle .center-part .h2-play {
  text-transform: uppercase;
}
.content-partnership .start-partner-mini-block .cont-middle .center-part .txt-bold.line-act {
  justify-content: left;
  margin-top: 5px;
}
.content-partnership .start-partner-mini-block .cont-middle .center-part .semi-size-txt {
  margin-top: 20px;
}
.content-partnership .start-partner-mini-block .cont-middle .center-part .semi-size-txt br {
  margin-top: 10px;
  display: block;
  content: "";
}
.content-partnership .start-partner-mini-block .cont-middle .left-part.sm {
  display: none;
}
.content-partnership .start-partner-mini-block .cont-middle .right-part {
  max-width: 305px;
  width: 100%;
}
.content-partnership .start-partner-mini-block form .txt-small-grey a {
  text-decoration: underline;
  color: #999898;
}
.content-partnership .start-partner-mini-block form .txt-small-grey a:hover {
  color: #E52330;
}
.content-partnership .start-partner-mini-block form .txt-small-grey {
  margin-top: 15px;
  max-width: 264px;
  text-align: left;
}
.content-partnership .start-partner-mini-block form button {
  margin-top: 5px;
  max-width: 305px;
  width: 100%;
  height: 55px;
}
.content-partnership .start-partner-mini-block form input {
  max-width: 305px;
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.for-shadow-bl-about {
  position: relative;
}
.for-shadow-bl-about::after {
  content: "";
  width: 285px;
  height: 256px;
  display: block;
  background-image: url(/local/templates/main/css/../img/shadow_for_block-about-us.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: -123px;
}

.block-history {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.block-history.our-cell .image {
  background-image: url(/local/templates/main/css/../img/black-car-for-about.png);
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 50px 116px;
  box-sizing: border-box;
}
.block-history.our-cell .image .double-spec {
  margin-left: 30px;
  margin-right: 30px;
}
.block-history.our-cell .image .spec-font-white {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 33px;
  color: #F2F2F2;
  font-family: "Play", sans-serif;
}
.block-history.our-cell .image .spec-font-red {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
  color: #E52330;
  font-family: "Play", sans-serif;
}
.block-history.our-cell .image .line-elm {
  display: flex;
  align-items: center;
  margin-bottom: 36px;
}
.block-history.our-cell .image .line-elm:last-child {
  margin-bottom: 0;
}
.block-history.our-cell .image .line-elm .img-v {
  max-width: 100%;
  display: flex;
}
.block-history.our-cell .image .h2-play {
  margin-bottom: 35px;
}
.block-history .lft-part {
  display: flex;
  flex-direction: column;
  padding: 100px 112px 100px 62px;
  max-width: 822px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.block-history .lft-part .h2-play {
  margin-bottom: 20px;
  z-index: 2;
  position: relative;
}
.block-history .lft-part p {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 22px;
  z-index: 2;
  position: relative;
  color: #333333;
  margin-bottom: 10px;
}
.block-history .lft-part p:last-child {
  margin-bottom: 0;
}
.block-history .lft-part br {
  margin-bottom: 10px;
  display: block;
  content: "";
}
.block-history .lft-part .txt-bold.line-act {
  margin-bottom: 31px;
  justify-content: left;
  z-index: 2;
  position: relative;
}
.block-history .lft-part.dark {
  background-color: #172234;
}
.block-history .lft-part.dark p {
  color: #FBFBFB;
}
.block-history .lft-part.dark::before {
  content: "";
  background-image: url(/local/templates/main/css/../img/access-img-left.png);
  width: 293px;
  height: 408px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.block-history .lft-part.grey {
  background-color: #F2F2F2;
  padding-left: 60px;
  padding-right: 144px;
}
.block-history .rgt-part {
  display: flex;
  flex: 1;
  width: 100%;
  position: relative;
}
.block-history .rgt-part .image {
  max-width: 670px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  min-width: 670px;
}

.block-map-full {
  margin-top: 100px;
}
.block-map-full .h2-play {
  text-align: center;
  margin-bottom: 16px;
}
.block-map-full .map_v {
  max-width: 1440px;
  margin: 50px auto 0;
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
}

.track-delivery {
  padding: 100px 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.track-delivery::after {
  content: "";
  width: 263px;
  height: 338px;
  position: absolute;
  left: -2px;
  top: -37px;
  background-image: url(/local/templates/main/css/../img/tire-tracks-partnership.png);
  background-repeat: no-repeat;
}
.track-delivery > .h2-play {
  text-align: center;
  margin-top: 5px;
}
.track-delivery > form {
  margin-top: 50px;
  max-width: 928px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.track-delivery > form button {
  height: 55px;
  width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.track-delivery > form button span {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  color: #FBFBFB;
  margin-left: 7px;
}
.track-delivery > form input {
  flex: 1;
  height: 55px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 10px;
}
.track-delivery .loader-success {
  right: 17px;
}

.loader-success {
  position: absolute;
  width: 20px;
  display: none;
  top: 50%;
  right: 5px;
  transform: translate(0, -50%);
}
.loader-success .wrap-loader-success {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50%;
}

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

.search-info {
  position: relative;
}

/* AJAX CUSTOM PRELOADER */
#reload_wrapper {
  display: none;
  height: 100%;
  transition: 0.1s all ease-in-out;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  width: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
}

.box-loading {
  width: 50px;
  height: 50px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#loading-filter-btn {
  display: none;
  width: 26px;
  height: 26px;
  vertical-align: middle;
  background: url(/local/templates/main/css/../img/loading.gif) no-repeat;
}

.disabled-btn {
  pointer-events: none;
}

/* AJAX CUSTOM PRELOADER END */
.block-loader {
  display: none;
  margin-bottom: 30px;
}
.block-loader img {
  display: block;
  margin: 0 auto;
}

.price-lot.error {
  border: 1px solid #ff0000;
}

font.errortext {
  display: block;
  margin-bottom: 10px;
}

.tracking-text {
  position: relative;
  z-index: 2;
  margin-top: 20px;
}

.wrap-select-st {
  display: flex;
  justify-content: space-between;
}

.select-st {
  display: inline-flex;
  height: 50px;
  margin-bottom: 15px;
  margin-right: 5px;
  padding-left: 5px;
  padding-right: 5px;
  color: #000;
  text-align: right;
}

.sold .sold-left .cont-info form .wrap-select-st {
  max-width: 305px;
}

.sold .sold-left .cont-info form .wrap-select-st input.input-basic {
  display: inline-flex;
  width: 225px;
}

.giv-access .left-part form .wrap-select-st input {
  display: inline-flex;
  max-width: 225px;
}

.start-partner .start-5.active .wrap-select-st input.input-basic {
  display: inline-flex;
  width: calc(100% - 80px);
}

.lic_room .access form .select-st {
  height: 55px;
}

.lic_room .access form .wrap-select-st input.input-basic {
  display: inline-flex;
  width: 65%;
}

.have_question .right-part .wrap-select-st input.input-basic {
  display: inline-flex;
  max-width: 225px;
}

.details-vacancies .info-vac form > .elems .wrap-select-st .input-basic {
  display: inline-flex;
  width: calc(100% - 80px);
}

.popup-card .wrap-select-st .input-basic {
  display: inline-flex;
  width: calc(100% - 80px);
}

.details .desc-block .right-part .wrap-select-st input {
  display: inline-flex;
  width: calc(100% - 80px);
}

.catalog-container .cards .free-call .cols .right-part .wrap-select-st input {
  display: inline-flex;
  width: calc(100% - 80px);
}

.popup-card.center-text-from .txt-bold {
  text-align: center;
}

.center-text-from .txt-bold.line-act:before {
  display: none;
}

.block-message-on-input {
  display: none;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: #af0000;
  position: absolute;
  right: 8px;
  top: -8px;
  padding-right: 5px;
  padding-left: 5px;
  background: linear-gradient(to top, #FBFBFB 40%, #fff 44%);
  font-family: "Roboto", sans-serif;
}

.block-down .menu li.sub {
  display: none;
}

.leasing span {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
}

.leasing span.price-leasing {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  margin-left: 5px;
  color: #1D3359;
}

.leasing-text {
  position: relative;
  top: 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}

.leasing-text .leasing__price {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  color: #1D3359;
}

.shadow-page {
  background-image: url(/local/templates/main/css/../img/page-dirt-1.png);
  background-repeat: no-repeat;
  width: 298px;
  height: 393px;
  position: absolute;
  right: 0;
  top: 20px;
  content: "";
  display: block;
}

.catalog-btn__filter {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 50%;
  padding: 15px 25px;
  font-size: 17px;
  background: #E52330;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.point-telegram__wrapper {
  display: none;
  position: fixed;
  animation: bounce 4s linear infinite;
  z-index: 10;
}

.point-telegram__wrapper {
  bottom: 25px;
  left: 20px;
}

.point-telegram__icon {
  position: relative;
  width: 60px;
  height: 60px;
  display: block;
  background: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.point-telegram__icon:before {
  display: block;
  content: "";
  background-size: cover;
  position: absolute;
  height: 60px;
  width: 60px;
  left: 0;
  top: 0;
}

.point-telegram__icon:before {
  background-image: url(/local/templates/main/css/../img/st-telegram.svg);
}

.point-telegram__badge {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #e4372e;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.34px;
  color: #fff;
  font-size: 0.85rem;
  line-height: 1rem;
  text-align: center;
}

.aseo_Editable {
  margin-top: 40px;
}

.aseo_Editable p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.aseo_Editable h2,
.aseo_Editable h3 {
  margin-bottom: 0.5rem;
}

.aseo_Editable ul,
.aseo_Editable ol {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 40px;
}

@keyframes bounce {
  45%, 5% {
    transform: translate3d(0, -1px, 0);
  }
  10%, 40% {
    transform: translate3d(0, 2px, 0);
  }
  15%, 25%, 35% {
    transform: translate3d(0, -4px, 0);
  }
  20%, 30% {
    transform: translate3d(0, 4px, 0);
  }
}
.city-position .time::before {
  min-width: 20px;
  height: 21px;
  background-image: url(/local/templates/main/css/../img/icon-time-red.svg);
  background-repeat: no-repeat;
  display: block;
  content: "";
  margin-right: 21px;
}

.h1-play {
  font-family: "Play", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 56px;
  line-height: 65px;
  color: #333333;
  position: relative;
}

.content-delivery .details-action .action-element .details-info p {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 22px;
  margin-top: 22px;
  color: #333333;
}

.content-delivery .details-action .action-element .details-info p:first-of-type {
  margin-top: 0;
}

.content-delivery.content-delivery--china .details-action .action-element .details-info p {
  color: #fff;
}

.header-page {
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  box-sizing: border-box;
  margin-top: 50px;
  position: relative;
  z-index: 2;
}

.header-page.no_margin {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.header-page .h2-play {
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: center;
}

.block-wrap .our_win {
  padding-top: 44px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.block-wrap .our_win .part-2 {
  max-width: calc(100% - 767px);
  margin-left: 31px;
  padding-top: 0;
}

.block-wrap .our_win .part-2 .txt-opis {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 22px;
  color: #333333;
  max-width: 613px;
  margin-right: 20px;
}

.error-field {
  border: 1px solid var(--red);
}

.section-text ul {
  margin-top: 16px;
  margin-bottom: 16px;
}

.section-text ul li {
  display: block;
  font-size: 17px;
  line-height: 22px;
  color: #333;
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
}

.section-text ul li:before {
  width: 9px;
  height: 9px;
  background: #1d3359;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 50%;
  transform: translate(0, -4px);
}

.section-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  color: #333;
  margin-top: 16px;
  margin-bottom: 16px;
}

.block-image-position {
  min-height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.btn-default {
  width: 100%;
  max-width: 305px;
  height: 55px;
  margin: 5px auto;
}

.img-resize {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-contacts {
  position: relative;
  left: -90px;
}

.action-item-product {
  margin-bottom: 20px;
}

.container-box {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.block__button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 28px auto 30px;
}
.block__button a {
  display: flex;
  position: relative;
  max-width: 400px;
  width: 100%;
  min-height: 55px;
  box-sizing: border-box;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #FBFBFB;
  border: 1px solid #1D3359;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 10px;
  color: #4F4F4F;
}
.block__button a:hover {
  background: #1D3359;
  color: #FBFBFB;
}

.table-container {
  overflow-x: auto;
}

table:not(div.adm-detail-content-item-block table) {
  max-width: 873px;
  width: 100%;
  margin-left: auto;
  border-collapse: collapse;
}

table:not(div.adm-detail-content-item-block table) th,
table:not(div.adm-detail-content-item-block table) td {
  padding: 5px;
}

table:not(div.adm-detail-content-item-block table) th {
  letter-spacing: 2px;
  border: 1px solid #333333;
}

table:not(div.adm-detail-content-item-block table) td {
  border: 1px solid #dddddd;
  letter-spacing: 1px;
}

table:not(div.adm-detail-content-item-block table) tbody td {
  text-align: center;
}

.checkbox-in .txt-small-grey {
  margin-left: auto;
  margin-right: auto;
  max-width: 309px;
  width: 100%;
  box-sizing: border-box;
}

.modal-popup-is-active {
  overflow: hidden;
}

.modal-portal {
  display: none;
  flex-direction: column-reverse;
  background-color: hsla(0, 0%, 5%, 0.5);
  max-width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}

.modal-portal.active {
  display: flex;
}

.AgreementCookie_modal {
  display: flex;
  justify-content: center;
  background: #fff;
  padding: 40px 0;
}

.AgreementCookie_content {
  max-width: 625px;
  height: auto;
  font-weight: 400;
  color: #1a1a1a;
  transition: all 0.2s ease-out;
  font-size: 1.2rem;
  line-height: 2rem;
}

.AgreementCookie_title {
  max-width: 260px;
  width: 100%;
  margin-right: 19px;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 2.2rem;
}

.AgreementCookie_settingsContent {
  margin-bottom: 8px;
}

.AgreementCookie_buttonsNew {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
}

.Button-module__button {
  display: inline-block;
  text-align: center;
  border: none;
  outline: none;
  background-color: transparent;
  font-weight: 700;
  font-size: 1.2rem;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  box-sizing: border-box;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-touch-callout: none;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}

.Button-module__button {
  max-width: 170px;
  width: 100%;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 0 24px;
}

.Button-module__gray-secondary {
  color: #1a1a1a;
  background-color: #fff;
  border: 1px solid #e6e8eb;
}

.AgreementCookie_stepOne .reject-btn {
  padding: 0;
  margin-right: 6px;
}

.AgreementCookie_stepOne button {
  width: 124px;
  margin-right: 0;
}

.Button-module__buttonText {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: break-word;
  overflow: hidden;
}

.Button-module__blue-primary {
  color: #fff;
  background-color: #E52330;
  border: 1px solid #E52330;
}

.Button-module__gray-secondary:hover:not(:disabled) {
  background-color: #f7f8fa;
  color: #1a1a1a;
}

.Button-module__blue-primary:hover:not(:disabled) {
  background-color: #B81722;
  color: #fff;
}

.instagram-media {
  margin: 0 auto !important;
}

.txt-bold.line-act.smallText {
  font-size: 14px;
  line-height: normal;
}
.txt-bold.line-act::before {
  display: none;
}

.popup-card.pupup-card_style .txt-small-grey {
  display: inline-block;
}

@media (min-width: 1921px) {
  .sold .sold-left .img-marlin {
    max-width: 750px;
    margin-left: auto;
  }
  .contacts-ow .map-s {
    position: relative;
    left: -77px;
  }
  .sold .sold-left .cont-info {
    margin-left: auto;
  }
  .sold .sold-right {
    min-width: 690px;
    max-width: 690px;
  }
}
@media (max-width: 2630px) {
  .contacts-ow .block-map {
    background: transparent;
    display: flex;
    align-items: center;
  }
  .contacts-ow {
    margin-left: 0;
    max-width: 100%;
  }
  .container-bg-2 {
    background: transparent;
  }
  .contacts-ow iframe.map-s {
    position: initial;
    right: 0;
    top: 50%;
    transform: translate(0, 0);
  }
}
@media (max-width: 2130px) {
  .container-bg-2 {
    max-width: 1920px;
  }
}
@media (max-width: 1920px) {
  .container-bg-3,
  .container-bg-2,
  .container-bg-1 {
    margin-right: 0;
  }
  .container-bg-2 {
    background: transparent;
  }
  .contacts-ow .block-map {
    background: transparent;
  }
  .contacts-ow iframe.map-s {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media (max-width: 1600px) {
  /*.block-down .menu li:nth-last-of-type(1),
  .block-down .menu li:nth-last-of-type(2) {
    display: none;
  }*/
  .connect-us .left-part {
    left: 19%;
  }
  /*.right-menu-slide .menu li:nth-child(1),
  .right-menu-slide .menu li:nth-child(2),
  .right-menu-slide .menu li:nth-child(3),
  .right-menu-slide .menu li:nth-child(4),
  .right-menu-slide .menu li:nth-child(5),
  .right-menu-slide .menu li:nth-child(6) {
    display: none;
  }*/
}
@media (max-width: 1440px) {
  .sold .sold-left .cont-info {
    margin-left: 27.033%;
  }
  .content-partnership .start-partner-mini-block .cont-middle .right-part {
    margin-right: 50px;
  }
  .content-partnership .start-partner-mini-block .cont-middle {
    justify-content: space-between;
  }
  .content-partnership .start-partner-mini-block .cont-middle .center-part {
    margin-left: 10px;
    margin-right: 25px;
  }
  .content-partnership .start-partner-mini-block .cont-middle {
    left: -50px;
  }
  .content-partnership .start-partner-mini-block .cont-middle .left-part.bg {
    display: none;
  }
  .content-partnership .start-partner-mini-block .cont-middle .left-part.sm {
    display: block;
  }
  .content-partnership .sold .sold-left .cont-info {
    left: 40px;
  }
  .details-vacancies .vac-element:hover,
  .details-vacancies .vac-element.active {
    margin-right: 0;
  }
  .five-steps-bl .right-part .open-txt-normal.active .txt-nun {
    background: #fff;
  }
  .team-b {
    margin-left: auto;
    margin-right: 60px;
  }
  .our_win {
    left: 0;
    max-width: 100%;
  }
  .our_win .part-1 {
    margin-left: 60px;
    margin-right: 0;
  }
  .our_win .part-2 {
    margin-right: auto;
  }
  .start-partner .mar-cen {
    margin-right: 0;
    max-width: 1177px;
  }
  .process-do .right-part {
    margin-right: 0;
  }
  .process-do .part {
    padding-left: 202px;
  }
  .process-do .information {
    max-width: 399px;
  }
  .five-steps-bl .mar-cen {
    margin-left: 201px;
  }
  .five-steps-bl .right-part {
    margin-right: 0;
  }
  .five-steps-bl .right-part .txt-nun {
    left: 0;
  }
  .sold .sold-right {
    min-width: 689px;
  }
  .why-we .cards {
    max-width: 100%;
  }
}
@media (max-width: 1420px) {
  .block-down .menu li:nth-last-of-type(3) {
    display: none;
  }
  .right-menu-slide .menu li:nth-child(6) {
    display: flex;
  }
}
@media (max-width: 1400px) {
  .sold .sold-left .cont-info {
    margin-right: auto;
    margin-left: auto;
  }
  .block-history .rgt-part img.image {
    max-width: 100%;
    min-width: initial;
  }
  .block-history .rgt-part .image {
    position: static;
    transform: none;
  }
  .result-search-vin {
    margin-left: 23px;
    margin-right: 22px;
    max-width: calc(100% - 45px);
  }
  .minimized {
    max-height: 150px;
  }
  .details-vacancies .vac-element .right-p {
    margin-left: auto;
  }
  .details .catalog .cards {
    left: 0;
    width: 100%;
  }
  .tracking .lic_room .right-part .video-link img:nth-child(1) {
    transform: translate(0, -50%);
    top: 50%;
  }
  .tracking .five-steps-bl .mar-cen {
    left: 0;
  }
  .tracking .my-cab::before {
    top: -14%;
  }
  .tracking .my-cab::after {
    bottom: -17.5%;
  }
  .tracking .lic_room .h2-play, .tracking .lic_room .txt-bold.line-act, .tracking .lic_room .elements {
    left: 0;
  }
  .footer .footer__content .center-part {
    padding-left: 0;
  }
  .lic_room .right-part img.play-v {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
  }
  .footer .footer__content {
    left: 0;
  }
  .footer .footer__content .right-part {
    max-width: 280px;
  }
  .big-line-1 {
    display: none;
  }
  .lic_room .left-part {
    padding-left: 20px;
    padding-right: 20px;
    width: 50%;
  }
  .lic_room .elements .element .circle {
    margin-right: 16px;
  }
  .lic_room .access form .button-basic {
    min-width: 140px;
  }
  .lic_room .right-part {
    width: 50%;
    min-width: auto;
  }
  .lic_room .right-part::after {
    bottom: 7%;
  }
  .lic_room .h2-play, .lic_room .txt-bold.line-act {
    left: 0;
    max-width: 100%;
  }
  .lic_room .right-part img {
    position: relative;
    max-width: 100%;
    top: 50%;
    z-index: 4;
    transform: translate(0, -50%);
  }
  .lic_room .access {
    left: 0;
  }
  .lic_room .elements {
    left: 0;
    max-width: 100%;
  }
  .big-line-2 {
    display: none;
  }
  .l1 {
    display: none;
  }
  .l2 {
    display: none;
  }
  .block-down {
    padding-left: 40px;
  }
  .catalog .cards {
    max-width: 1005px;
  }
  .sold .sold-right {
    min-width: 640px;
    padding: 0 10px 0 30px;
  }
  .sold .sold-left {
    padding-left: 14px;
    padding-right: 14px;
    box-sizing: border-box;
    width: calc(100% - 640px);
  }
  .sold .sold-left .img-marlin {
    position: relative;
    top: -45px;
    font-size: 100px;
    margin-left: 0;
  }
}
@media (max-width: 1360px) {
  .catalog-container .cards .free-call .cols {
    margin-left: 20px;
    margin-right: 20px;
  }
  .content-partnership .details-vacancies .vac-element:hover .right-p,
  .content-partnership .details-vacancies .vac-element .right-p,
  .content-partnership .details-vacancies .vac-element.active .right-p {
    margin-right: 0;
    margin-left: 20px;
  }
  .content-partnership .details-vacancies .vac-element:hover .left-p,
  .content-partnership .details-vacancies .vac-element.active .left-p {
    margin-right: 0;
  }
  .content-partnership .sold .sold-left .cont-info {
    left: 0;
  }
  .new-section-contacts .team-b .cont .left-part {
    justify-content: left;
  }
  .catalog-container.root-catalog .content-card .elem-cat {
    width: calc(50% - 12.5px);
  }
  .details-services .services-elements {
    margin-left: auto;
    margin-right: auto;
    max-width: 895px;
  }
  .details-vacancies .info-vac {
    padding-left: 30px;
    padding-right: 30px;
  }
  .details-vacancies .info-vac .lf-2.two-el > div img:nth-child(2) {
    left: 0;
  }
  .details-vacancies .vac-element .right-p > div {
    width: 50%;
  }
  .details-vacancies .vac-element .left-p {
    margin-right: 20px;
  }
  .details-vacancies .vac-element {
    margin-left: 0;
    margin-right: 0;
    padding-left: 60px;
  }
  .details-vacancies .our_win .part-1 {
    max-width: 55%;
  }
  .details-vacancies .our_win .part-2 {
    max-width: 45%;
  }
  .breadcrumbs {
    padding-left: 15px;
    padding-right: 15px;
  }
  .catalog-container .cards,
  .catalog-container .line-filter,
  .catalog-container .category-cars,
  .catalog-container .name-page {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .details-new {
    margin-left: 15px;
    margin-right: 15px;
  }
  .connect-us .left-part {
    left: 0;
    margin-right: 189px;
  }
  .details {
    margin-left: 15px;
    margin-right: 15px;
  }
  .details-news .block-news {
    max-width: 895px;
  }
  .tracking .five-steps-bl .mar-cen {
    margin-left: 40px;
  }
  .tracking .five-steps-bl .step .txt-step {
    width: 330px;
    max-width: 330px;
    font-size: 16px;
    line-height: 22px;
  }
  .tracking .five-steps-bl .right-part {
    left: 0;
    margin-right: auto;
  }
  .catalog-container {
    box-sizing: border-box;
  }
  .catalog-container .cards .item .rt-pt {
    padding-right: 16px;
  }
  .catalog-container .cards .item .lf-pt {
    margin-right: 16px;
  }
  .catalog-container .cards .item .rt-pt .block-price {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .catalog-container .cards .item .rt-pt .block-price .on-aukcion {
    margin-bottom: 10px;
  }
  .catalog-container .cards .item .rt-pt .block-price {
    margin-bottom: 10px;
  }
  .mobile-button {
    display: flex;
  }
  .giv-access .left-part .h2-play,
  .giv-access .left-part form {
    left: 0;
  }
  .catalog .category-cars li {
    margin-bottom: 18px;
    margin-right: 9px;
    margin-left: 9px;
  }
  .contacts-ow:not(.new-section-contacts) .block-map {
    width: 100%;
  }
  .contacts-ow iframe.map-s {
    width: 100%;
    height: 100%;
  }
  .contacts-ow .information .info {
    margin-left: 49px;
  }
  .connect-us .right-part {
    margin-right: 40px;
    left: 0;
  }
  .start-partner .mar-cen {
    max-width: 100%;
  }
  .team-b .cont .left-part {
    left: 0;
    justify-content: center;
  }
  .start-partner {
    padding-left: 40px;
    padding-right: 40px;
  }
  .start-partner .five-steps .steps {
    margin-right: 30px;
  }
  .team-b,
  .our_win .part-1 {
    margin-left: 40px;
  }
  .our_win .part-1 .line-one > iframe:first-child {
    margin-right: 9px;
    width: calc(50% - 9px);
  }
  .our_win .part-1 .line-one > iframe:last-child {
    margin-left: 9px;
    width: calc(50% - 9px);
  }
  .our_win .part-2 {
    margin-left: 20px;
    margin-right: 25px;
  }
  .team-b .cont .left-part.active {
    justify-content: center;
  }
  .team-b .h2-play, .team-b .txt-bold.line-act {
    text-align: center;
    justify-content: center;
  }
  .contacts-ow .right-part iframe {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
  }
  .contacts-ow .right-part {
    width: 50%;
    min-width: auto;
  }
  .aukc_company .h2-play, .aukc_company .txt-bold.line-act {
    text-align: center;
    padding-left: 0;
    justify-content: center;
  }
  .process-do .h2-play, .process-do .txt-bold.line-act,
  .five-steps-bl .mar-cen {
    margin-left: 40px;
  }
  .contacts-ow .left-part {
    padding-left: 20px;
    width: 50%;
    padding-right: 30px;
    box-sizing: border-box;
  }
  .have_question .inf-bl {
    left: 0;
  }
  .details-vacancies .all-img-partner li {
    flex: 0 0 25%;
  }
  .process-do {
    padding-right: 40px;
  }
  .process-do .part {
    padding-left: 40px;
  }
  .aukc_company {
    max-width: 1330px;
  }
  .block-wrap .our_win .part-1 {
    max-width: 55%;
  }
  .block-wrap .our_win .part-2 {
    max-width: 45%;
  }
}
@media (max-width: 1280px) {
  .block-down .menu li:nth-last-of-type(4) {
    display: none;
  }
  .content-delivery .sold .sold-left .cont-info form {
    margin-top: 35px;
  }
  .content-delivery .sold {
    display: flex;
    top: 0;
  }
  .content-delivery .sold .sold-left {
    min-width: 430px;
  }
  .block-history {
    flex-direction: column;
  }
  .block-history .lft-part {
    max-width: 100%;
  }
  .block-history .rgt-part {
    justify-content: center;
  }
  .for-shadow-bl-about::after {
    display: none;
  }
  .content-partnership .start-partner-mini-block .cont-middle .right-part {
    margin-right: 0;
  }
  .contacts-ow.new-section-contacts .team-b .h2-play, .contacts-ow.new-section-contacts .team-b .txt-bold.line-act {
    text-align: center;
    justify-content: center;
  }
  .new-section-contacts .team-b .cont .left-part {
    justify-content: center;
  }
  .contacts-ow.new-section-contacts .team-b {
    left: -240px;
    margin-left: 0;
    margin-right: 0;
    width: calc(100% + 250px);
  }
  .contacts-ow.new-section-contacts .information .info .ve-rw {
    max-width: 100%;
  }
  .details-action .action-element .details-info,
  .details-action .block-elements > .action-element:nth-child(2n) .details-info {
    padding: 25px 30px;
  }
  .contacts-ow.new-section-contacts .information {
    max-width: calc(100% - 120px);
  }
  .contacts-ow.new-section-contacts .information .info {
    max-width: 100%;
  }
  .contacts-ow.new-section-contacts .detail-info {
    padding-bottom: 15px;
  }
  .contacts-ow.new-section-contacts .block-map iframe.map-s {
    height: 206px;
  }
  .contacts-ow.new-section-contacts .block-map {
    position: initial;
    max-width: 100%;
    width: 100%;
    margin-top: 24px;
    height: auto;
  }
  .right-menu-slide .menu li:nth-child(5) {
    display: flex;
  }
  .content-delivery .details-action .action-element .details-info,
  .content-delivery.content-delivery--china .details-action .action-element .details-info {
    max-width: calc(100% - 600px);
    padding: 60px 40px;
    min-width: 510px;
  }
}
@media (max-width: 1200px) {
  .details .more-info {
    flex-direction: column-reverse;
  }
  .catalog-container #catalogLine .right-part select {
    min-width: 215px;
  }
  .catalog-container .line-filter .show-elements {
    margin-left: 16px;
  }
  .details-vacancies .vac-element .right-p {
    margin-right: auto;
  }
  .details-vacancies .need-help {
    padding-left: 0;
  }
  .details-vacancies .vac-element .right-p .per-2 {
    margin-left: 24px;
  }
  .details-vacancies .vac-element .left-p {
    max-width: 390px;
  }
  .details-vacancies .vac-element {
    padding: 35px 15px;
  }
  .details-vacancies .vac-element:hover, .details-vacancies .vac-element.active {
    padding-left: 15px;
  }
  .right-menu-slide .menu li:nth-child(4) {
    display: flex;
  }
  .block-down .menu li:nth-last-of-type(5) {
    display: none;
  }
  .details .desc-block .right-part .txt-bold,
  .details .desc-block .right-part .open-txt-normal {
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .details .desc-block .right-part button {
    margin-left: auto;
    margin-right: auto;
  }
  .details .desc-block .right-part .txt-small-grey {
    max-width: 305px;
    margin-left: auto;
    margin-right: auto;
  }
  .details .desc-block .right-part .block-for-input {
    margin-left: auto;
    margin-right: auto;
  }
  .details .desc-block .right-part {
    max-width: 100%;
  }
  .details .block-info-aukc {
    max-width: 100%;
  }
  .details .buttons {
    justify-content: center;
  }
  .details .socials {
    justify-content: center;
  }
  .details .share-txt {
    text-align: center;
  }
  .details .extra-info .block-in > div:nth-child(2) {
    margin-top: 10px;
  }
  .details {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
  }
  .details .desc-block {
    margin-top: 50px;
    flex-direction: column;
  }
  .details .extra-info .txt-bold {
    margin-bottom: 30px;
  }
  .details .catalog {
    max-width: initial;
    width: calc(100% + 205px);
    position: relative;
    left: -102px;
  }
  .details .extra-info .block-in {
    flex-direction: column;
  }
  .details .extra-info .block-in > div {
    width: 100%;
  }
  .details .extra-info {
    margin-top: 50px;
  }
  .details .desc-block .right-part,
  .details .desc-block .left-part {
    width: 100%;
  }
  .details .more-info .left-part {
    max-width: 100%;
    width: 100%;
  }
  .details .block-info-aukc {
    margin-top: 24px;
  }
  .details .bit-buy {
    margin-bottom: 35px;
    margin-top: 25px;
  }
  .details .more-info #elementContainer {
    width: 100%;
  }
}
@media (max-width: 1180px) {
  .sold {
    display: block;
    position: relative;
    top: -24px;
  }
  .content-delivery.content-delivery--china .sold .sold-left .cont-info {
    margin-left: auto;
    margin-right: auto;
  }
  .content-delivery .sold .sold-left .cont-info p.open-txt-normal {
    margin-left: auto;
    margin-right: auto;
  }
  .content-delivery .sold .sold-left .cont-info {
    margin-left: auto;
    margin-right: auto;
  }
  .content-about-us .our_plus .left-part {
    padding: 45px 32px 50px 32px;
  }
  .content-about-us .our_plus .left-part .sliders .slider {
    min-width: 427px;
    max-width: 427px;
  }
  .content-partnership .track-delivery::after {
    display: none;
  }
  .content-partnership .track-delivery {
    padding-left: 15px;
    padding-right: 15px;
  }
  .content-partnership .sold .sold-right {
    display: none;
  }
  .content-partnership .sold .sold-left .cont-info p.open-txt-normal {
    max-width: 100%;
  }
  .content-partnership .sold {
    top: 0;
  }
  .details-text {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .details-action .action-element .details-info {
    max-width: 500px;
  }
  .catalog-container.root-catalog .content-card {
    margin-top: 0;
  }
  .catalog-container .cards .item .lf-pt {
    margin: 0;
  }
  .catalog-container .cards .item .in-stock {
    margin-left: 0;
    margin-right: 0;
    min-height: 55px;
    margin-top: 10px;
  }
  .catalog-container .line-filter .left-part {
    max-width: initial;
    width: initial;
    cursor: pointer;
  }
  .catalog-container .filters-right {
    margin-left: 16px;
  }
  .details-vacancies .partners-section {
    margin-top: 30px;
  }
  .our_plus .left-part {
    min-width: 500px;
    padding-left: 45px;
    padding-right: 45px;
  }
  .our_plus .left-part .sliders .slider {
    min-width: 100%;
  }
  .our_plus .img {
    width: calc(100% - 500px);
  }
  .details-vacancies::after {
    top: 1720px;
  }
  .details-vacancies .our_win {
    flex-direction: column;
  }
  .details-vacancies .our_win .part-1,
  .details-vacancies .our_win .part-2 {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .details-vacancies .our_win .part-2 {
    width: 100%;
    margin-top: 20px;
  }
  .details-vacancies .our_win .part-2 .txt-opis {
    max-width: 100%;
    margin-right: 0;
  }
  .details-new .content-new .right-part {
    display: none;
  }
  .details-new .content-new .left-part {
    width: 100%;
    margin-right: 0;
  }
  .details-new .content-new .left-part p,
  .details-new .content-new .left-part .info-desc ul,
  .details-new .content-new .left-part .info-desc ol,
  .details-new .content-new .left-part .info-desc p,
  .details-new .content-new .left-part .info-desc h2,
  .details-new .content-new .left-part .info-desc h3,
  .details-new .content-new .left-part h4,
  .details-new .name-new-pg,
  .details-new .content-new .left-part .data-new,
  .details-new .content-new .left-part .chat,
  .details-new .content-new .left-part .info-desc h5,
  .details-new .content-new .left-part ul,
  .details-new .content-new .left-part ol {
    max-width: 100%;
  }
  .new-content .breadcrumbs {
    flex-wrap: wrap;
  }
  .details-new .content-new {
    margin-top: 35px;
  }
  .details-new .sh-er {
    position: static;
    margin-top: 25px;
  }
  .details-new .content-new .left-part .chat {
    margin-top: 50px;
  }
  .details-new .content-new .left-part .image,
  .details-new .content-new .left-part .info-desc img {
    margin-right: auto;
  }
  .lic_room .right-part .video-link::before {
    top: calc(50% + 155px);
  }
  .right-menu-slide .menu li:nth-child(3),
  .right-menu-slide .menu li:nth-child(2),
  .right-menu-slide .menu li:nth-child(1) {
    display: flex;
  }
  .block-down .menu {
    display: none;
  }
  .catalog-container .cards .item .rt-pt .block-price .on-aukcion {
    width: 100%;
    justify-content: space-between;
  }
  .sold .sold-left .cont-info form {
    max-width: 305px;
    margin-left: auto;
    margin-right: auto;
  }
  .details-news .block-news {
    margin-top: 45px;
  }
  .details-news .categories {
    overflow: auto;
    padding-bottom: 5px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    justify-content: left;
    position: relative;
    z-index: 2;
  }
  .details-news .categories::-webkit-scrollbar-thumb {
    background-color: #1D3359;
    box-shadow: none;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0;
  }
  .details-news .categories::-webkit-scrollbar {
    width: 3px;
    height: 6px;
  }
  .catalog-container .cards .item .lf-pt {
    margin-bottom: 14px;
  }
  .catalog-container .cards .item .name-car {
    margin-bottom: auto;
    margin-top: auto;
    padding-bottom: 0;
    border-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
  }
  .catalog-container .cards .free-call {
    display: none;
  }
  .line-filter,
  .category-cars,
  .name-page {
    padding-left: 15px;
    padding-right: 15px;
  }
  .catalog-container .cards .item {
    border: 0;
  }
  .catalog-container .cards .item {
    flex-direction: column;
    max-width: 360px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .rg-image {
    min-height: 450px;
    max-height: 450px;
    overflow: hidden;
  }
  .catalog-container .content-card {
    max-width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
  }
  .catalog-container .cards .item:hover {
    box-shadow: none;
  }
  .catalog-container .cards .item .rt-pt .statistic > div {
    margin-right: 19px;
    margin-bottom: 15px;
  }
  .catalog-container .cards .item .rt-pt .buttons .buy,
  .catalog-container .cards .item .rt-pt .buttons .raz-money {
    margin-right: 0;
    margin-top: 10px;
    min-width: calc(100% + 17px);
    position: relative;
    left: 3px;
  }
  .catalog-container .cards .item .rt-pt {
    border: 1px solid #F2F2F2;
    border-top: 0;
  }
  .catalog-container .cards .item .lf-pt {
    width: 100%;
    min-width: 100%;
  }
  .catalog-container .cards .item .rt-pt {
    width: 100%;
  }
  .catalog-container .cards .item .rt-pt .buttons {
    justify-content: center;
    flex-wrap: wrap;
  }
  .catalog-container .cards .item .rt-pt .buttons {
    margin-top: 0;
  }
  .catalog-container .cards .item .rt-pt {
    padding: 9px 12px 0 5px;
    border-top: 1px solid #F2F2F2;
    margin-top: 10px;
  }
  .catalog-container .cards .free-call .cols {
    margin-left: auto;
    margin-right: auto;
  }
  .tracking .lic_room .right-part {
    display: none;
  }
  .tracking .lic_room .left-part {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .tracking .lic_room .elements .element {
    justify-content: flex-start;
  }
  .tracking .lic_room {
    top: 0;
  }
  .tracking .my-cab::before {
    display: none;
  }
  .catalog-container .category-cars li {
    min-width: 160px;
    font-size: 16px;
    line-height: 21px;
    margin-right: 5.5px;
    margin-left: 5.5px;
  }
  .catalog-container .line-filter {
    margin-top: 29px;
  }
  .catalog-container .line-filter .left-part .open-txt-normal {
    display: none;
  }
  .catalog-container .line-filter .left-part {
    min-width: 51px;
    min-height: 51px;
    background: #FBFBFB;
    justify-content: center;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
  }
  .catalog-container #catalogLine select {
    height: 51px;
  }
  .filter-header {
    display: flex;
    box-sizing: border-box;
  }
  .catalog-container .content-card {
    width: 100%;
  }
  .catalog-container .filters .filter-element {
    background: #fff;
  }
  .catalog-container .filters {
    left: -330px;
    top: 0;
    z-index: 14;
    background: white;
    padding-left: 8px;
    padding-right: 7px;
    padding-bottom: 10px;
    transition: all 0.5s ease;
    margin-right: 0;
    overflow: auto;
    position: fixed;
    height: calc(100% - 10px);
  }
  .catalog-container .filters.active {
    left: 0;
  }
  .lic_room .right-part img.play-v {
    top: calc(50% + 155px);
  }
  .under-header.sold .sold-right {
    display: none;
  }
  .my-cab::after {
    display: none;
  }
  .contacts-ow .block-map::after {
    display: none;
  }
  .contacts-ow .block-map {
    width: 100%;
    top: 90%;
    height: 300px;
    left: 0;
    right: auto;
    max-width: 100%;
  }
  .contacts-ow::after {
    display: none;
  }
  .start-partner::before {
    display: none;
  }
  .sold .sold-left .cont-info form .button-basic {
    margin-left: auto;
    margin-right: auto;
  }
  .sold .sold-left .cont-info form .txt-small-grey {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .process-do .content-block {
    flex-direction: column-reverse;
  }
  .process-do .right-part li,
  .team-b .right-part li {
    max-width: 200px;
    margin-left: 10px;
  }
  .team-b .right-part li {
    min-width: 180px;
  }
  .process-do .right-part li.active::before,
  .team-b .right-part li.active::before {
    display: none;
  }
  .team-b .right-part {
    display: flex;
    margin-right: auto;
  }
  .team-b .right-part:last-child {
    margin-bottom: 30px;
  }
  .start-partner .five-steps .steps {
    width: 50%;
  }
  .start-partner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .process-do .information {
    max-width: 100%;
  }
  .process-do .left-part {
    width: 100%;
  }
  .process-do .h2-play, .process-do .txt-bold.line-act {
    margin-left: 0;
    text-align: center;
    justify-content: center;
  }
  .five-steps-bl .mar-cen {
    margin-left: 0;
  }
  .process-do {
    padding-left: 20px;
    padding-right: 20px;
  }
  .process-do .right-part {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 0;
  }
  .process-do .right-part:last-child {
    margin-bottom: 20px;
  }
  .lic_room {
    flex-direction: column-reverse;
    position: relative;
    top: -100px;
  }
  .lic_room .elements .element {
    margin-bottom: 40px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .lic_room .h2-play, .lic_room .txt-bold.line-act {
    text-align: center;
    justify-content: center;
  }
  .our_win {
    padding-top: 0;
  }
  .contacts-ow .right-part,
  .contacts-ow .left-part,
  .lic_room .left-part,
  .lic_room .right-part {
    width: 100%;
  }
  .lic_room .right-part img,
  .contacts-ow .right-part iframe {
    position: relative;
    top: 155px;
    transform: none;
  }
  .our_win .part-2 {
    width: 100%;
    box-sizing: border-box;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  .our_win .part-1 {
    margin-left: auto;
    margin-right: auto;
  }
  .lic_room .left-part {
    padding-top: 200px;
    box-sizing: border-box;
    padding-bottom: 0;
  }
  .container-bg-1 {
    margin-bottom: 43px;
  }
  .contacts-ow .right-part iframe.active {
    height: 340px;
  }
  .our_win,
  .team-b .cont,
  .contacts-ow {
    flex-direction: column-reverse;
  }
  .lic_room .right-part {
    text-align: center;
  }
  .lic_room .right-part::after {
    display: none;
  }
  .giv-access .right-part {
    width: 450px;
  }
  .five-steps-bl {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sold .sold-left .img-marlin {
    top: -30px;
  }
  .five-steps-bl .right-part {
    margin-left: 60px;
    margin-right: 40px;
  }
  .sold .sold-right {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sold .sold-left .cont-info p.open-txt-normal {
    max-width: 100%;
  }
  .sold .sold-left .cont-info {
    text-align: center;
  }
  .sold .sold-left,
  .sold .sold-right {
    width: 100%;
  }
  .catalog .category-cars li {
    margin-bottom: 18px;
    margin-right: 9px;
    margin-left: 9px;
  }
  .catalog .category-cars li:last-child {
    margin-right: 9px;
  }
  .catalog .cards {
    margin-top: 30px;
  }
  .catalog .category-cars {
    flex-wrap: wrap;
  }
  .details-new .content-new .left-part .teh-har .lf {
    margin-right: 20px;
  }
  .details-new .content-new .left-part .teh-har {
    padding: 35px 15px;
  }
  .content-partnership .start-partner-mini-block .cont-middle .left-part.sm {
    display: none;
  }
  .content-partnership .start-partner-mini-block .cont-middle {
    left: 0;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .have_question .inf-bl {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer .footer__content {
    left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .block-wrap .our_win {
    flex-direction: column;
  }
  .block-wrap .our_win .part-1,
  .block-wrap .our_win .part-2 {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .block-wrap .our_win .part-2 {
    width: 100%;
    margin-top: 20px;
  }
  .block-wrap .our_win .part-2 .txt-opis {
    max-width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 1040px) {
  .catalog .cards {
    max-width: 675px;
  }
  .block-history .lft-part.grey,
  .block-history .lft-part.dark {
    padding-right: 60px;
  }
  .content-about-us .block-map-full {
    margin-top: 80px;
  }
  .content-about-us .our_plus .left-part {
    min-width: 500px;
  }
  .content-partnership .details-vacancies .vac-element .more-info {
    position: initial;
  }
  .content-partnership .details-vacancies .vac-element {
    flex-direction: row;
  }
  .content-partnership .details-vacancies .vac-element .left-p {
    margin-right: 0;
  }
  .content-partnership .details-vacancies .vac-element .right-p {
    width: auto;
  }
  .content-partnership .header-questions.details-vacancies {
    margin-top: 80px;
  }
  .details-vacancies .vac-element .txt-name-block {
    margin-bottom: 0;
  }
  .details-vacancies .vac-element {
    flex-direction: column;
  }
  .details-vacancies .vac-element .left-p {
    max-width: 100%;
  }
  .details-vacancies .vac-element {
    padding-bottom: 95px;
  }
  .details-vacancies .vac-element .more-info {
    position: absolute;
    bottom: 35px;
    left: 15px;
  }
  .details-vacancies .vac-element .right-p {
    margin-left: 0;
    margin-top: 20px;
  }
  .details-vacancies .info-vac form > .elems {
    flex-wrap: wrap;
  }
  .details-vacancies .info-vac form > .elems .form-part {
    width: calc(50% - 20px);
  }
  .details-vacancies .info-vac .foot-form {
    margin-top: 25px;
  }
  .our_plus .img {
    width: calc(100% - 450px);
  }
  .our_plus .left-part {
    min-width: 450px;
  }
  .details-vacancies .info-vac form > .elems .form-part:nth-child(2n) {
    width: 50%;
    margin-right: 0;
  }
  .details-vacancies .info-vac .block-el > div:nth-child(1) {
    max-width: 100%;
  }
  .details-vacancies .info-vac .lf-2 {
    display: none;
  }
  .details-vacancies .vac-element .right-p {
    width: 100%;
  }
  .details-vacancies .need-help > img {
    max-width: 40%;
    width: 100%;
  }
  .details-vacancies .need-help .right-part {
    padding-left: 40px;
  }
  .details-vacancies .all-img-partner li {
    flex: 0 0 33.3333333333%;
  }
  .vacancies-content::after {
    display: none;
  }
  .start-partner .step:last-of-type {
    margin-bottom: 20px;
  }
  .start-partner {
    min-height: initial;
  }
  .catalog-container .cards .item {
    margin-left: 15px;
    margin-right: 15px;
  }
  .tracking .five-steps-bl .mar-cen {
    margin-left: 0;
  }
  .details .catalog {
    max-width: 670px;
    width: 100%;
    left: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .popup-card.raz-money-now {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
    max-width: calc(100% - 20px);
  }
  .popup-card.raz-money-now > div {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
  .popup-card.raz-money-now .answer-car .block-s {
    padding: 13px 10px;
  }
  .popup-card.raz-money-now form {
    flex-direction: column;
  }
  .popup-card.raz-money-now .answer-car .open-txt-normal {
    font-size: 15px;
  }
  .popup-card.raz-money-now form .block-for-input {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .popup-card.raz-money-now form .block-for-input {
    margin-left: 0;
    margin-right: 0;
  }
  .popup-card.raz-money-now .answer-car,
  .popup-card.raz-money-now .answer-car .ma-top {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .popup-card.raz-money-now form {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 12px;
  }
  .popup-card.raz-money-now .txt-bold.line-act {
    text-align: center;
  }
  .giv-access .left-part .h2-play,
  .giv-access .left-part form {
    left: 0;
  }
  .right-menu-slide .menu li {
    margin-bottom: 20px;
  }
  .start-partner .right-part {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 480px;
    margin-top: 40px;
  }
  .start-partner .five-steps .steps {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    justify-content: center;
  }
  .start-partner .step.active .txt-step:after, .start-partner .step.active .txt-step:before, .start-partner .step:hover .txt-step:after, .start-partner .step:hover .txt-step:before {
    display: none;
  }
  .start-partner .step .txt-step,
  .five-steps-bl .step .txt-step {
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 17px;
    min-height: 60px;
    line-height: 130%;
  }
  .giv-access {
    flex-direction: column-reverse;
  }
  .giv-access .right-part {
    max-width: 100%;
    width: auto;
    position: relative;
    top: 120px;
    background: #172234;
  }
  .giv-access .right-part .img-right {
    margin-left: auto;
    margin-right: auto;
  }
  .giv-access .left-part {
    width: 100%;
    padding-top: 200px;
  }
  .aukc_company {
    padding-bottom: 0;
  }
  .five-steps-bl .step .txt-step {
    width: 100%;
    max-width: 295px;
  }
  .start-partner .h2-play, .start-partner .txt-bold.line-act {
    text-align: center;
    justify-content: center;
  }
  .start-partner .step {
    margin-bottom: 20px;
  }
  .start-partner .five-steps {
    flex-direction: column;
  }
  .catalog-btn__filter {
    display: block;
  }
  .point-telegram__wrapper.is_catalog {
    bottom: 60px;
  }
}
@media (max-width: 960px) {
  .top-header .social {
    display: none;
  }
  .content-delivery .content-partnership .list--vacancies .info-vac {
    max-width: 100%;
  }
  .content-delivery .sold .sold-right {
    max-width: 680px;
  }
  .content-delivery .details-action .action-element {
    margin-bottom: 15px;
  }
  .content-delivery .sold .sold-left .cont-info {
    margin-top: 35px;
  }
  .content-delivery .sold {
    flex-direction: column-reverse;
  }
  .content-delivery.content-delivery.content-delivery--china .sold {
    flex-direction: column;
  }
  .content-delivery .details-action .action-element {
    flex-direction: column;
  }
  .content-delivery .details-action .action-element .details-info {
    max-width: 710px;
    padding: 35px 15px;
    min-width: auto;
    background: transparent;
  }
  .content-delivery.content-delivery--china .details-action .action-element .details-info {
    max-width: 680px;
    padding: 35px 15px;
    min-width: auto;
    margin-bottom: 35px;
  }
  .content-delivery .details-action .action-element .details-info .open-txt-normal {
    display: block;
  }
  .content-delivery.content-delivery--china .details-action .action-element {
    flex-direction: column-reverse;
  }
  .catalog-container.root-catalog .content-card .elem-cat {
    width: calc(50% - 8px);
    margin-right: 16px;
  }
  .details-services .services-elements .element {
    max-width: 330px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .details-services .services-elements .element:nth-child(2n) {
    margin-left: 8px;
  }
  .details-services .services-elements {
    max-width: 668px;
  }
  .contacts-ow.new-section-contacts .one-line li {
    min-width: 189px;
  }
  .contacts-ow.new-section-contacts .one-line {
    overflow: auto;
    padding-bottom: 10px;
    scrollbar-width: none;
  }
  .contacts-ow.new-section-contacts .one-line::-webkit-scrollbar {
    display: none;
  }
  .contacts-ow.new-section-contacts .one-line::-webkit-scrollbar-thumb {
    background-color: #1D3359;
    box-shadow: none;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0;
  }
  .contacts-ow.new-section-contacts .one-line::-webkit-scrollbar {
    width: 3px;
    height: 6px;
  }
  .details-news .block-news {
    max-width: 668px;
  }
  .details-news .block-news .new-element {
    max-width: 330px;
    width: 330px;
  }
  .details-news .block-news .new-element {
    margin-left: 0;
    margin-right: 0;
  }
  .details-news .block-news .new-element:nth-child(2n) {
    margin-left: 8px;
  }
  .tracking .five-steps-bl .right-part {
    margin-left: 15px;
  }
  .catalog-container .cards .free-call .cols .left-part {
    margin-right: 20px;
  }
  .catalog-container .cards .free-call .cols {
    margin-right: 20px;
    margin-left: 20px;
  }
  .catalog-container .cards .free-call .cols .right-part {
    margin-right: auto;
  }
  .top-header .language {
    margin-left: 0;
  }
  .process-do .part {
    padding-left: 20px;
  }
  .process-do .part {
    flex-direction: column-reverse;
  }
  .process-do .information {
    max-width: 75%;
    text-align: center;
    margin-right: 0;
  }
  .process-do .part:last-of-type {
    margin-top: 20px;
  }
  .process-do .part:last-of-type .information {
    text-align: left;
  }
  .five-steps-bl .right-part {
    margin-left: 35px;
  }
  .process-do .information .points {
    justify-content: center;
  }
  .process-do .image {
    margin-right: auto;
  }
  .process-do .image img {
    max-width: 100%;
  }
  .team-b {
    margin-left: 0;
    margin-right: 0;
  }
  .contacts-ow.new-section-contacts .team-b {
    max-width: none;
  }
  .AgreementCookie_modal {
    flex-direction: column;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }
  .AgreementCookie_title,
  .AgreementCookie_content {
    padding: 0 10px 10px;
  }
  .AgreementCookie_content {
    max-width: none;
  }
}
@media (max-width: 900px) {
  .our_plus .elements .element {
    flex-direction: column-reverse;
  }
  .content-about-us .our_plus {
    background: transparent;
  }
  .error-block .element-error {
    font-size: 180px;
    line-height: 120%;
  }
  .details-action .action-element .details-info .name-block-sm {
    font-size: 24px;
    line-height: 31px;
  }
  .details-action .action-element {
    margin-bottom: 50px;
  }
  .details-action .action-element .details-info .open-txt-normal {
    display: none;
  }
  .details-action .deadline-message {
    font-size: 21px;
    line-height: 130%;
  }
  .details-action .countdown {
    margin-top: 0;
  }
  .minimized {
    max-height: 100px;
  }
  .catalog-container .line-filter .search-vin-id {
    display: none;
  }
  .our_plus .img {
    max-width: 600px;
    width: 100%;
  }
  .our_plus .left-part {
    min-width: 600px;
  }
  .our_plus .left-part .sliders {
    min-height: 165px;
  }
  .our_plus {
    margin-top: 0;
    padding-top: 35px;
    background: #172234;
  }
  .details-vacancies .header-page-vac.nm-block-80 {
    background: #172234;
    padding-top: 50px;
  }
  .details-vacancies .header-page-vac.nm-block-80 .txt-bold.line-act {
    color: #FBFBFB;
  }
  .our_plus .left-part {
    padding-left: 0;
    padding-right: 0;
    padding-top: 35px;
  }
  .details-vacancies .header-page-vac.nm-block-80 .h2-play {
    margin-top: 0;
    color: #FBFBFB;
  }
  .our_plus .left-part::before {
    display: none;
  }
}
@media (max-width: 840px) {
  .details {
    margin-left: 25px;
    margin-right: 25px;
  }
  .catalog-container .cards .item {
    margin-left: 5px;
    margin-right: 5px;
  }
  .details-new .content-new .left-part .info-desc h2 {
    font-size: 28px;
  }
  .details-new .content-new .left-part .info-desc h3 {
    font-size: 26px;
  }
  .details-new .content-new .left-part .teh-har .nm-car {
    font-size: 26px;
    line-height: 30px;
  }
  .details-new .content-new .left-part ul li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .details-new .content-new .left-part .teh-har .rt {
    max-width: 100%;
    margin-top: 20px;
    width: 100%;
  }
  .details-new .content-new .left-part .teh-har .lf {
    display: flex;
    flex-direction: column;
  }
  .details-new .content-new .left-part .teh-har .price {
    order: 5;
    justify-content: center;
  }
  .details-new .content-new .left-part .teh-har .stars-block {
    margin-top: 20px;
  }
  .details-new .inform-date .date-obz {
    font-size: 17px;
    line-height: 22px;
    font-weight: normal;
  }
  .details-new .content-new .left-part .people-say .bolder-txt span {
    font-size: 20px;
    line-height: 26px;
  }
  .details-new .content-new .left-part p {
    font-size: 16px;
    line-height: 22px;
  }
  .static-page,
  .static-page p,
  .static-page ul li,
  .static-page h2,
  .static-page h3 {
    font-size: 16px;
    line-height: 22px;
  }
  .details-new .content-new .left-part .image {
    margin-bottom: 20px;
  }
  .details-new .content-new .left-part .info-desc img {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .details-new .name-new-pg {
    font-size: 26px;
    line-height: 30px;
  }
  .details-new .content-new .left-part .teh-har .img {
    margin-top: 5px;
    margin-bottom: 20px;
  }
  .details-new .content-new .left-part .teh-har .txt-bold.line-act {
    justify-content: center;
    text-align: center;
  }
  .details-new .content-new .left-part .teh-har .img {
    margin-left: auto;
    margin-right: auto;
  }
  .details-new .content-new .left-part .teh-har .nm-car {
    text-align: center;
  }
  .details-new .content-new .left-part .teh-har .lf {
    max-width: 100%;
    margin-right: 0;
  }
  .details-new .content-new .left-part .teh-har {
    flex-direction: column;
  }
}
@media (max-width: 800px) {
  .catalog-container .cards .item {
    margin-left: 5px;
    margin-right: 5px;
  }
  .content-partnership .start-partner-mini-block .cont-middle .right-part {
    max-width: 240px;
  }
  .content-partnership .start-partner-mini-block .cont-middle .center-part {
    min-width: initial;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .our_win .part-2, .our_win .part-1 {
    max-width: 100%;
  }
  .content-about-us .block-map-full {
    margin-bottom: 50px;
  }
  .content-partnership .breadcrumbs {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .mobile-bl-map {
    overflow: auto;
    scrollbar-color: #C4C4C4;
    scrollbar-width: thin;
    padding-bottom: 20px;
    position: relative;
    z-index: 2;
  }
  .block-map-full {
    position: relative;
  }
  .block-map-full::after {
    content: "";
    border-bottom: 2px solid #C4C4C4;
    width: calc(100% - 30px);
    display: block;
    height: 2px;
    padding-top: 20px;
    position: absolute;
    bottom: 2px;
    z-index: 1;
    margin-left: 15px;
    margin-right: 15px;
  }
  .mobile-bl-map::-webkit-scrollbar {
    height: 7px;
  }
  .mobile-bl-map::-webkit-scrollbar-thumb {
    background-color: #C4C4C4;
    box-shadow: none;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0;
    margin-top: 3px;
  }
  .block-map-full .map_v {
    min-width: 780px;
  }
  .new_variant_question.have_question::before {
    display: none;
  }
  .new_variant_question.have_question::after {
    width: 163px;
    height: 210px;
    right: -29px;
    bottom: -39px;
    top: auto;
    background-image: url(/local/templates/main/css/../img/shadow-contact-mobile.png);
    display: block;
  }
  .new_variant_question.have_question .right-part {
    margin-top: 35px;
  }
  .catalog-container.root-catalog .content-card .elem-cat {
    width: 100%;
    margin-right: 0;
  }
  .catalog-container .cards .item .in-stock {
    margin-top: 0;
  }
  .details-vacancies::after {
    width: 179px;
    height: 286px;
    top: 2090px;
  }
  .details-vacancies .header-page-vac.nm-block-100 {
    margin-top: 50px;
    margin-bottom: 35px;
  }
  .details-vacancies .need-help .right-part .h2-play {
    margin-bottom: 35px;
  }
  .details-vacancies .need-help .right-part > img {
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  .details-vacancies .info-vac {
    padding-left: 15px;
    padding-right: 15px;
  }
  .details-vacancies .contacts-section {
    margin-top: 50px;
  }
  .details-vacancies .need-help {
    padding-bottom: 0;
  }
  .details-vacancies .info-vac form > .elems .form-part:last-child {
    width: 100%;
    margin-right: 0;
  }
  .contacts-ow.new-section-contacts .information {
    max-width: calc(100% - 30px);
    margin-right: auto;
    margin-left: auto;
  }
  .catalog-container .category-cars {
    left: 0;
    flex-wrap: wrap;
  }
  .catalog-container .category-cars li {
    margin-bottom: 12px;
  }
  .footer .footer__content .right-part {
    max-width: 314px;
  }
  .footer .footer__content .right-part p {
    justify-content: center;
    align-items: flex-start;
    max-width: 265px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .footer__content .right-part p span {
    text-align: center;
  }
  .five-steps-bl .right-part {
    margin-right: 0;
  }
  .footer .footer__content .left-part {
    order: 3;
    margin-top: 49px;
    text-align: center;
  }
  .footer .footer__content .right-part a {
    justify-content: center;
  }
  .footer .footer__content .center-part {
    margin-left: auto;
    padding-left: 0;
    margin-right: auto;
  }
  .have_question .inf-bl {
    flex-direction: column;
  }
  .have_question .h2-play, .have_question .txt-bold.line-act {
    text-align: center;
    justify-content: center;
  }
  .have_question .left-part {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 530px;
  }
  .have_question .right-part {
    margin-right: auto;
  }
  .footer .footer__last-line {
    flex-direction: column;
  }
  .footer .footer__last-line a:last-child {
    margin-top: 10px;
  }
  .footer .footer__content .right-part {
    margin-right: auto;
    margin-top: 40px;
  }
  .footer .footer__content {
    flex-direction: column;
  }
  .sold .sold-right {
    min-width: auto;
    padding-left: 10px;
    padding-right: 0;
  }
  .our_win {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}
@media (max-width: 700px) {
  .catalog .cards {
    justify-content: center;
  }
  .reviews-block__elem {
    max-width: 100%;
  }
  .reviews-block__elem:after {
    content: "";
    border-bottom: 2px solid #c4c4c4;
    padding-bottom: 10px;
  }
  .reviews-block__elem:last-of-type:after {
    display: none;
  }
  .reviews-block {
    gap: 24px;
  }
  .content-delivery .have_question::after {
    display: none;
  }
  .content-delivery .details-action .action-element .elm-img,
  .content-delivery .details-action .action-element .details-info {
    max-width: 100%;
  }
  .shadow-vacancies.shadow-delivery {
    display: none;
  }
  .content-about-us .aukc_company {
    padding-top: 50px;
  }
  .content-partnership .start-partner-mini-block {
    display: none;
  }
  .contacts-ow.new-section-contacts .information .info .ve-rw {
    min-height: initial !important;
  }
  .contacts-ow .information .info a.open-txt-normal {
    margin-left: 0;
    justify-content: center;
  }
  .contacts-ow .information .info a.open-txt-normal {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .contacts-ow.new-section-contacts .information .socials {
    justify-content: center;
  }
  .new-section-contacts .team-b .cont .element {
    min-width: 300px;
  }
  .have_question::before {
    display: none;
  }
  .contacts-ow .information .info .open-txt-normal.open-all {
    display: none;
  }
  /*.new-section-contacts .team-b .cont .left-part {
    justify-content: left;
    flex-wrap: nowrap;
  }*/
  .contacts-ow.new-section-contacts .team-b .cont {
    margin-top: 20px;
  }
  .contacts-ow.new-section-contacts .team-b {
    left: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .img-contacts {
    left: 0;
  }
  .details-action .action-element {
    flex-direction: column-reverse;
  }
  .details-action .action-element .elm-img,
  .details-action .action-element .details-info {
    max-width: 500px;
  }
  .details-action .pagination {
    margin-top: 0;
  }
  .details-action .block-elements > .action-element:nth-child(2n) {
    flex-direction: column-reverse;
  }
  .details-services .services-elements {
    max-width: 457px;
  }
  .details-services .header-block {
    margin: 40px 0 35px 0;
  }
  .details-services .services-elements .element .block-info {
    padding: 17px 10px 18px 10px;
    min-height: 85px;
  }
  .details-services .services-elements .element:nth-child(2n) {
    margin-left: 15px;
  }
  .details-services .services-elements .element .block-info .name-service {
    line-height: 25px;
    min-height: 50px;
  }
  .details-services .services-elements .element {
    max-width: 427px;
    width: 427px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .our_plus .left-part .text-big {
    font-size: 24px;
    line-height: 33px;
  }
  .our_plus .left-part {
    min-width: auto;
  }
  .our_plus .left-part .sliders .slider .semi-size-txt {
    font-size: 16px;
    line-height: 21px;
  }
  .our_plus .left-part {
    padding-left: 16px;
    padding-right: 14px;
  }
  .our_plus .left-part .sliders .slider {
    min-width: auto;
  }
  textarea.text-area-vacancies {
    min-height: 120px;
    height: 120px;
    max-height: 120px !important;
  }
  .details-vacancies .info-vac form > .elems .form-part {
    width: 100%;
    margin-right: 0;
  }
  .details-vacancies .info-vac form > .elems .form-part:nth-child(2n) {
    width: 100%;
  }
  .file-upload {
    margin-bottom: 20px;
  }
  .details-vacancies .mobile-buttom-open-popup2 {
    height: 55px;
    width: 100%;
    max-width: 330px;
    margin-left: 0;
    margin-right: auto;
    margin-top: -5px;
    display: flex;
    cursor: pointer;
  }
  .popup-card.popup-vacancies .block-for-input,
  .popup-card.popup-vacancies .giv-access .left-part form,
  .popup-vacancies .giv-access .left-part form input {
    max-width: 100%;
  }
  .popup-vacancies .giv-access .left-part {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .popup-vacancies .giv-access {
    margin-right: auto;
    width: 100%;
    max-width: 100%;
  }
  .popup-card.popup-vacancies > div {
    width: 100%;
    overflow: auto;
    padding-left: 11px;
    padding-right: 14px;
    box-sizing: border-box;
  }
  .popup-card.popup-vacancies {
    padding: 60px 0 20px 0;
  }
  .popup-card.take-access.popup-vacancies .giv-access .left-part form .txt-small-grey {
    max-width: 100%;
    padding-left: 0;
  }
  .file-upload .file-f {
    width: 100% !important;
    max-width: 173px !important;
    right: 0;
    height: 40px !important;
    box-sizing: border-box;
  }
  .popup-vacancies .giv-access .left-part form button {
    margin-top: 20px;
    max-width: 100%;
  }
  .details-vacancies .all-img-partner li {
    flex: 0 0 50%;
  }
  .line-pag-down-team {
    display: flex;
  }
  .team-b .open-all {
    display: none;
  }
  .team-b .cont {
    /*max-width: 300px;*/
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
  }
  .new-section-contacts .team-b .cont .left-part {
    justify-content: space-around;
  }
  .team-b .cont .element {
    margin-right: 0;
    margin-bottom: 35px;
    max-width: 300px;
  }
  .have_question {
    padding-top: 20px;
  }
  .contacts-ow.new-section-contacts .left-part .tabs {
    margin-bottom: 15px;
  }
  .contacts-ow.new-section-contacts .information {
    flex-direction: column;
  }
  .contacts-ow.new-section-contacts .tabs {
    width: 100%;
  }
  .contacts-ow.new-section-contacts .tabs li.active::before {
    display: none;
  }
  .contacts-ow.new-section-contacts .one-line {
    margin-top: 35px;
  }
  .contacts-ow.new-section-contacts .left-part {
    margin-top: 10px;
  }
  .contacts-ow.new-section-contacts .information .info {
    margin-left: 0;
  }
  .contacts-ow.new-section-contacts .information {
    margin-top: 0;
  }
  .start-partner .five-steps .steps {
    margin-right: 0;
  }
  .five-steps-bl .step.active .circle::after {
    display: none;
  }
  .start-partner {
    min-height: auto;
  }
  .details-news .block-news {
    max-width: 457px;
  }
  .details-news .block-news .new-element:nth-child(2n) {
    margin-left: 15px;
  }
  .details-news .block-news .new-element {
    max-width: 427px;
    width: 427px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .details {
    margin-left: 15px;
    margin-right: 15px;
  }
  .start-partner .five-steps .form-in-middle.txt-mobile {
    padding-left: 0;
    border-left: 0;
    left: 0;
  }
  .start-partner .five-steps .txt-mobile {
    margin-top: 21px;
    top: 0;
    margin-bottom: 19px;
  }
  .start-partner .steps .image {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 21px;
  }
  .tracking .tracking-header form button {
    height: 55px;
    max-width: 55px;
  }
  .tracking .lic_room .left-part {
    padding: 50px 16px 50px 15px;
  }
  .tracking .lic_room .h2-play, .tracking .lic_room .txt-bold.line-act {
    text-align: left;
    justify-content: left;
    max-width: initial;
  }
  .tracking .lic_room .elements {
    max-width: initial;
  }
  .tracking .lic_room .elements .element {
    max-width: 435px;
    margin-left: 0;
  }
  .tracking .my-cab {
    display: block;
  }
  .tracking .five-steps-bl .step .txt-step {
    width: 485px;
    max-width: 485px;
  }
  .tracking .lic_room .image-mobile {
    display: none;
  }
  .tracking .tracking-header .h2-play {
    margin-bottom: 15px;
  }
  .tracking .tracking-header form {
    justify-content: center;
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .tracking .tracking-header form button img {
    margin-right: 0;
  }
  .tracking .tracking-header form button span {
    display: none;
  }
  .tracking .h2-play {
    font-size: 36px;
    line-height: 42px;
  }
  .tracking .five-steps-bl .right-part {
    display: none;
  }
  .catalog-container .cards .free-call {
    display: none;
  }
  .top-header .list--block {
    margin-right: 27px;
  }
  .number-chosen {
    display: none;
  }
  .five-steps-bl .five-steps, .five-steps-bl .right-part {
    margin-top: 42px;
  }
  .start-partner .step .txt-step, .five-steps-bl .step .txt-step {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 0;
    margin-left: 0;
    min-height: 70px;
  }
  .start-partner .step .txt-step {
    padding-left: 30px;
  }
  .start-partner .txt-mobile .image {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .mar-cen .five-steps .image {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 21px;
  }
  .mar-cen .five-steps .txt-mobile {
    width: 100%;
    padding-right: 0;
    margin-top: 0;
    border-left: 0;
    top: 0;
    padding-left: 0;
  }
  .lic_room {
    top: -40px;
  }
  .start-partner .start-5.active.txt-mobile {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .five-steps-bl .step .circle.bg-circle {
    margin-right: 12px;
  }
  .start-partner .five-steps .txt-mobile {
    padding-left: 0;
    border-left: 0;
    margin-top: 0;
  }
  .start-partner .five-steps .txt-mobile .txt-nun {
    border-left: 4px solid #F2F2F2;
    padding-left: 15px;
  }
  .five-steps-bl .step.active .txt-step:after, .five-steps-bl .step.active .txt-step:before {
    display: none;
  }
  .five-steps-bl .right-part {
    display: none;
  }
  .five-steps-bl .step.active .circle.bg-circle:after {
    display: none;
  }
  .txt-mobile.active {
    display: block;
  }
  .txt-mobile {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #333333;
    padding-left: 11px;
    margin-top: 27px;
    margin-bottom: 25px;
    border-left: 4px solid #F2F2F2;
    position: relative;
    top: -11px;
    left: 0;
  }
  .connect-us .left-part {
    max-width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }
  .catalog .cards .card a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .why-we {
    padding-top: 40px;
  }
  .connect-us {
    padding-bottom: 55px;
  }
  .five-steps-bl {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .process-do .h2-play {
    margin-bottom: 20px;
  }
  .start-partner .five-steps {
    margin-top: 0;
  }
  .our_win .part-2 {
    padding-top: 0;
  }
  .contacts-ow .left-part {
    padding-top: 40px;
  }
  .footer {
    padding: 24px 0 18px;
  }
  .contacts-ow .information {
    margin-top: 25px;
  }
  .footer .footer__last-line {
    margin-top: 28px;
  }
  .footer .footer__content .center-part .logo {
    margin-bottom: 20px;
  }
  .footer .footer__content .right-part {
    margin-top: 30px;
  }
  .footer .footer__content .center-part .socials {
    margin-top: 20px;
  }
  .have_question {
    padding-bottom: 140px;
  }
  .team-b .cont {
    margin-top: 20px;
  }
  .our_win {
    top: 0;
  }
  .team-b {
    padding-top: 70px;
    padding-bottom: 30px;
  }
  .lic_room .left-part {
    padding-top: 160px;
    padding-bottom: 40px;
  }
  .lic_room .right-part img {
    top: 130px;
  }
  .giv-access .left-part {
    padding-top: 100px;
  }
  .start-partner .five-steps .steps {
    margin-top: 40px;
  }
  .start-partner {
    padding-top: 34px;
    padding-bottom: 0;
  }
  .aukc_company .cards {
    margin-top: 20px;
  }
  .giv-access .right-part {
    top: 40px;
  }
  .aukc_company {
    padding-top: 40px;
  }
  .process-do {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .catalog {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .why-we .cards .card {
    margin-bottom: 30px;
  }
  .catalog .cards .name-car {
    text-align: center;
  }
  .catalog .cards .card .img-car {
    margin-top: 16px;
  }
  .catalog .cards {
    max-width: 650px;
  }
  .catalog .cards .card {
    max-width: 100%;
  }
  .start-partner {
    padding-bottom: 20px;
  }
  .top-header .lst-c.phone-number {
    margin-right: 0;
  }
  .block-down .login {
    margin-left: auto;
  }
  .block-down .menu-open {
    margin-left: auto;
  }
  .top-header,
  .block-down {
    padding-right: 20px;
  }
  .block-down .search-data {
    display: none;
  }
  .sold .sold-right .card__image img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .sold .sold-right .card__image .economic {
    left: 0;
    top: 0;
  }
  .sold .sold-right .position-item-cards {
    left: 0;
    top: 33px;
  }
  .sold .sold-right .position-item-cards.empty_economic {
    left: 0;
    top: 0;
  }
  .sold .sold-right .card {
    display: block;
  }
  .five-steps-bl::after {
    display: none;
  }
  .start-partner .right-part {
    display: none;
  }
  .start-partner .step {
    width: 100%;
    max-width: 100%;
  }
  .start-partner .step .txt-step {
    max-width: 100%;
  }
  .five-steps .txt-mobile {
    width: calc(100% - 30px);
    padding-right: 15px;
  }
  .start-partner .h2-play, .start-partner .txt-bold.line-act {
    text-align: left;
    justify-content: left;
  }
  .start-partner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 600px) {
  .number-chosen.show-mobile {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
  }
  .content-delivery .content-partnership .header-questions .h2-play {
    margin-bottom: 20px;
  }
  .content-delivery .vb-car,
  .content-delivery .block-img-info {
    margin-left: auto;
    margin-right: auto;
  }
  .content-delivery .sold .sold-left .cont-info h1,
  .content-delivery .sold .sold-left .cont-info .h1-play {
    max-width: 274px;
    font-size: 36px;
    line-height: 42px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .content-delivery .sold .sold-left {
    min-width: auto;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .static-page {
    padding-left: 15px;
    padding-right: 15px;
  }
  .content-delivery .content-partnership,
  .content-delivery .vb-car,
  .content-delivery .block-img-info {
    margin-top: 50px;
  }
  .content-delivery .sold .sold-left .cont-info p.open-txt-normal {
    display: none;
  }
  .content-delivery .sold.fir-bl .sold-left .cont-info form {
    display: block;
  }
  .content-delivery .sold .sold-left .cont-info .txt-bold.line-act {
    display: flex;
    margin-top: 20px;
  }
  .list--block.number-chosen a::before {
    display: none;
  }
  .list--block.number-chosen a::before {
    display: none;
  }
  .sold .sold-left .img-marlin {
    font-size: 96px;
    line-height: 111px;
    padding-top: 76px;
    margin: 0;
    top: -34px;
    left: -40px;
  }
  .sold.fir-bl .sold-left .cont-info form {
    display: none;
  }
  .content-about-us .header-page-otzivi {
    padding-left: 16px;
    padding-right: 16px;
  }
  .content-about-us .header-page-otzivi .h2-play {
    margin-bottom: 5px;
  }
  .content-about-us .header-page-otzivi .txt-bold.line-act {
    max-width: 227px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .content-about-us .header-page-otzivi .txt-bold.line-act::before {
    position: absolute;
    left: -20px;
    top: 12px;
  }
  .content-about-us .txt-p br {
    margin-bottom: 21px;
    content: "";
    display: block;
  }
  .content-about-us .our_plus .left-part .sliders .slider,
  .content-about-us .our_plus .left-part {
    min-width: auto;
  }
  .content-about-us .our_plus .left-part {
    padding: 35px 15px;
  }
  .content-about-us .header-page-otzivi,
  .content-about-us .block-map-full {
    margin-top: 50px;
  }
  .content-about-us .mobile-buttom-open-popup2 {
    margin-top: 35px;
  }
  .block-history.our-cell .image .line-elm {
    max-width: 360px;
  }
  .block-history.our-cell .image .h2-play {
    text-align: center;
    max-width: 187px;
  }
  .block-history.our-cell .image {
    padding: 50px 16px;
    min-width: 100%;
    max-width: 100%;
  }
  .block-history.our-cell .image .double-spec {
    margin-left: 10px;
    margin-right: 10px;
  }
  .block-history.our-cell .image .spec-font-white {
    font-size: 25px;
    line-height: 27px;
  }
  .block-history.our-cell .image .spec-font-red {
    font-size: 35px;
    line-height: 40px;
  }
  .block-history.our-cell {
    margin-top: 50px;
  }
  .block-with-big-image::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(/local/templates/main/css/../img/about-us-header-page.png);
    background-size: cover;
    position: absolute;
    top: 0;
    z-index: 2;
  }
  .block-with-big-image .block-container-for-mobile {
    background-color: rgba(35, 47, 68, 0.9019607843);
    padding-bottom: 111px;
    z-index: 3;
    position: relative;
  }
  .block-with-big-image .block-container-for-mobile .breadcrumbs li a:hover {
    color: #FBFBFB;
  }
  .block-with-big-image .block-container-for-mobile .breadcrumbs li:last-child {
    color: #FBFBFB;
  }
  .block-with-big-image .block-container-for-mobile .h2-play {
    margin-bottom: 5px;
    color: #FBFBFB;
  }
  .block-with-big-image .block-container-for-mobile .txt-bold.line-act {
    color: #FBFBFB;
  }
  .block-history {
    margin-top: 0;
  }
  .block-history .lft-part.dark::before {
    display: none;
  }
  .block-history .lft-part.grey,
  .block-history .lft-part.dark {
    padding: 50px 15px 35px;
  }
  .block-history .lft-part .h2-play {
    margin-bottom: 5px;
  }
  .block-history .lft-part .txt-bold.line-act {
    margin-bottom: 20px;
  }
  .block-with-big-image .image-bg {
    display: none;
  }
  .shadow-right-up-wither {
    display: none;
  }
  .content-partnership .have_question {
    padding-bottom: 50px;
  }
  .content-partnership .details-vacancies .vac-element {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .content-partnership .details-vacancies .vac-element .txt-name-block {
    font-size: 24px;
    line-height: 33px;
  }
  .content-partnership .header-questions.details-vacancies {
    margin-top: 50px;
  }
  .content-partnership .track-delivery > .txt-bold.line-act {
    order: 2;
    margin-top: 15px;
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .content-partnership .track-delivery > .txt-bold.line-act::before {
    position: absolute;
    left: -11px;
    top: 13px;
  }
  .content-partnership .track-delivery > form {
    order: 3;
  }
  .content-partnership .track-delivery > .result-search-vin {
    order: 4;
  }
  .content-partnership .track-delivery > .h2-play {
    order: 1;
    margin-top: 0;
  }
  .content-partnership .track-delivery {
    padding-top: 50px;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
  }
  .track-delivery > form {
    margin-top: 35px;
  }
  .track-delivery > form input {
    margin-right: 5px;
  }
  .track-delivery > form button {
    width: 55px;
  }
  .content-partnership .track-delivery > form button span {
    display: none;
  }
  .content-partnership .mobile-buttom-open-popup {
    max-width: 100%;
    margin-top: 35px;
  }
  .content-partnership .why-we {
    padding-top: 0;
    padding-bottom: 25px;
  }
  .content-partnership .sold .sold-left .cont-info h1 {
    font-size: 36px;
    line-height: 42px;
    max-width: 100%;
    color: #FBFBFB;
  }
  .content-partnership .breadcrumbs {
    margin-bottom: 40px;
  }
  .content-partnership .sold .sold-left .cont-info {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
  .content-partnership .breadcrumbs li {
    color: #FBFBFB;
  }
  .content-partnership .sold .sold-left {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
  }
  .block-map-full .map_v {
    margin-top: 35px;
  }
  .block-map-full {
    margin-top: 50px;
  }
  .block-map-full .h2-play {
    margin-bottom: 5px;
  }
  .content-partnership .breadcrumbs li a:hover {
    color: #FBFBFB;
  }
  .content-partnership .sold .sold-left .cont-info p.open-txt-normal {
    color: #FBFBFB;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
  }
  .content-partnership .sold-left {
    background-color: rgba(35, 47, 68, 0.9019607843);
    z-index: 3;
  }
  .content-partnership .sold::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(/local/templates/main/css/../img/hands-sm-mobile.png);
    background-size: cover;
    position: absolute;
    top: 0;
    z-index: 2;
  }
  .content-partnership .sold .sold-left .cont-info {
    margin-top: 0;
  }
  .details-vacancies .info-vac form > .elems .input-basic,
  .file-upload {
    margin-bottom: 10px;
  }
  .file-upload > div,
  .file-upload .file-f {
    max-width: 135px;
    height: 37px !important;
  }
  .file-upload .choose-elm {
    min-height: 36px;
  }
  .details-vacancies .info-vac .foot-form {
    flex-direction: column;
    margin-top: 20px;
  }
  .details-vacancies .info-vac .foot-form .button-basic {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .details-vacancies .info-vac .foot-form .txt-small-grey {
    margin-top: 15px;
    width: 100%;
  }
  .five-steps-bl .step .txt-step {
    max-width: calc(100% - 79px);
  }
  .five-steps-bl .five-steps .left-part {
    width: 100%;
  }
  .why-we .cards .card.img-replace-child.active .block-child > img:last-of-type {
    transform: scale(1.5);
  }
  .why-we .cards .card.img-replace-child .block-child > img {
    transform: scale(1.3);
  }
  .why-we .cards .card.img-replace-child:hover .block-child > img {
    transform: scale(1.3);
  }
  .contacts-ow.new-section-contacts .one-line {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
  }
  .details-text {
    margin-top: 35px;
    margin-bottom: 50px;
  }
  .details-text h1 {
    font-size: 26px;
    line-height: 130%;
    margin-bottom: 22px;
  }
  .details-text p, .details-text li {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .details-text p, .details-text br {
    margin-bottom: 16px;
  }
  .details-text ul {
    margin-bottom: 16px;
  }
  .details-text h2 {
    margin-bottom: 16px;
    font-size: 24px;
  }
  .details-text h3 {
    margin-bottom: 16px;
    font-size: 22px;
  }
  .details-text h4 {
    margin-bottom: 16px;
    font-size: 20px;
  }
  .details-text h5 {
    margin-bottom: 16px;
    font-size: 18px;
  }
  .details-text img {
    margin-bottom: 16px;
  }
  .shadow-right-up {
    background-image: url(/local/templates/main/css/../img/vacancies-dirt-1.png);
    right: 0;
    content: "";
    width: 263px;
    height: 261px;
    top: 7px;
  }
  .error-block {
    padding-bottom: 50px;
  }
  .error-block::before {
    display: none;
  }
  .error-block .element-error {
    font-size: 120px;
    line-height: 120%;
  }
  .new_variant_question.have_question::after {
    display: block;
  }
  .contacts-ow.new-section-contacts .information .info .open-txt-normal.location::before {
    margin-right: 15px;
  }
  .contacts-ow.new-section-contacts .information .info .open-txt-normal.phone::before,
  .contacts-ow.new-section-contacts .information .info .open-txt-normal.email::before {
    margin-right: 13px;
  }
  .new_variant_question.have_question {
    padding-bottom: 50px;
    margin-top: 50px;
  }
  .contact-content .contacts-ow.new-section-contacts {
    margin-top: 40px;
  }
  .process-do .h2-play {
    max-width: 100%;
  }
  #close-popup {
    top: -32px;
    right: -25px;
  }
  .result-search-vin .table-info .item-m {
    padding-left: 12px;
    padding-right: 12px;
  }
  .result-search-vin .images-block-tracking {
    margin-top: 35px;
  }
  .result-search-vin {
    margin-left: 15px;
    margin-right: 15px;
    max-width: calc(100% - 30px);
    margin-top: 35px;
  }
  .tracking .tracking-header {
    margin-top: 40px;
    margin-bottom: 35px;
  }
  .catalog-container .line-filter .show-elements {
    display: none;
  }
  .details-action .block-elements {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .details-action .header-block {
    margin-top: 40px;
  }
  .details-action .pagination {
    margin-top: -15px;
  }
  .details-action {
    margin-bottom: 50px;
  }
  .details-action .action-element .details-info,
  .details-action .block-elements > .action-element:nth-child(2n) .details-info {
    padding: 25px 15px;
  }
  .details-services .header-block h1 {
    font-size: 36px;
    line-height: 42px;
  }
  .details-vacancies .need-help {
    margin-top: 15px;
  }
  .details-vacancies .need-help .right-part {
    padding: 50px 15px 35px;
  }
  .details-vacancies .partners-section {
    margin-top: 50px;
  }
  .details-vacancies .contacts-section .left-part {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .details-vacancies .vac-element .more-info {
    max-width: calc(100% - 30px);
    width: 100%;
  }
  .details-vacancies .vac-element .right-p .per-2 {
    margin-left: 0;
  }
  .details-vacancies .vac-element .right-p {
    flex-direction: column;
  }
  .details-vacancies .vac-element .right-p > div {
    width: 100%;
  }
  .details-vacancies .header-page-vac.nm-block-100.vac-100 .txt-bold.line-act {
    max-width: 315px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    text-align: center;
    left: 10px;
  }
  .details-vacancies .header-page-vac.nm-block-100.vac-100 .txt-bold.line-act::before {
    position: absolute;
    left: -20px;
    top: 13px;
  }
  .details-vacancies::after {
    top: 1663px;
  }
  .our_plus .left-part .sliders {
    margin-bottom: 35px;
  }
  .details-vacancies .our_win .part-2 .txt-opis {
    font-size: 16px;
    line-height: 21px;
  }
  .details-vacancies .header-page-vac {
    padding-left: 0;
    padding-right: 0;
  }
  .details-vacancies .our_win .part-2 .elements {
    margin-top: 20px;
  }
  .details-vacancies .header-page-vac.nm-block-80 {
    margin-top: 0;
  }
  .details-vacancies .our_win {
    padding-bottom: 21px;
  }
  .details-vacancies .our_win .part-2 .elements .element {
    margin-bottom: 0;
    width: 49%;
    min-width: auto;
  }
  .shadow-vacancies {
    width: 263px;
    height: 261px;
    top: 7px;
  }
  .details-vacancies .header-page-vac .h2-play {
    margin-top: 40px;
    margin-bottom: 15px;
  }
  .details-vacancies .our_win {
    padding-top: 35px;
  }
  .details-vacancies .our_win .video-link::before {
    z-index: 1;
  }
  .details-vacancies .our_win .video-link img {
    max-width: calc(100% + 30px);
    position: relative;
    left: -15px;
  }
  .details-new .content-new .left-part .chat .early-comments .txt-of-user {
    width: 100%;
  }
  .details-new .content-new .left-part .chat .early-comments .comment {
    align-items: center;
    flex-wrap: wrap;
  }
  .details-new .content-new .left-part .chat .write-txt .block-txt button {
    margin-top: 20px;
  }
  .details-new .content-new .left-part .chat .early-comments {
    margin-top: 30px;
  }
  .details-new .content-new .left-part .chat .write-txt .block-txt {
    width: 100%;
    flex: auto;
    max-width: 100%;
    margin-top: 20px;
  }
  .details-new .content-new .left-part .chat .write-txt {
    align-items: center;
    flex-wrap: wrap;
  }
  .details-new .content-new .left-part .chat .write-txt .writer {
    max-width: 45px;
    margin-right: 13px;
  }
  .details-new .content-new .left-part .chat .write-txt .user {
    display: block;
  }
  .details-new .content-new .left-part .people-say {
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 8px solid #1D3359;
    margin-bottom: 25px;
  }
  .details-new {
    margin-right: 0;
    margin-left: 0;
  }
  .details-new .content-new .left-part p,
  .details-new .content-new .left-part .info-desc ul,
  .details-new .content-new .left-part .info-desc ol,
  .details-new .content-new .left-part .info-desc p,
  .details-new .content-new .left-part .info-desc h2,
  .details-new .content-new .left-part .info-desc h3,
  .details-new .content-new .left-part h4,
  .details-new .content-new .left-part .data-new,
  .details-new .content-new .left-part .chat,
  .details-new .content-new .left-part .people-say,
  .details-new .content-new .left-part .auth span,
  .details-new .content-new .left-part .info-desc h5,
  .details-new .content-new .left-part ul {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .table-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .details-new .content-new .left-part .chat .early-comments .comment {
    margin-bottom: 10px;
  }
  .details-new .content-new .left-part .chat .open-all {
    margin-top: 35px;
  }
  .new-content::after {
    width: 170px;
    height: 132px;
  }
  .details-new {
    padding-bottom: 50px;
  }
  .details-new .content-new .left-part .data-new .tags a {
    margin-right: 12px;
    margin-bottom: 10px;
  }
  .details-new .content-new .left-part .data-new {
    margin-top: 20px;
  }
  .details-new .content-new .left-part .teh-har .item-m .block-image {
    display: flex;
  }
  .details-new .content-new .left-part .teh-har .price {
    justify-content: space-between;
  }
  .details-new .content-new .left-part .auth {
    padding-left: 0;
  }
  .details-new .header-page-new {
    padding-left: 15px;
    padding-right: 15px;
  }
  .details-new .content-new .left-part .people-say > span {
    margin-top: 25px;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    color: #333333;
    font-family: "Play", sans-serif;
  }
  .details-new .content-new .left-part .people-say .who-said {
    margin-top: 0;
  }
  .details-new .content-new .left-part .people-say > div:first-child .comm-p {
    max-height: 20px;
    max-width: 31px;
    margin: 0;
    bottom: -9px;
    right: -8px;
  }
  .details-new .content-new .left-part .people-say > div:first-child img:first-child {
    margin-bottom: 0;
  }
  .details-new .content-new .left-part .people-say > div:first-child {
    margin-right: 34px;
    max-width: 59px;
  }
  .details-new .content-new .left-part .auth {
    margin-bottom: 25px;
  }
  .details-new .name-new-pg {
    margin-bottom: 20px;
  }
  .details-new .inform-date {
    margin-top: 40px;
  }
  .news-shadow {
    top: 0;
  }
  .contacts-ow.new-section-contacts .one-line li {
    min-width: 160px;
  }
  .contacts-ow.new-section-contacts {
    margin-top: 0;
  }
  .contacts-ow.new-section-contacts .one-line {
    justify-content: left;
  }
  .contacts-ow.new-section-contacts .tabs {
    flex-wrap: nowrap;
  }
  .sp-menu_for_mobile.sold .next-catalog-main::before {
    min-width: 11px;
    height: 18px;
    background-image: url(/local/templates/main/css/../img/button-right-str.png);
    background-position: -11px 0;
    display: block;
    content: "";
  }
  .sp-menu_for_mobile.sold .next-catalog-main:hover::before {
    background-image: url(/local/templates/main/css/../img/button-right-str.png);
    background-position: 0 0;
  }
  .sp-menu_for_mobile.sold .prev-catalog-main::before {
    min-width: 11px;
    height: 18px;
    background-image: url(/local/templates/main/css/../img/button-left-str.png);
    background-position: 0 0;
    display: block;
    content: "";
  }
  .sp-menu_for_mobile.sold .prev-catalog-main:hover::before {
    background-image: url(/local/templates/main/css/../img/button-left-str.png);
    background-position: -11px 0;
  }
  .list--block .location::before {
    background-image: url(/local/templates/main/css/../img/location-black-600.svg);
  }
  .list--block .lst-c::after {
    background-image: url(/local/templates/main/css/../img/strl-down-black-600.svg);
  }
  .our_win .video-link::before {
    width: 75px;
    height: 75px;
    background-size: 75px;
  }
  .pagination .pagination-item a.modern-page-dots {
    display: none;
  }
  .pagination .modern-page-prev {
    margin-right: 20px;
  }
  .pagination .modern-page-next {
    margin-left: 10px;
  }
  .popup-card.raz-money-now {
    padding-left: 0;
    padding-right: 0;
  }
  .popup-card.raz-money-now > div {
    padding-left: 16px;
    padding-right: 16px;
  }
  .details .block-instr > div:nth-child(1) {
    min-width: initial;
  }
  .details-news .categories {
    max-width: 340px;
  }
  .catalog .cards .card a.name-car {
    justify-content: left;
    text-align: left;
  }
  .details-news {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .details-news .categories {
    margin-top: 30px;
  }
  .details-news .block-news .head-bl .lf-bl .open-txt-normal.grey {
    font-size: 15px;
    line-height: 19px;
  }
  .details-news .block-news .new-element {
    margin-left: 15px;
    margin-right: 15px;
  }
  .details-news .block-news .head-bl .rt-bl {
    margin-right: 4px;
    position: relative;
    top: 1px;
  }
  .details-news .block-news .block-info .open-txt-normal {
    max-height: 86px;
    overflow: hidden;
    font-size: 16px;
    line-height: 21px;
    position: relative;
    left: -1px;
    top: 1px;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
  }
  .details-news .block-news .block-info .name-new {
    font-size: 20px;
    line-height: 26px;
    width: calc(100% + 2px);
    position: relative;
    left: -1px;
    margin-bottom: 11px;
    max-height: 53px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
  }
  .details-news .block-news .block-info .istochnik {
    margin-top: 9px;
  }
  .details-news .block-news .head-bl .category-v {
    margin-left: 9px;
  }
  .details-news .block-news .block-info {
    padding: 10px 9px 20px 10px;
  }
  .details-news .block-news {
    margin-top: 34px;
  }
  .details-news .categories li {
    min-width: 160px;
    font-size: 16px;
    line-height: 21px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .details-news .txt-bold.line-act {
    max-width: 289px;
    text-align: center;
    left: 0;
  }
  .details-news .txt-bold.line-act::before {
    position: absolute;
    left: 71px;
    top: 13px;
  }
  .details-news h1 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 15px;
  }
  .details-news .header-block::before {
    display: none;
  }
  .tracking .aukc_company .cards .card .open-txt-normal {
    display: block;
  }
  .tracking {
    padding-top: 0;
    padding-bottom: 46px;
  }
  .tracking .aukc_company .cards .card {
    max-width: 315px;
    min-height: 320px;
    min-width: 315px;
    margin: 0;
  }
  .tracking .tracking-header .h2-play {
    max-width: 275px;
    margin-left: auto;
    margin-right: auto;
  }
  .tracking .tracking-header .txt-bold.line-act {
    max-width: 296px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    left: 9px;
  }
  .tracking .tracking-header .txt-bold.line-act::before {
    position: absolute;
    left: -19px;
    top: 13px;
  }
  .tracking .five-steps-bl {
    margin-top: 0;
  }
  .tracking .five-steps-bl .five-steps, .tracking .five-steps-bl .right-part {
    margin-top: 35px;
  }
  .tracking .five-steps-bl .step .txt-step {
    min-height: 70px;
  }
  .tracking .five-steps .txt-mobile {
    width: calc(100% - 20px);
    padding-right: 0;
    padding-left: 15px;
    top: -2px;
  }
  .tracking .five-steps-bl {
    padding-bottom: 34px;
  }
  .tracking .five-steps-bl .step {
    margin-bottom: 20px;
  }
  .tracking .five-steps-bl .mar-cen .h2-play, .tracking .five-steps-bl .mar-cen .txt-bold.line-act {
    justify-content: center;
    text-align: center;
  }
  .tracking .prev-cards {
    min-width: 11px;
    height: 18px;
    background-image: url(/local/templates/main/css/../img/arrow-paginator-prev.png);
    background-position: 0 0;
    transition: none;
    transform: none;
  }
  .tracking .prev-cards:hover {
    background-image: url(/local/templates/main/css/../img/arrow-paginator-prev.png);
    background-position: -11px 0;
  }
  .tracking .next-cards {
    min-width: 11px;
    height: 18px;
    background-image: url(/local/templates/main/css/../img/arrow-paginator-next.png);
    background-position: 0 0;
    transition: none;
    transform: none;
    top: 0 !important;
  }
  .tracking .next-cards:hover {
    background-image: url(/local/templates/main/css/../img/arrow-paginator-next.png);
    background-position: -11px 0;
  }
  .tracking .lic_room .left-part {
    padding-bottom: 58px;
  }
  .tracking .aukc_company .cards {
    margin-top: 35px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    max-width: 315px;
    position: relative;
  }
  .tracking .line-pag-down {
    max-width: 315px;
    margin: 30px auto 0;
  }
  .tracking .block-trans {
    max-width: 315px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }
  .tracking .aukc_company .cards .card .transfer-open,
  .tracking .aukc_company .cards .card:hover .transfer-open {
    display: flex;
  }
  .tracking .lic_room .elements .element .circle {
    margin-right: 11px;
  }
  .tracking .lic_room .elements .element .circle {
    min-width: 59px;
    height: 59px;
  }
  .tracking .lic_room .elements .element .circle::before {
    min-width: 49px;
    height: 49px;
  }
  .tracking .lic_room .elements .element:nth-child(2) .circle::after {
    height: 65px;
    bottom: -65px;
  }
  .tracking .lic_room .elements .element {
    max-width: 360px;
  }
  .tracking .lic_room .elements .element .open-txt-normal {
    font-size: 16px;
    line-height: 21px;
  }
  .tracking .tracking-header form input {
    width: 270px;
    margin-right: 5px;
  }
  .tracking::before {
    display: none;
  }
  .tracking .aukc_company .cards .card:hover {
    box-shadow: initial;
    border-radius: initial;
    border: initial;
    box-sizing: border-box;
    max-width: 315px;
    min-height: 320px;
    margin: 0;
  }
  .tracking .aukc_company .cards .card:hover .open-txt-normal::after,
  .tracking .aukc_company .cards .card:hover .open-txt-normal::before {
    display: none;
  }
  .tracking .aukc_company .cards .card:hover .open-txt-normal {
    position: initial;
    top: 0;
    display: block;
    width: initial;
    left: 0;
    padding: 0;
    background: initial;
    box-sizing: border-box;
    text-align: left;
  }
  .tracking .five-steps-bl .step .txt-step {
    width: 100%;
    max-width: 100%;
  }
  .tracking .five-steps-bl .five-steps .steps {
    width: 100%;
  }
  .buy-in-credit-now .txt-bold.line-act {
    max-width: 197px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
  .buy-in-credit-now .txt-bold.line-act::before {
    position: absolute;
    left: -24px;
    top: 13px;
  }
  .popup-card form {
    margin-top: 20px;
  }
  .breadcrumbs {
    flex-wrap: wrap;
  }
  .details .catalog .cards .card {
    max-width: 315px;
    min-width: 315px;
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.1);
    margin-left: 15px;
    margin-right: 15px;
  }
  .details .catalog .category-show {
    max-width: 345px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
  }
  .details .catalog .txt-bold.line-act {
    text-align: center;
    justify-content: center;
  }
  .line-pag-down {
    display: flex;
    margin-left: 25px;
  }
  .line-pag-down > button:nth-child(2) {
    margin-left: 50px;
    position: relative;
  }
  .details .desc-block .left-part .buttons {
    margin-top: 30px;
    margin-bottom: 50px;
    flex-direction: column;
  }
  .details .catalog .cards {
    width: 100%;
    margin-top: 30px;
    left: 0;
  }
  .details .desc-block .left-part .buttons > button:nth-child(1) {
    margin-right: 0;
  }
  .details .desc-block .left-part .buttons > button:nth-child(2) {
    margin-left: 0;
    margin-top: 14px;
  }
  .details .more-info .left-part .item-m {
    padding-right: 12px;
  }
  .details .block-info-aukc {
    flex-direction: column;
    align-items: flex-start;
  }
  .details .block-info-aukc > div:nth-child(2) {
    margin-top: 8px;
  }
  .rg-image {
    min-height: 350px;
    max-height: 350px;
  }
  .popup-card.raz-money-now .txt-bold.line-act {
    max-width: 291px;
    margin-left: auto;
    margin-right: auto;
  }
  .popup-card.raz-money-now .txt-bold.line-act::before {
    position: absolute;
    left: 45px;
    top: 13px;
  }
  .popup-card.raz-money-now form button {
    width: 305px;
  }
  .catalog-container .name-page {
    margin-top: 31px;
  }
  .catalog-container .name-page .txt-bold.line-act {
    text-align: center;
    max-width: 240px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    left: 10px;
  }
  .catalog-container .name-page .h2-play {
    margin-bottom: 5px;
  }
  .catalog-container .category-cars {
    margin-top: 30px;
  }
  .catalog-container .category-cars li {
    margin-left: 0;
    margin-right: 11px;
  }
  .catalog-container .line-filter {
    margin-top: 8px;
  }
  .catalog-container .cards .item .rt-pt .buttons .buy,
  .catalog-container .cards .item .rt-pt .buttons .raz-money {
    left: -5px;
  }
  .catalog-container .cards .item .rt-pt .buttons {
    flex-direction: column-reverse;
  }
  .catalog-container .cards .item .rt-pt .statistic > div .open-txt-normal {
    font-size: 16px;
    line-height: 21px;
  }
  .catalog-container .cards .item .rt-pt .name-car {
    font-size: 20px;
    line-height: 26px;
  }
  .catalog-container .category-cars li:last-child {
    margin-right: 0;
  }
  .catalog-container .name-page .txt-bold.line-act::before {
    margin-right: 0;
    position: absolute;
    left: -17px;
    top: 12px;
  }
  .catalog-container {
    margin-top: 0;
    margin-bottom: 50px;
  }
  .breadcrumbs {
    padding-top: 40px;
  }
  .catalog-container .category-cars {
    overflow: auto;
    flex-wrap: nowrap;
    padding-bottom: 10px;
    justify-content: left;
    scrollbar-width: none;
  }
  .catalog-container .category-cars::-webkit-scrollbar {
    display: none;
  }
  header.cbp-af-header-shrink + .content {
    margin-top: 55px;
  }
  .catalog .cards .card .statistic {
    justify-content: space-between;
    margin-bottom: 15px;
  }
  .catalog .cards .on-aukcion {
    margin-top: 0;
  }
  .catalog .cards .card .statistic > div:nth-child(2n) {
    width: 41%;
  }
  .catalog .cards .card .statistic .open-txt-normal {
    font-size: 14px;
    line-height: 18px;
  }
  .right-menu-slide .language {
    justify-content: center;
  }
  .login-right-menu {
    display: flex;
    align-items: center;
    max-width: 235px;
    width: 100%;
    height: 55px;
    justify-content: center;
    border: 2px solid #1D3359;
    box-sizing: border-box;
    box-shadow: 0 0 20px rgba(51, 51, 51, 0.05);
  }
  .login-right-menu span {
    margin-left: 15px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: #333333;
  }
  .login-right-menu:hover span {
    color: #E52330;
  }
  .location-img,
  .strl-down {
    display: none;
  }
  .block-down {
    padding-left: 22px;
  }
  .strl-down.mobile-600,
  .location-img.mobile-600,
  .mobile-600.sold {
    display: block;
  }
  .catalog .open-all {
    display: none;
  }
  .sp-menu_for_mobile.sold {
    position: initial;
    margin-top: 5px;
  }
  .sp-menu_for_mobile.sold .sold-right {
    padding-top: 0;
    padding-bottom: 0;
  }
  .sp-menu_for_mobile.sold .paginator .open-all {
    position: initial;
    margin-top: 0;
    display: flex;
    width: 170px;
    box-sizing: border-box;
    padding: 14px 11px 12px 21px;
  }
  .sp-menu_for_mobile.sold .paginator .open-all img {
    transform: rotate(0deg);
  }
  .process-do .right-part:last-child {
    justify-content: left;
    flex-wrap: nowrap;
    overflow: auto;
    margin-bottom: 15px;
    position: relative;
    left: -5px;
    width: calc(100% + 5px);
    margin-top: -2px;
    scrollbar-width: none;
    /* scrollbar-color: $blue;
     scrollbar-width: thin;*/
  }
  .process-do .right-part:last-child::-webkit-scrollbar {
    display: none;
  }
  .process-do .right-part:last-child::-webkit-scrollbar-thumb {
    background-color: #1D3359;
    box-shadow: none;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0;
  }
  .process-do .right-part:last-child::-webkit-scrollbar {
    width: 3px;
    height: 6px;
  }
  .process-do .right-part li {
    min-width: 160px;
  }
  .top-header {
    display: none;
  }
  header.cbp-af-header-shrink .block-down {
    margin-top: 0;
  }
  .login {
    display: none;
  }
  .block-down .menu-open {
    margin-left: auto;
  }
  header.cbp-af-header-shrink,
  header > div,
  header .bg-line,
  header {
    height: 55px;
  }
  header.cbp-af-header-shrink .header__logo,
  header .header__logo {
    padding: 2px 15px 5px;
  }
  header.cbp-af-header-shrink .header__logo img {
    max-width: 100%;
    left: 0;
  }
  header .header__block-right {
    width: calc(100% - 78px);
  }
  .block-down {
    height: 55px;
  }
  .txt-bold.line-act.name-block-blue,
  .name-block-blue {
    display: flex;
    justify-content: center;
  }
  .h2-play.name-block-blue {
    margin-top: 5px;
    margin-bottom: 35px;
  }
  .sold .sold-right .slide {
    margin-left: 10px;
    margin-right: 10px;
  }
  .change-pos,
  .change-pos2 {
    opacity: 0.4;
    transform: scale(0.9);
    transition: all 0.2s;
    position: relative;
  }
  .change-pos {
    left: 10px;
  }
  .change-pos2 {
    left: -10px;
  }
  .our_win::before {
    content: "";
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    background-image: url(/local/templates/main/css/../img/shadow-about.png);
    width: 133px;
    height: 136px;
    right: 0;
    top: 0;
  }
  .container-bg-1 {
    margin-bottom: 0;
  }
  .contacts-ow .block-map::after {
    display: none;
  }
  .contacts-ow .block-map {
    position: relative;
    width: calc(100% + 16px);
    left: 0;
    height: 208px;
    margin-top: 35px;
  }
  .footer .footer__last-line a:last-child {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .footer .footer__last-line {
    flex-direction: column-reverse;
    margin-top: 34px;
  }
  .footer .footer__last-line a {
    font-size: 14px;
    line-height: 18px;
  }
  .footer .footer__content .left-part .open-txt-normal,
  .footer .footer__content .left-part .service {
    margin-bottom: 15px;
  }
  .footer .footer__content .right-part a {
    margin-bottom: 15px;
  }
  .footer .footer__content .right-part {
    margin-top: 30px;
  }
  .footer .footer__content .center-part .socials {
    margin-top: 30px;
  }
  .footer .footer__content .left-part {
    margin-top: 39px;
  }
  .footer .footer__content .center-part .logo {
    margin-bottom: 26px;
  }
  .footer {
    padding: 35px 0 18px;
  }
  .start-partner .five-steps .txt-mobile {
    padding-left: 0;
    margin-top: 0;
  }
  .start-partner .step .txt-step img {
    position: relative;
    top: 1px;
  }
  .start-partner .step.active .txt-step {
    background: #F2F2F2;
    border: 1px solid #BDBDBD;
    color: #333333;
  }
  .start-partner .step.active .txt-step span::before {
    background-image: url(/local/templates/main/css/../img/check.svg);
  }
  .start-partner .step.active .txt-red-partner {
    color: #E52330;
  }
  .start-partner .step.active .txt-step > img:first-of-type {
    display: block;
  }
  .start-partner .step.active .txt-step > img:last-of-type {
    display: none;
  }
  .start-partner .five-steps .steps {
    margin-bottom: 10px;
  }
  .our_win .part-1 .line-one {
    display: none;
  }
  .lic_room .left-part {
    padding-top: 70px;
  }
  .lic_room .elements .pt:first-of-type {
    margin-right: 0;
  }
  .lic_room .elements {
    flex-wrap: wrap;
    margin-top: 41px;
  }
  .lic_room .h2-play, .lic_room .txt-bold.line-act {
    align-items: baseline;
    max-width: 300px;
  }
  .lic_room .txt-bold.line-act::before {
    min-width: 18px;
    position: relative;
    top: -7px;
    right: 0px;
  }
  .lic_room .elements .element {
    max-width: 100%;
    justify-content: left;
  }
  .lic_room .elements .pt {
    width: 100%;
  }
  .lic_room .h2-play {
    margin-bottom: 15px;
  }
  .lic_room {
    top: 0;
    flex-direction: column;
  }
  .process-do .part:nth-of-type(2) .h3-play {
    margin-bottom: 30px;
    margin-top: 14px;
  }
  .process-do .part {
    padding-left: 0;
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
  }
  .process-do .part .h3-play {
    margin-top: 15px;
  }
  .process-do .part .open-txt-normal {
    font-size: 16px;
    line-height: 21px;
  }
  .process-do .part:last-of-type {
    margin-top: 35px;
  }
  .process-do .part:last-of-type {
    align-items: baseline;
  }
  .process-do .part:last-of-type .information .points {
    justify-content: left;
  }
  .process-do .part:first-of-type .h3-play {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    width: 100%;
    font-size: 26px;
    line-height: 30px;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
  }
  .process-do .information .points {
    margin-bottom: 21px;
  }
  .process-do .information {
    max-width: calc(100% - 30px);
    text-align: left;
    margin-right: 16px;
    margin-left: 15px;
    padding-bottom: 35px;
  }
  .process-do .right-part li, .team-b .right-part li {
    margin-left: 0;
  }
  .process-do .right-part li {
    margin-right: 5px;
    margin-left: 5px;
  }
  .process-do .right-part li {
    margin-bottom: 20px;
  }
  .process-do .h2-play {
    margin-bottom: 37px;
  }
  .process-do {
    padding-top: 50px;
    padding-bottom: 15px;
  }
  .process-do {
    padding-right: 15px;
    padding-left: 15px;
  }
  .aukc_company {
    padding-top: 50px;
  }
  .aukc_company .cards .card.active::after {
    display: none;
  }
  .aukc_company .cards .card .open-txt-normal {
    display: none;
  }
  .aukc_company .cards .card .image {
    margin-bottom: 0;
  }
  .aukc_company .cards .card {
    max-width: calc(50% - 28px);
    width: 100%;
    min-height: 145px;
    margin: 0 14px 20px;
  }
  .aukc_company .cards {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    align-items: flex-start;
  }
  .aukc_company .cards .card.active .open-txt-normal {
    position: relative;
    display: block;
    padding: 29px 11px;
    background: #F2F2F2;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
  }
  .aukc_company .cards .card.has_link:nth-child(2n-1).active:hover::after {
    right: -100%;
    transform: translate(76%, 0);
  }
  .aukc_company .cards .card::after {
    transition: none;
  }
  .container-bg-3 {
    display: none;
  }
  .my-cab {
    display: none;
  }
  .aukc_company .cards .card:nth-child(2n).active .open-txt-normal {
    left: 100%;
    transform: translate(-100%, 0);
  }
  .aukc_company .cards .card.active {
    background: transparent;
    padding: 0;
  }
  .aukc_company .cards .card.active .mobile-bl {
    box-shadow: 0 0 21px rgba(51, 51, 51, 0.05);
    border-radius: 1px;
    border: 2px solid #E52330;
    box-sizing: border-box;
    width: calc(100% + 8px);
    min-height: 160px;
    padding: 22px 14px 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    margin: -7.5px 0 20px;
    justify-content: center;
    z-index: 2;
    background: #F2F2F2;
  }
  .aukc_company .cards .card:nth-child(2n).active .mobile-bl {
    position: relative;
    left: -8px;
  }
  .aukc_company .cards .card.active .open-txt-normal::before {
    background-image: url(/local/templates/main/css/../img/why-we-rect-1.png);
    left: 0;
    top: 0;
    width: 112px;
    height: 133.5px;
  }
  .aukc_company .cards .card.active .open-txt-normal::after, .aukc_company .cards .card.active .open-txt-normal::before {
    content: "";
    background-repeat: no-repeat;
    display: block;
    position: absolute;
  }
  .aukc_company .cards .card.active .open-txt-normal::after {
    width: 112px;
    height: 113px;
    right: 0;
    bottom: 3px;
    background-image: url(/local/templates/main/css/../img/why-we-rect-2.png);
  }
  .process-do .right-part li {
    width: 160px;
  }
  .process-do .h2-play, .process-do .txt-bold.line-act {
    text-align: left;
    justify-content: left;
  }
  .right-menu-slide {
    min-width: 100%;
    width: 100%;
    height: 100%;
    right: -100%;
    padding: 15px 20px 51px;
  }
  .content {
    margin-top: 55px;
  }
  .right-menu-slide .menu li {
    margin-bottom: 30px;
  }
  .right-menu-slide .header-sl {
    margin-bottom: 50px;
  }
  .right-menu-slide .socials {
    margin-bottom: 40px;
  }
  .sold .sold-left .cont-info {
    margin-top: -86px;
    top: 0;
  }
  .sold .sold-left .cont-info p.open-txt-normal {
    position: relative;
    left: 3px;
  }
  .top-header, .block-down {
    padding-right: 15px;
  }
  .sold .sold-left .cont-info form .button-basic {
    width: 100%;
  }
  .sold .sold-left .cont-info form .txt-small-grey {
    text-align: left;
    max-width: 267px;
    margin-left: 0;
  }
  .sold .sold-left .cont-info form .input-basic {
    width: 100%;
  }
  .sold .sold-left .cont-info p.open-txt-normal {
    text-align: left;
  }
  .sold .sold-left .cont-info h1 {
    text-align: left;
    max-width: 300px;
    left: 0;
  }
  .sold .sold-left::before {
    width: 262px;
    height: 192px;
    display: none;
  }
  .sold .sold-right {
    padding-left: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .why-we .cards .card .padding-t {
    display: none;
  }
  .why-we .cards .card .logo {
    position: initial;
    transform: translate(0, 0);
    width: 100%;
    height: 90px;
  }
  .why-we .cards .card .padding-t .info {
    padding: 0 8px 20px 8px;
    box-sizing: border-box;
  }
  .why-we .cards .card.active .logo ~ div {
    display: block;
    padding-top: 15px;
    width: 330px;
    margin-bottom: -5px;
  }
  .why-we .cards .card:nth-child(3n-1).active .logo ~ div {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .why-we .cards .card:nth-child(3n).active .logo ~ div {
    left: 100%;
    transform: translate(-100%, 0);
    position: relative;
  }
  .why-we .cards .card:nth-child(3n-2).active .logo {
    width: calc(100% + 15px);
    height: 105px;
  }
  .why-we .cards .card:nth-child(3n-1).active .logo {
    width: calc(100% + 15px);
    height: 105px;
    margin-left: -7.5px;
  }
  .why-we .cards .card:nth-child(3n).active .logo {
    width: calc(100% + 15px);
    height: 105px;
    margin-left: -15px;
  }
  .why-we .cards .card {
    width: calc(33.333% - 30px);
    position: relative;
  }
  .why-we .cards .card.active {
    margin-top: -7.5px;
  }
  .why-we {
    padding-top: 26px;
  }
  .why-we .cards .card {
    margin-bottom: 25px;
    transition: none;
  }
  .why-we .h2-play {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 43px;
  }
  .sold .sold-right .card__info {
    padding: 10px 15px 18px 10px;
  }
  .sold .sold-right .card__info .price-car {
    font-size: 20px;
    line-height: 27px;
  }
  .sold .sold-right .card__info .more-info.on-aukcion span:last-of-type {
    font-size: 15px;
    line-height: 20px;
  }
  .sold .sold-right .card__info .more-info {
    font-size: 14px;
    line-height: 19px;
  }
  .sold .sold-right .card__info .name-car {
    font-size: 20px;
    line-height: 26px;
  }
  .why-we {
    padding-left: 0;
    padding-right: 0;
  }
  .why-we .cards {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }
  .sold .sold-right .paginator {
    padding-left: 14px;
    padding-right: 16px;
    margin-top: 15px;
  }
  .sold .sold-left::after {
    width: 127px;
    height: 175px;
    top: 22px;
  }
  .why-we .cards .card {
    margin-left: 15px;
    margin-right: 15px;
  }
  .mobile-buttom-open-popup,
  .mobile-buttom-open-popup2 {
    height: 55px;
    width: 100%;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    display: flex;
    cursor: pointer;
  }
  .start-partner {
    padding-top: 50px;
  }
  .start-partner .five-steps .steps {
    margin-top: 35px;
  }
  .start-partner .step .txt-step {
    padding-left: 19px;
    padding-right: 25px;
  }
  .start-partner .five-steps .txt-mobile {
    width: 100%;
    padding-right: 0;
  }
  .our_win::before {
    display: none;
  }
  .start-partner .step .txt-step > img {
    margin-right: 28px;
  }
  .mobile-buttom-open-popup2 {
    margin-top: 10px;
  }
  .popup-card.take-access .giv-access .left-part {
    padding-top: 0;
    padding-bottom: 0;
  }
  .popup-card.take-access .giv-access {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
  }
  .popup-card.take-access .giv-access .left-part form .txt-small-grey {
    margin-top: 0;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 305px;
    line-height: 16px;
  }
  .popup-card.take-access .giv-access .left-part form {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .popup-card.take-access .block-for-input {
    width: 100%;
  }
  .sold .sold-right .card {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  .popup-card.take-car .txt-small-grey {
    line-height: 16px;
    max-width: 264px;
    width: 100%;
    text-align: left;
    padding-left: 0;
  }
  .popup-card.take-car .txt-small-grey a {
    color: inherit;
  }
  .popup-card {
    padding: 65px 17px 50px 18px;
    box-sizing: border-box;
    max-width: calc(100% - 20px);
  }
  .popup-card.buy-now,
  .popup-card.buy-in-credit-now,
  .found-less-now,
  .popup-card.popup-form {
    padding: 60px 12px 62px 13px;
  }
  .popup-card .closer-block {
    right: 15px;
    top: 15px;
  }
  .take-car .sold {
    top: 0;
    max-width: 305px;
    width: 100%;
  }
  .take-car .sold .sold-left {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    border: 0;
  }
  .take-car .sold .sold-left .cont-info {
    margin-top: 0;
  }
  .take-car .sold .sold-left::before {
    display: none;
  }
  .sold .sold-left {
    padding-left: 12px;
    padding-right: 18px;
    padding-bottom: 46px;
  }
  .sold .sold-right .card:hover .transfer-open {
    display: none;
  }
  .connect-us {
    margin-top: 25px;
  }
  .centerBlockBig {
    position: relative;
  }
  .centerBlock {
    max-width: 230px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }
  .prev-access-main,
  .next-access-main {
    display: block;
    background: transparent;
    top: 50%;
    position: absolute;
  }
  .prev-access-main:hover,
  .next-access-main:hover {
    background: transparent;
  }
  .prev-car,
  .prev-cards,
  .next-car,
  .next-cards {
    display: block;
    background: transparent;
  }
  .prev-car:hover,
  .prev-cards:hover,
  .next-car:hover,
  .next-cards:hover {
    background: transparent;
  }
  .prev-car, .prev-cards {
    transform: rotate(180deg);
  }
  .our_win .part-2 .elements .element {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .prev-access-main {
    transform: rotate(180deg);
    left: 0;
    top: 48%;
  }
  .our_win .part-2 .elements .element .rd-txt {
    font-size: 51px;
    line-height: 67px;
  }
  .our_win .part-2 .element .txt-bold {
    font-size: 21px;
    line-height: 29px;
  }
  .next-access-main {
    right: 0;
  }
  .catalog {
    padding-top: 43px;
    padding-bottom: 50px;
    top: -6px;
  }
  .catalog .open-all {
    margin-top: 21px;
    left: 2px;
  }
  .h2-play {
    font-size: 36px;
    line-height: 42px;
  }
  .catalog .category-cars li {
    min-width: 160px;
    max-width: 160px;
    margin-left: 5px;
    margin-right: 5px;
    box-sizing: border-box;
    height: 55px;
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .catalog .category-cars {
    flex-wrap: nowrap;
    overflow: auto;
    scrollbar-width: none;
  }
  .catalog .category-cars::-webkit-scrollbar {
    display: none;
  }
  .catalog .category-cars li.active {
    font-size: 15px;
    line-height: 19px;
  }
  .catalog .category-cars li:last-child {
    margin-bottom: 0;
  }
  .catalog .cards .card {
    margin-left: 10px;
    margin-right: 10px;
    max-width: 280px;
    min-width: 280px;
  }
  .catalog .category-cars {
    margin-top: 35px;
    justify-content: left;
    padding-left: 9px;
    padding-right: 9px;
    scrollbar-color: #1D3359;
    scrollbar-width: thin;
  }
  .catalog .category-cars::-webkit-scrollbar-thumb {
    background-color: #1D3359;
    box-shadow: none;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0;
  }
  .catalog .category-cars::-webkit-scrollbar {
    width: 3px;
    height: 6px;
  }
  .catalog .cards .card .img-car {
    margin-top: 0;
  }
  .five-steps-bl {
    margin-top: -6px;
    padding: 50px 15px 50px 16px;
  }
  .five-steps-bl .step:not(.active) .circle {
    min-width: 60px;
    height: 60px;
  }
  .five-steps-bl .step.active .circle::after {
    display: none;
  }
  .five-steps-bl .step .circle:after {
    height: 23px;
    bottom: -23px;
  }
  .five-steps-bl .step:not(.active) .circle::before {
    min-width: 50px;
    height: 50px;
  }
  .txt-mobile {
    top: -8px;
    margin-bottom: 17px;
  }
  .five-steps-bl .step.active .circle {
    position: relative;
    left: -4px;
  }
  .five-steps-bl .step {
    margin-bottom: 23px;
  }
  .five-steps-bl .step .txt-step {
    min-height: 60px;
  }
  .five-steps-bl .five-steps, .five-steps-bl .right-part {
    margin-top: 31px;
  }
  .five-steps-bl .step:not(.active) .circle {
    margin-right: 19px;
  }
  .aukc_company .cards {
    margin-top: 40px;
  }
  .container-bg-3 {
    margin-bottom: 30px;
  }
  .giv-access {
    flex-direction: column;
    margin-top: 50px;
  }
  .giv-access .right-part {
    top: 0;
  }
  .giv-access .left-part {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .giv-access .left-part .h2-play {
    margin-bottom: 42px;
  }
  .lic_room .right-part {
    display: none;
  }
  .lic_room .image-mobile {
    display: block;
    max-width: calc(100% + 30px);
    position: relative;
    left: -15px;
    margin-left: auto;
    margin-right: auto;
  }
  .lic_room .access .give-access {
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 44px;
  }
  .lic_room .access form {
    flex-direction: column;
    align-items: center;
  }
  .lic_room .access form .block-for-input {
    margin-right: 0;
    margin-bottom: 15px;
    max-width: 305px;
  }
  .lic_room .access form .input-basic {
    height: 50px;
  }
  .our_win {
    top: 0;
    padding: 0 0 47px;
  }
  .our_win .part-2 {
    padding-left: 17px;
    padding-right: 17px;
  }
  .our_win .semi-size-txt {
    font-size: 17px;
    line-height: 22px;
  }
  .our_win .part-2 .elements .element .rd-txt {
    display: flex;
    align-items: baseline;
  }
  .our_win .part-2 .elements {
    align-items: baseline;
    position: relative;
    flex-wrap: nowrap;
  }
  .our_win .part-2 .element .txt-bold {
    text-align: center;
    justify-content: center;
  }
  .our_win .part-2 .elements .element {
    margin-bottom: 5px;
  }
  .our_win .part-1 {
    padding-left: 15px;
    padding-right: 15px;
    width: calc(100% - 30px);
  }
  .vacancies-content .our_win .part-1 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .our_win .part-2 .elements {
    margin-top: 41px;
  }
  .our_win .part-2 .h2-play {
    margin-bottom: 21px;
  }
  .lic_room .access form .button-basic {
    height: 55px;
    margin-top: 5px;
    max-width: 305px;
    width: 100%;
  }
  .lic_room .access {
    margin-top: 40px;
  }
  .lic_room .elements .element .circle.bg-circle {
    margin-right: 22px;
  }
  .lic_room .left-part {
    padding-left: 15px;
    padding-right: 15px;
  }
  #scroll_top {
    right: 19px;
  }
  .team-b {
    padding-top: 50px !important;
    padding-bottom: 0;
  }
  .team-b .right-part li {
    min-width: 160px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    max-width: 160px;
  }
  .contacts-ow::after {
    display: none;
  }
  .team-b .open-all {
    left: 2px;
    margin-top: 18px;
    top: 2px;
  }
  .contacts-ow .information {
    display: block;
  }
  .contacts-ow:not(.new-section-contacts) .tabs {
    flex-wrap: wrap;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  .contacts-ow .information .info {
    max-width: calc(100% - 46px);
    margin-right: 23px;
    margin-left: 23px;
  }
  .contacts-ow:not(.new-section-contacts) .tabs {
    margin-bottom: 24px;
  }
  .contacts-ow .information .info .open-txt-normal.location {
    margin-bottom: 26px;
  }
  .contacts-ow .information .socials {
    margin-top: 29px;
    left: 4px;
    justify-content: center;
  }
  .contacts-ow .left-part {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .contacts-ow .tabs li.active::before,
  .contacts-section::after {
    display: none;
  }
  .contacts-ow .left-part {
    padding-left: 0;
    padding-right: 0;
  }
  .contacts-ow:not(.new-section-contacts) .tabs li {
    min-width: 160px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    max-width: 160px;
  }
  .contacts-ow .h2-play, .contacts-ow .txt-bold.line-act {
    text-align: center;
    justify-content: center;
  }
  .have_question .left-part .semi-size-txt {
    font-size: 15px;
    line-height: 20px;
  }
  .have_question .left-part .semi-size-txt {
    display: none;
  }
  .have_question::before {
    display: none;
  }
  .have_question .right-part {
    margin-top: 34px;
  }
  .have_question {
    padding-top: 49px;
    padding-bottom: 51px;
  }
  .have_question .left-part .semi-size-txt {
    margin-top: 40px;
  }
  .have_question .inf-bl {
    padding-left: 15px;
    padding-right: 15px;
  }
  .have_question::after {
    display: none;
  }
  .have_question::before {
    background-image: url("/local/templates/main/css/../img/tire-shadow-quest-mobile.png");
    width: 364px;
    height: 140px;
  }
  .have_question .h2-play {
    margin-bottom: 20px;
  }
  .have_question .semi-size-txt span:not(:first-child) {
    margin: 0;
  }
  .have_question .right-part .txt-small-grey {
    margin-top: 20px;
  }
  .team-b .right-part {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
  }
  .catalog .cards {
    display: flex;
    flex-wrap: nowrap;
    justify-content: left;
    position: relative;
  }
  .why-we .cards .card .card-name {
    padding-top: 16px;
  }
  .header-page .h2-play {
    margin-top: 40px;
    margin-bottom: 15px;
  }
  .block-wrap .our_win {
    padding-top: 35px;
    padding-bottom: 21px;
  }
  .block-wrap .our_win .part-1 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .block-wrap .our_win .part-2 .txt-opis {
    font-size: 16px;
    line-height: 21px;
  }
  .block__button {
    margin-top: 30px;
    margin-bottom: 50px;
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  .rg-image {
    min-height: 300px;
    max-height: 300px;
  }
  .content-delivery .sold .sold-left .cont-info h1,
  .content-delivery .sold .sold-left .cont-info .h1-play,
  .content-delivery .have_question .h2-play {
    margin-left: 0;
    text-align: left;
  }
  .content-delivery .content-partnership .list--vacancies .info-vac {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .content-delivery .sold.fir-bl .sold-left .cont-info form {
    margin-left: 0;
    max-width: 100%;
  }
  .content-delivery .have_question .txt-bold.line-act {
    justify-content: flex-start;
  }
  .content-delivery .have_question .right-part {
    margin-left: 0;
    max-width: 100%;
  }
  .content-delivery .have_question .right-part .input-basic,
  .content-delivery .have_question .right-part .button-basic {
    max-width: 100%;
  }
  .content-delivery .have_question .left-part {
    margin-left: 0;
  }
  .content-delivery .sold .sold-left .cont-info .txt-bold.line-act {
    justify-content: flex-start;
  }
  .minimized {
    max-height: 75px;
  }
  .details-vacancies .need-help .right-part .name-person {
    font-size: 26px;
    line-height: 34px;
  }
  .details-vacancies .need-help .right-part > img {
    max-width: calc(100% + 30px);
    position: relative;
    left: -15px;
  }
  .details-vacancies .need-help .right-part .link-ob {
    font-size: 17px;
    line-height: 22px;
  }
  .details-vacancies .all-img-partner a img {
    max-width: 140px;
  }
  #elementContainer #moreImagesLeftButton::before,
  #elementContainer #moreImagesRightButton::before {
    min-width: 35px;
    height: 35px;
    background-size: cover;
  }
  #elementContainer #moreImagesLeftButton:hover::before,
  #elementContainer #moreImagesRightButton:hover::before {
    background-position: -35px 0;
  }
  .details .share-txt {
    text-align: left;
  }
  .details .socials {
    justify-content: left;
  }
  .catalog-container .cards .item .rt-pt .block-price .on-aukcion {
    width: 100%;
    justify-content: space-between;
  }
  .details .desc-block .left-part .open-txt-normal {
    font-size: 16px;
    line-height: 21px;
  }
  .details {
    margin-bottom: 44px;
  }
  .details .desc-block .right-part {
    padding-top: 30px;
  }
  .details .desc-block .right-part .txt-bold {
    font-size: 22px;
    line-height: 29px;
  }
  .details .desc-block .left-part .txt-bold.line-act {
    margin-bottom: 31px;
  }
  .details .block-instr > div:nth-child(1) .h3-play {
    font-size: 26px;
    line-height: 30px;
  }
  #elementContainer #moreImagesRightButton,
  #elementContainer #moreImagesLeftButton {
    min-width: 35px;
    max-width: 35px;
  }
  #elementContainer #moreImagesRightButton > img,
  #elementContainer #moreImagesLeftButton > img {
    max-width: 35px;
  }
  .details .more-info .left-part .item-m .lf-m .block-image {
    margin-right: 12px;
  }
  .details .more-info .left-part {
    margin-right: 0;
    margin-top: 15px;
  }
  .details .block-instr {
    margin-top: 30px;
  }
  .details .desc-block .right-part {
    padding-right: 13px;
    padding-left: 12px;
    min-width: 100%;
  }
  .details .buttons .raz-money {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }
  .details .desc-block .right-part {
    border-left: 1px solid #F2F2F2;
  }
  .details .desc-block .right-part .open-txt-normal {
    text-align: center;
  }
  .details .desc-block .left-part .open-txt-normal {
    background: transparent;
    border: 0;
    padding: 0;
  }
  .details .extra-info .item {
    display: block;
  }
  .details .extra-info .item .lf-m {
    margin-bottom: 5px;
  }
  .details .desc-block .right-part .txt-bold {
    text-align: center;
  }
  .details .desc-block .right-part .block-for-input,
  .details .desc-block .right-part button {
    max-width: 100%;
  }
  .details .block-info-aukc > div {
    width: 100%;
    justify-content: space-between;
  }
  .details .extra-info .txt-bold {
    max-width: 212px;
    margin-left: auto;
    margin-right: auto;
    left: 11px;
    text-align: center;
    margin-bottom: 32px;
  }
  .details .desc-block .right-part {
    padding-bottom: 27px;
  }
  .details .extra-info .txt-bold::before {
    position: absolute;
    left: -23px;
    top: 12px;
  }
  .details .buttons .buy {
    margin-right: 0;
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
  }
  .details .bit-buy {
    flex-direction: column;
  }
}
@media (max-width: 425px) {
  .block-down {
    padding-right: 10px;
  }
  .connect-us {
    background-image: url(/local/templates/main/css/../img/auto-main-mobile.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
  }
  .details-action .countdown {
    padding: 10px 10px 21px 9px;
  }
  .details-action .action-element .details-info .button-basic {
    max-width: 100%;
  }
  .details-action .countdown .toch {
    margin-left: 10px;
    margin-right: 10px;
  }
  .details-vacancies .partners-section .txt-bold.line-act {
    /*max-width: 190px;*/
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .details-vacancies .partners-section .txt-bold.line-act::before {
    position: absolute;
    left: 10px;
    top: 13px;
  }
  .details-new .content-new .left-part .teh-har .txt-bold.line-act {
    max-width: 195px;
    margin-left: auto;
    margin-right: auto;
  }
  .details-new .content-new .left-part .teh-har .txt-bold.line-act::before {
    position: absolute;
    left: -1px;
    top: 12px;
  }
  .details-new .content-new .left-part .chat .write-txt .block-txt button {
    max-width: 100%;
  }
  .tracking .five-steps-bl .step .txt-step {
    width: 100%;
  }
  .line-pag-down {
    margin-top: 10px;
  }
  .catalog {
    padding-top: 50px;
  }
  .details .catalog {
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
  }
  .details .extra-info .item .lf-m,
  .details .extra-info .item .rt-m {
    font-size: 16px;
    line-height: 21px;
  }
  .details .extra-info .item {
    padding: 11px 10px 9px;
  }
  .details .desc-block .right-part .open-txt-normal {
    font-size: 15px;
    line-height: 19px;
  }
  .details .block-info-aukc {
    margin-top: 20px;
  }
  .rg-image {
    min-height: 247px;
    max-height: 247px;
    margin-bottom: 3px;
  }
  #elementContainer #moreImagesLeftButton,
  #elementContainer #moreImagesRightButton {
    bottom: 3px;
  }
  .contacts-ow:not(.new-section-contacts) .tabs li {
    width: 100%;
    max-width: 329px;
  }
  .contacts-ow .tabs li.active {
    font-size: 19px;
    line-height: 22px;
  }
  .contacts-ow:not(.new-section-contacts) .tabs {
    margin-top: 35px;
  }
  .have_question .right-part .input-basic {
    max-width: 100%;
  }
  .have_question .right-part .button-basic {
    max-width: 100%;
  }
  .have_question .h2-play, .have_question .txt-bold.line-act {
    text-align: left;
    justify-content: left;
  }
  .have_question .left-part {
    text-align: left;
  }
  .have_question .right-part {
    max-width: 100%;
  }
  .contacts-ow .information .info {
    margin-right: 16px;
    margin-left: 16px;
    max-width: 100%;
  }
  .contacts-ow .block-map {
    width: calc(100% + 30px);
    left: -14px;
    max-width: calc(100% + 30px);
  }
  .team-b .cont .element {
    max-width: 300px;
  }
  .our_win .video-link img:nth-child(1) {
    width: 100%;
  }
  .details-vacancies .our_win .video-link img:nth-child(1) {
    width: auto;
  }
  .our_win .line-one a:nth-child(2) img:nth-child(1) {
    margin-top: 10px;
  }
  .our_win .line-one a:nth-child(2),
  .our_win .line-one a:nth-child(1) {
    margin: 0;
    position: relative;
    display: block;
    line-height: 0;
  }
  .lic_room .elements .element {
    max-width: 286px;
    margin-left: 0;
  }
  .giv-access .left-part form,
  .giv-access .left-part .h2-play {
    left: 0;
    padding-left: 29px;
    text-align: left;
    justify-content: left;
    padding-right: 26px;
    width: calc(100% - 54px);
    max-width: calc(100% - 54px);
  }
  .catalog .cards .card .img-car {
    margin-top: 0;
  }
  .catalog .cards .card a.name-car {
    justify-content: left;
    margin-top: 5px;
  }
  .catalog .cards {
    margin-top: 20px;
  }
  .connect-us .left-part .h2-play, .connect-us .left-part .txt-bold {
    text-align: center;
    justify-content: center;
    padding-left: 12px;
    padding-right: 12px;
  }
  .connect-us .right-part {
    margin-right: 0;
    margin-top: 20px;
  }
  .connect-us {
    padding-bottom: 35px;
    padding-top: 35px;
    background-position: 0 77%;
  }
  .connect-us .right-part .link {
    margin-bottom: 13px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .connect-us .h2-play {
    font-size: 26px;
    line-height: 34px;
  }
  .connect-us .right-part .link {
    width: 100%;
  }
  .connect-us .right-part .link:last-of-type {
    margin-right: 10px;
  }
  .connect-us .right-part {
    display: flex;
    flex-wrap: wrap;
  }
  .connect-us .left-part {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .connect-us .left-part .h2-play {
    margin-top: 0;
  }
  .have_question .right-part .wrap-select-st input.input-basic {
    display: inline-flex;
    max-width: calc(100% - 80px);
  }
}
@media (max-height: 600px) {
  .right-menu-slide {
    height: 100%;
  }
  .popup-card.buy-now,
  .popup-card.buy-in-credit-now,
  .found-less-now,
  .popup-card.popup-form {
    padding: 60px 12px 62px 13px;
  }
  .right-menu-slide .menu {
    margin-top: 40px;
  }
  .right-menu-slide .phones {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (max-height: 450px) {
  .popup-card.buy-now,
  .popup-card.buy-in-credit-now,
  .found-less-now,
  .popup-card.popup-form {
    padding: 30px 0;
    max-height: calc(100% - 10px);
  }
  .popup-card.raz-money-now {
    max-height: calc(100% - 10px);
  }
  .popup-card .txt-small-grey {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: left;
    position: relative;
    left: 5px;
  }
  .popup-card.buy-now > div, .popup-card.buy-in-credit-now > div, .found-less-now > div, .popup-card.popup-form > div {
    padding-left: 16px;
    padding-right: 16px;
    overflow: auto;
    width: 100%;
    box-sizing: border-box;
  }
}
@media (min-width: 1040px) {
  .margin-block-top {
    margin-top: 80px;
  }
}/*# sourceMappingURL=main.css.map */
/* End */
/* /local/templates/main/css/main.css?1752212583330294 */
