@font-face {
  font-family: "icomoon";
  src: url("/zp/css/icomoon.eot?fvibw7");
  src: url("/zp/css/icomoon.eot?fvibw7#iefix") format("embedded-opentype"),
    url("/zp/css/icomoon.ttf?fvibw7") format("truetype"),
    url("/zp/css/icomoon.woff?fvibw7") format("woff"),
    url("/zp/css/icomoon.svg?fvibw7#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

:root {
  --alerts-color: #4CAF50;
  --primary-color: #165a9f;
  --secondary-color: #2196F3;
  --backgraund: #fff;
  --text-color: #333;
  --bg-color: rgba(255, 255, 255, 0.95);
  --shadow-color: rgba(0, 0, 0, 0.1);
}

.container {
  max-width: 1200px !important;
 /*  max-width: -webkit-fill-available !important; */
  margin: 0 auto;
  /* padding: 0 20px; */
}

/* Стреки слайдера */
/* .brandswidget_content_slider_prev, 
.brandswidget_content_slider_next {
  margin: 0;
  background-size: cover;
  cursor: pointer;
} */

[class^="iconmoon-"],
[class*=" iconmoon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconmoon-caret-up-fill:before {
  content: "\e900";
}
.iconmoon-caret-right-fill:before {
  content: "\e901";
}
.iconmoon-caret-left-fill:before {
  content: "\e902";
}
.iconmoon-caret-down-fill:before {
  content: "\e903";
}
.iconmoon-filetype-json:before {
  content: "\e904";
}
.iconmoon-filetype-xlsx.before:before {
  content: "\e905";
}
.iconmoon-filetype-xlsx.after:after {
  content: "\e905";
}
.iconmoon-close_24dp_1F1F1F_FILL0_wght400_GRAD0_opsz24:before {
  content: "\e906";
}
body.alarm .alarmed {
  display: none !important;
}
body.caterpillar {
  --color-cat-bg: rgba(255, 205, 17, 1);
  --color-cat-bg-n: rgba(255, 205, 17, 0);
  --color-cat-sec: #caa30f;
  --color-cat-add1: #82690d;
}
body.caterpillar .animate_text_line:before,
body.caterpillar .animate_text_line:after {
  content: "";
  width: 10%;
  display: block;
  height: inherit;
  position: absolute;
  z-index: 10;
  top: 0;
}

body.caterpillar .animate_text_line:after {
  right: 0;
}

body.caterpillar span.active {
  border-bottom: 3px solid;
}

body.caterpillar header .header {
  padding-top: 1rem;
}
body.caterpillar .header-mobile__top {
  border-bottom: 1px solid;
}

body.caterpillar .repairs_cost_form_titles {
  display: none;
}
body.caterpillar .repairs_cost_form {
  padding-top: 1rem;
}

@media only screen and (max-device-width: 991px) {
  #Calltouch-widget-container .jtbUFa {
    max-width: 100% !important;
  }
  #Calltouch-widget-container .jcFLUh.FormWrapper {
    justify-content: center !important;
  }
  #Calltouch-widget-container .jcFLUh.FormWrapper div:first-child {
    display: none !important;
  }
  #CalltouchWidgetFrame {
    background-color: red;
  }
  .cms_panel {
    box-shadow: 3px 3px 5px rgba(255, 0, 0, 0.5);
  }
}
.cms_panel {
  box-shadow: 3px 3px 5px rgba(255, 0, 0, 0.5);
}
.halfban {
  display: flex;
}
.halfban > * {
  width: 50%;
}
.halfban div:first-child {
  background: url(/sites/zp/images/banners/remzona.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.halfban div:last-child {
  padding: 3rem;
}
.halfban div:last-child p {
  font-size: 16px;
  line-height: 22px;
}

@media only screen and (min-width: 768px) {
  .header-mobile__phone,
  .header-mobile__map {
    background: unset;
  }
}
@media only screen and (max-width: 767.99px) {
  .halfban {
    flex-direction: column;
  }
  .halfban > * {
    width: 100%;
  }
  .halfban div:first-child {
    min-height: 300px;
  }
  .header-mobile {
    position: fixed;
    z-index: 10;
    width: 100%;
    padding-bottom: 3px;
  }
  .main_content,
  footer {
    position: relative;
    top: 128px;
  }
  footer {
    padding-bottom: 100px !important;
  }
  .main_navigation ul.main_navigation_menu {
    position: fixed !important;
    top: 178px !important;
  }
  .footer_block ul {
    padding: 0 !important;
  }
  .socialicons {
    gap: 10px !important;
  }
  .footer .footer_block a {
    padding: 0 !important;
    float: unset !important;
    margin-right: 0 !important;
  }
  .header-mobile__phone {
    background: url(/zp/images/mobile-phone.svg) no-repeat;
  }
  .header-mobile__map {
    background: url(/zp/images/mobile-map.svg) no-repeat;
  }
  .header-mobile__buttons img {
    display: none;
  }
  .header-mobile__buttons a {
    width: 40px;
    height: 40px;
    background-size: contain;
    background-position-x: center !important;

    padding: 0 !important;
  }
}

@media only screen and (max-width: 459.99px) {
  .logo-mobile {
    display: none !important;
  }
  .header-mobile__buttons {
    width: 100% !important;
    justify-content: space-around !important;
  }
  .main_navigation ul.main_navigation_menu {
    top: 154px !important;
  }
  .main_content,
  footer {
    top: 115px !important;
  }
  .header-mobile__buttons a {
    margin: 0 !important;
    padding: 0 !important;
  }
  .halfban div:last-child {
    padding: 1.75rem;
  }
}

@media only screen and (max-width: 421.99px) {
  .header-mobile__map,
  .header-mobile__phone {
  }
}

.landbenefits .sliderElement {
  --bg-color: rgb(215, 215, 215, 1);
  --bg-color-po-half: rgb(215, 215, 215, 0.5);
  --bg-color-po-almt: rgb(215, 215, 215, 0.2);
  --hero-height: 35%;
  --an-dur: 0.25s;
  height: 600px;
}
.landbenefits .sliderElement {
  position: relative;
}
.landbenefits .sliderElement .heroBlock,
.landbenefits .sliderElement .contentBlock {
  position: absolute;
}
.landbenefits .sliderElement .bacstage {
  height: 100%;
  width: 100%;
}
.landbenefits .sliderElement .bacstage {
  background: var(--bg-color);
}
.landbenefits .sliderElement .heroBlock {
  top: 0;
  left: 0;
  width: 100%;
  height: var(--hero-height);
  border: 1px solid var(--bg-color-po-almt);
  box-shadow: 3px 2px 3px -3px #373737;
  transition: transform var(--an-dur), filter var(--an-dur);
  filter: grayscale(0.3);
}
.landbenefits .sliderElement .heroBlock.team {
  background: url("/sites/zp/images/banners/lp-benef-banner-team.jpg") center
    center no-repeat;
  background-size: cover;
}
.landbenefits .sliderElement .heroBlock.soc {
  background: url("/sites/zp/images/banners/lp-benef-banner-soc.jpg") center
    center no-repeat;
  background-size: cover;
}
.landbenefits .sliderElement .heroBlock.mac {
  background: url("/sites/zp/images/banners/lp-benef-banner-mac.jpg") center
    center no-repeat;
  background-size: cover;
}
.landbenefits .sliderElement .heroBlock.serv {
  background: url("/sites/zp/images/banners/bannerimg.png") center center
    no-repeat;
  background-size: cover;
}
.landbenefits .sliderElement .contentBlock {
  width: 100%;
  bottom: 0;
  height: 65%;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--bg-color-po-almt);
  box-shadow: 3px 2px 3px -3px #373737;
  transition: transform var(--an-dur);
  padding: 1rem;
}
.landbenefits .sliderElement .contentBlock .content > * {
  margin-top: 1.25rem;
}
.landbenefits .sliderElement .contentBlock .content p,
.landbenefits .sliderElement .contentBlock .content span {
  font-size: 12px;
  line-height: 14px;
}
.landbenefits .sliderElement .contentBlock .content .item > p {
  width: 50%;
}
.landbenefits .sliderElement:hover .contentBlock {
  /* transform: translate(-4px,-3px); */
}

.landbenefits .sliderElement:hover .heroBlock {
  /* transform: translate(-3px,-3px); */
}
.landbenefits .sliderElement h3 {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  margin: 0;
}
.landbenefits .sliderElement h3 span {
  font-size: 14px;
  font-weight: normal;
}
.landbenefits .sliderElement h3 span.fullsize {
  display: block;
}
.landbenefits .sliderElement .presentation .item {
  display: flex;
  gap: 30px;
  align-items: center;
}
.landbenefits .owl-item {
  padding: 3%;
}
.landbenefits .sliderElement .presentation .item > p:last-child {
  font-style: italic;
  color: #868686;
}
.landbenefits .sliderElement .presentation .item > p > span {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  color: #000;
}
.landbenefits .sliderElement .presentation .item > p > span ~ span {
  display: block;
  margin-top: 5px;
}
.landbenefits .sliderElement button {
  bottom: 0;
  position: absolute;
  width: 100%;
  padding: 1rem;
  color: #fff;
  background-color: #4a7aa7;
  border: 1px solid #4a7aa7;
}
.landbenefits .sliderElement.shown button {
  color: #649fd7;
  background-color: #efefef;
  border: 1px solid #4a7aa7;
}
.landbenefits .sliderElement button > span.shown {
  display: none;
}
.landbenefits .sliderElement.shown button > span:not(.shown) {
  display: none;
}
.landbenefits .sliderElement.shown button > span.shown {
  display: block;
}
.landbenefits .sliderElement.shown .content {
  padding-bottom: 2.25rem;
}
.landbenefits .sliderElement .contentBlock {
  transition: all var(--an-dur);
}
.landbenefits .sliderElement.shown .contentBlock {
  height: 102%;
  overflow: auto;
}
.landbenefits.owl-theme .owl-nav,
#machines .owl-theme .owl-nav,
#slbalgLet.owl-theme .owl-nav {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  text-align: right;
  margin-top: 0;
  top: -300px;
  padding: 0 10px;
}

