/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

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

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

input,
button,
textarea {
  -webkit-appearance: none; }

a {
  color: inherit; }

body,
html {
  font-family: "PT Root UI", sans-serif; }

body {
  padding-top: 120px;
  box-sizing: border-box;
  overflow-x: hidden; }

.section-title {
  font-weight: bold;
  font-size: 52px;
  line-height: 52px;
  color: #404040; }

section {
  position: relative; }
  section .section-anchor {
    position: absolute;
    top: -80px; }

.main-container {
  width: 1220px;
  margin: 0 auto; }

.modal-container {
  width: 727px;
  margin: 0 8px; }

.simple-button {
  display: block;
  height: 52px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  border: 1.5px solid;
  border-radius: 4px;
  cursor: pointer;
  transition: opacity 0.3s;
  user-select: none; }
  .simple-button:hover {
    opacity: 0.9; }
  .simple-button:active {
    opacity: 0.7; }

#main-header {
  height: 120px;
  width: 100%;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  color: var(--main-color);
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  background: #fff; }
  #main-header .main-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    position: relative; }
  #main-header a {
    text-decoration: none;
    color: var(--main-color); }
    #main-header a:hover {
      opacity: 0.7; }
  #main-header .col {
    display: flex;
    align-items: center; }
    #main-header .col a {
      margin-right: 60px; }
      #main-header .col a:last-child {
        margin: 0; }
    #main-header .col:last-child a {
      margin-right: 60px; }
      #main-header .col:last-child a:first-child {
        margin-right: 10px;
        display: flex;
        align-items: center; }
        #main-header .col:last-child a:first-child * {
          fill: var(--main-color); }
  #main-header .phone {
    display: flex; }
  #main-header .simple-button {
    color: #fff;
    background: var(--main-color); }
  #main-header .mobile-menu-btn {
    background-image: url(assets/images/header/menu-btn.svg);
    width: 42px;
    height: 42px;
    position: absolute;
    top: 19px;
    right: 17px;
    cursor: pointer;
    display: none; }

#main-intro {
  width: 100%;
  height: 710px;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative; }
  #main-intro:before {
    content: "";
    background-color: var(--main-color);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.7;
    z-index: 0; }
  #main-intro .main-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1; }
  #main-intro .title {
    font-weight: bold;
    font-size: 44px;
    line-height: 52px;
    color: #fafafa;
    text-align: center;
    margin-bottom: 90px; }
  #main-intro .simple-button {
    background: #fafafa;
    color: var(--main-color);
    font-weight: bold;
    font-size: 18px;
    line-height: 52px;
    display: inline-block;
    border: none; }

#main-categories {
  padding: 120px 0 100px; }
  #main-categories .slider-btns {
    display: flex;
    justify-content: flex-end;
    margin: 40px 0; }
  #main-categories .slider-btn {
    width: 40px;
    height: 40px;
    border: 2px solid #9ba3ad;
    border-radius: 2px;
    background: #fff;
    cursor: pointer;
    margin-right: 40px;
    display: flex;
    align-items: center; }
    #main-categories .slider-btn:hover {
      opacity: 0.5; }
    #main-categories .slider-btn:active {
      background: #37465a;
      opacity: 1; }
    #main-categories .slider-btn:last-child {
      margin: 0;
      justify-content: flex-end; }
    #main-categories .slider-btn::before {
      content: "";
      display: inline-block;
      height: 25px;
      width: 30px;
      background-size: 100% 100%; }
  #main-categories .grid {
    display: flex;
    justify-content: space-between;
    width: calc(100% + 40px);
    margin-left: -20px; }
  #main-categories .item {
    background: #fafafa;
    padding: 24px 24px 24px 0;
    display: flex;
    width: 100%;
    border: 1px solid #cdcdcd; }
  #main-categories .title {
    min-width: 150px;
    min-height: 100px;
    font-weight: bold;
    font-size: 72px;
    line-height: 52px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #404040; }
  #main-categories .description {
    font-size: 18px;
    line-height: 21px;
    align-items: center;
    color: #404040; }
  #main-categories .price-container {
    display: flex;
    margin-top: 24px; }
    #main-categories .price-container .label {
      font-size: 14px;
      font-weight: 400; }
    #main-categories .price-container .price {
      margin-right: 32px; }
      #main-categories .price-container .price:last-child {
        margin-right: 0; }
    #main-categories .price-container .num {
      font-size: 26px;
      font-weight: 600;
      margin-top: 8px; }

