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

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
}

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

.container-cat {
  max-width: 1320px;
  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 {
  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: 20px;
    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: 20px
  }

  .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 {
  font-weight: 600;
  color: #000
}

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: 20px;
  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: 20px;
  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: 20px;
  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: 20px;
  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: 20px;
  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: 20px;
  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: 20px;
  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: 20px;
  color: #FFFFFF
}

.map {
  background-image: url("../../images/map.jpg")
}

@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: 20px;
  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: 20px;
  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: 20px;
  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: 20px;
  font-size: 24px;
  font-weight: 500
}

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

.block-cat img {
  border-radius: 20px;
  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: 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 {
  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 {
  margin-left: 30px;
  position: absolute;
  z-index: 2;
  margin-top: 30px
}

.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 {
  text-transform: uppercase;
  border-radius: 25px;
  font-size: 12px;
  color: #FFFFFF;
  cursor: pointer;
  border: 0;
  text-decoration: none;
  padding: 15px 10px;
  font-weight: 600;
  letter-spacing: 2px
}

.button-new {
  border: 0;
  cursor: pointer;
  display: block;
  text-transform: uppercase;
  border-radius: 25px;
  width: fit-content;
  font-size: 12px;
  color: #FFFFFF;
  text-decoration: none;
  padding: 15px 25px;
  font-weight: 600;
  letter-spacing: 2px
}

.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: 2px;
  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;
  font-size: 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: 20px
}

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

@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: 20px
  }

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

  .m-center {
    text-align: center
  }

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

  .text-block {
    columns: 2;
    column-gap: 30px;
    padding: 25px
  }
}

@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: 20px
  }

  .text-block {
    columns: 2;
    column-gap: 30px
  }
}

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

  .text-block {
    columns: 4;
    column-gap: 30px
  }
}

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

.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: 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;
  background: #FFF;
  border-radius: 20px;
  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
}

.item2 {
  grid-area: item2
}

.item3 {
  grid-area: item3
}

.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);
  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::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
  border-radius: 50%;
  z-index: 2
}

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

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

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

.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: 250px;
  height: 40px;
  margin-right: 18px;
  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);
  margin-left: 8px;
  margin-right: 18px;
  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);
  margin-left: 8px;
  margin-right: 18px;
  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
}


.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-content {
  background: white;
  border-radius: 5px;
  position: relative;
  min-width: clamp(320px, 95dvw, 500px);
  max-height: 95dvh;
  overflow-y: auto;
}

.close-modal {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  font-size: 20px;
}