

/* Start:/local/templates/.default/assets/bx-styles/benefits.css?17473842456098*/
.main .benefits {
  padding-top: 30px;
  padding-bottom: 50px
}
.main .benefits__title {
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 40px
}
.main .benefits__wrap {
  position: relative;
  height: 240px
}
.main .benefits__item {
  position: absolute;
  width: 100%;
  max-width: 245px;
  height: 80px;
  padding: 10px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #ebebea;
  color: #3d485a
}
.main .benefits__item::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #3d485a
}
.main .benefits__item:nth-child(1) {
  max-width: 270px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #3d485a;
  color: #fff
}
.main .benefits__item:nth-child(1)::after {
  display: none
}
.main .benefits__item:nth-child(2) {
  top: 45px;
  left: 80px
}
.main .benefits__item:nth-child(2)::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 49.4%;
  width: 235px;
  height: 20px;
  background-image: url(/local/templates/.default/assets/bx-styles/../img/content/benefits/arrow-left.png);
  background-repeat: no-repeat;
  background-size: 235px 20px;
  background-position: center
}
.main .benefits__item:nth-child(3) {
  top: 45px;
  right: 80px
}
.main .benefits__item:nth-child(3)::before {
  content: "";
  position: absolute;
  top: -25px;
  right: 49.5%;
  width: 234px;
  height: 20px;
  background-image: url(/local/templates/.default/assets/bx-styles/../img/content/benefits/arrow-right.png);
  background-repeat: no-repeat;
  background-size: 234px 20px;
  background-position: center
}
.main .benefits__item:nth-child(4) {
  bottom: 20px;
  left: 270px
}
.main .benefits__item:nth-child(4)::after {
  top: 11px;
  left: auto;
  right: -5px;
  transform: none
}
.main .benefits__item:nth-child(4)::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -40px;
  width: 40px;
  height: 78px;
  background-image: url(/local/templates/.default/assets/bx-styles/../img/content/benefits/arrow-down-left.png);
  background-repeat: no-repeat;
  background-size: 40px 78px;
  background-position: center
}
.main .benefits__item:nth-child(5) {
  bottom: 20px;
  right: 270px
}
.main .benefits__item:nth-child(5)::after {
  top: 11px;
  left: -5px;
  transform: none
}
.main .benefits__item:nth-child(5)::before {
  content: "";
  position: absolute;
  top: -60px;
  left: -40px;
  width: 40px;
  height: 78px;
  background-image: url(/local/templates/.default/assets/bx-styles/../img/content/benefits/arrow-down-right.png);
  background-repeat: no-repeat;
  background-size: 40px 78px;
  background-position: center
}
.main .benefits__item-title {
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 5px
}
.main .benefits__item-text {
  font-size: 15px;
  line-height: 14px
}
.main .benefits__inner {
  padding-top: 30px;
  margin-top: 80px;
  border-top: 1px solid #f0efef;
  display: flex;
  justify-content: space-between
}
.main .benefits__inner-title {
  width: 100%;
  max-width: 360px;
  margin-right: 40px;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase
}
.main .benefits__inner-title span {
  font-weight: 700
}
.main .benefits__list {
  width: 100%;
  max-width: 740px
}
.main .benefits__row {
  display: flex;
  align-items: center;
  padding: 20px 10px;
  border-bottom: 1px solid #f0efef
}
.main .benefits__numb {
  width: 40px;
  min-width: 40px;
  height: 30px;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  color: #b1bdc0;
  margin-right: 10px
}
.main .benefits__row-content {
  padding-left: 15px;
  border-left: 1px solid #b1bdc0
}
.main .benefits__row-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #3d485a;
  margin-bottom: 5px
}
@media (max-width:1200px) {
  .main .benefits__item:nth-child(2) {
    left: 40px
  }
  .main .benefits__item:nth-child(2)::before {
    display: none
  }
  .main .benefits__item:nth-child(3) {
    right: 40px
  }
  .main .benefits__item:nth-child(3)::before {
    display: none
  }
  .main .benefits__item:nth-child(4) {
    left: 120px
  }
  .main .benefits__item:nth-child(4)::after {
    top: -5px;
    left: 50%;
    transform: translateX(-50%)
  }
  .main .benefits__item:nth-child(4)::before {
    display: none
  }
  .main .benefits__item:nth-child(5) {
    right: 120px
  }
  .main .benefits__item:nth-child(5)::after {
    top: -5px;
    left: 50%;
    transform: translateX(-50%)
  }
  .main .benefits__item:nth-child(5)::before {
    display: none
  }
}
@media (max-width:991px) {
  .main .benefits__title {
    font-size: 20px
  }
  .main .benefits__wrap {
    position: static;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: auto
  }
  .main .benefits__item {
    position: relative;
    max-width: initial;
    height: auto;
    transform: none
  }
  .main .benefits__item:nth-child(1) {
    position: static;
    max-width: initial;
    transform: none
  }
  .main .benefits__item:nth-child(2) {
    top: auto;
    left: auto
  }
  .main .benefits__item:nth-child(3) {
    top: auto;
    right: auto
  }
  .main .benefits__item:nth-child(4) {
    bottom: auto;
    left: auto
  }
  .main .benefits__item:nth-child(5) {
    bottom: auto;
    right: auto
  }
  .main .benefits__inner {
    flex-direction: column
  }
  .main .benefits__inner-title {
    max-width: initial;
    font-size: 20px;
    margin: 0 0 20px
  }
  .main .benefits__list {
    max-width: initial
  }
}
@media (max-width:767px) {
  .main .benefits {
    padding-top: 20px;
    padding-bottom: 30px
  }
  .main .benefits__title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px
  }
  .main .benefits__inner {
    padding-top: 20px;
    margin-top: 50px
  }
  .main .benefits__inner-title {
    font-size: 18px;
    line-height: 24px;
    margin: 0
  }
  .main .benefits__row {
    flex-direction: column;
    align-items: start;
    padding: 20px 0
  }
  .main .benefits__numb {
    margin: 0 0 10px
  }
}
/* End */


/* Start:/local/templates/.default/assets/bx-styles/feedback.css?1745852115902*/
.feedback {
  padding: 60px 0 30px
}
.feedback_sm-indent {
  padding-top: 40px
}
.feedback__content {
  padding: 30px;
  background-color: #f8f8f8
}
.feedback__content_b-indent {
  margin-bottom: 20px
}
.feedback__title,
.feedback__title.title {
  font-size: 26px;
  font-family: "Helvetica Now Display",sans-serif;
  line-height: 1.5;
  margin-bottom: 20px
}
.feedback__title span,
.feedback__title.title span {
  font-size: 26px;
  font-weight: 400;
  line-height: 25.87px;
  color: #0b64a3;
  text-transform: initial
}
.feedback__text {
  font-family: "Helvetica Now Display",sans-serif;
  margin-bottom: 8px;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  color: rgba(49,50,51,.5)
}
@media (max-width:767px) {
  .feedback_sm-indent {
    padding-top: 20px
  }
  .feedback__content {
    padding: 30px 15px
  }
  .feedback__title,
  .feedback__title.title {
    font-size: 26px
  }
}

/* End */


