/* 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: inline-block;
  position: relative; 
 bottom: -2px;
 width: 11px; 
  height: 14px;
  margin: 0 8px 0 10px;
  background: transparent url("/i/app/logout.svg") center no-repeat;
  
}

.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: 70px 0;
}


h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 43px;
  max-width: 577px;
  margin-bottom: 34px;
}

section.crane-about {}

h2.crane-about_title {
    max-width: 790px;
}

.crane-about_text {
    max-width: 873px;
}

section.manipulator-about {
    position: relative;
}

.manipulator-about_text {
    margin-bottom: 28px;
}

.manipulator-about_block {
    position: relative;
    margin-bottom: 90px;
}

.manipulator-about_bg {
  position: absolute;
  width: 100vw;
  height: 1258px;
  transform: translateX(-50%);
  bottom: 0;
  left: 50%;
  z-index: -1;
  background: linear-gradient(180.00deg, rgba(255, 255, 255, 0.2), rgba(90, 153, 227, 0.2),rgba(255, 255, 255, 0.2) 100%);
  display: flex;
  align-items: end;
}

.manipulator-about_bg:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 181.91px;
  background: linear-gradient(180.00deg, rgba(255, 255, 255, 0),rgba(255, 255, 255, 1) 100%);
}

.manipulator-about_block:has(.manipulator-about_bg) {
    padding-bottom: 292px;
}

h3.manipulator-about_block-title {
    font-size: 26px;
  font-weight: 700;
  line-height: 30px;
    margin-bottom: 28px;
}

.manipulator-about_block-text {
    margin-bottom: 20px;
}

.manipulator-about_row {
    display: flex;
    gap: 16px;
}

.manipulator-about_item {
    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);
    width: 100%;
    padding: 18px;
}

.manipulator-about_item.transparent {
    background: rgba(255, 255, 255, 0.5);
    box-shadow: none;
}

.manipulator-about_item-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 16px;
    display: block;
}

.manipulator-about_item-text {
    margin-bottom: 12px;
}

.manipulator-about_item-strong {
    font-weight: 500;
    margin-bottom: 14px;
    display: block;
}

.manipulator-about_item-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.manipulator-about_item-list.wrap {
    flex-direction: row;
    flex-wrap: wrap;
}

.manipulator-about_item-list span {
    border-radius: 4px;
    background: rgb(241, 247, 253);
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 11px;
}

.manipulator-about_item-list span:before {
    content: '';
    display: block;
    background: url(/img/Vector.png);
    width: 16.97px;
    min-width: 16.97px;
    height: 12.02px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.manipulator-about_item-list.dot {}

.manipulator-about_item-list.dot span {
    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);
    width: fit-content;
    gap: 8px;
}

.manipulator-about_item-list.dot span:before {
    background: none;
    width: 8px;
    min-width: 8px;
    height: 8px;
    background: rgb(29, 168, 225);
    border-radius: 100%;
}

img.manipulator-about_bg-img1 {
    width: 100%;
    margin-bottom: 41px;
}

.manipulator-about_block-left {
    width: calc(50% - 8px);
}

.manipulator-about_block-right {
    width: calc(50% - 8px);
}

.manipulator-about_block-right img {}

.crane-functions_bg {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: -140px;
    top: -140px;
    left: 0;
    z-index: -1;
    background: linear-gradient(180.00deg, rgba(246, 246, 246, 0.2), rgba(132, 168, 194, 0.2), rgba(246, 246, 246, 0.2) 100%);
    display: flex;
    align-items: end;
}

section.crane-functions {
    position: relative;
}

.crane-functions_text {
    margin-bottom: 24px;
}

.crane-functions_list {
    display: flex;
    gap: 12px;
    flex-direction: column;
}

.crane-functions_list span {
    border-radius: 4px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    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);
    width: fit-content;
    gap: 8px;
}

.crane-functions_list span:before {
  content: '';
    background: none;
    width: 8px;
    min-width: 8px;
    height: 8px;
    background: rgb(29, 168, 225);
    border-radius: 100%;
}

.manipulator-types_text {
    margin-bottom: 28px;
}

.manipulator-types_block {
    margin-bottom: 38px;
}

h3.manipulator-types_block-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 18px;
}

.manipulator-types_block-big {
    display: block;
    font-weight: 700;
    margin-bottom: 18px;
}

.manipulator-types_block-text {
    margin-bottom: 16px;
}

.manipulator-types_block table {
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.manipulator-types_block thead {
    background: rgb(29, 168, 225);
    height: 55px;
}

.manipulator-types_block th {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    padding: 15px 96px;
}

.manipulator-types_block th:not(:last-child), .manipulator-types_block td:not(:last-child) {
    border-right: 1px solid #FFF!important;
}

.manipulator-types_block td {
    padding: 15px 18px;
}

.manipulator-types_block tbody tr {
    background: rgb(252, 252, 252);
}

.manipulator-types_block tbody tr:nth-child(even) {
    background: rgb(243, 246, 249);
}

.manipulator-types_block td:first-child {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    vertical-align: baseline;
}

.manipulator-types_block th:first-child {
    width: 380px;
    text-align: center;
}

.manipulator-types_table-title {
    display: block;
    margin: 10px 0 12px;
    font-weight: 500;
}

.manipulator-types_table-list {
    display: flex;
    gap: 12px;
    flex-direction: column;
}

.manipulator-types_table-list span {
    border-radius: 4px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    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);
    width: fit-content;
    gap: 8px;
}

.manipulator-types_table-list span:before {
  content: '';
    background: none;
    width: 8px;
    min-width: 8px;
    height: 8px;
    background: rgb(29, 168, 225);
    border-radius: 100%;
}

section.manipulator-needed {}

section.manipulator-needed {}

.manipulator-needed_text {
    margin-bottom: 22px;
}

.manipulator-needed_row {}

.manipulator-needed_row .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.manipulator-needed_item {
    width: calc(50% - 8px);
    border-radius: 8px;
    overflow: hidden;
    background: rgb(255, 255, 255);
    box-shadow: 4px 0px 20px 0px rgba(59, 45, 71, 0.02),0px 4px 30px 0px rgba(59, 45, 71, 0.06);
    height: auto;
    min-height: 402px;
}

.manipulator-needed_item-img {
    display: flex;
}

.manipulator-needed_item-info {
    padding: 16px 18px;
}

.manipulator-needed_item-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    display: block;
    margin-bottom: 10px;
}

.manipulator-needed_item-text {
    font-size: 15px;
    line-height: 22px;
}

section.manipulator-category {
    position: relative;
}

.manipulator-category_bg {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: -140px;
    top: -140px;
    left: 0;
    z-index: -1;
    background: linear-gradient(180.00deg, rgba(246, 246, 246, 0.2), rgba(132, 168, 194, 0.2), rgba(246, 246, 246, 0.2) 100%);
    display: flex;
    align-items: end;
}

.manipulator-category_text {
    margin-bottom: 22px;
}

.manipulator-category_block {
    margin-bottom: 22px;
}

h3.manipulator-category_block-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 16px;
}

.manipulator-category_block-text {
    margin-bottom: 14px;
}

.manipulator-category_list {}

.manipulator-category_list {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.manipulator-category_list span {
    border-radius: 4px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    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);
    width: fit-content;
    gap: 8px;
}

.manipulator-category_list span:before {
  content: '';
    background: none;
    width: 8px;
    min-width: 8px;
    height: 8px;
    background: rgb(29, 168, 225);
    border-radius: 100%;
}

.manipulator-category_block-text.l-margin {
    margin-bottom: 10px;
}

section.manipulator-features {}

.manipulator-features_text {
    margin-bottom: 22px;
}

.manipulator-features_row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.manipulator-features_item {
    width: calc(50% - 8px);
    min-height: 258px;
    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);
    padding: 24px;
    display: flex;
    flex-direction: column;
}

img.manipulator-features_item-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 21px;
}

.manipulator-features_item-title {
    margin-top: auto;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 10px;
}

.manipulator-features_item-text {}

section.how-rent {
    padding: 60px 0;
    background: url(/img/how-rent.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto;
}

.how-rent_text {
    font-weight: 500;
    margin-bottom: 10px;
}

.how-rent_list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    max-width: 775px;
    margin-bottom: 24px;
}

.how-rent_list span {
    display: flex;
    gap: 11px;
    padding-left: 11px;
}

.how-rent_list span:before {
    content: '';
    width: 3px;
    min-width: 3px;
    height: 3px;
    background: rgb(73, 83, 90);
    border-radius: 100%;
    position: relative;
    top: 11px;
}

a.how-rent_button {
    border-radius: 4px;
    background: rgb(243, 202, 49);
    width: 268px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}

section.our-features {}

.our-features_text {
    margin-bottom: 22px;
}

.our-features_row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 22px;
}

.our-features_item {
    display: flex;
    flex-direction: column;
    width: calc((100% - 32px)/3);
    min-height: 254px;
    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);
    padding: 18px;
}

.our-features_item-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 24px;
}

span.our-features_item-title {
    margin-top: auto;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 10px;
}

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: 35px 0;
  }

  h2 {
    font-size: 26px;
    line-height: 33px;
    max-width: 100%;
    margin-bottom: 24px;
  }

  .manipulator-about_text {
      margin-bottom: 20px;
  }

  .manipulator-about_bg {
      height: 1698px;
  }

  .manipulator-about_block:has(.manipulator-about_bg) {
      padding-bottom: 67px;
  }

  .manipulator-about_block {
      margin-bottom: 40px;
  }

  .manipulator-about_bg:before {
      height: 67.37px;
  }

  img.manipulator-about_bg-img1 {
      margin: 0;
  }

  h3.manipulator-about_block-title {
      font-size: 22px;
      font-weight: 600;
      line-height: 26px;
      margin-bottom: 12px;
  }

  .manipulator-about_block-text {
      margin-bottom: 16px;
  }

  .manipulator-about_row {
      flex-direction: column;
  }

  .manipulator-about_item {
      padding: 14px;
  }

  .manipulator-about_item-title {
      font-size: 17px;
      line-height: 22px;
      margin-bottom: 12px;
  }

  .manipulator-about_item-strong {
      font-weight: 600;
      margin-bottom: 10px;
  }

  .manipulator-about_item-list {
      flex-direction: column!important;
      gap: 8px;
  }

  .manipulator-about_item-list span {
      padding: 6px 10px;
      gap: 6.5px;
  }

  .manipulator-about_item-list.dot span {
      gap: 4px;
      width: 100%;
  }

  .manipulator-about_item-list.dot span:before {
      width: 6px;
      height: 6px;
      min-width: 6px;
  }

  .manipulator-about_item-list span:before {
      width: 12.73px;
      height: 9.02px;
  }

  .manipulator-about_block-left {
      width: 100%;
  }

  .manipulator-about_block-right {
      width: 100%;
  }

  .manipulator-about_block-left h3.manipulator-about_block-title {
      margin-bottom: 18px;
  }

  .manipulator-about_block-left .manipulator-about_block-text {
      margin: 0;
  }

  .manipulator-about_block-right img {
      width: calc(100% + 130px);
  }

  .crane-functions_text {
      margin-bottom: 10px;
  }

  .crane-functions_list {
      gap: 6px;
  }

  .crane-functions_list span {
      padding: 6px 10px;
      gap: 4px;
      width: 100%;
  }

  .crane-functions_list span:before {
      width: 6px;
      min-width: 6px;
      height: 6px;
  }

  .manipulator-types_text {
      margin-bottom: 24px;
  }

  .manipulator-types_block {
      margin-bottom: 28px;
  }

  .manipulator-types_block-big, h3.manipulator-types_block-title {
      font-size: 22px;
      font-weight: 600;
      line-height: 26px;
      margin-bottom: 14px;
  }

  .manipulator-types_block-text {
      margin-bottom: 14px;
  }

  .manipulator-types_block table {
      width: 100%;
  }

  .manipulator-types_block th:first-child {
      width: 136px;
      max-width: 136px;
      letter-spacing: -1px;
  }

  .manipulator-types_block thead {
      height: 44px;
  }

  .manipulator-types_block th {
      padding: 13px;
      font-size: 15px;
      font-weight: 500;
      line-height: 18px;
  }

  .manipulator-types_block td:first-child {
      font-size: 14px;
      font-weight: 500;
      line-height: 16px;
      width: 136px;
  }

  .manipulator-types_block td {
      padding: 8px 4px;
  }

  .manipulator-types_table-title {
      margin: 10px 0 8px;
  }

  .manipulator-types_block td:last-child {
      max-width: calc(100% - 136px);
      font-size: 13px;
      line-height: 18px;
  }

  .manipulator-types_table-list {
      gap: 6px;
  }

  .manipulator-types_table-list span {
      padding: 6px 10px;
      gap: 4px;
      width: 100%;
  }

  .manipulator-types_table-list span:before {
      width: 6px;
      min-width: 6px;
      height: 6px;
  }

  section.manipulator-needed {}

  .manipulator-needed_text {
      margin-bottom: 14px;
  }

  .manipulator-needed_item {}

  .manipulator-needed_row .swiper-wrapper {
      flex-wrap: nowrap;
      gap: 0;
  }

  .manipulator-needed_row .swiper-wrapper {
    flex-wrap: nowrap;
  }

  .manipulator-needed_row .swiper-pagination {
    position: unset;
    margin-top: 12px;
  }

  .manipulator-needed_row .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgb(228, 228, 228);
    opacity: 1;
  }

  .manipulator-needed_row .swiper-pagination-bullet-active {
    background: rgb(29, 168, 225);
  }

  .manipulator-needed_item-img {
      width: 100%;
      height: 208px;
      object-fit: cover;
  }

  .manipulator-needed_item-info {
      padding: 12px 14px;
  }

  .manipulator-needed_item-title {
      margin-bottom: 8px;
      font-size: 17px;
      font-weight: 600;
      line-height: 22px;
  }

  .manipulator-needed_item-text {
      font-size: 13px;
      line-height: 18px;
  }

  .manipulator-category_text {
      margin-bottom: 18px;
  }

  .manipulator-category_text {
      margin-bottom: 18px;
  }

  h3.manipulator-category_block-title {
      font-size: 22px;
      font-weight: 600;
      line-height: 26px;
      margin-bottom: 10px;
  }

  .manipulator-category_block-text {
      margin-bottom: 10px;
  }

  .manipulator-category_list {
      gap: 8px;
  }

  .manipulator-category_list span {
      padding: 6px 10px;
      gap: 4px;
  }

  .manipulator-category_list span:before {
      width: 6px;
      height: 6px;
      min-width: 6px;
  }

  .manipulator-category_bg {
      bottom: -60px;
      top: -60px;
  }

  .manipulator-features_text {
      margin-bottom: 16px;
  }

  .manipulator-features_row {
      gap: 8px;
  }

  .manipulator-features_item {
      width: 100%;
      padding: 14px;
      min-height: 238px;
  }

  img.manipulator-features_item-icon {
      width: 38px;
      height: 38px;
  }

  .manipulator-features_item-title {
      font-size: 17px;
      font-weight: 600;
      line-height: 22px;
  }

  .manipulator-features_item-text {
      font-size: 13px;
      font-weight: 400;
      line-height: 18px;
  }

  section.how-rent {
      padding: 30px 0;
      background: url(/img/how-rent-m.png);
      background-position: right center;
      background-repeat: no-repeat;
      background-size: auto;
  }

  .how-rent_text {
      margin-bottom: 10px;
      font-weight: 600;
  }

  .how-rent_list {
      margin-bottom: 16px;
  }

  a.how-rent_button {
      width: 244px;
      height: 44px;
  }

  .our-features_text {
      margin-bottom: 16px;
  }

  .our-features_row {
      gap: 8px;
      margin-bottom: 16px;
  }

  .our-features_item {
      width: 100%;
      padding: 14px;
      min-height: 208px;
  }

  img.our-features_item-icon {
      width: 38px;
      height: 38px;
  }

  .our-features_item-title {
      font-size: 17px;
      font-weight: 600;
      line-height: 22px;
  }

  .our-features_item-text {
      font-size: 13px;
      font-weight: 400;
      line-height: 18px;
  }


  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;
  }
}
