body {
  font-family: 'Inter', Arial, sans-serif;
}

.max-width,
.container {
  max-width: 1448px;
  margin: 0 auto;
}


.seo {
  padding: 10px 5px
}

header {
  background-color: #FFF;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000
}

.submenu>li {
  margin-left: 0px
}

strong {
  font-weight: 600
}

h3>a,
p a {
  color: #0F62FF;
  font-weight: 600;
}

li {
  list-style-position: inside
}

.ul {
  padding-top: 20px
}

.prokat li {
  list-style: none;
  line-height: clamp(28px, 3dvw, 34px);
  font-weight: 500;
  font-size: clamp(14px, 3dvw, 20px);
  position: relative;
  padding-left: 36px;
  margin-left: 0px;
  margin-bottom: 10px;
  line-height: 1.4
}

.prokat li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 25px;
  height: 25px;
  background: url("../../images/ico-ok.svg") no-repeat center;
  background-size: contain
}

section {
  padding: 5px 0px;
  clear: both;
}

footer {
  background: #F7F7F7;
  background: linear-gradient(180deg, rgba(247, 247, 247, 1) 50%, rgba(255, 255, 255, 1) 100%);
  padding-bottom: 80px;
  clear: both;
}

.container-cat {
  max-width: 1440px;
  margin: 0 auto
}

footer a {
  color: #0F62FF;
  font-weight: 600
}

.fo-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 15px;
}

footer .item-elements ul {
  list-style-type: none
}

footer .item-elements li a,
footer .item-elements li span {
  color: #0F62FF;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none
}

footer .item-elements li span {
  color: #000
}

footer p {
  padding-top: 5px;
}

.block__section {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0
}

.block__section .first {
  flex: 0 0 50px;
  width: 50px;
  margin-right: 14px;
  height: 50px;
  display: block
}

.hr-aut {
  width: 100px;
  border: 1px solid #141414;
  align-items: center
}

.aut {
  color: #141414;
  font-size: 14px;
  text-align: center
}

.block__section .second {
  flex: 1 1 auto;
  min-width: 0
}

.top-menu {
  background-color: #FFF
}

.top-scroll {
  box-shadow: 0 5px 10px rgba(25, 25, 25, 0.3)
}

nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%
}

nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgb(51, 51, 51)
}

.nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 0 15px;
  color: white
}

.submenu-toggle::after {
  position: absolute;
  top: 20px;
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  border-top: 2px solid #141414;
  border-right: 2px solid #141414;
  right: 10px;
  transform: rotate(135deg)
}

.submenu-toggle {
  margin-right: 10px
}

.menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap
}

.menu li {
  position: relative
}

.menu a,
.menu span {
  padding: 15px;
  text-decoration: none;
  transition: background 0.3s;
  display: block;
  color: #141414;
  font-weight: 600;
  font-size: 16px
}

.menu a:hover,
.menu span:hover {
  background-color: rgba(255, 255, 255, 0.1)
}

.submenu {
  display: none;
  list-style: none
}

.menu li:hover>.submenu {
  display: block
}

.submenu a,
.submenu span {
  padding: 10px 15px
}

#nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer
}

@media (min-width:768px) {
  .glas ul {
    width: 50%
  }

  .glas ul:last-child {
    max-width: fit-content
  }
}

@media (max-width:992px) {
  .submenu-toggle::after {
    right: 10px
  }

  .top-menu {
    padding: 5px 0
  }

  .max-width {
    padding: 0 5px
  }

  .logo-name {
    font-size: 13px
  }

  .logo-text {
    font-size: 12px
  }

  #nav-toggle {
    display: block;
    margin-right: 8px;
  }

  .top {
    display: none
  }

  .menu {
    position: fixed;
    padding-top: 20px;
    top: 46px;
    left: -100%;
    width: 100%;
    max-width: 250px;
    height: calc(100dvh - 46px);
    background-color: #FFF;
    flex-direction: column;
    overflow-y: auto;
    flex-wrap: nowrap;
    transition: left 0.3s;
    box-shadow: 0px 11px 23px -8px rgba(34, 60, 80, 0.5)
  }

  .burger {
    position: relative
  }

  .burger,
  .burger::before,
  .burger::after {
    display: block;
    width: 35px;
    height: 2px;
    border-radius: 2px;
    background: white;
    transition: all .3s ease-in-out
  }

  .burger::before,
  .burger::after {
    position: absolute;
    content: ""
  }

  .burger::before {
    top: -10px
  }

  .burger::after {
    top: 10px
  }

  .close .burger {
    background: 0 0
  }

  .close .burger::before {
    transform: rotate(45deg) translate(7px, 7px)
  }

  .close .burger::after {
    transform: rotate(-45deg) translate(7px, -7px)
  }

  .menu.open {
    left: 0
  }

  .menu li:hover>.submenu {
    display: none
  }

  .menu li.active>.submenu {
    display: block;
    position: static;
    background-color: #F6F6F6
  }

  .slider-1 {
    padding: 25px 15px
  }

  .slider-blog {
    padding: 115px 15px
  }

  .cut-triangles {
    padding: 17px 35px 17px 95px
  }

  .cut-triangles::after {
    left: 35px;
    height: 33px;
    width: 53px
  }
}

@media (min-width:993px) {
  .submenu {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    background: #FFF;
    border-radius: 25px;
    padding: 20px 0;
    border: 1px solid #fdfdfd;
    min-width: 285px;
    box-shadow: 0 5px 10px rgba(25, 25, 25, 0.3)
  }

  .menu {
    justify-content: center
  }

  .pc-d-none {
    display: none
  }

  .max-width {
    padding: 0 5px
  }

  .nav-header {
    display: none
  }

  .three-col {
    height: 50px
  }

  .logo {
    padding-top: 5px;
  }

  .logo-name {
    font-size: 17px;
    line-height: 18px;
    max-height: 18px
  }

  .logo-text {
    font-size: 15px;
    line-height: 15px
  }

  .slider-1 {
    padding: 55px 15px;
    border-radius: 25px;
  }

  .cut-triangles::after {
    left: 45px;
    height: 50px;
    width: 80px
  }

  .cut-triangles {
    padding: 17px 35px 17px 125px
  }
}

.slider-1.a-photo {
  background-image: url("../../images/head-bg-car.webp")
}

.slider-1.b-photo {
  background-image: url("../../images/head-bg-bike.webp")
}

h1,
h2,
h3,
.h1-white,
.new-title {
  font-weight: 600;
  color: #000;
  text-wrap: balance;
}

h1 {
  margin-bottom: 40px
}

h1,
.h1-white {
  font-size: clamp(28px, 4dvw, 60px)
}

.h1-white {
  color: #FFF
}

.h1-blog {
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: 600
}

h2,
.h2 {
  font-size: clamp(22px, 3.3dvw, 40px);
  font-weight: 600;
  margin: 20px 0
}

h3 {
  font-size: clamp(18px, 3dvw, 26px);
  margin: 10px 0
}

.reviews {
  color: #4A4A4A;
  display: block;
  font-size: 16px;
  font-weight: 600
}

h1 span,
h2 span {
  color: #0F62FF
}

.h1 {
  font-weight: 700;
  font-size: clamp(28px, 3.7dvw, 55px)
}

main {
  margin-top: 50px;
  font-size: 20px;
  font-weight: 400
}

.swiper>li {
  margin-left: 20px
}

.dark-star {
  color: #4A4A4A
}

.black-star {
  color: #4A4A4A
}

.text1 {
  color: #4A4A4A;
  font-size: 16px
}