.landbenefits.owl-theme .owl-nav button,
#machines .owl-theme .owl-nav button,
#slbalgLet.owl-theme .owl-nav button {
  width: 50px;
  height: 50px;
  font-size: 30px !important;
  border: 1px solid #4a7aa7 !important;
  background-color: #4a7aa7 !important;
}
#slbalgLet.owl-theme .owl-stage {
  display: flex;
  align-items: stretch;
}
#slbalgLet.owl-theme .sliderElement {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#blocks {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4%;
  height: 100%;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* Ð­Ñ‚Ð°Ð¿Ñ‹ Ñ€Ð°Ð±Ð¾Ñ‚ */
#blocks button,
#blocks .button,
#blocks button:focus-within {
  padding: 12px 24px;
  width: 100%;
  background: #fff;
  border: 1px solid #4a7aa7;
  /* font-size:12px; */
}

#blocks button:hover,
#blocks button:focus,
#blocks button:focus-visible,
#blocks button:focus-within {
  color: fff;
  background-color: #fff;
  border: 1px solid #4a7aa7;
}
#blocks button:active,
blocks button.active,
#blocks .button.active {
  color: #fff;
  background-color: #4a7aa7;
  border: 1px solid #4a7aa7;
}
#blocks .slidernav {
  position: relative;
  padding-left: 15%;
  width: 33.33%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2%;
}

#blocks svg {
  position: absolute;
}

#blocks .slidernav button,
#blocks .slidernav a.button {
  margin-bottom: 2rem;
  z-index: 9;
}
#blocks .slidernav button:last-child,
#blocks .slidernav a.button:last-child {
  margin-bottom: 0;
}
#blocks .stepSlider.content .contentmain {
  overflow: hidden;
  overflow-y: auto;
  height: 270px;
  position: relative;
  padding-top: 24px;
  padding-right: 1.25rem;
}
#blocks .stepSlider.content .contentmain p {
  line-height: 22px;
  font-size: 14px;
}