/* Start:/local/templates/.default/assets/bx-styles/car-peculiarities.css?17123307752641*/
.car-peculiarities {
  padding: 45px 0 20px
}
.car-peculiarities__title.title {
  margin-bottom: 23px
}
.car-peculiarities__content {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 20px
}
.car-peculiarities__item {
  background-color: #f8f8f8
}
.car-peculiarities__item_active .car-peculiarities__item-arrow {
  background-color: #313233
}
.car-peculiarities__item_active .car-peculiarities__item-arrow span:nth-child(2) {
  opacity: 0
}
.car-peculiarities__item:not(:last-child) {
  margin-bottom: 20px
}
.car-peculiarities__item-heading {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer
}
.car-peculiarities__item-arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #0b64a3;
  flex-shrink: 0;
  margin-left: 20px;
  position: relative;
  transition: .3s linear
}
.car-peculiarities__item-arrow span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 16px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
  transition: .3s linear
}
.car-peculiarities__item-arrow span:nth-child(2) {
  width: 2px;
  height: 16px
}
.car-peculiarities__item-dropdown {
  display: none;
  padding: 0 20px 20px
}
.car-peculiarities__item-dropdown p {
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: .042em
}
.car-peculiarities__item-dropdown p:not(:last-child) {
  margin-bottom: 11px
}
.car-peculiarities__item-list.car-peculiarities__item-list {
  padding-left: 12px
}
.car-peculiarities__item-list.car-peculiarities__item-list li {
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: .042em;
  position: relative
}
.car-peculiarities__item-list.car-peculiarities__item-list li::before {
  content: '';
  position: absolute;
  top: 6px;
  left: -12px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #b1b1b1
}
.car-peculiarities__item-list.car-peculiarities__item-list li:not(:last-child) {
  margin-bottom: 11px
}
@media (max-width:991px) {
  .car-peculiarities__content {
    grid-gap: 10px
  }
  .car-peculiarities__item:not(:last-child) {
    margin-bottom: 10px
  }
}
@media (max-width:767px) {
  .car-peculiarities {
    padding: 30px 0
  }
  .car-peculiarities__title.title {
    margin-bottom: 20px
  }
  .car-peculiarities__content {
    grid-template-columns: repeat(1,1fr)
  }
  .car-peculiarities__item-heading {
    padding: 15px
  }
  .car-peculiarities__item-title.title {
    font-size: 16px
  }
  .car-peculiarities__item-arrow {
    width: 32px;
    height: 32px
  }
  .car-peculiarities__item-dropdown {
    padding: 0 15px 15px
  }
}
/* End */


/* Start:/local/templates/.default/assets/bx-styles/title.css?1732714232501*/
.title {
  font-size: 60px;
  font-weight: 700
}
.title_2 {
  font-size: 32px;
  text-transform: uppercase
}
.title_3 {
  font-size: 20px
}
.title_4 {
  font-size: 28px
}
.title_sm {
  font-size: 32px;
  font-weight: 700;
  line-height: 47px
}
@media (max-width:767px) {
  .title {
    font-size: 40px
  }
  .title_2 {
    font-size: 32px;
    line-height: 1.5
  }
  .title_3 {
    font-size: 20px
  }
  .title_4 {
    font-size: 22px
  }
  .title_sm {
    font-size: 20px;
    line-height: 29px
  }
}
/* End */


/* Start:/local/templates/.default/assets/bx-styles/car-hero.css?17522490704428*/
.car-hero {
  position: relative;
  z-index: 1
}
.car-hero__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}
.car-hero__content {
  display: flex;
  flex-direction: column;
  min-height: 720px;
  padding: 49px 0
}
.car-hero__content_center {
  min-height: 640px;
  padding: 70px 0;
  align-items: center;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
  color: #000
}
.car-hero__content_center .car-hero__title.title {
  font-size: 40px;
  line-height: 120%;
  margin-bottom: 24px
}
.car-hero__content_center .car-hero__button {
  padding: 0 27px;
  margin-bottom: 24px;
  border-radius: 4px
}
.car-hero__content_center .car-hero__description {
  max-width: initial;
  margin-bottom: 0
}
.car-hero__content_center .car-hero__description p {
  font-size: 24px
}
.car-hero__group {
  color: #000;
  margin-bottom: 37px
}
.car-hero__title.title {
  font-weight: 500;
  margin-bottom: 2px
}
.car-hero__price {
  font-size: 32px;
  font-weight: 500
}
.car-hero__description {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 32px;
  max-width: 360px
}
.car-hero__description p {
  font-size: 16px;
  font-weight: 400;
  line-height: 130%
}
.car-hero__description h4 {
  padding: 16px!important;
  font-size: 20px;
  font-weight: 400;
  background-color: #26d17c;
  color: #fff;
  border-radius: 5px
}
.car-hero__description h4 span {
  font-size: 27px;
  font-weight: 500;
  color: #fff
}
.car-hero__description_sm {
  margin-top: auto;
  margin-bottom: 0;
  color: #fff
}
.car-hero__description_sm p {
  font-size: 14px;
  font-weight: 550;
  line-height: 20px
}
.car-hero__caption {
  max-width: 470px;
  margin-bottom: 20px!important;
  font-size: 60px;
  font-weight: 700;
  line-height: 68px;
  color: #09dcf8;
  text-transform: uppercase
}
.car-hero__caption span {
  color: #fff
}
.car-hero__header {
  max-width: 435px;
  margin-bottom: 16px;
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
  color: #fff
}
.car-hero__header span {
  color: #09dcf8
}
.car-hero__button_sm {
  max-width: 322px;
  margin-bottom: 10px
}
.car-hero_contact .car-hero__title.title {
  margin-top: auto;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 4px 10px rgba(0,0,0,.8)
}
@media (max-width:1200px) {
  .car-hero__description h4 {
    font-size: 16px;
    width: -moz-fit-content;
    width: fit-content
  }
  .car-hero__description h4 span {
    font-size: 20px
  }
}
@media (max-width:1199px) {
  .car-hero__content {
    min-height: 540px
  }
  .car-hero__caption {
    font-size: 50px;
    line-height: 58px
  }
  .car-hero__header {
    font-size: 24px;
    line-height: 30x
  }
}
@media (max-width:991px) {
  .car-hero__content {
    min-height: 400px
  }
  .car-hero__content_center .car-hero__title.title {
    font-size: 32px
  }
}
@media (max-width:767px) {
  .car-hero__img {
    position: static;
    height: 240px
  }
  .car-hero__img img {
    -o-object-position: 80%;
    object-position: 80%
  }
  .car-hero__img_services {
    position: static;
    height: 250px
  }
  .car-hero__img_services img {
    -o-object-position: initial;
    object-position: initial
  }
  .car-hero__content {
    min-height: auto;
    padding: 26px 0 40px
  }
  .car-hero__content_center .car-hero__title.title {
    font-size: 24px;
    margin-bottom: 16px
  }
  .car-hero__content_center .car-hero__button {
    margin-bottom: 16px
  }
  .car-hero__content_center .car-hero__description p {
    font-size: 16px;
    line-height: 120%
  }
  .car-hero__group {
    margin-bottom: 22px
  }
  .car-hero__title.title {
    margin-bottom: 0
  }
  .car-hero__price {
    font-size: 24px
  }
  .car-hero__description {
    max-width: none;
    font-size: 16px;
    margin-bottom: 20px
  }
  .car-hero__description_sm {
    margin-bottom: 0;
    color: #000
  }
  .car-hero__caption {
    max-width: none;
    margin-bottom: 10px!important;
    font-size: 36px;
    line-height: 42px
  }
  .car-hero__caption span {
    color: #313233
  }
  .car-hero__header {
    max-width: 600px;
    font-size: 18px;
    line-height: 24px;
    color: #313233
  }
  .car-hero__button_sm {
    max-width: none
  }
  .car-hero_contact .car-hero__title.title {
    color: #313233;
    text-shadow: none;
    margin: 0
  }
  .car-hero_contact .car-hero__content {
    padding: 20px 0 10px
  }
}
@media (max-width:575px) {
  .car-hero__img_services {
    height: 120px
  }
}

