

/* Start:/local/templates/motomoto74.ru_v2_2026/components/bitrix/news/routs/style.css?177450075775*/
html, body {
  overflow: initial;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/motomoto74.ru_v2_2026/components/bitrix/breadcrumb/breadcrumbs/style.min.css?1720061865467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/local/templates/motomoto74.ru_v2_2026/components/bitrix/news.list/routs/style.css?17745007579178*/
/*
@media screen and (max-width: 1279px) {
      font-size: 23px;
  }
*/
@media screen and (max-width: 749px) {
  body #panel {
    display: none;
  }
}

.routs {
  width: 100%;
  background: url(/local/templates/motomoto74.ru_v2_2026/components/bitrix/news.list/routs/images/background/bg_desctop.png) no-repeat top center/cover;
  padding-top: 13rem;
  margin-top: -13rem;
  padding-bottom: 16rem;
}
@media screen and (max-width: 749px) {
  .routs {
    background: url(/local/templates/motomoto74.ru_v2_2026/components/bitrix/news.list/routs/images/background/bg_mob01.jpg) no-repeat top center/cover;
    padding-top: 27rem;
    padding-bottom: 7rem;
  }
}
.routs.not-index-page {
  position: relative;
  padding-top: 15rem;
  margin-top: 0;
}
@media screen and (max-width: 749px) {
  .routs.not-index-page {
    padding-top: 27rem;
  }
}
@media screen and (max-width: 999px) {
  .routs__index-page {
    margin-top: 0;
    padding-top: 0;
  }
}
.routs__index-page .routs__container {
  padding-top: 9rem;
}
.routs__index-page .routs__container h1, .routs__index-page .routs__container h2 {
  font-size: clamp(3.2rem, 6vw, 4rem);
}
@media screen and (max-width: 999px) {
  .routs__index-page .routs__item {
    min-width: 34rem;
  }
}
.routs__container {
  max-width: 162rem;
  width: 100%;
  margin: 0 auto;
  padding-left: clamp(2rem, 4vw, 4rem);
  padding-right: clamp(2rem, 4vw, 4rem);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 1279px) {
  .routs__container {
    align-items: center;
    padding-left: clamp(2rem, 4vw, 4rem);
    padding-right: clamp(2rem, 4vw, 4rem);
  }
}
@media screen and (max-width: 749px) {
  .routs__container {
    align-items: center;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
}
.routs__container .breadcrumbs {
  margin-right: auto;
}
.routs__container h1, .routs__container h2 {
  text-align: center;
  color: #000;
  font-family: "Panton", sans-serif;
  font-size: clamp(4rem, 10vw, 7.2rem);
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  margin-right: auto;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1279px) {
  .routs__container h1, .routs__container h2 {
    text-align: center;
  }
}
@media screen and (max-width: 749px) {
  .routs__container h1, .routs__container h2 {
    display: none;
  }
}
.routs__container h1.routs__title_mob, .routs__container h2.routs__title_mob {
  font-size: clamp(3.6rem, 8vw, 6rem);
  display: none;
  margin: 0 0 3rem 0;
}
@media screen and (max-width: 749px) {
  .routs__container h1.routs__title_mob, .routs__container h2.routs__title_mob {
    display: block;
  }
}
.routs__box {
  max-width: 105rem;
  width: 100%;
}
.routs__list {
  width: 100%;
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(2, minmax(40rem, 51.6rem));
  gap: 1.5rem;
}
@media screen and (max-width: 1279px) {
  .routs__list {
    width: 100%;
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(2, minmax(15rem, 60rem));
    gap: 1rem;
    justify-content: center;
  }
}
@media screen and (max-width: 749px) {
  .routs__list {
    grid-template-columns: repeat(1, minmax(29rem, 60rem));
  }
}
.routs__item {
  display: flex;
  padding: 4rem 2.6rem 2rem 1.5rem;
  border-radius: 3rem;
  background: rgba(9, 12, 19, 0.5);
  -webkit-backdrop-filter: blur(0.5rem);
  backdrop-filter: blur(0.5rem);
  transition: 0.3s linear;
  max-width: 51.6rem;
  min-width: 40rem;
  width: 100%;
  height: 22.5rem;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .routs__item {
    background: rgba(9, 12, 19, 0.9);
    -webkit-backdrop-filter: blur(0.5rem);
    backdrop-filter: blur(0.5rem);
    transition: 0.3s linear;
    max-width: 60rem;
    min-width: 36rem;
    height: 14rem;
    padding: 1.5rem 2rem 2rem 1.3rem;
  }
}
.routs__item_link {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 10;
}
@media screen and (max-width: 749px) {
  .routs__item {
    min-width: 29rem;
  }
}
.routs__item_all {
  position: relative;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.routs__item_all > a {
  position: absolute;
  inset: 0;
}
.routs__item_all p {
  color: #EDB630 !important;
  font-family: "Panton", sans-serif;
  font-size: clamp(2.8rem, 6vw, 3.5rem);
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
  height: max-content;
  margin: 0;
}
.routs__item:hover {
  background: rgba(9, 12, 19, 0.9);
  -webkit-backdrop-filter: blur(0.5rem);
  backdrop-filter: blur(0.5rem);
  transition: 0.3s linear;
}
.routs__item:hover .routs__description {
  opacity: 1;
  transition: 0.3s linear;
}

.maps {
  display: inline-block;
  position: relative;
  margin-right: 2.4rem;
  height: 12rem;
}
@media screen and (max-width: 1279px) {
  .maps {
    margin-right: 1.3rem;
    width: 9.5rem;
    height: 8.5rem;
  }
  .maps svg {
    width: 100%;
    height: 100%;
  }
}

.dt::before {
  position: absolute;
  content: attr(data-title);
  top: 38%;
  transform: translateY(-50%);
  left: 30%;
  color: #fff;
  font-family: "Panton", sans-serif;
  font-size: clamp(2.8rem, 6vw, 3.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 1279px) {
  .dt::before {
    font-size: 2.5rem;
    font-weight: 900;
    top: 40%;
    left: 33%;
  }
}
@media screen and (max-width: 1279px) {
  .dt::before {
    top: 42%;
    left: 28%;
  }
}

.routs__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1279px) {
  .routs__text {
    width: 100%;
  }
}
.routs__text h3::first-line {
  color: #fff !important;
  font-family: "Panton", sans-serif;
  font-size: clamp(3.2rem, 7vw, 4rem);
  font-style: normal;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
  line-height: 3.6rem;
}
@media screen and (max-width: 1279px) {
  .routs__text h3::first-line {
    font-size: 2.5rem;
    font-weight: 900;
  }
}
@media screen and (max-width: 749px) {
  .routs__text h3::first-line {
    line-height: 3rem;
  }
}
.routs__text h3 {
  display: inline-block;
  color: #fff !important;
  font-family: "Panton", sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3rem;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 1279px) {
  .routs__text h3 {
    font-size: 2.5rem;
    font-weight: 900;
  }
}
@media screen and (max-width: 749px) {
  .routs__text h3 {
    line-height: 1.8rem;
  }
}
.routs__text span {
  display: inline-block;
  color: #A7B4BB;
  font-family: "Gilroy", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1279px) {
  .routs__text span {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 749px) {
  .routs__text span {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}
.routs__text .routs__description {
  opacity: 0;
  text-align: end;
}
@media screen and (max-width: 1279px) {
  .routs__text .routs__description {
    opacity: 1;
  }
}
.routs__text a {
  position: relative;
  display: inline-flex;
  align-self: end;
  padding-left: 6rem;
  padding-right: 6rem;
  color: #E8AD36;
  font-family: "Gilroy", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 1279px) {
  .routs__text a {
    text-transform: lowercase;
    border: 0.2rem solid transparent;
    background: transparent;
    font-size: 1.4rem;
    padding-left: 0.5rem;
    padding-right: 2rem;
    min-width: 9.2rem;
    line-height: 2.5rem;
    height: 2.5rem;
  }
}
.routs__text a::after {
  position: absolute;
  content: "";
  top: 54%;
  transform: translateY(-50%);
  right: 1.9rem;
  width: 1.2rem;
  height: 2rem;
  background: url("/local/templates/motomoto74.ru_v2_2026/components/bitrix/news.list/routs/images/arr/arr_right.svg") no-repeat center/contain;
}
@media screen and (max-width: 1279px) {
  .routs__text a::after {
    width: 0.5rem;
    height: 0.8rem;
    right: 0.5rem;
  }
}
.routs__text a:hover {
  border-radius: 2.45rem;
  border: 0.2rem solid #E8AD36;
  background: rgba(24, 25, 30, 0.95);
  box-shadow: 0 0.2rem 1.5rem rgba(232, 173, 54, 0.5);
  -webkit-backdrop-filter: blur(0.5rem);
  backdrop-filter: blur(0.2rem);
}
@media screen and (max-width: 1279px) {
  .routs__text a:hover {
    border: none;
  }
}
@media screen and (max-width: 1440px) {
  .routs__text .btn {
    max-width: 18rem;
  }
}
@media screen and (max-width: 1279px) {
  .routs__text .btn {
    border: none;
  }
}
@media screen and (max-width: 1279px) {
  .routs__text .btn:hover {
    border-radius: 0;
    background: transparent !important;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-color: transparent !important;
    color: #E8AD36 !important;
  }
}

.routs__item:last-of-type .routs__text h2 {
  line-height: 2.6rem;
}

html {
  font-size: 0.5208333333vw !important;
}

@media (max-width: 992px) {
  html {
    font-size: 1.3020833333vw !important;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 1.7361111111vw !important;
  }
}
@media (max-width: 576px) {
  html {
    font-size: 2.6666666667vw !important;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/motomoto74.ru_v2_2026/components/bitrix/news/routs/style.css?177450075775 */
/* /local/templates/motomoto74.ru_v2_2026/components/bitrix/breadcrumb/breadcrumbs/style.min.css?1720061865467 */
/* /local/templates/motomoto74.ru_v2_2026/components/bitrix/news.list/routs/style.css?17745007579178 */