#blocks {
  padding-right: 2rem;
  max-height: 600px;
}
#blocks .stepSlider.content {
  overflow: hidden;
  position: relative;
}
#blocks .stepSlider.content .shownarea {
  display: flex;
  transform: translateX(0%);
}
#blocks .stepSlider.content .shownare .sliderItem,
#blocks .stepSlider.content .shownare .sliderItem * {
  user-select: none;
}
#blocks .sliderItem {
  width: 100%;
  padding: 20px;
  height: 430px;
}
#blocks .slideritem .titleBlock img {
  border-radius: 50%;
}
#blocks .slideritem .titleBlock p {
  margin-bottom: 0;
}
#blocks .slideritem .titleBlock p:has(+ p) {
  margin-bottom: 0.4rem;
}
#blocks .slideritem .titleBlock p:not(:has(+ p)) {
  font-size: 18px;
}
#blocks .slideritem .titleBlock p > span {
  text-transform: uppercase;
}
#blocks .slideritem .titleBlock > div {
  padding-left: 2rem;
}
#blocks .slideritem .innav {
  text-align: end;
}
#blocks .slideritem .innav button {
  width: 200px;
}
#blocks .slideritem .innav {
  min-height: 40px;
}
#blocks .sliderItem:last-child .innav button {
  display: none;
}

#blocks .slidernav svg circle[data-item] {
  fill: #fff;
}
#blocks .slidernav svg circle[data-item="d0"] {
  fill: #4a7aa7;
}
#blocks .titleBlock {
  display: flex;
  align-items: center;
}
#contrblock {
  display: flex;
  align-items: stretch;
}
#blocks .titleBlock img {
  width: 15%;
}

#item-nav.item-slider {
  background: #fff;
  position: relative;
  height: 415px;
  overflow: hidden;
  width: 100%;
}
#item-nav.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
#item-nav.row.item-slider {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}
#item-nav .clearfix:before,
#item-nav .clearfix:after,
#item-nav .container:before,
#item-nav .m-container:before,
#item-nav .container:after,
#item-nav .m-container:after,
#item-nav .row:before,
#item-nav .row:after,
#item-nav .nav:before,
#item-nav .nav:after,
#item-nav .navbar:before,
#item-nav .navbar:after {
  content: " ";
  display: table;
}
#item-nav .item-slider-container {
  --buttons-width: 33px;
  position: relative;
  height: 100%;
  z-index: 1;
}
#item-nav .item-slider-slides {
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0;
  height: 370px;
  /* padding: 1rem var(--buttons-width) 50px var(--buttons-width); */
  /* margin-left: 15px;
    margin-right: 15px; */
}
#item-nav .item-slider-slides {
  width: 100%;
  margin-top: 0;
}
#item-nav .item-slider-item {
  scroll-snap-align: start;
}
#item-nav .item-slider-item > div:first-child {
  text-align: left;
}
#item-nav .tableTitles > div {
  width: 87%;
}
#item-nav .tableTitles > div > div {
  width: 100%;
}
#item-nav .item-slider-item {
  --container-width: 100%;
  display: inline-block;
  /* width: min(calc(var(--container-width) / 2), 140px);
    min-width: 140px; */
  width: 87%;
  text-align: center;
}

#item-nav .item-slider-item {
  margin-right: 10px;
}
#item-nav .item-slider-item:last-child {
  margin-right: 165px;
}
#item-nav .item-slider-container .item-slider-icon {
  background-size: 100%;
  background-repeat: no-repeat;
  width: 110px;
}
#item-nav .item-slider-icon {
  display: flex;
  justify-content: center;
  align-items: end;
  margin: 0 auto 4px;
  margin-bottom: 4px;
  height: 70px;
}
#item-nav .item-slider-item p {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 1;
  font-size: 13px;
  color: rgb(28 41 52);
  margin: 0;
  line-height: 1.2rem;
}
#item-nav .item-slider-item p.label span {
  display: block;
  width: 100%;
}

#item-nav #compareTable {
  --label-width: 25%;
  width: 110%;
}
#item-nav .tableTitles,
#item-nav .slideBlock {
  width: 100%;
}
#item-nav .tableTitles,
#item-nav .tableTitles div.slideBlockTitle,
#item-nav .slideBlock,
#item-nav .slideBlock > div {
  display: flex;
}
#item-nav .slideBlockTitle > div {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  color: #649fd7;
}
#item-nav .slideBlock {
  flex-direction: column;
}
#item-nav .slideBlock > div:has(+ div) {
  border-bottom: 1px solid #efefef;
}

.remont__items .remont__item__title span {
  position: relative;
  display: block;
}

#machines {
  --sliderconw: 65%;
  display: flex;
}
#machines .heroBlock {
  width: 100%;
  height: 300px;
}
#machines .heroBlock.mbeps815 {
  background: url("/sites/zp/images/banners/mach-bosch-eps815.jpg") center
    center no-repeat;
  background-size: contain;
}

#machines .heroBlock.mavm {
  background: url("/sites/zp/images/banners/mach-avm2.jpg") center center
    no-repeat;
  background-size: contain;
}

#machines .heroBlock.mbdci {
  background: url("/sites/zp/images/banners/mach-bosch-dci700.jpg") center
    center no-repeat;
  background-size: contain;
}

#machines .heroBlock.mtolha230 {
  background: url("/sites/zp/images/banners/mach-toledo-ha230.jpg") center
    center no-repeat;
  background-size: contain;
}

#machines .heroBlock.mtolheuimast {
  background: url("/sites/zp/images/banners/mach-toledo-heui-master.jpg") center
    center no-repeat;
  background-size: contain;
}

/* ÐÐ¾Ð²Ñ‹Ðµ ÑÑ‚ÐµÐ½Ð´Ñ‹ */
#machines .heroBlock.maktest {
  background: url("/sites/zp/images/banners/MakTest.jpg") center center
    no-repeat;
  background-size: contain;
}

#machines .heroBlock.Hartridge-Sibre {
  background: url("/sites/zp/images/banners/Hartridge-Sibre.jpg") center center
    no-repeat;
  background-size: contain;
}