/* End */


/* Start:/local/templates/.default/assets/bx-styles/button.css?17522437161468*/
.cookies .button,
.main .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 80px;
  border: none;
  background-color: #072e66;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  transition: .3s linear;
  text-decoration: none;
  position: relative;
  cursor: pointer
}
.cookies .button svg,
.main .button svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-left: 10px
}
.cookies .button_border,
.main .button_border {
  background-color: transparent;
  color: #313233;
  border: 1px solid #313233
}
.cookies .button_border-blue,
.main .button_border-blue {
  background-color: transparent;
  color: #072e66;
  border: 1px solid #072e66
}
.cookies .button_blue,
.main .button_blue {
  background: #0b64a3
}
.cookies .button_bluedark,
.main .button_bluedark {
  background: #072e66!important;
  border: 0!important;
  box-shadow: none;
  border-radius: 4px;
  color: #fff!important
}
.cookies .button_bluedark:hover,
.main .button_bluedark:hover {
  background: #2260b3!important
}
.cookies .button_bluedark:disabled,
.main .button_bluedark:disabled {
  background: rgba(34,96,179,.3)!important
}
.cookies .button_orange,
.main .button_orange {
  background-color: #ff9e35
}
.cookies .button_helveticand,
.main .button_helveticand {
  font-family: "Helvetica Now Display",sans-serif
}
@media (max-width:767px) {
  .cookies .button,
  .main .button {
    width: 100%;
    padding: 0 20px
  }
}
/* End */


/* Start:/local/templates/.default/assets/bx-styles/contract-benefits.css?17473842452479*/
.main .contract-benefits {
  padding: 30px 0 50px
}
.main .contract-benefits__title {
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px
}
.main .contract-benefits__title span {
  display: block;
  font-weight: 400
}
.main .contract-benefits__text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px
}
.main .contract-benefits__text a {
  color: #0b64a3;
  text-decoration: underline
}
.main .contract-benefits__row {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -5px 0
}
.main .contract-benefits__column {
  width: calc(25% - 10px);
  margin: 10px 5px 0
}
.main .contract-benefits__head {
  padding: 20px 10px;
  border-radius: 4px;
  background-color: #66696e
}
.main .contract-benefits__head_blue {
  background-color: #072e66
}
.main .contract-benefits__head_gradient {
  position: relative;
  background: radial-gradient(79.7% 507.24% at 75.63% 22.73%,#5cbec5 0,#548ac3 45.88%,#78227f 70%,#262a56 100%)
}
.main .contract-benefits__head_gradient::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(7,46,102,.7);
  z-index: 0;
  border-radius: 4px
}
.main .contract-benefits__head-title {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;
  text-transform: uppercase;
  position: relative;
  z-index: 1
}
.main .contract-benefits__content {
  padding: 5px 15px;
  border-radius: 0 4px 4px 0;
  background-color: #f4f4f4
}
.main .contract-benefits__item {
  display: flex;
  align-items: start;
  padding: 15px 0;
  color: #3d485a
}
.main .contract-benefits__item_green {
  color: #2bb961
}
.main .contract-benefits__item_red {
  color: #eb5751
}
.main .contract-benefits__item-icon {
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-right: 17px
}
.main .contract-benefits__item-text span {
  display: block;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 2px;
  line-height: 15px
}
.main .contract-benefits__item-text p {
  font-size: 12px;
  line-height: 15px
}
@media (max-width:991px) {
  .main .contract-benefits__title {
    font-size: 20px
  }
  .main .contract-benefits__column {
    width: calc(50% - 10px)
  }
}
@media (max-width:767px) {
  .main .contract-benefits__title {
    font-size: 18px;
    line-height: 20px
  }
}
@media (max-width:600px) {
  .main .contract-benefits__row {
    margin: -10px 0 0
  }
  .main .contract-benefits__column {
    width: 100%;
    margin: 10px 0 0
  }
}
/* End */


/* Start:/local/templates/.default/assets/bx-styles/contract-details.css?17486140232552*/
.main .contract-details {
  padding: 30px 0 50px
}
.main .contract-details__inner {
  position: relative;
  display: flex;
  background: linear-gradient(270.56deg,#d0e5ee 30.46%,#f9f6e9 100%);
  padding: 20px;
  border-radius: 4px;
  border: 1px solid rgba(61,72,90,.1)
}
.main .contract-details__inner::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  width: 100%;
  height: 1px;
  background-color: #f0efef
}
.main .contract-details__column {
  width: 100%;
  max-width: 320px;
  margin-right: 40px
}
.main .contract-details__title {
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 20px
}
.main .contract-details__title_center {
  text-align: center;
  margin-bottom: 30px
}
.main .contract-details__list {
  width: 100%;
  max-width: 740px
}
.main .contract-details__head {
  display: flex;
  gap: 1px
}
.main .contract-details__type {
  width: 71.5%;
  font-weight: 700;
  padding: 10px;
  color: #313233
}
.main .contract-details__operation {
  width: 28.5%;
  font-weight: 700;
  padding: 10px;
  text-align: center;
  color: #313233
}
.main .contract-details__row {
  display: flex;
  background-color: #fff;
  border-radius: 4px;
  border-bottom: 1px solid #ebebea
}
.main .contract-details__row:not(:last-child) {
  margin-bottom: 1px
}
.main .contract-details__row-text {
  width: 71.5%;
  padding: 7px 10px
}
.main .contract-details__row-numb {
  width: 28.5%;
  padding: 7px 10px;
  text-align: center;
  font-weight: 700
}
@media (max-width:991px) {
  .main .contract-details__inner {
    flex-direction: column
  }
  .main .contract-details__column {
    max-width: initial;
    margin-right: 0;
    margin-bottom: 30px
  }
  .main .contract-details__title {
    font-size: 20px;
    max-width: initial;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center
  }
  .main .contract-details__list {
    max-width: initial
  }
}
@media (max-width:767px) {
  .main .contract-details__inner {
    padding: 20px 10px
  }
  .main .contract-details__title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px
  }
  .main .contract-details__type {
    width: 68%;
    font-size: 12px;
    line-height: 12px
  }
  .main .contract-details__operation {
    font-size: 12px;
    line-height: 12px;
    width: 32%;
    padding: 10px 5px
  }
  .main .contract-details__row-text {
    width: 68%;
    font-size: 12px;
    line-height: 15px;
    padding: 7px 5px
  }
  .main .contract-details__row-numb {
    width: 32%;
    padding: 7px 5px
  }
}

/* End */


