/* mulish-300 - cyrillic */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts_update/mulish-v13-cyrillic-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mulish-regular - cyrillic */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts_update/mulish-v13-cyrillic-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mulish-500 - cyrillic */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts_update/mulish-v13-cyrillic-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mulish-600 - cyrillic */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts_update/mulish-v13-cyrillic-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mulish-700 - cyrillic */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts_update/mulish-v13-cyrillic-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mulish-900 - cyrillic */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts_update/mulish-v13-cyrillic-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

* {
  box-sizing: border-box
}
.none {
    display: none !important;
}
.fixed {
    position: fixed !important;
}
body {
  position: relative;
  font-family: Mulish,sans-serif;
  margin: 0;
  padding: 0;
  color: #151616;
  font-size: 16px;
  line-height: normal;
  font-weight: 400
}
.box {
  width: 1170px;
  margin: 0 auto
}
input[type=text]:active,
input[type=text]:focus {
  outline: 0
}
li,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none
}
button {
  border: 0;
  background: 0 0;
  cursor: pointer;
  color: inherit
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
.dflex {
  display: flex
}
.aic {
  align-items: center
}
.jcsb {
  justify-content: space-between
}
.jcfe {
  justify-content: flex-end
}
.fww {
  flex-wrap: wrap
}
.tac {
  text-align: center
}
form {
  width: 100%;
  display: block
}
form .inp {
  width: 100%;
  height: 52px;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  background: #fff;
  padding-left: 16px;
  font-size: 14px;
  font-weight: 400;
  color: #151616;
  font-family: Mulish
}
form .inp.error {
  border-color: red
}
form .inp::placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #444442;
  font-family: Mulish
}
form .select {
  width: 100%;
  position: relative
}
form .new-select {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 13px;
  height: 52px;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  user-select: none
}
form .new-select::after {
  content: '';
  display: block;
  width: 16px;
  height: 8px;
  position: absolute;
  right: 9px;
  top: 22px;
  background: url(../../images/home/i-arr-down-select.svg) no-repeat right center/cover;
  opacity: .6;
  -webkit-transition: all .27s ease-in-out;
  -o-transition: all .27s ease-in-out;
  transition: all .27s ease-in-out;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0)
}
form .new-select__list {
  position: absolute;
  top: 52px;
  left: 0;
  border: 2px solid #e3e3e3;
  border-radius: 0 0 10px 10px;
  cursor: pointer;
  width: 100%;
  z-index: 2;
  background: #fff;
  user-select: none;
  font-size: 14px;
  font-weight: 400
}
form .new-select__list span {
  display: block;
  padding: 10px 15px
}
.btn {
  width: 100%;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: none;
  background: background: linear-gradient(37deg, #ffe77d 0%, #ffd930 100%);
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  font-family: Mulish,sans-serif
  transition: background .3s linear;
}
.btn:hover {
  background: linear-gradient(37deg, #ffd930 0%, #ffe77d 100%); 
}
header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 22;
  background: #2b2b2b;
}
header .top {
  padding: 12px 0 0;
  border-bottom: 1px solid #444442
}
header .top .city_wrp {
  margin-left: 63px;
  margin-top: 7px;
  min-width: 170px
}
header .top .city_wrp svg {
  width: 12px
}
header .top .city_wrp .your {
  margin-left: 10px;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  opacity: .8
}
header .top .city_wrp .city {
  display: inline-flex;
  margin-left: 23px;
  font-size: 15px;
  font-weight: 600;
  line-height: 19px;
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
  gap: 8px
}
header .top .mail_wrp a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #fff;
  text-decoration: none
}
header .top .mail_wrp .rab {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 12px;
  line-height: 16px;
  margin-top: 8px;
  color: #fff
}
header .top .mail_wrp .rab span {
  opacity: .7
}
header .top .mail_wrp .rab::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  
  margin-right: 5px
}
header .top .phone {
  margin-left: auto;
  margin-top: 4px
}
header .top .phone a {
  text-decoration: none;
  font-weight: 700;
  color: #f7691a;
  font-size: 16px;
  line-height: 20px
}
header .top .phone .for {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  opacity: .7
}
header .top .phone .for_mobile {
  display: none
}
header .top .callback {
  width: 176px;
  height: 45px;
  display: flex;
  margin-left: 60px;
  background: linear-gradient(36.87deg, #ff9030 8.183%, #f14b09 90.132%) !important;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  text-decoration: none,;
  transition: 0.2s;
}
input[type="tel"]:focus {
    border: none !important;
} 
.btn.callback,
.btn{
  transition: background .3s linear , color .3s linear;
}
header .top .burger,
header .top .close_mobile_menu {
  display: none
}
header .bottom {
  padding: 12px 0;
}
header .bottom .box {
  justify-content: space-between
}
header .bottom .left {
  width: 20%;
  font-size: 15px;
  line-height: 19px;
  color: #fff
}
header .bottom .right {
  width: 80%
}
header .bottom .right ul {
  display: flex;
  align-items: center;
  justify-content: space-between
}
header .bottom .right ul li {
  position: relative
}
header .bottom .right ul li a {
  text-decoration: none;
  font-size: 15px;
  line-height: 19px;
  color: #fff
}
header .bottom .right ul .parent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 12px 0;
}
header .bottom .right ul .parent::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 11px;
  height: 6px;
  background: url(../../images/i-arr-menu.svg) center no-repeat
}
header .bottom .right ul .parent:hover .submenu {
  display: block
}
header .bottom .right .submenu {
  display: none;
  min-width: 200px;
  padding: 0 10px 5px;
  box-shadow: 0 0 4px rgba(0,0,0,.1);
  border-radius: 0 0 10px 10px;
  position: absolute;
  z-index: 8;
  top: 100%;
  left: 0;
  overflow: hidden;
  background: #fff
}
header .bottom .right .submenu li {
  text-align: left;
  display: block
}
header .bottom .right .submenu li a {
  display: block;
  padding: 6px 0;
  color: #151616
}
.mobile_menu {
  display: none
}
.main_offer {
  height: 638px;
  position: relative;
  background: url(../files/bg-without-2-1_0x638_b73.webp) center/cover no-repeat #ddd;
}
.main_offer .box {
  height: 638px;
  justify-content: space-between;
  align-items: flex-start;
  position: relative
}
.main_offer .left {
  max-width: 668px;
  position: relative;
  margin-top: 80px;
  z-index: 3
}
.main_offer .left .mobile_img {
  display: none
}
.main_offer .h1 {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 52px;
  line-height: 110%;
  font-weight: 900;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #2e2e2c
}
.main_offer .desc {
  margin-top: 31px;
  font-size: 18px;
  font-weight: 500;
  color: #444442
}
.main_offer .desc ul {
  list-style: circle;
  /* margin-left: 20px */
}
.main_offer .desc ul li {
  list-style: disc;
  margin-bottom: 20px
}
.main_offer .desc .bold {
  font-size: 22px;
  font-weight: 700
}
.main_offer .advs {
  margin-top: 61px;
  gap: 18px
}
.main_offer .advs .item {
  max-width: 180px;
  border-radius: 20px;
  padding: 13px 30px 13px 12px;
  background: #fff;
  line-height: 130%;
  color: #2e2e2c
}
.main_offer .advs .item .img {
  width: 42px;
  height: 42px;
  border-radius: 9px;
  background: linear-gradient(36.87deg, #ff9030 8.183%, #f14b09 90.132%);
  justify-content: center
}
.main_offer .advs .item .ttl {
  margin-top: 10px;
  font-size: 15px
}
.main_offer .advs .item .val {
  font-size: 18px;
  font-weight: 700
}
.main_offer .advs .item .val_mobile {
  display: none
}
.main_offer .right {
  position: relative;
  width: 400px;
  margin-top: 75px;
  border-radius: 50px;
  box-shadow: 8px 3px 40.2px 0 rgba(159,159,159,.25);
  backdrop-filter: blur(23.9px);
  background: #fff;
  padding: 30px 45px;
  z-index: 1
}
.main_offer .right .otvech {
  border-radius: 100px;
  background: #f6f7f8;
  padding: 9px 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px
}
.main_offer .right .otvech .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #2e2e2c;
  border-radius: 50%
}
.main_offer .right .otvech span {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  color: #000
}
.main_offer .right .title {
  margin: 26px 0;
  font-size: 22px;
  font-weight: 900;
  line-height: 110%;
  letter-spacing: .82px;
  color: #2e2e2c;
  text-transform: uppercase
}
.main_offer .right .title_mobile {
  display: none
}
.main_offer .right .label {
  font-size: 12px;
  color: #444442
}
.main_offer .right .inp {
  margin-top: 7px
}
.main_offer .right .btn {
  margin-top: 20px
}
.main_offer .right .confirm {
  margin-top: 13px;
  font-size: 10px;
  line-height: 120%
}
.main_offer .right .confirm a {
  color: #c19e00
}
.main_offer .right .socs {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px
}
.main_offer .right .socs .social-box {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.items .item .socs {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px
}
.items .item .socs .social-box {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.main_offer .man {
  position: absolute;
  bottom: -11px;
  right: 357px;
  width: 369px;
  height: 577px;
  background: url(../images/offer-man.png) 0 0 no-repeat;
  z-index: 2
}
.main_offer .man2 {
  position: absolute;
  bottom: 0;
  right: 357px;
  width: 349px;
  height: 458px;
  background: url(../images/offer-man2.png) 0 0 no-repeat;
  z-index: 2
}
.main_offer .offer_img {
  position: absolute;
  bottom: -36px;
  right: 150px;
  width: 520px;
  height: 520px;
  z-index: 0;
  background-position: center;
  background-repeat: no-repeat !important;
}
.main_offer .offer_img.avtopark{
    height: 100%;
}
.main_offer .boxes {
  position: absolute;
  bottom: 75px;
  right: 320px;
  z-index: 2;
  width: 235px;
  height: 185px
}
.main_offer.main_page .h1 {
  font-size: 60px
}
.main_offer.avtopark_1 {
  background: url(../images/bg-avtopark-1.jpeg) top -115px center no-repeat #ddd
}
.main_offer.avtopark_2 {
  background: url(../images/bg-avtopark-2.jpeg) top -115px center no-repeat #ddd
}
.main_offer.avtopark_3 {
  background: url(../images/bg-avtopark-3.jpeg) top -115px center no-repeat #ddd
}
.main_offer.avtopark_4 {
  background: url(../images/bg-avtopark-4.jpeg) top -115px center no-repeat #ddd
}
.main_offer.vacancy .box {
  align-items: flex-end;
  padding-bottom: 100px
}
.main_offer.vacancy .desc li {
  font-size: 22px;
  font-weight: 700
}
.main_offer.vacancy .desc li span {
  padding: 0 16px;
  border-radius: 16px;
  background: #ffd930;
  white-space: nowrap
}
.main_offer.vacancy .desc .pris {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 500;
  color: #444442
}
.main_offer.vacancy .advs .item {
  min-width: 220px;
  padding: 13px
}
.main_offer.vacancy .advs .item .ttl {
  margin-top: 3px
}
.main_offer.vacancy .advs .item .val {
  margin-top: 12px
}
.main_offer.vacancy .left {
  margin-top: 0
}
.main_offer.vacancy .right {
  width: 334px;
  margin-top: 0;
  padding: 60px 30px
}
.main_offer.vacancy .right .vac {
  margin-top: 25px;
  font-size: 15px
}
.main_offer.vacancy .vac_man {
  position: absolute;
  right: 80px;
  bottom: 0
}
.price_block {
  margin: 60px 0 120px
}
.price_block .box {
  justify-content: space-between
}
.price_block .left {
  /* width: 280px; */
  min-width: 280px;
  max-width: min-content;
  flex-direction: column;
  padding-top: 40px;
}
.price_block .left .top .ttl {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 36px;
  font-weight: 900;
  color: #2e2e2c;
  line-height: 120%;
  letter-spacing: .82px;
  text-transform: uppercase;
  /* word-break: break-all; */
}
.price_block .left .top .desc {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  color: #444442
}
.price_block .left .top .rasshet {
  margin-top: 22px
}
.price_block .left .top .rasshet .img {
  width: 42px;
  height: 42px;
  border-radius: 9px;
  background: linear-gradient(36.87deg, #ff9030 8.183%, #f14b09 90.132%) !important;
  display: flex;
  align-items: center;
  justify-content: center
}
.price_block .left .top .rasshet .img svg {
  width: 22px
}
.price_block .left .top .rasshet .text {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  color: #444442
}
.price_block .left .bottom .zab {
  position: relative;
  color: #444442;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%
}
.price_block .left .bottom .zab::after {
  content: '';
  position: absolute;
  right: 35px;
  bottom: -55px;
  width: 15px;
  height: 72px;
  background: url(../../images/home/i-arr-zob.svg) 0 0 no-repeat
}
.price_block .left .bottom .btn svg{
fill:#ffffff
}
.price_block .left .bottom .btn {
  width: 197px;
  height: 51px;
  margin-top: 30px;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  gap: 12px;
  background: linear-gradient(36.87deg, #ff9030 8.183%, #f14b09 90.132%) !important;
}
.price_block .right {
  width: 867px
}
.price_block .right .bottom {
  display: none
}
.advatnages {
  padding: 90px 0;
  background: #f6f7f8
}
.advatnages .ttl_wrp {
  align-items: flex-end
}
.advatnages .ttl {
  max-width: 368px;
  color: #2e2e2c;
  font-size: 36px;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: .82px;
  text-transform: uppercase
}
.advatnages .desc {
  max-width: 484px;
  margin-left: 32px;
  color: #444442;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%
}
.advatnages .desc span {
  font-weight: 700
}
.advatnages .items {
  gap: 30px;
  margin-top: 50px
}
.advatnages .items .item {
  width: 270px;
  border-radius: 20px;
  padding: 27px 17px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  color: #444442
}
.advatnages .items .item .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 73px;
  height: 73px;
  border-radius: 20px;
  background: linear-gradient(36.87deg, #ff9030 8.183%, #f14b09 90.132%);
}
.advatnages .items .item_mid {
  width: 555px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 15px
}
.advatnages .items .item_mid .item {
  height: 218px
}
.advatnages .items .i1 {
  width: 270px;
  overflow: hidden;
  background: #2e2e2c;
  color: #fff
}
.advatnages .items .i1 .img {
  background: #444442
}
.advatnages .items .i1::after {
  content: '';
  position: absolute;
  top: -5px;
  right: -150px;
  width: 227px;
  height: 227px;
  filter: blur(100px);
  background: linear-gradient(36.87deg, #fc852b 8.183%, #f14b09 90.132%);
}
.advatnages .items .i6 {
  overflow: hidden
}
.advatnages .items .i6::after {
  content: '';
  position: absolute;
  bottom: -30px;
  right: -280px;
  width: 383px;
  height: 383px;
  filter: blur(100px);
  background: linear-gradient(36.87deg, rgb(175 175 175 / 30%) 8.183%, rgba(255, 237, 157, .3) 90.132%);
}
.pop_uslugi {
  padding: 120px 0 104px
}
.pop_uslugi .ttl {
  max-width: 360px;
  color: #2e2e2c;
  font-size: 36px;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: .82px;
  text-transform: uppercase
}
.pop_uslugi .uslugi_slider {
  margin-top: 60px
}
.pop_uslugi .uslugi_slider .owl-nav {
  top: -134px;
  right: 0
}
.pop_uslugi .scrollbar {
  display: none
}
.pop_uslugi .scroller {
  height: 5px!important;
  top: -2px!important;
  border-radius: 2px
}
.nam_doverili {
  margin-bottom: 120px
}
.nam_doverili .ttl {
  max-width: 360px;
  color: #2e2e2c;
  font-size: 36px;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: .82px;
  text-transform: uppercase
}
.nam_doverili .slider_wrp {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 16px
}
.nam_doverili .left {
  width: 1189px;
}
.nam_doverili .left .scrollbar {
  width: 600px
}
.nam_doverili .left .scroller {
  height: 5px!important;
  top: -2px!important;
  border-radius: 2px
}
.nam_doverili .doverili_slider .item {
  width: 270px;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 12px 25px 0 rgba(230,225,221,.33);
  background: #fff
}
.nam_doverili .doverili_slider .owl-nav {
  right: 0
}
.nam_doverili .right {
  width: 370px;
  margin-top: 20px
}
.nam_doverili .right .row {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #d3d3d3
}
.nam_doverili .right .row .col {
  width: 49%;
  padding: 19px 0;
  display: flex;
  align-items: center;
  justify-content: center
}
.nam_doverili .right .row .col img {
  filter: grayscale(1)
}
.nam_doverili .right .row .col:hover img {
  filter: grayscale(0)
}
.nam_doverili .right .row .col_1 {
  border-right: 1px solid #d3d3d3
}
.nam_doverili .right .row:last-child {
  border-bottom: none
}
.reviews_block {
  padding: 97px 0 82px;
  background: #f6f7f8
}
.reviews_block .ttl {
  max-width: 470px;
  color: #2e2e2c;
  font-size: 36px;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: .82px;
  text-transform: uppercase
}
.reviews_block .tabs_block {
  margin-top: 26px
}
.reviews_block .tabs_block .tabs_caption {
  display: flex;
  align-items: center;
  gap: 10px
}
.reviews_block .tabs_block .tabs_caption li {
  height: 48px;
  padding: 0 39px;
  border-radius: 24px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #444442;
  cursor: pointer
}
.reviews_block .tabs_block .tabs_caption li.active {
  background: #2e2e2c;
  color: #fff
}
.reviews_block .tabs_block .tabs_caption li.bbtn {
  background: linear-gradient(36.87deg,#ffd930 18.064%,#ffe77d 88.28%)
}
.reviews_block .tabs_block .tabs_content {
  display: none;
  margin-top: 31px
}
.reviews_block .tabs_block .tabs_content .owl-nav {
  right: 0
}
.reviews_block .tabs_block .tabs_content .scrollbar {
  width: 1000px
}
.reviews_block .tabs_block .tabs_content .scroller {
  height: 5px!important;
  top: -2px!important;
  border-radius: 2px
}
.reviews_block .tabs_block .tabs_content.active {
  display: block
}
.calc_block {
  padding: 0 0 83px;
  background: #f6f7f8
}
.calc_block .box {
  background: #fff !important;
  border-radius: 20px;
  padding: 62px 100px 33px
}
.calc_block .ttl {
  max-width: 404px;
  color: #2e2e2c;
  font-size: 36px;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: .82px;
  text-transform: uppercase
}
.calc_block .ttl_wrp .txt {
  width: 450px;
  font-size: 18px;
  line-height: 130%;
  font-weight: 500;
  color: #444442
}
.calc_block .ttl_wrp .txt span {
  padding: 0 5px;
  border-radius: 50px;
  background: #ffd930;
  font-weight: 700
}
.calc_block .types {
  margin-top: 51px;
  margin-bottom: 56px;
  gap: 10px
}
.calc_block .types label {
  position: relative;
}
.calc_block .types label span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 39px;
  border-radius: 24px;
  background: #f6f7f8;
  cursor: pointer;
  color: #444442
}
.calc_block .types label input[type=radio] {
  position: absolute;
  top: -100px
}
.calc_block .types label input:checked + span {
  background: #2e2e2c;
  color: #fff
}
.calc_block .row {
  margin-bottom: 19px;
  display: flex;
  align-items: flex-end;
  gap: 30px
}
.calc_block .row .col {
  width: 271px
}
.calc_block .row .col label {
  display: block;
  margin-bottom: 7px;
  font-size: 12px;
  color: #444442
}
.calc_block .row .col label.ch {
  position: relative;
  overflow: hidden;
  margin-bottom: 17px;
  gap: 10px
}
.calc_block .row .col label.ch input {
  position: absolute;
  top: -100px
}
.calc_block .row .col label.ch span {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px
}
.calc_block .row .col label.ch span:before {
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid #ffd930;
  border-radius: 3px;
}
.calc_block .row .col label.ch input:checked + span:before {
  background: url(../../images/home/form/i-checkbox.svg) center no-repeat #ffd930

}
.calc_block .row .col .inp {
  height: 52px
}
.calc_block .row .col .count {
  background: url(../../images/home/form/i-inp-count.svg) right 17px center no-repeat
}
.calc_block .row .col .clock {
  background: url(../../images/home/form/i-inp-clock.svg) right 17px center no-repeat
}
.calc_block .row .col .date {
  background: url(../../images/home/form/i-inp-date.svg) right 17px center no-repeat
}
.calc_block .row .col .time {
  background: url(../../images/home/form/i-inp-time.svg) right 17px center no-repeat
}
.calc_block .row .col .sogl {
  font-size: 10px;
  color: #444442;
  opacity: .5
}
.news_block {
  margin-top: 117px
}
.news_block .ttl {
  max-width: 440px;
  color: #2e2e2c;
  font-size: 36px;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: .82px;
  text-transform: uppercase
}
.news_block .ttl_wrp {
  align-items: flex-end
}
.news_block .ttl_wrp .btn {
  max-width: 170px;
  display: flex;
}
.news_block .news_slider {
  margin-top: 36px
}
.news_block .item {
  display: flex;
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 12px 25px 0 rgba(230,225,221,.33);
  background: #fff
}
.news_block .item img {
  width: 229px;
  height: 229px;
  border-radius: 16px
}
.news_block .item .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 229px;
  padding: 0 0 0 20px
}
.news_block .item .text .name {
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  color: #2e2e2c;
  text-decoration: none
}
.news_block .item .text .name::hover {
  color: #ffd930
}
.news_block .item .text .desc {
  margin: 5px 0 13px;
  font-size: 15px
}
.news_block .item .text .date {
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 15px;
  color: #444442
}
.news_block .item .text .date::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #ffd930;
  border-radius: 50%
}
.news_block .item .text .dalee {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: #2e2e2c;
  text-decoration: none
}
.news_block .item .text .dalee svg {
  fill: #2e2e2c
}
.news_block .item .text .dalee:hover svg {
  fill: #ffd930
}
.zakaz_usl_mp {
  position: relative;
  padding: 89px 0 42px;
  
}
.zakaz_usl_mp.home_page {
    background: url(../../images/home/zakaz_section/bg-zak-mp.webp) right 71px top -68px no-repeat;
}
.zakaz_usl_mp .box {
  position: relative
}
.zakaz_usl_mp .left {
  width: 570px
}
.zakaz_usl_mp .ttl {
  max-width: 470px;
  color: #2e2e2c;
  font-size: 36px;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: .82px;
  text-transform: uppercase
}
.zakaz_usl_mp .desc {
  margin-top: 60px;
  font-size: 18px;
  font-weight: 500;
  color: #444442
}
.zakaz_usl_mp .dalee {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #444442
}
.zakaz_usl_mp .dalee svg {
  fill: #2e2e2c
}
.zakaz_usl_mp .datee:hover {
  color: #ffd930
}
.zakaz_usl_mp .datee:hover svg {
  fill: #ffd930
}
.zakaz_usl {
  position: relative;
  padding: 70px 0;
  
}
.zakaz_usl .box {
  position: relative
}
.zakaz_usl .box .ellipse {
  position: absolute;
  z-index: -1;
  top: -150px;
  right: -120px;
  width: 670px;
  height: 670px;
  background: url(../../images/services/Ellipse72.svg) center no-repeat
}
.zakaz_usl .box .img {
  display: block;
  position: absolute;
  bottom: -100px;
  right: -180px
}
.zakaz_usl .box .img_mobile {
  display: none
}
.zakaz_usl .left {
  width: 570px
}
.zakaz_usl .ttl {
  max-width: 470px;
  color: #2e2e2c;
  font-size: 36px;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: .82px;
  text-transform: uppercase
}
.zakaz_usl .desc {
  margin-top: 60px;
  font-size: 18px;
  font-weight: 500;
  color: #444442
}
.zakaz_usl .dalee {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #444442
}
.zakaz_usl .dalee svg {
  fill: #2e2e2c
}
.zakaz_usl .dalee:hover {
  color: #ffd930
}
.zakaz_usl .dalee:hover svg {
  fill: #ffd930
}
.faq_mp {
  padding: 100px 0;
  background: #f6f7f8
}
.faq_mp .box {
  display: flex;
  justify-content: space-between
}
.faq_mp .left {
  width: 280px;
  color: #444442
}
.faq_mp .left .ttl {
  max-width: 470px;
  color: #2e2e2c;
  font-size: 36px;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: .82px;
  text-transform: uppercase
}
.faq_mp .left .desc {
  margin-top: 23px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%
}
.faq_mp .left .btn {
  margin-top: 50px;
  font-size: 16px;
  font-weight: 700
}
.faq_mp .left .mi {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%
}
.faq_mp .left .vi {
  margin-top: 100px;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%
}
.faq_mp .left .socs {
  margin-top: 20px;
  gap: 12px
}
.faq_mp .right {
  width: 750px
}
.faq_mp .right .faq_item:last-child {
  border-bottom: 0
}
.takge_block {
  padding: 115px 0 106px
}
.takge_block .ttl {
  max-width: 303px;
  color: #2e2e2c;
  font-size: 36px;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: .82px;
  text-transform: uppercase
}
.takge_block .items_takge {
  width: 870px;
  gap: 10px
}
.takge_block .items_takge a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 38px;
  border-radius: 24px;
  background: #f8f8f8;
  color: #444442;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none
}
.takge_block .items_takge a:hover {
  background: #2e2e2c;
  color: #fff
}
.perezv_block {
  background: url(../../images/home/bg-perezv.webp) center top no-repeat
}
.perezv_block .box {
  padding: 42px 0 122px 85px
}
.perezv_block .ttl {
  max-width: 590px;
  color: #2e2e2c;
  font-size: 36px;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: .82px;
  text-transform: uppercase
}
.perezv_block form {
  max-width: 315px;
  margin-top: 20px
}
.perezv_block form label {
  color: #444442;
  font-size: 12px;
  font-weight: 400;
  line-height: 110%
}
.perezv_block form .inp {
  margin-top: 7px
}
.perezv_block form .btn {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 700
}
.perezv_block form .conf {
  margin-top: 20px;
  color: #444442;
  font-size: 10px;
  font-weight: 400;
  line-height: 120%
}
.perezv_block form .conf a {
  color: #c19e00
}
.perezv_block form .socs {
  margin-top: 20px;
  gap: 12px
}
.perezv_block .only_mobile {
  display: none
}
.garant_i_aks .box {
  justify-content: space-between
}
.garant_i_aks .item {
  width: 567px;
  border-radius: 20px;
  background: #f6f7f8;
  padding: 26px 30px
}
.garant_i_aks .item .img {
  width: 73px;
  height: 73px;
  border-radius: 20px;
  background: #ffd930;
  justify-content: center
}
.garant_i_aks .item .ttl {
  margin-top: 23px;
  color: #2e2e2c;
  font-size: 22px;
  font-weight: 700;
  line-height: 130%
}
.garant_i_aks .item .desc {
  margin-top: 9px;
  color: #444442;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%
}
.map_block {
  margin-top: 112px
}
.map_block .ttl {
  max-width: 770px;
  color: #2e2e2c;
  font-size: 36px;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: .82px;
  text-transform: uppercase
}
.map_block #map {
  height: 424px;
  margin-top: 42px;
  background: #dfdfdf
}
.gruzchiki_na_raene {
  margin-top: 120px
}
.gruzchiki_na_raene .ttl_wrp {
  align-items: flex-end;
  gap: 30px
}
.gruzchiki_na_raene .desc {
  max-width: 370px;
  color: #444442;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%
}
.gruzchiki_na_raene .ttl {
  max-width: 370px;
  color: #2e2e2c;
  font-size: 36px;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: .82px;
  text-transform: uppercase
}
.gruzchiki_na_raene .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 30px
}
.gruzchiki_na_raene .items a {
  width: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #f8f8f8;
  border-radius: 50px;
  padding: 15px 0;
  color: #444442;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none
}
.gruzchiki_na_raene .items a:after {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: url(../images/i-plus.svg) #fff;
  content: ''
}
footer {
  margin-top: 74px;
  padding-top: 80px;
  background: #2e2e2c;
  color: #fff
}
footer a {
  color: inherit
}
footer .box {
  display: flex;
  justify-content: space-between
}
footer ul li {
  margin-bottom: 5px
}
footer ul li a {
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
  opacity: .5;
  text-decoration: none
}
footer ul li a:hover {
  opacity: 1
}
footer .col_left {
  width: 185px
}
footer .col_left .logo_wrp {
  flex-direction: column
}
footer .col_left .logo img {
  width: 100%;
  max-width: 134px
}
footer .col_left .call {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffd930;
  width: 170px;
  height: 45px;
  text-decoration: none;
  border-radius: 10px;
  margin-top: 10px;
  background: #444442;
  font-size: 15px;
  font-weight: 600;
  line-height: 19px;
  transition: background .3s linear , color .3s linear;
}
footer .col_left .call:hover,
footer .col_left .call:active {
    background: linear-gradient(37deg, #ffd930 0%, #ffe77d 100%);
}
footer .col_left .call:hover {
  color: #444442;
}
footer .col_left .direc {
  margin-top: 26px;
  margin-bottom: 18px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 19px;
  gap: 12px
}
footer .col_left .direc:hover {
  color: #ffd930
}
footer .col_left .prin {
  opacity: 1;
  flex-direction: column;
  gap: 12px
}
footer .col_left .prin .dflex {
  gap: 12px
}
footer .col_right {
  display: flex;
  margin-top: 17px
}
footer .col_right .ttl {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px
}
footer .col_right .uslugi {
  /*width: 689px */
}
footer .col_right .uslugi ul {
  /* width: 44%;*/
  
  width: 100%;
  max-height: 440px;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  column-gap: 40px;
  /*justify-content: space-between; */
  align-items: flex-start;
}

footer .col_right .contacts {
  text-align: right
}
footer .col_right .contacts a {
  text-decoration: none
}
footer .col_right .contacts .tel {
  margin-bottom: 23px
}
footer .col_right .contacts .tel .con {
  opacity: 1;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px
}
footer .col_right .contacts .tel span {
  display: block;
  opacity: .7;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px
}
footer .col_right .contacts .mail {
  opacity: 1;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px
}
footer .col_right .contacts .socs {
  margin-top: 20px;
  gap: 6px;
  justify-content: flex-end
}
footer .bottom {
  margin-top: 30px;
  padding: 20px 0;
  border-top: 1px solid rgba(255,255,255,.2)
}
footer .bottom .copy {
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
  opacity: .5
}
footer .bottom .right {
  text-align: right
}
footer .bottom .right ul {
  margin-bottom: 23px
}
.mobile_breadcrumb {
  display: none
}
.pagenav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  list-style: none!important
}
.pagenav ul li {
  width: 64px;
  font-size: 18px;
  font-weight: 800;
  color: #444442;
  text-align: center;
  list-style: none!important
}
.pagenav ul li a {
  display: block;
  text-decoration: none;
  color: inherit;
  opacity: .5
}
.pagenav ul li a:hover {
  opacity: 1
}
.pagenav ul li.active {
  color: #2e2e2c
}
.pagenav ul li.next,
.pagenav ul li.prev {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid #ebebeb;
  cursor: pointer;
  background: url(../../images/blog/icons/i-pagenav-arrow.svg) center no-repeat
}
.pagenav ul li.next:hover,
.pagenav ul li.prev:hover {
  border: 1px solid #444442
}
.pagenav ul li.prev {
  rotate: 180deg
}
.pagenav ul li.disabled {
  opacity: .5
}
.pagenav ul li.disabled:hover {
  border: 1px solid #ebebeb
}
.pagenav ul li::before {
  display: none
}
.content {
  /* margin: 100px 0 0; */
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  color: #444442
}
.content .dalee {
  margin-top: 19px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: #444442
}
.content .dalee svg {
  fill: #444442
}
.content .dalee:hover {
  color: #ffd930
}
.content .dalee:hover svg {
  fill: #ffd930
}
.content .h1 {
  font-size: 52px;
  line-height: 110%;
  font-weight: 900;
  color: #2e2e2c;
  letter-spacing: .82px
}
.content .w100 {
  width: 100%;
  height: 331px;
  object-fit: cover;
}
.content img.w100 {
  border-radius: 20px
}
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 900;
  line-height: 120%
}
.content h2 {
  font-size: 40px
}
.content h3 {
  font-size: 38px
}
.content h4 {
  font-size: 36px
}
.content h5 {
  font-size: 34px
}
.content h6 {
  font-size: 32px
}
.content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%
}
.content ul {
  margin-top: 20px;
  margin-bottom: 43px
}
.content ul li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%
}
.content ul li::before {
  content: '';
  width: 9px;
  height: 9px;
  background: #ffd930;
  border-radius: 50%
}
/* Сбрасываем стандартные отступы у списка, если нужно */
.content ol {
    list-style: none;
    counter-reset: item;
    padding-left: 0;
}