#machines .contentheader {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#machines .contentheader h3 {
  font-weight: bold;
}
#machines .contentheader span {
  font-style: italic;
  color: #868686;
}
#machines .contentheader + div {
  min-height: 125px;
}
#machines .contentheader + div p,
#machines .slidercontainer .sliderElement > p {
  line-height: 1.25rem;
  font-size: 12px;
}
#machines .slidercontainer {
  padding: 1rem;
  width: var(--sliderconw);
}
#machines .slidercontainer .sliderElement > p > span {
  font-weight: bold;
}
#machines .slidercontainer .sliderElement {
  border: 1px solid #e7e7e7;
  padding: 0.75rem;
}
#machines .sectioncontent {
  width: calc(100% - var(--sliderconw));
  padding: 1rem 2rem;
}
#machines .sectioncontent p,
#contrblock .contentsection p,
#contrblock .contentsection li {
  font-size: 14px;
  line-height: 1.25rem;
}
#machines .sectioncontent h2 {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}

#contrblock .imgblock {
  width: 30%;
}
#contrblock .imgblock {
  background: url("/sites/zp/images/banners/ban-contra.jpg") center center
    no-repeat;
  background-size: cover;
}
#contrblock .contentsection {
  width: 70%;
  padding: 2rem;
}

.sliderlogo .slide,
.sliderlogo img {
  user-select: none;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.slider-inf-block {
  width: 100%;
  text-align: center;
  padding-bottom: 1.5rem;
}
.slider-inf-block > p {
  text-transform: uppercase;
  font-size: 1.125rem;
  letter-spacing: 0.01rem;
  margin: 3rem 0 1rem;
}
.sliderlogo {
  height: 170px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.sliderlogo:before,
.sliderlogo:after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 6rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.3s;
  content: "";
}

.sliderlogo:before {
  background: linear-gradient(90deg, #f4f4f4, #f5f5f700);
  left: 0;
}
.sliderlogo:after {
  background: linear-gradient(270deg, #f4f4f4, #f5f5f700);
  right: 0;
}
.slide-track {
  animation: scroll 45s linear infinite;
  display: flex;
  width: calc(250px * 14);
  align-items: center;
}
.sliderlogo .slide,
.sliderlogo img {
  user-select: none;
}
.sliderlogo .slide {
  margin-right: 35px;
}
.sliderlogo .slide {
  filter: grayscale(0.95);
  transition: filter 0.6s;
}
.sliderlogo .slide:hover {
  filter: grayscale(0.05);
}

.rem_fors_diz_clients_article .articleHeader {
  display: flex;
  align-items: center;
}
.rem_fors_diz_clients_article .articleHeader p {
  font-size: 17px;
  line-height: 20px;
  width: 98%;
  font-weight: bold;
}
.rem_fors_diz_clients_article .articleHeader svg {
  display: none;
}

@media screen and (max-width: 1399px) {
  #blocks svg path#lscr,
  #blocks svg circle[data-screen="lg"] {
    display: none;
  }
  #blocks svg path:not(#lscr),
  #blocks svg circle[data-screen="an"] {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  #blocks svg {
    max-width: 100%;
    left: -28px;
  }
  #blocks svg path#lscr,
  #blocks svg circle[data-screen="lg"] {
    display: block;
  }
  #blocks svg path:not(#lscr),
  #blocks svg circle[data-screen="an"] {
    display: none;
  }
  #blocks .slidernav {
    padding-left: 10%;
  }
  #blocks .stepSlider.content {
    width: 66.66%;
  }
  #blocks .shownarea {
    min-width: 3250px;
  }
  #blocks .shownarea .sliderItem {
    min-width: 704px;
  }
  .landbenefits .sliderElement h3 {
    min-height: 55px;
  }
}
@media screen and (max-width: 991px) {
  #machines {
    --sliderconw: 50%;
  }
  #machines {
    flex-direction: column;
  }
  #machines .sectioncontent,
  #machines .slidercontainer {
    width: 100%;
  }
  #machines .contentheader + div {
    min-height: 100px;
  }
  .rem_fors_diz_clients_article .articleHeader svg {
    display: block;
  }
  .rem_fors_diz_clients_article .articlecontent {
    display: none;
  }
  .rem_fors_diz_clients_article .articlecontent.description {
    display: block;
  }
  .rem_fors_diz_clients_article .articleHeader svg {
    transition: transform 0.2s;
  }
  .rem_fors_diz_clients_article .articleHeader p {
    font-size: 15px;
    line-height: 18px;
    width: 98%;
  }
  .rem_fors_diz_clients_article .articleHeader.shown + .articlecontent {
    display: block;
  }
  .rem_fors_diz_clients_article .articleHeader.shown svg {
    transform: rotate(180deg);
  }
}
@media screen and (min-width: 991px) {
  #item-nav .tableTitles {
  }
  #item-nav .slideBlock > div > div,
  #item-nav .slideBlockTitle > div {
    width: 17.5%;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    padding: 1rem;
    min-height: 55px;
  }
  #item-nav .slideBlock > div > div.label,
  #item-nav .slideBlockTitle > div.label {
    width: var(--label-width);
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399.99px) {
  #blocks .slidernav button,
  #blocks .slidernav a.button {
    margin-bottom: 1.25rem;
  }
  .stepSlider.content .contentmain {
    height: 220px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1199.99px) {
  #blocks svg {
    max-width: 60%;
    left: -35px;
  }
  #blocks .stepSlider.content {
    width: 66.66%;
  }
  #blocks .slidernav {
    padding-left: 10%;
  }
  #blocks .shownarea {
    min-width: 2950px;
  }
  #blocks .shownarea .sliderItem {
    min-width: 590px;
  }
  .landbenefits .sliderElement h3 {
    min-height: 38px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990.99px) {
  #blocks svg {
    max-width: 80%;
    left: -48px;
  }
  #blocks .stepSlider.content {
    width: 66.66%;
  }
  #blocks .slidernav {
    padding-left: 11%;
  }
  #blocks .sliderItem {
    padding-right: 0;
  }
  #blocks .slideritem .titleBlock {
    min-height: 65px;
  }
  #blocks .stepSlider.content .contentmain {
    height: 330px;
  }
  #blocks .shownarea {
    min-width: 2185px;
  }
  #blocks .shownarea .sliderItem {
    min-width: 437px;
  }
  #item-nav .slideBlock > div > div,
  #item-nav .slideBlockTitle > div {
    width: 17.5%;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    padding: 1rem;
    min-height: 55px;
  }
  #item-nav .slideBlock > div > div.label,
  #item-nav .slideBlockTitle > div.label {
    width: var(--label-width);
  }
  .landbenefits .sliderElement h3 {
    min-height: 38px;
  }
}