#main-contacts {
  padding: 80px 0 120px; }
  #main-contacts .grid {
    display: flex;
    margin-top: 60px; }
  #main-contacts .col {
    display: flex;
    width: 50%;
    text-decoration: none;
    font-weight: bold;
    font-size: 24px;
    line-height: 21px;
    color: var(--main-color);
    margin-right: 105px; }
    #main-contacts .col .contact-group {
      margin-bottom: 32px; }
      #main-contacts .col .contact-group:last-child {
        margin-bottom: 0; }
    #main-contacts .col:last-child {
      margin: 0;
      display: flex;
      flex-direction: column; }
    #main-contacts .col > a {
      text-decoration: none;
      font-weight: bold;
      font-size: 24px;
      line-height: 21px;
      color: var(--main-color);
      display: flex;
      flex-direction: column; }
      #main-contacts .col > a:hover {
        opacity: 0.7; }
  #main-contacts span {
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    display: block;
    margin-bottom: 14px;
    color: #404040; }
  #main-contacts a {
    text-decoration: none; }
  #main-contacts img {
    min-width: 375px;
    max-width: 100%;
    height: auto;
    display: block; }

#map .ymaps-2-1-77-copyrights-pane {
  display: none; }

#map .ymaps-2-1-77-controls__control,
#map .ymaps-2-1-77-controls-pane {
  opacity: 0;
  transition: opacity 0.3s; }

#map:hover .ymaps-2-1-77-controls__control,
#map:hover .ymaps-2-1-77-controls-pane {
  opacity: 1; }

#main-footer {
  height: 160px;
  background: var(--main-color); }
  #main-footer .main-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%; }
  #main-footer .col a {
    margin-right: 60px; }
    #main-footer .col a:last-child {
      margin: 0; }
  #main-footer a {
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #fafafa; }
    #main-footer a:hover {
      opacity: 0.7; }

