@charset "UTF-8";

/* cyrillic-ext */
@font-face {
  font-family: 'PT Sans Caption';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/0FlMVP6Hrxmt7-fsUFhlFXNIlpcadw_xYS2ix0YK.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  font-display: swap;
}
/* cyrillic */
@font-face {
  font-family: 'PT Sans Caption';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/0FlMVP6Hrxmt7-fsUFhlFXNIlpcafg_xYS2ix0YK.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  font-display: swap;
}
/* latin-ext */
@font-face {
  font-family: 'PT Sans Caption';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/0FlMVP6Hrxmt7-fsUFhlFXNIlpcadA_xYS2ix0YK.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}
/* latin */
@font-face {
  font-family: 'PT Sans Caption';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/0FlMVP6Hrxmt7-fsUFhlFXNIlpcaeg_xYS2ixw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}
/* cyrillic-ext */
@font-face {
  font-family: 'PT Sans Caption';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/0FlJVP6Hrxmt7-fsUFhlFXNIlpcSwSrkQQ-v7XwDg99l.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  font-display: swap;
}
/* cyrillic */
@font-face {
  font-family: 'PT Sans Caption';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/0FlJVP6Hrxmt7-fsUFhlFXNIlpcSwSrkSA-v7XwDg99l.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  font-display: swap;
}
/* latin-ext */
@font-face {
  font-family: 'PT Sans Caption';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/0FlJVP6Hrxmt7-fsUFhlFXNIlpcSwSrkQg-v7XwDg99l.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}
/* latin */
@font-face {
  font-family: 'PT Sans Caption';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/0FlJVP6Hrxmt7-fsUFhlFXNIlpcSwSrkTA-v7XwDgw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}

@media (min-width: 1200px) {
  .col-xl-20 {
    width: 20%;
  }
}
.btn-xl {
  padding: 14px 28px 14px;
}

.btn.btn-xl {
  font-size: 16px;
}

.btn-xxl {
  padding: 20px;
}

.btn.btn-xxl {
  font-size: 18px;
}

.d-none {
  display: none !important;
}

.svg-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.svg-icon_raw {
  width: auto;
  height: auto;
}

.site-section {
  padding: 50px 0;
}
.site-section__title {
  margin-bottom: 40px;
  color: #383838;
  text-align: center;
  font-family: "PT Sans Caption";
  font-size: 40px;
  font-weight: 700;
  line-height: 120%; /* 48px */
}
@media (max-width: 960px) {
  .site-section:first-child {
    padding: 0;
  }

  .p-about-main__top:first-child {
    padding: 0 0 50px 0;
  }

  .site-section {
    padding: 35px 0;
  }
}
@media (max-width: 960px) {
  .site-section__title {
    font-size: 30px;
  }
}
@media (max-width: 360px) {
  .site-section__title {
    font-size: 20px;
  }
}

/* Дополнительные иконки */
.icon-dirt-at {
  background: none !important;
}

.icon-dirt-at:before {
  content: "AT";
  display: block;
  font-weight: bold;
  font-size: 11px;
  text-align: center;
  color: #fff;
  background-color: #fe9b00;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
}

.icon-dirt-at.icon-dirt-line {
  padding-left: 0 !important;
}

.icon-dirt-at.icon-dirt-line:before {
  display: inline-block;
}

.icon-dirt-mt {
  background: none !important;
}

.icon-dirt-mt:before {
  content: "MT";
  display: block;
  font-weight: bold;
  font-size: 11px;
  text-align: center;
  color: #fff;
  background-color: #1976d2;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
}

.icon-dirt-mt.icon-dirt-line {
  padding-left: 0 !important;
}

.icon-dirt-mt.icon-dirt-line:before {
  display: inline-block;
}

.bx_filter
  .bx_filter_input_checkbox
  .bx_filter_param_text[title="Грязь A/T"]:before {
  content: "AT";
  display: inline-block;
  font-weight: bold;
  font-size: 9px;
  text-align: center;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  line-height: 18px;
  color: #fff;
  background: #fe9b00;
  border-radius: 50%;
  position: relative;
  vertical-align: middle;
  top: -2px;
}

.bx_filter
  .bx_filter_input_checkbox
  .bx_filter_param_text[title="Грязь M/T"]:before {
  content: "MT";
  display: inline-block;
  font-weight: bold;
  font-size: 9px;
  text-align: center;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  line-height: 18px;
  color: #fff;
  background: #1976d2;
  border-radius: 50%;
  position: relative;
  vertical-align: middle;
  top: -2px;
}