@media screen and (max-width: 990.99px) {
  #blocks .titleBlock {
    flex-direction: row-reverse;
    position: relative;
  }
  #blocks .innav {
    display: none;
  }
  #blocks .slideritem .titleBlock > div {
    padding-left: 0;
    width: 100%;
  }
  #blocks .titleBlock img {
    filter: opacity(0.2);
    position: absolute;
    top: 0;
    right: 3%;
  }
}
@media screen and (max-width: 767.99px) {
  #contrblock {
    flex-direction: column;
  }
  #contrblock .imgblock {
    height: 105px;
    width: 100%;
  }
  #contrblock .contentsection {
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767.99px) {
  #blocks svg {
    max-width: 100%;
    left: 0;
  }
  #blocks .slidernav button,
  #blocks .slidernav a.button {
    margin-bottom: 1rem;
  }
  #blocks .stepSlider.content {
    width: 66.66%;
  }
  #blocks .titleBlock img {
    filter: opacity(0.05);
    width: 100%;
  }
  #blocks .shownarea {
    min-width: 1615px;
  }
  #blocks .shownarea .sliderItem {
    min-width: 323px;
  }
  #item-nav .slideBlock > div > div,
  #item-nav .slideBlockTitle > div {
    width: 25%;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    padding: 1rem;
    min-height: 55px;
  }
  #item-nav .slideBlock > div {
    flex-wrap: wrap;
  }
  #item-nav .slideBlock > div > div.label {
    width: 100%;
  }
  #item-nav .slideBlockTitle > div.label {
    width: 0;
  }
  #item-nav .item-slider-slides {
    height: 600px;
  }
  #item-nav.item-slider {
    height: 700px;
  }
  .landbenefits .sliderElement h3 {
    min-height: 39px;
  }
}
@media screen and (min-width: 400px) and (max-width: 575.99px) {
  #machines .contentheader + div {
    min-height: 150px;
  }
}
@media screen and (min-width: 350px) and (max-width: 399.99px) {
  #machines .contentheader + div {
    min-height: 135px;
  }
  #blocks button,
  #blocks .button,
  #blocks button:focus-within {
    padding: 8px 20px;
    /* font-size: 8px; */
  }
}
@media screen and (min-width: 300px) and (max-width: 349.99px) {
  #machines .contentheader {
    min-height: 90px;
  }
  #machines .contentheader + div {
    min-height: 170px;
  }
  #blocks button {
    padding: 8px 20px;
    font-size: 8px;
  }
}
@media screen and (max-width: 299.99px) {
  #machines .contentheader span {
    display: none;
  }
  #machines .contentheader + div {
    min-height: 185px;
  }
}
@media screen and (max-width: 576.99px) {
  #blocks svg {
    display: none;
  }
  #blocks {
    flex-direction: column;
    align-items: flex-start;
    padding: 2rem;
  }
  #blocks .slidernav {
    flex-direction: row;
    height: auto;
    padding-left: 0;
    margin-bottom: 1rem;
    width: 90%;
    margin: 0 auto;
  }
  #blocks .slidernav button,
  #blocks .slidernav a.button {
    margin-bottom: 0;
  }
  #blocks {
    padding: 0;
  }
  #blocks .stepSlider.content {
    width: 100%;
  }
  #blocks .stepSlider.content .contentmain {
    height: 330px;
  }
  #blocks .shownarea {
    min-width: 1995px;
  }
  #blocks .shownarea .sliderItem {
    min-width: 399px;
  }
  #item-nav .slideBlock > div > div,
  #item-nav .slideBlockTitle > div {
    width: 25%;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    padding: 1rem;
    min-height: 55px;
  }
  #item-nav .slideBlock > div {
    flex-wrap: wrap;
  }
  #item-nav .slideBlock > div > div.label {
    width: 100%;
  }
  #item-nav .slideBlockTitle > div.label {
    width: 0;
  }
  #item-nav .item-slider-slides {
    height: 600px;
  }
  #item-nav.item-slider {
    height: 700px;
  }
  .landbenefits .sliderElement h3 {
    min-height: 59px;
  }
}

.brandpageslider button {
  position: absolute;
  bottom: 5%;
}
.brandpageslider button {
  font-size: 60px !important;
  width: 60px;
  color: #165a9f !important;
}
.brandpageslider button:hover {
  background: initial !important;
}
.brandpageslider button.owl-prev {
  left: 1.6%;
}
.brandpageslider button.owl-next {
  right: 1.6%;
}
.brandpageslider .owl-item {
  display: flex;
  justify-content: center;
}
.brandpageslider .owl-item img {
  width: 100% !important;
}
.liders-banner {
  background-color: #165a9f;
  color: #fff;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 2rem;
}
.liders-banner p:last-child {
  font-size: 2rem;
  font-weight: bold;
  margin-left: 10%;
}
body .lp-mainban .bannerbox {
  display: block;
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  /* background-color: red; */
  background-image: url(/sites/zp/images/land/defautl_brand.jpg);
}