#main-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s; }
  #main-modal .modal-container {
    background-color: #fff;
    padding: 32px 24px;
    border-radius: 2px;
    position: relative; }
  #main-modal .title {
    font-weight: bold;
    font-size: 44px;
    line-height: 52px;
    color: #404040; }
  #main-modal .progress {
    margin-top: 24px; }
  #main-modal .contact-form {
    margin-top: 38px; }
  #main-modal .row {
    margin-top: 30px;
    display: flex; }
    #main-modal .row .col {
      display: flex; }
      #main-modal .row .col input {
        width: 100%; }
      #main-modal .row .col:nth-child(1) {
        padding-right: 12px;
        width: 60%; }
      #main-modal .row .col:nth-child(2) {
        padding-left: 12px;
        width: 40%; }
  #main-modal .request-input {
    font-family: "PT Root UI";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    height: 60px;
    padding-left: 20px;
    color: #000;
    background: #fafafa;
    border: 1px solid #9ba3ad;
    box-sizing: border-box;
    border-radius: 2px; }
    #main-modal .request-input.-error {
      border-color: #eb5757;
      color: #eb5757; }
  #main-modal .step {
    display: none; }
    #main-modal .step .col {
      display: flex;
      flex-direction: column; }
    #main-modal .step input:disabled {
      opacity: 0.4; }
    #main-modal .step .no-id-checkbox {
      margin-top: 16px;
      display: flex; }
      #main-modal .step .no-id-checkbox input {
        width: auto;
        margin-left: 0;
        margin-right: 8px;
        appearance: checkbox;
        -webkit-appearance: checkbox;
        display: none; }
        #main-modal .step .no-id-checkbox input:disabled {
          opacity: 0.4;
          border: 1px solid red; }
      #main-modal .step .no-id-checkbox label {
        font-weight: 500;
        font-size: 18px;
        line-height: 21px;
        padding-left: 28px;
        position: relative;
        user-select: none;
        color: #404040; }
        #main-modal .step .no-id-checkbox label:before, #main-modal .step .no-id-checkbox label:after {
          content: "";
          width: 20px;
          height: 20px;
          position: absolute;
          left: 0;
          background-size: 100%;
          top: 0; }
        #main-modal .step .no-id-checkbox label:before {
          background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Crect x='0.5' y='0.5' width='19' height='19' rx='1.5' stroke='%237D7D7D'/%3E %3C/svg%3E "); }
        #main-modal .step .no-id-checkbox label:after {
          background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Crect width='20' height='20' rx='2' fill='%2337465A'/%3E %3Cpath d='M5 10L9.28571 14L15 6' stroke='%23FAFAFA'/%3E %3C/svg%3E ");
          opacity: 0; }
      #main-modal .step .no-id-checkbox input:checked ~ label:before {
        opacity: 0; }
      #main-modal .step .no-id-checkbox input:checked ~ label:after {
        opacity: 1; }
  #main-modal textarea {
    resize: none;
    font-family: "PT Root UI";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    height: 60px;
    padding: 20px;
    color: #000;
    background: #fafafa;
    border: 1px solid #9ba3ad;
    box-sizing: border-box;
    border-radius: 2px;
    width: 100%;
    height: 124px; }
  #main-modal .simple-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    background: var(--main-color);
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px; }
    #main-modal .simple-button.-back {
      color: var(--main-color);
      background: #fff; }
  #main-modal .close-btn {
    background-image: url(assets/images/modal/close.svg);
    height: 42px;
    width: 42px;
    position: absolute;
    top: 30px;
    right: 24px;
    cursor: pointer; }
  #main-modal .control-btns {
    display: flex; }
    #main-modal .control-btns .simple-button {
      width: 48%; }

.contact-form.step-1 .step.step-1 {
  display: block !important; }

.contact-form.step-1 .control-btns {
  justify-content: flex-end !important; }

.contact-form.step-2 .step.step-2 {
  display: block !important; }

.contact-form.step-2 .control-btns {
  justify-content: space-between !important; }

.contact-form.step-3 .step.step-3 {
  display: block !important; }

.contact-form.step-3 .control-btns {
  justify-content: space-between !important; }
  .contact-form.step-3 .control-btns .simple-button.-back {
    width: 30% !important; }
  .contact-form.step-3 .control-btns .simple-button.-send {
    width: 66% !important; }

#overlay {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s; }

#modal-mobile-menu {
  position: fixed;
  width: 375px;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 100;
  background-color: #fff;
  transform: translate(100%, 0);
  transition: transform 0.3s, opacity 0.3s;
  will-change: transform, opacity;
  opacity: 0;
  pointer-events: none; }
  #modal-mobile-menu .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
    padding: 0 24px 0; }
  #modal-mobile-menu .row {
    display: flex;
    flex-direction: column; }
    #modal-mobile-menu .row:first-child a {
      margin-bottom: 32px; }
      #modal-mobile-menu .row:first-child a:last-child {
        margin: 0; }
  #modal-mobile-menu a {
    text-decoration: none;
    font-weight: bold;
    font-size: 22px;
    line-height: 21px;
    text-align: right;
    color: var(--main-color); }
  #modal-mobile-menu .contact {
    margin-bottom: 25px;
    display: flex;
    justify-content: flex-end; }
    #modal-mobile-menu .contact:last-child {
      margin: 0; }
  #modal-mobile-menu svg {
    margin-left: 17px;
    width: 24px;
    height: 24px; }
    #modal-mobile-menu svg * {
      fill: var(--main-color); }
  #modal-mobile-menu .button {
    margin: 60px 0;
    display: block; }
  #modal-mobile-menu .close-btn {
    background-image: url(assets/images/modal/close.svg);
    height: 42px;
    width: 42px;
    position: absolute;
    top: 19px;
    right: 17px;
    cursor: pointer; }

