

/* Start:/dealers/style.css?17697591782449*/
.partners-types-section {
    padding: 0 0 40px 0;
}

.partners-type {
    height: 290px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
  
.partners-type::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
}

.partners-type__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1);
  transition: .3s ease;
}

.partners-type__title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  padding: 10px;
  text-align: center;
  color: #FFF;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3;
  text-transform: uppercase;
  z-index: 2;
}

.partners-type:hover .partners-type__image {
  transform: scale(1.1);
}

.partners-features-section {
    padding: 40px 0;
    background-image: url('/dealers/img/partners_back.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.partners-features-section .partners-features {
  margin-top: 30px;
}

.partners-features__col {
    margin-bottom: 24px;
}

.partners-feature-item {
    height: 300px;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    border-radius: 10px;
    padding: 24px;
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0px 0px 40px 0px #e4e4e4;
    color: #000;
}

.partners-feature-item__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
}

.partners-feature-item__text {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 8px;
}

.partners-feature-item__image {
    margin-left: auto;
    width: auto;
    max-width: 100%;
    height: 62px;
}

.partners-features-section .partners-docs {
  justify-content: center;
  margin-top: 16px;
}

.partners-doc-link {
  text-decoration: none;
}

.partners-doc-link img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 8px;
  transform: scale(1);
  transition: .3s ease;
}

.partners-doc-link img:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 770px) {
    .partners-types__col,
    .partners-docs__item {
      margin-bottom: 24px;
    }
}
/* End */


/* Start:/local/templates/loft/components/bitrix/breadcrumb/loft/style.min.css?1769759184601*/
.bx-breadcrumb{padding:18px 0 27px;display:flex;justify-content:start}@media (max-width:767.98px){.bx-breadcrumb{overflow:auto;flex-flow:row nowrap;white-space:nowrap}}.bx-breadcrumb-item{font-size:0}.bx-breadcrumb .bx-breadcrumb-item>i.fa:before{content:"/";display:inline-block;font-family:"Inter";font-style:normal;font-weight:300;font-size:12px;line-height:15px;margin:0 .2rem 0 .15rem;position:relative}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Inter";font-style:normal;font-weight:300;font-size:12px;line-height:15px;color:#000}.bx-breadcrumb .bx-breadcrumb-item a>span{color:#818181}
/* End */
/* /dealers/style.css?17697591782449 */
/* /local/templates/loft/components/bitrix/breadcrumb/loft/style.min.css?1769759184601 */