/* Start:/local/templates/.default/assets/bx-styles/contract-terms.css?17486140231177*/
.main .contract-terms__inner {
  display: flex;
  flex-direction: column;
  padding: 10px 0 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff
}
.main .contract-terms__title {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 16px
}
.main .contract-terms__row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 5px
}
.main .contract-terms__col {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 4px;
  padding: 8px
}
.main .contract-terms__col-property {
  font-size: 14px;
  line-height: 14px
}
.main .contract-terms__col-value {
  margin-top: 4px;
  font-size: 20px;
  line-height: 20px;
  color: #072e66
}
@media (max-width:991px) {
  .main .contract-terms__inner {
    flex-direction: column
  }
  .main .contract-terms__row {
    max-width: initial
  }
}
@media (max-width:767px) {
  .main .contract-terms__inner {
    padding: 10px 0
  }
  .main .contract-terms__title {
    margin-bottom: 5px
  }
}
@media (max-width:600px) {
  .main .contract-terms__col {
    width: 100%
  }
}

/* End */


/* Start:/local/templates/.default/assets/bx-styles/service-contracts.css?17473842451993*/
.service-contracts {
  padding-top: 30px
}
.service-contracts__wrapper {
  border-bottom: 1px solid #f0efef;
  padding-bottom: 50px
}
.service-contracts__row {
  display: flex;
  align-items: start;
  justify-content: space-between
}
.service-contracts__content {
  width: 100%;
  max-width: 740px;
  margin-right: 40px
}
.service-contracts__title.title {
  line-height: 40px;
  margin-bottom: 30px
}
.service-contracts__text {
  line-height: 24px
}
.service-contracts__text:not(:last-child) {
  margin-bottom: 20px
}
.service-contracts__text a {
  color: #0e66a3;
  text-decoration: underline
}
.service-contracts__more {
  width: 100%;
  max-width: 360px;
  background-color: #072e66;
  color: #fff;
  padding: 40px 40px 45px
}
.service-contracts__more-text {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase
}
.service-contracts__more-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
  margin-top: 20px;
  padding: 7px;
  border-radius: 4px;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  line-height: 100%
}
.service-contracts__more-link svg {
  width: 18px;
  min-width: 18px;
  height: 18px
}
@media (max-width:991px) {
  .service-contracts__title.title {
    font-size: 28px;
    line-height: 32px
  }
  .service-contracts__more {
    padding: 24px;
    max-width: 280px
  }
  .service-contracts__more-text {
    font-size: 16px;
    line-height: 18px
  }
}
@media (max-width:767px) {
  .service-contracts {
    padding-top: 0
  }
  .service-contracts__wrapper {
    padding-bottom: 30px
  }
  .service-contracts__row {
    flex-direction: column
  }
  .service-contracts__content {
    max-width: initial;
    margin: 0 0 30px
  }
  .service-contracts__title.title {
    font-size: 22px;
    line-height: 28px
  }
  .service-contracts__text:not(:last-child) {
    margin-bottom: 10px
  }
}
@media (max-width:575px) {
  .service-contracts__more {
    max-width: 100%
  }
}
/* End */


/* Start:/local/templates/.default/assets/bx-styles/service-schedule.css?17486140231691*/
.main .service-schedule {
  padding-top: 20px
}
.main .service-schedule__title {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 16px
}
.main .service-schedule__row {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 5px
}
.main .service-schedule__block {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 10px;
  border-radius: 4px
}
.main .service-schedule__block-head {
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #3d485a;
  margin-right: 20px
}
.main .service-schedule__col {
  display: flex;
  width: 100%;
  gap: 15px
}
.main .service-schedule__flex {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between
}
.main .service-schedule__flex_mileage {
  color: #072e66
}
.main .service-schedule__flex_operations {
  color: #313233
}
.main .service-schedule__flex-title {
  width: 100%;
  display: block;
  color: rgba(61,72,90,.5);
  text-transform: uppercase;
  text-align: center;
  font-size: 10px;
  line-height: 10px;
  padding-bottom: 1px;
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(61,72,90,.5)
}
.main .service-schedule__item {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center
}
.main .service-schedule__item:not(:last-child) {
  margin-bottom: 6px
}
@media (max-width:767px) {
  .main .service-schedule {
    padding-top: 10px
  }
  .main .service-schedule__title {
    margin-bottom: 5px
  }
  .main .service-schedule__flex-title {
    font-size: 9px
  }
}
/* End */


