/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 1 окт. 2020 г., 10:11:05
    Author     : nikola
*/
@font-face {
  font-family: "Open Sans";
  src: url(/fonts/open_sans/OpenSans-Regular.woff) format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Raleway";
  src: url(/fonts/raleway/Raleway-Regular.woff) format("woff");
  font-weight: normal;
}
body,
body * {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  width: 100%;
}
.popup_open {
  overflow: hidden;
}
.popup_open .popup_form_bg {
  display: block;
}
body {
  height: 100%;
  color: #030303;
  font-family: "Open Sans", sans-serif;
  background-color: #ffffff;
  font-weight: 400;
  line-height: 1.5;
}
#wrapper {
  min-height: 100%;
  max-width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.inner {
  width: 1170px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .inner {
    width: 94%;
  }
}
#page {
  display: flex;
  flex-direction: column;
  /*    height: 100%;*/
  position: relative;
  overflow: hidden;
}
#content > .inner {
  display: flex;
}
#content > .inner:before {
  content: "";
  width: calc((100vw - 1170px) / 2);
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(242, 242, 242, 0.7);
  left: calc(-1 * ((100vw - 1170px) / 2));
}
@media screen and (max-width: 1200px) {
  #content > .inner:before {
    width: 100vw;
    left: calc(-1 * 100vw);
  }
}
@media screen and (max-width: 881px) {
  #content > .inner:before {
    display: none;
  }
}
#content > .inner:after {
  content: "";
  width: calc((100vw - 1170px) / 2);
  height: 100%;
  position: absolute;
  top: 1.5px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 23.67%,
    #ffffff 59%
  );
  right: calc(-1 * ((100vw - 1170px) / 2));
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  #content > .inner:after {
    display: none;
  }
}
#content .main {
  width: calc(1170px - 220px);
  padding-left: 52px;
  padding-top: 45px;
  padding-bottom: 85px;
}
#content .main:not(.main-page) {
  padding-top: 30px;
}
@media screen and (max-width: 1200px) {
  #content .main {
    width: calc(94% - 180px);
    padding-left: 25px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 881px) {
  #content .main {
    padding-left: 0;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
h1 {
  font-family: "Raleway";
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: -0.01em;
  color: #030303;
}
h2 {
  font-family: "Raleway";
  font-weight: 600;
  font-size: 35px;
  color: #191919;
}
a {
  color: #262626;
  text-decoration: none;
  transition: 0.3s all;
  border: 1px solid transparent;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}
.name {
  display: flex;
  align-items: center;
}
.name .edit {
  display: flex;
  align-items: center;
  justify-content: center;
}
.name .profile-link {
  font-size: 18px;
  color: #030303;
  font-weight: 500;
  transition: 0.3s all;
  font-family: "Raleway";
}
@media screen and (max-width: 600px) {
  .name .profile-link {
    font-size: 15px;
  }
}
@media screen and (max-width: 475px) {
  .name .profile-link {
    margin-bottom: 15px;
  }
}
.name svg {
  width: 15px;
  height: 15px;
  fill: #8b8b8b;
  margin-left: 9px;
  cursor: pointer;
}
.name:hover svg {
  fill: #ce1530;
}
.row {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 20px 0 15px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 475px) {
  .row {
    padding: 15px 0 15px;
    position: relative;
  }
}
.data {
  display: flex;
  margin-left: -25px;
}
@media screen and (max-width: 1100px) {
  .data {
    flex-wrap: wrap;
    margin-right: 10px;
    margin-bottom: 18px;
  }
}
.data .data_item {
  font-size: 15px;
  color: #8b8b8b;
  margin-left: 25px;
  display: flex;
  min-width: 160px;
}
.data .data_item:last-child {
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .data .data_item {
    font-size: 14px;
  }
}
.data .data_item span {
  margin-left: 3px;
}
.about_block {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 475px) {
  .about_block {
    flex-direction: column;
  }
}
.vote {
  margin-left: 20px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 475px) {
  .vote {
    top: 4px;
    right: 0;
    position: absolute;
  }
}
.vote svg {
  fill: #8e8e8e;
  width: 34px;
  height: 34px;
}
.vote svg:hover {
  background: rgba(242, 242, 242, 0.5);
}
.vote:hover svg,
.vote:checked svg,
.vote:focus svg {
  fill: #0f0f0f;
}
.under_vote {
  display: none;
  position: absolute;
  top: 23px;
  right: -10px;
  list-style: none;
  width: 209px;
  padding: 0;
  z-index: 10;
  border-radius: 3px;
  transition: 0.3s all;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  box-shadow: 2px 2px 10px rgba(168, 168, 168, 0.25);
}
.under_vote li {
  font-size: 14px;
  color: #030303;
  padding: 15px 17px 16px;
  position: relative;
}
.under_vote li a {
  display: block;
  font-size: 14px;
  color: #030303;
  border: none;
}
.under_vote li:before {
  border-bottom: 1px solid #e2e2e2;
  width: 90%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  content: "";
}
.under_vote li:last-child:before {
  display: none;
}
button {
  display: inline-flex;
  background: #fff;
  border: 1px solid #1f1f1f;
  color: #1f1f1f;
  min-width: 196px;
  font-weight: 500;
  padding: 11px 0;
  height: 45px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s all;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
button:hover {
  border: 1px solid #cf2439;
  color: #fff;
  background: #cf2439;
}
input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
input[type="submit"],
.close-msg-btn {
  border: none;
  display: inline-block;
  background: #ce1530;
  color: #fff;
  padding: 15px 0;
  height: 55px;
  font-size: 18px;
  transition: 0.3s all;
  cursor: pointer;
  font-weight: bold;
  line-height: 1;
}
input[type="submit"]:hover,
.close-msg-btn:hover {
  background: #9e0f24;
}
@media screen and (max-width: 475px) {
  input[type="submit"],
  .close-msg-btn {
    font-size: 14px;
    width: 100%;
    height: 45px;
  }
}
@media screen and (max-width: 360px) {
  input[type="submit"],
  .close-msg-btn {
    min-width: 100%;
  }
}
#specials #special-block {
  width: calc(100vw - ((100vw - 1170px) / 2) - 276px);
  margin-bottom: 55px;
  margin-left: 0.5px;
}
@media screen and (max-width: 881px) {
  #specials #special-block {
    margin: 0;
    width: 97vw;
  }
}
@media screen and (max-width: 1200px) {
  #specials .block_up a {
    left: calc(100vw - 48%);
  }
}
@media screen and (max-width: 1100px) {
  #specials .block_up a {
    left: calc(99vw - 50%);
  }
}
@media screen and (max-width: 1100px) {
  #specials .block_up a {
    left: calc(94vw - 50%);
  }
}
#specials .special_arrows {
  display: flex;
  justify-content: space-between;
}
#specials .special_arrows .special_prev {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-right: 7px;
  transition: 0.3s all;
}
#specials .special_arrows .special_prev svg {
  width: 26px;
  height: 8px;
  fill: #bdbec1;
  margin-left: 9px;
}
#specials .special_arrows .special_prev:hover {
  background: rgba(242, 242, 242, 0.5);
}
#specials .special_arrows .special_prev:hover svg {
  fill: #030303;
}
#specials .special_arrows .special_next {
  transform: rotate(180deg);
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.3s all;
  padding-right: 7px;
}
#specials .special_arrows .special_next svg {
  width: 26px;
  height: 8px;
  fill: #bdbec1;
  margin-left: 9px;
}
#specials .special_arrows .special_next:hover {
  background: rgba(242, 242, 242, 0.5);
}
#specials .special_arrows .special_next:hover svg {
  fill: #030303;
}
#specials .special_block {
  border-radius: 5px 5px 0px 0px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: auto;
  position: relative;
}
#specials .special_block a {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  content: "";
}
#specials .special_image {
  display: block;
  width: 100%;
  padding-bottom: 52%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#specials .special_desc {
  padding: 16px 22px 20px;
  border: 1px solid #eaeaea;
  font-size: 18px;
  color: #030303;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