.sezons.big > div div[title="Грязь A/T"] {
  background: none !important;
}

.sezons.big > div div[title="Грязь A/T"]:before {
  content: "AT";
  display: block;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background-color: #fe9b00;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  line-height: 26px;
}

.sezons.big > div div[title="Грязь M/T"] {
  background: none !important;
}

.sezons.big > div div[title="Грязь M/T"]:before {
  content: "MT";
  display: block;
  font-weight: bold;
  font-size: 11px;
  text-align: center;
  color: #fff;
  background-color: #1976d2;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  line-height: 26px;
  letter-spacing: 1px;
}

.has_sezons + h1 + .sezons {
  top: 0;
}

/* Телефоны в футере */
footer .phone .dropdown {
  text-align: left;
}

.logo-row .logo {
  width: 400px !important;
  max-width: 400px !important;
}

#headerfixed .logo-row.v2 .logo-block {
  max-width: 300px;
}

#headerfixed .logo-row .logo {
  max-width: 100% !important;
}

#headerfixed .logo-row .logo img {
  max-height: none;
}

#headerfixed .logo-row.v2 .mega-menu table td .wrap > a {
  display: block;
}

#headerfixed .logo-row.v2 .mega-menu table td .wrap > a > div {
  display: inline-block;
}

#mobileheader .mobileheader-v1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

#mobileheader .burger {
  flex: none;
}

#mobileheader .right-icons {
  /* flex: none; */
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#mobileheader .logo {
  max-width: none;
}

.header-nav-wrapper {
  height: 36px;
  display: flex;
  align-items: center;
}

.route-links {
  clear: both;
  float: none;
  display: flex;
  gap: 16px;
}

.route-links_column {
  flex-direction: column;
  align-items: flex-start;
}

.route-links_row {
  flex-direction: row;
  align-items: center;
}

.route-links__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 12px;
  border-radius: 6px;
}

.route-links__btn_2gis {
  background-color: rgba(41, 178, 74, 0.1);
}

.route-links__btn_yandex {
  background-color: rgba(249, 70, 26, 0.06);
}

.route-links__btn a {
  line-height: 0;
}

@media (max-width: 767px) {
  .route-links_row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.catalog_section_list.type_2 .item {
  padding: 17px;
}

.catalog_section_list.type_2 .item .section_info {
  display: none;
}

.catalog_section_list.type_2 .item .image {
  display: flex;
  justify-content: center;
  width: 188px;
  height: 96px;
}

@media (max-width: 639px) {
  .catalog_section_list.type_2 .item {
    padding: 2px 5px;
  }
  .catalog_section_list.type_2 .item .image {
    width: 156px;
    height: 80px;
  }
}
@media (max-width: 500px) {
  body .catalog_section_list .item_block {
    width: 100%;
  }
}
.shops.list .item .rubber > div {
  overflow: visible;
}

/* Yclients widget button */
.ms_booking {
  background-color: #ef3000;
  color: #fff;
  border-color: #ef3000;
}

.ms_booking:hover {
  background-color: #ff3c0b;
}

.ms_custom_btn {
  position: absolute;
  top: 50px;
  right: 42%;
  font-weight: 700 !important;
  line-height: 10px;
  letter-spacing: 1px;
}

.size-btn-big-banner {
  width: 264px;
  height: 75px;
}

@media (max-width: 696px) {
  .size-btn-big-banner {
    width: 178px;
    height: 51px;
  }
}

@media (max-width: 575px) {
  .size-btn-big-banner {
    width: 142px;
    height: 40px;
  }
}

@media (max-width: 410px) {
  .size-btn-big-banner {
    width: 120px;
    height: 35px;
  }
}

.ms_booking_fixed {
  display: none;
  position: fixed;
  z-index: 100;
  top: 135px;
  left: -68px;
  transform: rotate(90deg);
}

@media (max-width: 575px) {
  .ms_booking_fixed {
    left: -66px;
    padding: 4px 12px;
  }
}
.sections_wrapper .list .item:not(.section_item) .img {
  width: 150px;
  height: 150px;
}

.top_big_banners .flexslider .banner_title span {
  line-height: 1.1 !important;
  font-size: 56px;
}
.top_big_banners .flexslider .banner_text {
  margin-top: 8px;
  line-height: 1.3;
  font-size: 24px;
}
.top_big_banners .flexslider .banner_buttons {
  margin-top: 32px;
}
.top_big_banners .flexslider .banner_buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 0 32px;
  font-size: 20px;
}
.top_big_banners .flexslider .slides > li .text {
  width: 60%;
}
.top_big_banners .flexslider .slides > li .img {
  width: 40%;
}
@media (max-width: 991px) {
  .top_big_banners .flexslider .banner_title span {
    font-size: 32px !important;
  }
  .top_big_banners .flexslider .banner_text {
    font-size: 17px;
  }
}
.top_big_banners .flexslider .banner_buttons {
  margin-top: 24px;
}
.top_big_banners .flexslider .banner_buttons a {
  height: 48px;
  padding: 0 24px;
  font-size: 17px;
}
@media (max-width: 470px) {
  .top_big_banners .flexslider .banner_title span {
    font-size: 24px !important;
  }
  .top_big_banners .flexslider .banner_text {
    margin-top: 6px !important;
    font-size: 13px !important;
  }
}
.top_big_banners .flexslider .banner_buttons {
  margin-top: 20px;
}
.top_big_banners .flexslider .banner_buttons a {
  height: 40px;
  padding: 0 20px;
  font-size: 15px;
}
.top_big_banners .item:first-of-type .wr_block {
  display: none;
}