/* Start:/local/components/foton/form/templates/service.contracts.request/style.css?1747384245402*/
.feedback__content form {
    position: relative;
}
.feedback__content .form__error {
    display: none;
    margin: 24px 0;
    color: #ff0000;
}
.feedback__content .form__success {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: green;
    font-size: 18px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* End */


/* Start:/local/templates/.default/assets/libs/select2/select2.min.css?170775019216265*/
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0;padding-left:20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px;position:absolute;left:0;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/* End */


/* Start:/local/templates/.default/assets/bx-styles/select2.css?17458521156363*/
.select2 {
  width: 100%!important;
  font-size: 15px!important
}
.select2-search {
  display: none!important
}
.select2-selection {
  height: 50px!important;
  border: none!important;
  border-radius: 0!important
}
.select2-selection__placeholder {
  color: #5a5c69!important
}
.select2-selection__clear {
  display: none
}
.select2-selection__rendered {
  padding: 0 20px!important;
  line-height: 50px!important
}
.select2-selection__arrow {
  top: 50%!important;
  transform: translateY(-50%);
  right: 20px!important;
  width: 24px!important;
  height: 24px!important;
  background: url(/local/templates/.default/assets/bx-styles/../img/svg/arrow-dropdown.svg) 50%/contain no-repeat;
  transition: .3s linear
}
.select2-selection__arrow b {
  display: none!important
}
.select2-container--open .select2-selection__arrow {
  transform: translateY(-50%) rotate(-180deg)!important
}
.select2-results__option {
  display: flex;
  align-items: center;
  height: 50px!important;
  padding: 0 20px!important;
  border: none!important;
  font-size: 15px!important;
  color: #5a5c69!important;
  position: relative
}
.select2-results__option--highlighted,
.select2-results__option--selected {
  background: #e2e2e2!important;
  color: #313233!important
}
.select2-dropdown {
  top: 6px;
  border: none!important;
  border-radius: 0!important;
  background: #fff!important
}
.select2.select2-container--border-mob .select2 {
  width: 100%!important;
  font-size: 15px!important
}
.select2.select2-container--border-mob .select2-search {
  display: none!important
}
.select2.select2-container--border-mob .select2-selection {
  position: relative;
  height: 50px!important;
  border: none!important;
  border-radius: 0!important;
  background-color: #fff
}
.select2.select2-container--border-mob .select2-selection__placeholder {
  color: #5a5c69!important
}
.select2.select2-container--border-mob .select2-selection__clear {
  display: none
}
.select2.select2-container--border-mob .select2-selection__rendered {
  padding: 0 20px!important;
  line-height: 50px!important
}
.select2.select2-container--border-mob .select2-selection__arrow {
  position: absolute;
  display: block;
  top: 50%!important;
  transform: translateY(-50%);
  right: 10px!important;
  width: 24px!important;
  height: 24px!important;
  background: url(/local/templates/.default/assets/bx-styles/../img/svg/arrow-dropdown.svg) 50%/contain no-repeat;
  transition: .3s linear
}
.select2.select2-container--border-mob .select2-selection__arrow b {
  display: none!important
}
.select2.select2-container--border-mob .select2-container--open .select2-selection__arrow {
  transform: translateY(-50%) rotate(-180deg)!important
}
.select2.select2-container--border-mob .select2-results__option {
  display: flex;
  align-items: center;
  height: 50px!important;
  padding: 0 20px!important;
  border: none!important;
  font-size: 15px!important;
  color: #5a5c69!important;
  position: relative
}
.select2.select2-container--border-mob .select2-results__option--highlighted,
.select2.select2-container--border-mob .select2-results__option--selected {
  background: #e2e2e2!important;
  color: #313233!important
}
.select2.select2-container--border-mob .select2-dropdown {
  top: 6px;
  border: none!important;
  border-radius: 0!important;
  background: #fff!important
}
.select2-container.select2-container--border-mob .select2-results__options {
  max-height: 200px;
  overflow: auto
}
.select2-container.select2-container--border-mob .select2-results__options::-webkit-scrollbar {
  width: 4px
}
.select2-container.select2-container--border-mob .select2-results__options::-webkit-scrollbar-track {
  background-color: #fff
}
.select2-container.select2-container--border-mob .select2-results__options::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0,0,0,.3)
}
.select2.select2-container--border .select2 {
  width: 100%!important;
  font-size: 15px!important
}
.select2.select2-container--border .select2-search {
  display: none!important
}
.select2.select2-container--border .select2-selection {
  position: relative;
  height: 50px!important;
  border-radius: 0!important;
  background-color: #fff;
  border: 1px solid #f2f1f1!important
}
.select2.select2-container--border .select2-selection__placeholder {
  color: #5a5c69!important
}
.select2.select2-container--border .select2-selection__clear {
  display: none
}
.select2.select2-container--border .select2-selection__rendered {
  padding: 0 20px!important;
  line-height: 50px!important
}
.select2.select2-container--border .select2-selection__arrow {
  position: absolute;
  display: block;
  top: 50%!important;
  transform: translateY(-50%);
  right: 10px!important;
  width: 24px!important;
  height: 24px!important;
  background: url(/local/templates/.default/assets/bx-styles/../img/svg/arrow-dropdown.svg) 50%/contain no-repeat;
  transition: .3s linear
}
.select2.select2-container--border .select2-selection__arrow b {
  display: none!important
}
.select2.select2-container--border .select2-container--open .select2-selection__arrow {
  transform: translateY(-50%) rotate(-180deg)!important
}
.select2.select2-container--border .select2-results__option {
  display: flex;
  align-items: center;
  height: 50px!important;
  padding: 0 20px!important;
  border: none!important;
  font-size: 15px!important;
  color: #5a5c69!important;
  position: relative
}
.select2.select2-container--border .select2-results__option--highlighted,
.select2.select2-container--border .select2-results__option--selected {
  background: #e2e2e2!important;
  color: #313233!important
}
.select2.select2-container--border .select2-dropdown {
  top: 6px;
  border: none!important;
  border-radius: 0!important;
  background: #fff!important
}
.select2-container.select2-container--border .select2-results {
  border: 1px solid #f2f1f1!important
}
.select2-container.select2-container--border .select2-results__options {
  max-height: 200px;
  overflow: auto
}
.select2-container.select2-container--border .select2-results__options::-webkit-scrollbar {
  width: 4px
}
.select2-container.select2-container--border .select2-results__options::-webkit-scrollbar-track {
  background-color: #fff
}
.select2-container.select2-container--border .select2-results__options::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0,0,0,.3)
}
@media (max-width:950px) {
  .select2.select2-container--border-mob .select2-selection {
    border: 1px solid #f2f1f1!important
  }
}

/* End */