#main-graph .grid {
  border-bottom: 2px solid #cdcdcd;
  border-top: 2px solid #cdcdcd;
  padding: 80px 0; }

#main-graph .description {
  font-weight: 500;
  font-size: 26px;
  line-height: 140%;
  color: #7d7d7d;
  margin: 32px 0; }

#main-graph .results {
  display: none; }

#main-graph .found {
  display: flex;
  flex-direction: column;
  margin-top: 64px; }

#main-graph .row {
  display: flex; }

#main-graph .col {
  width: 36%; }
  #main-graph .col:last-child {
    width: 26%; }

#main-graph .header {
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  color: #7d7d7d;
  margin-bottom: 32px; }

#main-graph .car-info {
  font-weight: bold;
  font-size: 34px;
  line-height: 43px;
  color: #404040;
  margin-bottom: 43px; }
  #main-graph .car-info:last-child {
    margin: 0; }

#main-graph .not-found {
  font-weight: bold;
  font-size: 34px;
  line-height: 140%;
  color: #404040;
  margin-top: 40px;
  display: none; }

#main-graph .info {
  font-weight: 500;
  font-size: 26px;
  line-height: 140%;
  color: #7d7d7d;
  margin-top: 48px; }

#main-graph .search {
  display: flex;
  width: 100%; }

#main-graph .search-input {
  background: #fafafa;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  height: 80px;
  color: #7d7d7d;
  border: 1px solid #9ba3ad;
  box-sizing: border-box;
  border-radius: 2px;
  padding-left: 25px;
  margin-right: 24px;
  width: 36%; }

#main-graph .simple-button {
  background: var(--main-color);
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  height: 80px;
  padding: 0 56px; }

.datepicker {
  display: none; }

.datepicker.active {
  display: block; }

.datepicker-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  padding-top: 4px; }

.datepicker-dropdown.datepicker-orient-top {
  padding-top: 0;
  padding-bottom: 4px; }

.datepicker-picker {
  display: inline-block;
  border-radius: 4px;
  background-color: white; }

.datepicker-dropdown .datepicker-picker {
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1); }