#specials .special_desc span {
  text-align: left;
  line-height: 1.5;
}
#specials .special_desc span:nth-child(1) {
  font-size: 14px;
  color: #848484;
}
@media screen and (max-width: 640px) {
  #specials .special_desc span {
    font-size: 13px;
  }
}
@media screen and (max-width: 640px) {
  #specials .special_desc {
    padding: 12px 0 0 0;
    border: 1px solid transparent;
  }
}
.swiper-container {
  width: 100%;
  height: 100%;
}
#enter_page {
  background: #fff;
  width: 100%;
  display: flex;
  position: relative;
}
#enter_page .inner {
  width: auto;
  height: 90vh;
  display: flex;
  align-items: center;
}
@media (max-width: 881px) and (orientation: landscape) {
  #enter_page .inner {
    height: 100vw;
  }
}
@media screen and (max-width: 881px) {
  #enter_page .inner {
    width: 94%;
    justify-content: center;
  }
}
#enter_page h1 {
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
  #enter_page h1 {
    font-size: 20px;
  }
}
#enter_page h1 + span {
  font-size: 15px;
  text-align: center;
  color: #f80000;
  position: relative;
  top: -15px;
  left: -50%;
  transform: translateX(50%);
  display: block;
  opacity: 0;
  margin-bottom: 4px;
}
#enter_page .form_background {
  display: block;
  opacity: 1;
  background-image: url(/img/car.jpg);
  content: "";
  position: relative;
  top: 0;
  right: 0;
  z-index: 0;
  height: 100vh;
  background-position: center;
  width: calc(100vw - 38%);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 881px) {
  #enter_page .form_background {
    display: none;
  }
}
#enter_page .form_window {
  min-height: 429px;
  width: 25vw;
  max-width: 472px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  #enter_page .form_window {
    width: 29vw;
  }
}
@media screen and (max-width: 881px) {
  #enter_page .form_window {
    margin: 0 auto;
    width: 100%;
  }
}
#enter_page .input {
  width: 100%;
  border: 1px solid transparent;
  border-bottom: 1px solid #414141;
  font-size: 16px;
  color: #414141;
  padding-bottom: 8px;
}
#enter_page .input:focus {
  outline: none;
}
#enter_page .input.warning {
  border-bottom: 1px solid #fa5c5c;
}
#enter_page .input.warning ~ .border {
  display: none;
}
#enter_page .input ~ .border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #030303;
}
#enter_page .input:focus ~ .border {
  width: 100%;
  transition: 0.5s;
}
#enter_page span {
  font-size: 14px;
  text-align: center;
  color: #414141;
}
#enter_page form {
  width: 95%;
}
#enter_page .enter_button {
  display: flex;
  justify-content: center;
  margin: 22px 0 21px;
}
#enter_page .enter_button input[type="submit"] {
  padding: 15px 30px;
  max-width: 272px;
  width: 272px;
}
#enter_page .forgot_password {
  display: flex;
  justify-content: flex-end;
  position: relative;
  top: -7px;
}
#enter_page .forgot_link {
  color: #ce1530;
  font-size: 15px;
}
#enter_page .form_row {
  position: relative;
  margin-bottom: 33px;
}
#enter_page .form_row.pass {
  margin-bottom: 13px;
}
#enter_page .card {
  position: absolute;
  top: 0;
  right: 12px;
  cursor: pointer;
}
#enter_page .card svg {
  width: 18px;
  height: 12px;
  fill: #030303;
}
#enter_page .eye {
  position: absolute;
  top: -2px;
  right: 9px;
  cursor: pointer;
}
#enter_page .eye svg {
  width: 20px;
  height: 20px;
  fill: #030303;
}
#enter_page .eye.hidden {
  top: 1px;
  right: 2px;
  display: none;
}
#enter_page .eye.hidden svg {
  width: 15px;
  height: 15px;
  stroke: #030303;
}
#enter_page .sign {
  position: absolute;
  top: 6px;
  right: 8px;
  cursor: pointer;
  display: none;
}
#enter_page .sign svg {
  width: 16px;
  height: 16px;
  fill: #fa5c5c;
}
#enter_page .phone {
  position: absolute;
  top: 4px;
  right: 8px;
  cursor: pointer;
}
#enter_page .phone svg {
  width: 18px;
  height: 18px;
  fill: #030303;
}
#enter_page .recovery_form_desc a {
  color: #f80000;
}
#recovery_form input[type="submit"] {
  font-size: 16px;
  min-width: 261px;
}
#recovery_form h1 + span {
  opacity: 1;
  color: #414141;
  margin-bottom: 16px;
}
@media screen and (max-width: 475px) {
  #recovery_form h1 + span {
    font-size: 14px;
    color: #777777;
  }
}
.nav-icon-5 {
  width: 22px;
  height: 14px;
  z-index: 100;
  position: relative;
  cursor: pointer;
  display: inline-block;
  /* position: absolute; */
  top: 0;
  left: 0;
  display: none;
}
@media screen and (max-width: 881px) {
  .nav-icon-5 {
    display: inline-block;
  }
}
.nav-icon-5 span {
  background-color: #343434;
  position: absolute;
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  width: 100%;
  height: 2px;
  transition-duration: 500ms;
}
.nav-icon-5 span:nth-child(1) {
  top: 0px;
  left: 0px;
}
.nav-icon-5 span:nth-child(2) {
  top: 6px;
  left: 0px;
  opacity: 1;
}
.nav-icon-5 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
}
.nav-icon-5:not(.open):hover span:nth-child(1) {
  transform: rotate(-3deg) scaleY(1.1);
}
.nav-icon-5:not(.open):hover span:nth-child(2) {
  transform: rotate(3deg) scaleY(1.1);
}
.nav-icon-5:not(.open):hover span:nth-child(3) {
  transform: rotate(-4deg) scaleY(1.1);
}
.nav-icon-5.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 9px;
}
.nav-icon-5.open span:nth-child(2) {
  opacity: 0;
}
.nav-icon-5.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 9px;
}
.top-header {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.04);
  padding: 23px 0;
}
@media screen and (max-width: 881px) {
  .top-header {
    padding: 13px 0;
    border-bottom: 1px solid #e1e1e1;
    box-shadow: none;
    z-index: 100;
    position: relative;
    background: #fff;
  }
}
.top-header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-header .logo-block {
  display: flex;
  margin-left: -35px;
  align-items: center;
}
.top-header .logo-block .logo {
  margin-left: 35px;
}
.top-header .logo-block .text {
  margin-left: 35px;
  max-width: 350px;
  line-height: 1.2;
  font-size: 14px;
  color: #5c5c5c;
}
@media screen and (max-width: 881px) {
  .top-header .logo-block .text {
    display: none;
  }
}
.top-header .right_header {
  position: relative;
}
.top-header .control_panel {
  display: flex;
  align-items: center;
  margin-left: -22px;
}
@media screen and (max-width: 881px) {
  .top-header .control_panel {
    display: none;
  }
}
.top-header .control_panel .control_item {
  margin-left: 8px;
  cursor: pointer;
  padding: 6px 6px 0;
  display: block;
}
.top-header .control_panel .control_item:hover {
  background: rgba(242, 242, 242, 0.5);
}
.top-header .control_panel .control_item.notice {
  position: relative;
}
.top-header .control_panel .control_item.notice svg {
  width: 23px;
  height: 23px;
  fill: #9d9d9d;
}
.top-header .control_panel .control_item.notice .notice_has {
  width: 7px;
  height: 7px;
  background: #ce1530;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  right: 6px;
}
.top-header .control_panel .control_item.settings svg {
  width: 20px;
  height: 20px;
  stroke: #9d9d9d;
  fill: none;
}
.top-header .control_panel .control_item.exit svg {
  width: 22px;
  height: 17px;
  stroke: #979797;
  fill: none;
}
#footer {
  background: #242424;
  padding: 50px 0 120px;
}
@media screen and (max-width: 580px) {
  #footer {
    padding: 16px 0 92px;
  }
}
#footer .inner {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media screen and (max-width: 881px) {
  #footer .inner {
    flex-direction: column;
  }
}
#footer .socials {
  display: flex;
  margin-left: -15px;
}
#footer .socials .social {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  margin-left: 15px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#footer .socials .fb svg {
  width: 6px;
  height: 12px;
  fill: #232323;
}
#footer .socials .telega svg {
  width: 15px;
  height: 15px;
  fill: #232323;
}
#footer .socials .vb svg {
  width: 14px;
  height: 14px;
  fill: #232323;
}
#footer .socials .wa svg {
  width: 17px;
  height: 17px;
  fill: #232323;
}
#footer .socials .vk svg {
  width: 14px;
  height: 14px;
  fill: #232323;
}
#footer .footer_left {
  width: 70%;
  margin-bottom: 6px;
}
@media screen and (max-width: 881px) {
  #footer .footer_left {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #footer .footer_left {
    width: 100%;
  }
}
#footer .footer_menu {
  list-style: none;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 580px) {
  #footer .footer_menu {
    flex-direction: column;
  }
}
#footer .footer_menu li {
  margin-right: 10%;
}
@media screen and (max-width: 580px) {
  #footer .footer_menu li {
    margin-bottom: 20px;
    margin-right: 5%;
  }
}
#footer .footer_menu li a {
  text-decoration: none;
  font-size: 15px;
  color: #ebebeb;
  font-weight: 500;
}
#footer .footer_menu + p {
  font-size: 12px;
  color: #aaaaaa;
}
#footer .footer_right {
  display: flex;
  flex-direction: column;
  margin-right: 40px;
}
#footer .footer_right span:nth-child(1) {
  font-size: 15px;
  color: #f0f0f0;
  font-weight: 500;
}
#footer .footer_right a {
  margin: 4px 0 0;
  font-weight: 500;
}
#footer .footer_right .tel {
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
}
#footer .footer_right .tel svg {
  width: 13px;
  height: 13px;
  fill: #ececec;
  margin-right: 9px;
}
#footer .footer_right .tel + span {
  font-size: 14px;
  color: #b3b3b3;
  margin-bottom: 12px;
}
#sidebar,
.main-nav {
  width: 220px;
  background: rgba(242, 242, 242, 0.7);
}
@media screen and (max-width: 881px) {
  #sidebar,
  .main-nav {
    display: none;
  }
}
#sidebar .sidebar_left,
.main-nav .sidebar_left {
  padding-right: 20px;
  padding-bottom: 40px;
}
#sidebar .car_owner,
.main-nav .car_owner {
  padding: 55px 0 30px;
}
#sidebar ul,
.main-nav ul {
  list-style: none;
  padding-left: 0;
  padding: 35px 0 22px;
  border-top: 1px solid #e6e6e6;
  margin: 0;
}
#sidebar ul .more,
.main-nav ul .more {
  font-size: 14px;
  color: #8b8b8b;
  text-decoration: underline;
  cursor: pointer;
}
#sidebar ul a,
.main-nav ul a {
  color: #030303;
  transition: 0.3s all;
}
#sidebar ul a:hover,
.main-nav ul a:hover {
  color: #ce1530;
}
#sidebar ul li,
.main-nav ul li {
  font-size: 14px;
  color: #030303;
  margin-bottom: 15px;
}
#sidebar ul li span,
.main-nav ul li span {
  font-size: 18px;
  color: #ce1530;
  font-weight: 500;
}
#sidebar ul li.specials span,
.main-nav ul li.specials span {
  font-size: 14px;
  letter-spacing: -0.01em;
  color: #2e2e2e;
  display: block;
  font-weight: 500;
  margin-left: 38px;
}
#sidebar ul li.specials a,
.main-nav ul li.specials a {
  display: flex;
  width: 100%;
}
#sidebar ul li.specials a:hover span,
.main-nav ul li.specials a:hover span {
  color: #ce1530;
}
#sidebar ul .validity,
.main-nav ul .validity {
  font-size: 12px;
  color: #8b8b8b;
}
#sidebar ul .ul_title,
.main-nav ul .ul_title {
  font-size: 19px;
  color: #333333;
  font-weight: 500;
  margin-bottom: 18px;
  font-family: "Raleway";
}
#sidebar .car_owner .photo,
.main-nav .car_owner .photo {
  width: 82px;
  height: 82px;
  margin-bottom: 8px;
}
#sidebar .car_owner .owner_photo,
.main-nav .car_owner .owner_photo {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background-color: #fff;
  -o-object-fit: cover;
  object-fit: cover;
  margin-left: 4px;
}
.main-nav {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  z-index: 10;
  height: 100%;
  width: 100% !important;
  transition: 0.3s all;
  background-color: #fff;
  padding: 0;
  display: none;
  overflow-y: scroll;
  min-height: 100%;
}
.main-nav .top-header {
  display: none;
}
@media screen and (max-width: 881px) {
  .main-nav .top-header {
    display: block;
  }
}
.main-nav .top-header + .inner {
  padding-bottom: 100px;
  display: none;
}
@media screen and (max-width: 881px) {
  .main-nav .top-header + .inner {
    display: block;
  }
}
.main-nav.toggled {
  display: block;
  width: 100%;
  transform: translateX(-100%);
}
@media screen and (max-width: 881px) {
  .main-nav.toggled {
    transform: translateX(0);
  }
}
.main-nav ul {
  border-top: none;
  padding: 17px 0 0;
}
@media screen and (max-width: 881px) {
  .main-nav {
    display: block;
  }
}
.main-nav .top-header .logo-block .logo {
  opacity: 0;
}
.main-nav .specials a {
  justify-content: unset !important;
}
.main-nav .specials span {
  margin-left: 40px;
}
.services {
  display: flex;
  margin-bottom: 37px;
  margin-top: 10px;
}
@media screen and (max-width: 1200px) {
  .services {
    width: 100%;
  }
}
.services .service_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 22px 0;
  min-width: 179px;
  background: #f6f6f6;
  border: 1px solid #ffffff;
  transition: 0.3s all;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .services .service_item {
    min-width: 98%;
  }
}
@media screen and (max-width: 640px) {
  .services .service_item {
    display: none;
  }
}
.services .service_item:hover {
  border: 1px solid #070707;
}
.services .service_item .desc {
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .services .service_item .desc {
    font-size: 14px;
  }
}
.services .service_item .desc + svg {
  width: 22px;
  height: 22px;
  fill: #ce1530;
  position: absolute;
  top: 8px;
  right: 8px;
  display: none;
}
.services .service_item .desc span {
  width: 135px;
  display: block;
}
@media screen and (max-width: 1000px) {
  .services .service_item .desc span {
    width: 114px;
  }
}
.services .service_item .img svg {
  width: 43px;
  height: 37px;
}
.services input[type="checkbox"],
.services input[type="radio"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.services input[type="checkbox"] + label,
.services input[type="radio"] + label {
  display: flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .services input[type="checkbox"] + label,
  .services input[type="radio"] + label {
    min-width: 20%;
  }
}
@media screen and (max-width: 640px) {
  .services input[type="checkbox"] + label,
  .services input[type="radio"] + label {
    margin-bottom: 18px;
  }
}
.services input[type="checkbox"]:checked + label .service_item,
.services input[type="radio"]:checked + label .service_item {
  border: 1px solid #070707;
}
.services input[type="checkbox"]:checked + label .service_item .desc + svg,
.services input[type="radio"]:checked + label .service_item .desc + svg {
  display: block;
}
.add_auto {
  margin-top: 27px;
}
.add_auto .add_auto_btn {
  display: flex;
  cursor: pointer;
  padding: 4px;
  transition: 0.3s all;
  align-items: center;
}
.add_auto .add_auto_btn:hover {
  color: #ce1530;
}
.add_auto .add_auto_btn:hover .new_add {
  background: #ce1530;
}
.add_auto .add_auto_btn .new_add {
  width: 23px;
  height: 23px;
  background: #333333;
  border-radius: 50%;
  position: relative;
  margin-right: 13px;
  transition: 0.3s all;
}
.add_auto .add_auto_btn svg {
  width: 19px;
  height: 19px;
  fill: #fff;
  position: absolute;
  top: 50%;
  left: -33%;
  transform: translate(50%, -50%);
}
.block_up {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  align-items: center;
}
.block_up.slider {
  margin-bottom: 20px;
}
.block_up a {
  font-size: 15px;
  color: #030303;
  text-decoration: underline;
  /*        padding: 5px;*/
  transition: 0.3s all;
  position: initial;
}
.block_up a:hover {
  color: #ce1530;
}
@media screen and (max-width: 881px) {
  .block_up {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .block_up {
    margin-bottom: 12px;
  }
}
.block_up.mob {
  display: none;
}
@media screen and (max-width: 881px) {
  .block_up.mob {
    display: flex;
  }
}
.block_up.mob a {
  position: initial !important;
  color: #ce1530;
}
.block {
  margin-bottom: 70px;
  margin-top: 20px;
}
@media screen and (max-width: 880px) {
  .block {
    margin-bottom: 35px;
  }
}
.block_header {
  font-weight: 500;
  font-size: 28px;
  color: #191919;
  display: flex;
  justify-content: space-between;
}
.block_header span {
  font-size: 28px;
  color: #030303;
  font-weight: 500;
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .block_header span {
    font-size: 19px;
  }
}
.block_header + a {
  transition: 0.3s all;
}
.block_header + a:hover {
  color: #ce1530;
}
.block_header + a:hover svg {
  fill: #ce1530;
}
.choise_block {
  display: flex;
}
@media screen and (max-width: 1100px) {
  .choise_block {
    flex-direction: column;
  }
}
@media screen and (max-width: 475px) {
  .choise_block {
    width: 100%;
  }
}
.choise_block input[type="submit"] {
  max-width: 225px;
  font-size: 14px;
  height: 44px;
}
.choise_current {
  border-bottom: 1px solid #ebebeb;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  color: #8b8b8b;
  padding: 4px 0;
  transition: 0.5s;
  text-align: left;
}
@media screen and (max-width: 475px) {
  .choise_current {
    font-size: 14px;
  }
}
.choise_current svg {
  stroke: #000000;
  fill: none;
  width: 13px;
  height: 5px;
  top: 17px;
  right: 10px;
  position: absolute;
}
.choise_selects {
  margin-right: 100px;
}
@media screen and (max-width: 475px) {
  .choise_selects {
    width: 100%;
  }
}
.choise_select {
  max-width: 413px;
  width: 413px;
  position: relative;
  margin-bottom: 21px;
}
@media screen and (max-width: 600px) {
  .choise_select {
    max-width: 100%;
    width: 70vw;
  }
}
@media screen and (max-width: 475px) {
  .choise_select {
    width: 100%;
    margin-bottom: 16px;
  }
}
.sign_up {
  display: flex;
  flex-direction: column;
  max-width: 268px;
  margin-top: 18px;
}
.sign_up span {
  font-size: 12px;
  color: #525252;
  margin-top: 22px;
}
@media screen and (max-width: 475px) {
  .sign_up span {
    text-align: center;
    max-width: 268px;
    margin-left: 0;
  }
}
@media screen and (max-width: 475px) {
  .sign_up {
    max-width: 100%;
    align-items: center;
    margin-left: 0;
    width: 100%;
  }
}
.choise_list {
  display: flex;
  margin-left: -3px;
  padding: 0;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
  background: #fff;
  z-index: 1;
  position: absolute;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.05);
  display: none;
  top: -157px;
  transform: translateY(100%);
}
.choise_item {
  padding: 12px 14px 14px;
  transition: 0.3s all;
  cursor: pointer;
  text-align: left;
}
.choise_item:hover {
  color: #ce1530;
  background: #f5f5f7;
}
.show {
  display: block;
}
.popup {
  padding: 64px 62px 67px;
  box-shadow: 2px 6px 45px rgba(6, 6, 6, 0.2);
  position: relative;
  display: none;
  z-index: 1001;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  margin-bottom: 30px;
}
.popup.popup-open {
  display: flex;
}
@media screen and (max-width: 475px) {
  .popup {
    padding: 27px 20px 40px;
  }
}
.popup form#sign_up .choise_block,
.popup form#sign_up .choise_select,
.popup form#sign_up .sign_up,
.popup form#sign_up .choise_selects {
  margin-left: 0;
  margin-right: 0;
}
.popup form#sign_up .choise_block {
  flex-direction: column;
  align-items: center;
  margin-top: 13px;
}
.popup button {
  display: inline-block;
  background: #cf2439;
  border: 1px solid #cf2439;
  color: #fff;
  min-width: 196px;
  padding: 11px 0;
  height: 45px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s all;
}
.popup button:hover {
  background: #9e0f24;
}
.popup .popup_exit {
  content: "";
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(/img/grayclose.svg);
  width: 17px;
  height: 17px;
  position: absolute;
  right: 17px;
  top: 19px;
  cursor: pointer;
}
@media screen and (max-width: 881px) {
  .popup .popup_exit {
    width: 12px;
    height: 12px;
    right: 12px;
    top: 12px;
  }
}
.popup .img svg {
  width: 61px;
  height: 61px;
  stroke: #cf2439;
  fill: none;
}
.popup .services {
  flex-direction: column;
  margin-bottom: 0;
}
.popup .services input[type="checkbox"],
.popup .services input[type="radio"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.popup .services input[type="checkbox"] + label,
.popup .services input[type="radio"] + label {
  display: flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
  color: #000000;
  margin-bottom: 24px;
}
@media screen and (max-width: 475px) {
  .popup .services input[type="checkbox"] + label,
  .popup .services input[type="radio"] + label {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.popup
  .services
  input[type="checkbox"]
  + label:hover
  input[type="radio"]
  + label:before,
.popup
  .services
  input[type="radio"]
  + label:hover
  input[type="radio"]
  + label:before {
  border: 1px solid red;
}
.popup .services input[type="checkbox"] + label:before,
.popup .services input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #d9d9d9;
  margin-right: 17px;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 2px;
}
@media screen and (max-width: 475px) {
  .popup .services input[type="checkbox"] + label:before,
  .popup .services input[type="radio"] + label:before {
    width: 18px;
    height: 18px;
    margin-right: 14px;
  }
}
.popup input[type="checkbox"]:checked + label::before,
.popup input[type="radio"]:checked + label::before {
  border-color: #ce1530;
  background-color: #ce1530;
  background-image: url(/img/choice.svg);
}
.popup .system_popup_title,
.popup .system_popup_title_mob {
  font-size: 24px;
  letter-spacing: -0.01em;
  color: #000000;
  font-weight: 500;
  margin-bottom: 36px;
  text-align: center;
}
@media screen and (max-width: 881px) {
  .popup .system_popup_title,
  .popup .system_popup_title_mob {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .popup .system_popup_title,
  .popup .system_popup_title_mob {
    font-size: 19px;
  }
}
@media screen and (max-width: 475px) {
  .popup .system_popup_title,
  .popup .system_popup_title_mob {
    margin-bottom: 23px;
  }
}
@media screen and (max-width: 881px) {
  .popup .system_popup_title.mob,
  .popup .system_popup_title_mob.mob {
    display: block;
  }
}
.popup .system_popup_title_mob {
  display: none;
}
@media screen and (max-width: 881px) {
  .popup .system_popup_title_mob {
    display: block;
  }
}
.popup .sign_up {
  max-width: 100%;
  align-items: center;
  margin-top: 0;
}
.popup .sign_up span {
  font-size: 14px;
  text-align: center;
  color: #777777;
  max-width: 312px;
}
@media screen and (max-width: 475px) {
  .popup .sign_up span {
    font-size: 12px;
    margin-top: 20px;
  }
}
.popup .sign_up input[type="submit"],
.popup .sign_up .close-msg-btn {
  padding: 15px 34px;
  max-width: 241px;
  width: 241px;
  font-size: 15px;
  height: 47px;
}
@media screen and (max-width: 475px) {
  .popup .sign_up input[type="submit"],
  .popup .sign_up .close-msg-btn {
    min-width: 100%;
  }
}
@media screen and (max-width: 475px) {
  .popup .choise_current span {
    display: block;
    position: relative;
    top: -9px;
  }
}
@media screen and (max-width: 475px) {
  .popup .choise_current svg {
    width: 11px;
    top: 2px;
    right: 4px;
  }
}
@media screen and (max-width: 475px) {
  .popup .choise_select {
    width: 100%;
    margin-bottom: 16px;
  }
}
.popup {
  /*    display: none;*/
  /*    position: absolute;*/
}
.popup_form_bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  background: rgba(46, 46, 46, 0.26);
  z-index: 1000;
  padding-top: 120px;
  overflow: auto;
  overflow-y: scroll;
  backdrop-filter: blur(8px);
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 640px) {
  form#quick_entry .services {
    display: flex;
    flex-direction: column;
  }
}
form#quick_entry input[type="checkbox"] + label:before,
form#quick_entry input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #d9d9d9;
  margin-right: 17px;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 2.38906px;
  display: none;
}
@media screen and (max-width: 640px) {
  form#quick_entry input[type="checkbox"] + label:before,
  form#quick_entry input[type="radio"] + label:before {
    display: inline-block;
  }
}
@media screen and (max-width: 640px) {
  form#quick_entry .choise_block input[type="radio"] + label:before {
    display: none;
  }
}
form#quick_entry input[type="checkbox"]:checked + label::before,
form#quick_entry input[type="radio"]:checked + label::before {
  border-color: #ce1530;
  background-color: #ce1530;
  background-image: url(/img/choice.svg);
}
form#quick_entry input[type="checkbox"] + label .check,
form#quick_entry input[type="radio"] + label .check {
  display: none;
}
@media screen and (max-width: 640px) {
  form#quick_entry input[type="checkbox"] + label .check,
  form#quick_entry input[type="radio"] + label .check {
    display: block;
  }
}
.popup_form_inner {
  width: 536px;
}
@media screen and (max-width: 600px) {
  .popup_form_inner {
    width: 90vw;
    min-width: 327px;
  }
}
@media screen and (max-width: 360px) {
  .popup_form_inner {
    min-width: 327px;
  }
}
@media screen and (max-width: 320px) {
  .popup_form_inner {
    min-width: 237px;
  }
}
.popup_form_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 62px;
  display: none;
  width: 536px;
}
@media screen and (max-width: 600px) {
  .popup_form_info {
    width: 80vw;
    min-width: 327px;
    padding: 80px 18px 75px !important;
  }
}
@media screen and (max-width: 360px) {
  .popup_form_info {
    min-width: 98vw;
    min-width: 327px;
  }
}
.popup_form_info .system_popup_title {
  margin-bottom: 0;
}
.popup_form_info .sign_up {
  margin-left: 0;
  margin-top: 0;
}
.popup_form_info .sign_up span {
  margin: 13px 0 34px;
  font-size: 16px;
}
@media screen and (max-width: 475px) {
  .popup_form_info .sign_up span {
    font-size: 14px;
  }
}
.popup_form_info .sign_up button {
  min-width: 100%;
}
.popup_form_info .img {
  margin-bottom: 19px;
}
.popup_form_message {
  padding: 20px 27px;
  width: 993px;
  display: none;
}
@media screen and (max-width: 1100px) {
  .popup_form_message {
    width: 90vw;
  }
}
@media screen and (max-width: 475px) {
  .popup_form_message {
    width: 100vw;
  }
}
.popup_form_message .img svg {
  width: 27px;
  height: 27px;
  fill: #ce1530;
  margin-right: 17px;
}
.popup_form_message .system_popup_title {
  font-size: 19px;
  text-align: left;
  margin-bottom: 0;
}
@media screen and (max-width: 881px) {
  .popup_form_message .system_popup_title {
    font-size: 17px;
  }
}
@media screen and (max-width: 475px) {
  .popup_form_message .system_popup_title {
    max-width: 207px;
    line-height: 1.2;
    margin-bottom: 9px;
  }
}
.popup_form_message .system_popup_text {
  text-align: left;
  line-height: 1.3;
}
@media screen and (max-width: 881px) {
  .popup_form_message .system_popup_text {
    font-size: 14px;
  }
}
.popup_form_message a {
  color: #ce1530;
  text-decoration: underline;
  cursor: pointer;
}
.popup_form_message.message_1 {
  margin-bottom: 9px;
}
.mob_nav {
  box-shadow: 0px 0px 15px rgba(17, 17, 46, 0.09);
  width: 100%;
  display: flex;
  min-height: 55px;
  position: fixed;
  z-index: 10;
  background: #fff;
  align-items: center;
  bottom: 0;
  display: none;
}
@media screen and (max-width: 881px) {
  .mob_nav {
    display: flex;
  }
}
.mob_nav .nav_item {
  font-size: 11px;
  text-align: center;
  color: #2d2d2d;
  display: flex;
  flex-direction: column;
  width: 25%;
  align-items: center;
  transition: 0.3s all;
}
.mob_nav .nav_item:hover {
  color: #ce1530;
}
.mob_nav .nav_item:hover .home svg,
.mob_nav .nav_item:hover .notification svg {
  fill: #ce1530;
}
.mob_nav .nav_item:hover .auto svg,
.mob_nav .nav_item:hover .profile svg {
  stroke: #ce1530;
}
.mob_nav .nav_item .home svg {
  width: 22px;
  height: 22px;
  fill: #2d2d2d;
}
.mob_nav .nav_item .auto svg {
  width: 22px;
  height: 15px;
  stroke: #2d2d2d;
  fill: none;
  margin-bottom: 1px;
  margin-top: 7px;
}
.mob_nav .nav_item .notification svg {
  width: 21px;
  height: 21px;
  fill: #2d2d2d;
  margin-top: 4px;
  margin-bottom: -4px;
}
.mob_nav .nav_item .image_area {
  position: relative;
}
.mob_nav .nav_item .notice_has {
  width: 7px;
  height: 7px;
  background: #ce1530;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  right: 4px;
}
.mob_nav .nav_item .profile svg {
  width: 21px;
  height: 21px;
  stroke: #2d2d2d;
  fill: none;
}
.breadcrumbs-block {
  display: flex;
  flex-direction: column;
  position: relative;
}
.breadcrumbs-block__back-page {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #030303;
}
.breadcrumbs-block__back-page:hover {
  color: #ce1530;
}
.breadcrumbs-block__back-page:hover svg {
  fill: #ce1530;
}
.breadcrumbs-block__back-page svg {
  margin-right: 8px;
}
.breadcrumbs-block__back-page svg.breadcrumbs-block__big-arrow {
  width: 18px;
  height: 8px;
  margin-right: 8px;
}
.breadcrumbs-block__back-page svg.breadcrumbs-block__small-arrow {
  width: 21px;
  height: 21px;
  display: none;
}
.breadcrumbs-block__breadcrumbs {
  display: flex;
  font-size: 14px;
  align-items: center;
}
.breadcrumbs-block__breadcrumbs a,
.breadcrumbs-block__breadcrumbs span a {
  color: #777777;
}
.breadcrumbs-block__breadcrumbs span {
  color: #030303;
}
.breadcrumbs-block__icon {
  content: "";
  width: 5.35px;
  height: 9.07px;
  background-image: url(/img/svg/breadcrumbs-icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  margin: 0 8.5px;
}
.breadcrumbs-block h1 {
  text-align: left;
  font-size: 28px;
  line-height: 27px;
  margin: 13px 0 32px;
  font-weight: 500;
}
.table-block__title {
  font-size: 28px;
  line-height: 27px;
  margin-bottom: 20px;
  font-weight: 500;
  font-family: "Raleway";
}
.table-block__desription {
  font-size: 16px;
  color: #6d6d6d;
  margin-bottom: 20px;
}
.table-block__table {
  width: 100%;
  border-collapse: collapse;
}
.table-block__table tr:nth-child(2n - 1) {
  background: #f6f6f6;
}
.table-block__table tr:first-child {
  border-bottom: 3px solid #292929;
  background: #fff;
}
.table-block__table tr th {
  font-size: 13px;
  line-height: 12px;
  color: #1c1c1c;
  font-weight: normal;
  padding: 16px;
  text-align: left;
}
.table-block__table tr td {
  font-size: 14px;
  line-height: 13px;
  padding: 16px;
  padding-bottom: 18px;
  color: #030303;
}
.table-block__page-block {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 13px;
  color: #6d6d6d;
  margin-top: 20px;
  font-weight: 500;
}
.table-block__pages {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  color: #6d6d6d;
}
.table-block__page-numbers {
  margin: 0 8px;
}
.table-block__page-prev {
  padding-left: 24px;
  position: relative;
}
.table-block__page-prev:before {
  content: "";
  width: 17px;
  height: 8px;
  background-image: url(/img/svg/page-arrow.svg);
  background-size: cover;
  transform: rotate(180deg) translateY(50%);
  top: 50%;
  left: 0;
  position: absolute;
}
.table-block__page-next {
  position: relative;
  padding-right: 24px;
}
.table-block__page-next:before {
  content: "";
  width: 17px;
  height: 8px;
  background-image: url(/img/svg/page-arrow.svg);
  background-size: cover;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.table-block__mobile-table {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  display: none;
}
.table-block__mobile-table-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.table-block__mobile-table-item:nth-child(2n - 1)
  .table-block__mobile-table-title {
  background: #f6f6f6;
}
.table-block__mobile-table-item.show .table-block__mobile-table-title {
  background: #f6f6f6;
}
.table-block__mobile-table-item.show .table-block__mobile-table-title:before {
  transform: translateY(-50%) rotate(180deg);
}
.table-block__mobile-table-item.show .table-block__mobile-table-descriptions {
  display: flex;
}
.table-block__mobile-table-item.show
  + .table-block__mobile-table-item
  .table-block__mobile-table-title {
  background: #f6f6f6;
}
.table-block__mobile-table-title {
  padding: 16px 50px 16px 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.table-block__mobile-table-title:before {
  content: "";
  width: 10.72px;
  height: 6.32px;
  background-image: url(/img/svg/hide-show.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s all;
}
.table-block__mobile-table-descriptions {
  padding: 16px 0 10px;
  display: flex;
  flex-direction: column;
  display: none;
}
.table-block__mobile-table-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 17px;
}
.table-block__mobile-table-label {
  width: 45%;
  font-size: 14px;
  line-height: 13px;
  color: #777777;
}
.table-block__mobile-table-value {
  width: 52%;
  font-size: 14px;
  line-height: 13px;
  color: #333333;
}
#points .points-info-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 67px;
}
#points .points-info-block__item {
  display: flex;
  flex-direction: column;
  padding: 26px 30px;
  padding-bottom: 10px;
  border: 1px solid #313131;
  width: calc(50% - 21px);
}
#points .points-info-block__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 130%;
  color: #a3a3a3;
  font-weight: 500;
}
#points .points-info-block__row.small {
  margin-bottom: 14px;
}
#points .points-info-block__row a {
  font-size: 14px;
  color: #d33149;
}
#points .points-info-block__title-block {
  display: flex;
  flex-direction: column;
}
#points .points-info-block__title {
  font-size: 18px;
  line-height: 17px;
  color: #030303;
  margin-bottom: 9px;
  font-weight: 500;
  font-family: "Raleway";
}
#points .points-info-block__description {
  font-size: 14px;
  line-height: 13px;
  color: #333333;
  font-weight: 400;
}
#points .points-info-block__balance {
  font-size: 22px;
  line-height: 21px;
  color: #d33149;
  min-width: 95px;
  font-weight: 500;
}
#points .points-info-block__lavel {
  font-size: 18px;
  line-height: 17px;
  color: #030303;
  min-width: 95px;
}
#points .points-info-block__label {
  color: #a3a3a3;
  font-size: 15px;
  font-weight: 500;
}
#points .points-info-block__value {
  font-size: 15px;
  color: #333333;
  min-width: 95px;
  font-weight: 500;
}
#register-sertificate .register-sertificate {
  margin-bottom: 80px;
}
#register-sertificate .register-sertificate__description {
  font-size: 16px;
  color: #6d6d6d;
  margin-bottom: 30px;
}
#register-sertificate .register-sertificate__row {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
#register-sertificate .register-sertificate #sertigicate-code {
  border: 1px solid #000000;
  padding: 12px 10px;
  font-size: 16px;
  color: #000000;
  width: 245px;
}
#register-sertificate .register-sertificate label {
  font-size: 16px;
  color: #727272;
  margin-right: 83px;
}
#register-sertificate .register-sertificate #register_btn {
  padding: 15px 45px;
  height: auto;
  font-weight: 500;
  font-size: 14px;
}
.control-menu {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  will-change: transform;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
.control-menu:before {
  width: 100%;
  content: "";
  height: 1px;
  background-color: #e6e6e6;
  bottom: 10px;
  left: 0;
  position: absolute;
}
.control-item {
  font-size: 16px;
  color: #777777;
  padding: 9px 0;
  padding-bottom: 20px;
  margin-right: 46px;
  position: relative;
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
}
.control-item.active {
  color: #343434;
  font-weight: 500;
}
.control-item.active:before {
  width: 100%;
  height: 2px;
  content: "";
  background: #ce1530;
  position: absolute;
  bottom: 10px;
  left: 0;
}
#my-cars .my-cars .add_auto {
  margin-top: 10px;
}
#my-cars .my-cars__changebale-block {
  display: flex;
  flex-direction: column;
}
#my-cars .my-cars__changebale-block.hidden {
  display: none;
}
#my-cars .my-cars__changebale-item {
  width: 100%;
  border: 1px solid #313131;
  padding: 27px 30px 36px 41px;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}