/* Start:/local/templates/.default/assets/bx-styles/form.css?174585211518290*/
.form__content {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 6px;
  margin-bottom: 20px
}
.form__content_3 {
  grid-template-columns: repeat(3,1fr)
}
.form .label {
  display: inline-flex;
  width: 100%;
  height: 50px;
  cursor: pointer
}
.form .label_checkbox {
  width: auto;
  height: auto;
  align-items: center
}
.form .label__box {
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border: 1px solid #333;
  margin-right: 13px;
  position: relative;
  transition: .3s linear
}
.form .label__box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: .3s linear;
  background: url(/local/templates/.default/assets/bx-styles/../img/svg/check.svg) 50% 50%/contain no-repeat
}
.form .label__text {
  font-size: 14px;
  color: #333
}
.form .label__text_helveticand {
  font-family: "Helvetica Now Display",sans-serif
}
.form .label_textarea {
  height: auto;
  grid-row: span 2
}
.form input,
.form textarea {
  width: 100%;
  height: 100%;
  padding: 0 20px!important;
  background-color: #fff!important;
  border: none!important;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 15px;
  color: #313233;
  position: relative;
  transition: .3s linear
}
.form input:checked ~ .label__box,
.form textarea:checked ~ .label__box {
  border-color: #0b64a3;
  background-color: #0b64a3
}
.form input:checked ~ .label__box::after,
.form textarea:checked ~ .label__box::after {
  opacity: 1
}
.form input::-moz-placeholder,
.form textarea::-moz-placeholder {
  color: #5a5c69
}
.form input::placeholder,
.form textarea::placeholder {
  color: #5a5c69
}
.form input.visually-hidden,
.form textarea.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden
}
.form textarea {
  resize: none;
  padding: 17px 20px!important
}
.form__privacy {
  margin-bottom: 33px
}
.form__button {
  width: 500px
}
.form__button_100 {
  width: 100%
}
.form-request_inline .form-request__left {
  width: 280px;
  padding: 0;
  background-color: transparent
}
.form-request_inline .form-request__right {
  padding: 0
}
.form-request_inline .form-request__content {
  min-height: 453px;
  padding: 0 0 23px 30px;
  border: none
}
.form-request_inline .form-request__img {
  width: 200px;
  height: 192px;
  margin-right: 20px
}
.form-request_inline .form-request__modal-title-block {
  padding-top: 20px
}
.form-request_inline .form-request__modal-title {
  font-size: 16px;
  line-height: 15.92px
}
.form-request_inline .form-request__modal-text {
  font-size: 14px;
  line-height: 13.93px
}
.form-request_inline .form-request__step {
  width: auto
}
.form-request_inline .form-request__step_3 .form-request__dealer-info {
  background-color: #f8f8f8
}
.form-request_inline .form-request__step-block {
  height: 86px;
  padding-top: 20px;
  border-top: 1px solid #f2f1f1
}
.form-request_inline .form-request__button-block {
  height: 86px;
  padding-top: 20px;
  padding-left: 30px;
  border-top: 1px solid #f2f1f1
}
.form-request_inline .form-request__map {
  height: 430px
}
.form-request_inline-simple .form-request__step {
  width: 100%
}
.form-request_inline-simple .form-request__step_2 .form-request__content {
  padding-top: 20px
}
.form-request_inline-simple .form-request__left {
  width: 320px;
  padding: 20px 0 0;
  border-top: 1px solid #f2f1f1
}
.form-request_inline-simple .form-request__step-block {
  height: 80px;
  padding-top: 25px;
  border-top: 1px solid #f2f1f1
}
.form-request_inline-simple .form-request__right {
  padding: 0 0 0 34px
}
.form-request_inline-simple .form-request__content {
  min-height: 290px;
  padding: 0;
  border: none
}
.form-request_inline-simple .form-request__map {
  height: 290px
}
.form-request_inline-simple .form-request__button-block {
  height: 80px;
  padding-top: 20px
}
.form-request_inline-simple .form-request__input {
  background-color: #fff
}
.form-request_inline-simple .form-request__textarea {
  height: 80px;
  margin-bottom: 10px;
  background-color: #fff
}
.form-request_inline-simple .form-request__success {
  width: 100%;
  min-height: 370px;
  align-items: flex-start;
  padding: 0 0 18px
}
.form-request_inline-simple .form-request__success-row {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto
}
.form-request_inline-simple .form-request__success-col {
  display: flex;
  flex-direction: column;
  width: 100%
}
.form-request_inline-simple .form-request__error {
  width: 100%;
  min-height: 370px;
  align-items: flex-start;
  padding: 0 0 18px
}
.form-request_inline-simple .form-request__error-row {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto
}
.form-request_inline-simple .form-request__error-col {
  display: flex;
  flex-direction: column;
  width: 100%
}
.form-request_inline-simple .form-request__message-button {
  margin-left: auto
}
.form-request_inline-simple .form-request__icon {
  flex-shrink: 0;
  margin-bottom: 0;
  margin-right: 30px
}
.form-request_inline-simple .form-request__message-title {
  margin-bottom: 10px
}
.form-request_inline-simple .form-request__message-text {
  margin-bottom: 0;
  text-align: left
}
.form-request_error .form-request__error,
.form-request_step1 .form-request__step_1,
.form-request_step2 .form-request__step_2,
.form-request_step3 .form-request__step_3,
.form-request_success .form-request__success {
  display: flex
}
.form-request__step {
  display: none;
  width: 900px
}
.form-request__step_valid .form-request__circle {
  background-color: #00db75
}
.form-request__step_valid .form-request__circle svg {
  color: #fff
}
.form-request__error,
.form-request__success {
  display: none;
  flex-direction: column;
  align-items: center;
  width: 300px;
  padding: 20px 20px 30px
}
.form-request__icon {
  margin-bottom: 20px
}
.form-request__message-title {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 19.9px;
  text-transform: uppercase
}
.form-request__message-text {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: center;
  color: rgba(49,50,51,.6)
}
.form-request__left {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  width: 360px;
  padding: 60px 40px 20px;
  background-color: #f8f8f8
}
.form-request__title {
  margin-bottom: 30px;
  font-family: Helvetica,sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 19.9px;
  color: #313233;
  text-transform: uppercase
}
.form-request__text {
  margin-bottom: 15px;
  font-family: Helvetica,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 15.92px;
  color: rgba(49,50,51,.6)
}
.form-request__step-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: auto
}
.form-request__step-text {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 19.9px;
  color: rgba(49,50,51,.3)
}
.form-request__step-text span {
  margin-right: 10px;
  color: #313233
}
.form-request__desc {
  width: 100%;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 13.93px;
  color: rgba(49,50,51,.3)
}
.form-request__desc-mob {
  display: none
}
.form-request__circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-left: auto;
  border-radius: 50%;
  background-color: #f2f1f1
}
.form-request__circle svg {
  color: rgba(49,50,51,.1)
}
.form-request__right {
  flex-grow: 1;
  padding: 75px 40px 40px
}
.form-request__content {
  width: 100%;
  min-height: 413px;
  display: flex;
  flex-direction: column;
  padding-top: 35px;
  padding-bottom: 35px;
  border-top: 1px solid #f2f1f1;
  border-bottom: 1px solid #f2f1f1
}
.form-request__row {
  display: flex
}
.form-request__row_space-between {
  justify-content: space-between
}
.form-request__row_space-between .form-request__wrap {
  width: 49%
}
.form-request__img {
  flex-shrink: 0;
  width: 250px;
  height: 240px;
  margin-right: 30px
}
.form-request__img picture {
  display: block;
  width: 100%;
  height: 100%
}
.form-request__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.form-request__modal-title-block {
  display: flex;
  flex-direction: column
}
.form-request__wrap {
  margin-bottom: 10px
}
.form-request__modal-title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;
  color: #313233;
  text-transform: uppercase
}
.form-request__modal-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 15.92px;
  color: #313233
}
.form-request__button-block {
  display: flex;
  padding-top: 30px
}
.form-request__step-block-mob {
  display: none
}
.form-request__message-button {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 180px;
  min-height: 42px;
  font-size: 16px;
  font-weight: 400;
  line-height: 15.92px;
  color: #fff;
  background-color: #072e66!important;
  border: 1px solid #072e66!important;
  border-radius: 5px;
  cursor: pointer
}
.form-request__button {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 180px;
  height: 42px;
  font-size: 16px;
  font-weight: 400;
  line-height: 15.92px;
  color: #fff;
  background-color: #072e66!important;
  border: 1px solid #072e66!important;
  border-radius: 5px;
  cursor: pointer
}
.form-request__button svg {
  color: #fff;
  margin-left: 10px
}
.form-request__button_right {
  margin-left: auto
}
.form-request__button:disabled {
  opacity: .5
}
.form-request__button_transparent {
  color: #5a5c69;
  background-color: transparent!important;
  border-color: #5a5c69!important
}
.form-request__button_transparent svg {
  color: #5a5c69;
  margin-left: 0;
  margin-right: 10px;
  transform: rotate(180deg)
}
.form-request__map {
  height: 343px
}
.form-request__dealer-info {
  margin-bottom: 12px;
  padding: 10px 10px 10px 20px;
  background-color: #fff;
  border: 1px solid #f2f1f1
}
.form-request__dealer-info_border {
  border: 1px solid #0b64a3
}
.form-request__dealer-info-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px
}
.form-request__dealer-info-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 15.92px;
  color: #313233
}
.form-request__dealer-info-title_uppercase {
  text-transform: uppercase
}
.form-request__dealer-info-icon {
  margin-left: 7px
}
.form-request__dealer-info-icon svg {
  margin-right: 5px
}
.form-request__address {
  font-size: 14px;
  font-weight: 400;
  line-height: 15.4px;
  color: rgba(49,50,51,.6)
}
.form-request__dealer-info-text {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 15.92px;
  color: #313233
}
.form-request__checkbox {
  margin-top: auto
}
.form-request .label {
  display: inline-flex;
  width: 100%;
  height: 50px;
  cursor: pointer
}
.form-request .label_checkbox {
  width: auto;
  height: auto;
  align-items: center
}
.form-request .label__box {
  display: block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  border-radius: 2px;
  border: 1px solid #333;
  margin-right: 13px;
  position: relative;
  transition: .3s linear
}
.form-request .label__box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: .3s linear;
  background: url(/local/templates/.default/assets/bx-styles/../img/svg/check.svg) 50% 50%/contain no-repeat
}
.form-request .label__text {
  font-size: 12px;
  line-height: 13px;
  color: #838485
}
.form-request .label__text a {
  color: #838485;
  text-decoration: none
}
.form-request .label__text_helveticand {
  font-family: "Helvetica Now Display",sans-serif
}
.form-request .label_textarea {
  height: auto;
  grid-row: span 2
}
.form-request input:checked ~ .label__box,
.form-request textarea:checked ~ .label__box {
  border-color: #0b64a3;
  background-color: #0b64a3
}
.form-request input:checked ~ .label__box::after,
.form-request textarea:checked ~ .label__box::after {
  opacity: 1
}
.form-request input.visually-hidden,
.form-request textarea.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden
}
@media (max-width:1199px) {
  .form-request_inline .form-request__row_space-between {
    flex-direction: column
  }
  .form-request_inline .form-request__row_space-between .form-request__wrap {
    width: 100%
  }
  .form-request_inline .form-request__button {
    min-width: 140px
  }
}
@media (max-width:991px) {
  .form-request_inline-simple .form-request__left {
    width: 280px
  }
  .form-request_inline-simple .form-request__right {
    padding-left: 20px
  }
  .form-request_inline-simple .form-request__button {
    min-width: 140px
  }
  .form-request_inline-simple .form-request__row {
    flex-direction: column
  }
  .form-request_inline-simple .form-request__row .form-request__wrap {
    width: 100%
  }
}
@media (max-width:950px) {
  .form-request_inline .form-request__left {
    width: 100%
  }
  .form-request_inline .form-request__content {
    min-height: 230px;
    padding-left: 0
  }
  .form-request_inline .form-request__img {
    display: block;
    width: 140px;
    height: 134px;
    margin-right: 10px
  }
  .form-request_inline .form-request__modal-title-block {
    padding-top: 10px
  }
  .form-request_inline .form-request__modal-text,
  .form-request_inline .form-request__modal-title {
    display: block
  }
  .form-request_inline .form-request__step {
    max-width: 100%
  }
  .form-request_inline .form-request__step_1 .form-request__row {
    flex-direction: row
  }
  .form-request_inline .form-request__button-block {
    height: auto;
    padding-left: 0
  }
  .form-request_inline .form-request__map {
    height: 300px
  }
  .form-request_inline .form-request__dealer-info {
    width: 100%
  }
  .form-request_inline-simple .form-request__step_2 .form-request__content {
    padding-top: 0
  }
  .form-request_inline-simple .form-request__step {
    width: 100%;
    max-width: none
  }
  .form-request_inline-simple .form-request__left {
    width: 100%
  }
  .form-request_inline-simple .form-request__right {
    padding-left: 0
  }
  .form-request_inline-simple .form-request__content {
    min-height: auto
  }
  .form-request_inline-simple .form-request__button-block {
    height: auto
  }
  .form-request_inline-simple .form-request__success-row {
    flex-direction: column
  }
  .form-request_inline-simple .form-request__success-col {
    align-items: center
  }
  .form-request_inline-simple .form-request__error-row {
    flex-direction: column
  }
  .form-request_inline-simple .form-request__error-col {
    align-items: center
  }
  .form-request_inline-simple .form-request__message-button {
    margin-right: auto
  }
  .form-request_inline-simple .form-request__icon {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
    margin-right: 0
  }
  .form-request_inline-simple .form-request__message-title {
    margin-bottom: 30px
  }
  .form-request_inline-simple .form-request__message-text {
    text-align: center
  }
  .form-request_step1 .form-request__step_1 .form-request__button {
    width: 100%
  }
  .form-request_step2 .form-request__step_2 .form-request__button,
  .form-request_step3 .form-request__step_3 .form-request__button {
    width: 49%
  }
  .form-request__step {
    max-width: 300px;
    flex-direction: column
  }
  .form-request__left {
    width: 100%;
    align-items: center;
    padding: 60px 20px 0;
    background-color: transparent
  }
  .form-request__title {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f1f1;
    text-align: center
  }
  .form-request__text {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 13.93px;
    text-align: center
  }
  .form-request__step-block,
  .form-request__text_mob-hidden {
    display: none
  }
  .form-request__step-text span {
    margin-right: 5px
  }
  .form-request__step-text {
    font-size: 14px;
    line-height: 13.93px
  }
  .form-request__desc {
    margin-top: 30px;
    font-size: 12px;
    line-height: 11.94px;
    text-align: center
  }
  .form-request__desc-mob {
    display: block;
    width: 100%;
    margin-top: 30px;
    font-size: 12px;
    line-height: 11.94px;
    text-align: center;
    color: rgba(49,50,51,.3)
  }
  .form-request__circle {
    width: 24px;
    height: 24px
  }
  .form-request__circle svg {
    width: 12px;
    height: 8px
  }
  .form-request__right {
    padding: 0 20px 20px
  }
  .form-request__content {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
    border: none
  }
  .form-request__row {
    flex-direction: column
  }
  .form-request__row_space-between .form-request__wrap {
    width: 100%
  }
  .form-request__img {
    display: none
  }
  .form-request__wrap {
    width: 100%
  }
  .form-request__modal-text,
  .form-request__modal-title {
    display: none
  }
  .form-request__button-block {
    flex-wrap: wrap;
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid #f2f1f1
  }
  .form-request__step-block-mob {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px
  }
  .form-request__button {
    min-width: auto
  }
  .form-request__map {
    height: 160px
  }
  .form-request__dealer-info_mob-hidden {
    display: none
  }
  .form-request__checkbox {
    margin-top: 10px
  }
}
@media (max-width:767px) {
  .form__content,
  .form__content_3 {
    grid-template-columns: repeat(1,1fr)
  }
  .form .label_checkbox {
    align-items: flex-start
  }
  .form .label_textarea {
    height: 106px;
    order: +1;
    grid-column: span 1
  }
  .form__privacy {
    margin-bottom: 40px
  }
  .form-request .label_checkbox {
    align-items: flex-start
  }
  .form-request .label_textarea {
    height: 106px;
    order: +1;
    grid-column: span 1
  }
}
@media (max-width:550px) {
  .form-request_inline .form-request__map {
    height: 180px
  }
  .form-request_inline-simple .form-request__map {
    height: 190px
  }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/dealers-map/style.css?17084606277658*/
.dealers-map {
  height: 500px;
  background: rgba(0, 0, 0, 0.6); }
  .dealers-map__close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block; }
  .dealers-map__icon {
    fill: #0b64a3;
    width: 15px;
    height: 15px; }
  .dealers-map .dealers-list__title {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 5px;
    display: block; }
  .dealers-map .dealers-list__address,
  .dealers-map .dealers-list__link {
    margin-bottom: 5px; }
  .dealers-map .dealers-list__item {
    position: relative;
    width: 350px;
    background: #fff;
    border: 1px solid #0b64a3;
    border-bottom-width: 4px; }
  .dealers-map [class*="ymaps-2"][class*="-ground-pane"] {
    -webkit-filter: grayscale(100%);
  }

