/* 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;
}

h2 span {
    color: #1DA8E1;
}

h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 30px;
}

h3 span {
    color: #1DA8E1;
}


p:last-child, p:empty {
    /* margin: 0!important; */
}









section.crane-about {}

h3.crane-about_title {
    max-width: 873px;
}

p.crane-about_text {
    margin-bottom: 16px;
}

span.crane-about_row-head {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 16px;
    display: block;
}

.crane-about_row {
    display: flex;
    gap: 16px;
}

.crane-about_item {
    border-radius: 4px;
/* 4 грани */
    box-shadow: 4px 0px 20px 0px rgba(59, 45, 71, 0.02),0px 4px 30px 0px rgba(59, 45, 71, 0.06);
    background: rgb(255, 255, 255);
    padding: 18px;
    width: 577px;
    max-width: 100%;
    min-height: 178px;
    gap: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

span.crane-about_item-title {
    color: rgb(29, 168, 225);
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
}

p.crane-about_item-text {}

p.crane-about_item-text span {
    color: #1DA8E1;
}

section.crane-rent {
    position: relative;
}

.crane-rent_bg {
  position: absolute;
  width: 100%;
  height: calc(100% + 160px);
  top: -80px;
  z-index: -1;
  background: linear-gradient(180.00deg, rgba(255, 255, 255, 0.2), rgba(130, 156, 187, 0.2),rgba(255, 255, 255, 0.2) 100%);
}

.crane-rent_bg:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 218.78px;
  background: linear-gradient(180.00deg, rgba(248, 250, 254, 0),rgb(255, 255, 255) 100%);
  opacity: .2;
}

.crane-rent_block {
    margin-bottom: 100px;
}

h2.crane-rent_title {
    max-width: 100%;
}

p.crane-rent_text {
    margin-bottom: 16px;
}

span.crane-rent_list-head {
    font-weight: 500;
    margin-bottom: 14px;
    display: block;
}

.crane-rent_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.crane-rent_list span {
    display: flex;
    gap: 8.5px;
    border-radius: 4px;
    box-shadow: 4px 0px 20px 0px rgba(59, 45, 71, 0.02), 0px 4px 30px 0px rgba(59, 45, 71, 0.06);
    background: rgb(255, 255, 255);
    align-items: center;
    padding: 8px 12px;
}

.crane-rent_list span:before {
    content: '';
    width: 8px;
    min-width: 8px;
    height: 8px;
    background: rgb(29, 168, 225);
    border-radius: 100%;
}

h3.crane-rent_block-title {
    max-width: 873px;
}

span.crane-rent_riw-head {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    display: block;
    margin-bottom: 14px;
}

.crane-rent_slider {
    margin-bottom: 16px;
}

.crane-rent_slider .swiper-wrapper {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.crane-rent_item.swiper-slide {
    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);
    background: rgb(255, 255, 255);
    padding: 14px;
    display: flex;
    flex-direction: column;
    width: 280px;
    max-width: 100%;
    min-height: 305px;
}

img.crane-rent_item-img {
    width: 252px;
    height: 160px;
    object-fit: cover;
    border-radius: 5px;
    display: flex;
    margin-bottom: 14px;
}

span.crane-rent_item-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 8px;
}

p.crane-rent_item-text {
    font-size: 15px;
    line-height: 23px;
}

.crane-rent_list.max span {
    max-width: 541px;
}

section.crane-features {}

h2.crane-features_title {}

p.crane-features_text {
    margin-bottom: 20px;
}

.crane-features_row {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
}