.h2-p {
  color: #141414;
  font-size: clamp(14px, 3dvw, 22px)
}

.h2-p2 {
  font-size: clamp(18px, 3dvw, 34px);
  color: #4A4A4A;
  margin-bottom: 30px;
  font-weight: 500
}

.p-10 {
  padding: 10px
}

.p-20 {
  padding: 20px
}

.p-30 {
  padding: 30px
}

.p-40 {
  padding: 40px
}

.m-20 {
  margin: 20px
}

.p-5 {
  padding: 5px
}

.pb-10 {
  padding-bottom: 10px
}

.mb-10 {
  margin-bottom: 10px
}

.mb-5 {
  margin: 5;
  display: block
}

.py-40 {
  padding: 40px 0
}

.my-20 {
  margin: 20px 0
}

.p-center {
  margin-left: auto;
  margin-right: auto
}

.p-map {
  margin-top: clamp(180px, 50dvw, 270px);
  color: #000;
  font-weight: 600
}

.center {
  text-align: center
}

.left {
  text-align: left
}

.city {
  list-style-type: none
}

.city a {
  text-decoration: none;
  color: #1054CE;
  font-weight: 600;
  font-size: 28px;
}

.city li {
  padding: 5px 0;
}


ul.b-center {
  text-align: center;
  list-style-position: inside;
  padding: 0;
  margin: 0
}

.title-blog {
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #1054CE;
  width: fit-content;
  background: #F4F4F4;
  border-radius: 25px;
  padding: 12px;
  padding-left: 40px;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 30px
}

.title-blog::after {
  display: block;
  position: absolute;
  top: 60%;
  transform: translatey(-50%);
  left: 14px;
  width: 26px;
  height: 26px
}

.title {
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #1054CE;
  width: fit-content;
  background: #F4F4F4;
  border-radius: 25px;
  padding: 10px 20px 10px 55px;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 30px
}

.title::after {
  display: block;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 20px;
  width: 26px;
  height: 26px
}

.titlere {
  display: block;
  position: relative;
  text-align: left;
  left: 0px;
  color: #1054CE;
  width: fit-content;
  background: #F4F4F4;
  border-radius: 25px;
  padding: 10px 20px 10px 55px;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 30px
}

.titlere::after {
  display: block;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 20px;
  width: 26px;
  height: 26px
}

.titlerent {
  text-align: center;
  color: #1054CE;
  width: fit-content;
  height: 40px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, rgba(224, 239, 251, 1) 100%);
  border-radius: 25px;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 20px
}

.title-hr {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-color: #F2F2F2;
  max-width: 400px;
  margin-bottom: -25px
}

.title-hr-blog {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-color: #F2F2F2;
  max-width: 300px;
  margin-bottom: -25px
}

.three-col {
  display: flex
}

.center-all {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh
}

.center-g {
  display: flex;
  justify-content: end;
  align-items: center;
  height: 100vh
}

.m-4 {
  margin: 4px
}

.py-20 {
  padding: 20px 0
}

.logo {
  position: relative;
  display: grid;
  grid-template-columns: max-content;
  text-decoration: none;
  padding-left: 55px
}

.logo::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: url("../../images/logo-car.svg");
  display: block;
  width: 45px;
  height: 45px
}

.logo-name {
  display: block;
  color: #000;
  font-weight: 800;
  padding-top: 1px
}

.logo-text {
  display: block;
  color: #141414
}

.left-top {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center
}

.right-top {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center
}

.center-top {
  flex: 1 1 auto;
  min-width: 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto
}

.tel {
  display: block;
  margin-right: 15px;
  font-weight: 700;
  font-size: 14px;
  color: #0F62FF;
  text-decoration: none
}

.eng {
  display: block;
  font-weight: 600;
  font-size: 16px;
  color: #141414;
  text-decoration: none
}

@media (max-width:992px) {
  .pc-none {
    display: none
  }
}


.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


.lazy-wp,
.lazy-tg {
  height: 36px;
  width: 36px;
  display: block;
  /* обязательно для ссылки без текста */
  color: #000000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  /* или cover, если нужно заполнение */
}



.top-wp,
.top-tg,
.burger1 {
  position: relative;
  display: block;
  height: 36px;
  width: 36px;
}

.top-tg,
.lazy-tg {
  margin: 0 10px;
}


.burger1::after,
.top-tg::after,
.top-wp::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.burger1::after {
  background-image: url("../../images/burger.svg");
}

.top-tg::after {
  background-image: url("../../images/Telegram.svg");
}

.top-wp::after {
  background-image: url("../../images/Whatsap.webp");
}

ico-1,
ico-2,
ico-3 {
  display: inline-block
}

.ico-transfer::after {
  content: url("../../images/transfer.svg")
}

.ico-Vector::after {
  content: url("../../images/vector.svg")
}

.label1 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #FFFFFF;
  width: fit-content;
  background: #0F62FF;
  border-radius: 25px;
  padding: 8px 10px;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 30px;
  justify-content: center
}

.label {
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #FFFFFF;
  width: fit-content;
  background: #0F62FF;
  border-radius: 25px;
  padding: 8px 8px 8px 35px;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 30px
}

.label::after {
  display: block;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 10px;
  width: 26px;
  margin-bottom: 30px
}

.ico-maine::after {
  content: url("../../images/maine.svg")
}

.ico-star::after {
  content: url("../../images/rating.svg")
}

.ico-faq::after {
  content: url("../../images/faq.svg")
}

.ico-faq1::after {
  content: url("../../images/question.svg")
}

.ico-ok::after {
  content: url("../../images/ico-ok.svg")
}

.ico-1::after {
  content: url("../../images/1.svg")
}

.ico-2::after {
  content: url("../../images/2.svg")
}

.ico-3::after {
  content: url("../../images/3.svg");
  display: block;
  float: left;
  margin-right: 8px
}

.blue-block {
  background: url("../../images/recbg5.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 25px;
  color: #FFFFFF;
  padding: 30px;
  margin-bottom: 20px
}

.blue-title {
  margin-top: 20px;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: clamp(18px, 3dvw, 28px)
}

.map {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 25px;
  color: #FFFFFF
}

.map {
  background-image: url("../../images/p-s.webp")
}

@media (max-width:640px) {
  .map {
    background-image: url("../../images/m-p-s.webp")
  }
}

.seo .swiper-slide {
  height: auto;
  min-height: 88dvh;
  max-height: 915px;
}

.slider-1 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #FFFFFF;
  height: 100%;
}

.swiper-wrapper-p-b {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: min-content min-content min-content;
  justify-content: center;
  gap: 15px;
  z-index: 1;
}

.swiper-pagination-1,
.swiper-button-p,
.swiper-button-n {
  height: 50px;
}

.swiper .swiper-button-n,
.swiper .swiper-button-p {
  position: relative;
  z-index: 10;
  cursor: pointer;
  width: 20px;
}

.swiper .swiper-pagination-1 {
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 10;
}

.swiper .swiper-button-n::after {
  border-top: 3px solid #0F62FF;
  border-right: 3px solid #0F62FF;
}

.swiper .swiper-button-p::after {
  border-top: 3px solid #0F62FF;
  border-left: 3px solid #0F62FF;
}


.swiper-button-n::after,
.swiper-button-p::after {
  position: absolute;
  top: calc(50% - 2px);
  display: block;
  content: '';
  width: 12px;
  height: 12px;
}

.swiper-button-n::after {
  right: 50%;
  transform: rotate(45deg) translateY(-50%);
}

.swiper-button-p::after {
  left: 50%;
  transform: rotate(-45deg) translateY(-50%);
}