.dealers-list {
  display: flex;
  flex-flow: row wrap;
  overflow: hidden; }
  .dealers-list__item {
    position: relative;
    width: 33.3333%;
    padding: 35px 20px; }
    .dealers-list__item:after {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      width: 300%;
      border-top: 1px solid #0b64a3; }
    .dealers-list__item:nth-child(-n+3):after {
      display: none; }
    .dealers-list__item_full-width {
      width: 350px;
      /*max-width: 100%;*/
      padding: 10px; }
  .dealers-list__title {
    color: #0b64a3;
    font-size: 15px;
    font-weight: bold; }
  .dealers-list__address {
    color: #838383;
    font-style: normal; }
  .dealers-list__link {
    color: #0b64a3;
    display: inline-block;
    min-width: 51%; }
    .dealers-list__link:hover {
      color: #479fcd; }
  .dealers-list__button {
    color: #0b64a3;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    display: block;
    background: #fff;
    border: 1px solid #0b64a3;
    padding: 10px;
    text-decoration: none;
    font-weight: bold;
    margin: 5px 0;
    transition-property: background, color;
    transition-duration: .3s;
    transition-timing-function: 0s;
    transition-delay: ease; }
    .dealers-list__button:hover {
      color: #fff;
      background: #0b64a3; }
  .dealers-list__icon {
    fill: #0b64a3;
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px; }

.dealers-type,
.row ul.dealers-type {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  margin: 10px 0; }
  .dealers-type__item {
    width: 49%; }
  .dealers-type__link {
    color: #717171;
    font-size: 15px;
    font-family: 'HelveticaCondensed';
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    border-bottom: 2px solid #dce6ee;
    padding: 10px 0;
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: center;
    min-height: 60px;
    transition-property: border-color, color;
    transition-duration: .3s;
    transition-timing-function: 0s;
    transition-delay: ease; }
    .dealers-type__link:hover, .dealers-type__link.active {
      border-color: #0b64a3;
      background-color: #0b64a3;
      color: #fff;
      transition: 1s; }

.dealers-map__infowindow-inner {
  position: relative; }

.gm-style-iw {
  display: none !important; }

.gm-style .gm-style-iw {
  width: auto !important;
  display: block !important;
  left: 0 !important;
  top: 0 !important;
  overflow: visible; }

@media (max-width: 768px) {
  .dealers-map .dealers-list__item:after {
    width: 100%; }

  .dealers-list__item {
    width: 50%; }
    .dealers-list__item:nth-child(-n+3):after {
      display: block; }

  .dealers-type__link {
    font-size: 13px; } }
.region-list__title {
  font-size: 16px;
  font-weight: bold;
  background: #efefef;
  padding: 10px;
  margin: 13px 10px; }

.city-list__title {
  position: absolute;
  top: 5px;
  left: 20px;
  color: #c10000;
  font-size: 16px;
  font-weight: bold; }

@media (max-width: 480px) {
  .dealers-list__item {
    width: 100%; }

  .dealers-type {
    flex-wrap: wrap; }
    .dealers-type__item {
      width: 90%; }
    .dealers-type__link {
      font-size: 13px;
      padding-left: 10px;
      padding-right: 10px; } }
.contact-employes {
  padding-top: 88px;
  padding-bottom: 100px; }
  .contact-employes__title {
    font-size: 16px;
    font-weight: bold;
    background: #efefef;
    padding: 10px 30px; }
  .contact-employes__list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 20px;
    margin-left: -37px;
    margin-right: -37px; }
  .contact-employes__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(100% / 3);
    padding: 20px 37px; }
  .contact-employes__item-name {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    line-height: 38px;
    color: #0e66a3;
    padding-left: 30px;
    margin-bottom: 20px; }
    .contact-employes__item-name:before {
      content: '';
      position: absolute;
      left: 0;
      top: 9px;
      height: 21px;
      width: 18px;
      background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAVCAMAAAB8FU7dAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAArlBMVEUAAAAOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMAAABfyCdWAAAAOXRSTlMAEVR0dlgWG3mAJgZzGSs3OCpZTEt+UlEYfwMwfC0CL28JDzNEcVUxWhdqX2BpeCxlZmdkCj4BGjtbc/2xAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEgAACxIB0t1+/AAAALhJREFUGNNljgkOgjAQRUcRYQQVFxQB2VcXUDa5/8nEVgrRlyb9eZlOPwBhMuVm/BxGCCJ2iIvBSDJSlkytvgbXTCm9Uv6nNkxte8UztevVfuigUqMKQ4sDVcdRVe1Ehsb1dcNENM86E5btuJ7ve65jW/RRECIabhS5BmIYaAAxWZykiGlCYgwXcpvS9SaZJN4ho//nj2dOUwYcDQU5Hzgo8YcSqjoci7CuuhbNq40KOcvkImqFBuANM8cRxFTkujsAAAAASUVORK5CYII=); }
  .contact-employes__item-position {
    font-size: 14px;
    line-height: 21px;
    color: #666666;
    margin-bottom: 30px; }
  .contact-employes__item-adress {
    font-size: 12px;
    line-height: 18px;
    color: #999999; }
    .contact-employes__item-adress p {
      margin-bottom: 18px; }
  .contact-employes__item-phone {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    color: #000000;
    margin: 30px 0; }
    .contact-employes__item-phone span {
      font-size: 14px;
      line-height: 28px;
      font-weight: normal; }
  .contact-employes__item-email {
    font-size: 14px;
    line-height: 21px;
    font-weight: bold; }
  .contact-employes__item-phone a, .contact-employes__item-email a {
    color: #000000;
    text-decoration: none;
    display: block; }
    .contact-employes__item-phone a:active, .contact-employes__item-phone a:visited, .contact-employes__item-phone a:link, .contact-employes__item-phone a:focus, .contact-employes__item-email a:active, .contact-employes__item-email a:visited, .contact-employes__item-email a:link, .contact-employes__item-email a:focus {
      color: #000000;
      text-decoration: none; }
    .contact-employes__item-phone a:hover, .contact-employes__item-email a:hover {
      color: #000000;
      text-decoration: underline; }

@media screen and (max-width: 991px) {
  .contact-employes__item {
    width: 50%;
    flex: 1 50%; } }
@media (max-width: 767px) {
  .contact-employes__item {
    width: 100%;
    flex: 1 100%; }
  .contact-employes__item-name {
    font-size: 18px; }
  .contact-employes__item-phone {
    font-size: 16px;
    line-height: 24px; }
    .contact-employes__item-phone span {
      font-size: 12px;
      line-height: 24px; } }

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

/* End */
/* /local/templates/.default/assets/bx-styles/benefits.css?17473842456098 */
/* /local/templates/.default/assets/bx-styles/feedback.css?1745852115902 */
/* /local/templates/.default/assets/bx-styles/car-peculiarities.css?17123307752641 */
/* /local/templates/.default/assets/bx-styles/title.css?1732714232501 */
/* /local/templates/.default/assets/bx-styles/car-hero.css?17522490704428 */
/* /local/templates/.default/assets/bx-styles/button.css?17522437161468 */
/* /local/templates/.default/assets/bx-styles/contract-benefits.css?17473842452479 */
/* /local/templates/.default/assets/bx-styles/contract-details.css?17486140232552 */
/* /local/templates/.default/assets/bx-styles/contract-terms.css?17486140231177 */
/* /local/templates/.default/assets/bx-styles/service-contracts.css?17473842451993 */
/* /local/templates/.default/assets/bx-styles/service-schedule.css?17486140231691 */
/* /local/components/foton/form/templates/service.contracts.request/style.css?1747384245402 */
/* /local/templates/.default/assets/libs/select2/select2.min.css?170775019216265 */
/* /local/templates/.default/assets/bx-styles/select2.css?17458521156363 */
/* /local/templates/.default/assets/bx-styles/form.css?174585211518290 */
/* /local/templates/.default/components/bitrix/news.list/dealers-map/style.css?17084606277658 */