body.caterpillar .lp-mainban .bannerbox {
  background-image: url(/sites/zp/images/land/lp-main-banner-cat-min.png);
}
body.cummins .lp-mainban .bannerbox {
  background-image: url(/sites/zp/images/land/lp-main-banner-cummins-min.png);
}
body.cummins-qsk .lp-mainban .bannerbox {
  background-image: url(/sites/zp/images/land/lp-main-banner-cummins-min.jpg);
}
body.volvo .lp-mainban .bannerbox {
  background-image: url(/sites/zp/images/land/lp-main-banner-volvo-min.png);
}
body.mercedes-benz .lp-mainban .bannerbox {
  background-image: url(/sites/zp/images/land/lp-main-banner-mers-min.png);
}
body.mercedes-benz-crin .lp-mainban .bannerbox {
  background-image: url(/sites/zp/images/land/lp-main-banner-mercedes_crin_4.2.jpg);
}
body.mtu .lp-mainban .bannerbox {
  background-image: url(/sites/zp/images/land/lp-main-banner-mtu.png);
}
body.scania .lp-mainban .bannerbox {
  background-image: url(/sites/zp/images/land/lp-main-banner-scania.png);
}
body.daf .lp-mainban .bannerbox {
  background-image: url(/sites/zp/images/land/lp-main-banner-daf.png);
}
body.daf-xf-95 .lp-mainban .bannerbox {
  background-image: url(/sites/zp/images/land/lp-main-banner-daf-xf-95.jpg);
}
body.daf-xf-105 .lp-mainban .bannerbox {
  background-image: url(/sites/zp/images/land/lp-main-banner-daf-xf-105.jpg);
}
body.daf-xf-106 .lp-mainban .bannerbox {
  background-image: url(/sites/zp/images/land/lp-main-banner-daf-xf-106.jpg);
}
body.john_deere .lp-mainban .bannerbox {
  background-image: url(/sites/zp/images/land/lp-main-banner-john_deere.png);
}
body.denso .lp-mainban .bannerbox {
  background-image: url(/sites/zp/images/land/lp-main-banner-denso.jpg);
}
body.bosch .lp-mainban .bannerbox {
  background-image: url(/sites/zp/images/land/lp-main-banner-bosch.png);
}
body.case-ih .lp-mainban .bannerbox {
  background-image: url(/sites/zp/images/land/lp-main-banner-case-ih.png);
}
body.delphi .lp-mainban .bannerbox {
  background-image: url(/sites/zp/images/land/lp-main-banner-delphi.png);
}
body.isuzu .lp-mainban .bannerbox {
  background-image: url(/sites/zp/images/land/lp-main-banner-isuzu.png);
}
body.iveco .lp-mainban .bannerbox {
  background-image: url(/sites/zp/images/land/lp-main-banner-iveco.png);
}
body.perkins .lp-mainban .bannerbox {
  background-image: url(/sites/zp/images/land/lp-main-banner-perkins.png);
}
body.komatsu .lp-mainban .bannerbox {
  background-image: url(/sites/zp/images/land/lp-main-banner-komatsu.png);
}
body.man .lp-mainban .bannerbox {
  background-image: url(/sites/zp/images/land/lp-main-banner-man.png);
}
body.mack .lp-mainban .bannerbox {
  background-image: url(/sites/zp/images/land/lp-main-banner-mack.png);
}
body.new-holland .lp-mainban .bannerbox {
  background-image: url(/sites/zp/images/land/lp-main-banner-new-holland.png);
}
body.renault .lp-mainban .bannerbox {
  background-image: url(/sites/zp/images/land/lp-main-banner-renault.png);
}
body.siemens .lp-mainban .bannerbox {
  background-image: url(/sites/zp/images/land/lp-main-banner-siemens.png);
}
body.vag .lp-mainban .bannerbox {
  background-image: url(/sites/zp/images/land/lp-main-banner-vag.png);
}
body.dd .lp-mainban .bannerbox {
  background-image: url(/sites/zp/images/land/lp-main-banner-dd.png);
}

@media screen and (max-width: 575.99px) {
  body .lp-mainban .bannerbox {
    height: 120px;
    background-position: center !important;
    background-size: cover !important;
  }
  body.scania .lp-mainban .bannerbox {
    height: 225px;
  }
}
@media screen and (min-width: 576px) {
  body .lp-mainban .bannerbox {
    height: 170px;
    /* height: 230px; */
  }
  body.scania .lp-mainban .bannerbox {
    height: 250px;
  }
}
@media screen and (min-width: 768px) {
  body .lp-mainban .bannerbox {
    height: 230px;
  }
  body.scania .lp-mainban .bannerbox {
    height: 320px;
  }
}
@media screen and (min-width: 992px) {
  body .lp-mainban .bannerbox {
    height: 310px;
  }
  body.scania .lp-mainban .bannerbox {
    height: 435px;
  }
}
@media screen and (min-width: 1200px) {
  body .lp-mainban .bannerbox {
    /* height: 370px; */
    min-height: 370px;
  }
  /* body.scania .lp-mainban .bannerbox,
  body.volvo .lp-mainban .bannerbox,
  body.mercedes-benz .lp-mainban .bannerbox,
  body.mtu .lp-mainban .bannerbox {
    height: 500px;
  } */
}
.box:has(#lbef) {
  background-color: inherit;
  box-shadow: none;
}
#lbef .main_content .content_block {
  margin-top: 0px !important;
}
/* #lbef .sliderElement .content p {
    line-height: 1.25rem;
} */
.landbenefits .owl-item {
  padding: 0.3% !important;
}
/* .threeprices .detail_brand_main_block_p2 {
    padding-left: 10%;
} */
.threeprices .detail_brand_main_block_p2 > div {
  margin-bottom: 0.5rem;
}
.threeprices .detail_brand_main_block_p2 div > span:first-child {
  display: block;
  margin-bottom: 0.125rem;
}
.threeprices .detail_brand_main_block_p1 {
  /* padding: 20px !important; */
  /* width: 75% !important; */
  width: 45% !important;
}
@media only screen and (max-width: 459.99px) {
  .threeprices {
    flex-direction: column;
  }
  .threeprices .detail_brand_main_block_p2 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 0;
  }
  .threeprices .detail_brand_main_block_p2 > div {
    width: 50%;
  }
}

.og-form .form-box:has(form.disabled) {
  position: relative;
}

.og-form form.ogcall.disabled {
  filter: blur(2px);
  opacity: 0.2;
}

.og-form .retry-button-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.og-form .retry-button-box .retry-button {
  display: block;
  text-decoration: none;
  color: #649fd7;
  margin: 16px auto;
  background-color: #efefef;
  border: 1px solid #4a7aa7;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  padding: 0;
  text-align: center;
  width: 70%;
}
.og-form .retry-button-box .retry-button:hover {
  border: none;
  cursor: pointer;
  background-color: #649fd7;
  color: #ffffff;
}
.skeleton {
  position: relative;
  overflow: hidden;
}
.skeleton-shimmer {
  display: block;
  width: 85%;
  height: 28px;
  margin: 0 auto;
  background-color: #e0e0e0;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.skeleton-shimmer.long {
  margin: 0;
}