.swiper .swiper-pagination-1 {
  display: flex;
  align-items: center;
  gap: 15px;
  z-index: 10;
}

.swiper .swiper-pagination-horizontal>.swiper-pagination-bullet {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0;
  cursor: pointer;
  border-radius: 50%;
}

.swiper .swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background-color: #0F62FF;
}

.swiper .swiper-pagination-horizontal>.swiper-pagination-bullet {
  border: 1px solid #0F62FF;
}






.head-title {
  font-weight: 500;
  letter-spacing: 1px;
  font-size: clamp(20px, 3dvw, 34px)
}

.space {
  position: relative;
  display: inline-block
}

.space::after {
  content: url("../../images/space.svg");
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: clamp(-18px, -1.7dvw, -11px);
  width: 100%;
  height: 100%
}

.cut-triangles {
  position: relative;
  margin: clamp(20px, 5dvw, 50px) auto 0 auto;
  max-width: 1070px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, rgba(224, 239, 251, 1) 100%);
  color: #000000;
  font-size: clamp(16px, 3dvw, 35px);
  white-space: wrap;
  font-weight: 600;
  clip-path: polygon(0 0, 25px 50%, 0 100%, 100% 100%, calc(100% - 25px) 50%, 100% 0)
}

.cut-triangles::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  background-size: contain;
  background-repeat: no-repeat
}

.cut-triangles span {
  display: inline-block
}

.cut-triangles-b {
  font-weight: 800;
  color: #0F62FF
}

.a-photo .cut-triangles::after {
  background-image: url(../../images/car-1.webp)
}

.b-photo .cut-triangles::after {
  background-image: url(../../images/bike-1.webp)
}

.glas-top {
  margin: 30px auto 0 auto;
  background-color: rgba(224, 239, 251, 0.1);
  backdrop-filter: blur(3px);
  width: fit-content;
  border-radius: 15px 15px 0 0;
  line-height: 50px;
  padding: 0px 15px 0px 15px
}

.glas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 25px;
  padding: 15px 30px;
  background-color: rgba(224, 239, 251, 0.1);
  backdrop-filter: blur(3px);
  max-width: 1240px
}

.glas ul {
  text-align: left;
  flex: auto;
  list-style: none;
  font-weight: 600;
  font-size: clamp(14px, 2dvw, 21px)
}

.glas li {
  position: relative;
  padding: 5px 0 5px 30px
}

.glas li::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: '';
  background-image: url(../../images/ok.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px
}

.glas1 {
  background-color: rgba(224, 239, 251, 0.1);
  backdrop-filter: blur(3px);
  max-width: 1240px
}

.glas1 ul,
.glas2 ul {
  list-style: none;
  padding-top: 20px;
  margin: 0
}

.glas1 li,
.glas2 li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 10px;
  line-height: 1.4
}

.glas1 li::before,
.glas2 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 25px;
  height: 25px;
  background: url("../../images/ico-ok.svg") no-repeat center;
  background-size: contain
}

.block-car {
  border: 1px solid #E9E9E9;
  background: #F7F7F7;
  border-radius: 25px;
  padding: 0px;
  padding: 10px 40px
}

@media (max-width:768px) {
  .block-car {
    border-radius: 0px;
    padding: 30px 10px
  }
}

.block-cat {
  border: 1px solid #E9E9E9;
  background: #F7F7F7;
  background: linear-gradient(180deg, rgba(247, 247, 247, 1) 50%, rgba(255, 255, 255, 1) 100%);
  border-radius: 25px;
  padding: 7px
}

.block-cat2 {
  border: 1px solid #E9E9E9;
  background: #F7F7F7;
  background: linear-gradient(180deg, rgba(247, 247, 247, 1) 50%, rgba(255, 255, 255, 1) 100%);
  border-radius: 0 0 20px 20px;
  padding: 7px
}

.block-cat3 {
  border: 1px solid #E9E9E9;
  background: #F7F7F7;
  background: linear-gradient(180deg, rgba(247, 247, 247, 1) 50%, rgba(255, 255, 255, 1) 100%);
  border-radius: 0 0 20px 20px;
  padding: 7px
}

.g {
  color: #4285F4
}

.o1 {
  color: #EA4335
}

.o2 {
  color: #FBBC05
}

.g2 {
  color: #4285F4
}

.l {
  color: #34A853
}

.e {
  color: #EA4335
}

.block-cat1 {
  border: 1px solid #E9E9E9;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, rgba(224, 239, 251, 1) 100%);
  border-radius: 25px;
  font-size: 24px;
  font-weight: 500
}

.block-cat1 b {
  font-size: 30px
}

.block-cat img {
  border-radius: 25px;
  position: relative;
  z-index: 1
}

.title-cat {
  font-size: 30px;
  font-weight: 600;
  color: #000000
}

.title-cat-ya {
  font-size: clamp(20px, 4dvw, 30px);
  font-weight: 600;
  color: #000000
}

.god-cat,
.god-cat1 {
  font-weight: 600;
  display: inline-block;
}

.god-cat {
  font-size: 31px;
  color: #FF6919;
}

.god-cat1 {
  color: #1054CE;
  font-size: 14px
}

.bat {
  text-align: center;
  color: #000;
  margin: 0 auto
}

.wr {
  display: flex;
  flex-direction: column;
  height: 100%
}

.wr div {
  margin-bottom: 20px
}

.wr-1 {
  margin-top: auto
}

.co {
  display: flex;
  flex-direction: column;
  height: 100%
}

.box-wrap {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.box-top {
  position: relative;
  padding: 20px 20px 0 20px
}

.layout {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  margin: 0 auto
}

.box {
  padding: 10px;
  text-align: center;
  font-size: 18px
}

.header-box {
  height: 100%
}

.box-bottom {
  padding: 20px;
  margin-top: auto;
  font-size: 15px
}

.price-fw {
  font-size: 30px;
  font-weight: 700
}

.block {
  color: #fff;
  font-weight: bold;
  flex: 1;
  text-align: center;
  display: block
}

.news {
  color: #141414;
  font-size: 18px;
  font-weight: 300
}

.block img {
  border-radius: 35px;
  width: 100%;
  padding: 20px
}

.z-1 {
  position: absolute;
  z-index: 1
}

.z-2 {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 2;
}

.but-car {
  text-align: center;
  align-items: flex-start
}

.but-car .button {
  text-align: center
}

.but-car .button-soc {
  text-align: center;
  margin-top: 15px
}

.but-car .button-soc {
  text-align: center;
  margin-top: 15px
}

.button,
.button-new {
  border: 0;
  cursor: pointer;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 30px;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: 600;
  letter-spacing: 2px;
  box-shadow: 0 5px 10px rgba(25, 25, 25, 0.2);
}

.button-new {
  width: fit-content;
  padding: 15px 25px;
}

.button {
  padding: 15px 10px;
}

.bw {
  padding: 15px;
}

.tg,
.wp {
  position: relative;
  text-transform: uppercase;
  border-radius: 30px;
  font-size: 12px;
  color: #FFFFFF;
  text-decoration: none;
  padding: 20px 30px 20px 45px;
  font-weight: 600;
  letter-spacing: 1px;
  white-space: nowrap
}





.tg::before,
.wp::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  content: "";
  display: block;
  width: 22px;
  height: 22px
}

.tg {
  background: #000000;
  background-image: url("../../tg.jpg");
}

.tg:hover {
  background: #1C8EC7
}

.tg::before {
  background: url("../../images/ico/bxl-telegram.svg") center/contain no-repeat
}

.wp {
  background: #000000;
  background-image: url("../../wp.jpg");
}

