@charset "UTF-8";


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.overlay {
  font-family: Roboto;
  position: fixed;
  display: none;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.4); }
  .overlay .popup {
    position: fixed;
    left: 50%;
    top: 100px;
    width: 752px;
    transform: translateX(-50%);
    background-color: #fff; }
    .overlay .popup-close {
      position: absolute;
      right: -20px;
      top: -30px;
      font-size: 35px;
      color: #fff;
      cursor: pointer; }
    .overlay .popup-title {
      display: block;
      width: 100%;
      min-height: 71px;
      margin: 0;
      background-color: #e86d00;
      color: #fff;
      text-transform: uppercase;
      line-height: 71px;
      font-size: 21px;
      font-weight: 500;
      text-align: center; }
    .overlay .popup-form {
      /* background: url(../img/popup.jpg);*/
      background-color: #364775;
      background-size: cover;
      padding: 35px 88px 50px 88px;
      color: #fff; }
      .overlay .popup-form__btn {
        width: 180px;
        height: 56px;
        margin-top: 25px;
        margin-left: 16px;
        border-radius: 10px;
        border-style: none;
        background-color: #f38e02;
        outline: none;
        text-transform: uppercase;
        color: #ffffff;
        font-size: 15px;
        font-weight: 500;
        line-height: 22px;
        cursor: pointer; }
        .overlay .popup-form__btn:hover {
          background-color: #f38f12;
          box-shadow: 1px 6px 10px 0px grey; }
        .overlay .popup-form__btn:active {
          background-color: #e86d00; }
      .overlay .popup-form-header {
        padding: 0;
        font-size: 30px;
        font-weight: 400;
        line-height: 27px;
        text-align: center; }
        .overlay .popup-form-header span {
          font-size: 24px; }
      .overlay .popup-form__label {
        display: block;
        margin-top: 23px;
        font-size: 20px;
        font-weight: 300;
        line-height: 30px; }
      .overlay .popup-form__input {
        width: 365px;
        height: 56px; }
      .overlay .popup-form__note {
        margin-top: 9px;
        font-size: 14px;
        font-weight: 300;
        line-height: 30px;
        text-align: center; }

/* @import "../../node_modules/slick-carousel/slick/slick";*/
/* @import "../../node_modules/magnific-popup/dist/magnific-popup";*/
body {
  font-family: 'Montserrat', sans-serif;
  /*background: #b3b3b3; */}

strong{
font-weight: normal; 
}

.container {
  max-width: 1300px;
  /*border-left: 3px solid #364775;*/
  /*border-right: 3px solid #364775;*/
  margin: 0 auto; }

.header {
  border-top: 5px solid #364775;
}
  .header_info {
    /*background: #656e86;*/
    min-height: 120px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    font-weight: bold; }
    .header_info div {
      padding-right: 10px;
      padding-left: 10px; }
    .header_info .header_time {
      display: flex; }
      .header_info .header_time_img {
        width: 50px;
        height: 50px;
        margin-right: 15px; }
      .header_info .header_time .time_text-up {
        text-transform: uppercase;
        line-height: 1.9; }
    .header_info .header_tel {
      display: flex;
      align-items: center;
      text-transform: uppercase; }
      .header_info .header_tel a {
        text-decoration: none;
        line-height: 1.5;
        color: #3c444c;
        font-size: 26px;
        color: #364775; }
      .header_info .header_tel_img {
        width: 45px;
        height: 45px;
        margin-right: 0px; }
  .header .header_button {
    width: 182px;
    height: 48px;
    border-radius: 10px;
    border-style: none;
    background-color: #f38e02;
    outline: none;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    cursor: pointer; }
    .header .header_button:hover {
      background-color: #f38f12;
      box-shadow: 1px 6px 10px 0px grey; }
    .header .header_button a {
      width: 182px;
      height: 48px;
      display: block;
      text-decoration: none;
      color: #ffffff;
      text-align: center;
      margin: 0 auto;
      padding-top: 30px; }
    .header .header_button:active {
      background-color: #e86d00; }
  .header_menu {
    background-color: #364775;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  border-top: 1px solid gray}
    .header_menu span {
      font-weight: 900;
      color: #6e7995; }
    .header_menu a {
      text-decoration: none;
      color: #fff;
      font-size: 15px;
      font-weight: 700; }
      .header_menu a:hover {
        color: #C0C0C0; }

.desc{
  height: 350px;
  background-image: url(../img/main.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 7px solid #364775;
}
.desc_text {
  height: 320px;
  /*background-image: url(../img/main.jpg);*/

  display: flex;
  flex-direction: column;
  justify-content: center;
  /*border-bottom: 5px solid #364775;*/
}

h1 {
  color: #fff;
  font-size: 72px;
  /* color: rgba(1%, 55%, 55%, 1);*/
  font-weight: 500;
  letter-spacing: 0.29px;
  margin-left: 30px;
  line-height: 1.2;
  /* text-shadow: 1px 3px 5px rgba(255,255,255,1);*/
  text-shadow: 1px 3px 5px black; }

.undertite {
  
  font-size: 40px;
  font-weight: 500;
  color: white;
  letter-spacing: 0.12px;
  margin-left: 60px;
  line-height: 1.5;
  text-shadow: 1px 2px 1px #020000; }

  .undertite a {
    text-decoration: none;
    color: #fff;
  }

.mover {
  min-height: 627px;}
  .mover_content {
    padding-top: 40px;
    background: #fff;
    border-bottom: 5px solid #364775;
    border-top: 5px solid #364775;}

  .mover_title {
    font-family: "Montserrat";
    color: #3a3439;
    font-size: 40px;
    font-weight: 700;
    margin-left: 30px; }
  .mover_img {
    max-width: 445px;
    max-height: 232px;
    margin-top: 18px;
    margin-left: 2%;
    margin-right: 2%; }
  .mover_table {
    border: 1px solid #9e9e9e;
    width: 90%;
    text-align: center;
    margin: 17px auto 0px; }
    .mover_table th {
      background-color: rgba(54, 71, 117, 0.6);
      height: 40px;
      vertical-align: middle; }
    .mover_table td {
      height: 40px;
      border-top: 1px solid #9e9e9e;
      vertical-align: middle;
      background: rgba(184, 184, 184, 0.1); }
    .mover_table-annex {
      font-family: "Montserrat";
      font-size: 14px;
      color: #3a3439;
      margin-left: 7%;
      margin-top: 11px; }
  .mover_advant {
    color: #3a3439;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .mover_advant-text {
      line-height: 1.5;
      padding-right: 25px; }
      .mover_advant-text span {
        margin-left: 20px; }
  .mover_order {
    display: flex;
    justify-content: left;
    margin-top: 41px; }
    .mover_order p {
      color: #3a3439;
      font-size: 19px;
      font-weight: 700;
      margin-left: 5%;
      margin-right: 3%; }
  .mover_button {
    width: 182px;
    height: 48px;
    border-radius: 10px;
    border-style: none;
    background-color: #f38e02;
    outline: none;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    cursor: pointer;
    /* width: 182px;*/
    /* height: 48px;*/
    /* border-radius: 10px;*/
    /* border-style: none;*/
    /* background-color: #f38e02;*/
    /* outline: none;*/
    /* text-transform: uppercase;*/
    /* color: #ffffff;*/
    /* font-weight: bold;*/
    /* cursor: pointer;*/
    margin-bottom: 50px; }
    .mover_button:hover {
      background-color: #f38f12;
      box-shadow: 1px 6px 10px 0px grey; }
    .mover_button a {
      width: 182px;
      height: 48px;
      display: block;
      text-decoration: none;
      color: #ffffff;
      text-align: center;
      margin: 0 auto;
      padding-top: 30px; }
    .mover_button:active {
      background-color: #e86d00; }

.services {
  /*border-top: 5px solid #364775;*/
 /* border-bottom: 5px solid #364775;*/
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px; }
  .services_button {
    /* width: 182px;*/
    /* height: 48px;*/
    /* border-radius: 10px;*/
    /* border-style: none;*/
    /* background-color: #f38e02;*/
    /* outline: none;*/
    /* text-transform: uppercase;*/
    /* color: #ffffff;*/
    /* font-weight: bold;*/
    /* cursor: pointer;*/
    width: 182px;
    height: 48px;
    border-radius: 10px;
    border-style: none;
    background-color: #f38e02;
    outline: none;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    cursor: pointer;
    margin: 0 auto; }
    .services_button:hover {
      background-color: #f38f12;
      box-shadow: 1px 6px 10px 0px grey; }
    .services_button a {
      width: 182px;
      height: 48px;
      display: block;
      text-decoration: none;
      color: #ffffff;
      text-align: center;
      margin: 0 auto;
      padding-top: 30px; }
    .services_button:active {
      background-color: #e86d00; }
  .services_title {
    font-family: "Montserrat";
    color: #3a3439;
    font-size: 40px;
    font-weight: 700;
    margin-left: 30px;
    margin-bottom: 20px; }
  .services_content {
    display: flex; }
    .services_content-img {
      width: 445px;
      height: 232px;
      margin-top: 18px;
      margin-left: 5%;
      margin-right: 5%; }
    .services_content-items {
      color: #000000;
      font-family: Montserrat;
      font-size: 20px;
      font-weight: 500;
      line-height: 36px;
      /* Text style for "- Разборка" */
      letter-spacing: 0.07px;
      margin-bottom: 20px; }

.button_center {
  margin-top: 35px;
  text-align: center; }

.cars_price {
  color: #e86d00; }

.cars_options {
  min-height: 200px;
  width: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-around; 
  border: 2px solid  rgba(54, 71, 117, 0.6);
  border-radius: 10px;
  padding-left: 10px;
  /* background-color: rgba(54, 71, 117, 0.6); */

}
  .cars_options li {
    /* text-align: center; */
    /* border-bottom: 1px solid #000;*/
    font-family: "Montserrat";
    font-weight: 500;
    /* text-decoration: underline; } */
  }
.cars .bus3_mod {
  width: 233px;
  height: 144px;
  margin-bottom: 20px;
}

.cars .maxbus {
  width: 233px;
  height: 144px;
  margin-bottom: 20px;
}

.cars .gazel {
  width: 234px;
  height: 148px; 
  margin-bottom: 20px;
}

.cars .tonn5 {
  width: 242px;
  height: 151px;
  margin-bottom: 20px;
}

.cars_content {
  min-height: 500px;
  background-color: #fff;
  padding-top: 40px; }

.cars_title {
  font-family: "Montserrat";
  color: #3a3439;
  font-size: 40px;
  font-weight: 700;
  margin-left: 30px; }

.cars_items {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap; }
  .cars_items .cars_item {
    padding: 7px;
    /* height: 476px;*/
    /* border: 2px solid #000;
    border-radius: 10px;  */
  }

.cars_item span {
  color:rgb(54, 71, 117);
  font-weight: 600;
}  

.cars_priceDesc {
  margin-left: 15px;
}
.cars_priceDesc ul li {
  padding-bottom: 5px;
}
  footer{
    background-color: #364775;
  }
.footer {
  display: flex;
  height: 20px;
  }
  .footer_title {
    margin: auto;
    text-align: center;
    font-family: "Montserrat";
    color: #EDEEEF;
    font-size: 12px;
    font-weight: 500; }

@media (max-width: 575.98px) {
  .header_logo {
    margin: 0 auto;
  }
  .hide_button-max {
    display: none !important; }
  .popup {
    max-width: 87%; }
  .overlay .popup-title {
    font-size: 18px; }
  .overlay .popup-form-header {
    padding: 0;
    font-size: 18px; }
  .overlay .popup-form-header span {
    font-size: 16px; }
  .header_info {
    padding-bottom: 15px;
    padding-top: 15px; }
    .header_info div {
      padding-bottom: 10px; }
  .overlay .popup-form {
    padding: 0; }
  .overlay .popup-form__input {
    width: 260px;
    height: 35px; }
  .overlay .popup-form__btn {
    width: 135px;
    height: 45px;
    margin-left: 16px;
    border-radius: 10px;
    border-style: none;
    background-color: #f38e02;
    outline: none;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    cursor: pointer;
    margin: 0 auto; }
  .header_menu {
    padding: 7px;
    height: 100%; }
    .header_menu .under_menu {
      display: flex;
      flex-direction: column; }
      .header_menu .under_menu a {
        margin-top: 10px; }
      .header_menu .under_menu .hide_under_menu {
        display: none; }
  .header .header_button, .header .header_button a {
    height: 40px; }
  h1 {
    font-size: 31px; }
  .undertite {
    font-size: 34px;
    line-height: 53px;
    margin-left: 15px;}
  .mover {
    min-height: 627px; }
  .desc {
    height: 330px;
  }
  .desc_text {
    height: 330px;
    background-image: url(../img/main.jpg);
    background-size: cover;
    background-position: right; }
  .mover {
    min-height: 627px; }
    .mover_table-annex {
      font-size: 13px; }
    .mover_table tbody tr {
      font-size: 13px; }
  .mover_title {
    font-size: 20px; }
  .mover_advant {
    flex-direction: column;
    font-size: 14px; }
    .mover_advant-text {
      padding: 10px;
      font-size: 16px; }
  .mover_content {
    padding-top: 40px;
    padding-left: 7px;
    padding-right: 7px; }
  .mover_img {
    max-width: 90%;
    margin-top: 18px;
    margin-left: 2%;
    margin-right: 2%; }
  .mover_order p {
    font-size: 13px; }
  .services_title {
    font-size: 20px; }
  .services_content {
    display: flex;
    justify-content: space-around;
    flex-direction: column; }
  .services_content-img {
    max-width: 90%;
    margin: 0 auto; }
  .services_content-items {
    padding-left: 10px;
    line-height: 32px;
    font-size: 14px;
    text-align: left; }
  .services_annex {
    font-family: "Montserrat";
    font-size: 14px;
    color: #3a3439;
    text-align: center; }
  .cars_title {
    font-size: 20px; }
  .cars_items {
     margin-bottom: 5px;}

  .cars_item {
    margin: 0px 0px 0px 0px;
    height: 400px; }

    .cars_items .cars_item {
      padding: 0px; 
      /* height: 476px;*/
   } 
  .cars_option ul li {
    font-size: 14px; } }

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
  .hide_button-max {
    display: none !important; }
  .overlay .popup {
    max-width: 730px; }
  .overlay .popup-title {
    font-size: 18px; }
  .overlay .popup-form-header {
    font-size: 28px; }
  .popup-form__input {
    margin-bottom: 10px; }
  .header_info {
    /* min-height: 200px;*/ }
  .header_menu {
    padding: 7px; }
  h1 {
    font-size: 27px; }
  .undertite {
    font-size: 20px;
    line-height: 36px;
    margin-left: 15px; }
  .mover {
    min-height: 627px; }

    .desc {
      height: 330px;
    }
  .desc_text {
    height: 330px;
    background-image: url(../img/main.jpg);
    background-size: cover;
    background-position: right; }
  .mover {
    min-height: 627px; }
    .mover_table-annex {
      font-size: 13px; }
    .mover_table tbody tr {
      font-size: 13px; }
  .mover_title {
    font-size: 20px; }
  .mover_advant {
    flex-direction: column;
    font-size: 14px; }
    .mover_advant-text {
      padding: 10px;
      font-size: 15px; }
  .mover_content {
    padding-top: 40px;
    padding-left: 7px;
    padding-right: 7px; }
  .mover_img {
    max-width: 90%;
    margin-top: 18px;
    margin-left: 2%;
    margin-right: 2%; }
  .mover_order p {
    font-size: 13px; }
  .services_title {
    font-size: 20px; }
  .services_content {
    display: flex;
    justify-content: space-around;
    flex-direction: column; }
  .services_content-img {
    max-width: 90%;
    margin: 0 auto; }
  .services_content-items {
    padding-left: 10px;
    font-size: 14px;
    text-align: left; }
  .services_annex {
    font-family: "Montserrat";
    font-size: 14px;
    color: #3a3439;
    text-align: center; }
  .cars_title {
    font-size: 20px; }
  .cars_item {
    margin: 0px 0px 0px 0px;
    height: 400px; }
  .cars_option ul li {
    font-size: 14px; } }

#button {
  display: inline-block;
  background-color: #364775;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s,  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000; }

#button::after {
  content: "\2227";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff; }

#button:hover {
  cursor: pointer;
  background-color: #333; }

#button:active {
  background-color: #FF9800; }

#button.show {
  opacity: 1;
  visibility: visible; }

#tel_button {
  /*display: inline-block;*/
  background-color: #FF9800;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: -20px;
  right: 95px;
  transition: background-color .3s,  opacity .5s, visibility .5s;
  opacity: 1;
  visibility: visible;
  z-index: 1000; }

#tel_button::after {
  content: "\260E";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff; }

#tel_button:hover {
  cursor: pointer;
  background-color: #FF9100 }

#tel_button:active {
  background-color: #FF9300; }


/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
  .hide_button-min {
    display: none !important; }
  .overlay .popup {
    max-width: 730px; }
  .overlay .popup-title {
    font-size: 18px; }
  .overlay .popup-form-header {
    font-size: 28px; }
  .popup-form__input {
    margin-bottom: 10px; }
  .header_info {
    min-height: 94px;
    padding: 15px; }
  h1 {
    font-size: 48px; }
  .undertite {
    font-size: 32px; }
  .mover {
    min-height: 627px; }
  .desc {
    height: 330px;
  } 
  .desc_text {
    height: 330px;
    background-image: url(../img/main.jpg);
    background-size: cover;
    background-position: center; }
  .mover_advant {
    flex-direction: column; }
    .mover_advant-text {
      padding: 25px; }
  .services_content {
    display: flex;
    justify-content: space-around;
    flex-direction: column; }
  .services_content-img {
    width: 445px;
    height: 232px;
    margin: 0 auto; }
  .services_content-items {
    text-align: center; }
  .services_annex {
    font-family: "Montserrat";
    font-size: 14px;
    color: #3a3439;
    text-align: center; }
  .cars_items {
    justify-content: center; }
  .cars_item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px; } }

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hide_button-min {
    display: none !important; } }

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  .hide_button-min {
    display: none !important; } }

@media screen and (orientation: landscape) and (min-width: 576px) and (max-width: 767.98px) {
  /* .overlay .popup {*/
  /* 			  max-width: 730px; }*/
  /* 	.overlay .popup-title {*/
  /*       font-size: 18px;*/
  /* }*/
  /* .overlay .popup-form-header {*/
  /*     font-size: 28px;*/
  /* }*/
  /* .popup-form__input{*/
  /* 	margin-bottom: 10px;*/
  /* }*/
  /* .header_info{*/
  /* */
  /* min-height: 200px;*/
  /**/
  /* }*/
  .hide_button-max {
    display: none !important; }
  .popup {
    max-width: 87%; }
  .overlay .popup-title {
    font-size: 18px; }
  .overlay .popup-form-header {
    padding: 0;
    font-size: 18px; }
  .overlay .popup-form-header span {
    font-size: 16px; }
  .header_info {
    padding-bottom: 15px;
    padding-top: 15px; }
    .header_info div {
      padding-bottom: 10px; }
  .overlay .popup-form {
    padding: 0; }
  .overlay .popup-form__input {
    width: 260px;
    height: 35px; }
  .overlay .popup-form__btn {
    width: 135px;
    height: 45px;
    margin-left: 16px;
    border-radius: 10px;
    border-style: none;
    background-color: #f38e02;
    outline: none;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    cursor: pointer;
    margin: 0 auto; }
  .header_menu {
    padding: 7px; }
  .header .header_button, .header .header_button a {
    height: 40px; }
  h1 {
    font-size: 26px; }
  .undertite {
    font-size: 22px;
    line-height: 34px;
    margin-left: 15px; }
  .mover {
    min-height: 627px; }
  .desc_text {
    height: 400px;
    background-image: url(../img/main.jpg);
    background-size: cover;
    background-position: right; }
  .mover {
    min-height: 627px; }
    .mover_table tbody tr {
      font-size: 14px; }
  .mover_title {
    font-size: 30px; }
  .mover_advant {
    flex-direction: column;
    font-size: 18px; }
    .mover_advant-text {
      padding: 10px;
      font-size: 16px; }
  .mover_content {
    padding-top: 40px;
    padding-left: 7px;
    padding-right: 7px; }
  .mover_img {
    max-width: 90%;
    margin-top: 18px;
    margin-left: 2%;
    margin-right: 2%; }
  .mover_order p {
    font-size: 16px; }
  .services_title {
    font-size: 30px; }
  .services_content {
    display: flex;
    justify-content: space-around;
    flex-direction: column; }
  .services_content-img {
    max-width: 90%;
    margin: 0 auto; }
  .services_content-items {
    padding-left: 10px;
    font-size: 16px;
    text-align: left; }
  .services_annex {
    font-family: "Montserrat";
    font-size: 14px;
    color: #3a3439;
    text-align: center; }
  .cars_title {
    font-size: 30px; }
  .cars_item {
    /* margin: 7px 0px 45px 0px; */
    margin: 0px 0px 0px 0px; 
   } }