.skeleton-shimmer::after {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  animation: shimmer 2.5s linear infinite;
}

/* ÐÐ½Ð¸Ð¼Ð°Ñ†Ð¸Ñ Ð´Ð»Ñ shimmer */
@keyframes shimmer {
  0% {
    transform: translateX(-40%);
  }
  100% {
    transform: translateX(140%);
  }
}
.med-hide {
  display: none;
}
#tableItems {
  --var-par-font-size: 14px;
}
#output .table-row {
  border-bottom: 1px solid #dbdbdb;
}
#output .table-row p:has(.custom-checkbox) {
  text-align: left;
}
#output .content-flex {
  align-items: center;
}
.custom-checkbox {
  width: var(--var-par-font-size);
  height: var(--var-par-font-size);
  background-color: #efefef;
  border: 1px solid #0a3a67;
  display: none;
}
.custom-checkbox.active {
  display: block;
}
.custom-checkbox.active ~ span {
  width: 80%;
  margin-left: 5%;
}
.tableItemsHeader {
  background-color: #f1f1f1;
  color: #000000;
  padding: 0.4rem;
  font-weight: 600;
}
.tableItemsHeader p > i {
  font-size: 10px;
}
#tableItemsHeader p,
#tableItemsHeader div {
  text-align: center;
}
#tableItems .table-row p {
  margin: 0;
  font-size: var(--var-par-font-size);
}
#tableItems .table-row > div:not(:first-child) {
  width: 15%;
  padding: 1.5rem 0;
}
#tableItems .table-row > div:first-child {
  width: 70%;
}
#tableItems .table-row > div:first-child > p {
  margin: 0;
  padding: 1.5rem 0;
}
#tableItems .table-row > div:first-child > p:not(:first-child),
#tableItems .table-row > div:not(:last-child) {
  border-right: 1px solid #ffffff;
}
#tableItems .table-row > div:first-child > p:last-child {
  border-right: none;
}
#tableItems .table-row > div:first-child > p:not(:first-child),
#tableItems .table-row > div {
  text-align: center;
}
#tableItems .table-row > div:first-child > p:first-child {
  width: 60%;
}
#tableItems .table-row > div:first-child > p:not(:first-child) {
  width: 20%;
}
.content-flex {
  display: flex;
}
#salesTable {
  padding: 2rem;
}
#uiTableElements {
  margin-bottom: 1rem;
}
#preSalesTable > div:first-child,
#uiTableElements > div:first-child {
  width: 72%;
}
#preSalesTable > div:last-child,
#uiTableElements > div:last-child {
  width: 28%;
}
a.button-block {
  align-items: center;
  padding: 1rem 0;
}
a.button-block > p {
  margin: 0;
}
a.button-block > i {
  font-size: 34px;
  margin-left: 4rem;
}
a.button-block > * {
  color: rgb(0, 0, 0);
  transition: all 0.3s;
}
a.button-block:hover > * {
  color: #1d5fa1;
}
.og.button {
  width: 100%;
  padding: 0.8rem 0;
  text-transform: uppercase;
  font-weight: bold;
  border: 1px solid #0a3a67;
  color: #fff;
  background-color: #0a3a67;
  margin: 1rem 0;
  transition: all 0.3s;
  border-radius: 2px;
}
.og.button,
.quick-search-block i,
.sorter {
  cursor: pointer;
}
.quick-search-block input {
  cursor: text;
}
.og.button:hover {
  background-color: #fff;
  color: #0a3a67;
}
#preSalesTable div:has(> .og.button) {
  margin-top: 1rem;
}
.quick-search input {
  border: none;
  border-bottom: 1px solid #000;
  outline: none;
  width: 100%;
  padding: 3px 0;
  font-size: 16px;
  background: transparent;
  color: #000;
  margin: 0 0.4rem 0 2rem;
  padding-left: 1rem;
}
.quick-search input::placeholder {
  color: #aaa; /* Ð¦Ð²ÐµÑ‚ Ñ‚ÐµÐºÑÑ‚Ð° Ð¿Ð»ÐµÐ¹ÑÑ…Ð¾Ð»Ð´ÐµÑ€Ð° */
  font-size: 16px; /* Ð Ð°Ð·Ð¼ÐµÑ€ ÑˆÑ€Ð¸Ñ„Ñ‚Ð° Ð¿Ð»ÐµÐ¹ÑÑ…Ð¾Ð»Ð´ÐµÑ€Ð° */
}
.quick-search-block > p {
  margin: 0;
}
.quick-search-block i {
  align-self: center;
  color: #e59a9a;
}
.custom-select {
  display: flex;
  align-items: center;
  gap: 10px;
  display: none;
}

/* Ð¡Ñ‚Ð¸Ð»Ð¸Ð·Ð°Ñ†Ð¸Ñ Ð²Ñ‹Ð±Ñ€Ð°Ð½Ð½Ð¾Ð³Ð¾ ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚Ð° */
.selected-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  background-color: #fff;
}

/* Ð˜ÐºÐ¾Ð½ÐºÐ° ÑÑ‚Ñ€ÐµÐ»ÐºÐ¸ */
.selected-option i {
  margin-left: 10px;
  font-size: 16px;
}

.custom-select .options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 12;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.custom-select .options li {
  padding: 10px 12px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.custom-select .options li:hover {
  background-color: #f0f0f0;
}

.custom-select.open .options {
  display: block;
}
@media only screen and (max-width: 991.99px) {
  #preSalesTable > div:first-child {
    width: 55%;
  }
  #preSalesTable > div:last-child {
    width: 45%;
  }
  #uiTableElements > div:first-child {
    width: 100%;
  }
  #tableItems {
    --var-par-font-size: 12px;
  }
  #tableItems .table-row > div {
    font-size: var(--var-par-font-size);
  }
  #uiTableElements {
    margin-top: 1rem;
  }
  .tableItemsHeader p > i {
    font-size: 8px;
  }
}