.wp::before {
  background: url("../../images/ico/bxl-whatsapp.svg") center/contain no-repeat
}

.button-soc img {
  display: block;
  margin-left: 5px;
  margin-right: 5px;
  width: 48px
}

.wp:hover {
  background: #2BAB51
}

.bl {
  background: linear-gradient(180deg, rgba(45, 120, 254, 1) 50%, rgba(18, 88, 210, 1) 100%)
}

.bl:hover {
  background: linear-gradient(180deg, rgba(254, 179, 44, 1) 50%, rgba(255, 107, 25, 1) 100%)
}

.buttons-car {
  padding: 0px 0px 10px 0px;
  align-items: flex-end
}

.blue1 {
  padding: 20px 40px;
  margin-top: 55px
}

.blue,
.blue1 {
  background: linear-gradient(180deg, #2D78FE 0%, #1257D1 100%)
}

.black {
  background: linear-gradient(180deg, #555 0%, #111 100%)
}

.blue:hover,
.blue1:hover,
.black:hover {
  background: linear-gradient(180deg, #FEB52D 0%, #FF6919 100%);
  transition: background 300ms ease-in-out
}

.fw-600 {
  font-weight: 600
}

.fw-300 {
  font-weight: 300
}

.tabs {
  width: 100%;
  margin: 0;
  padding: 0;
}

.tabs input[type=radio] {
  display: none
}

.content {
  padding-top: 40px
}

.tabs label {
  font-size: 14px;
  letter-spacing: 2px;
  color: #4A4A4A;
  font-weight: 700;
  padding: 10px 15px;
  background: #FEFEFE;
  background: linear-gradient(180deg, rgba(254, 254, 254, 1) 40%, rgba(242, 242, 242, 1) 100%);
  cursor: pointer
}

.tabs .lb1 {
  padding: 15px 25px;
  border: 1px solid #D0D0D0;
  cursor: pointer;
  margin-left: -5px;
  border-radius: 15px 0 0 15px
}

.tabs .lb2 {
  padding: 15px 25px;
  border: 1px solid #D0D0D0;
  cursor: pointer;
  margin-right: -5px;
  border-radius: 0 15px 15px 0
}

.tabs input[type=radio]:checked+label {
  background: #D6D6D6;
  background: linear-gradient(180deg, rgba(214, 214, 214, 1) 40%, rgba(233, 233, 233, 1) 100%);
  color: #1054CE
}

.tabs input[type=radio]:checked+label img {
  filter: invert(27%) sepia(73%) saturate(1484%) hue-rotate(198deg) brightness(67%) contrast(110%)
}

.icotb {
  position: relative;
  top: 2px
}

.icotb2 {
  position: relative;
  top: 4px
}

.panel {
  display: none
}

#tab1:checked~.content .panel:nth-child(1),
#tab2:checked~.content .panel:nth-child(2),
#tab3:checked~.content .panel:nth-child(3) {
  display: block
}

.block-elements-3a .item-elements img {
  position: relative
}

.block-elements-3a .item-elements img::after {
  position: absolute;
  content: '1111';
  display: block;
  left: 10px;
  right: -10px;
  top: 10px;
  bottom: -10px;
  width: 100%;
  height: 100%;
  border: 2px dashed #FA710A;
  z-index: 2
}

.item-elements,
.item-elements2,
.item-elements3 {
  display: grid;
  width: 100%;
  height: 100%
}

.item-elements2:nth-child(1) {
  grid-column: span 2
}

.block-elements-2 {
  grid-template-columns: repeat(2, 1fr)
}

.block-elements-3 {
  grid-template-columns: repeat(3, 1fr)
}

.block-elements-4,
.block-elements-41 {
  grid-template-columns: repeat(4, 1fr)
}

.block-elements-2,
.block-elements-3,
.block-elements-4,
.block-elements-41 {
  display: grid;
  grid-auto-flow: dense;
  gap: 30px;
  min-height: 10px
}

@media (max-width:1024px) {

  .block-elements-2,
  .block-elements-3,
  .block-elements-4,
  .block-elements-41 {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px
  }

  .block-elements-6 {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width:768px) {

  .block-elements-2,
  .block-elements-3,
  .block-elements-41 {
    grid-template-columns: 1fr;
    gap: 5px
  }

  .block-elements-4,
  .block-elements-6 {
    grid-template-columns: repeat(2, 1fr)
  }

  .block-elements-3 .item-elements1:first-child {
    grid-column: auto
  }

  .reverse-order {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse
  }

  .b-center {
    text-align: left;
    margin-left: -30px
  }
}

.faq1,
.faq {
  font-weight: 300;
  color: #4A4A4A;
  font-size: 20px
}

.faq2 {
  font-weight: 400;
  color: #4A4A4A;
  font-size: 14px;
  line-height: 15px
}

.faq1 {
  padding: 50px
}

.faq1 .faq2 {
  padding: 10px
}

.txt-blue {
  color: #0F62FF;
  font-weight: 700;
  font-style: normal
}

.accordion-panel>block-cat {
  border-radius: 0px 0 20px 20px
}

.accordion-panel .block-cat1 {
  border-radius: 25px;
}

.tabs-accordion {
  display: block
}

[hidden] {
  display: none !important
}

.tab-list {
  display: flex;
  overflow-x: auto;
  margin-bottom: -5px
}

.tab-list button[role="tab"] {
  background: none;
  float: left;
  text-transform: uppercase;
  cursor: pointer;
  color: #FFFFFF;
  outline: none;
  padding: 20px 30px;
  border-radius: 25px 25px 0 0;
  margin: 5px 0;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  background: linear-gradient(180deg, #2472f8 0%, #1257D1 100%);
  border: 1px solid #FFFFFF
}

.tab-list button[role="tab"][aria-selected="true"] {
  background: linear-gradient(180deg, #2D78FE 0%, #0d46a8 100%);
  text-transform: uppercase;
  color: #FFFFFF;
  border: 1px solid #E9E9E9;
  border-bottom: 0px
}

.accordion-title {
  margin: 0
}

.accordion-trigger {
  display: block;
  width: 100%;
  text-align: left;
  color: #4A4A4A;
  padding: 20px;
  border-radius: 25px;
  margin: 20px 0;
  cursor: pointer;
  font-size: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, rgba(224, 239, 251, 1) 100%);
  border: 1px solid #E9E9E9;
  position: relative
}

.ac-blog {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px
}

.accordion-trigger[aria-expanded="true"] {
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, rgba(224, 239, 251, 1) 100%);
  width: 100%;
  border-radius: 25px 25px 5px 5px;
  margin: 0
}

.tabs-accordion[data-expanded-display="none"] .accordion-trigger[aria-expanded="true"] {
  display: none
}

.tabs-accordion[data-expanded-display="block"] .accordion-trigger[aria-expanded="true"] {
  display: block
}

.accordion-trigger::after {
  content: url("../../images/bottom.svg");
  margin-top: -10px;
  position: absolute;
  right: 1em
}

.accordion-trigger[aria-expanded="true"]::after {
  content: url("../../images/top.svg")
}

.accordion-panel {
  top: 0
}

.b-left {
  float: left;
  display: block
}

.text-block {
  column-gap: 20px;
}


@media (max-width:767px) {
  .tabs-accordion[data-mobile="tabs"] .tab-list {
    display: block
  }

  .tabs-accordion[data-mobile="tabs"] .accordion-title {
    display: none
  }

  .tabs-accordion[data-mobile="accordion"] .tab-list {
    display: none
  }

  .tabs-accordion[data-mobile="accordion"] .accordion-title {
    display: block
  }

  .faq1 {
    padding: 15px
  }

  .faq {
    padding: 0px
  }

  .block-cat3 {
    border-radius: 25px;
  }

  .zoom-1 {
    float: right;
    width: 30px;
    margin-top: 5px
  }

  .m-center {
    text-align: center
  }

  .b-left {
    float: center;
    display: block
  }

  .text-block {
    columns: 1;
    column-gap: 0;
    padding: 25px 0;
    text-align: center;
  }
}

@media (min-width:768px) and (max-width:1023px) {
  .tabs-accordion[data-tablet="tabs"] .tab-list {
    display: block
  }

  .tabs-accordion[data-tablet="tabs"] .accordion-title {
    display: none
  }

  .tabs-accordion[data-tablet="accordion"] .tab-list {
    display: none
  }

  .tabs-accordion[data-tablet="accordion"] .accordion-title {
    display: block
  }

  .block-cat3 {
    border-radius: 25px;
  }

  .text-block {
    columns: 2;
  }
}


@media (min-width:1024px) and (max-width:1279px) {
  .text-block {
    columns: 3;
  }
}

@media (min-width:1024px) {
  .tabs-accordion[data-desktop="tabs"] .tab-list {
    display: block
  }

  .tabs-accordion[data-desktop="tabs"] .accordion-title {
    display: none
  }

  .tabs-accordion[data-desktop="accordion"] .tab-list {
    display: none
  }

  .tabs-accordion[data-desktop="accordion"] .accordion-title {
    display: block
  }
}

@media (min-width:1280px) {
  .text-block {
    columns: 4;
  }
}

.breadcrumb {
  list-style: none;
  font-size: 14px;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  color: #141414;
}

.breadcrumb li {
  margin-left: 0
}

.breadcrumb__item+.breadcrumb__item::before {
  content: "›";
  margin: 0 0.5em;
  color: #141414
}

.breadcrumb__item a {
  text-decoration: none;
  color: #141414
}

.breadcrumb__item--active {
  color: #141414;
  pointer-events: none
}

.crumb-b {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  justify-items: center
}

.date-b {
  font-size: 14px;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  justify-items: center
}

.breadcrumb-b {
  list-style: none;
  font-size: 14px;
  padding: 0;
  margin: 0;
  display: flex;
  color: #FFFFFF
}

.breadcrumb-b__item+.breadcrumb-b__item::before {
  content: "›";
  margin: 0 0.5em;
  color: #FFFFFF
}

.breadcrumb-b__item a {
  text-decoration: none;
  color: #FFFFFF
}

.breadcrumb-b__item--active {
  color: #FFFFFF;
  pointer-events: none
}

.p-car {
  padding: 20px 40px
}

@media (max-width:767px) {
  .p-car {
    padding: 5px 20px;
    border-radius: 0px
  }

  .ren-title {
    text-align: center
  }
}

.cars {
  width: 100%;
  border: 0;
  border-radius: 25px;
  overflow: hidden;
  background-color: #fff;
  /* text-transform: uppercase; */
  margin: 10px 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1)
}

.row-car,
.row-car1 {
  display: flex;
  width: 100%;
  background: #fff;
  padding: 5px 25px;
  font-weight: 500
}

.row-car:last-child,
.row-car:first-child,
.row-car1:last-child,
.row-car1:first-child {
  margin-bottom: 10px
}

.row-car span,
.row-car1 span {
  text-align: left
}

.row-car:first-child {
  background: #0F62FF;
  color: #fff;
  font-weight: 600
}

.row-car1:first-child {
  background: #1054CE;
  color: #fff;
  font-weight: 600
}

.row-car span:first-child,
.row-car1 span:first-child {
  max-width: 1500px;
  flex: 0 0 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.row-car span:last-child,
.row-car1 span:last-child {
  flex: 1
}

.row-car:not(:first-child):hover,
.row-car1:not(:first-child):hover {
  background: #f3f6ff;
  transition: background 0.3s ease
}

.br-20 {
  border-radius: 25px;
}

.grid-car,
.grid-car1 {
  display: grid;
  align-items: flex-start;
  gap: 20px 0px;
  width: 100%;
  font-size: 18px
}

.grid-car {
  grid-template-columns: repeat(2, 1fr)
}

.grid-car1 {
  grid-template-columns: repeat(1, 1fr)
}

.cell-car,
.cell-car1 {
  display: flex;
  align-items: center;
  gap: 10px;
  align-items: flex-start
}

.car-title {
  margin-top: 0px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 24px
}

.p-car p:last-child {
  font-weight: 400;
  font-size: clamp(14px, 4dvw, 20px);
  gap: 10px;
  border-radius: 0px
}

.car-title1 {
  font-weight: 600;
  font-size: clamp(16px, 4dvw, 28px);
  padding-bottom: 10px;
}

.block-car span {
  font-size: clamp(14px, 3dvw, 18px)
}

.ren-title {
  font-weight: 400;
  font-size: 24px
}

.ren-title span {
  font-weight: 600;
  white-space: nowrap
}

.cell-car {
  font-size: 14px
}

.cell-car span {
  font-size: clamp(14px, 4dvw, 18px)
}

.cell-car1 {
  font-size: 14px
}

.cell-car1 span {
  font-size: clamp(14px, 3dvw, 18px)
}

.cell-car span,
.cell-car1 span {
  font-weight: 600;
  padding-top: 10px
}

.cell-car img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #fff;
  padding: 11px;
  box-sizing: border-box;
  object-fit: contain;
  object-fit: scale-down;
  display: block
}

.cell-car1 img {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  background: #fff;
  padding: 11px;
  box-sizing: border-box;
  object-fit: contain;
  object-fit: scale-down;
  display: block
}

.row-cars {
  display: flex;
  width: 100%;
  gap: 20px
}

.box-cars {
  flex: 1;
  padding: 10px 20px;
  background: #FFF;
  border-radius: 25px;
  border: 1px solid #ccc
}

.box-cars .item-elements {
  font-size: 14px;
  font-weight: 700
}

.box-cars .item-elements span {
  color: #0F62FF;
  font-size: 24px;
  font-weight: 600
}

.box-cars .item-elements b {
  color: #000;
  font-size: 24px;
  font-weight: 600
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
  max-width: 1445px;
  margin: 0 auto;
  align-items: center
}

@media (max-width:767px) {
  .grid-container {
    gap: 10px;
    padding: 10px 10px;
    margin: 0 auto
  }
}

.grid-container {
  grid-template-areas: "item1 item2"
    "item3 item4"
    "item5 item6"
}

.item1 {
  grid-area: item1;
  display: grid;
  gap: 5px;
}

.item2 {
  grid-area: item2
}

.item3 {
  grid-area: item3;
  position: relative;
}

.item3 a {
  display: flex;
  position: relative
}

.item3 a::after {
  display: block;
  content: "";
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  background: url("../../images/zoom.svg") no-repeat center;
  background-size: contain
}

.item4 {
  grid-area: item4
}

.item5 {
  grid-area: item5
}

.item6 {
  grid-area: item6
}

@media (max-width:768px) {
  .grid-container {
    grid-template-columns: 1fr;
    grid-template-areas: "item1"
      "item3"
      "item5"
      "item2"
      "item4"
      "item6"
  }
}

.block-car .button {
  font-size: 16px
}

.grid-g {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 3px;
}

.block-g {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 0px 15px 60px;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  display: block
}

.block-g span {
  font-size: clamp(14px, 3dvw, 18px);
  display: block;
  font-weight: 600
}

.block-g::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1
}

.block-g:nth-child(1)::after {
  background-image: url('../../images/bx-date.svg')
}

.block-g:nth-child(2)::after {
  background-image: url('../../images/bx-motor.svg')
}

.block-g:nth-child(3)::after {
  background-image: url('../../images/bx-color.svg')
}

.block-g:nth-child(4)::after {
  background-image: url('../../images/bx-speedometer.svg')
}

.block-g:nth-child(5)::after {
  background-image: url('../../images/bx-user.svg')
}

.block-g:nth-child(6)::after {
  background-image: url('../../images/bx-mat.svg')
}

.block-g:nth-child(7)::after {
  background-image: url('../../images/bx-carob.svg')
}

.block-g:nth-child(8)::after {
  background-image: url('../../images/bx-webcam.svg')
}

.block-g:nth-child(9)::after {
  background-image: url('../../images/bx-ev-station.svg')
}

.block-g:nth-child(10)::after {
  background-image: url('../../images/bx-music.svg')
}

/* Мобильная версия 
@media (max-width:768px){.grid-g{grid-template-columns:1fr}
}*/


.grid-r {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 3px;
  align-items: start
}

.block-r {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 0px 15px 60px;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  display: block
}

.block-r span {
  font-size: clamp(14px, 3dvw, 18px);
  display: block;
  font-weight: 600
}

.block-r::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 40px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1
}