.datepicker-picker span {
  display: block;
  flex: 1;
  border: 0;
  border-radius: 4px;
  cursor: default;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker-main {
  padding: 2px; }

.datepicker-footer {
  box-shadow: inset 0 1px 1px rgba(10, 10, 10, 0.1);
  background-color: whitesmoke; }

.datepicker-controls,
.datepicker-view,
.datepicker-view .days-of-week,
.datepicker-grid {
  display: flex; }

.datepicker-grid {
  flex-wrap: wrap; }

.datepicker-view .dow,
.datepicker-view .days .datepicker-cell {
  flex-basis: 14.28571%; }

.datepicker-view.datepicker-grid .datepicker-cell {
  flex-basis: 25%; }

.datepicker-view .week,
.datepicker-cell {
  height: 2.25rem;
  line-height: 2.25rem; }

.datepicker-title {
  box-shadow: inset 0 -1px 1px rgba(10, 10, 10, 0.1);
  background-color: whitesmoke;
  padding: 0.375rem 0.75rem;
  text-align: center;
  font-weight: 700; }

.datepicker-header .datepicker-controls {
  padding: 2px 2px 0; }

.datepicker-controls .button {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  box-shadow: none;
  background-color: white;
  cursor: pointer;
  padding: calc(0.375em - 1px) 0.75em;
  height: 2.25em;
  vertical-align: top;
  text-align: center;
  line-height: 1.5;
  white-space: nowrap;
  color: #363636;
  font-size: 1rem; }

.datepicker-controls .button:focus,
.datepicker-controls .button:active {
  outline: none; }

.datepicker-controls .button:hover {
  border-color: #b5b5b5;
  color: #363636; }

.datepicker-controls .button:focus {
  border-color: #3273dc;
  color: #363636; }

.datepicker-controls .button:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); }

.datepicker-controls .button:active {
  border-color: #4a4a4a;
  color: #363636; }

.datepicker-controls .button[disabled] {
  cursor: not-allowed; }

.datepicker-header .datepicker-controls .button {
  border-color: transparent;
  font-weight: bold; }

.datepicker-header .datepicker-controls .button:hover {
  background-color: #f9f9f9; }

.datepicker-header .datepicker-controls .button:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); }

.datepicker-header .datepicker-controls .button:active {
  background-color: #f2f2f2; }

.datepicker-header .datepicker-controls .button[disabled] {
  box-shadow: none; }

.datepicker-footer .datepicker-controls .button {
  margin: calc(0.375rem - 1px) 0.375rem;
  border-radius: 2px;
  width: 100%;
  font-size: 0.75rem; }

.datepicker-controls .view-switch {
  flex: auto; }

.datepicker-controls .prev-btn,
.datepicker-controls .next-btn {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
  width: 2.25rem; }

.datepicker-controls .prev-btn.disabled,
.datepicker-controls .next-btn.disabled {
  visibility: hidden; }

.datepicker-view .dow {
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.875rem;
  font-weight: 700; }

.datepicker-view .week {
  width: 2.25rem;
  color: #b5b5b5;
  font-size: 0.75rem; }

@media (max-width: 22.5rem) {
  .datepicker-view .week {
    width: 1.96875rem; } }

.datepicker-grid {
  width: 15.75rem; }

@media (max-width: 22.5rem) {
  .calendar-weeks + .days .datepicker-grid {
    width: 13.78125rem; } }

.datepicker-cell:not(.disabled):hover {
  background-color: #f9f9f9;
  cursor: pointer; }

.datepicker-cell.focused:not(.selected) {
  background-color: #e8e8e8; }

.datepicker-cell.selected,
.datepicker-cell.selected:hover {
  background-color: #3273dc;
  color: #fff;
  font-weight: 600; }

.datepicker-cell.disabled {
  color: #dbdbdb; }

.datepicker-cell.prev:not(.disabled),
.datepicker-cell.next:not(.disabled) {
  color: #7a7a7a; }

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today) {
  border-radius: 0;
  background-color: whitesmoke; }

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today):not(.disabled):hover {
  background-color: #eeeeee; }

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today).focused {
  background-color: #e8e8e8; }

.datepicker-cell.today:not(.selected) {
  background-color: #00d1b2; }

.datepicker-cell.today:not(.selected):not(.disabled) {
  color: #fff; }

.datepicker-cell.today.focused:not(.selected) {
  background-color: #00c4a7; }

.datepicker-cell.range-start:not(.selected),
.datepicker-cell.range-end:not(.selected) {
  background-color: #b5b5b5;
  color: #fff; }

.datepicker-cell.range-start.focused:not(.selected),
.datepicker-cell.range-end.focused:not(.selected) {
  background-color: #afafaf; }

.datepicker-cell.range-start {
  border-radius: 4px 0 0 4px; }

.datepicker-cell.range-end {
  border-radius: 0 4px 4px 0; }

.datepicker-cell.range {
  border-radius: 0;
  background-color: #dbdbdb; }

.datepicker-cell.range:not(.disabled):not(.focused):not(.today):hover {
  background-color: #d5d5d5; }

.datepicker-cell.range.disabled {
  color: #c2c2c2; }

.datepicker-cell.range.focused {
  background-color: #cfcfcf; }

.datepicker-view.datepicker-grid .datepicker-cell {
  height: 4.5rem;
  line-height: 4.5rem; }

.datepicker-input.in-edit {
  border-color: #2366d1; }

.datepicker-input.in-edit:focus,
.datepicker-input.in-edit:active {
  box-shadow: 0 0 0.25em 0.25em rgba(35, 102, 209, 0.2); }

.grid-to {
  width: calc(100% + 16px);
  margin-left: -8px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px; }
  .grid-to .container {
    width: 50%;
    flex-shrink: 0;
    padding: 0 8px;
    margin-bottom: 16px;
    display: none; }
    .grid-to .container:nth-child(1), .grid-to .container:nth-child(2), .grid-to .container:nth-child(3), .grid-to .container:nth-child(4) {
      display: flex; }

#main-categories.-expanded .grid-to .container {
  display: flex; }

#main-categories.-expanded .hidden {
  display: flex; }

#main-categories.-expanded .expand-button-container {
  display: none; }

.expand-button-container {
  display: flex;
  justify-content: center;
  margin-top: 24px; }
  .expand-button-container .sibple-button {
    display: flex; }

#modal-success {
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
  width: 300px;
  padding: 16px;
  border-radius: 5px;
  line-height: 1.3;
  opacity: 0;
  pointer-events: none; }
  #modal-success .label {
    font-size: 24px;
    font-weight: 500; }
  #modal-success .caption {
    font-size: 18px;
    margin-top: 8px; }

#documents {
  padding-top: 80px; }

.documents-grid {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px; }

.documents-col {
  width: 50%;
  flex-shrink: 0;
  margin-top: 60px;
  padding-right: 40px; }
  .documents-col .title {
    font-weight: 500;
    font-size: 26px;
    margin-bottom: 16px; }
  .documents-col .subtitle {
    color: #7D7D7D;
    line-height: 1.3; }
  .documents-col .link {
    margin-top: 24px;
    display: block;
    font-weight: 500;
    text-decoration: none;
    font-size: 20px; }
  .documents-col ul {
    margin-top: 8px; }
    .documents-col ul li {
      line-height: 24px;
      color: #7D7D7D; }
  .documents-col .attestat {
    max-width: 100%; }
  .documents-col .documents-item {
    margin-top: 40px; }
    .documents-col .documents-item:first-child {
      margin-top: 0; }

@media (max-width: 850px) {
  .documents-col {
    width: 100%;
    margin-top: 32px; }
    .documents-col:nth-child(1) {
      margin-top: 0; } }

body.-modal-opened #main-modal {
  opacity: 1;
  pointer-events: all; }

body.-modal-success-opened #modal-success {
  opacity: 1; }

body.-overlay #overlay {
  opacity: 1;
  pointer-events: all; }

body.-menu-opened #modal-mobile-menu {
  transform: translate(0, 0);
  opacity: 1;
  pointer-events: all; }

@media (max-width: 425px) {
  #main-modal .step {
    display: none; }
  #main-modal .modal-container {
    width: 100%;
    padding: 24px 18px; }
  #main-modal .step {
    display: none; }
  #main-modal .progress {
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    color: #7d7d7d;
    margin: 24px 0;
    display: block; }
  #main-modal .title {
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
    color: #404040; }
  #main-modal .step .row {
    display: flex;
    flex-direction: column;
    margin: 0; }
    #main-modal .step .row:last-child .col:last-child {
      margin: 0; }
  #main-modal .step .col {
    margin-bottom: 22px; }
    #main-modal .step .col:nth-child(1) {
      width: 100%;
      padding: 0; }
    #main-modal .step .col:nth-child(2) {
      width: 100%;
      padding: 0; }
  #main-modal .control-btns {
    display: flex;
    justify-content: space-between; }
  #main-modal .simple-button {
    width: 47%;
    border: 1px solid #37465a;
    margin-top: 18px; }
  #main-modal .-back {
    color: #37465a;
    background: #fff; }
  #main-modal .-none {
    opacity: 0;
    pointer-events: none; }
  #main-modal .step .no-id-checkbox {
    margin-top: 14px; }
    #main-modal .step .no-id-checkbox label {
      font-weight: normal;
      font-size: 14px;
      line-height: 21px;
      color: #404040; }
      #main-modal .step .no-id-checkbox label:before, #main-modal .step .no-id-checkbox label:after {
        width: 16px;
        height: 16px; }
  #main-modal textarea {
    height: 218px;
    margin-bottom: 22px; }
  #main-modal .close-btn {
    top: 19px;
    right: 7px; } }