#my-cars .my-cars__changebale-item .about_block {
  flex-wrap: wrap;
}
#my-cars .my-cars__changebale-item .about_block button {
  width: 225px;
}
#my-cars .my-cars__changebale-item .info_block {
  margin-bottom: 27px;
  width: 100%;
}
#my-cars .my-cars__changebale-item .info_block .name span {
  font-size: 20px;
  letter-spacing: -0.01em;
  color: #333333;
  font-weight: 500;
}
#my-cars .my-cars__changebale-item .info_block .data_item {
  font-size: 16px;
}
#my-cars .my-cars__changebale-item .vote {
  margin: 0;
  position: absolute;
  top: 20px;
  right: 13px;
}
#offers .offers .all-offers .offers-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#offers .offers .all-offers .special_block {
  width: calc(50% - 15px);
  margin-bottom: 30px;
  border-radius: 5px 5px 0px 0px;
  text-decoration: none;
  /*        margin-bottom: 20px;*/
  display: flex;
  flex-direction: column;
  height: auto;
  position: relative;
}
#offers .offers .all-offers .special_block a {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  content: "";
}
#offers .offers .all-offers .special_image {
  display: block;
  width: 100%;
  padding-bottom: 52%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#offers .offers .all-offers .special_desc {
  padding: 16px 22px 20px;
  border: 1px solid #eaeaea;
  font-size: 18px;
  color: #030303;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