.block-r::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 40px;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
  border-radius: 10px;
  z-index: 2
}

.block-r:nth-child(1)::after {
  background-image: url('../../images/bx-car.svg')
}

.block-r:nth-child(2)::after {
  background-image: url('../../images/bx-briefcase.svg')
}

.block-r:nth-child(3)::after {
  background-image: url('../../images/bx-pay.svg')
}

.block-r:nth-child(4)::after {
  background-image: url('../../images/bx-doc.svg')
}

.block-r:nth-child(5)::after {
  background-image: url('../../images/bx-time.svg')
}

.block-r:nth-child(6)::after {
  background-image: url('../../images/bx-flag.svg')
}

.block-r:nth-child(7)::after {
  background-image: url('../../images/bx-dollar.svg')
}

.block-r:nth-child(8)::after {
  background-image: url('../../images/bx-webcam.svg')
}

.block-r:nth-child(9)::after {
  background-image: url('../../images/bx-ev-station.svg')
}

.block-r:nth-child(10)::after {
  background-image: url('../../images/bx-music.svg')
}

/* Мобильная версия 
@media (max-width:768px){.grid-g{grid-template-columns:1fr}
}*/


.buttons {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-end;
  flex-direction: row
}

.button {
  text-transform: uppercase;
  border-radius: 25px;
  font-size: 12px;
  color: #FFFFFF;
  text-decoration: none;
  padding: 15px 20px;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
  flex: 1
}