@media (max-width: 348px) {
  #main-modal .close-btn {
    top: 19px;
    right: 15px;
    height: 32px;
    width: 32px; }
  #main-modal .request-input {
    font-size: 16px; }
  #main-modal .title {
    font-size: 21px; }
  #main-modal .step .no-id-checkbox label {
    font-size: 14px; } }

@media (max-width: 1200px) {
  #main-header {
    line-height: 21px;
    font-size: 18px; } }

@media (max-width: 1070px) {
  #main-header .col:last-child a:first-child {
    margin-right: 36px; }
  #main-header .col:last-child a:last-child {
    display: none; } }

@media (max-width: 820px) {
  #main-header {
    height: 80px; }
    #main-header .col {
      display: none; }
    #main-header .mobile-menu-btn {
      display: initial; } }

@media (max-width: 1200px) {
  #main-intro .title {
    font-size: 40px; } }

@media (max-width: 900px) {
  #main-intro .title {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 70px; } }

@media (max-width: 700px) {
  #main-intro .title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 68px; } }

@media (max-width: 1200px) {
  #main-categories .item {
    flex-direction: column;
    align-items: center; }
  #main-categories .title {
    margin-bottom: 14px; }
  #main-categories .price-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-top: 24px; }
    #main-categories .price-container .label {
      font-size: 14px;
      font-weight: 400; }
    #main-categories .price-container .price {
      margin-right: 0; }
      #main-categories .price-container .price:last-child {
        margin-right: 0;
        margin-top: 16px; }
    #main-categories .price-container .num {
      font-size: 26px;
      font-weight: 600;
      margin-top: 8px; } }