@media only screen and (max-width: 767.99px) {
  .tableItemsHeader > .content-flex {
    display: none !important;
  }
  .tableItemsHeader > div:nth-child(2) {
    margin-left: 60% !important;
    width: 20% !important;
  }
  .tableItemsHeader > div:nth-child(3) {
    width: 20% !important;
  }
  .quick-search > *,
  #uiTableElements .custom-select > * {
    width: 50%;
  }
  #preSalesTable {
    flex-wrap: wrap;
  }
  #uiTableElements {
    position: sticky;
    top: 128px;
    background-color: #fff;
    margin-bottom: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
    border-bottom: 1px solid #dbdbdb;
    flex-wrap: wrap;
    z-index: 10;
  }
  #uiTableElements .custom-select {
    display: block;
    width: 100% !important;
    display: flex;
    margin-top: 1rem;
  }
  #uiTableElements .custom-select div:has(> i) {
    align-items: center;
  }
  .custom-select .selected-option {
    width: 80%;
  }
  .custom-select .selected-option ~ i {
    width: 20%;
    text-align: center;
  }
  #preSalesTable > * {
    width: 100% !important;
  }
  .quick-search-block > * {
    width: 50% !important;
  }
  #preSalesTable > div:last-child {
    margin-top: 1rem;
  }
  .quick-search i {
    width: 10%;
  }
  #preSalesTable div:has(> .og.button) {
    margin-top: 0;
  }
  .quick-search input {
    border-bottom: 1px solid #dbdbdb;
    color: #dbdbdb;
  }
  .block-item:not(.skeleton) > .content-flex {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: 60% !important;
  }
  .block-item.skeleton > .content-flex:first-child {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: 60% !important;
  }
  .block-item.skeleton > .content-flex:not(:has(.long)) {
    width: 20% !important;
  }
  .block-item.skeleton > .content-flex .skeleton-shimmer.long {
    width: 100% !important;
  }
  .block-item > .content-flex > p {
    width: 100% !important;
    padding: 0.5rem !important;
    text-align: left !important;
  }
  .block-item > .content-flex p:first-child {
    grid-column: span 2;
  }
  .block-item > .content-flex p:nth-child(2) {
    grid-row: 2;
    grid-column: 1;
  }
  .block-item > .content-flex p:nth-child(3) {
    grid-row: 2;
    grid-column: 2;
  }
  .block-item.table-row {
    padding: 0.4rem 0;
  }
}
@media only screen and (max-width: 460.99px) {
  .tableItemsHeader {
    display: none;
  }
  #uiTableElements {
    top: 100px !important;
  }
  .quick-search input {
    margin: 0 !important;
    padding: 0 !important;
  }
  .med-hide {
    display: inline;
  }

  /* ÐœÐ¾Ð±Ð¸Ð»ÑŒÐ½Ð¾Ðµ Ð¼ÐµÐ½ÑŽ Ð›Ð¾Ð³Ð¾ */
  .logo-mobile {
    display: block !important;
    width: 177px !important;
    margin: 0 auto !important;
  }
  .header-mobile__top {
    justify-content: center !important;
  }

}
/* ÐšÐ½Ð¾Ð¿ÐºÐ° Ð¿Ð¾ÑÑ‚Ñ€Ð¾Ð¸Ñ‚ÑŒ Ð¼Ð°Ñ€ÑˆÑ€ÑƒÑ‚ */
.roads-btn {
  display: flex;
  margin-top: 15px;
  background-color: #1d5fa1;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.roads-btn:hover {
  background-color: #164a7e;
}

/* ÐšÐ½Ð¾Ð¿ÐºÐ° Ð½Ð°Ð²ÐµÑ€Ñ… */
#backToTop {
  position: fixed;
  bottom: 70px;
  left: 20px;
  display: none;
  z-index: 99;
  font-size: 18px;
  width: 40px;
  height: 40px;
  background-color: #164a7e;
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  transition: opacity 0.3s, transform 0.3s;
}

#backToTop:hover {
  background-color: #164a7e;
  transform: scale(1.1);
}

/* Ð‘Ð»Ð¾Ðº Ñ ÐºÑƒÐºÐ¸ */
.cookie-consent {
  /* display: flex; */
  display: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  bottom: -150px;
  left: 0;
  right: 0;
  padding: 20px;
  background: var(--backgraund);
  backdrop-filter: blur(10px);
  border-top: 1px solid #eee;
  box-shadow: 0 -2px 10px var(--shadow-color);
  transition: all 0.3s ease;
  z-index: 1001;
  animation: slideUp 0.5s forwards;
}

@keyframes slideUp {
  to {
    bottom: 0;
  }
}

.cookie-consent__content {
  flex: 1 1 100%;
  margin-bottom: 15px;
}

.cookie-consent__title {
  font-size: 1.2em;
  color: var(--text-color);
  margin: 0 0 10px;
}

.cookie-consent__text {
  margin: 0;
  color: #666;
}

.cookie-consent__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cookie-consent button {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.2s ease;
}

.btn-accept {
  background: var(--alerts-color);
  color: var(--backgraund);
}

.btn-accept:hover {
  background: var(--alerts-color);
}

.btn-settings {
  background: var(--secondary-color);
  color: var(--backgraund);
}

.btn-settings:hover {
  background: var(--secondary-color);
}

.btn-close {
  background: transparent;
  color: #999;
  margin-left: auto;
  font-size: 1.2em;
}

.btn-close:hover {
  color: #666;
}

@media (max-width: 600px) {
  .cookie-consent__actions {
    flex-direction: column;
    width: 100%;
  }

  .cookie-consent button {
    width: 100%;
    margin: 5px 0;
  }
}
/* Ð‘Ð»Ð¾Ðº Ñ ÐºÑƒÐºÐ¸ */

/* Ð˜Ð½Ñ„Ð¾ Ð±Ð»Ð¾Ðº */
.info-block {
  display: flex;
  position: relative;
  width: 100%;
  height: 60px;
  flex-direction: column;
  align-items: center;
  background: red;
  padding-top: 10px;
  color: white;
  font-size: 18px;
  z-index: 100;
}


@media only screen and (max-device-width: 480px) {
  .info-block {
    justify-content: flex-start;
    font-size: 12px;
    height: 70px;
  }
  .info-block a {
    font-size: 14px;
  }
}