@media (max-width:768px) {
  .buttons {
    align-items: stretch
  }

  .button {
    width: 100%
  }
}

.w-100 {
  width: 100%;
  height: auto;
}

.wrapper-blog {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 10px
}

.left-blog {
  color: #141414;
  padding: 50px
}

.right-blog {
  color: #141414;
  padding: 50px
}

@media (max-width:768px) {
  .wrapper-blog {
    grid-template-columns: 1fr
  }

  .left-blog,
  .right-blog {
    padding: 10px
  }
}

fieldset {
  border: none;
  width: 100%;
  padding: 0;
  overflow: hidden
}

fieldset>label {
  display: block;
  margin-bottom: 5px
}

fieldset>label input[type=radio] {
  display: none
}

fieldset>label>span {
  padding: 15px 65px 15px 30px;
  font-size: 24px;
  display: block;
  cursor: pointer;
  text-align: left;
  border-radius: 25px;
  position: relative;
  background: linear-gradient(180deg, #fff 50%, #E0EFFB 100%);
  border: 1px solid #CECECE
}

fieldset>label>span::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  content: '';
  background-image: url(../../images/bottom.svg);
  width: 38px;
  height: 38px;
  transition: transform 0.3s ease
}

fieldset>label input[type=radio]:checked+div+span::after,
fieldset>label>span:has(+ input[type=radio]:checked)::after {
  transform: translateY(-50%) rotate(180deg);
  text-align: left
}

fieldset>label>div {
  display: grid;
  grid-template-rows: 0fr;
  transition: all ease-in-out 300ms;
  overflow: hidden;
  padding: 0 30px;
  background: #F7F7F7;
  text-align: left;
  border-radius: 10px
}

fieldset>label input[type=radio]:checked+div {
  grid-template-rows: 1fr;
  padding: 20px 30px;
  margin-top: 5px
}

fieldset .hidden-block {
  overflow: hidden;
  margin: 0
}

.block-content {
  padding: 5px;
  color: #4A4A4A
}

.block-content p {
  padding: 5px 0;
  color: #4A4A4A
}

.block-content li {
  margin-left: 10px;
  padding-left: 10px;
  color: #4A4A4A
}

.stock-desc li,
.block-content ul,
.block-content ol {
  padding: 10px 0
}

.sticky-bottom {
  position: fixed;
  bottom: -120px;
  left: 0;
  right: 0;
  width: 100%;
  transition: bottom 0.4s ease;
  z-index: 999
}

.sticky-bottom.visible {
  bottom: 0
}

.sticky-inner {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: #fff;
  background: #fff;
  border-radius: 25px 25px 0 0;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.2);
}

.sticky-inner .tg,
.sticky-inner .wp {
  display: block;
  padding: 10px 20px 10px 40px;
  border-radius: 25px;
  font-weight: 600;
  text-transform: uppercase;
  transition: background 0.3s
}

.sticky-inner .sticky-box:hover {
  background: #FF6919
}

@media (min-width:641px) {
  .sticky-inner {
    gap: 20px;
    max-width: 570px;
    padding: 15px;
  }

  .container-cat {
    padding: 50px 5px
  }

  .tg,
  .wp {
    box-shadow: 0 5px 10px rgba(25, 25, 25, 0.2);
  }

  .stretch-title {
    width: max-content;
  }

}

@media (max-width:640px) {
  .container-cat {
    padding: 20px 5px
  }

  .sticky-inner {
    gap: 0;
    max-width: 130px;
    padding: 7px 10px
  }

  .sticky-bottom span {
    display: none
  }

  .sticky-inner .wp {
    padding: 20px 20px 10px 35px;
    border-radius: 25px 0 0 25px;
  }

  .sticky-inner .tg {
    padding: 20px 35px 10px 20px;
    border-radius: 0 25px 25px 0;
  }

  .sticky-inner .tg::before {
    left: auto;
    right: 15px
  }

  .stretch-title {
    padding-right: 20px;
  }

}

.item-chess {
  clear: both
}

.item-chess-img {
  padding: 10px 0
}

.item-chess-img img,
.item-chess-img picture {
  display: block;
  width: 100%
}

.item-chess-text {
  padding-bottom: 10px
}

.item-bottom-text {
  clear: both;
  padding: 10px 0
}

@media (769px <=width) {
  .item-chess:nth-child(odd) .item-chess-img {
    float: left;
    margin-right: 20px
  }

  .item-chess:nth-child(even) .item-chess-img {
    float: right;
    margin-left: 20px
  }

  .item-chess-img {
    width: 40%
  }

}

.h2-blog {
  font-size: 24px;
  font-weight: 600
}

.h3-blog {
  font-size: 18px;
  font-weight: 600;
  padding: 10px 0px
}

.logo-mail::after {
  content: '';
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-right: 20px;
  background: url('../../images/amail.svg') center/contain no-repeat
}