.crane-features_row-left, .crane-features_row-right {
    width: 577px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.crane-features_item {
    border-radius: 4px;
/* 4 грани */
    box-shadow: 4px 0px 20px 0px rgba(59, 45, 71, 0.02),0px 4px 30px 0px rgba(59, 45, 71, 0.06);
    background: rgb(255, 255, 255);
    padding: 18px;
    gap: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.crane-features_row-left .crane-features_item {
    height: 100%;
    gap: 8;
}

span.crane-features_item-title {
    color: rgb(29, 168, 225);
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
}

p.crane-features_item-text {}

span.crane-features_list-head {
    margin-bottom: 14px;
    display: block;
}

.crane-features_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}

.crane-features_list span {
    display: flex;
    gap: 8.5px;
    border-radius: 4px;
    box-shadow: 4px 0px 20px 0px rgba(59, 45, 71, 0.02), 0px 4px 30px 0px rgba(59, 45, 71, 0.06);
    background: rgb(255, 255, 255);
    align-items: center;
    padding: 8px 12px;
}

.crane-features_list span:before {
    content: '';
    width: 8px;
    min-width: 8px;
    height: 8px;
    background: rgb(29, 168, 225);
    border-radius: 100%;
}

section.crane-services {
}

.crane-services_block {
    margin-bottom: 50px;
}

.crane-services_block.bg {
    padding: 50px 0;
    background: url(img/services.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.crane-services_block.bg:before, .crane-services_block.bg:after {
    content: '';
    width: 100%;
    position: absolute;
}

.crane-services_block.bg:before {
    height: 354.98px;
    background: linear-gradient(180.00deg, rgb(248, 248, 248), rgba(244, 244, 243, 0) 100%);
    top: 0;
}

.crane-services_block.bg:after {
    height: 228.2px;
    background: linear-gradient(180.00deg, rgba(244, 244, 243, 0), rgb(248, 248, 248) 100%);
    bottom: 0;
}

.crane-services_block.bg .container {
    position: relative;
    z-index: 1;
}

h2.crane-services_title {
    max-width: 873px;
}

.bg .crane-services_text {
    margin-bottom: 16px;
    max-width: 873px;
}

h3.crane-services_subtitle {
    margin-top: 50px;
    max-width: 873px;
}

h3.crane-area_title {
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
}

.crane-services_block table {
    width: 100%;
    margin-bottom: 30px;
}

.crane-services_block thead {
    background: rgb(29, 168, 225);
}

.crane-services_block th {
    width: 296px;
    max-width: 296px;
    padding: 15px 18px 15px 18px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    border-right: 1px solid #FFF;
    text-align: left;
}

.crane-services_block tbody {}

.crane-services_block tbody tr {
    border-bottom: 1px solid #FFF;
    background: rgb(252, 252, 252);
}

.crane-services_block tbody tr:nth-child(even) {
    background: rgb(243, 246, 249);
}

.crane-services_block td {
    border-right: 1px solid #FFF;
    padding: 15px 18px 15px 18px;
}

.crane-services_block tbody tr:last-child, .crane-services_block th:last-child, .crane-services_block td:last-child {
    border: none;
}

.crane-services_block thead tr {
    border-bottom: 1px solid #FFF;
}

.crane-services_block th:last-child {
    width: calc(50% - 2px);
}

.crane-services_block tbody td:first-child {
    font-weight: 500;
}

p.crane-services_text {
    margin-bottom: 16px;
}

section.crane-consider {}

.crane-consider_block {
    margin-bottom: 50px;
}

h2.crane-consider_title {
    max-width: 100%;
}

p.crane-consider_text {
    margin-bottom: 16px;
}

span.crane-consider_list-head {
    font-weight: 500;
    display: block;
    margin-bottom: 14px;
}

.crane-consider_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}

.crane-consider_list span {
    display: flex;
    gap: 8.5px;
    border-radius: 4px;
    box-shadow: 4px 0px 20px 0px rgba(59, 45, 71, 0.02), 0px 4px 30px 0px rgba(59, 45, 71, 0.06);
    background: rgb(255, 255, 255);
    align-items: center;
    padding: 8px 12px;
}

.crane-consider_list span:before {
    content: '';
    width: 8px;
    min-width: 8px;
    height: 8px;
    background: rgb(29, 168, 225);
    border-radius: 100%;
}

section.crane-load {}

.crane-load_block {
    margin-bottom: 50px;
}

h2.crane-load_title {
    max-width: 100%;
}

.crane-load_row {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
}

.crane-load_row-left, .crane-load_row-right {
    width: 577px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.crane-load_item {
    border-radius: 4px;
/* 4 грани */
    box-shadow: 4px 0px 20px 0px rgba(59, 45, 71, 0.02),0px 4px 30px 0px rgba(59, 45, 71, 0.06);
    background: rgb(255, 255, 255);
    padding: 18px;
    gap: 38px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.crane-load_row-left .crane-load_item {
    height: 100%;
    gap: 8;
}

span.crane-load_item-title {
    color: rgb(29, 168, 225);
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
}

p.crane-load_item-text {
  opacity: 0.8;
}

p.crane-load_text {
    margin-bottom: 16px;
}

h3.crane-load_subtitle {}

.crane-load_col {
    display: flex;
    flex-direction: column;
    gap: 10px;
    counter-reset: item;
    margin-bottom: 16px;
}

.crane-load_col span {
    display: flex;
    gap: 6px;
}

.crane-load_col span:before {
    content: "0"counter(item) "/";
    counter-increment: item;
    color: rgb(29, 168, 225);
    font-weight: 500;
}

section.crane-rus {}

h2.crane-rus_title {
    max-width: 100%;
}

.crane-rus_row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 20px;
}

.crane-rus_item {
    border-radius: 4px;
/* 4 грани */
    box-shadow: 4px 0px 20px 0px rgba(59, 45, 71, 0.02),0px 4px 30px 0px rgba(59, 45, 71, 0.06);
/* белый */
    background: rgb(255, 255, 255);
    padding: 18px;
    display: flex;
    flex-direction: column;
    width: 379px;
    max-width: 100%;
    min-height: 431px;
}

.crane-rus_item.half {
    width: calc(50% - 8px);
    min-height: 406px;
}

img.crane-rus_item-img {
    width: 100%;
    height: 208px;
    object-fit: cover;
    margin-bottom: 18px;
    border-radius: 3px;
}

img.crane-rus_item-title {
    width: fit-content;
    height: 30px;
    margin-bottom: 14px;
}

section.crane-import {}

.crane-import_row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.crane-import_item {
    border-radius: 4px;
/* 4 грани */
    box-shadow: 4px 0px 20px 0px rgba(59, 45, 71, 0.02),0px 4px 30px 0px rgba(59, 45, 71, 0.06);
/* белый */
    background: rgb(255, 255, 255);
    padding: 18px;
    display: flex;
    flex-direction: column;
    width: 379px;
    max-width: 100%;
    min-height: 431px;
}

.crane-import_item.half {
    width: calc(50% - 8px);
    min-height: 406px;
}

img.crane-import_item-img {
    width: 100%;
    height: 208px;
    object-fit: cover;
    margin-bottom: 18px;
    object-position: center 80%;
}

img.crane-import_item-title {
    width: fit-content;
    height: 30px;
    margin-bottom: 14px;
}

p.crane-import_text {
    margin-bottom: 16px;
}

section.crane-where {
    padding: 70px 0;
    background: url(img/where.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.crane-where:before, .crane-where:after {
    content: '';
    width: 100%;
    position: absolute;
}

.crane-where:before {
    height: 299.05px;
    background: linear-gradient(180.00deg, rgb(248, 248, 248), rgba(244, 244, 243, 0) 100%);
    top: 0;
}

.crane-where:after {
    height: 192.24px;
    background: linear-gradient(180.00deg, rgba(244, 244, 243, 0), rgb(248, 248, 248) 100%);
    bottom: 0;
}

.crane-where .container {
    position: relative;
    z-index: 1;
}

h2.crane-where_title {
    max-width: 775px;
}

p.crane-where_text {
    max-width: 775px;
    margin-bottom: 16px;
}

section.crane-price {}

.crane-price_col {
    display: flex;
    flex-direction: column;
    gap: 10px;
    counter-reset: item;
    margin-bottom: 16px;
}

.crane-price_col span {
    display: flex;
    gap: 6px;
}

.crane-price_col span:before {
    content: "0"counter(item) "/";
    counter-increment: item;
    color: rgb(29, 168, 225);
    font-weight: 500;
}

section.crane-whatneed {}

.crane-whatneed_block {
    margin-bottom: 50px;
}

h2.crane-whatneed_title {}

span.crane-whatneed_list-head {
    margin-bottom: 14px;
    font-weight: 500;
    display: block;
}

.crane-whatneed_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}

.crane-whatneed_list span {
    display: flex;
    gap: 8.5px;
    border-radius: 4px;
    box-shadow: 4px 0px 20px 0px rgba(59, 45, 71, 0.02), 0px 4px 30px 0px rgba(59, 45, 71, 0.06);
    background: rgb(255, 255, 255);
    align-items: center;
    padding: 8px 12px;
}

.crane-whatneed_list span:before {
    content: '';
    width: 8px;
    min-width: 8px;
    height: 8px;
    background: rgb(29, 168, 225);
    border-radius: 100%;
}

p.crane-whatneed_text {
    margin-bottom: 16px;
}

section.crane-inprice {
    padding: 70px 0;
    background: url(img/inprice.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.crane-inprice:before, .crane-inprice:after {
    content: '';
    width: 100%;
    position: absolute;
}

.crane-inprice:before {
    height: 264.23px;
    background: linear-gradient(180.00deg, rgb(248, 248, 248), rgba(244, 244, 243, 0) 100%);
    top: 0;
}

.crane-inprice:after {
    height: 169.86px;
    background: linear-gradient(180.00deg, rgba(244, 244, 243, 0), rgb(248, 248, 248) 100%);
    bottom: 0;
}

.crane-inprice .container {
    position: relative;
    z-index: 1;
}

h2.crane-inprice_title {}

p.crane-inprice_text {
    max-width: 775px;
    margin-bottom: 16px;
}

span.crane-inprice_list-head {
    font-weight: 500;
    display: block;
    margin-bottom: 14px;
}

.crane-inprice_list {
    max-width: 775px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.crane-inprice_list span {
    display: flex;
    gap: 8.5px;
    border-radius: 4px;
    box-shadow: 4px 0px 20px 0px rgba(59, 45, 71, 0.02), 0px 4px 30px 0px rgba(59, 45, 71, 0.06);
    background: rgb(255, 255, 255);
    align-items: center;
    padding: 8px 12px;
}

.crane-inprice_list span:before {
    content: '';
    width: 8px;
    min-width: 8px;
    height: 8px;
    background: rgb(29, 168, 225);
    border-radius: 100%;
}

section.crane-order {}

.crane-order_block {
    margin-bottom: 50px;
}

h2.crane-order_title {
    max-width: 100%;
}

span.crane-order_col-head {
    display: block;
    font-weight: 500;
    margin-bottom: 14px;
}

.crane-order_col {
    display: flex;
    flex-direction: column;
    gap: 10px;
    counter-reset: item;
    margin-bottom: 16px;
}

.crane-order_col span {
    display: flex;
    gap: 6px;
}

.crane-order_col span:before {
    content: "0"counter(item) "/";
    counter-increment: item;
    color: rgb(29, 168, 225);
    font-weight: 500;
}

.crane-order_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.crane-order_list span {
    display: flex;
    gap: 8.5px;
    border-radius: 4px;
    box-shadow: 4px 0px 20px 0px rgba(59, 45, 71, 0.02), 0px 4px 30px 0px rgba(59, 45, 71, 0.06);
    background: rgb(255, 255, 255);
    align-items: center;
    padding: 8px 12px;
}

.crane-order_list span:before {
    content: '';
    width: 8px;
    min-width: 8px;
    height: 8px;
    background: rgb(29, 168, 225);
    border-radius: 100%;
}

section.crane-delivery {}

h2.crane-delivery_title {
    max-width: 100%;
}

.crane-delivery_row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.crane-delivery_item {
    border-radius: 4px;
/* 4 грани */
    box-shadow: 4px 0px 20px 0px rgba(59, 45, 71, 0.02),0px 4px 30px 0px rgba(59, 45, 71, 0.06);
    background: rgb(255, 255, 255);
    padding: 18px;
    width: 379px;
    max-width: 100%;
    min-height: 316px;
    display: flex;
    flex-direction: column;
    gap: 29px;
    justify-content: space-between;
}

span.crane-delivery_item-title {
    color: rgb(29, 168, 225);
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
}

p.crane-delivery_item-text {
  opacity: 0.8;
}



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;
}



@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;
  }



  p.crane-about_text {
    margin-bottom: 10px;
}

span.crane-about_row-head {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

.crane-about_row {
    flex-direction: column;
    gap: 8px;
}

.crane-about_item {
    padding: 12px;
    min-height: 178px;
    gap: 10px;
}

span.crane-about_item-title {
    font-size: 16px;
    line-height: 24px;
}

p.crane-rent_text {
    margin-bottom: 12px;
}

span.crane-rent_list-head {
    margin-bottom: 10px;
}

.crane-rent_list {
    flex-direction: column;
    gap: 8px;
}

.crane-rent_list span {
    gap: 4px;
    padding: 6px 10px;
    width: fit-content;
}

.crane-rent_list span:before {
    width: 5px;
    height: 5px;
    min-width: 5px;
}

.crane-rent_block {
    margin-bottom: 40px;
}

h3.crane-rent_block-title {
    margin-bottom: 16px;
}

span.crane-rent_riw-head {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

.crane-rent_item.swiper-slide {
    padding: 12px;
    min-height: 280px;
}

img.crane-rent_item-img {
    margin-bottom: 8px;
}

span.crane-rent_item-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 4px;
}

p.crane-rent_item-text {
    font-size: 13px;
    line-height: 20px;
}

.crane-rent_slider {
    margin-bottom: 14px;
    overflow: hidden;
}

.crane-rent_slider .swiper-wrapper {
    flex-wrap: nowrap;
    gap: 0;
}

p.crane-features_text {
    margin-bottom: 12px;
}

.crane-features_row {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 14px;
}

.crane-features_row-left, .crane-features_row-right {
    gap: 8px;
}

.crane-features_item {
    padding: 12px;
    min-height: 120px;
    gap: 32px;
}

.crane-features_row-left .crane-features_item {
    min-height: 216px;
    gap: 28px;
}

span.crane-features_item-title {
    font-size: 16px;
    line-height: 24px;
}

span.crane-features_list-head {
    margin-bottom: 10px;
}

.crane-features_list {
    gap: 8px;
    margin-bottom: 14px;
}

.crane-features_list span {
    gap: 4px;
    padding: 6px 10px;
}

.crane-features_list span:before {
    width: 5px;
    height: 5px;
    min-width: 5px;
}

.crane-rent_bg {
    height: calc(100% + 80px);
    top: -40px;
    background: linear-gradient(180.00deg, rgba(255, 255, 255, 0.2), rgba(90, 153, 227, 0.2), rgba(255, 255, 255, 0.2) 100%);
}

.crane-rent_bg:before {
    display: none;
}

.crane-services_block.bg {
    padding: 30px 0;
    background: url(img/services-m.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.crane-services_block.bg:before {
    height: 474.82px;
}

.crane-services_block.bg:after {
    height: 305.24px;
}

.bg .crane-services_text {
    margin-bottom: 10px;
}

h3.crane-services_subtitle {
    margin-top: 40px;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 16px;
}

.crane-services_block {}

h3.crane-area_title {
    font-size: 23px;
    line-height: 29px;
    margin-bottom: 20px;
}

.crane-services_block th:nth-child(2), .crane-services_block td:nth-child(2) {
    display: none;
}

.crane-services_block th {
    width: calc(50% - 15px);
    padding: 13px 8px;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
}

.crane-services_block th:last-child {
    width: calc(50% + 15px);
}

.crane-services_block td {
    padding: 8px 4px 8px 4px;
    vertical-align: baseline;
}

.crane-services_block td:last-child {
    font-size: 13px;
    line-height: 20px;
}

p.crane-services_text {
    margin-bottom: 10px;
}

p.crane-consider_text {
    margin-bottom: 14px;
}

span.crane-consider_list-head {
    margin-bottom: 10px;
}

.crane-consider_list {
    gap: 8px;
    margin-bottom: 14px;
}

.crane-consider_list span {
    gap: 4px;
    padding: 6px 10px;
}

.crane-consider_list span:before {
    width: 5px;
    height: 5px;
    min-width: 5px;
}

.crane-consider_block {
    margin-bottom: 30px;
}

h3.crane-consider_subtitle {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 16px;
}

p.crane-consider_text {
    margin-bottom: 10px;
}

.crane-load_block {
    margin-bottom: 30px;
}

.crane-load_row {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}

.crane-load_row-left, .crane-load_row-right {
    gap: 8px;
}

.crane-load_item {
    padding: 12px;
    gap: 12px;
    min-height: 140px;
}

.crane-load_row-left .crane-load_item {
    min-height: 186px;
}

span.crane-load_item-title {
    font-size: 16px;
    line-height: 24px;
}

p.crane-load_text {
    margin-bottom: 10px;
}

.crane-load_col {gap: 8px;margin-bottom: 14px;}

.crane-load_col span {}

h2.crane-rus_title {
    font-size: 36px;
    line-height: 42px;
}

.crane-rus_row {
    flex-direction: column;
    gap: 8px;
}

.crane-rus_item {
    min-width: 100%;
    min-height: 346px!important;
}

img.crane-rus_item-img {
    height: 158px;
    margin-bottom: 12px;
}

img.crane-rus_item-title {
    height: 24px;
    margin-bottom: 8px;
}

p.crane-import_text {
    margin-bottom: 10px;
}

.crane-import_row {
    margin: 16px 0;
}

.crane-import_row {
    flex-direction: column;
    gap: 8px;
}

.crane-import_item {
    min-width: 100%;
    min-height: 326px!important;
}

img.crane-import_item-img {
    height: 158px;
    margin-bottom: 12px;
}

img.crane-import_item-title {
    height: 24px;
    margin-bottom: 8px;
}

section.crane-where {
    padding: 30px 0;
    background: url(img/where-m.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.crane-where:before {
    height: 288.77px;
}

.crane-where:after {
    height: 185.64px;
}

p.crane-where_text {
    margin-bottom: 10px;
}

.crane-price_col {}

span.crane-whatneed_list-head {
    margin-bottom: 10px;
}


.crane-whatneed_list {
    gap: 8px;
    margin-bottom: 16px;
}

.crane-whatneed_list span {
    gap: 4px;
    padding: 6px 10px;
    width: fit-content;
}

.crane-whatneed_list span:before {
    width: 5px;
    height: 5px;
    min-width: 5px;
}

.crane-whatneed_block {
    margin-bottom: 30px;
}

h3.crane-whatneed_subtitle {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 16px;
}

p.crane-whatneed_text {
    margin-bottom: 10px;
}

section.crane-inprice {
    padding: 30px 0;
    background: url(img/inprice-m.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

p.crane-inprice_text {}

span.crane-inprice_list-head {
    margin-bottom: 10px;
}

.crane-inprice_list {
    gap: 8px;
    margin-bottom: 14px;
}

.crane-inprice_list span {
    gap: 4px;
    padding: 6px 10px;
}

.crane-inprice_list span:before {
    width: 5px;
    height: 5px;
    min-width: 5px;
}

span.crane-order_col-head {
    margin-bottom: 10px;
}

.crane-order_col {
    gap: 8px;
}

.crane-order_block {
    margin-bottom: 30px;
}

h3.crane-order_subtitle {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 14px;
}

.crane-order_list {
    gap: 8px;
    margin-bottom: 14px;
}

.crane-order_list span {
    gap: 4px;
    padding: 6px 10px;
}

.crane-order_list span:before {
    width: 5px;
    height: 5px;
    min-width: 5px;
}

.crane-delivery_row {
    flex-direction: column;
    gap: 8px;
}

.crane-delivery_item {
    padding: 13px 12px 13px 12px;
    min-height: 240px;
    gap: 10px;
}

span.crane-delivery_item-title {
    font-size: 16px;
    line-height: 24px;
}





  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;
  }
}
