

/* Start:/bitrix/templates/premium_s1/components/bitrix/news.list/dealers/style.css?168778195313095*/
.catalog_products {
    padding-bottom: 40px;
}
.row_products {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.row_products .item_product_row {
    padding: 15px;
    flex-basis: calc(100%/4 - 15px*2);
}
.item-product__conteiner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative;
    /* width: 221px; */
    border: 1px solid #ddd;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    box-sizing: border-box;
    height: 100%;
    background-color: #EEF3F6;
}
.item-product__conteiner .item-product__img {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 130px;
    height: 170px;
    background: #8db7d8;
}


.item-product__desc {
    /* padding: 30px 20px 25px; */
    padding: 20px 20px 25px;
}
.item-product__date {
    font-size: 12px;
    color: #333;
}
.item-product__date + .item-product__title {
    margin-top: 10px;
}

.item-product__title {
    display: block;
    margin-left: 2px;
    font-family: 'Ubuntu', Arial, sans-serif;
    font-size: 1.1em;
    color: #046cc2;
    font-weight: 800;
    line-height: 1.3em;
    letter-spacing: 0.015em;
    text-decoration: none;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    -ms-transition: all .15s ease;
    transition: all .15s ease;
}
.item-product__conteiner .item-product__img picture {
    display: block;
}
.row_products a{
    text-decoration: unset;
    display: block;
    height: 100%;
}
.row_products img {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 991px){
    .item-product__conteiner .item-product__img {
        overflow: hidden;
    }
    .row_products {
        column-gap: 20px;
    }
    .row_products .item_product_row {
        flex-basis: calc(100%/3 - 15px);
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 767px){
    .item-product__conteiner .item-product__img {
        overflow: hidden;
    }
    .row_products {
        justify-content: space-between;
        column-gap: 20px;
    }
    .row_products .item_product_row {
        flex-basis: calc(100%/2 - 10px);
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 500px){
    .row_products {
        flex-direction: column;
    }
    .row_products .item_product_row {

    }
}
@media (min-width: 992px){
    .item-product__conteiner .item-product__img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .row_products {
        margin-left: -15px;
        margin-right: -15px;
    }
}



:root {
    --gray-bg: #F3F3F3;
    --base: #C94046;
    --base-second: #046CC2;
  }
  
body{
    background: var(--gray-bg, #F3F3F3) !important;
  }

  
  .pros--offer {
    margin: 40px 0 144px !important;
    background-image: linear-gradient(to right, #046cc2 0%, #046cc2 49.99%, var(--gray-bg, #F3F3F3) 50%, var(--gray-bg, #F3F3F3) 100%) !important;
  }
  .dealer-advantages__item-icon-box_img{
    width: 40px;
    height: 40px;
  }
  @media (min-width: 1200px) {
    .pros--offer {
      margin-top: 10px;
      margin-bottom: 100px;
    }
  }
  .pros--offer .subtitle {
    margin-bottom: 20px;
  }
  @media (min-width: 1200px) {
    .pros--offer .subtitle {
      font-size: 21px;
      line-height: 1.2;
      font-family: "OpenSans";
      margin-bottom: 30px;
    }
  }
  .pros--offer .pros-advantages {
    display: flex;
    gap: 30px;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
  }
  @media (max-width: 767px) {
    .pros--offer .pros-advantages {
      flex-direction: column;
    }
  }
  .pros--offer .pros-advantages__item {
    flex-basis: 50%;
  }
  .pros--offer .pros-advantages__icon-box {
    margin-bottom: 16px;
    width: 36px;
    height: 36px;
    aspect-ratio: 1;
  }
  .pros--offer .pros-advantages__icon-box svg {
    width: 100%;
    height: 100%;
  }
  .pros--offer .content .text {
    box-sizing: border-box;
  }
  @media (max-width: 767px) {
    .pros--offer .content .text {
      padding-left: 1em;
      padding-right: 1em;
    }
  }
  @media (min-width: 768px) {
    .pros--offer .content .text {
      width: 45%;
      padding-right: 2em;
    }
  }
  .pros--offer .content .items {
    padding: unset;
    box-shadow: unset;
  }
  .pros--offer .img-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .pros--offer .img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    -o-object-position: center;
       object-position: center;
  }
  
  .dealer-advantages-section {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  @media (min-width: 1200px) {
    .dealer-advantages-section {
      margin-top: 100px;
      margin-bottom: 100px;
    }
  }
  
  .dealer-advantages__title {
    text-align: center;
  }
  .dealer-advantages__items {
    font-size: 16px;
    display: flex;
    gap: 0;
    margin-top: 3em;
    flex-wrap: wrap;
  }
  .dealer-advantages__items * {
    box-sizing: border-box;
  }
  @media (min-width: 1200px) {
    .dealer-advantages__items {
      margin-top: 4em;
    }
  }
  .dealer-advantages__item {
    padding: 15px;
    flex-basis: 50%;
  }
  @media (min-width: 1200px) {
    .dealer-advantages__item {
      flex-basis: 25%;
    }
  }
  .dealer-advantages__item-icon-box {
    display: flex;
    width: 81px;
    height: 81px;
    background-color: var(--base, #C94046);
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
  }
  @media (max-width: 767px) {
    .dealer-advantages__item-icon-box {
      margin-left: auto;
      margin-right: auto;
    }
  }
  .dealer-advantages__item-icon-box svg {
    transform: translateY(-3px);
    margin: auto;
  }
  @media (max-width: 767px) {
    .dealer-advantages__item-title {
      text-align: center;
    }
  }
  
  .text-block {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  @media (min-width: 1200px) {
    .text-block {
      margin-top: 100px;
      margin-bottom: 100px;
    }
  }
  .text-block__row {
    display: flex;
    background-color: #fff;
  }
  @media (max-width: 767px) {
    .text-block__row {
      flex-wrap: wrap;
    }
  }
  .text-block__col {
    flex-basis: 100%;
    flex-grow: 1;
  }
  @media (min-width: 1200px) {
    .text-block__col {
      flex-basis: 50%;
    }
  }
  .text-block__col--text {
    padding: 1em 2em;
  }
  @media (min-width: 1200px) {
    .text-block__col--text {
      padding: 36px 50px;
    }
  }
  .text-block__col--text p {
    font-size: 16px;
    line-height: 1.3;
  }
  @media (min-width: 1200px) {
    .text-block__col--text p {
      margin: 1.5em 0;
    }
  }
  .text-block__col--img {
    flex-basis: 55%;
  }
  .text-block__col--img img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    height: 100%;
  }
  @media (min-width: 1200px) {
    .text-block__subtitle {
      margin-bottom: 35px;
    }
  }
  
  .dealer-gallery-section {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  @media (min-width: 1200px) {
    .dealer-gallery-section {
      margin-top: 100px;
      margin-bottom: 100px;
    }
  }
  
  .dealer-gallery__title {
    text-align: center;
    margin-bottom: 20px;
  }
  @media (min-width: 1200px) {
    .dealer-gallery__title {
      margin-bottom: 35px;
    }
  }
  .dealer-gallery__desc {
    font-size: 16px;
  }
  @media (min-width: 1200px) {
    .dealer-gallery__desc {
      padding-left: 15%;
      padding-right: 15%;
    }
  }
  .dealer-gallery__slider {
    --height: 200px;
  }
  @media (min-width: 768px) {
    .dealer-gallery__slider {
      --height: 300px;
    }
  }
  .dealer-gallery__slider .owl-stage {
    display: flex;
    align-items: center;
    min-height: var(--height);
  }
  .dealer-gallery__slider .owl-item {
    margin-bottom: unset;
    transition: transform 0.5s;
  }
  @media (min-width: 768px) {
    .dealer-gallery__slider .owl-item:not(.center) {
      transform: scale(0.7);
    }
  }
  .dealer-gallery__slider .owl-item.center {
    flex-grow: 1;
  }
  @media (min-width: 768px) {
    .dealer-gallery__slider .owl-item.center {
      transform: scale(1.2);
    }
  }
  .dealer-gallery__slider .owl-nav {
    top: calc(-1 * var(--height) / 2 - 20.5px);
  }
  
  .dealer-collaboration-section {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  @media (min-width: 1200px) {
    .dealer-collaboration-section {
      margin-top: 100px;
      margin-bottom: 100px;
    }
  }
  
  .dealer-collaboration__title {
    text-align: center;
    margin-bottom: 20px;
  }
  @media (min-width: 1200px) {
    .dealer-collaboration__title {
      margin-bottom: 35px;
    }
  }
  
  .regions {
    --gap: 30px;
    --space-x: 30px;
    --space-y: 35px;
    --card-width: calc(100% / 3 - var(--gap) / 2);
    display: flex;
  }
  .regions * {
    box-sizing: border-box;
  }
  @media (max-width: 767px) {
    .regions {
      flex-wrap: wrap;
      flex-direction: column;
    }
  }
  @media (max-width: 767px) {
    .regions__col {
      margin-bottom: var(--gap);
    }
  }
  .regions__col--left {
    min-width: var(--card-width);
  }
  .regions__col--left .region {
    height: 100%;
  }
  .regions__col--right {
    margin-bottom: 30px;
  }
  @media (min-width: 768px) {
    .regions__col--right {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: unset;
      margin-left: var(--gap);
      gap: 18px var(--gap);
    }
  }
  .regions__item {
    flex-basis: 100%;
  }
  @media (min-width: 1200px) {
    .regions__item {
      flex-basis: calc(50% - var(--gap) / 2);
    }
  }
  .regions__item--banner {
    flex-grow: 1;
    flex-basis: 100%;
  }
  @media (max-width: 767px) {
    .regions__item:not(:last-of-type) {
      margin-bottom: var(--gap);
    }
  }
  .regions__banner {
    height: 100%;
  }
  .regions__banner img {
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    -o-object-position: center;
       object-position: center;
  }
  
  .region {
    --currentColor: #000;
    --bg-color: transparent;
    border: 1px solid var(--currentColor);
    padding: var(--space-y) var(--space-x);
    background-color: var(--bg-color);
  }
  .region--orel {
    --currentColor: var(--base, #C94046);
  }
  .region--regions {
    --currentColor: var(--base-second, #046CC2);
  }
  .region--all {
    --currentColor: #fff;
    --bg-color: var(--base, #C94046);
    border-color: var(--bg-color);
  }
  .region--all .region__item-text {
    color: var(--currentColor);
  }
  .region__title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 37px;
    color: var(--currentColor);
  }
  .region__item {
    display: flex;
    align-items: flex-start;
    gap: 19px;
    font-size: 16px;
    line-height: 22px;
  }
  .region__item:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .region__item-icon-box {
    color: var(--currentColor);
    flex: 0 0 24px;
    display: flex;
  }
  .region__item-icon-box svg {
    margin: auto;
  }
  
  .callback--dealer-v2 {
    padding-top: unset;
  }
  @media (min-width: 1200px) {
    .callback--dealer-v2 {
      filter: unset;
    }
  }
  @media (min-width: 1200px) {
    .callback--dealer-v2:after, .callback--dealer-v2:before {
      display: none;
    }
  }
  @media (min-width: 1200px) {
    .callback--dealer-v2 .container {
      position: relative;
      padding: 2em 0;
    }
    .callback--dealer-v2 .container:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-image: url("/bitrix/templates/premium_s1/components/bitrix/news.list/dealers/./img/form-bg.jpg");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      z-index: -1;
    }
    /*.bg_true .container:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-image: url("/bitrix/templates/premium_s1/components/bitrix/news.list/dealers/./img/form-bg.jpg");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      z-index: -1;
    }*/
  }
  @media (min-width: 1200px) {
    .callback--dealer-v2 .subtitle,
  .callback--dealer-v2 .desc {
      position: relative;
    }
  }

.callback--dealer-v2.form_bg{
  padding: 0;
  overflow: hidden;
}
.callback--dealer-v2.form_bg:after{
  content: unset;
}
.form_bg_img{
    position: absolute;
    z-index: -1;
    right: -120px;
    top: 0;
    height: 100%;
    object-fit: contain;
}
.pros--offer .content .items.top{
  margin-left: 40px !important;
}
/* End */
/* /bitrix/templates/premium_s1/components/bitrix/news.list/dealers/style.css?168778195313095 */