.logo-tel::after {
  content: '';
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-right: 20px;
  margin-bottom: -10px;
  background: url('../../images/atel.svg') center/contain no-repeat
}

.stars::after {
  content: '';
  display: inline-block;
  width: 220px;
  height: 40px;
  background: url('../../images/5stars.svg') center/contain no-repeat;
}

.heart::after {
  content: '';
  display: inline-block;
  width: clamp(28px, 5vw, 90px);
  height: clamp(28px, 5vw, 90px);
  background: url('../../images/heart.svg') center/contain no-repeat
}

.like2::after {
  content: '';
  display: inline-block;
  width: clamp(28px, 5vw, 90px);
  height: clamp(28px, 5vw, 90px);
  background: url('../../images/like2.svg') center/contain no-repeat
}

.faq2-1::after {
  content: '';
  display: block;
  height: clamp(428px, 8vw, 696px);
  height: clamp(428px, 8vw, 696px);
  margin: 28px;
  background: url('../../images/rent-0.svg') center/contain no-repeat
}

.faq2-2::after {
  content: '';
  display: block;
  height: clamp(428px, 8vw, 696px);
  height: clamp(428px, 8vw, 696px);
  margin: 28px;
  background: url('../../images/rent-1.svg') center/contain no-repeat
}

.faq2-3::after {
  content: '';
  display: block;
  height: clamp(428px, 8vw, 696px);
  height: clamp(428px, 8vw, 696px);
  margin: 28px;
  background: url('../../images/rent-2.svg') center/contain no-repeat
}

.dark-txt {
  color: #000000;
  margin-left: 10px
}

@media (max-width:768px) {
  .blue-bg {
    aspect-ratio: 16 / 6
  }

  .footer-nav {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.blue-car {
  background: url('../../images/choice-car.webp') center / contain no-repeat
}

.blue-bike {
  background: url('../../images/choice-bike.webp') center / contain no-repeat
}




.fi-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

.fi-modal {
  position: fixed;
  inset: 0;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  padding: 10px 5px;
  box-sizing: border-box;
}

.fi-modal.show {
  display: flex;
}

.fi-modal__window {
  background: #fff;
  padding: 30px;
  max-width: 520px;
  width: 100%;
  border-radius: 10px;
  max-height: 95dvh;
  overflow-y: auto;
  position: relative;
}

/* крестик */
.fi-modal__close {
  position: absolute;
  top: 7px;
  right: 15px;
  font-size: 30px;
  cursor: pointer;
  border: 0;
  background: none;
  color: #555;
  transition: color .2s;
}

.fi-modal__close:hover {
  color: #d42e26;
}

/* === МОДАЛКА === */
.md-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  width: 100%;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  overflow-y: auto;
  padding: 20px;
  box-sizing: border-box;
  animation: md-fadeIn .25s ease forwards;
}

.md-modal.show {
  display: flex;
}

/* === КОНТЕЙНЕР === */
.md-modal-content {
  background: #fff;
  padding: 45px 40px;
  border-radius: 12px;
  max-width: 680px;
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  position: relative;
  animation: md-slideUp .3s ease forwards;
  box-sizing: border-box;
}

/* === КНОПКА ЗАКРЫТЬ === */
.md-close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 26px;
  cursor: pointer;
  color: #444;
  transition: color .2s;
}

.md-close:hover {
  color: #d42e26;
}

/* === ЗАГОЛОВОК === */
.md-title {
  display: block;
  text-align: center;
  font-size: 27px;
  margin: 10px;
  color: #111;
}

/* === ФОРМА === */
.md-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

/* === ОБЕРТКА ДЛЯ ПОЛЯ === */
.md-field {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.md-field.md-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}


/* === ЛЕЙБЛ === */
/* .md-label {
    font-weight: 600;
    font-size: 15px;
    color: #333;
    transition: all .2s ease;
    transform-origin: left bottom;
} */

/* — эффект подъёма при фокусе — */
/* .md-input:focus + .md-label,
.md-textarea:focus + .md-label {
    transform: translateY(-3px);
    color: #0F62FF;
    font-size: 14px;
} */

/* === INPUT / TEXTAREA === */
.md-input,
.md-textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 16px;
  font-size: 16px;
  font-family: inherit;
  transition: border-color .2s, box-shadow .2s;
  box-sizing: border-box;
  background: #fff;
}

.md-input[type="date"],
.md-input.js-date-input[type="date"] {
  padding-top: 11px;
  padding-bottom: 11px;
}

.md-textarea {
  resize: vertical;
  min-height: 90px;
}

.md-input:focus,
.md-textarea:focus {
  border-color: #0F62FF;
  box-shadow: 0 0 0 3px rgba(15, 98, 255, 0.15);
  outline: none;
}

/* === КНОПКА === */
.md-submit {
  border: none;
  font-size: 14px;
  padding: 20px 30px;
  margin-top: 15px;
  cursor: pointer;
}

.fi-modal .md-form>span:hover,
.md-submit:disabled:hover {
  background: #d42e26;
  cursor: not-allowed;
}

/* === intl-tel-input === */

.iti__selected-flag {
  border-radius: 16px 0 0 16px;
}

.iti__country,
.iti__dial-code {
  font-size: 14px;
}

.iti-mobile .iti--container {
  z-index: 9999;
}

/* === АДАПТАЦИЯ === */
@media (max-width: 768px) {
  .md-modal-content {
    padding: 20px;
    border-radius: 10px;
    max-width: 95vw;
  }

  .md-title {
    font-size: 18px;
  }

  .md-submit {
    width: 100%;
  }

  .md-input,
  .md-textarea {
    font-size: 14px;
    padding: 10px 12px;
  }

  .md-label {
    font-size: 14px;
  }

  .md-close {
    top: 8px;
    right: 10px;
    font-size: 22px;
  }
}

/* === НИЗКИЕ ЭКРАНЫ === */
@media (max-width: 400px) {
  .fi-modal__window {
    padding: 10px 5px;
  }
}


.md-field.workemail,
.sent-message-wrapper,
.error-message-wrapper {
  margin: -7px 0;
  gap: 0;
}

.workemail .md-label,
.workemail .md-input {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  visibility: hidden;
  font-size: 0;
  border: 0;
  gap: 0;
}

.modx-success-toast {
  position: fixed;
  top: 20px;
  right: 20px;
  background: #4CAF50;
  color: #fff;
  padding: 14px 22px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transform: translateY(-10px);
  transition: all .35s ease;
  z-index: 999999;
  display: flex;
  align-items: center;
  gap: 10px;
}

.modx-success-toast.show {
  opacity: 1;
  transform: translateY(0);
}

.modx-success-toast svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}

.modx-toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  min-width: 260px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .2s ease, transform .2s ease;
}

.modx-toast.show {
  opacity: 1;
  transform: translateY(0);
}


@keyframes shake {
  0% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-4px);
  }

  50% {
    transform: translateX(4px);
  }

  75% {
    transform: translateX(-4px);
  }

  100% {
    transform: translateX(0);
  }
}


@keyframes md-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes md-slideUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.md-check-label {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  gap: 5px;
}


/* === НИЗКИЕ ЭКРАНЫ === */
@media (max-height: 700px) {
  .md-modal-content {
    margin: auto 0;
  }
}

@media (max-width: 400px) {
  .fi-modal__window {
    padding: 25px 5px;
  }
}

.important-block {
  font-size: clamp(23px, 4dvw, 50px);
  font-weight: 600;
  text-wrap: balance;
}


/* .item3 .flower {
    margin: 15px;
}

 */