#offers .offers .all-offers .special_desc span {
  text-align: left;
  line-height: 1.5;
}
#offers .offers .all-offers .special_desc span:nth-child(1) {
  font-size: 14px;
  color: #848484;
}
@media screen and (max-width: 640px) {
  #offers .offers .all-offers .special_desc span {
    font-size: 13px;
  }
}
@media screen and (max-width: 640px) {
  #offers .offers .all-offers .special_desc {
    padding: 12px 0 0 0;
    border: 1px solid transparent;
  }
}
#offers .offers__changebale-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#offers .offers__changebale-block.hidden {
  display: none;
}
#offers .offers__changebale-item {
  border: 1px solid #313131;
  padding: 27px 30px 36px 41px;
  margin-bottom: 30px;
  display: flex;
  position: relative;
  width: 100%;
}
#offers .offers__changebale-item .about_block {
  flex-wrap: wrap;
}
#offers .offers__changebale-item .about_block button {
  width: 225px;
}
#offers .offers__changebale-item .info_block {
  margin-bottom: 27px;
  width: 100%;
}
#offers .offers__changebale-item .info_block .name span {
  font-size: 20px;
  letter-spacing: -0.01em;
  color: #333333;
  font-weight: 500;
  text-align: left;
  max-width: 90%;
}
#offers .offers__changebale-item .info_block .data_item {
  font-size: 16px;
}
#offers .offers__changebale-item .info_block .data_item.sale {
  color: #ce1530;
  font-weight: 500;
}
#offers .offers__changebale-item .vote {
  margin: 0;
  position: absolute;
  top: 20px;
  right: 13px;
}
#car-info .car-info__wrapper {
  margin-bottom: 45px;
}
#car-info .car-info__row {
  display: flex;
  margin-bottom: 10px;
}
#car-info .car-info__label {
  font-size: 16px;
  color: #727272;
  width: 130px;
  margin-right: 46px;
}
#car-info .car-info__value {
  font-size: 16px;
  color: #191919;
}
#car-info .car-info__btns-block {
  display: flex;
  margin-bottom: 70px;
  flex-wrap: wrap;
}
#car-info .car-info__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 225px;
  height: 44px;
  font-size: 14px;
  color: #030303;
  border: 1px solid #313131;
  cursor: pointer;
  font-weight: 500;
  margin-right: 21px;
  margin-bottom: 20px;
}
#car-info .car-info__btn:hover {
  background: #030303;
  color: #fff;
}
#car-info .service-history {
  position: relative;
  margin-bottom: 20px;
}
#car-info .service-history__date-icon {
  width: 19px;
  height: 19px;
  margin-right: 5px;
}
#car-info .service-history__row {
  margin-bottom: 10px;
  font-size: 15px;
  color: #6d6d6d;
}
#car-info .service-history__row span {
  font-weight: 500;
}
#car-info .service-history__date-wrapper {
  position: absolute;
  right: 0;
  top: -8px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #333333;
  padding: 9px 10px;
}
#car-info .service-history__date-wrapper input {
  border: none;
  width: 225px;
}
#car-info .service-history__date-wrapper input:focus {
  outline: none;
}
#edit-car .edit-car {
  position: relative;
}
#edit-car .edit-car__row {
  display: flex;
  margin-bottom: 13px;
  align-items: center;
}
#edit-car .edit-car__row label {
  width: 131px;
  margin-right: 36px;
  font-size: 16px;
  color: #727272;
}
#edit-car .edit-car__row input {
  padding: 12px;
  font-size: 16px;
  color: #191919;
  border: 1px solid #e4e4e4;
  width: 245px;
}
#edit-car .edit-car__row input:focus {
  outline: none;
  border: 1px solid #000000;
}
#edit-car .edit-car__row input:read-only {
  border: none;
  padding-left: 0;
}
#edit-car .edit-car__row input:read-only:focus {
  border: none;
  outline: none;
}
#edit-car .edit-car__row input[type="submit"] {
  border: 1px solid #313131;
  background: #fff;
  font-size: 14px;
  color: #030303;
  font-weight: 500;
  display: flex;
  width: 167px;
  height: 44px;
  justify-content: center;
  align-items: center;
  transition: 0.3s all;
  margin-top: 20px;
}
#edit-car .edit-car__row input[type="submit"]:hover {
  background: #ce1530;
  color: #fff;
}
#edit-car .edit-car__btns-block {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
}
#edit-car .edit-car__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 225px;
  height: 44px;
  font-size: 14px;
  color: #030303;
  border: 1px solid #313131;
  cursor: pointer;
  font-weight: 500;
  margin-bottom: 15px;
  transition: 0.3s all;
}
#edit-car .edit-car__btn:hover {
  background: #030303;
  color: #fff;
}
.sub_page_header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
}
@media screen and (max-width: 881px) {
  .sub_page_header {
    justify-content: end;
    align-items: center;
  }
}
@media screen and (max-width: 475px) {
  .sub_page_header {
    justify-content: center;
  }
}
.sub_page_header a {
  font-size: 15px;
  color: #030303;
}
@media screen and (max-width: 881px) {
  .sub_page_header a {
    display: none;
  }
}
.sub_page_header .back {
  display: none;
}
.sub_page_header .back svg {
  width: 11px;
  height: 18px;
}
@media screen and (max-width: 881px) {
  .sub_page_header .back {
    display: block;
  }
}
@media screen and (max-width: 475px) {
  .sub_page_header .back {
    position: absolute;
    left: 0;
  }
}
.sub_page_header .back:hover svg {
  fill: #ce1530;
}
@media screen and (max-width: 475px) {
  .sub_page_header .block_header span {
    margin-right: 0;
  }
}
.sub_page_header svg {
  width: 18px;
  height: 8px;
  fill: #030303;
  margin-right: 8px;
}
.checks {
  display: flex;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px;
  position: relative;
  /*    @media screen and (max-width: 475px){
            justify-content: space-between;
        }*/
}
.profile_items .item.hidden {
  display: none;
}
.profile_items .item.active {
  display: block;
}
.profile_items .car_owner .change_photo input[type="file"] {
  display: none;
}
.profile_items .car_owner .change_photo input[type="file"] + label {
  color: #000000;
  cursor: pointer;
}
.profile_items .car_owner .change_photo input[type="file"] + label:hover {
  color: #ce1530;
}
.profile_items .car_owner .change_photo input[type="file"]:read-only + label {
  display: none;
}
.profile_items .car_owner .photo {
  width: 144px;
  height: 144px;
  margin-bottom: 22px;
  margin-top: 7px;
}
@media screen and (max-width: 881px) {
  .profile_items .car_owner .photo {
    margin-right: 15px;
  }
}
@media screen and (max-width: 500px) {
  .profile_items .car_owner .photo {
    width: 110px;
    height: 110px;
  }
}
@media screen and (max-width: 475px) {
  .profile_items .car_owner .photo {
    margin: 0 auto;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 375px) {
  .profile_items .car_owner .photo {
    width: 86px;
    height: 86px;
  }
}
.profile_items .car_owner .change_photo {
  text-align: center;
  transition: 0.3s all;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 525px) {
  .profile_items .car_owner .change_photo {
    text-align: left;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 475px) {
  .profile_items .car_owner .change_photo {
    text-align: center;
  }
}
.profile_items .owner_photo {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background-color: #fff;
  -o-object-fit: cover;
  object-fit: cover;
}
.profile_items .row {
  border: none;
  font-size: 16px;
  padding: 0;
  align-items: center;
  margin-bottom: 7px;
  margin-bottom: 11px;
  justify-content: end;
}
@media screen and (max-width: 550px) {
  .profile_items .row {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.profile_items .row .key {
  color: #727272;
  width: 177px;
}
@media screen and (max-width: 650px) {
  .profile_items .row .key {
    width: 150px;
  }
}
@media screen and (max-width: 550px) {
  .profile_items .row .key {
    width: 125px;
  }
}
@media screen and (max-width: 475px) {
  .profile_items .row .key {
    width: 159px;
  }
}
@media screen and (max-width: 355px) {
  .profile_items .row .key {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 335px) {
  .profile_items .row .key {
    width: 110px;
  }
}
.profile_items .row .value {
  color: #191919;
}
.profile_items .row button,
.profile_items .row .edit-profile-btn {
  margin-top: 38px;
  padding: 11px 25px 11px 24px;
  min-width: auto;
  color: #030303;
  transition: 0.3s all;
  height: 45px;
  font-size: 14px;
  cursor: pointer;
  line-height: 1;
  display: inline-flex;
  background: #fff;
  border: 1px solid #1f1f1f;
  align-items: center;
  justify-content: center;
  min-width: 165px;
}
.profile_items .row button:hover,
.profile_items .row .edit-profile-btn:hover {
  color: #fff;
  background: #9e0f24;
  border-color: #9e0f24;
}
@media screen and (max-width: 475px) {
  .profile_items .row button,
  .profile_items .row .edit-profile-btn {
    width: 100%;
  }
}
@media screen and (max-width: 475px) {
  .profile_items .row button,
  .profile_items .row .edit-profile-btn {
    margin-top: 18px;
  }
}
.profile_items .row .save {
  display: none;
}
.item {
  /*    display: flex;*/
}
@media screen and (max-width: 680px) {
  .item {
    justify-content: space-between;
  }
}
@media screen and (max-width: 525px) {
  .item {
    flex-direction: column-reverse;
  }
}
.left_block {
  margin-right: 110px;
}
@media screen and (max-width: 1100px) {
  .left_block {
    margin-right: calc(100% - 225px - 36vw);
  }
}
@media screen and (max-width: 881px) {
  .left_block {
    margin-right: calc(100% - 225px - 53vw);
  }
}
@media screen and (max-width: 525px) {
  .left_block {
    margin-right: 0;
  }
}
.edit input {
  padding: 0;
  border: 1px solid #e4e4e4;
}
@media screen and (max-width: 650px) {
  .edit input {
    padding: 0;
    width: 190px;
  }
}
@media screen and (max-width: 550px) {
  .edit input {
    width: 165px;
  }
}
.edit input:focus {
  border: 1px solid #000000;
  outline: none;
}
.about_owner input {
  padding: 14px 10px;
}
@media screen and (max-width: 1000px) {
  .about_owner input {
    padding: 12px 10px;
  }
}
@media screen and (max-width: 475px) {
  .about_owner input {
    margin-bottom: 12px;
  }
}
.about_owner input:read-only {
  padding: 0;
  border: none;
}
.about_owner input:read-only#files {
  display: none;
}
.about_owner input:read-only#files + label {
  display: none;
}
.about_owner input:read-only:focus {
  outline: none;
  border: none;
}
#about_owner-form {
  display: flex;
}
@media screen and (max-width: 1000px) {
  #about_owner-form {
    justify-content: space-between;
  }
}
@media screen and (max-width: 475px) {
  #about_owner-form {
    flex-direction: column-reverse;
  }
}
.password .row {
  margin-bottom: 22px;
}
@media screen and (max-width: 475px) {
  .password .row {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 355px) {
  .password .row {
    flex-direction: column;
    text-align: center;
  }
}
.password .row .key {
  width: 185px;
}
@media screen and (max-width: 355px) {
  .password .row .key {
    width: 100%;
  }
}
.password .row button {
  margin-top: 28px;
  padding: 11px 20px 11px 20px;
}
.password .row .edit input {
  padding: 12px 27px;
}
@media screen and (max-width: 475px) {
  .password .row .edit input {
    padding: 12px 6px;
    width: 194px;
  }
}
.notices .row {
  margin-bottom: 14px;
}
@media screen and (max-width: 1100px) {
  .notices .left_block {
    margin-right: 0;
  }
}
.profile_items .notices button {
  margin-top: 15px;
  padding: 11px 35px 11px 30px;
}
.profile_items .create {
  font-size: 14px;
  text-decoration-line: underline;
  color: #ce1530;
  margin-left: 11px;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .profile_items .create {
    margin-left: 17px;
  }
}
.profile_items .on_email span {
  font-size: 24px;
  color: #030303;
  margin: 35px 0 18px;
  display: block;
  align-items: center;
  margin: 3px 0 16px;
  font-family: "Raleway";
}
@media screen and (max-width: 475px) {
  .profile_items .on_email span {
    font-size: 16px;
    margin: 3px 0 10px;
  }
}
.profile_items input[type="checkbox"] + label,
.profile_items input[type="radio"] + label {
  position: relative;
  font-size: 16px;
  color: #333333;
  display: flex;
  cursor: pointer;
  margin-bottom: 16px;
}
@media screen and (max-width: 475px) {
  .profile_items input[type="checkbox"] + label,
  .profile_items input[type="radio"] + label {
    font-size: 14px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 475px) {
  .profile_items #personal + label {
    align-items: baseline;
    margin-top: 13px;
  }
}
.profile_items #info + label:before {
  content: "";
  display: inline-block;
  width: 41px;
  height: 22px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #ce1530;
  margin-right: 14px;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50px;
  transition: 0.5s;
}
.profile_items #info + label:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #ce1530;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  top: 2px;
  background: #fff;
  transition: 0.5s;
}
.profile_items #info:checked + label:before {
  background: #ce1530;
  transition: 0.5s;
}
.profile_items #info:checked + label:after {
  left: 21px;
  transition: 0.6s;
}
.profile_items input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #d3d3d3;
  margin-right: 11px;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  transition: 0.3s;
  top: 4px;
  position: relative;
}
.profile_items input[type="radio"] + label:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  flex-grow: 0;
  background: #ce1530;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  position: absolute;
  transform: translate(50%, 50%);
  display: none;
  transition: 0.3s;
  top: 4px;
}
.profile_items input[type="radio"]:checked + label:before {
  border: 1px solid #ce1530;
  transition: 0.3s;
}
.profile_items input[type="radio"]:checked + label:after {
  display: block;
  transition: 0.3s;
}
.profile_items #sms + label {
  align-items: center;
}
.profile_items #sms + label:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #d9d9d9;
  margin-right: 17px;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 2.38906px;
}
@media screen and (max-width: 475px) {
  .profile_items #sms + label:before {
    top: 5px;
    position: relative;
  }
}
.profile_items #sms:checked + label::before {
  border-color: #ce1530;
  background-color: #ce1530;
  background-image: url(/img/choice.svg);
}
.profile_items .sms .on_phone {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 600px) {
  .profile_items .sms .on_phone {
    margin-left: 28px;
  }
}
.profile_items .sms label {
  margin-bottom: 0 !important;
}
.profile_items .sms span {
  margin-left: 5px;
}
@media screen and (max-width: 600px) {
  .profile_items .sms {
    flex-direction: column;
    align-items: baseline;
  }
}
@media screen and (max-width: 475px) {
  .profile_items .sms {
    margin-top: 29px;
  }
}
@media (max-width: 1100px) {
  #car-info .service-history__date-wrapper {
    position: initial;
    right: auto;
    top: auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 1060px) {
  #points .points-info-block {
    flex-wrap: wrap;
  }
  #points .points-info-block__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  #edit-car .edit-car__btns-block {
    position: initial;
    top: auto;
    right: auto;
  }
  #edit-car .edit-car__row input[type="submit"] {
    margin-bottom: 30px;
    width: 225px;
  }
  .under_vote {
    right: -10px;
  }
}
@media (max-width: 780px) {
  #offers .offers .all-offers .special_block {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .table-block__mobile-table {
    display: flex;
  }
  .table-block__table {
    display: none;
  }
  .breadcrumbs-block__breadcrumbs {
    display: none;
  }
  .breadcrumbs-block h1 {
    text-align: center;
    padding: 0 25px;
    font-size: 16px;
  }
  .breadcrumbs-block__back-page svg.breadcrumbs-block__big-arrow {
    display: none;
  }
  .breadcrumbs-block__back-page span {
    display: none;
  }
  .breadcrumbs-block__back-page svg.breadcrumbs-block__small-arrow {
    display: block;
  }
  .breadcrumbs-block__back-page {
    right: auto;
    left: 0;
    transform: none;
    top: 15px;
  }
  #car-info .car-info__label,
  #car-info .car-info__value,
  #car-info .service-history__row {
    font-size: 14px;
  }
  #car-info .car-info__btn {
    margin-right: 0;
    width: 100%;
  }
  .table-block__page-prev span,
  .table-block__page-next span {
    display: none;
  }
  #car-info .car-info__btns-block {
    margin-bottom: 45px;
  }
  .table-block__title {
    font-size: 19px;
  }
  #edit-car .edit-car__row input[type="submit"] {
    width: 100%;
  }
  #edit-car .edit-car__btn {
    width: 100%;
  }
  #edit-car .edit-car__row label {
    font-size: 14px;
    width: 110px;
    margin-right: 0;
  }
  #edit-car .edit-car__row input {
    font-size: 14px;
    width: 195px;
  }
  #edit-car .edit-car__row {
    justify-content: space-between;
    margin-bottom: 9px;
  }
  #my-cars .my-cars__changebale-item {
    border: none;
    padding: 13px 0px 32px;
    border-bottom: 1px solid #c7c7c7;
  }
  #my-cars .my-cars__control-menu {
    margin-bottom: 15px;
  }
  #my-cars .my-cars__changebale-item .info_block {
    margin-bottom: 0;
  }
  #my-cars .my-cars__changebale-item .about_block button {
    width: 100%;
  }
  #offers .offers__changebale-item {
    border: none;
    padding: 13px 0px 32px;
    border-bottom: 1px solid #c7c7c7;
  }
  #offers .offers__control-menu {
    margin-bottom: 15px;
  }
  #offers .offers__changebale-item .info_block {
    margin-bottom: 0;
  }
  #offers .offers__changebale-item .about_block button {
    width: 100%;
  }
  #points .points-info-block__title {
    font-size: 16px;
  }
  #points .points-info-block__item {
    padding: 28px 17px;
  }
  #points .points-info-block__balance,
  #points .points-info-block__value,
  #points .points-info-block__lavel {
    min-width: 70px;
  }
  #points .points-info-block {
    margin-bottom: 30px;
  }
  #register-sertificate .register-sertificate__description {
    font-size: 14px;
    line-height: 130%;
  }
  #register-sertificate .register-sertificate__row {
    justify-content: space-between;
  }
  #register-sertificate .register-sertificate label {
    margin-right: 0;
  }
  #register-sertificate .register-sertificate #register_btn {
    width: 100%;
  }
  #register-sertificate .register-sertificate {
    margin-bottom: 40px;
  }
  #register-sertificate .register-sertificate #sertigicate-code {
    width: auto;
  }
  .control-item {
    margin-right: 16px;
  }
}
@media (max-width: 475px) {
  #my-cars .my-cars__changebale-item .vote {
    top: 10px;
    right: 0;
  }
}
@media (max-width: 400px) {
  .table-block__mobile-table-title {
    padding: 16px 35px 16px 35px;
  }
}
@media (max-width: 330px) {
  #register-sertificate .register-sertificate label {
    margin-right: 20px;
  }
}
.popups .popup_form_bg {
  display: block;
}
.popups .popup {
  display: block;
  display: flex;
}
/*# sourceMappingURL=global.css.map */