.PROMO_BLOCK .item {
  background: url("/bitrix/templates/aspro_tires2/images/promo_bg.jpg") 50% /
    cover no-repeat;
}

.footer {
  padding: 50px 0;
  background-color: #D6DDE3;
}
.footer__inner {
  background: none;
}
.footer__bottom {
  margin-top: 50px;
}

.f-top {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px 20px;
}
.f-top a {
  color: #222222 !important;
}
.f-top a:hover {
  text-decoration: underline !important;
}
.f-top__navs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px 20px;
  max-width: 820px;
}
.f-top__title {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 32px;
  color: #fff;
}
.f-top__title a,
.f-top__title span {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 959px) {
  .f-top {
    grid-template-columns: 100%;
  }
  .f-top__navs {
    order: 2;
  }
  .f-top__contacts {
    order: 1;
  }
}
@media (max-width: 810px) {
  .ms_custom_btn {
    top: 10%;
    left: 15%;
    width: 190px;
    font-size: 11px !important;
    letter-spacing: 1px;
  }
  .f-top__navs {
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(2, auto);
  }
}

@media (max-width: 410px) {
  .ms_custom_btn {
    top: 6%;
    left: 9%;
    width: 190px;
    font-size: 11px !important;
    letter-spacing: 1px;
  }
}

@media (max-width: 639px) {
  .f-top__navs {
    grid-template-columns: 100%;
    grid-template-rows: auto;
  }
}

.f-list__item {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0;
}
.f-list__item + .f-list__item {
  margin-top: 16px;
}
.f-list__item:before {
  content: normal;
}

.f-contact__item + .f-contact__item {
  margin-top: 24px;
}
.f-contact__phone {
  margin-bottom: 6px;
}
.f-contact__phone a {
  font: bold 16px/1 "PT Sans Caption";
}
.f-contact__desc {
  color: #22222299;
}

.f-bottom * {
  color: #22222299 !important;
}
.f-bottom__info {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
}
.f-bottom__info a {
  text-decoration: underline;
}
.f-bottom__info a:hover {
  text-decoration: none;
}
.btn.btn-default.footer-contact-btn {
  margin-top: 20px;
  display: flex;
  align-items: center;
  max-width: fit-content;
  background-color: #FF2413;
  border-color: #FF2413;
  gap: 10px;
  transition: all .2s linear;
}
.footer-contact-btn span {
  font-size: 14px;
  color: white;
  font-weight: 700;
  transition: all .2s linear;
}
.btn.btn-default.footer-contact-btn svg path {
  transition: all .2s linear;
}
.btn.btn-default.footer-contact-btn:hover {
  text-decoration: none !important;
  background-color: #FFFFFF;
}
.btn.btn-default.footer-contact-btn:hover span {
  color: #FF2413;
}
.btn.btn-default.footer-contact-btn:hover svg path {
  fill: #FF2413;
}
#bx-soa-properties .form-group-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 24px;
}
@media (max-width: 639px) {
  #bx-soa-properties .form-group-container {
    grid-template-columns: 100%;
  }
}

#bx-soa-order.orderform--v1 .bx-soa-pp-company-description {
  color: #fe5252;
}