/* .flower {
    position: absolute;
    --svg-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='116 116 768 768'%3E%3Cpath fill='black' d='M634 177q-134-122-268 0-181 8-189 189-122 134 0 268 8 181 189 189 134 122 268 0 181-8 189-189 122-134 0-268-8-181-189-189'/%3E%3C/svg%3E");
    -webkit-mask-image: var(--svg-mask);
    mask-image: var(--svg-mask);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    display: block;
    width: 180px;
    height: 180px;
    background-image: linear-gradient(to bottom, #ff823e, #cc4400);
    border: 0px;
    top: 0;
    left: 0;
    display: grid;
    grid-template-rows: 70px 40px 70px;
    justify-items: center;
    align-items: center;
    cursor: pointer;
    z-index: 10;
}
 */

/* .sale-text {
    color: #FFF;
    font-size: 55px;
    line-height: 55px;
    height: 55px;
    font-weight: 900;
    align-self: end;
}
 */


/* .sale-text2 {
    color: #FFF;
    font-size: 21px;
    font-weight: 600;
}
 */
/* .sale-text3 {
    color: #FFF;
    font-size: 25px;
    font-weight: 700;
    text-wrap: nowrap;
} */


/* .sale-text4 {
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    background: #09C342;
    border-radius: 25px;
    display: inline-block;
    padding: 10px 15px;
    width: max-content;
    height: max-content;
    margin-top: 10px;
    align-self: start;
    box-shadow: 0 2px 5px rgba(25, 25, 25, 0.2);
}
 */
.modal-stock-wp-tg {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  margin-top: 20px;
}

.modal-countdown {
  font-size: clamp(30px, 8.8dvw, 58px);
  font-weight: 900;
  text-align: center;
  color: #1054ce;
}

.modal-countdown>span:not(.cnt-colon) {
  font-size: clamp(14px, 3.5dvw, 20px);
}

main>a.container {
  display: block;
  text-decoration: none;
}

.stretch-block {
  position: relative;
  display: grid;
  border-radius: 25px;
  align-items: center;
}

.stretch-title {
  font-weight: 900;
  font-size: clamp(13px, 4dvw, 23px);
}

.stretch-discount {
  font-weight: 900;
  width: max-content;
}

.stretch-text {
    font-size: clamp(10px, 2.8dvw, 18px);
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}

.stretch-date {
  font-size: clamp(20px, 5.5dvw, 27px);
  line-height: clamp(20px, 5.5dvw, 27px);
  font-weight: 600;
  color: #fff;
  width: max-content;
}

.stretch-date>span:not(.cnt-colon) {
  font-size: clamp(12px, 3.5dvw, 18px);
}

.stretch-button {
  display: inline-block;
  color: #fff;
  border-radius: 25px;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1px;
  width: max-content;
  height: max-content;
  justify-self: end;
  box-shadow: 0 2px 5px rgba(25, 25, 25, 0.2);
}

@media (width > 1024px) {

  .stretch-block {
    grid-template-columns: max-content 1fr max-content max-content max-content;
    gap: 10px;
    padding: 10px 30px;
  }

  .stretch-discount {
    font-size: clamp(40px, 4dvw, 70px);
  }

  .stretch-title,
  .stretch-text,
  .stretch-date {
    font-size: clamp(15px, 1.45dvw, 23px);
    line-height: clamp(15px, 1.45dvw, 25px);
}

  .stretch-discount {
    justify-self: center;
  }
}


@media (width <=1024px) {

  .stretch-block {
    grid-template-columns: repeat(max-content 1fr);
    grid-template-rows: repeat(3, max-content);
    padding: 10px 15px;
  }

  .stretch-discount {
    font-size: clamp(20px, 10dvw, 40px);
    line-height: clamp(20px, 10dvw, 40px);
    justify-self: end;
  }

  .stretch-text {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }

  .stretch-date {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
    width: max-content;
  }

  .stretch-button {
    grid-column: 2 / 3;
    grid-row: 2 / 4;
    align-self: end;
    margin-left: -25px;
  }
}


@media (width <=400px) {

  .stretch-discount {
    justify-self: auto;
  }
}

/* Анимация прозрачности */
@keyframes blink-animation {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
  }
}

.js-countdown .cnt-colon {
  animation: blink-animation 1s infinite ease-in-out;
  display: inline-block;
  margin: 0 2px;
}

.js-countdown {
  font-variant-numeric: tabular-nums;
}





.promo-popup {
  display: none;
  width: 200px;
  height: 200px;
  background-color: transparent;
  position: fixed;
  bottom: 190px;
  right: 10px;
  z-index: 1000;
}

.promo-popup::before {
  content: '';
  position: absolute;
  top: -40px;
  right: 0;
  width: 40px;
  height: 40px;
  background-image: url('../img/x.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

@media (width <=640px) {
  .promo-popup {
    bottom: 150px;
    right: 5px;
  }
}


/* 1. Настраиваем родительскую ссылку-обертку */

.promo-popup .flower-wrapper {
  width: 200px;
  height: 200px;
}

.promo-popup .flower {
  grid-template-rows: 70px 60px 70px;
}

.box-top .flower-wrapper {
  width: 180px;
  height: 180px;
  top: 0;
  left: 0;
}

.item3 .flower-wrapper {
  width: 180px;
  height: 180px;
  top: 10px;
  left: 10px;
}

.box-top .flower,
.item3 .flower {
  grid-template-rows: 70px 40px 70px;
}

.flower-wrapper {
  position: absolute;
  /* Или absolute, в зависимости от верстки */
  display: block;
  z-index: 3;
  /* Общий Z-index для всего попапа */

  /* Определяем маску в одном месте, чтобы не дублировать длинный код */
  --flower-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='116 116 768 768'%3E%3Cpath fill='black' d='M634 177q-134-122-268 0-181 8-189 189-122 134 0 268 8 181 189 189 134 122 268 0 181-8 189-189 122-134 0-268-8-181-189-189'/%3E%3C/svg%3E");
}

/* 2. Создаем ТЕНЬ через псевдо-элемент родителя */
.flower-wrapper::before {
  content: "";
  position: absolute;
  top: 5px;
  /* Смещение тени вниз */
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(25, 25, 25, 0.2);
  /* Цвет тени */

  /* Применяем ту же маску к тени */
  mask-image: var(--flower-mask);
  mask-size: 100% 100%;
  mask-position: center;

  /* Размываем тень */
  filter: blur(20px);
  z-index: 1;
  /* Тень лежит СНИЗУ */
}


.flower {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mask-image: var(--flower-mask);
  mask-size: 100% 100%;
  mask-position: center;
  background-image: linear-gradient(to bottom, #ff823e, #cc4400);
  display: grid;
  justify-items: center;
  align-items: center;
  cursor: pointer;
  z-index: 2;
}

.sale-text {
  color: #FFF;
  font-size: 43px;
  line-height: 55px;
  height: 55px;
  font-weight: 900;
  align-self: end;
  text-align: center;
}

.sale-text>span {
  font-size: 24px;
  font-weight: 100;
}

.sale-text2 {
  color: #FFF;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

.sale-text3 {
  color: #FFF;
  font-size: 25px;
  font-weight: 700;
  text-wrap: nowrap;
  text-align: center;
}

.sale-text3>span:not(.cnt-colon) {
  font-size: 10px;
  font-weight: 400;
}


.sale-text4 {
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
  background: #09C342;
  border-radius: 25px;
  display: inline-block;
  padding: 10px 15px;
  width: max-content;
  height: max-content;
  margin-top: 10px;
  align-self: start;
  box-shadow: 0 2px 5px rgba(25, 25, 25, 0.2);
  text-align: center;
}