@media (max-width: 1190px) {
  #main-categories .item {
    padding: 24px 14px;
    justify-content: unset; } }

@media (max-width: 1090px) {
  #main-categories .item {
    flex-direction: column;
    align-items: center; } }

@media (max-width: 780px) {
  #main-categories {
    padding-bottom: 120px; }
    #main-categories .grid {
      margin-top: 39px; }
    #main-categories .col {
      width: 100%;
      display: flex;
      justify-content: space-between; }
      #main-categories .col:last-child {
        display: none; }
    #main-categories .item {
      height: 100%;
      margin-bottom: 0; }
    #main-categories .slider-btns {
      display: none; }
    #main-categories .description {
      font-size: 16px;
      font-weight: normal; } }

@media (max-width: 1200px) {
  #main-contacts .col {
    font-size: 20px; }
  #main-contacts span {
    font-size: 16px;
    margin-bottom: -30px; }
  #main-contacts a {
    font-size: 20px; } }

@media (max-width: 1080px) {
  #main-contacts .grid {
    justify-content: space-between; }
  #main-contacts .col {
    font-size: 18px;
    margin: 0; }
    #main-contacts .col > a {
      font-size: 18px; }
  #main-contacts span {
    font-size: 14px;
    margin-bottom: -30px; } }

@media (max-width: 980px) {
  #main-contacts .grid {
    flex-direction: column-reverse;
    margin-top: 24px; }
  #main-contacts .col {
    width: 100%; }
    #main-contacts .col:last-child {
      display: flex;
      margin-bottom: 60px; }
      #main-contacts .col:last-child div {
        margin-bottom: 18px; }
        #main-contacts .col:last-child div:last-child {
          margin: 0; }
      #main-contacts .col:last-child a {
        margin-bottom: 18px; }
  #main-contacts span {
    font-size: 14px;
    margin-bottom: 8px; } }

