/* Variables */
/* CSS Reset */
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, button, input {
  /* margin: 0; */
  /* padding: 0; */
  border: 0;
  /* font-size: 100%; */
  /* font: inherit; */
  /* vertical-align: baseline; */
  /* box-sizing: border-box; */
  }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  background-color: #f6f6f6; }

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; }

/* Common */
html {
  font-family: 'Roboto', sans-serif;
  font-size: 13px; }

html.short {
  height: 100%; }
  html.short body {
    height: 100%;
    padding-bottom: 141px; }
  html.short footer {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0; }

h1 {
  font-size: 32px;
  font-weight: 900; }

h2 {
  font-size: 25px;
  font-weight: 900; }

h3 {
  font-size: 20px;
  font-weight: 700; }

.wrapper {
  max-width: 960px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto; }

.clearfix:after {
  display: block;
  clear: both;
  content: ''; }

.link_grey {
  color: #a3b1ba;
  text-decoration: none;
  font-size: 13px;
  font-weight: 400; }

.link_grey:hover {
  color: white; }

.blue-button {
  color: white;
  background: -webkit-linear-gradient(90deg, #0e9bd5, #28b2ea);
  background: linear-gradient(0deg, #0e9bd5, #28b2ea);
  text-decoration: none;
  border-radius: 4px;
  text-align: center;
  outline: none;
  font-weight: 900; }

.blue-button:hover {
  background: -webkit-linear-gradient(90deg, #57b9e2, #69c9f0);
  background: linear-gradient(0deg, #57b9e2, #69c9f0); }

.breadcrumbs {
  padding: 25px 20px 10px; }

.breadcrumbs__item {
  color: #5499b6;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none; }
  .breadcrumbs__item:after {
    content: '/';
    display: inline;
    color: #49535a;
    margin: 0 6px; }

/* Header */
.header {
  box-shadow: 0 5px 15px 2px rgba(0, 0, 0, 0.15);
  z-index: 20; }

.header__top {
  background-color: #49535a;
  height: 38px; }

.header__auth {
  float: left;
  position: relative;
  line-height: 38px;
  height: 38px; }
  .header__auth a {
    padding-left: 30px;
    position: relative;
    margin-right: 10px;
    float: left;
    height: 38px;
    display: inline-block; }

.header__menu {
  float: right; }

.header__menu-link {
  float: left;
  margin-left: 40px;
  line-height: 38px; }
  .header__menu-link:first-of-type {
    margin-left: 0; }

.header__login:before {
  content: '';
  display: block;
  position: absolute;
  width: 17px;
  height: 15px;
  background: transparent url("/i/app/login.svg") center no-repeat;
  left: 0px;
  top: 10px; }

.header__logout:before {
  content: '';
 /* display: block; */
 /* position: absolute; */
/*  width: 11px; */
/*  height: 14px; */
/*  background: transparent url("/i/app/logout.svg") center no-repeat; */
/*  left: 10px;*/
/*  top: 11px; */
}

.header__bottom {
  background-color: white;
  height: 78px;
  padding: 15px 0; }

.header__logo {
  height: 48px; }
  .header__logo img {
    max-height: 48px;
    max-width: 193px; }

.header__add-post {
  display: inline-block;
  float: right;
  height: 48px;
  width: 220px;
  line-height: 48px;
  text-transform: uppercase;
  font-size: 13px; }

.header__menu-mobile {
  display: none; }

.header__hamburger {
  display: none; }

/* Footer */
.footer {
  background-color: #363f45; }
  .footer .wrapper {
    padding: 0 30px; }
    .footer .wrapper:first-of-type {
      height: 75px;
      padding-top: 30px; }
    .footer .wrapper:last-of-type {
      padding-bottom: 30px; }

.footer__copyright {
  color: #a3b1ba;
  font-size: 14px;
  font-weight: 400;
  float: left; }

.footer__menu {
  float: right; }

.footer__menu-link {
  float: left;
  margin-left: 45px; }
  .footer__menu-link:first-of-type {
    margin-left: 0; }
  .footer__menu-link a {
    color: white;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none; }
    .footer__menu-link a:hover {
      color: #9fdbf4; }

.footer__payment-systems {
  float: right; }

.footer__payment-system-logo {
  float: left;
  margin-left: 30px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .footer__payment-system-logo:first-of-type {
    margin-left: 0; }
  .footer__payment-system-logo img {
    margin: auto; }

.footer__yandex-metrika {
  float: left; }

/* Single post */
.post {
  background-color: white;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
  padding: 23px 20px;
  border-radius: 3px;
  margin-bottom: 20px; }

.post__title {
  color: #49535a;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 22px; }

.post__phone {
  margin-top: 25px;
  height: 66px;
  line-height: 66px;
  font-size: 20px;
  font-weight: 900;
  cursor: pointer;
  text-decoration: none; }
  .post__phone.post__phone-hidden:before {
    content: '';
    display: inline-block;
    position: relative;
    width: 23px;
    height: 23px;
    background: transparent url("/i/app/button-phone.svg") center no-repeat;
    margin-right: 15px;
    top: 5px; }
  .post__phone.post__phone-visible {
    background: -webkit-linear-gradient(90deg, #edc52f, #f3ca31);
    background: linear-gradient(0deg, #edc52f, #f3ca31);
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    color: #49535a;
    font-size: 30px;
    cursor: default; }

.post__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.post__img-section {
  margin-right: 20px;
  min-width: 200px;
  float: left;
  position: relative; }

.post__img-container {
  max-width: 208px; }
  .post__img-container img {
    max-width: 100%;
    max-height: 200px;
    border-radius: 4px;
    margin: 0 auto; }

.post__desc-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  position: relative; }

.post__price-table {
  float: left;
  position: relative; }
  .post__price-table table {
    background-color: #f6f6f6;
    border-radius: 4px; }
  .post__price-table tr {
    white-space: nowrap;
    border-bottom: 2px solid white;
    height: 52px; }
  .post__price-table td {
    vertical-align: middle;
    font-size: 13px;
    font-weight: 400;
    color: #737373;
    padding-left: 10px; }
    .post__price-table td:last-of-type {
      padding-right: 15px;
      font-weight: 900; }

.post__desc-text {
  font-size: 13px;
  color: #49535a;
  font-weight: 400;
  line-height: 21px;
  max-width: 360px;
  -ms-flex-preferred-size: 360px;
      flex-basis: 360px;
  float: left;
  position: relative; }

.post__button-container {
  padding-top: 20px; }

.post__button-up {
  margin-bottom: 20px;
  height: 35px;
  line-height: 31px;
  text-align: center;
  display: block;
  color: #1da8e1;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  /*Border*/
  border-radius: 4px;
  border-top: 2px solid #28b2ea;
  border-bottom: 2px solid #0e9bd5;
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat;
  background-size: 2px 100%;
  background-image: -webkit-linear-gradient(90deg, #0e9bd5, #28b2ea), -webkit-linear-gradient(90deg, #0e9bd5, #28b2ea);
  background-image: linear-gradient(0deg, #0e9bd5, #28b2ea), linear-gradient(0deg, #0e9bd5, #28b2ea); }
  .post__button-up:before {
    content: '';
    display: inline-block;
    position: relative;
    width: 11px;
    height: 10px;
    background: transparent url("/i/app/arrow-blue-up.svg") center no-repeat;
    margin-right: 5px; }
  .post__button-up:hover {
    background: transparent -webkit-linear-gradient(90deg, #edc52f, #f3ca31) 100% center;
    background: transparent linear-gradient(0deg, #edc52f, #f3ca31) 100% center;
    border-top-color: transparent;
    border-bottom-color: transparent;
    color: #49535a; }
    .post__button-up:hover:before {
      background: transparent url("/i/app/arrow-grey-up.svg") center no-repeat; }

.post__number {
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  color: #8c8c8c;
  font-size: 13px;
  text-align: center;
  height: 35px;
  line-height: 33px;
  margin-bottom: 20px; }

@media screen and (max-width: 850px) {
  .post__desc-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .post__price-table {
    margin-right: 0;
    margin-bottom: 20px;
    float: none; }
    .post__price-table table {
      width: 100%; }
  .post__desc-text {
    float: none;
    max-width: 570px;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

@media screen and (max-width: 768px) {
  .footer__menu-link {
    margin-left: 10px; } }

@media screen and (max-width: 600px) {
  .post__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .post__img-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    margin-right: 0; }
  .post__img-container {
    width: 200px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0.0001 200px;
            flex: 1 0.0001 200px; }
  .post__button-container {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 5 100%;
            flex: 1 5 100%;
    margin-left: 20px;
    padding-top: 0; }
  .post__button-up, .post__number {
    width: 100%;
    height: 65px;
    line-height: 61px; }
  .footer__menu-link {
    float: none;
    margin-left: 0;
    margin-bottom: 10px;
    text-align: right; }
  .footer .wrapper {
    position: relative; }
    .footer .wrapper:first-of-type {
      height: auto;
      margin-bottom: 20px; }
  .footer__yandex-metrika {
    position: absolute;
    top: -60px;
    left: 30px; }
  .footer__payment-systems {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .footer__payment-system-logo {
    margin-left: 0;
    float: none;
    width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%; }
  .header__menu {
    display: none; }
  .header__hamburger {
    margin-top: 8px;
    display: block;
    float: right;
    position: relative;
    z-index: 40;
    width: 22px;
    height: 22px; }
    .header__hamburger span {
      height: 4px;
      display: block;
      background-color: #9fb2bc;
      border-radius: 2px;
      -webkit-transition: all .3s ease-in-out 0s;
              transition: all .3s ease-in-out 0s;
      position: absolute;
      width: 100%;
      -webkit-transform-origin: left center;
              transform-origin: left center;
      left: 0; }
      .header__hamburger span:nth-of-type(1) {
        top: 0; }
      .header__hamburger span:nth-of-type(2) {
        top: 8px; }
      .header__hamburger span:nth-of-type(3) {
        top: 16px; }
  .header__menu-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 29;
    background: rgba(46, 61, 77, 0.7); }
    .header__menu-mobile.header__menu-mobile_active {
      display: block; }
      .header__menu-mobile.header__menu-mobile_active + .header__hamburger span:nth-of-type(1) {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .header__menu-mobile.header__menu-mobile_active + .header__hamburger span:nth-of-type(2) {
        width: 0; }
      .header__menu-mobile.header__menu-mobile_active + .header__hamburger span:nth-of-type(3) {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
  .header__menu-mobile-list {
    position: fixed;
    width: 320px;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 30;
    background-color: #fff;
    padding: 70px 35px 20px; }
  .header__menu-mobile-link {
    margin-bottom: 30px; }
    .header__menu-mobile-link a {
      font-size: 16px;
      color: #00aae4;
      text-decoration: none;
      font-weight: 700; }
    .header__menu-mobile-link:first-of-type a {
      color: #49535a; } }

@media screen and (max-width: 480px) {
  .post__phone a {
    color: #49535a;
    text-decoration: none; }
  .post__desc-text {
    display: none; }

    .header__bottom {
    display: none; }
    .post__button-container {
    display: none; }
  .post__price-table {
    margin-bottom: 0; }
  .post__number {
    padding-top: 10px;
    line-height: 20px; }
    .post__number span {
      display: block; }
  .header__add-post {
    width: 200px; } }

@media screen and (max-width: 420px) {
  .post {
    padding: 23px 10px; }
  .post__phone {
    font-size: 16px; }
    .post__phone.post__phone-visible {
      font-size: 24px; }
  .post__desc-section {
    width: 100%; }
  .post__img-section {
    width: 100%; }
  .post__price-table {
    width: 100%; }
    .post__price-table td {
      padding-left: 5px; }
      .post__price-table td:last-of-type {
        padding-right: 5px; }
  .post__info, .post__img-section, .post__desc-section {
    display: block; }
  .post__img-container {
    width: 100%;
    max-width: none;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-bottom: 20px; }
    .post__img-container img {
      display: block; }
  .post__button-container {
    margin-left: 0; }
  .footer__copyright {
    float: none; }
  .footer__menu {
    float: none;
    margin-top: 10px; }
  .footer__menu-link {
    text-align: left; }
  .footer__yandex-metrika {
    position: static;
    float: none;
    margin-bottom: 20px; }
  .footer__payment-system-logo {
    width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-bottom: 10px; }
  .header__logo {
    display: inline-block;
    width: 110px;
    height: 30px; }
  .header__add-post {
    height: 30px;
    line-height: 30px;
    width: 180px;
    font-size: 12px; }
  .header__bottom {
    height: auto; }
  .header__auth:after {
    clear: both;
    content: '';
    display: block; }
  .header__auth a {
    margin-right: 0;
    padding-left: 25px;
    float: left; }
    .header__auth a:before {
      top: 11px; } }

.pager {
  margin: 5px 0 5px 0;
  width: 100%;
  color: #69c9f0;
}

.pager a {
  color: #69c9f0;
  text-decoration: none;
}

.pager a:hover {
  color: red;
  text-decoration: underline;
}

.pager .prev {
  width: 50%;
}

.pager .next {
  width: 50%;
  text-align: right;
}

input.disabled {
  user-select : none;
  -moz-user-select : none;
  -webkit-user-select : none;
  color: gray;
  cursor: pointer;
  background-color: #eeeeee;
}

.js-city-item {
  margin: 0;
}


.service_img {
   /* display: flex;
    flex-wrap: wrap;
    width: 44%;
    margin-top: 25px;
    justify-content: space-between;*/
      float: left;
    display: flex;
    width: 50%;
    flex-wrap: wrap;

}

/*.service_img a:first-of-type {
margin-right: 5px;
margin-bottom: 5px;
}*/
.service_img img {
       width: 125px;
    margin: auto;
}

/*.left_service{
width: 52%;
}*/


.post__desc-section {
    width: 100%;
}

.post__price-table {
    width: 100%;
}

.post__price-table table {
    width: 100%;
}

.post__price-table td:last-of-type {
    text-align: center;
}




* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
}

body {
  font-family: Roboto;
  color: rgb(73, 83, 90);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  width: calc(100% - 40px);
  max-width: 1170px;
  margin: 0 auto;
}

section {
  margin: 100px 0;
}


h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 43px;
  max-width: 577px;
  margin-bottom: 34px;
}

h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 30px;
}

h3 span {
    color: #1DA8E1;
}


p:last-child, p:empty {
    /* margin: 0; */
}

section.excavator-demand {}

h2.excavator-demand_title {
    max-width: 674px;
}

h2 span {
    color: #1DA8E1;
}

.excavator-demand_text {
    margin-bottom: 18px;
}

.excavator-demand_row {
    display: flex;
    gap: 15px;
    counter-reset: item;
}

.excavator-demand_item {
    box-sizing: border-box;
    border: 1px solid rgba(73, 83, 90, 0.2);
    border-radius: 6px;
    padding: 16px;
    min-height: 121px;
    width: 380px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    gap: 43px;
}

.excavator-demand_item:before {
    content: "0" counter(item) "/";
    counter-increment: item;
    font-size: 14px;
    line-height: 16px;
    opacity: 0.4;
}

section.excavator-application {}

.excavator-application_block {
    display: flex;
    flex-wrap: wrap;
    gap: 0 15px;
    margin-bottom: 100px;
}

.excavator-application_block-left {
    width: 380px;
    max-width: 100%;
}

.excavator-application_block-right {
    width: 775px;
    max-width: 100%;
}

.excavator-application_text {
    margin-bottom: 16px;
}

.excavator-application_slider {
    overflow: hidden;
    position: relative;
}

h3.excavator-application_slider-title {
    padding-right: 200px;
}

.excavator-application_slide.swiper-slide {
    width: 380px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

img.excavator-application_slide-img {
    width: 100%;
    display: block;
    aspect-ratio: 76/45;
    margin-bottom: 10px;
    border-radius: 6px;
    overflow: hidden;
    object-fit: cover;
}

.excavator-application_slide-number {
    font-size: 16px;
    line-height: 25px;
    opacity: 0.4;
}

.excavator-application_slide-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    max-width: 350px;
    text-align: right;
}

.excavator-application_slider .swiper-wrapper {
    margin-bottom: 50px;
}

.excavator-application_row {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    counter-reset: item;
}

.excavator-application_item {
    box-sizing: border-box;
    border: 1px solid rgba(73, 83, 90, 0.2);
    border-radius: 6px;
    padding: 18px;
    width: 383px;
    min-height: 100px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    gap: 22px;
}

.excavator-application_item:before {
    content: "0" counter(item) "/";
    counter-increment: item;
    font-size: 14px;
    line-height: 16px;
    opacity: 0.4;
}

.excavator-application_col {
    counter-reset: item;
    border-bottom: 1px solid rgba(73, 83, 90, 0.2);
    margin-bottom: 24px;
}

.excavator-application_col .excavator-application_item {
    width: 100%;
    border: none;
    border-top: 1px solid rgba(73, 83, 90, 0.2);
    padding: 12px 0px 12px 0px;
    min-height: auto;
    gap: 14px;
    border-radius: 0;
    font-size: 18px;
    line-height: 25px;
}

img.excavator-application_block-img {
    margin-top: 34px;
    border-radius: 14px;
    overflow: hidden;
}

.excavator-application_block-full {
    width: 100%;
}

section.excavator-kinds {}

.excavator-kinds_block {
    display: flex;
    flex-wrap: wrap;
    gap: 0 15px;
    margin-bottom: 100px;
}

.excavator-kinds_block-left {
    width: 380px;
    max-width: 100%;
}

.excavator-kinds_block-right {
    width: 775px;
    max-width: 100%;
}

.excavator-kinds_text {
    margin-bottom: 24px;
}

.excavator-kinds_row-title {
    font-weight: 500;
    margin-bottom: 18px;
    display: block;
}

.excavator-kinds_row {
    display: flex;
    gap: 9px;
}

.excavator-kinds_item {
    box-sizing: border-box;
    border: 1px solid rgba(73, 83, 90, 0.2);
    border-radius: 6px;
    padding: 18px;
    width: 383px;
    max-width: 100%;
    min-height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    gap: 34px;
}

.excavator-kinds_item-name {
    opacity: 0.4;
    font-size: 14px;
    line-height: 16px;
}

.excavator-kinds_col {
    counter-reset: item;
    border-bottom: 1px solid rgba(73, 83, 90, 0.2);
}

.excavator-kinds_col .excavator-kinds_item {
    width: 100%;
    border: none;
    border-top: 1px solid rgba(73, 83, 90, 0.2);
    padding: 12px 0px 12px 0px;
    min-height: auto;
    gap: 14px;
    border-radius: 0;
    font-size: 18px;
    line-height: 25px;
}

.excavator-kinds_col .excavator-kinds_item:before {
    content: "0" counter(item) "/";
    counter-increment: item;
    font-size: 14px;
    line-height: 16px;
    opacity: 0.4;
}

.excavator-kinds_slide.swiper-slide {
    width: 380px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

img.excavator-kinds_slide-img {
    width: 100%;
    display: block;
    aspect-ratio: 76/45;
    margin-bottom: 10px;
    border-radius: 6px;
    overflow: hidden;
    object-fit: cover;
}

.excavator-kinds_slide-number {
    font-size: 16px;
    line-height: 25px;
    opacity: 0.4;
}

.excavator-kinds_slide-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    max-width: 350px;
    text-align: right;
}

.excavator-kinds_slider {
  overflow: hidden;
  position: relative;
}

h3.excavator-kinds_slider-title {
    padding-right: 200px;
}

.excavator-kinds_slider .swiper-wrapper {
    margin-bottom: 50px;
}

section.excavator-rent {
    background: rgb(235, 243, 246);
    padding: 80px 0;
}

h2.excavator-rent_title {
    max-width: 100%;
}

.excavator-rent_text {
    margin-bottom: 20px;
    max-width: 775px;
}

.excavator-rent_text b {
  font-weight: 500;
}

.excavator-rent_row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.excavator-rent_item {
    width: 380px;
    min-height: 170px;
    max-width: 100%;
    border-radius: 6px;
    background: rgb(255, 255, 255);
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 22px;
}

.excavator-rent_item.full {
    width: 100%;
}

.excavator-rent_item-title {
    opacity: 0.4;
    font-size: 14px;
    line-height: 16px;
}

.excavator-rent_item-text {
    font-weight: 500;
}

section.excavator-features {}

.excavator-features_block {
    display: flex;
    flex-wrap: wrap;
    gap: 0 15px;
    margin-bottom: 100px;
}

.excavator-features_block-left {
    width: 380px;
    max-width: 100%;
}

.excavator-features_block-right {
    width: 775px;
    max-width: 100%;
}

.excavator-features_text {
    margin-bottom: 24px;
}

.excavator-features_row-title {
    font-weight: 500;
    margin-bottom: 18px;
    display: block;
}

.excavator-features_row {
    display: flex;
    gap: 9px;
}

.excavator-features_item {
    box-sizing: border-box;
    border: 1px solid rgba(73, 83, 90, 0.2);
    border-radius: 6px;
    padding: 18px;
    width: 383px;
    max-width: 100%;
    min-height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    gap: 34px;
}

.excavator-features_item-name {
    opacity: 0.4;
    font-size: 14px;
    line-height: 16px;
}

.excavator-features_block-full {
    width: 100%;
}

.excavator-features_text-row {
    display: flex;
    gap: 16px;
    margin-bottom: 34px;
    width: 100%;
}

.classexcavator-features_text-col {
    width: 577px;
    max-width: 100%;
}

.excavator-features_text {
    font-weight: 500;
}

img.excavator-features_block-img {
    border-radius: 14px;
    overflow: hidden;
}

.excavator-features_block.hire .excavator-features_row {
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
}

.excavator-features_block.hire .excavator-features_item {
    width: 380px;
    min-height: 130px;
}

.excavator-features_block.hire .excavator-features_item.full {
    width: 100%;
}

section.excavator-prices {
    padding: 74px 0 80px;
    background: rgb(235, 243, 246);
}

.excavator-prices_row {
    display: flex;
    gap: 9px;
}

.excavator-prices_item {
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    background: rgb(255, 255, 255);
    width: 383px;
    min-height: 320px;
    max-width: 100%;
    padding: 18px;
}

.excavator-prices_item-name {
    opacity: 0.4;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 37px;
}

.excavator-prices_item-title {
    margin-top: auto;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.excavator-prices_item-text {
    margin-top: 8px;
    opacity: 0.8;
}

section.excavator-specific {}

h2.excavator-specific_title {
    max-width: 100%;
}

.excavator-specific_row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 100px;
}

.excavator-specific_item {
    border: 1px solid rgba(73, 83, 90, 0.2);
    border-radius: 6px;
    background: rgb(255, 255, 255);
    width: 577px;
    max-width: 100%;
    min-height: 485px;
    padding: 18px;
    display: flex;
    flex-direction: column;
}

img.excavator-specific_item-img {
    width: 100%;
    aspect-ratio: 27/10;
    object-fit: cover;
    margin-bottom: 10px;
}

.excavator-specific_item-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 8px;
}

.excavator-specific_item-text {
    opacity: 0.8;
    font-size: 15px;
    line-height: 23px;
}

.excavator-specific_table {}

.excavator-specific_table-header {
    display: none;
}

.excavator-specific_table table {
    width: 100%;
    margin-bottom: 30px;
}

.excavator-specific_table thead {
    background: rgb(29, 168, 225);
    border-bottom: 1px solid #FFF;
}

.excavator-specific_table tbody {}

.excavator-specific_table th {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: rgb(255, 255, 255);
    padding: 19px 0;
    width: 225.5px;
    max-width: calc(100%/5);
    white-space: nowrap;
    text-align: center;
    border-right: 1px solid #FFF;
}

.excavator-specific_table td {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    padding: 19px 20px 19px 20px;
    border-right: 1px solid #FFF;
}

.excavator-specific_table th.mob-and-pc {
    min-width: 264px;
}

.excavator-specific_table th.mob-only {
    display: none;
}

.excavator-specific_table tbody tr {
    background: rgb(244, 244, 244);
    border-bottom: 1px solid #FFF;
}

.excavator-specific_table tbody tr:nth-child(even) {
    background: rgb(250, 250, 250);
}

.excavator-specific_table span.excavator-specific_table-true {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: rgb(29, 168, 225) url(img/галка.png);
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    margin: 0 auto;
}

.excavator-specific_table span.excavator-specific_table-fales {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: rgb(221, 221, 221) url(img/крестик.png);
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    margin: 0 auto;
}

.excavator-specific_table th:last-child, .excavator-specific_table td:last-child {
    border: none;
}

.excavator-specific_table td:has(span) {
    vertical-align: middle;
}

.excavator-specific_table tbody tr:last-child {
    border: none;
}

.excavator-specific_text {
    margin-bottom: 18px;
}

section.excavator-choice {}

.excavator-choice_block {
    display: flex;
    flex-wrap: wrap;
    gap: 0 15px;
    margin-bottom: 100px;
}

.excavator-choice_block-left {
    width: 380px;
    max-width: 100%;
}

.excavator-choice_block-right {
    width: 775px;
    max-width: 100%;
}

.excavator-choice_text {
    margin-bottom: 18px;
}

.excavator-choice_col {
    counter-reset: item;
    border-bottom: 1px solid rgba(73, 83, 90, 0.2);
    margin-bottom: 24px;
}

.excavator-choice_col .excavator-choice_item {
    width: 100%;
    border: none;
    border-top: 1px solid rgba(73, 83, 90, 0.2);
    padding: 12px 0px 12px 0px;
    min-height: auto;
    gap: 14px;
    border-radius: 0;
    font-size: 18px;
    line-height: 25px;
}

.excavator-choice_col .excavator-choice_item:before {
    content: "0" counter(item) "/";
    counter-increment: item;
    font-size: 14px;
    line-height: 16px;
    opacity: 0.4;
}

.excavator-choice_item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    border: 1px solid rgba(73, 83, 90, 0.2);
    border-radius: 6px;
    padding: 18px;
    width: 380px;
    min-height: 170px;
    max-width: 100%;
}

.excavator-choice_row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 30px;
    max-width: 100%;
}

.excavator-choice_item.full {
    width: 100%;
}

.excavator-choice_item-name {
    opacity: 0.4;
    font-size: 14px;
    line-height: 16px;
}

img.excavator-choice_block-img {
    border-radius: 14px;
    margin-top: 34px;
}

.excavator-choice_block-full {
    width: 100%;
}

section.excavator-where {
    padding: 80px 0;
    background: rgb(235, 243, 246);
}

h2.excavator-where_title {
    max-width: 100%;
}

.excavator-where_text {
    margin-bottom: 18px;
}

.excavator-where_row {
    display: flex;
    gap: 16px;
}

.excavator-where_item {
    background: rgb(255, 255, 255);
    width: 577px;
    min-height: 446px;
    max-width: 100%;
    padding: 18px 18px 16px;
    display: flex;
    flex-direction: column;
    border-radius: 6px;
}

.excavator-where_item-title {
    font-size: 14px;
    line-height: 16px;
    opacity: 0.4;
    margin-bottom: 37px;
}

.excavator-where_item-text {
    margin-top: auto;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

img.excavator-where_item-img {
    border-radius: 6px;
/* 4 грани */
    box-shadow: 4px 0px 20px 0px rgba(59, 45, 71, 0.02),0px 4px 30px 0px rgba(59, 45, 71, 0.06);
}

section.excavator-recommendations {}

h2.excavator-recommendations_title {
    max-width: 100%;
}

.excavator-recommendations_text {
    margin-bottom: 18px;
}

.excavator-recommendations_row {
    display: flex;
    gap: 15px;
    margin-bottom: 34px;
}

.excavator-recommendations_item {
    border: 1px solid rgba(73, 83, 90, 0.2);
    border-radius: 6px;
    padding: 16px;
    width: 380px;
    min-height: 240px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

span.excavator-recommendations_item-title {
    opacity: 0.4;
    font-size: 14px;
    line-height: 16px;
}

.excavator-recommendations_item-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

section.our-features {}

h2.our-features_title {
    max-width: 100%;
}

p.our-features_text {
    margin-bottom: 20px;
}

.our-features_block {
    display: flex;
    gap: 16px;
    margin-bottom: 53px;
}

img.our-features_block-left {
    width: 379px;
    height: 459px;
    border-radius: 6px;
    object-fit: cover;
}

.our-features_block-right {}

.our-features_col {}

.our-features_col {
    counter-reset: item;
    border-bottom: 1px solid rgba(73, 83, 90, 0.2);
    margin-bottom: 18px;
}

.our-features_item {
    width: 100%;
    border: none;
    border-top: 1px solid rgba(73, 83, 90, 0.2);
    padding: 12px 0px 12px 0px;
    min-height: auto;
    gap: 14px;
    border-radius: 0;
    font-size: 18px;
    line-height: 25px;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}

.our-features_item:before {
    content: "0" counter(item) "/";
    counter-increment: item;
    font-size: 14px;
    line-height: 16px;
    opacity: 0.4;
}

.our-features_epilog {
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
}

.our-features_epilog span {
    color: #1DA8E1;
}

footer {
  position: relative;
  padding: 65px 0 50px;
  background: #FFF;
}

footer .container {
  display: flex;
  flex-direction: column;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.footer-copyright {
  color: rgb(96, 96, 96);
  font-size: 14px;
  line-height: 14px;
}

.footer-copyright a {
  color: rgb(0, 0, 0);
}

ul.footer-menu {
  display: flex;
  gap: 65.5px;
  align-items: center;
}

ul.footer-menu li {
  list-style: none;
  color: rgb(29, 168, 225);
  font-size: 14px;
  line-height: 14px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: flex-end;
}

.excavator-application_slider-nav {
    position: absolute;
    right: 0;
    display: flex;
    gap: 20px;
    transform: translateY(-84px);
}

.excavator-application_slider-nav span {
    width: 52px;
    height: 52px;
    border: 1px solid rgba(13, 7, 30, 0.03);
    background: rgb(255, 255, 255);
    border-radius: 100%;
    background-position: center!important;
    background-repeat: no-repeat!important;
    cursor: pointer;
}

span.excavator-application_slider-prev {
    background: url(img/prev.png);
}

span.excavator-application_slider-next {
    background: url(img/next.png);
}

.excavator-kinds_slider-nav {
    position: absolute;
    right: 0;
    display: flex;
    gap: 20px;
    transform: translateY(-84px);
}

.excavator-kinds_slider-nav span {
    width: 52px;
    height: 52px;
    border: 1px solid rgba(13, 7, 30, 0.03);
    background: rgb(255, 255, 255);
    border-radius: 100%;
    background-position: center!important;
    background-repeat: no-repeat!important;
    cursor: pointer;
}

span.excavator-kinds_slider-prev {
    background: url(img/prev.png);
}

span.excavator-kinds_slider-next {
    background: url(img/next.png);
}

@media (max-width: 1200px) {
  body {
    zoom: .85;
  }
}

@media (max-width: 1000px) {
  body {
    zoom: .7;
  }
}

@media(max-width: 768px) {
  body {
    zoom: 1;
    font-size: 14px;
    line-height: 20px;
  }

  section {
    margin: 50px 0;
  }

  h2 {
    font-size: 26px;
    line-height: 33px;
    max-width: 100%;
    margin-bottom: 24px;
  }


  .excavator-demand_text {
    margin-bottom: 14px;
}

.excavator-demand_row {
    flex-direction: column;
    gap: 8px;
}

.excavator-demand_item {
    min-height: 90px;
    padding: 14px;
    font-size: 17px;
    line-height: 22px;
}

.excavator-demand_item:before {
    font-size: 12px;
}

.excavator-application_text {
    margin-bottom: 14px;
}

.excavator-application_block {
    margin-bottom: 15px;
}

h3.excavator-application_slider-title {
    padding: 0;
}

h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
}

img.excavator-application_slide-img {
    margin-bottom: 6px;
    aspect-ratio: 64/ 45;
}

.excavator-application_slide-number {
    font-size: 14px;
    line-height: 20px;
    opacity: 0.7;
}

.excavator-application_slide-title {
    font-size: 14px;
    line-height: 20px;
    max-width: 290px;
}

.excavator-application_slider .swiper-wrapper {
    margin-bottom: 30px;
}

.excavator-application_slider .excavator-application_text {
    font-weight: 500;
}

.excavator-application_row {
    flex-direction: column;
    gap: 8px;
}

.excavator-application_item {
    min-height: 90px;
    padding: 14px;
    font-size: 17px;
    line-height: 22px;
}

.excavator-application_slider {
    margin-bottom: 50px;
}

.excavator-application_col .excavator-application_item {
    padding: 10px 0px 10px 0px;
    gap: 8px;
    font-size: 16px;
    line-height: 24px;
}

.excavator-application_item:before {
    font-size: 12px;
}

img.excavator-application_block-img {
    margin-top: 24px;
    aspect-ratio: 64 / 40;
    object-fit: cover;
    border-radius: 8px;
}

h2.excavator-kinds_title br {
    display: none;
}

.excavator-kinds_text {
    margin-bottom: 14px;
}

.excavator-kinds_row-title {
    margin-bottom: 12px;
}

.excavator-kinds_row {
    flex-direction: column;
    gap: 8px;
}

.excavator-kinds_item {
    min-height: 200px;
    gap: 12px;
    padding: 14px;
}

.excavator-kinds_item-name {
    font-size: 12px;
}

.excavator-kinds_block {
    margin-bottom: 50px;
}

.excavator-kinds_col .excavator-kinds_item {
    padding: 10px 0px 10px 0px;
    gap: 8px;
    font-size: 16px;
    line-height: 24px;
}

.excavator-kinds_item:before {
    font-size: 12px;
}

.excavator-kinds_col .excavator-kinds_item:before {
    font-size: 12px;
}

.excavator-kinds_slider {}

h3.excavator-kinds_slider-title {
    padding: 0;
}

img.excavator-kinds_slide-img {
    margin-bottom: 6px;
    aspect-ratio: 64/ 45;
}

.excavator-kinds_slide-number {
    font-size: 14px;
    line-height: 20px;
    opacity: 0.7;
}

.excavator-kinds_slide-title {
    font-size: 14px;
    line-height: 20px;
    max-width: 290px;
}

.excavator-kinds_slider .swiper-wrapper {
    margin-bottom: 30px;
}

section.excavator-rent {
    padding: 40px 0;
}

.excavator-rent_text {
    margin-bottom: 14px;
}

.excavator-rent_row {
    flex-direction: column;
    gap: 9px;
}

.excavator-rent_item {
    min-height: 140px;
    gap: 16px;
    padding: 14px;
}

.excavator-rent_item.full {
    gap: 28px;
}

.excavator-rent_item-title {
    font-size: 12px;
}

.excavator-rent_item-text {}

.excavator-features_text {
    margin-bottom: 14px;
    font-weight: 400;
}

.excavator-features_row-title {
    margin-bottom: 12px;
}

.excavator-features_row {
    flex-direction: column;
    gap: 8px;
}

.excavator-features_item {
    min-height: 200px;
    gap: 12px;
    padding: 14px;
}

.excavator-features_item-name {
    font-size: 12px;
}

.excavator-features_block {
    margin-bottom: 50px;
}

.excavator-features_text-row {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
}

.classexcavator-features_text-col .excavator-features_text {
    font-weight: 500;
}

img.excavator-features_block-img {
    aspect-ratio: 64 / 40;
    object-fit: cover;
    border-radius: 8px;
}

.excavator-features_block.hire .excavator-features_row {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 14px;
}

.excavator-features_block.hire .excavator-features_item {
    min-height: 110px;
    padding: 14px;
    gap: 26px;
    font-size: 14px;
    line-height: 20px;
}

section.excavator-prices {
    padding: 40px 0;
}

.excavator-prices_row {
    flex-direction: column;
    gap: 8px;
}

.excavator-prices_item {
    min-height: 270px;
    padding: 14px;
}

.excavator-prices_item-name {
    font-size: 12px;
    margin-bottom: 10px;
}

.excavator-prices_item-title {
    margin-bottom: 8px;
    font-size: 16px;
}

.excavator-prices_item-text {}

.excavator-specific_row {}

.excavator-specific_item {
    min-height: auto;
    padding: 14px;
}

img.excavator-specific_item-img {
    aspect-ratio: 146 / 100;
}

.excavator-specific_item-title {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 6px;
}

.excavator-specific_item-text {
    font-size: 13px;
    line-height: 20px;
}

.excavator-specific_table-header {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.excavator-specific_table-header span {
    border-radius: 4px;
    background: rgb(221, 221, 221);
    padding: 9px 14px 9px 14px;
    color: rgba(73, 83, 90, 0.7);
    font-family: Roboto;
    font-weight: 500;
}

.excavator-specific_table-header span.active {
    background: rgb(29, 168, 225);
    color: rgb(255, 255, 255);
}

.excavator-specific_table table {
    margin-bottom: 18px;
}

.excavator-specific_table th {
    display: none;
    padding: 10px 20px 10px 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
}

.excavator-specific_table th.mob-and-pc, .excavator-specific_table th.mob-only {
    display: table-cell;
}

.excavator-specific_table td[data-tab] {
    display: none;
}

.excavator-specific_table td[data-tab].active {
    display: table-cell;
}

.excavator-specific_table th.mob-and-pc {
    min-width: auto;
}

.excavator-specific_table td {
    padding: 9px 10px 9px 10px;
    font-size: 14px;
    line-height: 20px;
}

.excavator-specific_table span.excavator-specific_table-true {
    width: 16px;
    height: 16px;
    background-size: 5.76px auto;
}

.excavator-specific_table span.excavator-specific_table-fales {
    width: 16px;
    height: 16px;
    background-size: 7.76px auto;
}

.excavator-specific_table th.mob-only {
    max-width: 125px;
    min-width: 125px;
}

.excavator-specific_text {
    margin-bottom: 12px;
}

.excavator-choice_text {
    margin-bottom: 12px;
}

.excavator-choice_block {
    margin-bottom: 50px;
}

.excavator-choice_col .excavator-choice_item {
    gap: 8px;
    padding: 10px 0px 10px 0px;
    font-size: 16px;
    line-height: 24px;
}

.excavator-choice_col .excavator-choice_item:before {
    font-size: 12px;
}

.excavator-choice_row {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
}

.excavator-choice_item {
    padding: 14px;
    gap: 6px;
    min-height: 170px;
    font-size: 14px;
    line-height: 20px;
}

.excavator-choice_item-name {
    font-size: 12px;
}

img.excavator-choice_block-img {
    aspect-ratio: 64 / 40;
    object-fit: cover;
    border-radius: 8px;
    margin: 0;
}

section.excavator-where {
    padding: 40px 0;
}

.excavator-where_text {
    margin-bottom: 14px;
}

.excavator-where_row {
    flex-direction: column;
    gap: 6px;
    max-width: 100%;
}

.excavator-where_item {
    min-height: auto;
    padding: 14px 14px 16px;
}

.excavator-where_item-title {
    font-size: 12px;
    margin-bottom: 30px;
}

.excavator-where_item-text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 14px;
}

.excavator-recommendations_text {}

.excavator-recommendations_row {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px;
}

.excavator-recommendations_item {
    padding: 14px;
    gap: 16px;
    min-height: 200px;
}

span.excavator-recommendations_item-title {
    font-size: 12px;
}

.excavator-recommendations_item-text {
    font-size: 14px;
    line-height: 20px;
}

.our-features_block {flex-direction: column-reverse;gap: 24px;margin-bottom: 50px;}

img.our-features_block-left {
    max-width: 100%;
    aspect-ratio: 64 / 40;
    object-fit: cover;
    border-radius: 8px;
    height: auto;
}

.our-features_block-right {}

.our-features_col {
    margin-bottom: 20px;
}

.our-features_item {
    padding: 10px 0px 10px 0px;
    gap: 8px;
    font-size: 16px;
    line-height: 24px;
}

.our-features_item:before {
    font-size: 12px;
}

.our-features_epilog {
    font-size: 20px;
    line-height: 26px;
}

.excavator-application_slider-nav {
    display: none;
}

.excavator-kinds_slider-nav {
    display: none;
}



  footer {
  }

  footer:before {
    display: none;
  }

  .footer-top {
    gap: 20px;
    flex-direction: column;
    margin-bottom: 50px;
  }

  .footer-copyright {
    text-align: center;
  }

  ul.footer-menu {
    flex-direction: column;
    gap: 22px;
  }

  .footer-bottom {
    gap: 24px;
    justify-content: center;
  }
}