.content ol li {
    position: relative; /* Чтобы номер позиционировался относительно li */
    padding-left: 45px; /* Отступ слева под номер (ширина кружка + воздух) */
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 150%;
    /* display: flex; <--- УБИРАЕМ ЭТО */
}

/* Настраиваем сам кружок с цифрой */
.content ol li::before {
    counter-increment: item;
    content: counter(item);
    
    position: absolute; /* Фиксируем в левом верхнем углу */
    left: 0;
    top: 0; /* Номер всегда сверху, даже если текст длинный */
    
    /* Стили кружка (примерные, как на скрине) */
    width: 30px; 
    height: 30px;
    background-color: #FFD600; /* Ваш желтый цвет */
    border-radius: 50%;
    
    /* Центрирование цифры внутри кружка */
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
}
.vacancy_content {
  margin-top: 90px
}
.vacancy_content .items {
  margin-top: 70px;
  display: flex;
  justify-content: space-between
}
.vacancy_content .items .item {
  padding: 42px 36px;
  border-radius: 20px;
  background: #f6f7f8
}
.vacancy_content .items .item .num {
  width: 73px;
  height: 73px;
  background: linear-gradient(36.87deg, #ff9030 8.183%, #f14b09 90.132%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 700;
  color: #2e2e2c
}
.vacancy_content .items .item .ttl {
  margin-top: 36px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  color: #2e2e2c
}
.vacancy_content .items .item ul {
  margin-left: 20px;
  margin-top: 26px;
  list-style: disc
}
.vacancy_content .items .item ul li {
  list-style: disc;
  font-size: 18px;
  font-weight: 500;
  line-height: 230%
}
.vacancy_content .items .left {
  width: 570px;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}
.vacancy_content .items .right {
  width: 570px;
  display: flex;
  flex-direction: column;
  gap: 25px
}
.vacancy_content .only_mobile {
  display: none
}
.breadcrumbs {
  margin: 40px 0
}
.breadcrumbs ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 12px
}
.breadcrumbs ul li {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  display: flex;
  align-items: center;
  gap: 12px
}
.breadcrumbs a,
.breadcrumbs span {
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.breadcrumbs ul li::after {
  content: '';
  width: 6px;
  height: 10px;
  background: url(../../images/blog/icons/i-breadcrumb.svg) center no-repeat
}
.breadcrumbs ul li a {
  color: #444442;
  text-decoration: none
}
.breadcrumbs ul li a:hover {
  text-decoration: underline
}
.breadcrumbs ul li::before {
  display: none
}
.breadcrumbs ul li:last-child::after {
  display: none
}
.kak_prohodit {
  padding: 80px 0;
  background: #f6f7f8
}
.kak_prohodit .ttl {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 400px;
  color: #2e2e2c;
  font-size: 36px;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: .82px;
  text-transform: uppercase
}
.kak_prohodit .items {
  margin-top: 60px;
  display: flex;
  justify-content: space-between
}
.kak_prohodit .items .item {
  width: 270px;
  position: relative
}
.kak_prohodit .items .item .img {
  position: relative;
  height: 275px;
  border-radius: 20px;
  background: #fff;
  overflow: hidden
}
.kak_prohodit .items .item .img img {
  position: absolute;
  bottom: 0;
  right: 0
}
.kak_prohodit .items .item .img .num {
  position: absolute;
  top: 8px;
  left: 30px;
  font-size: 60px;
  font-weight: 900;
  color: #f6f7f8;
  z-index: 2;
}
.kak_prohodit .items .item .name {
  margin-top: 22px;
  height: 46px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: #2e2e2c
}
.kak_prohodit .items .item .desc {
  margin-top: 10px;
  font-size: 15px;
  line-height: 130%;
  color: #2e2e2c
}
.kak_prohodit .items .item::after {
  content: '';
  width: 22px;
  height: 22px;
  background: url(../../images/services/i-arrow-next.svg) center no-repeat;
  position: absolute;
  top: 125px;
  right: -26px
}
.kak_prohodit .items .item:last-child::after {
  display: none
}
.kak_prohodit.kak_avtopark .items .item .num {
  color: #ffd930
}
.fotogallery {
  padding: 120px 0
}
.fotogallery .ttl {
  max-width: 400px;
  color: #2e2e2c;
  font-size: 36px;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: .82px;
  text-transform: uppercase
}
.fotogallery .fotogallery_slider {
  margin-top: 50px
}
.fotogallery .scrollbar {
  width: 1000px
}
.fotogallery .scroller {
  height: 5px!important;
  top: -2px!important;
  border-radius: 2px
}
.fotogallery .owl-nav {
  right: 0
}
.about_page .mobile_breadcrumb {
  background: #fbfbfb;
  overflow: hidden;
  display: block
}
.about_page .main_offer {
  background: url(../images/bg-offer-about-page.png) center bottom no-repeat #fbfbfb
}
.about_page .main_offer .desc {
  max-width: 464px
}
.about_page .main_offer .dalee {
  margin-top: 19px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: #444442
}
.about_page .main_offer .dalee svg {
  fill: #444442
}
.about_page .main_offer .dalee:hover {
  color: #ffd930
}
.about_page .main_offer .dalee:hover svg {
  fill: #ffd930
}
.about_page .main_offer .only_mobile {
  display: none
}
.about_page .nam_doverili {
  padding-top: 124px
}
.contact_page .content {
  margin: 0;
  overflow: hidden;
  padding-bottom: 60px;
  background: #f6f7f8
}
.contact_page .content .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0;
  margin-top: 50px
}
.contact_page .content .items .item {
  width: 370px;
  border-radius: 20px;
  background: #fff;
  padding: 30px
}
.contact_page .content .items .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: linear-gradient(36.87deg, #ff9030 8.183%, #f14b09 90.132%);
  border-radius: 9px
}
.contact_page .content .items .item .ttl {
  margin-top: 16px;
  font-size: 15px;
  color: #2e2e2c;
  line-height: 130%
}
.contact_page .content .items .item .bold {
  display: inline-block;
  margin-top: 3px;
  font-size: 18px;
  line-height: 130%;
  font-weight: 700;
  color: #2e2e2c;
  text-decoration: none
}
.contact_page .content .items .item a:hover {
  color: #ffd930
}
.contact_page .content .items .item .tdu {
  text-decoration: underline
}
.contact_page .content .items .item .socs {
  display: flex;
  align-items: center;
  gap: 12px
}
.contact_page .map_block {
  margin-top: 50px
}
.news_page .news_items {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 30px;
  margin-top: 60px
}
.news_page .news_items .item {
  width: 270px
}
.news_page .news_items .item img {
  width: 100%;
  border-radius: 20px
}
.news_page .news_items .item .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
  color: #2e2e2c
}
.news_page .news_items .item .bottom {
  margin-top: 12px
}
.news_page .news_items .item .date {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 15px;
  color: #444442
}
.news_page .news_items .item .date span {
  opacity: .5
}
.news_page .news_items .item .date::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(36.87deg, #ff9030 8.183%, #f14b09 90.132%)
}
.news_page .news_items .item .readmore {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  font-weight: 700;
  color: #2e2e2c;
  text-decoration: underline
}
.news_page .news_items .item .readmore svg {
  fill: #2e2e2c
}
.news_page .news_items .item .readmore:hover {
  color: #ffd930
}
.news_page .news_items .item .readmore:hover svg {
  fill: #ffd930
}
.news_page .news_items .first_news {
  width: 100%;
  margin-bottom: 90px;
  display: flex;
  gap: 30px
}
.news_page .news_items .first_news img {
  width: 470px;
  min-width: 470px
}
.news_page .news_items .first_news .right {
  width: 370px
}
.news_page .news_items .first_news .right .title {
  font-size: 22px
}
.news_page .news_items .first_news .right .desc {
  margin-top: 26px;
  font-size: 18px;
  font-weight: 500;
  color: #444442;
  line-height: 130%
}
.news_page .news_items .first_news .right .bottom {
  margin-top: 56px
}
.news_page .pagenav {
  margin-top: 80px
}
.article_page .h1 {
  margin-bottom: 44px
}
.article_page .w100 {
  margin-bottom: 54px
}
.feedback .box {
  border-radius: 35px;
  padding: 58px 104px;
  background: #f6f7f8 !important;
}
.feedback .otvech {
  border-radius: 100px;
  background: #fff;
  padding: 9px 20px 9px 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px
}
.feedback .otvech .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #2e2e2c;
  border-radius: 50%
}
.feedback .otvech span {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  color: #000
}
.feedback .uspeete {
  margin-left: 15px;
  border-radius: 100px;
  background: #2e2e2c;
  padding: 9px 20px 9px 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px
}
.feedback .uspeete .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #444442;
  border-radius: 50%
}
.feedback .uspeete .img svg {
  fill: #ffd930
}
.feedback .uspeete span {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  color: #fff
}
.feedback .ttl {
  font-size: 32px;
  letter-spacing: .82px;
  font-weight: 900;
  text-transform: uppercase;
  max-width: 360px
}
.feedback .bottom {
  margin-top: 32px
}
.feedback form {
  width: 511px
}
.feedback form .dflex {
  align-items: flex-end
}
.feedback form .col {
  width: 250px
}
.feedback form .inp {
  width: 250px
}
.feedback form .btn {
  width: 250px
}
.feedback form label {
  font-size: 12px;
  color: #444442;
  margin-bottom: 7px;
  display: inline-block
}
.feedback form .conf {
  margin-top: 17px;
  font-size: 10px
}
.feedback form .conf a {
  color: #c19e00
}
.feedback .right .text {
  width: 235px;
  margin-right: 14px;
  font-size: 14px;
  color: #444442
}
.feedback .right .socs {
  gap: 15px
}
.price_table {
    margin:50px 0;
  display: block;
  padding: 38px 0;
  width: 100%;
  border-radius: 50px;
  box-shadow: 0 0 60px 0 rgba(203,203,203,.25);
  background: #fff
}
.price_table .row {
  display: flex;
  align-items: stretch;
  font-size: 15px;
  color: #444442;
  line-height: 20px
}
.price_table .row .col {
  position: relative;
  padding: 20px 0 20px 35px;
  text-align: left;
  font-weight: 600;
}
.price_table .row .col_name {
  width: 392px;
  border-top: 1px solid rgba(141,141,135,.06)
}
.price_table .row .col_spec {
  width: 227px;
  padding-left: 27px;
  background: #403e32;
  color: #fff;
  border-top: 1px solid rgba(141,141,135,.06)
}
.price_table .row .col_cost {
  border-top: 1px solid rgba(141,141,135,.06)
}
.price_table .row_head {
  border-top: none;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: .82px;
  font-weight: 900;
  color: #2e2e2c
}
.price_table .row_head .col {
  padding-top: 0;
  border-top: 0
}
.price_table .row_head .col_name {
  border-top: 0;
  font-weight: 900
}
.price_table .row_head .col_spec {
  color: #ffffff;
  border-top: 0;
  font-weight: 900
}
.price_table .row_head .col_spec span {
  position: relative;
  z-index: 1
}
.price_table .row_head .col_spec::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f14b09;
  height: 95px;
  border-radius: 25px 25px 0 0
}
.price_table .row:last-child .col_spec::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -55px;
  background: #2e2e2c;
  height: 55px;
  border-radius: 0 0 25px 25px
}
.price_table .row:last-child .col_spec::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 50px;
  right: -50px;
  width: 147px;
  height: 147px;
  filter: blur(100px);
  background: linear-gradient(36.87deg, #f1bf09 8.183%, #f14b09 90.132%);
}
.owl-item {
  padding: 20px 0
}
.item_usluga {
  position: relative;
  border-radius: 20px;
  box-shadow: 0 2px 25px 0 rgba(230,225,221,.33);
  background: #fff;
  padding: 28px 0;
  text-align: center
}
.item_usluga .img {
  width: 180px;
  height: 180px;
  margin: 0 auto;
}
@media screen and (min-width:992px) {
    .item_usluga .img {
      position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        top: -90px;
        left: 50%;
        transform: translateX(-50%);
    }
    .pop_uslugi .owl-stage-outer {
        padding-top:100px;
    }
    .pop_uslugi .owl-stage-outer .item_usluga .name {
        padding-top: 60px;
    }
}
.item_usluga .img img {
  height: 100%;
    width: 100%;
    object-fit: contain;
}
.item_usluga .name {
  display: inline-block;
  margin-top: 50px;
  text-decoration: none;
  color: #2e2e2c;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%
}
.item_usluga .price {
  color: #2e2e2c;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%
}
.item_usluga .btn {
  width: 197px;
  height: 51px;
  margin: 20px auto 0;
  font-size: 14px;
   background: linear-gradient(37deg, #ffe77d 0%, #ffd930 100%);
  transition: background .3s linear;
}
.item_usluga .btn:hover,
.item_usluga .btn:active {
    background: linear-gradient(37deg, #ffd930 0%, #ffe77d 100%);
}
.owl-nav {
  position: absolute;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between
}
.owl-nav button {
  width: 69px;
  height: 69px;
  border: 1px solid #ebebeb!important;
  background: rgba(246,247,248,.5)!important;
  border-radius: 50%;
  opacity: .5;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center
}
.owl-nav button svg {
  fill: #2e2e2c
}
.owl-nav button:hover {
  opacity: 1
}
.owl-nav .owl-prev {
  rotate: 180deg
}
.reviews_audio_item {
  height: 234px;
  border-radius: 20px;
  background: #fff;
  padding: 30px 25px
}
.reviews_audio_item .img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(36.87deg, #ff9030 8.183%, #f14b09 90.132%);
  display: flex;
  align-items: center;
  justify-content: center
}
.reviews_audio_item .text {
  margin-left: 13px
}
.reviews_audio_item .name {
  font-weight: 700;
  color: #2e2e2c
}
.reviews_audio_item .desc {
  font-size: 14px;
  color: #444442
}
.reviews_audio_item .rev {
  height: 36px;
  margin-top: 30px;
  font-size: 14px;
  font-weight: 500;
  color: #444442
}
.reviews_audio_item .controls {
  gap: 20px
}
.reviews_audio_item .controls .pause {
  display: none
}
.reviews_audio_item .controls .time {
  font-size: 14px;
  color: #444442
}
.reviews_audio_item .controls .line {
  width: 111px;
  height: 5px;
  background: #e7e7e7
}
.reviews_text_item {
  border-radius: 20px;
  background: #fff;
  padding: 44px 50px
}
.reviews_text_item .top {
  gap: 24px
}
.reviews_text_item .top img {
  width: 68px;
  height: 68px;
  max-width: 68px;
  min-width: 68px
}
.reviews_text_item .top .text .name {
  color: #2e2e2c;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%
}
.reviews_text_item .top .text .dol {
  color: #444442;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%
}
.reviews_text_item .bottom {
  margin-top: 27px;
  color: #444442;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%
}
.reviews_video_item {
  border-radius: 20px;
  background: #fff;
  height: 234px;
  position: relative;
  cursor: pointer;
  overflow:hidden;
}
.reviews_video_item img {
        width: 100%;
    object-fit: cover;
    height: 100%;
}
.reviews_video_item::after {
  content: '';
  position: absolute;
  top: calc(50% - 34px);
  left: calc(50% - 34px);
  width: 67px;
  height: 67px;
  opacity: .5;
  backdrop-filter: blur(10px);
  background: url(../../images/home/i-video-play.svg) center no-repeat;
  border-radius: 50%;
}
.reviews_video_item:hover::after {
  backdrop-filter: blur(0);
  opacity: 1
}
.faq_item {
  border-bottom: 1px solid #dfdfdf
}
.faq_item .faq_ans {
  height: 141px;
  display: flex;
  align-items: center
}
.faq_item .faq_ans .num {
  width: 60px;
  margin-right: 25px;
  opacity: .2;
  color: #354655;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: .25px
}
.faq_item .faq_ans .name {
  width: 616px;
  color: #2e2e2c;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  cursor: pointer
}
.faq_item .faq_ans .plus {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  cursor: pointer
}
.faq_item .faq_ans .plus svg {
  fill: #444442
}
.faq_item .faq_ans .plus:hover {
  background: #ffd930
}
.faq_item .faq_ans.active .plus {
  background: #ffd930
}
.faq_item .faq_ans.active .plus svg {
  fill: #fff;
  rotate: 45deg
}
.faq_item .faq_qwe {
  display: none;
  padding-bottom: 40px;
  padding-left: 88px;
  font-size: 18px;
  font-weight: 500;
  color: #444442;
  line-height: 130%
}
.modal {
  display: none;
  width: 666px;
  height: fit-content;
  background: #fff !important;
  position: relative;
  border-radius: 50px;
  padding: 100px 38px
}
.modal .ttl {
  margin-bottom: 18px;
  font-weight: 900;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .82px;
  color: #2e2e2c
}
.modal .desc {
  max-width: 430px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 600;
  text-align: center
}
.modal .row {
  margin-bottom: 16px
}
.modal form {
  margin: 40px auto 0;
  max-width: 380px
}
.modal .lbl {
  margin-bottom: 7px;
  font-size: 12px;
  font-weight: 400;
  color: #444442
}
.modal .btn {
  margin-top: 30px
}
.modal .police {
  margin-top: 26px;
  text-align: center;
  font-size: 10px
}
.modal .police a {
  color: #c19e00
}
.modal .success_icon {
  margin: 54px 0 60px
}
.modal .success_icon svg {
  fill: #ffd930
}
.modal .ok_btn {
  max-width: 380px;
  margin: 0 auto
}
.modal button.f-button.is-close-btn {
  display: none
}
.modal .close {
  width: 52px;
  height: 52px;
  position: absolute;
  background: #ffd930;
  border-radius: 50%;
  right: 30px;
  top: 30px;
  transition: all .4s ease-out;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center
}
.modal .close svg {
  fill: #807fa1
}
@media screen and (max-width:1170px) {
    .faq_qwe p {
    font-size: 13px;
    /* padding-left: 48px; */
    max-width: 250px;
    width: 100%;
}
.advatnages .items .i6::after {
  display: none;
}
.advatnages .items .i1::after {
    top: -111px;
    right: -221px;
}
  .box {
    max-width: 360px
  }
  form .inp {
    height: 42px;
    border-radius: 8px
  }
  .btn {
    height: 44px;
    border-radius: 8px
  }
  header .top {
    padding: 15px 0 10px
  }
  header .top .box {
    padding: 0 16px
  }
  header .top .logo img {
    width: 118px;
  }
  header .top .callback,
  header .top .city_wrp,
  header .top .mail_wrp,
  header .top .phone {
    display: none
  }
  header .top .phone_mobile {
    display: block;
    margin-left: 20px;
    margin-top: 0
  }
  header .top .phone_mobile .for {
    display: none
  }
  header .top .phone_mobile .for_mobile {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #fff
  }
  header .top .phone_mobile .for_mobile span {
    opacity: .7
  }
  header .top .phone_mobile .for_mobile::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #59ff6a;
    margin-right: 8px
  }
  header .top .burger {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    width: 30px;
    height: 30px
  }
  header .top .burger svg {
    fill: #f14b09;
  }
  header .top .close_mobile_menu {
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    width: 30px;
    height: 30px
  }
  header .bottom {
    display: none
  }
  header.open .burger {
    display: none
  }
  header.open .close_mobile_menu {
    display: flex
  }
  .mobile_menu {
    position: fixed;
    z-index: 9;
    top: 67px;
    left: 0;
    width: 342px;
    background: #232323;
    padding: 40px 16px
  }
  .mobile_menu .city_wrp {
    display: flex
  }
  .mobile_menu .city_wrp svg {
    width: 12px
  }
  .mobile_menu .city_wrp .your {
    margin-left: 10px;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    opacity: .8
  }
  .mobile_menu .city_wrp .city {
    display: inline-flex;
    margin-left: 23px;
    font-size: 15px;
    font-weight: 600;
    line-height: 19px;
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
    gap: 8px
  }
  .mobile_menu ul.menu {
    margin-top: 10px
  }
  .mobile_menu ul.menu li {
    display: block;
    /* background: url(../../images/home/i-mobmenu.svg) right center no-repeat */
  }
  
  .mobile_menu ul.menu li.open ul.submenu {
        display: block;
        margin-left: 20px;
  }
  .mobile_menu ul.menu li a {
    display: inline-block;
    padding: 15px 0;
    width: 100%;
    font-size: 15px;
    color: #fff;
    text-decoration: none
  }
  .mobile_menu ul.menu li ul.submenu {
    display: none
  }
  .mobile_menu .mail_wrp {
    margin-top: 20px
  }
  .mobile_menu .mail_wrp a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
    text-decoration: none
  }
  .mobile_menu .mail_wrp .rab {
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 16px;
    color: #fff
  }
  .mobile_menu .mail_wrp .rab span {
    opacity: .7
  }
  .mobile_menu .mail_wrp .rab::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #59ff6a;
    margin-right: 5px
  }
  .mobile_menu .phone {
    margin-top: 20px
  }
  .mobile_menu .phone a {
    text-decoration: none;
    font-weight: 700;
    color: #ffd930;
    font-size: 16px;
    line-height: 20px
  }
  .mobile_menu .phone .for {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    opacity: .7
  }
  .mobile_menu.open {
    display: block
  }
  .main_offer {
    height: auto;
  }
  .main_offer .box {
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 16px;
    padding-right: 16px
  }
  .main_offer .left {
    margin-top: 40px;
    width: 100%
  }
  .main_offer .left .h1 {
    font-size: 30px;
    letter-spacing: .52px
  }
  .main_offer .left .desc {
    margin-top: 20px;
    font-size: 14px
  }
  .main_offer .left .desc ul,
  .main_offer .left .desc ul li {
    list-style: none;
    margin-left: 0
  }
  .main_offer .left .advs {
    gap: 20px;
    margin-top: 30px
  }
  .main_offer .left .advs .item {
    padding: 8px 6px;
    border-radius: 13px;
    line-height: 100%;
    background: transparent;
  }
  .main_offer .left .advs .item .img {
    width: 23px;
    height: 23px
  }
  .main_offer .left .advs .item .img svg {
    width: 12px
  }
  .main_offer .left .advs .item .ttl {
    margin-top: 5px
  }
  .main_offer .left .advs .item .ttl,
  .main_offer .left .advs .item .val {
    font-size: 11px
  }
  .main_offer .left .advs .item .val_desktop {
    display: none
  }
  .main_offer .left .advs .item .val_mobile {
    display: block
  }
  .main_offer .right {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 0 60px 0 rgba(203,203,203,.25);
    margin-top: 20px;
    padding: 23px 20px
  }
  .main_offer .right .otvech {
    padding: 7px 10px
  }
  .main_offer .right .otvech .img {
    width: 24px;
    height: 24px
  }
  .main_offer .right .otvech .img svg {
    width: 12px
  }
  .main_offer .right .otvech span {
    font-size: 9px
  }
  .main_offer .right .title {
    display: none
  }
  .main_offer .right .title_mobile {
    display: block;
    margin-top: 22px;
    margin-bottom: 13px;
    color: #2e2e2c;
    font-size: 17px;
    font-weight: 900;
    line-height: 110%;
    letter-spacing: .67px;
    text-transform: uppercase
  }
  .main_offer .right .socs a svg {
    width: 42px
  }
  .main_offer .boxes {
    display: none
  }
  .main_offer .man,
  .main_offer .man2 {
    display: none
  }
  .main_offer .offer_img {
    display: none
  }
  .main_offer.avtopark_1 {
    background: 0 0
  }
  .main_offer.avtopark_2 {
    background: 0 0
  }
  .main_offer.avtopark_3 {
    background: 0 0
  }
  .main_offer.avtopark_4 {
    background: 0 0
  }
  .main_offer.avtopark_5 {
    background: 0 0
  }
  .main_offer.vacancy .box {
    padding-bottom: 0
  }
  .main_offer.vacancy .desc li {
    font-size: 14px
  }
  .main_offer.vacancy .desc .pris {
    margin-top: 26px;
    font-size: 14px
  }
  .main_offer.vacancy .advs .item {
    min-width: auto
  }
  .main_offer.vacancy .vac_man {
    display: none
  }
  .main_offer.vacancy .right {
    margin-top: 20px;
    padding: 40px 20px
  }
  .main_offer.vacancy .right .title {
    display: block;
    font-size: 17px
  }
  .price_block {
    padding: 84px 0 50px;
    margin: 0;
  }
  .price_block .box {
    justify-content: flex-start;
    flex-direction: column
  }
  .price_block .left {
    width: 100%;
    justify-content: flex-start;
    padding-top: 0
  }
  .price_block .left .top {
    text-align: center
  }
  .price_block .left .top .ttl {
    font-size: 22px
  }
  .price_block .left .top .desc {
    margin-top: 20px;
    font-size: 14px
  }
  .price_block .left .top .rasshet .img {
    display: none
  }
  .price_block .left .top .rasshet .text {
    font-size: 14px;
    text-align: center
  }
  .price_block .left .bottom {
    display: none
  }
  .price_block .right {
    width: 100%;
    margin-top: 32px;
    padding: 0 16px
  }
  .price_block .right .bottom {
    display: block;
    margin-top: 30px
  }
  .price_block .right .bottom .zab {
    position: relative;
    margin-top: 20px;
    color: #444442;
    font-size: 14px;
    font-weight: 500;
    line-height: 130%
  }
  .price_block .right .bottom .zab::after {
    content: '';
    position: absolute;
    right: 15px;
    bottom: -12px;
    width: 62px;
    height: 67px;
    background: url(../../images/home/i-arr-zob-m.svg) 0 0 no-repeat
  }
  .price_block .right .bottom .btn {
    width: 100%;
    height: 51px;
    margin-top: 30px;
    font-size: 14px;
    font-weight: 700;
    color: #2e2e2c;
    text-decoration: none;
    gap: 12px
  }
  .kak_prohodit {
    padding: 40px 0
  }
  .kak_prohodit .ttl {
    font-size: 22px;
    text-align: center
  }
  .kak_prohodit .items {
    margin-top: 36px;
    flex-wrap: wrap;
    padding-left: 16px;
    padding-right: 16px;
    gap: 20px 0
  }
  .kak_prohodit .items .item {
    width: 160px
  }
  .kak_prohodit .items .item .img {
    height: 160px
  }
  .kak_prohodit .items .item .img img {
    width: 85%;
    right: 0
  }
  .kak_prohodit .items .item .img .num {
    font-size: 52px;
    top: 0;
    left: auto;
    right: 60px
  }
  .kak_prohodit .items .item .name {
    font-size: 16px;
    height: auto;
    min-height: 60px
  }
  .kak_prohodit .items .item .desc {
    font-size: 13px
  }
  .kak_prohodit .items .item::after {
    display: none
  }
  .advatnages {
    padding: 40px 0
  }
  .advatnages .box {
    padding: 0 16px
  }
  .advatnages .ttl_wrp {
    flex-direction: column
  }
  .advatnages .ttl {
    width: 100%;
    font-size: 22px;
    text-align: center
  }
  .advatnages .desc {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    font-size: 14px;
    text-align: center
  }
  .advatnages .items {
    flex-direction: column;
    gap: 10px
  }
  .advatnages .items .item {
    width: 100%;
    height: auto;
    padding: 16px;
    font-size: 13px;
    justify-content: flex-start
  }
  .advatnages .items .item .img {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    margin-bottom: 30px
  }
  .advatnages .items .item .img svg {
    width: 22px
  }
  .advatnages .items .i1 {
    width: 100%
  }
  .advatnages .items .item_mid {
    width: 100%;
    gap: 8px 2%
  }
  .advatnages .items .item_mid .item {
    width: 48%
  }
  .pop_uslugi {
    padding: 60px 0
  }
  .pop_uslugi .box {
    padding: 0 0;
  }
  .pop_uslugi .ttl {
    font-size: 22px;
    text-align: center
  }
  .pop_uslugi .uslugi_slider {
    margin-top: 10px;
  }
  .pop_uslugi .uslugi_slider .owl-nav {
    display: none
  }
  .pop_uslugi .scrollbar {
    display: block
  }
  .nam_doverili .box {
    /* padding: 0 16px; */
    padding: 0 0px;
  }
  .nam_doverili .ttl {
    font-size: 22px;
    padding: 0 16px;
  }
  .nam_doverili .slider_wrp {
    flex-direction: column;
    justify-content: flex-start
  }
  .nam_doverili .left {
    width: 100%
  }
  .nam_doverili .left .scrollbar {
    width: 100%
  }
  .nam_doverili .right {
    width: 100%
  }
  .nam_doverili .doverili_slider .owl-nav {
    display: none
  }
  .nam_doverili .doverili_slider .item {
    width: auto
  }
  .reviews_block {
    padding: 60px 0;
    margin-top: 0
  }
  .reviews_block .box {
    padding: 0 0px;
    /* padding: 0 16px */
  }
  .reviews_block .ttl {
    font-size: 22px;
    text-align: center
  }
  .reviews_block .tabs_block .tabs_caption {
    flex-wrap: nowrap;
    overflow: auto;
      -ms-overflow-style: none;
      scrollbar-width: none;
  }
  
    .reviews_block .tabs_block .tabs_caption::-webkit-scrollbar {
      width: 0;
      height: 0;
      display: none;
    }
    
  .reviews_block .tabs_block .tabs_caption li {
    height: 42px;
    white-space: nowrap;
    padding: 0 16px;
    font-size: 12px
  }
  .reviews_block .tabs_block .tabs_content .scrollbar {
    width: 100%
  }
  .reviews_block .reviews_audio_slider .owl-nav {
    display: none
  }
  .reviews_block .reviews_text_slider .owl-nav {
    display: none
  }
  .reviews_block .reviews_video_slider .owl-nav {
    display: none
  }
  .calc_block {
    padding-bottom: 60px
  }
  .calc_block .box {
    padding: 0 0;
    background: 0 0 !important;
    border-radius: 0
  }
  .calc_block .ttl_wrp {
    flex-direction: column;
    padding: 0 16px;
  }
  .calc_block .ttl_wrp .txt {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    font-size: 14px
  }
  .calc_block .ttl {
    width: 100%;
    font-size: 22px;
    text-align: center
  }
  .calc_block .types {
    margin-top: 32px;
    margin-bottom: 32px;
    
    /* width: 328px; */
    overflow: auto;
      -ms-overflow-style: none;
      scrollbar-width: none;
  }
  
  
  
  .calc_block .types::-webkit-scrollbar {
      width: 0;
      height: 0;
      display: none;
    }
  
  .calc_block .types label {
    overflow: unset;
  }
  .calc_block .types label input {
    display: none
  }
  .calc_block .types label span {
    height: 42px;
    background: #fff;
    padding: 0 28px;
    font-size: 12px;
    white-space: nowrap;
    padding: 0 16px;
  }
  .calc_block .row {
    flex-direction: column;
    gap: 20px
  }
  .calc_block .row .col {
    width: 100%
  }
  .calc_block .row .col .inp {
    background-color: #fff
  }
  .calc_block .row .col .new-select {
    background-color: #fff
  }
  .calc_block .row .col .sogl {
    text-align: center
  }
  .calc_block .row .col_empty {
    display: none
  }
  .news_block {
    margin-top: 44px
  }
  .news_block .box {
    /* padding: 0 16px; */
    padding: 0 0px;
  }
  .news_block .ttl_wrp {
    flex-direction: column;
    justify-content: center
  }
  .news_block .ttl_wrp .ttl {
    width: 100%;
    text-align: center;
    font-size: 22px
  }
  .news_block .ttl_wrp .btn {
    display: none
  }
  .news_block .news_slider .item {
    flex-direction: column;
    padding: 0;
    box-shadow: none
  }
  .news_block .news_slider .item img {
    width: 100%;
    height: auto
  }
  .news_block .news_slider .item .text {
    width: 100%;
    height: auto;
    padding: 20px 0 0
  }
  .news_block .news_slider .item .text .name {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 16px
  }
  .news_block .news_slider .item .text .desc {
    display: none
  }
  .news_block .news_slider .item .text .dalee {
    margin-top: 15px;
    font-size: 14px
  }
  .fotogallery {
    padding: 60px 0
  }
  .fotogallery .ttl {
    font-size: 22px;
    text-align: center
  }
  .fotogallery .owl-nav {
    display: none
  }
  .fotogallery .scrollbar {
    width: 94%;
  }
  .zakaz_usl_mp {
    padding: 60px 0 90px;
    background: url(../../images/home/zakaz_section/bg-zak-mp-mob.webp) right bottom no-repeat
  }
  .zakaz_usl_mp.home_page {
    background: url(../../images/home/zakaz_section/bg-zak-mp-mob.webp) right bottom no-repeat;
    }
  .zakaz_usl_mp .box {
    padding: 0 16px
  }
  .zakaz_usl_mp .left {
    width: 100%
  }
  .zakaz_usl_mp .ttl {
    text-align: center;
    font-size: 22px
  }
  .zakaz_usl_mp .desc {
    width: 100%;
    margin-top: 20px;
    font-size: 13px
  }
  .zakaz_usl_mp .dalee {
    margin-top: 20px;
    font-size: 16px
  }
  .zakaz_usl {
    padding: 40px 0
  }
  .zakaz_usl .box {
    padding-left: 16px;
    padding-right: 16px
  }
  .zakaz_usl .box .img {
    display: none
  }
  .zakaz_usl .box .ellipse {
    display: none
  }
  .zakaz_usl .box .img_mobile {
    display: block;
    width: 100%
  }
  .zakaz_usl .ttl {
    font-size: 22px;
    text-align: center
  }
  .zakaz_usl .desc {
    margin-top: 30px;
    font-size: 13px
  }
  .zakaz_usl .left {
    width: 100%;
    float: none
  }
  .zakaz_usl .dalee {
    font-size: 14px;
    margin-top: 20px
  }
  .faq_mp {
    padding: 60px 0
  }
  .faq_mp .box {
    padding: 0 16px;
    flex-direction: column
  }
  .faq_mp .left {
    width: 100%
  }
  .faq_mp .left .ttl {
    text-align: center;
    font-size: 22px
  }
  .faq_mp .left .desc {
    text-align: center;
    font-size: 14px
  }
  .faq_mp .left .btn,
  .faq_mp .left .mi,
  .faq_mp .left .socs,
  .faq_mp .left .vi {
    display: none
  }
  .faq_mp .right {
    width: 100%;
    margin-top: 30px
  }
  .takge_block {
    padding: 60px 0
  }
  .takge_block .box {
    padding: 0 16px
  }
  .takge_block .ttl_wrp {
    flex-direction: column
  }
  .takge_block .ttl {
    text-align: center;
    font-size: 22px
  }
  .takge_block .items_takge {
    width: 100%;
    margin-top: 30px
  }
  .takge_block .items_takge a {
    padding: 9px 30px;
    font-size: 14px
  }
  .perezv_block {
    background: 0 0
  }
  .perezv_block .box {
    padding: 0 16px
  }
  .perezv_block .ttl {
    text-align: center;
    font-size: 22px
  }
  .perezv_block form {
    width: 100%
  }
  .perezv_block form .socs {
    justify-content: center
  }
  .perezv_block .only_mobile {
    display: block;
    margin: 20px auto;
    width: 100%
  }
  .garant_i_aks {
    margin: 40px 0 0
  }
  .garant_i_aks .box {
    padding: 0 16px
  }
  .garant_i_aks .box .item {
    width: 48%;
    padding: 16px
  }
  .garant_i_aks .box .item .img {
    width: 50px;
    height: 50px;
    border-radius: 10px
  }
  .garant_i_aks .box .item .img svg {
    width: 20px
  }
  .garant_i_aks .box .item .ttl {
    font-size: 18px
  }
  .garant_i_aks .box .item .desc {
    font-size: 13px
  }
  .map_block {
    margin-top: 60px
  }
  .map_block .box {
    padding: 0 16px
  }
  .map_block .ttl {
    text-align: center;
    font-size: 22px
  }
  .map_block #map {
    height: 220px;
    margin-top: 20px
  }
  .gruzchiki_na_raene {
    margin-top: 60px
  }
  .gruzchiki_na_raene .box {
    padding: 0 16px
  }
  .gruzchiki_na_raene .ttl_wrp {
    flex-direction: column;
    gap: 20px
  }
  .gruzchiki_na_raene .ttl_wrp .ttl {
    text-align: center;
    font-size: 22px
  }
  .gruzchiki_na_raene .ttl_wrp .desc {
    width: 100%;
    text-align: center;
    font-size: 14px
  }
  .gruzchiki_na_raene .items {
    gap: 20px;
    margin-top: 30px
  }
  .gruzchiki_na_raene .items a {
    width: 100%;
    justify-content: space-between;
    padding: 12px 16px
  }
  .feedback .box {
    border-radius: 35px;
    padding: 47px 16px
  }
  .feedback .rht {
    display: none
  }
  .feedback .ttl {
    text-align: center;
    font-size: 22px;
    font-weight: 900
  }
  .feedback .bottom {
    flex-direction: column
  }
  .feedback .bottom form {
    width: 100%
  }
  .feedback .bottom form .dflex {
    flex-direction: column
  }
  .feedback .bottom form .col,
  .feedback .bottom form .inp {
    width: 100%
  }
  .feedback .bottom form label {
    display: block
  }
  .feedback .bottom form .btn {
    width: 100%;
    margin-top: 12px
  }
  .feedback .bottom .conf {
    text-align: center
  }
  .feedback .right {
    margin-top: 23px
  }
  .feedback .right .text {
    display: none
  }
  footer {
    margin-top: 60px;
    padding-top: 30px
  }
  footer .box {
    padding: 0 16px;
    flex-direction: column
  }
  footer .col_left {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,.2)
  }
  /* footer .col_left .logo_wrp {
    flex-direction: row;
    justify-content: space-between;
    align-items: center
  } */
  footer .col_left .call {
    font-size: 14px;
    margin-top: 0
  }
  footer .col_left .prin {
    flex-direction: row
  }
  footer .col_right {
    width: 100%;
    flex-direction: column-reverse
  }
  footer .col_right .ttl {
    margin-bottom: 20px
  }
  footer .col_right .contacts {
    text-align: left;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,.2)
  }
  footer .col_right .contacts .socs {
    justify-content: flex-start
  }
  footer .col_right .uslugi {
    width: 100%;
    margin-top: 30px
  }
  footer .col_right .uslugi .cols {
    flex-direction: column
  }
  footer .col_right .uslugi ul {
    /* width: 100%; */
    max-height: unset;
  }
  footer .bottom {
    padding: 20px 16px;
    flex-direction: column-reverse
  }
  footer .bottom .right {
    text-align: left;
    margin-bottom: 20px
  }
  .content {
    /* margin: 40px 0; */
    font-size: 14px
  }
  .content .box {
    padding-left: 16px;
    padding-right: 16px
  }
  .content .h1,
  .content h1 {
    font-size: 30px
  }
  .content h2,
  .content h3,
  .content h4,
  .content h5,
  .content h6 {
    text-align: center;
    text-transform: uppercase
  }
  .content h2 {
    font-size: 22px
  }
  .content h3 {
    font-size: 20px
  }
  .content h4 {
    font-size: 18px
  }
  .content h5 {
    font-size: 16px
  }
  .content h6 {
    font-size: 15px
  }
  .content p {
    font-size: 14px
  }
  .content img.w100 {
    border-radius: 0
  }
  .content ol li,
  .content ul li {
    font-size: 14px
  }
  .vacancy_content {
    margin-top: 30px
  }
  .vacancy_content .breadcrumbs {
    display: none
  }
  .vacancy_content .items {
    margin-top: 0;
    flex-direction: column
  }
  .vacancy_content .items .item {
    padding: 23px 18px
  }
  .vacancy_content .items .item .num {
    border-radius: 10px;
    width: 36px;
    height: 36px;
    font-size: 15px
  }
  .vacancy_content .items .item .ttl {
    margin-top: 18px;
    font-size: 12px;
    font-weight: 900
  }
  .vacancy_content .items .item ul {
    margin-top: 14px
  }
  .vacancy_content .items .item ul li {
    font-size: 14px;
    line-height: 130%
  }
  .vacancy_content .items .left {
    width: 100%;
    margin-bottom: 20px
  }
  .vacancy_content .items .left .bottom {
    display: none
  }
  .vacancy_content .items .right {
    width: 100%
  }
  .vacancy_content .only_mobile {
    display: flex;
    margin-top: 30px
  }
  .mobile_breadcrumb {
    display: block
  }
  .mobile_breadcrumb .box {
    padding-left: 16px;
    padding-right: 16px
  }
  .breadcrumbs {
    margin: 20px 0
  }
  .breadcrumbs ul {
    gap: 10px;
    flex-wrap: wrap;
  }
  .breadcrumbs ul li {
    font-size: 13px;
    gap: 10px;
    white-space: nowrap
  }
  .price_table {
    box-shadow: none;
    border-radius: 0
  }
  .price_table .row {
    font-size: 12px
  }
  .price_table .row .col {
    padding: 10px 0;
    border-top: 0
  }
  .price_table .row .col_name {
    min-width: 160px;
    width: 160px;
    padding: 0;
    border-top: 0
  }
  .price_table .row .col_spec {
    width: 86px;
    min-width: 86px;
    padding: 10px 0;
    padding-left: 0;
    border-top: 0;
    text-align: center;
    min-height: 60px;
    height: 100%;
  }
  .price_table .row .col_cost {
    padding: 10px 0;
    padding-left: 10px;
    border-top: 0;
    text-align: center;
    width: 86px;
    min-width: 86px;
  }
  .price_table .row_head .col_spec::after {
    border-radius: 15px 15px 0 0;
    height: 70px;
    bottom: 4px
  }
  .price_table .row:last-child .col_spec::after {
    height: 30px;
    border-radius: 0 0 15px 15px;
    bottom: -24px
  }
  .price_table .row:last-child .col_spec::before {
    display: none
  }
  .item_usluga {
    padding: 14px 10px;
    margin-top: 30px;
  }
  .item_usluga .img {
    width: 120px;
    height: 120px;
            position: absolute;
        top: -40px;
        left: 50%;
        transform: translateX(-50%);
  }
  .item_usluga .name {
    margin-top: 75px;
    font-size: 14px;
    min-height: 40px;
    height: 100%;
  }
  .item_usluga .price {
    font-size: 14px
  }
  .item_usluga .btn {
    width: 100%;
    height: 44px;
    font-size: 12px
  }
  .reviews_audio_item {
    height: auto;
    padding: 12px
  }
  .reviews_audio_item .img {
    width: 50px;
    min-width: 50px;
    height: 50px
  }
  .reviews_audio_item .img svg {
    width: 18px
  }
  .reviews_audio_item .name {
    font-size: 14px
  }
  .reviews_audio_item .rev {
    height: auto;
    min-height: 36px;
    margin-top: 14px;
    font-size: 13px
  }
  .reviews_audio_item .controls {
    gap: 15px;
    position: relative
  }
  .reviews_audio_item .controls .time {
    position: absolute;
    top: 17px;
    left: 40px;
    font-size: 12px
  }
  .reviews_text_item {
    padding: 12px
  }
  .reviews_text_item .top img {
    width: 40px;
    height: 40px;
    max-width: 40px;
    min-width: 40px
  }
  .reviews_text_item .top .text .name {
    font-size: 14px
  }
  .reviews_text_item .bottom {
    margin-top: 20px;
    font-size: 13px
  }
  .reviews_video_item {
    height: 160px;
    overflow: hidden;
    background: 0 0
  }
  .reviews_video_item::after {
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    background-size: cover
  }
  .faq_item .faq_ans {
    height: auto;
    padding: 10px 0
  }
  .faq_item .faq_ans .num {
    width: 36px;
    font-size: 28px;
    margin-right: 12px
  }
  .faq_item .faq_ans .name {
    width: 275px;
    font-size: 16px
  }
  .faq_item .faq_ans .plus {
    width: 36px;
    height: 36px
  }
  .faq_item .faq_ans .plus svg {
    width: 11px
  }
  .faq_item .faq_qwe {
    padding-left: 0;
    padding-bottom: 20px;
    font-size: 16px
  }
  .modal {
    width: 94%;
    border-radius: 20px;
    padding: 50px 25px
  }
  .modal .ttl {
    font-size: 16px
  }
  .modal .ttl br {
    display: none
  }
  .modal .desc {
    font-size: 14px
  }
  .modal form {
    margin: 30px auto 0
  }
  .modal .btn {
    margin-top: 20px
  }
  .modal .police {
    margin-top: 16px;
    font-size: 8px
  }
  .modal .close {
    width: 24px;
    height: 24px;
    right: 10px;
    top: 10px
  }
  .modal .close svg {
    width: 16px
  }
  .pagenav ul {
    gap: 12px
  }
  .pagenav ul li {
    width: 42px;
    font-size: 12px
  }
  .pagenav ul li.active {
    color: #2e2e2c
  }
  .pagenav ul li.next,
  .pagenav ul li.prev {
    width: 42px;
    height: 42px
  }
  .avtopark_page .main_offer .left .mobile_img {
    display: block;
    position: absolute;
    bottom: 50px;
    left: -40px;
    z-index: -1
  }
  .avtopark_page .main_offer .left .advs {
    margin-top: 125px
  }
  .about_page .main_offer {
    background: #fbfbfb
  }
  .about_page .main_offer .only_mobile {
    display: block;
    width: 100%
  }
  .about_page .main_offer .left {
    margin-top: 0
  }
  .about_page .nam_doverili {
    padding-top: 40px
  }
  .contact_page .mobile_breadcrumb {
    background: #f6f7f8;
    overflow: hidden
  }
  .contact_page .content {
    padding-bottom: 40px
  }
  .contact_page .content .items {
    gap: 10px 0;
    margin-top: 40px
  }
  .contact_page .content .items .item {
    width: 100%;
    padding: 13px
  }
  .contact_page .map_block {
    margin-top: 30px
  }
  .news_page .news_items {
    gap: 30px 0;
    margin-top: 30px
  }
  .news_page .news_items .item {
    width: 160px
  }
  .news_page .news_items .item img {
    border-radius: 10px
  }
  .news_page .news_items .item .title {
    font-size: 12px
  }
  .news_page .news_items .item .bottom {
    margin-top: 10px
  }
  .news_page .news_items .item .date {
    font-size: 10px
  }
  .news_page .news_items .item .readmore {
    font-size: 12px
  }
  .news_page .news_items .first_news {
    width: 160px;
    margin-bottom: 0;
    flex-direction: column;
    gap: 0
  }
  .news_page .news_items .first_news img {
    width: 100%;
    min-width: auto;
    height: 136px
  }
  .news_page .news_items .first_news .right {
    width: 100%
  }
  .news_page .news_items .first_news .right .title {
    font-size: 12px
  }
  .news_page .news_items .first_news .right .desc {
    display: none
  }
  .news_page .news_items .first_news .right .bottom {
    margin-top: 10px
  }
  .news_page .pagenav {
    margin-top: 40px
  }
}
.desc strong {display:contents}
.desc ul {margin: 10px 0px 30px 30px;}

.desc ol {
	list-style-type: none; 
	counter-reset: num;
	margin: 0 0 0 35px;
	padding: 15px 0 5px 0;
	font-size: 18px;
}
.desc ol li {
	position: relative;	
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
}
.desc ol li:before {
	content: counter(num) '.'; 
	counter-increment: num;
	display: inline-block;	
	position: absolute;
	top: 0px;
	left: -26px;
	width: 20px;    
	color: #e7bb5c;
	text-align: right;
}
.mgt50 {margin-top:50px;}
.pd30 {padding:30px 0!important}

@media screen and (max-width:500px) {
  .content ol li {
    flex-direction: column;
  }
  .content ul {
    padding-left: 40px;
  }
}