@media (max-width: 620px) {
  #main-contacts .col:first-child {
    width: calc(100% + 48px);
    margin-left: -24px; } }

@media (max-width: 1250px) {
  .main-container {
    width: 100%;
    padding: 0 24px; }
  .section-title {
    font-size: 42px;
    line-height: 46px; } }

@media (max-width: 820px) {
  body {
    padding-top: 80px; } }

@media (max-width: 425px) {
  .section-title {
    font-size: 32px;
    line-height: 40px; } }

@media (max-width: 810px) {
  #main-footer .col {
    justify-content: space-between; }
    #main-footer .col a {
      margin-right: 30px; }
  #main-footer a {
    font-size: 18px;
    line-height: 21px; } }

@media (max-width: 680px) {
  #main-footer {
    height: 100%;
    padding: 60px 0 99px; }
    #main-footer .main-container {
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
    #main-footer .col {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      #main-footer .col a {
        margin-bottom: 29px; }
        #main-footer .col a:last-child {
          margin: 0; }
    #main-footer .col:last-child {
      margin-top: 59px; } }

@media (max-width: 1200px) {
  #main-graph .description {
    font-size: 18px;
    line-height: 140%; }
  #main-graph .search-input {
    font-size: 16px;
    line-height: 21px;
    padding-left: 14px;
    height: 48px; }
  #main-graph .simple-button {
    height: 48px;
    font-size: 18px;
    line-height: 30px;
    padding: 0 53px; }
  #main-graph .header {
    font-size: 18px;
    line-height: 22px; }
  #main-graph .car-info {
    font-size: 23px;
    line-height: 31px; }
  #main-graph .info {
    font-size: 20px;
    line-height: 25px; }
  #main-graph .not-found {
    font-size: 23px;
    line-height: 31px; } }

@media (max-width: 820px) {
  #main-graph .col {
    width: 36%; }
    #main-graph .col:last-child {
      width: 26%; }
  #main-graph .search {
    flex-direction: column;
    align-items: center; }
  #main-graph .search-input {
    width: 100%;
    margin: 0;
    font-weight: bold;
    font-size: 14px; }
  #main-graph .simple-button {
    display: inline-block;
    line-height: 42px;
    margin-top: 24px; }
  #main-graph .header {
    font-size: 14px;
    line-height: 18px; }
  #main-graph .car-info {
    font-size: 16px;
    line-height: 21px; }
  #main-graph .info {
    font-size: 16px;
    line-height: 21px; }
  #main-graph .not-found {
    font-size: 16px;
    line-height: 21px; } }

@media (max-width: 600px) {
  #main-graph .col {
    width: 36%; }
    #main-graph .col:last-child {
      width: 26%; } }

@media (max-width: 450px) {
  #main-graph .grid {
    border: none;
    padding: 0; } }

@media (max-width: 400px) {
  #main-graph .search-input {
    font-size: 12px; } }

@media (max-width: 680px) {
  #main-categories .main-container {
    padding: 0; }
  #main-categories .section-title {
    padding-left: 24px; }
  .grid-to-wrapper {
    display: flex;
    overflow: scroll; }
    .grid-to-wrapper .grid-to {
      display: flex;
      flex-wrap: nowrap; }
      .grid-to-wrapper .grid-to .container {
        width: 80%;
        max-width: 300px;
        display: flex; }
        .grid-to-wrapper .grid-to .container:first-child {
          margin-left: 24px; }
      .grid-to-wrapper .grid-to .hidden {
        display: flex;
        flex-wrap: nowrap; }
  .expand-button-container {
    display: none; } }

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