.bx-soa-pp-company-toggle {
  margin-bottom: 20px;
  padding-left: 33px;
}
.bx-soa-pp-company-toggle .bx-soa-pp-company-smalltitle {
  display: inline-block !important;
  position: relative;
  padding-right: 20px !important;
}
.bx-soa-pp-company-toggle .bx-soa-pp-company-smalltitle:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 9px;
  height: 7px;
  background: url(/bitrix/templates/aspro_tires2/images/svg/arrow-down.svg) 0 0
    no-repeat;
  transform: translateY(-50%);
  transition: transform ease-in-out 0.25s;
}
.bx-soa-pp-company-toggle.active .bx-soa-pp-company-smalltitle:after {
  transform: translateY(-50%) rotateX(180deg);
}

.bx-soa-pp-company-wrapper {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  height: 0;
  transition: all ease-in-out 0.25s;
}
.bx-soa-pp-company-wrapper.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.section-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 12px 24px;
  margin-bottom: 35px;
}
.section-tags__item {
  white-space: nowrap;
}
.section-tags__item a {
  white-space: normal;
}

.sezons,
.catalog_item .image_wrapper_block .tires_props {
  top: 0;
}

.catalog_section_list [data-section-code=""],
.catalog_section_list [data-section-code="bf_goodrich"],
.catalog_section_list [data-section-code="blacklion"],
.catalog_section_list [data-section-code="boto"],
.catalog_section_list [data-section-code="charmhoo"],
.catalog_section_list [data-section-code="continental"],
.catalog_section_list [data-section-code="forward"],
.catalog_section_list [data-section-code="powertrac"],
.catalog_section_list [data-section-code="streamstone"],
.catalog_section_list [data-section-code="tracmax"],
.catalog_section_list [data-section-code="annaite"] {
  display: none;
}

.menu-row
  .mega-menu
  table
  td.wide_menu
  > .wrap
  > .dropdown-menu
  .double_menu.right
  li:not(.has_img) {
  display: none;
}
.map__points i {
  font-style: normal;
}

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

.smartfilter__custom {
  position: relative;
  z-index: 1;
}

.smartfilter__custom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  transition: all 0.15s linear;
}
.smartfilter__custom_active.smartfilter__custom::before {
  opacity: 0.5;
  z-index: 2;
}

.bx_filter_button_box.active {
  position: relative;
  z-index: 2;
}
.bx_filter_parameters_box {
  position: relative;
}

@media screen and (max-width: 630px) {
  .services .item {
    display: flex !important;
    flex-direction: column;
  }
}

@media screen and (max-width: 1200px) {
  .main_item_wrapper .buy_block .counter_wrapp .button_block,
  .main_item_wrapper .buy_block .counter_wrapp .button_block .btn {
    width: 100%;
  }
}





.car_select_block.car {
  position: relative;
}
  div.car_select_block {
  max-width: 100%;
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  vertical-align: top;
  cursor: pointer;
}
div.car_select_block:hover .car_select_input_trigger {
  background: #e3e3e3;
  border-radius: 5px;
}
input.car_select_input {
  height: 32px;
  border: 1px solid #eeeeee;
  background: #f7f7f7;
  border-color: #eeeeee;
  color: #333;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0 36px 0 10px;
  width: 100%;
  border-radius: 5px;
}
div.car_select_input_trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 32px;
  cursor: pointer;
  border: 1px solid #f0f0f0;
  background: #fff;
  text-align: center;
  line-height: 36px;
  border-radius: 5px;
}
div.car_select_block.opened .car_select_input_trigger {
  background: #e3e3e3;
}

div.car_select_input_trigger::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -5px;
  left: 0;
  width: 7px;
  height: 4px;
  color: #333;
  background: url('/bitrix/templates/aspro_tires2/images/arrows.png') -1px -174px no-repeat;
}


input.car_select_input:focus {
  outline: none;
}	

ul > li.ik_select_option {
display: block;
}

ul > li.ik_select_option.hidden_list_item {
  display: none;
  position: relative;
}



.flexslider.top_big_banners .slides {
  transform: none !important;
  width: 100% !important;
  transition: none !important;
}

.flexslider.top_big_banners .slides li {
  width: 100% !important;
  margin: 0 !important;
  opacity: 1 !important;
  display: block !important;
}

.top_big_banners .flex-direction-nav,
.top_big_banners .flex-control-nav {
  display: none !important;
}